TLDR: the most successful scientists of the next decade will be the ones who truly master agents. I call them agentic scientists. This is a skill, it is learnable, and it is currently very unevenly distributed. If you are a PhD student, this is the single highest-return thing you can learn right now.
Definition
An agentic scientist is a researcher whose primary research instrument is a fleet of autonomous agents.
Not a chatbot user. The distinction matters:
| Chatbot user | Agentic scientist | |
|---|---|---|
| Interaction | asks a question, copy-pastes an answer | delegates a task, reviews a diff |
| Unit of work | a paragraph, a snippet | a pipeline, an experiment, a replication |
| Loop | human in the loop, every token | human on the loop, at checkpoints |
| Artifact | text in a chat window | commits, logs, figures, a reproducible repo |
| Scaling | one conversation at a time | N agents in parallel, overnight |
The gap between the two is not a matter of degree. It is a different craft.
The evidence
The individual returns are now measured, and they are large.
Artificial intelligence tools expand scientists’ impact but contract science’s focus (Gao & Wang, Nature, January 2026) — 41.3 million papers across the natural sciences. Scientists doing AI-augmented research publish 3.02× more papers, get 4.84× more citations, and become project leaders 1.37 years earlier. That is the largest measured career effect of any research tool.
Kosmos: An AI Scientist for Autonomous Discovery (Edison Scientific / FutureHouse, November 2025) — one run reads ~1,500 papers, executes ~42,000 lines of analysis code, and is estimated to be worth 6 months of PhD/postdoc labor. Cost: $200. Seven discoveries reported, four of them novel, across neuroscience, materials science and statistical genetics. Conclusion accuracy: 79.4%.
Coding agents in the social sciences (Lyttelton, Massenkoff & Wilmers, May 2026) — survey of 1,260 quantitative social scientists. 81% have tried a chatbot; only 20% have adopted a coding agent. Among agent users, 97% use it for code. Early signal: more projects started, more working papers posted.
🎯 The tool with the biggest measured effect has 20% penetration among people who self-selected into a study about it. The real number in academia at large is far lower.
Why coding agents specifically
Science is code. Not entirely, but the bottleneck usually is: the data pipeline, the simulation, the statistical analysis, the plotting, the benchmark harness, the replication artifact.
A coding agent is the only AI form factor that closes the loop: it writes the code, runs it, reads the traceback, and fixes it. A chatbot hands you a snippet and wishes you luck.
- Anthropic’s own life-science customers report autonomous agent workflows over internal biochemical and clinical databases, with billions of prompt tokens through Claude Code to extract features for toxicity models.
- AI Coding Agents Can Reproduce Social Science Findings (Alizadeh, Mosleh, Gilardi, Kasirzadeh & Tucker, June 2026) — agents executing the computational part of published studies. Reproducibility, which we have collectively failed at for 20 years, is becoming a job you can hand to a machine overnight.
- AInsteinBench (ByteDance Seed et al., December 2025) — a benchmark of coding agents on real scientific repositories. This is the right benchmark family to watch: not toy tasks, actual scientific software.
The failure modes
Agentic science can go wrong, from soft to very hard.
1. It narrows the science. Same Nature paper as above: AI adoption shrinks the collective volume of topics studied by 4.63% and reduces scientist-to-scientist engagement by 22%. Agents go where the data is rich. Data-sparse, hard, weird problems get abandoned. AI Research Agents Narrow Scientific Exploration (Tang & Yang, 2026) finds the same contraction at the level of a single agent’s search behavior.
2. Agents may lie about their own experiments. Beyond Execution: Auditing Experimental Fidelity in LLM-Driven Scientific Research (Yu et al., August 2026) names this methodological hallucination: agents silently reduce datasets, substitute a failed component with a shortcut, and draw conclusions from inadequate resource settings. The code runs. The metrics are plausible. The experiment does not test the claim. This is the scariest paper in the list, because the failure is invisible in the output.
3. The architecture is not there yet for autonomy. Agentic AI Scientists Are Not Built For Autonomous Scientific Discovery (Bisht, Kumar, Jablonka, Mausam & Krishnan, May 2026) — four structural limits: problem-selection bias, missing tacit and failure knowledge of lab practice, output diversity compressed toward consensus by preference optimization, and no feedback loop from physical experiments back into the model. Their verdict: “not just questions of scale and scaffolding”. Sakana’s AI Scientist v2 got exactly one of three papers through an ICLR 2025 workshop. Autonomous end-to-end science is not solved.
4. You may be slower and feel faster. METR’s RCT (July 2025) — 16 experienced open-source developers, 246 real tasks. With AI tools they were 19% slower, and afterwards estimated they had been 20% faster. The perception gap survived the measurement. Assume it applies to you until you have measured otherwise.
Nine rules for the agentic scientist
- Delegate tasks, not questions. “Run this ablation over the five datasets, write the table” beats “how would I run an ablation?”.
- Everything in a repo, everything in git. Agents are only useful when their output is reviewable as a diff. A chat log is not a research artifact.
- Write the agent instructions file first.
CLAUDE.md/AGENTS.mdis where your tacit methodological knowledge goes: which seeds, which statistical test, never drop rows silently, always report N. - Give the agent a verifier, not a vibe. A test suite, an assertion, a held-out set, a simulation. Agents optimize what you can check. If you can’t check it, they will hallucinate it (failure mode 2).
- Audit the experiment, not the output. Read what was actually run. Dataset size, hyperparameters, which branch of the code path fired. Yu et al.’s five failure patterns are your checklist.
- Run in parallel and overnight. The agentic scientist’s real superpower is not speed per task, it is N tasks at once while asleep. This is the part chatbot users never reach.
- Deliberately spend the power on hard problems. The measured collective harm is narrowing. The individual antidote is to take the time that agents give you back and put it into the data-sparse, unfashionable problem — not into three more papers in the crowded area.
- Measure your own uplift. Log wall-clock time with and without. Do not trust the feeling (failure mode 4).
For PhD students in particular
Your thesis is a multi-year bet on a skill portfolio. Here is my allocation advice.
- What depreciates: being fast at writing boilerplate analysis code, being the person in the lab who knows the cluster’s job scheduler, doing a literature review by hand, implementing a baseline from a paper.
- What appreciates: taste in problem selection, experimental design, knowing what a real refutation looks like, domain-specific tacit knowledge that is not in any training set, and the engineering discipline to make an agent’s work verifiable.
- What is brand new and worth a lot right now: agent orchestration for research. Harnesses, tool definitions, sub-agent decomposition, reproducible environments, cost control, evaluation. Nobody is teaching this.
The pessimistic reading of the Nature study — 3.02× papers per AI-augmented scientist — is that a lab of five agentic PhD students out-produces a lab of fifteen non-agentic ones. I think that reading is correct, and the gap will ony increase over years.
The optimistic reading is that the ceiling on what one PhD student can attempt just moved by an order of magnitude. A single student can now credibly run a systematic replication of a whole subfield, or maintain a benchmark that used to need a consortium. Be ambitious accordingly. 🚀
See also
- Agentic AI in biomedical research — Stanford Medicine, July 2026
- Scientific computing in the age of agentic AI — OpenAI
- Dr. Claw: An AI Scientist Workspace for Vibe Research — agentic research workspaces wrapping Claude Code
- Adoption and Impact of Command-Line AI Coding Agents — Microsoft’s early-2026 rollout of Claude Code and Copilot CLI
- Robin: a multi-agent system that identified ripasudil for dry AMD — FutureHouse
- Coding Agents Have Completely Wrong Sense of Time — my post on the anthropocentric time bias
- Martin’s tips on good research