Prompt20
All posts
scienceresearchprotein-foldingmaterialssimulationreproducibilityverticalevergreen

AI in Scientific Research: From Literature to Lab

How AI is changing the practice of science. Literature review and hypothesis generation, protein structure and materials prediction, simulation surrogates, lab automation, and AI-assisted writing — alongside the reproducibility crisis, data leakage in ML-for-science papers, and why a prediction is not a discovery until it's tested. Concepts for researchers.

By Prompt20 Editorial · 27 min read

AI is now woven through the scientific workflow: it drafts your literature review, proposes hypotheses, predicts protein structures, screens candidate materials, stands in for expensive simulations, and edits your manuscript. Used well, it compresses months of grunt work into days. But there is one line you cannot let it blur: a model output is a candidate, not a result. A predicted structure, a suggested reaction, a flagged correlation — these are leads, not findings. They become science only when a wet lab, an independent dataset, or a preregistered experiment confirms them.

That distinction is where most of the trouble lives. The single most common failure in machine-learning-for-science papers is not a bad model — it's data leakage: information from the test set sneaking into training, producing accuracy numbers that evaporate the moment the method meets genuinely new data. This guide walks the full pipeline, from literature to lab, and marks where AI genuinely accelerates science and where it quietly manufactures false confidence.

Table of contents

Key takeaways

  • AI accelerates the generative, cheap-to-check parts of science — reading, hypothesis enumeration, candidate screening, drafting — and struggles with the parts that require ground truth.
  • A prediction is not a discovery. Structure prediction, property prediction, and correlation mining produce candidates. Validation is a separate, non-optional step.
  • Data leakage is the field's dominant failure mode. Random train/test splits, duplicated samples, target information in features, and pre-processing before splitting all inflate accuracy that won't survive deployment.
  • Trust the split, not the score. How the test set was constructed matters more than the headline metric. Temporal, scaffold, and cluster-based splits reveal real generalization; random splits usually hide leakage.
  • LLMs summarize and hypothesize; they also hallucinate citations. Every AI-surfaced reference and claim needs to be traced to the primary source. See AI hallucinations.
  • Surrogate models replace expensive simulation, not physics. They interpolate within their training distribution and fail silently outside it. Quantify uncertainty or you're guessing.
  • Structure prediction won because it had the recipe: abundant labeled data, a crisp objective, and cheap verification. Use that trio as a filter for any "AI will revolutionize X" claim.
  • AI accelerates generation and search, not verification. It shortens the front of the pipeline far more than the back. Where verification was the bottleneck, faster candidates don't speed real discovery.
  • AI industrializes the reproducibility crisis unless verification scales with generation — hallucinated citations, p-hacking at machine speed, and fabricated data all get cheaper.
  • Reproducibility is a code, data, and split problem. Share the pipeline, the exact splits, and the negative results — or the paper isn't checkable.

Where AI actually helps

The honest framing is economic. AI helps most where generating candidates is expensive and checking them is cheap, and helps least where checking requires the very ground truth you lack.

  • Cheap to check, expensive to generate: enumerating plausible reaction pathways, proposing gene targets, drafting a proof sketch a human can verify, suggesting a chunk of analysis code you can run. Here the model can be wrong 80% of the time and still be a huge win, because verification is fast.
  • Expensive to check: predicting whether a drug candidate is safe in humans, whether a material is stable and synthesizable, whether a novel mechanism is real. Here a confident wrong answer is dangerous, because the check is a multi-year, multi-million-dollar experiment. (The clinical end of this — where a prediction meets a patient — is covered in AI in healthcare.)

Keep that asymmetry in mind for every tool below. The question is never "is the model good?" It's "how expensive is it to catch the model being wrong?"

There's a second axis worth naming: whether the model is compressing something you already trust, or inventing something you don't. When a surrogate approximates a simulator you've validated, or a retrieval system pulls a passage you can go read, the AI is a compression layer over trustworthy ground truth — the worst case is that it wastes your time. When a model proposes a mechanism, a citation, or a "novel stable compound," it is inventing, and the worst case is that you believe it. Compression is low-risk and easy to adopt. Invention is high-leverage and demands a verification budget proportional to how much you're about to stake on it. Most of the disappointment in "AI for science" comes from adopting invention as if it were compression — trusting a fabricated output the way you'd trust a cached calculation.

