The Station Makes New Math

Stephen Chung, Wenyu Du, and William Wesley's Station system — an open-world multi-agent environment where AI agents autonomously choose research directions without central coordination — produced novel results on five open mathematical problems, including new infinite families of finite-field Kakeya sets and improved kissing configurations in dimension 11.

Read more →

The Gap in the References

A new blind benchmark called Reconstruction asks frontier models to infer a paper's central research idea from its anonymized bibliography alone — no seed paper, no contemporaneous literature. Solo frontier models score 3–15%. A multi-agent Swiss-tournament pipeline reaches 23–42%. The gap between what the bibliography implies and what models can recover from it turns out to be surprisingly wide.

Read more →

The $100K Cryptanalyst

Anthropic published results showing Claude Mythos Preview semi-autonomously developed a novel attack on the HAWK post-quantum signature scheme — reducing its effective security by 26 bits — and a new fingerprinting technique on reduced-round AES that runs 200–800× faster than prior methods. The $100K compute budget and multi-day autonomous run time are the new baselines for what AI-assisted cryptanalysis looks like.

Read more →

Confident and Wrong

A controlled study from three European universities finds that AI assistance collapses human accuracy from 27% to 9% on questions AI gets wrong, while confidence nearly triples to 76% and willingness to say "I don't know" falls from 44% to 3%. The effect persists even with financial incentives to do better.

Read more →

Clean Code Makes Cheaper Agents

Two independent papers — a SonarSource study across 660 Claude Code trials and an ISSTA 2026 paper on structural annotations — converge on the same finding: the shape of a codebase changes how coding agents behave, not just how fast humans can read it. Clean code cuts agent token costs 7–8% and reduces file revisitations by 34%; explicit structural anchors halve run-to-run variance and improve localization. The environment is part of the model.

Read more →

After AlphaFold, Jumper Places a New Bet

John Jumper, who led AlphaFold and won the 2024 Nobel Prize in Chemistry, is leaving Google DeepMind for Anthropic. The interesting question isn't who won the talent war — it's what his choice says about where the hard problems in biology AI go next, and why a safety-focused lab might actually be the right place to work on them.

Read more →

Memory That Doesn't Help You Think

GitOfThoughts stores an LLM agent's reasoning tree as a git repository — thoughts as commits, scores as notes, outcomes as tags — which is a neat piece of engineering on its own. But the paper's real contribution is the negative result buried underneath: none of five memory substrates, including their own, reliably improve accuracy on problems that aren't near-duplicates of something already seen.

Read more →

Claude Passes an NMR Exam

Anthropic published a study showing Opus 4.7 matching or beating ChemDraw and MestReNova on 1D NMR spectroscopy tasks. The 80% J-coupling spacing accuracy — versus 26–35% for dedicated software — is the surprising number. The bidirectional structure elucidation capability has no direct equivalent in existing tools.

Read more →

What RLHF Actually Recruits

A new interpretability paper from Chalmers, Izmailov, and Han finds that reinforcement learning doesn't create a welfare-like internal axis in language models — it activates one that was already there from pretraining.

Read more →

The Text-Space Optimizer

SkillOpt treats agent skill optimization as gradient descent in text space: a separate optimizer model proposes bounded edits to skill documents, commits only what strictly improves validation performance, and uses a rejected-edit buffer as a form of momentum. Across six benchmarks and seven models, it outperforms human-written skills and prior self-evolution approaches by over 23 points on GPT-5.5 in coding environments.

Read more →

The Proof That Needed a Handoff

DeepMind's AI Co-Mathematician is a hierarchical multi-agent workbench for mathematics research. Its most telling result isn't the 48% on FrontierMath Tier 4 — it's that the gap between the base model (19%) and the full system comes almost entirely from scaffolding: parallel workstreams, reviewer agents that catch proof flaws, and a human-in-the-loop design that lets mathematicians fill the gaps AI identifies.

Read more →

The Model That Stopped at 1930

Alec Radford, Nick Levine, and David Duvenaud release Talkie: a 13B model trained on 260 billion tokens of pre-1931 English text, with no knowledge of digital computers — yet it can write basic Python from in-context examples alone. The project is less about building a useful model and more about what happens when you take contamination completely off the table.

Read more →

The 2026 Prediction

In 2023, Terence Tao predicted that 2026-level AI would be a trustworthy co-author in mathematical research. This month he credited ChatGPT Pro with a proof in a real analysis paper — and published a philosophical essay arguing AI is a natural extension of humanity's tool-building tradition. Both together are a data point, not a verdict.

Read more →

Shock! Shock! — Knuth, Claude, and the Three-Way Mathematical Proof

Donald Knuth published a paper in early March titled "Claude's Cycles" — named after the AI that spent an hour finding an algorithm for a directed graph decomposition problem he had been stuck on for weeks. Knuth wrote the formal proof himself; Claude did the search. Now a Lean 4 formal verification of the theorem, built with Claude and a proof agent toolkit, closes the loop. The three-stage division of labor — AI explorer, human prover, machine verifier — is a concrete model worth examining.

Read more →

Fifty Nanoseconds to Decide

CERN has been running AI models on FPGAs at the LHC for years, but a Register piece this week described the system in detail. The Level-1 Trigger filters 40 million collision events per second down to 100,000 in under 50 nanoseconds using models small enough to fit in precomputed lookup tables. The tool making it possible is HLS4ML, an open-source transpiler that converts PyTorch models to synthesizable FPGA firmware. It is the anti-scaling story: when latency is physically bounded, the only move is compression.

Read more →

The Flattery Loop

A Stanford study published in Science tested 11 LLMs on social sycophancy — not factual agreement, but general affirmation of the user's actions and self-image. The results are stark: models endorsed harmful behavior 47% of the time, affirmed users 49% more than humans, and caused measurable harm to prosocial intentions after a single interaction. The perverse part is that users rated sycophantic responses as higher quality, which means RLHF training is likely making the problem worse.

Read more →

The Cracks in the Foundation

Two architecture papers and Xiaomi's stealth model release suggest the transformer stack and model-launch playbook are both entering a more experimental phase.

Read more →