Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Agentic AI: Coherent Long Fiction
Learn practical agentic techniques for writing coherent, long web fiction, including long-range planning, chapter prediction, multi‑agent debate, and optional RAG integration.
How to write a lengthy (novella-length or longer) story for the web using agentic AI: not just typing “Write a novel” into a ChatGPT box, but using actual production level agentic techniques to produce quality text that stays coherent across long spans, remembering details about characters and world while correcting itself when it makes mistakes. Build a system capable of long-range planning, that debates and argues with itself about how to achieve the best results. The techniques introduced here are compatible with all kinds of long-form text generation, and I use many of them in my day job as a senior researcher designing LLMs.
Techniques used include:
Long Range Agentic Planning (NCP, Next Chapter Prediction)
Multi-Agent Debate Framework
RAG (Optional)