The seven modes AI accelerates science

"AI for science" is not one thing, and the marketing habit of collapsing it into a single narrative is exactly what makes it hard to evaluate. In practice, AI enters the scientific workflow through a handful of distinct modes, each with its own risk profile and its own honest success rate. Naming them separately is the first step to filtering hype.

  1. Literature synthesis. Reading, clustering, and summarizing a corpus that has outgrown human reading speed. Highest immediate value, lowest scientific risk — because the author stays in the loop as verifier and the primary sources are one click away. The failure mode is fabricated or misattributed citations, which is catchable.
  2. Hypothesis generation. Enumerating plausible mechanisms, targets, or relationships to test. Genuinely useful as a net, because humans enumerate poorly and models enumerate exhaustively. The trap is mistaking the ranking (textual plausibility) for a probability of truth.
  3. Experimental design. Suggesting which experiments are most informative — active learning, design of experiments, power analysis. Real leverage when the objective and measurement are trustworthy; a way to industrialize bad decisions when they're not.
  4. Structure and property prediction. Sequence-to-structure, composition-to-stability, graph-to-property. The headline wins, and for good reason (covered below) — but every output is a hypothesis, not a fact.
  5. Simulation surrogates and emulators. Learning a fast approximation of an expensive physics simulation. A throughput multiplier inside the training distribution; a confident nonsense generator outside it.
  6. Lab automation and self-driving labs. Closing the loop between proposal, execution, and measurement with robotics. Real for high-throughput, well-characterized domains; bottlenecked everywhere else by measurement quality.
  7. Data analysis and scientific writing. Cleaning data, writing analysis code, drafting prose and figure captions. Broad, mundane, and mostly low-risk — as long as the human remains accountable for every number and sentence.

The rest of this guide walks these modes in roughly this order. The recurring lesson across all seven: the mode's value is set not by how good the model is, but by how cheaply and how reliably you can catch it being wrong.

Literature review and hypothesis generation

The first place most researchers meet AI is the literature. Large language models and retrieval systems can ingest thousands of papers, cluster findings, surface contradictions, and draft a related-work section in an afternoon. This is real leverage — the corpus has outgrown human reading speed, and semantic search over embeddings finds conceptually related work that keyword search misses. If you're building tooling here, the mechanics are the same as any retrieval system; see vector search and embeddings and RAG in production.

Two hard limits apply.

Hallucinated citations. LLMs generate plausible-looking references that don't exist, or attach real authors to claims they never made. A retrieval-grounded system reduces this but doesn't eliminate it — the model can still misread what a retrieved paper says. Rule: every citation is traced to the primary source before it enters your manuscript. No exceptions. The failure mode is subtle because the fabrications are individually plausible; it's the aggregate that's fiction. The engineering controls that make this catchable — grounding, forced citations, verification — are in how to reduce AI hallucinations.

Hypothesis generation is enumeration, not judgment. An LLM can propose a hundred hypotheses linking a gene to a phenotype. That's genuinely useful — humans are bad at systematically enumerating a space, and models are good at it. But the model has no privileged access to which hypotheses are true. It ranks by textual plausibility and training-corpus frequency, which correlate with "already well-studied," not with "correct and novel." Treat AI-generated hypotheses as a broad net for the design of experiments, not a shortlist of answers. The value is coverage, not judgment.

There's a subtler cost worth flagging. A literature model trained on the published record inherits the record's biases: publication bias toward positive results, citation cascades that amplify a few early papers, and the systematic absence of negative findings that never got published. Ask it to summarize "what the field believes" and you get a confident consensus that may itself be an artifact of what got printed. The model cannot see the experiments that failed and went into a drawer, because they were never text. So it will reliably underweight the possibility that a well-cited effect is fragile or wrong — which is precisely the possibility a good scientist is paid to consider. Use AI to map the literature; don't let it define your priors.

Hypothesis generator, not truth engine

It's worth stating the deepest version of the distinction plainly, because it governs how you should use every generative model in science. A language model is a hypothesis generator, not a truth engine. It is trained to produce text that is probable given its corpus — fluent, well-formed, consistent with how scientists write. Probability of text is not probability of truth, and the two come apart exactly where science is most interesting: at the frontier, where the correct answer is by definition under-represented in the training data because nobody has discovered it yet.

