logoalt Hacker News

dataviz1000today at 12:56 PM0 repliesview on HN

Opus 4.6 can not solve a Rubik's Cube.

What changed between Opus 4.6 and Fable and the GPT 5.6 models released since?

LLM models cannot actually reason about a red or white piece sitting on the opposite side of the cube or figure out how to move it into place. The model knows where the piece is supposed to go because the algorithm tells it. What it cannot do is work out on its own which turns will get the piece there. The only way an LLM could solve this kind of problem is if it were trained on every possible arrangement of the cube ahead of time. Then it could simply output the matching text instructions it memorized instead of truly thinking through the moves.

3 months ago before the most advanced models could solve the cube, people on Hacker News kept saying that solving the Rubik's Cube with LLM is easy. I would love to see someone write a prompt using the best model at that time, Opus 4.6, that solves the cube! People are so sure of themselves without any evidence. It shows how much people idealize (that is probably the correct word) the AI. Of course, reinforcement learning can solve it which is what has happened on the latest models but so many people put blind faith into the AI.

Here is just a small list of prompts I tried with Opus 4.6. [0]

[0] https://github.com/adam-s/rubiks-cube/tree/main/prompts/vari...