AI Starts Doing Real Science: Co-Scientist, Erdős, and Deep Think
In 2026 AI systems crossed from assisting research to contributing to it: DeepMind's AI Co-Scientist was peer-reviewed in Nature, and reasoning models produced results on long-standing open problems in mathematics.
Through the first half of 2026 AI systems moved from helping researchers to producing results researchers then verified and published. The clearest marker is Google DeepMind’s AI Co-Scientist, a Gemini-based multi-agent system whose work was peer-reviewed in Nature on 19 May 2026. Around it, reasoning models from DeepMind and OpenAI produced contributions to long-standing open problems in mathematics. These are early, bounded results, but they are a genuine shift in what “AI for science” means.
What happened
DeepMind’s AI Co-Scientist is a multi-agent system built on Gemini that generates, debates, and refines scientific hypotheses. In the Nature paper, it produced experimentally validated leads across independent labs, including in liver-fibrosis drug repurposing and other biomedical areas. Because it was peer-reviewed, it is the most solid of the year’s AI-for-science claims.
On the mathematics side, DeepMind reported on 11 February 2026 that its Gemini Deep Think reasoning mode had solved several open questions from the Erdős problems database and contributed to problems in computer science and physics under expert guidance. Separately, a preprint dated 20 May 2026, co-authored by nine leading mathematicians, described a counterexample generated by an OpenAI reasoning model that disproves the Erdős unit-distance conjecture, a decades-old problem in discrete geometry. The math results are preprints and lab reports, not yet peer-reviewed, and the exact model behind the OpenAI result is not named.
Why it matters for builders
The pattern underneath all three is the same: a reasoning model , often wrapped in a multi-agent loop that proposes, critiques, and refines, applied to a problem with a checkable answer. That is exactly the shape of a good agentic system, and it is why these results appeared in science and math first: both fields let you verify a candidate answer, so the AI can search and the human can check.
For builders, the transferable lesson is not “AI does science now.” It is that agentic systems work best where verification is cheap: math proofs, code that compiles and passes tests, hypotheses a lab can run. If your problem has a checkable answer, a propose-and-verify agent loop is worth trying. If it does not, you inherit all the reliability problems these results carefully worked around. Treat the headline claims as bounded and mostly not-yet-peer-reviewed, except the Nature-published Co-Scientist work.
Sources
- Google DeepMind, “AI Co-Scientist: a multi-agent AI partner to accelerate research” (19 May 2026): https://deepmind.google/blog/co-scientist-a-multi-agent-ai-partner-to-accelerate-research/
- Nature, AI Co-Scientist paper (s41586-026-10644-y): https://www.nature.com/articles/s41586-026-10644-y
- Google DeepMind, “Accelerating mathematical and scientific discovery with Gemini Deep Think” (11 February 2026): https://deepmind.google/blog/accelerating-mathematical-and-scientific-discovery-with-gemini-deep-think/
- “Remarks on the disproof of the unit distance conjecture” (arXiv, 20 May 2026): https://arxiv.org/abs/2605.20695
Further reading
- What are multi-agent systems? : the propose-critique-refine pattern behind Co-Scientist.
- What are reasoning models? : the model class doing the heavy lifting.
- The 2026 LLM landscape : the frontier models these results are built on.