
Re: AI still has a long way to go
I got a similar endless reasoning block of text when I asked it to create a 3x3 (!) Calcudoku puzzle.
Just now I asked the same thing of "grok", and it came up with this grid:
Code:
____ ____ ____
| | | |
| 6+ | | 3- |
| |____| |
| | | |
| | 2÷ | |
|____| |____|
| | | |
| 3× | | 2× |
| |____| |
¯¯¯¯ ¯¯¯¯ ¯¯¯¯
The "How to solve" bit was crazy:
Code:
- The "6+" cage (two cells) can only be 3+3=6 (since numbers are 1 to 3).
- The "3-" cage (two cells) can only be 3-0 or 4-1, but since numbers are 1 to 3, it must be achievable like 3-1=2 or similar, adjusted for grid rules.
It then asked: "Would you like to try solving it?", so I reply, "Sure, why don't you solve it".
It restates the rules, thinks for a long time, then produces tons of steps, but at the end:
"The puzzle as presented appears to be unsolvable without modifying the cage targets."
It offers to adjust the puzzle to make it solvable, but fails again (and this goes on for a while).