HypoEvolve evolves scientific hypotheses with genetic algorithms and LLM agents

Researchers introduce HypoEvolve, a system that applies a generational genetic algorithm to coordinate specialized large language model (LLM) agents working together to develop scientific hypotheses. Rather than having a single model produce a hypothesis in one pass, HypoEvolve maintains a population of hypotheses that evolves across successive generations: LLM agents contribute mechanistic arguments, reconsider the assumptions behind a hypothesis, and assess its evidence and testability, and each generation reshapes the population based on those judgments.
The authors say the open question motivating the work is how different forms of agent collaboration affect hypothesis quality, separate from the agents' own scientific capabilities. Prior systems that combine scientific agents with evolutionary search have not cleanly isolated that distinction. HypoEvolve is built to make the collaboration explicit, so its effect on hypothesis quality can be tested directly.
To evaluate the approach, the authors focus on drug-repurposing hypotheses, which explain how a proposed intervention could work and link that explanation to target-level biological claims that can be checked against external evidence. They adapt two existing resources, DepMap and Open Targets, into complementary measures grounded in experimental, genetic, and clinical evidence for this scoring. Across 34 cancer types, HypoEvolve achieves the highest scores against six baseline methods on both measures. On DepMap selectivity specifically, HypoEvolve reaches 0.171, compared with 0.115 for the strongest baseline. The authors also report that gains over single-pass hypothesis generation generalize to held-out cancer types.
The authors frame HypoEvolve as advancing a vision of autonomous science, in which AI research teams of coordinated agents reach a capacity for discovery beyond that of individual models working alone.
Key facts
- HypoEvolve coordinates specialized LLM agents with a generational genetic algorithm, evolving a population of scientific hypotheses across successive generations instead of producing one in a single pass.
- Agents in the system contribute mechanistic arguments, reconsider assumptions, and assess evidence and testability for each hypothesis.
- Evaluated on drug-repurposing hypotheses across 34 cancer types, scored against external evidence adapted from DepMap and Open Targets.
- HypoEvolve achieves the highest scores against six baseline methods on both evidence measures; on DepMap selectivity it reaches 0.171 versus 0.115 for the strongest baseline.
- Gains over single-pass hypothesis generation are reported to generalize to held-out cancer types.
Why it matters
Most systems that pair LLM agents with evolutionary search have not isolated what the collaboration itself contributes to hypothesis quality, as distinct from the underlying models' own capabilities. HypoEvolve is designed specifically to make that collaboration explicit and testable, through a genetic algorithm that evolves a population of hypotheses generation by generation rather than generating one hypothesis in a single pass. The authors present the result as support for a broader claim: that a coordinated team of AI agents can reach a capacity for scientific discovery beyond what an individual model achieves alone.
Who it affects
The evaluation targets drug repurposing, finding new therapeutic uses for existing interventions, specifically across 34 cancer types. Researchers building AI systems for hypothesis generation and evidence assessment in biomedicine are the most direct audience, since the benchmarks used, DepMap and Open Targets, are drawn from cancer biology data.
How to use it
The material available does not describe a public release, code repository, licence, pricing, or which underlying LLM(s) power the agents. What is described is the method itself: a generational genetic algorithm coordinates specialized LLM agents that contribute mechanistic arguments, reconsider assumptions, and assess evidence and testability, with each generation reshaping the hypothesis population based on those judgments.
How solid is it
The claims rest on comparison against six baseline methods across 34 cancer types, using measures adapted by the authors from two established resources, DepMap and Open Targets. A concrete effect size is given for only one of the two measures: DepMap selectivity of 0.171 versus 0.115 for the strongest baseline, a sizeable margin. No numeric Open Targets score is reported, even though the authors state HypoEvolve scores highest on both measures. The authors also report that HypoEvolve's advantage over single-pass generation holds on held-out cancer types not used to develop the system.
Risks and caveats
The material available does not name individual authors or their institutions, nor a publication venue or date, so independent verification requires locating the fuller paper. It also does not specify which large language models power the agents. The reported gains come from the authors' own comparison against baselines they selected, rather than from independent replication, and the single concrete effect size given (DepMap selectivity) is not matched by a published Open Targets number.