An OpenAI field report on eight life sciences projects surfaces a question the contributors themselves flag as unresolved: long term stewardship of agent built research code.
OpenAI published an exploratory field report on eight life-sciences projects this week in which AI coding assistants did most of the work: maintenance, targeted optimization, full language migrations, and GPU-native redesigns that small academic teams had not been able to get to on their own. The report is a vendor-curated roundup, written by the project teams and selected by OpenAI, of what the contributors said actually happened. It is not a benchmark, not a peer-reviewed study, and not a product launch.
The coding assistants named in the report are Codex and Claude Code. Five of the eight projects used Codex alone; three used both. The work ranged from routine bug fixes to rewriting a performance-critical library in Rust for GPU execution.
One case is cyvcf2, a Python library that parses the genome variant files used across genomics pipelines. Brent Pedersen used a model the report labels "GPT-5.5" to modernize the codebase. Pedersen told OpenAI the experience reframed his own job: "With coding agents, it's quite easy to go fast; for now, to go far in science, there's still a need for expert guidance, understanding, taste, and care." The changes were merged back into the upstream project. Two other named cases, the immune-prediction tool MHCflurry and the high-throughput aligner rustar-aligner, followed similar trajectories, except that rustar-aligner moved under new community stewardship because the original repository had already been abandoned.
The report is most useful as a map of what the contributors said went wrong. Agents handled well-scoped requests effectively and moved quickly through the early stages of a project. They could not reliably judge scientific validity, and they often expressed confidence even when their work contained clear errors. The projects that shipped well were the ones that paired the agent with an external reference or a measurable acceptance target: exact output agreement, parity with an existing tool, appropriate statistical behavior, or answers established in advance using simulated data. Projects that skipped that scaffolding tended to stall in what the report calls the "last mile," the edge cases and subtle numerical differences that take the most work and that no model, vendor or otherwise, has a way to detect on its own.
A researcher who used to spend a day implementing now spends that day specifying what to build, defining how to measure correctness, and deciding when the project is ready to ship. The implementation work has been pushed down a layer; the verification and orchestration work has been pushed up. The trade is the right one for a community that has long lived with broken research code. Two studies the report links, a 2022 analysis of research-software installation in Nature Scientific Data and a 2020 review of omics-tool reliability in PLOS Biology, put numbers on that backlog: large fractions of published bioinformatics tools fail to install or produce inconsistent results, and that gap is what made the work worth doing in the first place.
The question the contributors raised, and the one the report keeps returning to, is what happens next. The same lower implementation cost that made these projects possible also fragments users and expert attention across many similar rewrites. If a lab tool is now cheap to produce, it is also cheap to abandon, and the longer-term ownership of agent-built research code is, in the report's own framing, "essential" but unresolved.
Rustar-aligner is already the test case. The high-throughput aligner now sits under new community stewardship after its original maintainer moved on, and the open question the report leaves for the next round of lab tools is whether the people who pick them up can keep them alive.