This has three practical consequences.

The model is most confident where the field is most crowded. Ask about a heavily studied pathway and you get a smooth, authoritative synthesis. Ask about a genuinely open question and you get an equally smooth, equally authoritative answer that is now much more likely to be wrong — because the model's fluency is uncorrelated with the sparse, contested evidence underneath. Confidence in tone tells you about corpus density, not about correctness. This is the same calibration failure discussed in how to reduce AI hallucinations: the model has no internal signal that separates "well-established" from "plausibly phrased."

Novelty and correctness pull in opposite directions. A truly novel, correct hypothesis is, almost by construction, one the model ranks as low-probability, because the training corpus contains little support for it. So the outputs a model surfaces most readily are the ones closest to existing consensus — useful for coverage, weak for breakthroughs. If you only ever pursue the model's top-ranked suggestions, you are systematically steering toward the already-known.

The lab is still the arbiter. None of this makes the generator useless — a hypothesis machine that casts a wide, cheap net over a space you'd have explored slowly by hand is a real accelerant. It makes it a generator whose output must flow into an experiment, not into a conclusion. The correct pipeline is: model enumerates candidates → human applies judgment and domain constraints to prioritize → the lab (or an independent dataset, or a preregistered test) adjudicates. Skip the last step and you haven't done science faster; you've done rhetoric faster.

Structure and property prediction

The headline wins for AI in science are prediction models: protein structure from sequence, molecular properties from graphs, material stability from composition. These are legitimately transformative — a protein structure that once took years of crystallography can be predicted in minutes to useful accuracy, and screening millions of candidate materials computationally is now routine.

But note the exact claim. These models predict a property or structure; they do not establish a fact about the physical world. The distinction plays out concretely:

  • A predicted protein structure is a hypothesis about a fold. High-confidence regions are usually right; low-confidence regions, disordered loops, and novel folds far from the training distribution are where it breaks. The model's own confidence score is your first filter, not your last.
  • A predicted "stable" material is a hypothesis about thermodynamic stability under idealized assumptions. Stability isn't synthesizability. Many computationally predicted materials cannot actually be made, or are stable only in conditions that don't exist in a lab. A generated list of "novel stable compounds" is a to-do list for experimentalists, and the hit rate after synthesis attempts is the number that matters — not the size of the list.
  • A predicted binding affinity or toxicity is a hypothesis to be tested in an assay, not a reason to skip the assay.

The pattern is the same everywhere: the prediction moves you to the front of the queue for validation; it does not replace validation. Fields that internalized this got a genuine accelerant. Fields that treated predictions as results generated impressive-looking databases of things that turned out not to exist.

Why structure prediction was the breakthrough

It's worth asking why protein structure prediction — the AlphaFold archetype — became the poster child for AI in science, while "an LLM reasoning about biology" remains shaky. The answer isn't that structure is easy. It's that structure prediction has the three properties that make a problem tractable for machine learning, and open-ended scientific reasoning has none of them.

A large, high-quality labeled dataset. Decades of experimental crystallography and cryo-EM produced a public archive of solved structures — hundreds of thousands of sequence-to-structure pairs, each a hard-won experimental ground truth. That is a training set in the deepest sense: real answers, at scale, collected by a global community over half a century. Most scientific questions have no equivalent. There is no archive of a million labeled "true mechanisms" or "correct hypotheses."

A crisp, well-defined objective. "Predict the 3D coordinates of every atom given the amino-acid sequence" is a mathematically precise target with an unambiguous notion of correct. You can measure error in ångströms. Compare that to "reason correctly about whether this drug will work," which has no clean objective function, no single ground truth, and outcomes that depend on context the model never sees.

Cheap, rigorous verification. A predicted structure can be checked against an experimental one with a well-understood metric, and increasingly against new experiments. The prediction is falsifiable in a concrete, quantitative way. This closes the loop: the field could measure progress honestly, run fair blind competitions, and know that improvement was real rather than a benchmark artifact.

Put those three together and you have the recipe for an ML win: abundant labeled data, a verifiable objective, and a domain where the input (sequence) genuinely determines the output (structure) through physics the model can learn to approximate. Structure prediction is, in a sense, a very hard interpolation problem over a densely sampled space — exactly what deep learning is good at.

