What Gordon explored
The core thesis: modern AI systems generate responses one token at a time, and each token is the visible endpoint of an internal state transition. At every step the model is moving through a high dimensional cognitive space, selecting, compressing, expanding, redirecting, and stabilizing information before producing the next token. A strong answer produced by a fragile internal process is not the same as a strong answer produced by stable reasoning; a wrong answer that nearly followed a valid path is not the same as a wrong answer produced by total internal collapse; a hallucination may begin long before the false sentence appears on screen. The goal is to detect those differences before the final output is complete.
Origin in the DeepMind AGI framework. The project began while studying Google DeepMind's work around new benchmarks for measuring progress toward AGI, a cognitive abilities framework covering learning, attention, reasoning, metacognition, executive function, and social understanding. That framing is valuable because it moves beyond one dimensional benchmark scores and tries to break intelligence into measurable cognitive faculties. The deeper issue this work is responding to: even cognitive abilities benchmarks are still scored from the outside, on the final answer.
Per token state capture as the basic measurement unit. As the model generates, the system records internal state changes at each token step. The important unit is not only the final response, it is the transition: state → token → next state. This makes it possible to study the model while it is forming the answer, rather than only judging it afterward.
Latent trajectory mapping. The internal states are mapped into a geometric and topological representation so the system can inspect how the model moves through its own hidden cognitive space. The question becomes: what shape did the reasoning process take? Was it stable, fragmented, over compressed, wandering, anchored, recovering, collapsing? This turns intelligence measurement into a structural problem where the final answer is one piece of evidence and the internal path is another.
Structural signal detection. The system looks for structural signatures that may correspond to reasoning quality or reasoning failure, sudden loss of internal separation, abnormal compression of distinct concepts, contradiction like convergence, unstable jumps between semantic regions, brittle confidence formation, prompt context detachment, and failure patterns that appear before the model's text visibly breaks. The purpose is not to replace accuracy benchmarks; it is to add a deeper diagnostic layer underneath them.
Pre output intelligence diagnostics. A mature version of this system would expose diagnostics such as reasoning stability, context retention, semantic coherence, trajectory integrity, failure onset timing, internal uncertainty handling, long horizon drift, and answer confidence versus process quality. That would allow AI systems to be compared not only by what they answer, but by how they internally arrive there, and would create room for adaptive intervention, where a system could pause, reroute, ask for clarification, reduce confidence, or switch strategies before producing a bad answer.
Tone discipline. The work avoids the claim 'this measures true intelligence' because that sounds too absolute for what is actually being explored. The framing used here is more honest: this is a step toward measuring the internal structure of intelligence, instrumentation for machine cognition, not a finished AGI test.