A structured protocol turns the LLM from a chatbot into a force multiplier.
DOI: 10.5281/zenodo.20154578 License: CC BY 4.0
Modern science rewards big teams. The ATLAS collaboration has 3,000+ scientists. The average biomedical paper lists 6.5 authors. The solo scientist — once the default mode of discovery — is at a structural disadvantage, not because they lack ideas, but because they lack throughput: literature review, code prototyping, equation derivation, drafting.
LLMs crossed a threshold. They can now synthesize literature, derive and verify equations, generate and run code, and draft technical prose — all in a single conversation with file access and code execution.
A single researcher, following a structured five-phase protocol with an LLM, can reproduce the output of a small research team. Our preliminary self-experiments suggest speedups of $25\times$ to $90\times$ across two domains (theoretical physics, computational linguistics).
| Component | Why |
|---|---|
| LLM Interface | The brain |
| File I/O | Persistent state across turns |
| Code Execution | All quantitative claims verified |
| Git | Audit trail, reproducibility |
No Docker. No API keys. No multi-agent frameworks. A single conversation thread with file access and code execution is the entire architecture.
| Phase | What Happens | Who Leads |
|---|---|---|
| 1. Define | Frame the question, set success criteria | Human |
| 2. Delegate | Issue structured prompts | Human → LLM |
| 3. Execute & Iterate | LLM produces; human reviews; repeat | LLM + Human |
| 4. Verify | Code checks, limit tests, reader test, human review | LLM + Human |
| 5. Synthesize | Assemble final output | LLM |
Five reusable prompt patterns cover the full pipeline: Literature Synthesis, Derivation with Reality Check, Code Prototyping, Section Drafting, Verification Audit. → See release/prompts/
CONTRIBUTING.md→ PLAYBOOK.md — complete methodology, case studies, verification protocol, limitations, and call to action.
The bottleneck to scientific productivity could shift from team size to human creativity and LLM-fluency. The solo scientist is back.