Search papers, labs, and topics across Lattice.
This paper introduces Bioinfoysis, a multi-agent system designed to enhance the performance of large language model agents in bioinformatics by maintaining persistent, artifact-grounded analyses throughout long-horizon tasks. By integrating global planning with evidence-driven replanning, Bioinfoysis ensures that intermediate results are tightly linked to their respective agents and tasks, preventing the reuse of outdated evidence. Evaluation on BixBench and LAB-Bench 2 shows that Bioinfoysis achieves state-of-the-art accuracy, significantly improving performance across multiple question-answering benchmarks, underscoring the importance of structured planning and execution in bioinformatics automation.
Bioinfoysis boosts bioinformatics accuracy from 27.81% to 64.13% by ensuring that every step of analysis is grounded in real-time evidence and planning.
Large language model agents have shown promise in bioinformatics, but most existing systems focus primarily on producing final answers, treating planning, tool use, and code execution as transient interactions. This design is poorly suited to long-horizon bioinformatics tasks, where conclusions must remain connected to the data, computations, and intermediate evidence that support them. We introduce \textbf{Bioinfoysis}, a multi-agent harness that represents each request as a persistent, artifact-grounded analysis run. Bioinfoysis combines global planning with step-wise, evidence-driven replanning: the planner maintains an executable checklist and revises pending steps using structured handoffs returned after each worker execution. These handoffs bind intermediate results to their responsible agent, checklist step, and plan generation, preventing stale evidence from being silently reused after replanning. A controlled runtime validates generated scripts, tables, and figures before they are used in downstream analysis or reporting, while role-specific context, persistent memory, and governed bioinformatics skills support reliable execution over long analysis trajectories. We evaluate Bioinfoysis on BixBench and two question-answering tracks of LAB-Bench 2. On BixBench, Bioinfoysis achieves state-of-the-art accuracy of 82.4\%. Across four underlying language models, Bioinfoysis increases average accuracy from 27.81\% to 64.13\% on SeqQA2 and from 3.13\% to 31.25\% on DbQA2. These results demonstrate that reliable bioinformatics automation depends not only on model capability, but also on the harness that governs planning, execution, memory, and evidence flow. We hope that the emergence of Bioinfoysis will play a driving and leading role in the development of the bioinformatics community. Our demo website can be seen in https://report.bioinfoysis.com/.