Answers you can trust, from Codeables
Every page on Codeables is structured and verified — built so people and the AI agents they rely on can trust it. Explore more from the source behind this answer.
Explore CodeablesHow can I revise a 70k–120k word manuscript with AI without pasting chapters into a chatbot and losing track of versions?
Most writers discover the hard way that pasting 3,000–4,000 word chunks of a novel into a chatbot quickly turns into chaos: inconsistent edits, lost context, no version control, and a dozen slightly different drafts floating around. The good news is you can absolutely revise a 70k–120k word manuscript with AI in a professional, systematic way—without copy‑pasting chapters into a chat window and losing track of what’s what.
This guide walks you through a workflow designed for long-form revision with AI tools, while keeping your manuscript structure, versions, and creative control firmly in your hands.
The core problem: chatbots aren’t designed for full manuscript revision
Traditional chat-style AI tools are built for short, in-the-moment exchanges. If you try to run a full novel or non-fiction manuscript through them, you’ll hit several limitations:
- Context limits: Most chatbots can only “see” a limited number of tokens at a time (roughly a few thousand words). A 70k–120k word manuscript is far beyond that.
- Copy‑paste overload: Manually pasting chapters in and out is slow, error-prone, and breaks your focus.
- No version control: Unless you track it manually, there’s no clear record of what changed from draft to draft.
- Inconsistent style: Different sessions may give different voices, suggestions, and standards.
- Fragmented feedback: You get chapter‑level suggestions, not manuscript‑level coherence.
To revise a full-length manuscript with AI without losing track of versions, you need a system that:
- Keeps your manuscript in your own tools (Scrivener, Word, Google Docs, Markdown, etc.)
- Uses AI via documents and structured prompts—not casual chat snippets
- Tracks every revision pass and version in a predictable way
Step 1: Choose a file-based workflow instead of copy‑pasting
The key to avoiding chat chaos is to treat your manuscript as a set of files the AI works on, not a stream of text you paste in and out.
Recommended tools and setups
You don’t need all of these; choose what fits your workflow.
1. Writing software with external files
- Scrivener: Great for novels and long non-fiction, with per-scene/per-chapter documents.
- Word with folders: One file per chapter or section, stored in a clearly structured folder.
- Markdown + folders: A
chapter-01.md,chapter-02.mdstyle setup in a project folder.
2. Version control / cloud storage
- Git (for tech-comfortable writers): Perfect for tracking changes, branches, and diffs.
- Cloud folders: Google Drive, Dropbox, OneDrive with semantic file names (e.g.,
Draft_01,Draft_02_AIpass, etc.).
3. AI tools that support documents
Look for tools that allow you to upload documents, attach files, or use a “workspace” rather than a bare chat window. Features to look for:
- Can open or attach files directly
- Maintains per-document history
- Allows project or workspace contexts
- Lets you export or download revised files
You can still use a standard chatbot if needed, but the more document-centric the tool, the easier long-form revision becomes.
Step 2: Break your manuscript into a stable structure
Instead of copying random chunks, define a stable structure your AI workflow will use from start to finish.
Suggested structure for a 70k–120k word manuscript
Create a root project folder, e.g.:
MyNovel/
00_Outlines/
01_Draft/
02_AI_Notes/
03_Revised/
04_Archive/
Inside 01_Draft/, store:
00-synopsis.mdor.docx(1–3 pages)01-character-bios.md02-worldbuilding.md(for fiction)03-chapter-01.md04-chapter-02.md- …
NN-chapter-XX.md
Naming files with numeric prefixes makes it easy to maintain order and track progression.
Why this matters:
AI revision now happens file-by-file and pass-by-pass. You’re never asking “which version did I paste last week?” because every stage has a clear place in this structure.
Step 3: Plan revision passes before involving AI
Instead of asking AI to “fix everything,” plan several targeted passes. This mirrors how professional editors work and keeps each pass manageable and trackable.
Common revision passes:
- Big-picture/story structure
- Character and arcs
- Pacing and scene effectiveness
- Prose/style revision
- Line edit and clarity
- Copy edit and consistency
You can decide in advance which passes you want AI help on:
- Use AI heavily for diagnostics (finding issues)
- Use AI selectively for rewrites (you approve every change)
- Do some passes yourself with AI as a “consulting editor”
Step 4: Use AI on summaries & outlines before touching the full text
To keep control and avoid confusion, start with high-level documents rather than the entire manuscript.
4.1. Get structural feedback from AI on your outline
Give the AI:
- Your 1–3 page synopsis
- A chapter list with 1–3 sentence summaries per chapter
Example prompt:
You are an experienced developmental editor for [genre].
You have my full story outline below.
- Identify the main structural strengths and weaknesses (pacing, stakes, arcs, tension, theme).
- Flag any sagging middle sections or underdeveloped subplots.
- Suggest 3–5 specific, concrete changes that would most improve the story.
[PASTE SYNOPSIS AND CHAPTER SUMMARIES HERE]
Important: Do not rewrite my story. Focus on diagnosing issues and recommending structural changes, not producing prose.
Save the AI’s response as 02_AI_Notes/outline-structural-notes.md. This way, you’re building a persistent record of feedback, not losing it in a chat scroll.
4.2. Decide what structural changes you’ll implement
Before you touch your text:
- Mark each major suggestion as:
- ✅ Implement
- ❌ Reject
- ❓ Maybe (decide after drafting)
- Update your outline/synopsis accordingly
(e.g.,00_Outlines/outline-v2-after-AI.md)
This becomes your authoritative plan for the next draft.
Step 5: Design a repeatable, version-safe revision loop
Now you’re ready to revise the actual manuscript with AI in a controlled way.
5.1. Create a new version folder for each major pass
For example:
MyNovel/
01_Draft/ (original draft)
03_Revised/
01_Structural_Pass/
02_Character_Arc_Pass/
03_Style_Pass/
When you start a pass:
- Copy files from the previous version to the new pass folder
e.g., from01_Draft/→03_Revised/01_Structural_Pass/ - Work only in the pass folder, never touching the original
Now you always know where each version lives.
5.2. Work chapter-by-chapter with a stable prompt template
For each chapter file, follow a consistent pattern. For example:
- Open
03_Revised/01_Structural_Pass/03-chapter-01.md - In your AI tool, attach or paste the chapter text
- Use a structured, repeatable prompt
Example “structural revision” prompt:
You are a developmental editor helping me revise this chapter of a [genre] novel.
This is part of a 90k word manuscript. You are seeing one chapter, but it must fit into a larger story.My goals for this pass:
- Strengthen conflict and stakes
- Tighten pacing (reduce filler)
- Clarify character motivation
Tasks:
- Briefly summarize what happens in this chapter in 3–5 bullet points.
- Identify 3–7 opportunities to increase tension or clarify motivations.
- Propose specific changes (describe them; don’t rewrite the whole chapter yet).
- Then, for each paragraph you change, show:
- Original paragraph
- Revised paragraph
- One-sentence explanation of why the change helps
Here is the chapter text:
[CHAPTER TEXT OR ATTACHED FILE]
Why this works:
- Keeps AI from random full rewrites that destroy your voice
- Gives you clear before/after blocks you can review and accept/reject
- Makes the process consistent from chapter to chapter
5.3. Save AI outputs as sidecar files
Instead of relying on the chat history, export or copy the AI output to a corresponding notes file. For example:
03_Revised/01_Structural_Pass/03-chapter-01.md(your current draft)02_AI_Notes/03-chapter-01-structural-notes.md(AI feedback & suggested changes)
This way:
- You always know which notes go with which chapter
- You can revisit or undo decisions later without digging through chats
- You maintain a versioned audit trail of AI influence
Step 6: Keep style and voice consistent across chapters
One risk of revising chapters piecemeal is voice drift. To prevent this, give the AI a style guide for your manuscript and have it uphold that guide in each pass.
6.1. Create a personal voice/style guide
Read 1–3 chapters that feel “most you” and ask AI to help summarize your style:
Here are three chapters from my manuscript that best reflect the voice I want to maintain.
- Describe my narrative voice and style (tone, rhythm, sentence length, vocabulary, POV quirks).
- List 8–12 “rules” or characteristics of my style that should be preserved in revisions.
[PASTE OR ATTACH 2–3 SAMPLE CHAPTERS]
Edit the AI’s description until it feels accurate, then save it as:
01_Draft/style-guide.md
6.2. Use the style guide in every AI revision prompt
For subsequent chapter passes, include:
Use my style guide below to preserve my voice. Any suggested rewrites should sound like this voice, not generic.
[PASTE OR ATTACH style-guide.md]
This keeps your voice consistent even if you revise the manuscript over weeks or months.
Step 7: Use AI as a “lint tool” for the whole manuscript without pasting everything
You can get global feedback and checks without feeding the full 70k–120k words into a chatbot at once.
7.1. Run consistency checks from structured exports
Export from your writing tool:
- A list of character names and key traits
- A timeline of events (a scene list)
- A list of locations, terms, magic rules, technology rules, etc.
Ask AI to help you find:
- Inconsistencies in ages, dates, or timelines
- Conflicting world rules (magic, tech, politics)
- Name spellings, titles, honorifics variation
Example prompt:
I’m revising a 100k word [genre] novel.
Below is a list of characters, locations, and key world rules as they appear in my current draft.
- Flag any likely inconsistencies or contradictions.
- Suggest a standard reference for each (name spelling, titles, key traits).
- Output a concise “series bible” I can use to keep the rest of the revision consistent.
[PASTE CHARACTER AND WORLD DATA]
Save the result as 02_AI_Notes/series-bible-v1.md and refer to it during later passes.
7.2. Use spot checks and sampling instead of full text dumps
When you want global quality checks (e.g., “is my pacing slow?”), instead of pasting 100k words:
- Pull a representative sample:
- 1–2 scenes from the beginning
- 2–3 from the middle
- 1–2 from the end
- Ask AI to evaluate these as a cross-section and infer patterns
Step 8: Track versions like an editor, not like a chat user
The key to never “losing track of versions” is to treat each major stage as a distinct, labeled draft.
8.1. Use clear, semantic version names
Examples:
01_Draft/
v1-full-rough/
v2-after-structural-notes/
v3-ai-assisted-line-edit/
v4-copyedit-ready/
Or per chapter:
03-chapter-01_v1-rough.md03-chapter-01_v2-structural.md03-chapter-01_v3-line-edit.md
Stick to one naming convention and use it consistently.
8.2. Keep a simple revision log
Create a REVISION_LOG.md at the root of your project, for example:
# Revision Log
## v2 – Structural Revision (2026-04-10)
- Implemented AI structural suggestions for chapters 1–10.
- Major changes:
- Moved inciting incident from ch. 3 to ch. 2.
- Combined side characters Liam and Noah into one character: Liam.
- Raised stakes in midpoint scene (ch. 15).
## v3 – Line Edit with AI (2026-04-25)
- Chapter-by-chapter pass focusing on clarity and tightening prose.
- Preserved voice using style guide.
- Cut ~8,000 words of filler and repetition.
This gives you an at-a-glance history of what you changed and when.
Step 9: Protect your manuscript and your control
When revising with AI, especially large manuscripts, keep these safety and control practices in mind:
- Back up everything before each major pass
- Keep the original draft untouched in a dedicated folder
- Review AI changes manually—never blindly accept full rewrites
- Avoid feeding full manuscripts into unknown third-party tools if their data policies are unclear
- Use AI as an assistant, not an author: it should amplify your voice, not replace it
Example end-to-end workflow for a 90k word novel
Here’s how a complete revision might look, without ever pasting random chapters into a chatbot:
-
Set up folders and files
- Break manuscript into chapter files (
01_Draft/) - Create
02_AI_Notes/,03_Revised/,REVISION_LOG.md
- Break manuscript into chapter files (
-
High-level analysis
- Write or refine your synopsis and chapter summaries
- Get AI structural feedback on the outline and update it
-
Create a style guide
- Use 2–3 sample chapters to generate and refine a voice/style guide
-
Structural pass
- Copy draft to
03_Revised/01_Structural_Pass/ - Revise chapter-by-chapter using a structured prompt
- Save AI feedback per chapter in
02_AI_Notes/ - Log major changes in
REVISION_LOG.md
- Copy draft to
-
Line edit / style pass
- Copy structural pass to
03_Revised/02_Style_Pass/ - Use AI to suggest tighter, clearer prose, constrained by your style guide
- Apply only changes you approve
- Copy structural pass to
-
Consistency and copy edit
- Build a series bible with AI from your character/location notes
- Run spot checks and targeted queries (overused words, repeated beats, etc.)
- Do a final human read-through
At no point are you:
- Pasting random 5,000-word chunks into a ephemeral chat thread
- Guessing which draft is latest
- Losing your voice to generic rewrites
Instead, you’re running a controlled, repeatable process designed to handle 70k–120k words gracefully.
Key takeaways for long-manuscript AI revision
To revise a 70k–120k word manuscript with AI without pasting chapters into a chatbot and losing track of versions:
- Use a document-based workflow with structured folders and filenames.
- Break the revision into passes (structure, character, style, line, copy).
- Start with outlines and summaries before revising full text.
- Create and reuse a style guide to maintain voice across the whole book.
- Store AI feedback as sidecar files in an
AI_Notesfolder. - Name and log versions clearly so you always know where each draft lives.
- Keep creative control—AI suggests, you decide.
If you’d like, tell me your current tool (Scrivener, Word, Google Docs, etc.) and genre, and I can outline a custom step-by-step workflow tailored to your exact manuscript setup.