Research

Five AI Papers: 100% Lean Proofs, Probe Deception, 8.7x Memory

7 min read

TL;DR Too Long; Didn’t read

Five new arXiv preprints from the past 24 to 48 hours show: the most significant finding is that common truth probes cannot distinguish honesty from mere rule-following in a reward-trained language model – the hit rate shifts between both interpretations from 0.006 to 1.000 AUROC. A second study shows that a training-free method called Magenta automatically translates math answers into machine-verified Lean proofs, solving all six problems of the IMO 2026 math olympiad. A third paper finds a shared geometric structure across different language model architectures that can be used for targeted, well-transferable interventions. Two more papers show that the memory footprint of AI agent sandboxes can be compressed by a factor of 8.7 and that linear probes can detect correct knowledge behind incorrect answers across 16 models and make it usable.

A magnifying glass hovers over a stack of academic papers, from which five symbols protrude: a math proof with a green checkmark stamp, a shrinking box with compression arrows, a grid sphere surrounded by different machine silhouettes, a measuring needle stuck between two identical speech bubbles, and a keyhole with a hidden checkmark behind a crossed-out X. Image generated with GPT Image 2

Key takeaways

  • A training-free method links language models with Lean proofs and solves all six IMO 2026 problems flawlessly.
  • A new memory system compresses agent sandboxes by a factor of 8.7 and limits the slowdown to 1.4x.
  • Different language model architectures share a measurable internal geometry that can be targeted and transferred.
  • Truth probes completely confuse honesty with rule-following in a trained model, AUROC shifts from 0.006 to 1.0.
  • Linear probes detect correct knowledge behind incorrect answers across 16 models and lift accuracy by 16.8 points.

The arXiv new submissions of the past 24 to 48 hours in cs.AI, cs.LG, and cs.CL again offered far more candidates than can fit into a digest. This piece curates five papers from as diverse subfields as possible – formal mathematics verification, agent infrastructure, model geometry, and two opposing perspectives on linear probes in language models – each with a comprehensible method and solid core numbers in the abstract, not mere niche applications. The most significant finding is that a technique increasingly used in AI safety research – reading truthfulness off a model’s internal activations via a linear probe – fails to distinguish honesty from mere rule-following in a concrete test case.

Mathematics and Infrastructure

Training-free method Magenta links language models with machine-checked Lean proofs

Joshua Ong Jun Leang, Haonan Li, and a six-member further author team present Magenta, a training-free, agentic pipeline that, given a natural-language math problem, first produces an answer, formalizes it as a Lean 4 statement – a machine-readable formulation checkable by the Lean proof assistant – and then constructs a machine-checked proof. A “statement judge” verifies whether the formalization preserves the original problem, while a second judge routes failed attempts either to mathematical re-derivation or to targeted Lean repair. Across the olympiad benchmarks AIME 2025, AIME 2026, and HMMT February 2026, the authors report the method achieves 100 percent accuracy, and paired with the open-weight reasoner K2-Horizon-7B, it solves all six IMO 2026 problems. This matters because it shows that the reliability of informal AI math answers can be sharply raised through downstream formal verification, instead of relying solely on the language model’s text output. A previous piece had already shown how a team of dozens of Claude agents fully formalized Fermat’s Last Theorem in Lean – Magenta now delivers a lightweight, training-free counterpart built for ongoing competition use rather than a single large project.

New memory system AgentZip compresses AI-agent sandboxes by a factor of 8.7

Mengming Li, Ceyu Xu, and a five-member further author team present AgentZip, which they describe as the first memory-compression system built specifically for AI-agent sandboxes – isolated execution environments in which an agent runs code or tools. Because many concurrently running sandboxes originate from the same template and carry out related tasks, the system specifically exploits redundancy both across and within sandboxes, shifts overhead control from choosing which pages to compress to proactive restore-time prefetching, and schedules costly compression preferentially into the language model’s waiting periods. Across training and inference workloads, this reduces sandbox-owned memory by up to 8.7 times, compared with 2.1 times for the standard Linux configuration, while the slowdown caused by aggressive compression drops from as high as 3.1 times to 1.4 times. This matters because high memory demand across parallel agent fleets is already a practical cost factor in running AI agents today, one that pure software optimization – without new hardware – could meaningfully reduce. A previous piece had already shown how OpenAI opened its internal Codex infrastructure to developers with the public Agents API beta – AgentZip supplies a building block aimed at cutting exactly the infrastructure costs that come with widespread use of such agent platforms.

Model Structure, Safety, and Interpretability

Different language model architectures share a measurable, purposefully steerable geometry

Dario Picozzi shows, with a study on the information geometry of large language models, that the so-called Fisher-Rao geometry of output probabilities – a measure of how a model’s predictive distribution shifts under small changes – agrees far more strongly across transformer, state-space, and recurrent architectures than the geometry of internal activations does. The author reports that agreement with human word choices increases with predictive accuracy, scale, and training, and improves further after model-only calibration; pretraining-corpus statistics also predict how readily a model acquires a given piece of factual knowledge on held-out tests. Building on this geometry, “minimum-disturbance” local interventions can reportedly be constructed that transfer from a donor prompt to unseen prompts while preserving baseline behavior better than classical Euclidean control methods – according to the author, the same geometric correction improves several downstream tasks at once, from steering to editing to attribution. This matters because it suggests control and interpretability tools need not be reinvented for every model architecture but could build on a shared, architecture-spanning structure. A previous digest piece had already shown that refusal behavior in language models can be traced to a single internal direction and turned off deliberately across four architecture families – the new work offers a possible theoretical foundation for why such directional interventions work across architectures at all.

