by Martin Monperrus Tags:

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.

🎯 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.

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

  1. Delegate tasks, not questions. “Run this ablation over the five datasets, write the table” beats “how would I run an ablation?”.
  2. 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.
  3. Write the agent instructions file first. CLAUDE.md / AGENTS.md is where your tacit methodological knowledge goes: which seeds, which statistical test, never drop rows silently, always report N.
  4. 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).
  5. 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.
  6. 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.
  7. 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.
  8. 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.

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