Grounded autonomous research: a fault-tolerant LLM pipeline from corpus to manuscript in frontier computational physics¶
π Published (v1): 2026-07-02 15:35 UTC Β· Source: Arxiv Β· Venue: ICML 2026 Β· link
Why this paper was selected
ICML 2026; end-to-end fault-tolerant LLM pipeline doing autonomous research in frontier physics
Ask a follow-up
Open an assistant pre-loaded with this paper's context.
π¬ Ask ChatGPTβ¦ Ask Claude
TL;DR¶
This paper presents a fault-tolerant, six-phase LLM pipeline that runs end-to-end from an 11,083-paper arXiv corpus to a submission-grade physics manuscript on altermagnetic piezomagnetism. The key insight is that "grounding" must be operationalized as structurally enforced numerical confrontation with published reference values at calibration checkpoints β not merely literature citation β to prevent hallucination in frontier physical science. Three fault-tolerance primitives (fresh-context isolation, distributed grounding, adversarial review) together caught 15 documented errors that single-session reasoning would have propagated.
Problem¶
Prior autonomous-research agents (AI Scientist, Agent Laboratory, PhysMaster) operate in "calibration-friendly" regimes where execution output itself (training loss curves, known reference values) validates methodology. Frontier physical science lacks this intrinsic calibration: toolchains are underdocumented, standard recipes do not exist, and calibration must come from external literature anchors. Without enforced confrontation with those anchors, agents default to internal-prior generation, producing confident but unverifiable results that can propagate to manuscript-level conclusions. Simply making literature available or counting citation events is insufficient.
Method¶
The pipeline runs as 47 fresh-context LLM sessions across six phases, sharing state only via on-disk artifacts:
- Breadth (3 parallel sessions): Maps 11,083 condensed-matter arXiv papers using complementary access strategies (sub-agents, SQL queries, title walks); 877 distinct arXiv IDs cited collectively, only 3.1% overlap β high complementarity.
- Depth (5 sessions): Expands top candidates into research directions with explicit reproduction targets; a diversity ledger forces non-overlapping commitments.
- Pilot (24 sessions): Fixed structure β program selection (S1), tooling check (S2), \(k=5\) reference reproductions (S3) β followed by iterative gateβreview cycles. Each cycle: computational gate sessions β adversarial review session (sub-agents prompted to refute, not confirm). Architecture hyperparameters bound iteration:
max_pilot_cyclecaps normal cycles; the final review upgrades to transition-planning rather than continuing iteration. Calibration is graded on a four-tier verdict scale (T1βT4); NOT PASS triggers documented uncertainty rather than infinite retry. - Pre-production (1 session): Consolidates pilot outputs into a locked production plan.
- Production (1 init + adversarial continuations until PASS): Each continuation opens in fresh context and can refute the prior plan's claims.
- Writing (\(3 \times 3 + 1 = 10\) sessions): Three drafting triads plus a polish session.
Two scaffolding components load from pilot S2 onward (deliberately absent during conception to avoid biasing idea generation): INDEX.md (37 verified workflows, 17 reusable scripts, operational gotchas) and HOUSE_RULES.md (computational-resource discipline, mandatory diagnostic steps, convergence disposition criteria). Total literature access: 2,162 events across 14 channels.
Key Contributions¶
- End-to-end corpus-to-manuscript pipeline for frontier computational physics producing three substantive physics findings in altermagnetic piezomagnetism across 47 fresh-context sessions.
- Operational definition of "grounding" as structurally enforced numerical confrontation at calibration checkpoints β empirically distinct from literature availability or citation count alone.
- Empirical isolation of the pilot reproduction stage as the operative mechanism, via two paired failure modes: (i) pre-architecture baseline that accepted an un-calibratable direction lacking reproduction anchors; (ii) no-pilot ablation that inherited curated knowledge and house rules but skipped numerical confrontation.
- Quantified human-intervention pattern: 4 reference-paper provisioning events, 4 crash/API-recovery events, 3 offline knowledge-curation principles added after failed reproductions, 0 scientific direction decisions.
- 15 documented catch episodes in pilot, attributed by mechanism (adversarial review: 7, falsification: 4, within-session debug: 3, distributed grounding: 1).
- Transferable fault-tolerance primitives: fresh-context isolation, distributed grounding, adversarial review.
Results¶
- Produced a submission-grade manuscript with three physics findings in altermagnetic piezomagnetism (companion physics manuscript bundled in paper appendix).
- MnTe orbital magnetization calibration: initial computation \(|M_z| \approx 0.43\ \mu_B/\text{cell}\) (2.44Γ above published reference, wrong sign); adversarial review surfaced Ye et al. anchor (0.176 \(\mu_B\)/cell); subsequent gate sessions converged to \(0.192\ \mu_B\)/cell (T4 match at canonical mesh); pipeline self-issued NOT PASS on denser-mesh test, appropriately flagging unestablished convergence.
- Breadth phase complementarity: 3 parallel breadth agents cited 877 distinct arXiv IDs; only 27 (3.1%) appeared in all three reports β 80% complementarity, not redundancy.
- Five depth-phase directions evaluated; post-hoc independent human review confirmed the agent's selection (piezomagnetism) as uniquely well-anchored; confirmed drops of the other four for reasons the agent correctly identified.
- No direct head-to-head baseline constructible against AI Scientist/Agent Laboratory (different domain and toolchain regime); in-domain comparison is the pre-architecture baseline run, which failed by accepting an un-anchorable direction.
Limitations¶
- Pilot stage requires bounded human intervention at reproduction failures: the human must debug offline and curate new operational knowledge into scaffolding β the pipeline does not self-heal from novel toolchain failures.
- Calibration provides consistency with published literature, not ground truth: the camera-ready note discloses that the Ye et al. anchor value itself (MnTe \(M_z^{\text{orb}} = 0.176\ \mu_B/\text{cell}\)) is not a converged observable β the pipeline correctly flagged anomalous sensitivity but could not autonomously switch from replication to critiquing the anchor.
- Applicability restricted to domains with reproducible published reference values; topics lacking published numerical anchors are rejected at topic-selection grounding (by design, but limits scope).
- No head-to-head comparison against AI Scientist or equivalent systems is constructible in this domain; the ablation baseline is in-domain only.
- Single pilot candidate selected (altermagnetic piezomagnetism); generalizability to other frontier physics subfields is asserted but not demonstrated empirically.
- Paywall access required human provisioning of 8 papers β not fully autonomous under paywalled literature.
Relevance to Agentic AI / LLM Agents¶
This paper directly addresses one of the core open problems in agentic AI: how to prevent LLMs from hallucinating confident but unverifiable outputs when operating outside calibration-friendly environments. The "structurally enforced numerical confrontation" principle is a concrete, transferable grounding architecture β complementing prompt-level approaches by making confrontation a structural invariant rather than a model capability. The fresh-context isolation pattern operationalizes a form of independent replication within a single pipeline, providing a blueprint for multi-agent systems that must maintain epistemic integrity across long-horizon tasks. For researchers tracking LLM agents, the failure-mode taxonomy (citing vs. confronting, anchor availability vs. anchor enforcement, replication mode vs. critique mode) and the quantified intervention pattern offer actionable design primitives for any high-stakes agentic deployment where execution does not self-certify correctness.