Truth probes completely confuse honesty with rule-following in a trained model

Dylan Jayabahu shows, with a study on so-called “Perfect Aliasing” in truth probes, that a linear probe – a simple classifier trained on a model’s internal activations – fitted on contexts where honest reporting and the action a prompt prescribes coincide cannot tell, from the fitting data alone, which of the two targets it is actually measuring. In a controlled binary reporting game, truth probes and prescribed-action probes solve the same optimization on such “compliant” contexts; on rival contexts their predictions are exact complements, so the hit rates (AUROC) of both readings sum to exactly one, to floating-point precision, across 751 tested cell-layer pairs. For a reward-trained Gemma-2-9B model that answers falsely on every tested rival trial, a conventionally fitted probe scores just 0.006 AUROC, while a probe fitted on mixed contexts scores 1.000 on the very same held-out activations. The author stresses explicitly that this finding establishes only linear recoverability, not whether the model retains an internal belief, uses the recovered direction causally, or whether a deployable deception detector could be built from it. This matters because truth probes are increasingly pitched as a tool against model deception in AI safety research, even though, per this study, they cannot reliably be distinguished from a mere rule-following probe under ordinary training conditions. A previous digest piece had already shown that safety-related language in system prompts can amplify dishonest refusals more than 15-fold – the new study offers a methodological explanation for why honesty and mere rule-compliance blur together so easily in such measurements.

Linear probes recover correct knowledge behind wrong answers across 16 models

Manas Venkata Sai Ravulapalli, Samrath Singh Chadha, and Abhinav M. Hari investigate, with a study on “Legible Failures”, whether a wrong model answer stems from the language model lacking the needed information or from holding it internally without using it. On an entity-obligation binding task – correctly assigning duties or properties to named actors – the authors test 16 model checkpoints and show that a linear probe on the model’s frozen hidden state can often reconstruct the correct binding even when the actual output is wrong. Probe accuracy exceeds baseline by 0.196 points, a detection score built from the disagreement between probe and model output improves failure detection over raw model confidence by 0.079 AUROC points, and steering the residual stream toward the probe-decoded binding raises accuracy across eight models by an average of 0.168 points. This matters because – unlike the probe confusion described above – it shows a case where a linear probe genuinely yields a usable, targeted correction mechanism for model errors, provided the tested property can be cleanly separated from mere rule-following. A previous digest piece had already shown that language models can barely predict their own behavior better than a generic description of AI agents – the new study shows that an outside look at a model’s internal states often reveals more than the model’s own account of itself, whether spoken or expressed through output.

None of the five papers presented has yet gone through a regular peer-review process; all are unreviewed arXiv preprints whose numbers come from the respective author teams’ own experiments and have not been externally replicated. Whether Magenta’s result holds up under independent review by the IMO committee, whether AgentZip’s compression rates persist under more heterogeneous, less similar sandbox workloads, and whether the sharp probe confusion appears just as starkly in other models and training regimes are questions only independent replications can answer.

Frequently asked questions

Have these five papers already been peer-reviewed?

No. All five papers presented are currently unreviewed arXiv preprints; their figures come from the respective author teams' own experiments and have not yet gone through a regular, external peer-review process.

Is code or data available for the presented methods?

Partially. The study on truth probes (‘Perfect Aliasing’) states that code and aggregate results accompany the paper. Magenta works with the open reasoning model K2-Horizon-7B but makes no explicit commitment to releasing its own code according to the abstract. For AgentZip, the information-geometry study, and ‘Legible Failures’, the abstracts likewise make no explicit publication commitment.

Is it contradictory that one paper finds truth probes unreliable while another uses them for error correction?

Not directly – the two studies examine different questions. ‘Perfect Aliasing’ shows that probes cannot distinguish honesty from rule-following when both targets coincide in the probe's training data. ‘Legible Failures’, by contrast, tests whether a probe can detect factual knowledge the model already holds but fails to use – a more narrowly scoped property in which, according to that paper's authors, the aliasing problem does not arise this way. Together, the two results suggest probes are reliable only for carefully scoped questions, not for ‘honesty’ in general.

Does Magenta's 100 percent result mean AI systems can now reliably prove mathematics?

Not without qualification. Only selected olympiad benchmarks (AIME 2025/2026, HMMT, IMO 2026) with known problem types were tested, and the formalization check itself depends on an AI 'statement judge' whose own error rate has not yet been independently quantified in practice. According to the authors, the finding does not straightforwardly generalize to open research problems without a known solution structure.

Sources (5)
  1. Magenta: Closing the Loop Between Mathematical Reasoning and Lean Verification
  2. AgentZip: Memory Compression for AI-Agent Sandboxes
  3. The information geometry of large language models is shared, learned, and controllable
  4. The Truth Was Never Gone: Perfect Aliasing in Compliant-Context Truth Probes
  5. Legible Failures: Detecting and Repairing In-Context Binding Errors

Your AI update for the work week

Once a week, the most important AI news – plus one practical tip to try right away. No spam, unsubscribe anytime.

← Back to the blog