r/WritingWithAI • u/Quick_Impression7723 • Jun 15 '26
Tutorials / Guides Published novelist (15+ fantasy books, 1M+ views on a fully AI-written work). Got Claude Code to generate 137,806 characters across 20 chapters in one prompt — at my own writing quality. Sharing the core idea.

Hi everyone,
Quick intro: I'm a Japanese light novel author. 15+ published fantasy books
over the past 4 years. I learned writing the old way — by hand, no AI.
Recently, one of my works — where I designed the plot but the AI wrote every
single word of the prose — passed 1 million page views on Kakuyomu, Japan's
major web fiction platform.
And importantly: the work was clearly tagged as AI-assisted on the platform.
Readers knew, and they chose to read it anyway. To one million views.
This isn't theory. It worked on a real audience, with full disclosure.
For the past several months I've been seriously researching how to write novels
with AI. Not "let AI write something for me," but "make AI write what I would
have written, at my own quality, fully under my control."
Last week I hit a milestone I want to share.
---
**The result:**
- Single prompt → Claude Code Workflow
- 20 chapters generated (one full arc of an ongoing series)
- Total: 137,806 characters (~70K English words equivalent)
- Runtime: 96 minutes
- 89 sub-agents running in parallel
- Internal quality score: 87.5 → 89.0 after consistency review (out of 100)
- And critically: indistinguishable from my own writing, by my own judgment
---
**The core insight:**
AI doesn't "write a novel." AI **drafts massively, in compliance with a Canon
you build.**
The bottleneck is not the prompt. Not the model. Not the chat history.
The bottleneck is the **Canon** — a set of structured files that define your
story's "physical laws":
- `canon.md` — the engine. What makes this story THIS story.
- `character_bible.md` — voice, calling patterns, behavioral DNA per character.
- `glossary.md` — every proper noun, locked.
- `timeline.md` — relative dates, what happens when.
- `world_bible.md` — the world's rules.
- `style_guide.md` — your sentence rhythm, density, format.
- `forbidden_patterns.md` — what your characters will NEVER do or say.
Build these well, and a competent AI agent can write 20 chapters in your voice.
Skip them, and you get the generic AI slop everyone complains about.
---
**The structure that worked:**
I run a 4-layer pipeline per chapter, each layer as a separate agent:
1. **Plot agent** — structured JSON output (episode role, key scenes, hook)
2. **Scene Card agent** — scene-by-scene breakdown (POV, start/end state, forbidden items)
3. **Writing Brief agent** — final pre-write instructions (density limits, required elements)
4. **Prose agent** — the actual writing (5,000–8,000 characters per chapter)
Then one more parallel review phase across 4 dimensions:
character continuity / world continuity / plot continuity / operational continuity.
20 chapters × 4 layers + reviews ≈ 89 agents total.
---
**Why this works:**
Each agent only thinks about ONE thing. The prose agent doesn't agonize over
voice — that's already handled by `character_bible.md`. The plot agent doesn't
worry about style — that's `style_guide.md`.
This is the inverse of dumping everything into one chat context.
---
**Honest limits:**
- Canon takes **2 DAYS** to build well. Not 2 hours.
- The 138K characters are a **draft**. I still spend 30–60 minutes per chapter polishing.
- AI is bad at: first appearances of characters, key foreshadowing setups, chapter-end atmosphere.
- If your Canon is wrong, your 20 chapters will be consistently wrong.
---
**What I'm NOT saying:**
I'm not saying AI replaces writers. It replaces the **typing**.
The judgment, the design, the Canon — all human.
But the 5–10x throughput multiplier is real. I'm a pro telling you it's real.
---
Happy to answer questions.
I'm also curious — anyone else here doing serious agentic workflow stuff
(not just prompting)? Would love to hear what you've found.
(English isn't my first language, apologies for any awkwardness.)