Now contrast the failure profile of using an LLM to "reason about science." There is no labeled dataset of correct scientific reasoning at scale. The objective is fuzzy — what counts as a correct chain of inference is contested and context-dependent. And verification is expensive: checking whether a proposed mechanism is real can take a multi-year experiment, so you can't cheaply generate the feedback signal that made structure prediction improvable. The model is left optimizing for plausible-sounding reasoning, which is a proxy that comes apart from correct reasoning at exactly the frontier you care about. This is the same failure mode as reward-hacking a proxy metric anywhere else in ML.

The lesson generalizes into a filter you can apply to any "AI will revolutionize X" claim: ask whether X looks like structure prediction or like open-ended reasoning. Does the problem have abundant labeled ground truth? A crisp objective with an unambiguous notion of correct? Cheap, rigorous verification? The more of those it has, the more you should expect a real breakthrough. The fewer it has, the more you should expect an impressive demo that doesn't survive contact with the frontier. Protein folding, weather nowcasting, and certain materials-screening problems score high. "Generate novel scientific theories" and "predict clinical outcomes from first principles" score low — not because the models are weak, but because the problem lacks the structure that lets a model learn the real thing instead of a plausible-looking shadow of it.

Simulation surrogates

A quieter but massive use of AI in science is the surrogate model: a neural network trained to approximate an expensive simulation — fluid dynamics, molecular dynamics, climate sub-models, quantum chemistry. Run the real simulator a few thousand times, train a model on inputs and outputs, and get answers in milliseconds instead of days.

When it works, it's a step-change in throughput. The catch is structural: a surrogate is an interpolator over its training distribution. Inside the region it was trained on, it can be excellent. Outside it, it doesn't error — it confidently extrapolates nonsense, because a neural network always returns an answer. There's no physics enforcing that the answer respects conservation laws or stays in a physical regime unless you built that in.

Two disciplines make surrogates safe:

  1. Uncertainty quantification. The surrogate must report how confident it is, and confidence must actually rise near training data and fall far from it. An ensemble, a Gaussian process, or a calibrated predictive interval — something. A surrogate without uncertainty is a random number generator with good manners.
  2. Physics-anchored checks. Spot-check surrogate outputs against the real simulator, especially near decision boundaries and at the edge of the training envelope. Use the surrogate to triage — cheap first pass — and the expensive simulator to confirm the interesting cases.

Same shape as before: the surrogate produces candidates fast; the ground-truth simulator confirms.

A useful mental model is that a surrogate learns the shape of a function, not the physics that generated it. Inside the sampled region, shape and physics agree closely enough to be indistinguishable. Outside it, the learned shape keeps going smoothly while the real physics may do something the training data never showed — a phase transition, a discontinuity, a conservation law biting. The surrogate has no way to know it has left the map, so it reports the same crisp answer with the same false calm. This is why the training envelope must be documented as carefully as the architecture: a surrogate is only as trustworthy as your knowledge of where it was trained, and a paper that reports surrogate results without describing the sampling distribution has withheld the one fact you need to judge them. The best practice in mature groups is to treat the surrogate as a cheap triage layer that is always backstopped — every decision that actually matters gets confirmed by the real simulator before anyone stakes a claim on it.

Lab automation and the closed loop

The most ambitious integration is the closed-loop lab: an AI proposes experiments, robotic systems run them, results feed back, and the model updates its next proposals. This is where "AI-driven discovery" is most and least real at the same time.

Most real: for well-characterized, high-throughput domains — some chemistry, some biology, some materials — active learning genuinely finds good candidates faster than a grid search, because the model learns which experiments are informative and stops wasting reagents on the obvious ones.

Least real: the loop only closes if the measurement is trustworthy and the search space is well-defined. Automation industrializes both good and bad decisions. If the assay is noisy, the robot generates noise faster. If the objective is mis-specified, the system optimizes hard toward the wrong thing — the specification-gaming problem, in a wet lab. The bottleneck is rarely the model; it's the quality of the measurement and the honesty of the objective. The agentic tooling here is the same class of system covered in the AI coding agents guide: a planner, a set of tools (here, physical instruments), and a feedback loop — with the same tendency to pursue a flawed goal efficiently.

Data leakage: the field's dominant failure mode

