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.
Run the Publish-Ready Loop
The publish-ready loop is a 5-round autonomous review cycle that drives a paper from draft to submission-ready. Each round runs checks across multiple AI models, generates revision tasks, and updates the readiness scorecard. You review after all 5 rounds and decide when to export.When to Run This
- Paper readiness is ≥ 60% (Claims, Figures, and Bibliography columns all non-empty)
- You have at least one completed experiment linked to the paper
- All major results are in the claims table, do not start the loop with unverified claims
Start the Loop
- Web UI
- CLI
- Go to Papers in the sidebar
- Select your paper
- Click Publish-Ready Loop in the paper toolbar
- Set rounds to
5(default) - Click Start
What Each Round Does
Round 1: Accuracy Pass
Checks every claim against the evidence experiments.- Are stated numbers consistent with the actual data outputs?
- Are error bars computed correctly?
- Are units consistent throughout?
- Any overclaiming relative to the data?
Round 2: Completeness Pass
Looks for gaps.- Missing citations for major claims
- Analyses mentioned but not shown (figures or tables)
- Standard methodology checks expected by the target journal (PRD, MNRAS, etc.)
- Comparison with prior work, is the prior art properly characterized?
Round 3: Clarity Pass
Reviews readability and structure.- Abstract covers all major results?
- Introduction motivates the work clearly?
- Results section flows logically from setup to findings?
- Figures are self-contained (captions tell the full story)?
- Jargon defined on first use?
Round 4: Adversarial Pass
Tries to find ways to reject the paper. This round acts as a skeptical referee: What is the weakest claim? What alternative explanation has not been ruled out? What systematic error could invalidate the main result? What is missing from the null tests section? Output: list of referee-style concerns ordered by severity. High-severity items block submission.Round 5: Final Preflight
Runs technical compilation checks and submission-readiness verification.- LaTeX compiles with 0 errors
- All figures embedded (PDFLaTeX resolves every
\includegraphics) - No undefined references (
\ref{},\cite{}) - Bibliography complete (no ”?” entries)
- Page count within journal limit
- Author list and affiliations present
- arXiv metadata (title, abstract, keywords) complete
Reading the Preflight Scorecard
Resolving Loop Issues
After the loop, the paper issue list shows every item from all 5 rounds. Resolve them in order: accuracy first, then completeness, then adversarial.Export the arXiv Package
Once the scorecard shows READY FOR EXPORT:paper-1-submission.tar.gz containing:
| File | Description |
|---|---|
ms.tex | Main LaTeX source |
ms.pdf | Compiled PDF |
figures/ | All figure files (PNG/PDF) |
references.bib | Complete bibliography |
supplementary.tex | Supplementary material (if any) |
arxiv-metadata.json | Title, abstract, categories, authors |
.tar.gz directly to arxiv.org/submit.
Best Practices
- Lock claims before starting. The loop cannot verify unlinked claims. If a claim has no evidence experiment, it will fail Round 1 every time.
- Run the loop end-to-end before making edits. Reading all 5 round outputs together gives you a prioritized edit list. Fixing between rounds means re-running earlier rounds.
- Do not dismiss high-severity adversarial findings. They represent real referee risk. Fix them.
- Re-run Round 5 after any bibliography changes. Citation resolution errors are the most common cause of a blocked export.