Write the review paper.
Verify every citation.
A highly customizable agentic harness for arXiv-ready ML/AI review papers and beyond. It drives agentic AI through a gated LaTeX workflow where every BibTeX citation is checked against a live source before it lands.
Generative Image Models
Abstract. This review surveys diffusion, autoregressive, and masked generative models for high-fidelity image synthesis, with a unified taxonomy and evaluation protocol.
A gated pipeline, not a single prompt.
Discovery, a human approval gate, an issue-by-issue writing loop, verification, and compilation. The agent cannot write a paragraph into the paper until you approve the plan.
Research snapshot
Topic becomes keywords, then 10 to 20 key papers. No prose yet.
Scaffold
An IEEEtran two-column project, compiled early to catch errors.
Approval
You approve the plan and outline. Nothing is written until you do.human in the loop
Issues CSV
The execution contract. One tracked row per section and task.
Write & verify
Each section researched and drafted, every citation checked against a live source.
Rhythm refinement
Sentence and paragraph length varied for readability, citations preserved.
QA & compile
Overfull boxes fixed. Zero undefined citations before delivery.
Ready as a preprint
main.pdf and a verified ref.bib.compiles clean
Discipline the model does not have on its own.
Guardrails that forbid the two things agents are worst at, writing before a plan exists and citing sources they have not checked.
Hard quality gates
No prose before approval. Nothing marked done until its acceptance criteria are met.
Verified citations only
Every citation is checked against a live source before it enters ref.bib. No fabricated references.
Issue-driven execution
A CSV is the single source of truth. Scope grows by splitting issues, never by quietly guessing.
Deterministic scripts
Scaffolding, arXiv discovery, validation, and compile run the same way on every pass.
Runs where you work
One portable Agent Skill bundle, equally at home in Codex CLI and Claude Code.
Compiles or it is not done
Delivery requires a clean pdflatex and bibtex build with no warnings.
Two real papers, every citation checked.
Both live in the repository with their plans, issue CSVs, sources, and compiled PDFs.
Two prompts to a compiled paper.
01. Name a topic. The harness runs a literature pass, drafts a framework, proposes titles, and writes a plan for you to approve.
02. Hand it the decisions. Even a deliberately vague reply produces a complete, compiling LaTeX project.
Read the full quickstartGood to know.
How does it prevent hallucinated or invented citations?
ref.bib, and any claim without evidence becomes a TODO rather than a fabricated reference.Can I use it on an existing LaTeX project?
ref.bib without re-scaffolding anything.Can it write original or experimental research papers, not just reviews?
Star it. Fork it.
Write your paper.
A highly customizable agentic harness for preprint-ready review papers and beyond.