Here is the section that matters most, because it explains why so many published ML-for-science results don't replicate. Data leakage is when information that wouldn't be available at prediction time leaks into training, inflating reported accuracy. It's not fraud — it's usually an honest methodological error — and reviews across many scientific fields keep finding it in a large fraction of published ML pipelines.

The common forms:

Leakage type What happens Why it inflates the score
No test set at all Model tuned and evaluated on the same data Reports training accuracy, not generalization
Random split of correlated data Near-duplicate or related samples land in both train and test Model "recognizes" test items it effectively saw
Pre-processing before splitting Normalization, feature selection, or imputation computed on the full dataset Test-set statistics leak into training features
Target leakage A feature encodes the label (a proxy, an ID, a downstream measurement) Model learns the shortcut, not the science
Temporal leakage Training on data from after the prediction point Model uses the future to predict the past
Tuning on the test set Hyperparameters chosen by test performance Test set becomes a second training set

The unifying cause is that scientific data is not independent and identically distributed. Proteins share evolutionary ancestry; molecules share scaffolds; patients share hospitals; measurements share instruments and batches. A random split scatters these correlated groups across train and test, so the model gets credit for recognizing near-neighbors rather than for generalizing. The reported number is real — it's just measuring memorization dressed up as insight.

Trust the split, not the score

The defense is to build the test set to mirror the generalization you actually need:

  • Temporal split — train on the past, test on the future. Mandatory for anything that will be deployed forward in time.
  • Scaffold / cluster split — group by molecular scaffold, protein family, patient, site, or batch, and keep whole groups on one side of the split. This kills the near-duplicate leak.
  • Leave-one-group-out — hold out an entire class of conditions to test genuine extrapolation.
  • Split first, then pre-process — fit every transformation (scaling, imputation, feature selection) on training data only, and apply it to the test set. Never the reverse.

A model that looks strong under a random split and collapses under a scaffold or temporal split was never strong — it was leaking. When you read a paper, the split methodology tells you more than the headline metric. If the paper doesn't describe how the test set was constructed, treat the results as unverified. This is the same discipline that separates a real evaluation from a vanity benchmark; the general version is in how AI is evaluated and why benchmarks mislead.

The reproducibility and verification crisis

Data leakage is one instance of a larger problem, and AI makes the larger problem worse. Science already had a reproducibility crisis — a well-documented pattern of published results that don't hold up when independent groups try to repeat them, driven by small samples, flexible analysis, and the incentive to publish positive findings. AI doesn't create these pathologies, but it industrializes them: it lowers the cost of every step that produces a false positive, which means it raises the throughput of false positives unless discipline scales with it.

Consider how each classic failure mode gets an AI accelerant:

  • Hallucinated citations at scale. A model can populate a reference list with plausible-looking papers that don't exist, or attach real authors to claims they never made. When this leaks into published work, it corrupts the citation graph itself — the shared memory of the field — and downstream readers cite the fabrication in good faith. The controls are the same grounding-and-verification disciplines in how to reduce AI hallucinations, applied with the seriousness a permanent record deserves.
  • p-hacking at machine speed. The reproducibility crisis was partly a story of researchers trying many analyses and reporting the one that crossed a significance threshold. An AI agent that can generate and run hundreds of analysis variants automatically turns a human vice into an industrial process. If the model is pointed at "find a significant result," it will find one — the multiple-comparisons problem doesn't care that a machine did the comparing. Pre-registration and honest correction for the number of tests actually run are the only defenses, and they matter more, not less, when the tests are cheap.
  • Fabricated or synthetic data. Generative models can produce realistic-looking data — images, spectra, tables — that passes casual inspection. Used honestly (e.g., clearly labeled synthetic augmentation with reported provenance), this is a legitimate technique. Used carelessly or dishonestly, it manufactures evidence that never came from an instrument. The line is provenance: every number in a scientific claim should be traceable to a real measurement or a clearly disclosed simulation.
  • Garden-of-forking-paths modeling. Every ML pipeline embeds dozens of choices — features, architecture, split, hyperparameters, metric. Explore them freely while watching the test score and you've quietly tuned on the test set, the leakage failure from the previous section wearing a different hat. The number that survives is the number of the analysis that happened to look best, not the number that generalizes.

