Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Paper Pipeline
The paper pipeline is a structured workflow that takes raw experiment results and produces publication-ready manuscripts. Every step is assisted by agents, reviewed across models, and tracked with full version history.Pipeline Stages
Evidence Collection
As experiments complete, their results are tagged for inclusion in specific paper sections. The system maintains a mapping from experiment IDs to paper sections.
Claims Lock
Before drafting begins, the Paper Lead produces a claims table, every scientific assertion the paper will make, linked to its supporting evidence. No claim can exist without an experiment or derivation backing it.
Outline
An outline is generated from the claims table. Each section gets a scope: what claims it contains, what figures it needs, and what prior work it must cite.
Drafting
Agents draft sections in parallel. The Research Lead writes methods and results. The Paper Lead handles introduction and discussion. Workers generate tables and format equations.
Cross-Model Review
The full manuscript is reviewed by AI models from at least two different providers. Reviews are structured: accuracy, completeness, clarity, overclaiming, missing citations.
Revision
Based on review feedback, agents revise the manuscript. Each revision round produces a diff showing what changed and why. The revision tracker logs every round.
Compilation
LaTeX source is compiled to PDF using
revtex4-2. The system verifies: zero undefined references, all figures embedded, correct page count, proper bibliography.LaTeX Compilation
All papers userevtex4-2 (Physical Review D format):
texlive-publishers installed:
Figure Management
Figures are auto-generated from experiment outputs and linked to papers:Version History
Every change is versioned:Readiness Dashboard
The paper readiness dashboard tracks progress across six dimensions:| Dimension | What It Measures |
|---|---|
| Content | Percentage of sections drafted |
| Figures | Figures generated vs required |
| Bibliography | Citations resolved vs referenced |
| Claims | Claims verified vs total |
| Compilation | LaTeX errors (target: 0) |
| Review | Review rounds completed |