Search papers, labs, and topics across Lattice.
XScientist introduces a git-like research protocol designed to enhance the reliability and transparency of long-running autonomous scientific discovery processes. By treating each research run as a portable artifact and implementing a comprehensive system for managing experiments, manuscript drafting, and quality control, it addresses the inherent complexities of autonomous research that traditional one-shot evaluations overlook. The key result is a structured framework that allows for the inspection of research as a connected exploration tree, enabling better tracking of failures, repairs, and claims throughout the research lifecycle.
Research artifacts can now be tracked as interconnected exploration trees, revealing the complexities of autonomous scientific discovery like never before.
Autonomous research systems are often evaluated as one-shot paper generators: given a topic, they produce a manuscript and a small set of experiment logs. This framing hides the operational problem that makes such systems difficult to trust: research is long-running, branching, failure-prone, and dependent on auditable handoffs between agents and humans. XScientist is a git-like research protocol and operating system for this setting. It orchestrates idea generation, experiment execution, manuscript drafting, self-review, repair, quality gating, daemon scheduling, and reproducibility artifacts as one continuously observable pipeline. The central design choice is to treat each run as a portable research artifact rather than only as a PDF. XScientist exports an Agent-Native Research Artifact (ARA), a protocol that records an exploration DAG, per-node code and outputs, claim-to-evidence anchors, content hashes, provenance, and re-execution hooks. This makes each generated paper inspectable as a science exploration tree: failed branches, repaired experiments, ablations, and manuscript claims remain connected to the nodes that produced them. The system also includes deterministic integrity forensics, sample gates, truth contracts, reviewer-oriented repair loops, and long-running daemon controls. This paper describes the current XScientist architecture, the ARA protocol surface, and the practical safeguards needed to move autonomous science from single-run demos toward reproducible, reviewable, and forkable research infrastructure. The implementation and manuscript source are maintained in the public GitHub repository at https://github.com/smileformylove/XScientist.