Consistency Insight: people / places / time / objects
قراءة 3 دقيقة
By Chapter 10 you've forgotten what Chapter 2 said — this analysis catches contradictions at book scope.

Four kinds of conflict
| Kind | Example |
|---|---|
| People | Protagonist's eye colour, age, family, occupation |
| Places | Distance between two locations, building details, geography |
| Time | Time flow ("3 days later" but the story says 1 day) |
| Objects | Where things are, their features |
How it analyses
AI reads the whole book → lists entities → each entity's descriptions across chapters → diffs → reports conflicts.
E.g.:
🔴 Conflict: "J. Doe's eyes"
- Chapter 2: "his sea-blue eyes"
- Chapter 8: "a flash of green"
Suggest: pick one, revise the other
Integration with Entity tracking
If you maintain entity files (e.g. "Protagonist.md" says "blue eyes"), consistency analysis uses that as source of truth.
Otherwise it uses "first appearance" as the baseline.
Whole-book cost is high
Whole-book scan = many chapters, many entity comparisons → token-heavy.
Suggest: final pre-submission pass — a sanity check, not a daily tool.
Related
Was this helpful?