Quickstart
From pip install writing-agent to a finished, exported article in one command.
Get started →
LLMs will happily write you 5,000 words on anything. Most of it is slop - generic structure, hedged claims, “delve” and “moreover”, fabricated citations, no thesis worth disagreeing with. Getting publishable long-form writing out of a model takes a dozen rounds of prompting, checking, and fixing - the parts that were supposed to be automated.
WRITING AGENT is a pipeline, not a prompt. Every chapter and section runs through a write → critique → revise loop with a separate critic model that blocks AI tells, unsupported claims, thesis drift, and length misses - and it only escalates to you when it’s genuinely stuck (or never, in autonomous mode).
| What it does | How |
|---|---|
| Argues something | A contestable thesis with a steelmanned counterargument, enforced by the critic in every section |
| Sounds like a person | A deterministic AI-tell scanner + a surgical humanizer that rewrites only flagged sentences |
| Gets facts from somewhere | Optional web research per unit - shallow snippets or deep multi-source page fetches, with numbered citations renumbered to match the final references |
| Proves it | Every article ships an evidence report - the thesis it argues + every source ranked by influence (0–100), built from the finished piece with no model call |
| Remembers what it wrote | A durable on-disk canon (characters, facts, timeline) keeps later chapters consistent with earlier ones |
| Survives anything | Every step persists to disk - kill it mid-run and run resumes exactly where it stopped |
| Draws clear figures | The model authors a diagram spec; a layout engine (built-in, or D2 + ELK) places everything so labels never overflow or collide |
| Ships a file | Export to PDF · EPUB · DOCX · HTML · TXT · MD, with diagrams rendered as vector art |
Quickstart
From pip install writing-agent to a finished, exported article in one command.
Get started →
The TUI
The interactive shell: chat in plain English, slash commands, live run
dashboard, eleven themes (incl. the colourblind-safe highcontrast).
Tour the TUI →
Quality machinery
Thesis, a side-by-side draft judge, an insight gate, claim↔source checks, voice exemplars - how the ceiling is raised, not just the floor. How it works →
Commands
Every command and flag, from write to eval.
Reference →
writing-agent web, 127.0.0.1 only): Studio, a live SSE run view, per-project evals, artifacts, cost, and exports.WRITINGAGENT_FAKE=1 runs the entire pipeline with canned outputs: try the state machine, TUI, and exports without an API key.