virgosrock, on 2017-October-27, 16:12, said:
"If partner takes out to a supported suit after 3Nx it is to play" should be the rule. I have experienced GIB even jumping to 5 of the minor after such doubles without any significant extras. How could rule-makers not know this? Are they not bridge players?
A fair number of non-programmers come into this forum make this kind of comment, thinking the programmers who worked on GIB don't/didn't know how to play bridge. They think that the issue is that they examined every auction, made rules for each one, and on purpose wrote down some ridiculous rule that pulling 3nt-x to 4m shows 18+.
This is simply not the case.
The problem is that the number of possible bridge auctions is ginormous, especially when you include competitive auctions. It is simply impossible to examine each auction and define it, write down every possible auction and define all possible bids. Instead the programmers write thousands of rules to TRY to cover as many auctions as possible, with some fallback rules as defaults. Inevitably, some competitive auctions are going to fall through the cracks of the rules, fall back on some default that might make sense in some other context, but doesn't make sense given the full context of the auction. Humans are intelligent enough to handle these auctions. Computers at this stage generally are not. It's really hard to transfer a human's bidding knowledge to a machine, because machines are simply really really dumb. They follow rules very reliably if they know the rules for a particular sequence, but give it a slightly novel situation and they have no idea how to use analogies and common sense to figure out sensible things to do. So when the computer does something bad, your assumption should not be that the programmer doesn't know how to play bridge, or what the bid should mean, but simply that they didn't anticipate this super-rare auction would need to be covered, which is understandable given the practically infinite number of competitive sequences. Imagine being some expert bidder bridge player, world class, but you are tasked with writing down bidding flow chart for 7 year old to bid, who has never played bridge, and starts every day as a blank slate having forgotten everything from the day before. Even you know every bid perfectly, it is really hard to write down rule set to cover every conceivable situation.
This kind of auction, where someone voluntarily bids 3nt, and South has a penalty double, and then West wants to run, is just like really really rare. So it's not particularly surprising that a run to 4d is poorly defined.
Remember computers run on very simplistic, dumb rule following, like following a flow chart. If it gets into a situation where it's off chart, it's very hard for it to recover. There's no such thing as "common sense" for the computer, like it can't reason that "oh if it was 18+, it wouldn't have bid only 3nt earlier, therefore 4d is just changing its mind that 3nt was a good idea", and "figure out" what 4d ought to mean. Someone would have to specifically think to put in a rule for auctions like this, inverted minor followed by a preempt, followed by a balancing 3nt, followed by a penalty double.