Discussion about this post

User's avatar
Emmett Flynn's avatar

I just wanted to point out a correction for one of the problems as well as some patterns which could justify a clear answer in one of the "ASCII matrices." For number series #4, the multiplier between 3 and 12 is not 2 as claimed but rather 4. Making that 3 into 6, while a bit confusing given the alternating 6s, would match the pattern provided by ChatGPT.

As for the first "ASCII matrix," you could view the 3x3 grid as a portion of a larger lattice of negative slope diagonals consisting of the same symbols/expressions in each diagonal. Since the main diagonal already consists of O, the bottom right would have to be O. Otherwise, you could pattern match to the completed rows and columns. Row 1 ( O -> X -> O, X) could be used to deduce that O should go in the bottom right by filling in column 3. Likewise, column 1 (O -> X, O -> O, X) could be used to deduce that O should go in the bottom right by filling in row 3. These answers just so happen to agree with ChatGPT's solution, but I too was perplexed by its method of arriving at this solution.

Obviously someone could concoct a convoluted enough pattern (or none at all) which would only differentiate itself with access to a larger window of the lattice but matching on this particular subset (i.e., an extension in mathematics), so it's not possible to conclusively prove that it must be the solution I came up with. However, I would like to think that the existence of multiple patterns converging on the same solution is reasonable evidence.

Expand full comment
Peter Kriens's avatar

I tried to create a maven matrix using the data analyst/code interpreter.

ChatGPT first had nonsense results, using the same symbol for each cell. However, it often works best to decompose the problem so I first tried to get her to describe the solution to a raven matrix and then make an image of it. This did give a reasonable result. I think.

https://github.com/pkriens/foobar/issues/1

Expand full comment
6 more comments...

No posts