A manuscript and a generated table can disagree. Neither is automatically right.
Paper
The claim
What exactly does the sentence assert?
→
Results
The reported value
Which table, run and metric support it?
→
Calculation
The evidence
Reproduce the value. Check its scope.
The useful output is a traceable correction, with the evidence attached.
Workflow illustration inspired by Symmetry/Notes/Review4.md · a worked paragraph example is available in the backups.
explore ideas · hypothetical literature example
Find the paper that changes the plan.
A search through papers finds a hypothetical plateau in error as resolution increases. The expected decreasing curve is dashed; the counterexample plateaus. This changes the next experiment to a noise-sensitivity test.Search for exceptions“Finer grids always help”resolution →errorplateauschematic counterexampleTest noisesensitivityRead the source firstexpected
A counterexample can change your next experiment.
Invented curves and finding · workflow inspired by ProbabilisticClosure’s literature review.
your turn to judge the evidence · live demo · hypothetical data
Check this results paragraph.
Compare notes/demo/paragraph.md with notes/demo/results.csv. For each claim, show the evidence or what is missing.
Suggested revision: “Mean relative error was 6.9% for A and 7.5% for B, each over ten seeds.”
Aggregate means do not establish per-seed wins or statistical significance. Return to demo · Discussion
ambitious goals · ordinary language
Prompt zoo
You
Review my paper as a critical referee. Write down the issues that matter before submission.
Agent · illustrative reply
I wrote review.md, ranked by severity. Two claims need stronger evidence. Shall I start with the major revisions?
review.md
You
Check my proposal against the literature. Find relevant papers, delegate reading to sub-agents, and assess what is actually new.
Agent · illustrative reply
I saved paper summaries and novelty.md. Two ideas have close precedents; one promising distinction still needs checking.
lit/notes/novelty.md
You
Rerun the plotting pipeline with the new results. Update the paper’s figures, tables, and references in the text.
Agent · illustrative reply
The plots and tables are regenerated, and the paper builds. I flagged one sentence that no longer agrees with the results.
figures/paper/main.pdf
You
Check this codebase for bugs and performance regressions. Fix what you find and verify the changes.
Agent · illustrative reply
I fixed a checkpoint bug and an unnecessary allocation. Tests pass; before/after profiles are in performance.md.
code/performance.md
You
Turn this research into an animated ten-minute talk for a non-technical audience.
Agent · illustrative reply
I built slides/deck.html with visual explanations and speaker notes. Open it in a browser; the story runs from question to result.
slides/deck.html
Give it a goal; let it work out the steps.
Illustrative prompts and replies · each task assumes access to the relevant project files and tools.
backup · simplified legacy-code example
Turn unfamiliar code into a mental picture.
A schematic code excerpt from a force-spreading routine is mapped to a surface marker distributing force to neighboring grid nodes. This is a two-dimensional slice of a three-dimensional stencil.Inherited codevoid MASSWEIGHING(...) { coef[a][b][c] = ...; fnorm = ...; ...}explainmarker force → grid nodes
Check the explanation against the method and a known case.
GLS3D_C / MASSWEIGHING · conceptual 2D slice; the 3D routine distributes force to eight nodes.
Illustrative layout · explicitly ask your tool to read instructions.md; automatic loading is tool-specific.
backup · communicate · interactive illustration
Let your audience explore the idea.
A schematic static paper figure becomes an interactive sine-wave plot. Move the frequency slider to explore how parameter k changes the curve.PAPERagentEXPLORE THE SAME IDEAy = sin(kx)
Move a parameter. See what changes.
Teaching illustration: y = sin(kx) · inspired by interactive research posts; not project data.