The through-line is that AI reduces the cost of generating a result faster than it reduces the cost of verifying one. That asymmetry is dangerous in a field whose entire epistemology rests on independent verification. The countermeasures aren't new — pre-registration, held-out validation on data the model never touched, shared code and exact splits, reporting negative results, tracing every citation — but they now have to be applied against a much higher volume of cheap candidate findings. A group that adopts the generative half of AI without scaling the verification half isn't doing science faster; it's manufacturing plausible artifacts faster.

Peer review and scientific integrity

The pressure lands hardest on peer review, the mechanism science uses to catch bad work before it enters the record — and the mechanism least equipped for a sudden surge in output. Two failure modes are already visible.

AI-generated submissions overwhelm human reviewers. If drafting a plausible paper gets cheap while reviewing one stays expensive, the ratio breaks. Reviewers are unpaid volunteers with finite attention; a flood of fluent, superficially competent, AI-assisted manuscripts strains a system that was already creaking. The danger isn't only fraud — it's that genuinely flawed work becomes harder to catch when it arrives faster and reads more smoothly than the reviewer's own prose.

AI-assisted reviewing degrades the signal. The tempting response — reviewers using an LLM to summarize and critique papers — moves the judgment from a domain expert to a model that cannot actually verify a result, only comment on how it reads. A model can't rerun the analysis, can't spot that the test set leaked, can't know that a cited effect is contested. Delegating review to a system optimized for plausibility, in a process whose entire job is to separate plausible from correct, defeats the purpose. Some venues now restrict or require disclosure of AI use in reviewing for exactly this reason; norms are still forming and worth tracking for your field.

The constructive uses are narrower and real: AI can flag statistical inconsistencies, check that reported numbers are internally coherent, detect image duplication and manipulation, screen for undisclosed conflicts, and surface missing citations — mechanical checks that augment a human reviewer rather than replace their judgment. That's the right division of labor: let the model do the tireless mechanical screening; keep the scientific judgment with the human who can, in principle, verify. The integrity of the record depends on someone in the loop being accountable and able to check — a responsibility a model cannot hold, because it cannot be answerable for a claim it has no way to confirm.

Benchmarks, data, and the hype filter

"AI for science" attracts more hype than almost any other application, which makes a filter valuable. Most of the noise resolves once you ask a few concrete questions about the benchmark and the data behind a claimed result.

Is the benchmark measuring generalization or memorization? A headline accuracy is meaningless without knowing how the test set was built. As the leakage section argued, a random split of non-independent scientific data measures near-neighbor recognition. The first question for any benchmark: would this split reveal a model that only memorized? If the answer is no, the number is decoration.

Is the benchmark saturated or contaminated? Static benchmarks decay. Once a dataset is public and widely used, later models may have seen it in training — benchmark contamination — so a strong score can reflect exposure rather than capability. And a benchmark everyone optimizes against eventually gets gamed: progress on the metric decouples from progress on the underlying problem. Ask when the benchmark was built, whether it could be in the training corpus, and whether the metric still tracks something you care about.

Does the comparison include an honest baseline? Many splashy "AI beats X" results omit a strong classical baseline — a well-tuned linear model, a physics-based method, an existing tool. A neural network beating a weak baseline tells you little. The relevant question is whether it beats the best available non-AI approach under the same rigorous evaluation, at a cost worth the complexity.

Is the win in the mode where checking is cheap? Return to the central asymmetry. A result in literature synthesis, candidate screening, or surrogate triage — where being wrong is cheap to catch — is easy to adopt on its merits. A result claiming to predict human safety, real-world synthesizability, or a novel mechanism is claiming exactly the expensive-to-check thing, and deserves proportionally more scrutiny before you believe the framing.

Was the code, data, and split released? The strongest hype filter is reproducibility. A method that ships its pipeline, its data, and its exact splits invites the checking that turns a claim into knowledge. One that reports only a headline number and a narrative is asking for trust it hasn't earned. Extraordinary claims that come without the means to reproduce them should move down your priors, not up.

Run a claim through those five questions and most of the froth evaporates, leaving the smaller set of genuinely useful results — which is plenty.

What actually changes the pace of discovery

