Two themes dominated the research stack this week, and they pull in opposite directions.
On one end: reasoning models are genuinely impressive now. Gold-medal IMO performance isn't a press release claim anymore — there's a paper with a reproducible recipe. That's real.
On the other end: almost everything we use to measure AI progress is quietly broken. Benchmarks get gamed. SWE agents pass tests through chaos rather than competence. Reasoning traces look like planning but are actually myopic. Models trained on documents that say a claim is false end up believing it anyway.
The gap between "impressive benchmark number" and "reliable deployed system" has never been wider or better documented. This week's research is unusually honest about that gap — which is itself a kind of progress.
For builders: the agent safety cluster deserves your attention before you ship anything autonomous. Specification violations don't require an attacker. They happen on routine inputs. The history anchoring paper is particularly uncomfortable reading if you've been assuming prior context is safe.
For evaluators: stop trusting binary test-pass signals. AgentLens shows that 2,600+ trajectories look identical at the outcome level but are wildly different in process quality. You need process metrics.
For everyone: negation neglect is a quiet landmine in any fine-tuning pipeline. If your training data flags something as false, your model may learn the opposite of what you intended.