Developer Tests Decision AI Jev Solving Rubik's Cube Like a Human

On September 22, blogger gdechichi posted a series documenting his experiment having @typesafeai's decision-making AI "Jev" solve a Rubik's Cube on its own: not only did Jev succeed, it solved the cube layer by layer like a human, rather than using the graph-search approach typical of computers. The whole solution runs directly in the engine, with a WASM payload of only about 200KB. gdechichi, who was a deep-diving cuber in his childhood, was motivated precisely by the difference between how humans and computers solve the cube.

Confirmed

Why it matters

This experiment demonstrates the potential of decision-making AI to mimic human strategies on structured reasoning tasks: the issue is not model capability but how state is represented. For developers, the hard-won lesson—"translate the state into natural language"—is broadly applicable.

2026-09-22 ~ 2026-09-22 · 5 related posts

Primary sources