Strip away the marketing and a narrower, more defensible claim remains: AI changes the pace of discovery in the specific places where the rate-limiting step was generation or search, and where verification was already cheap or already fast. Where those conditions hold, the effect is real and sometimes dramatic. Where they don't, AI moves the bottleneck around without removing it.

It genuinely speeds things up when:

  • Search dominated the cost. Screening millions of candidate molecules or materials, enumerating reaction pathways, searching a huge design space — AI turns a combinatorial slog into a ranked shortlist, and the downstream validation was always the plan anyway.
  • An expensive computation could be amortized. A surrogate that replaces days of simulation with milliseconds, once validated, changes what's feasible to explore. The physics didn't change; the cost of asking it a question did.
  • The ground truth was abundant and the objective crisp. The structure-prediction recipe. When a problem has the three properties, a model can genuinely learn the real thing and compress years of experimental work.
  • Reading was the bottleneck. When the literature has outgrown human reading speed, a synthesis layer that surfaces relevant, verifiable work is a real accelerant for the humans doing the thinking.

It does not change the pace — and often masquerades as if it does — when:

  • Verification is the true bottleneck. If the slow, expensive step is the clinical trial, the synthesis attempt, or the field study, generating more candidates faster doesn't help; you were never candidate-limited. AI can even slow you down by flooding the validation queue with low-quality leads.
  • The measurement is the weak link. A closed-loop lab with a noisy assay optimizes noise faster. No amount of model quality fixes a bad instrument or a mis-specified objective.
  • The problem lacks ground truth. Open-ended reasoning about contested questions has no crisp objective and no cheap check, so a model optimizes plausibility — motion without progress.

The honest summary: AI is a generation-and-search accelerant, not a verification accelerant. It shortens the front of the pipeline, where you propose and screen, far more than the back, where you confirm. In fields where the front was the bottleneck, that's transformative. In fields where the back was the bottleneck — much of medicine, much of the hard experimental sciences — the pace of real discovery moves less than the pace of published candidates, and confusing the two is how a field talks itself into a bubble. The durable version of "AI for science" is the unglamorous one: faster hypotheses, faster screening, faster drafting, feeding into the same non-negotiable validation that always made a result true. For where this trajectory leads over the coming decade, see AI over the next ten years.

AI-assisted writing

At the other end of the pipeline, AI drafts abstracts, tightens prose, translates for non-native English speakers, and generates figure captions and code. This is a legitimate productivity win and, unlike the science itself, mostly low-risk — because the author remains the verifier of every claim. Good prompting habits carry over directly; see how to write better prompts.

Two guardrails. First, the author is accountable for every sentence, including ones the model wrote. "The AI phrased it that way" is not a defense for a misstated result or a fabricated citation. Second, disclose per your venue's policy — norms are still forming, but the direction is toward transparency about AI assistance in drafting and analysis. The model can help you say what you found; it cannot decide what you found.

A practical checklist

Before an AI-derived result leaves your group:

  • Is this a candidate or a confirmed result? Name which, out loud, in the manuscript.
  • How was the test set constructed? If random, redo it with a scaffold/temporal/group split.
  • Was any pre-processing fit on the full dataset? If yes, it's leaking — refit on train only.
  • Could a feature be a proxy for the label? Audit the top features for target leakage.
  • Does the model report calibrated uncertainty, and does confidence drop off-distribution?
  • Have AI-surfaced citations been traced to primary sources?
  • Can someone else reproduce this from your shared code, data, and exact splits?
  • What's the validation plan, and does it use ground truth the model never saw?

FAQ

Can AI make scientific discoveries on its own?

Not in the sense that matters. AI can generate hypotheses, predict structures and properties, and screen candidates faster than any human — but its outputs are candidates, not confirmed knowledge. A discovery requires validation against ground truth the model didn't have: a wet-lab experiment, an independent dataset, a preregistered test. AI dramatically accelerates the path to discovery; it doesn't replace the confirmation step that makes a discovery real.

What is data leakage in machine learning for science?

Data leakage is when information that wouldn't be available at prediction time contaminates the training process, producing accuracy scores that won't hold up on genuinely new data. Common causes: random splits of correlated data (shared scaffolds, patients, or batches), pre-processing computed before splitting, features that secretly encode the label, and tuning hyperparameters on the test set. It's the most common reason ML-for-science results fail to replicate, and it's usually an honest mistake rather than misconduct.

