SciencePal · Explainer

How AI Does Science

Not the AI that writes you a paragraph about an experiment — the kind that runs the experiment, reads the result, and fixes its own mistakes. A short field guide to the research agent.

7 min read · Published by SciencePal · 2026

Ask a working scientist where their week went, and a surprising amount of the answer has nothing to do with science. It is plumbing: installing software, converting file formats, gluing one tool's output into another tool's input, debugging a broken environment, re-running a script that crashed at hour three. The discovery is buried under the logistics.

What if you could hand all of that to a tireless lab assistant who takes instructions in plain language? That assistant is starting to exist. It is worth understanding how it actually works — past the headlines, and without the hype.

The leap

Describing versus doing

Most people have met AI as a chatbot: you ask, it writes back. That kind of AI describes — it can tell you, fluently, how an experiment would work. A research agent is different in one decisive way: it does the experiment.1 It writes the code, runs it on a real computer,A "real computer"— a sandbox: an isolated machine the agent fully controls, so it can install tools and run code without touching anything it shouldn't. looks at what came out, notices it broke, fixes it, and runs it again — without waiting for you at every step.2

The gap between describing and doing is the whole story.
Everything else is detail.

Chatbot A question The AI replies A paragraph of text Describes how it would work. Research agent A question Runs code in a sandbox, checks, and fixes its own errors A real result ✓ Does it — and verifies.

The loop

Four moves a research agent makes

Strip away the jargon and a research agent runs the same four-move loop a careful scientist does — just faster, and around the clock.3

repeat 01 02 03 04 Read Plan Run Check
The same loop, run fast and around the clock: gather what's known, break it into steps, do the work in a sandbox, then verify — and begin again.
01 — Read

Gather what is already known

It starts where research starts: with the literature. The agent searches papers and databases, reads them, and pulls out the facts relevant to your question — with citations, so you can check its work.In SciencePal, a dedicated Survey Agent does this: multi-database literature search across sources like arXiv, PubMed, IEEE and ACM, with citation management.

02 — Plan

Break the question into steps

A big question is too big to answer in one shot, so the agent breaks it into a checklist of concrete steps. For hard problems it can split the work across specialist sub-agents — a literature reader, a coder, a reviewer — that share one workspace, like a small lab team.4

03 — Run

Do the work, inside a sandbox

This is the leap. Inside an isolated sandbox — a private computer it cannot break anything important with — the agent writes and runs real code, drives professional tools, browses the web, and looks at the output. When something fails, it reads the error and tries again. The work is executed, not narrated.Real tools, preloaded. SciencePal's protein agent runs tools like ChimeraX, PyMOL, BioPython and MDAnalysis; its materials agent runs Quantum ESPRESSO and LAMMPS — inside the sandbox, ready to go.

04 — Check

Verify it, and remember it

A result you cannot trust is not a result. So the agent validates what it produced and keeps a trail: which command, which paper, which line of code led to each claim, so a human can audit it. And it remembers — what it learned this week is still there next week.Memory that compounds. SciencePal keeps a persistent memory across sessions, and you can hand it your lab's own methods as reusable skills.

In the wild

A "virtual lab" that designed real antibodies

This is not hypothetical. In a 2025 study in Nature, a team of AI agents — a "principal investigator" agent directing specialists such as a chemist and a computer scientist, with a critic agent to push back — designed new nanobodies (tiny antibodies) against SARS-CoV-2 variants.5 The designs were not left on a screen. Experimental validation in the lab found, in the authors' words, "a range of functional nanobodies with promising binding profiles across SARS-CoV-2 variants." A human researcher set the agenda and checked the work; the agents did the legwork.

A human sets the goal PI agent plans & directs the team Chemist agent Computer scientist Critic agent one shared workspace Nanobody designs Wet-lab test Functional nanobodies ✓
Swanson et al., Nature (2025): a principal-investigator agent directed specialist agents and a critic; the designs were validated at the bench.

The fine print

Powerful, not magic

It would be a disservice to stop at the success stories. When researchers built careful benchmarks to test AI agents on real, data-driven science tasks, the agents solved only a fraction without human help — and the gap between a slick demo and a reliable result is exactly what rigorous evaluation keeps exposing.6 The honest framing is a co-pilot, not an autopilot: the AI multiplies a scientist's reach, while the scientist still owns the questions, the judgment, and the responsibility for what is true.

Why it matters

Science with the busywork removed

If the plumbing really can be handed off, the consequences reach past any one lab. The months a team spends building and gluing tools could shrink to days. Methods that used to demand a specialist and a compute cluster start to come within reach of a curious student or a small clinic, because the tooling is shared and the interface is plain language.7 And because every step leaves a trail, the science that comes out can be easier to reproduce, not harder.

From the literature to the lab bench — one continuous, traceable workflow.

Where SciencePal fits

SciencePal is built to be this kind of research agent. It runs in your browser, with no setup, on top of an open-source engine. Behind the chat box is the loop above: a sandboxed computer where agents execute real work, a roster of domain specialists — for proteins, biology, antibodies, materials, plasma physics, clinical data, literature surveys and more — persistent memory, and the ability to teach it your own lab's methods. The aim is narrow and concrete: take the tooling off the scientist's plate, and give the judgment back.

Read next

For a clear-eyed, plain-language look at what these systems can and cannot yet do, Nature's news feature on the end-to-end "AI Scientist" is an excellent place to go deeper.8

Curious about a specific step? The clearest way to understand a research agent is to watch one work. Ask SciencePal to take a small question end to end — read, plan, run, check — and follow the trail it leaves.

Sources

Every claim above is grounded in the sources below, verified against primary literature.

  1. Wei et al. (2025). From AI for Science to Agentic Science: A Survey on Autonomous Scientific Discovery. arXiv arxiv.org/abs/2508.14111
  2. Zheng et al. (2025). From Automation to Autonomy: A Survey on Large Language Models in Scientific Discovery. EMNLP 2025 aclanthology.org
  3. Eger et al. (2026). Transforming Science with Large Language Models. arXiv arxiv.org/abs/2502.05151
  4. Google Research (2025). Accelerating Scientific Breakthroughs with an AI Co-Scientist. Blog research.google
  5. Swanson, Wu, Bulaong, Pak & Zou (2025). The Virtual Lab of AI agents designs new SARS-CoV-2 nanobodies. Nature 646, 716–723. nature.com
  6. Chen et al. (2025). ScienceAgentBench: Toward Rigorous Assessment of Language Agents for Data-Driven Scientific Discovery. arXiv arxiv.org/abs/2410.05080
  7. Gao et al. (2025). Democratizing AI Scientists Using ToolUniverse. arXiv arxiv.org/abs/2509.23426
  8. Castelvecchi (2024). Researchers Built an 'AI Scientist' — What Can It Do? Nature News nature.com