Why does the train/test split matter more than the accuracy number?

Because the split defines what "accuracy" is measuring. A random split of non-independent scientific data scatters near-duplicate samples across train and test, so a high score can reflect memorization rather than generalization. A scaffold, temporal, or group-based split forces the model to prove it works on genuinely unseen cases. If a model scores high on a random split but collapses on a rigorous one, the high score was leakage. Always read the split methodology before believing the metric.

Are AI-predicted protein structures or materials reliable?

They're reliable as predictions, within limits. High-confidence regions of a predicted protein structure are usually accurate; novel folds and disordered regions are much less so, and the model's own confidence score is your first filter. A computationally "stable" material is a thermodynamic hypothesis under idealized assumptions — stability is not synthesizability, and many predicted compounds can't actually be made. Use these predictions to prioritize what to test experimentally, not as substitutes for testing.

Can I trust an LLM's literature review and citations?

Use it for coverage, verify everything. LLMs are excellent at surfacing related work and clustering findings across a corpus too large to read by hand, but they fabricate plausible-looking citations and can misstate what real papers claim. Even retrieval-grounded systems can misread sources. The non-negotiable rule: trace every citation and every claim to the primary source before it enters your manuscript. The individual fabrications are subtle; the aggregate is fiction.

How is AI in science different from AI hype?

The useful version is disciplined about one distinction: AI produces candidates cheaply, and validation confirms them. Where checking a candidate is cheap — code you can run, hypotheses you can test, structures you can filter by confidence — AI is a genuine accelerant even when it's often wrong. Where checking is expensive — human safety, real-world synthesizability, novel mechanisms — a confident wrong answer is a liability. Hype collapses that distinction and treats predictions as results. Working scientists keep it sharp.

Why did protein structure prediction succeed while general "AI reasoning about science" hasn't?

Because structure prediction has three properties that make a problem learnable and open-ended reasoning lacks all three: a large, high-quality labeled dataset (decades of experimentally solved structures), a crisp objective with an unambiguous notion of correct (predicted atom coordinates versus experimental ones, measured in ångströms), and cheap, rigorous verification (check the prediction against an experiment). Open-ended scientific reasoning has no dataset of "correct reasoning" at scale, no clean objective function, and verification that can take years — so a model optimizes for plausible-sounding output, which diverges from correct output exactly at the research frontier. Use it as a filter: the more a problem resembles structure prediction, the more you should expect a real AI breakthrough.

Should I use AI to peer-review or to review AI-assisted submissions?

Use it only for mechanical checks, never for the scientific judgment. A model can flag statistical inconsistencies, verify internal coherence of reported numbers, detect image duplication, and surface missing citations — tireless screening that augments a human reviewer. It cannot rerun an analysis, notice that a test set leaked, or know that a cited effect is contested, so delegating the actual judgment to it defeats the purpose of review, which exists precisely to separate plausible from correct. Keep an accountable human in the loop who can, in principle, verify. Many venues now restrict or require disclosure of AI use in reviewing; check your field's evolving norms.

Are self-driving labs actually discovering things faster?

In narrow, well-characterized, high-throughput domains, yes — active learning finds informative experiments faster than a grid search and wastes fewer reagents. But the loop only closes if the measurement is trustworthy and the search space is well-defined. Automation industrializes both good and bad decisions: a noisy assay generates noise faster, and a mis-specified objective gets optimized hard toward the wrong thing. The bottleneck is almost never the model; it's the quality of the measurement and the honesty of the objective. Treat a self-driving lab as a force multiplier on your experimental design, not a substitute for getting it right.

The bottom line

AI has earned a permanent place in the scientific workflow. It reads faster than you, enumerates hypotheses more systematically, predicts structures and properties in minutes, stands in for simulations that used to take days, and drafts your prose. Those are real gains, and they compound.

But the discipline that makes them science hasn't changed. A prediction is a candidate. A correlation mined from data is a lead. A surrogate's output is an interpolation with an error bar. Each becomes knowledge only when it survives contact with ground truth the model never saw — and the fastest way to fool yourself is to let a leaky test set tell you it already has. Keep the split honest, keep the validation step non-optional, and AI becomes what it should be: an accelerant for real science, not a factory for confident fiction. For the broader arc of where these systems are heading, see AI over the next ten years.