Project Summary
AI Handbook Generator lets you upload PDF documents, ask questions about them, and generate 20,000+ word structured handbooks through a chat interface. Built to solve the LLM output limit problem — standard models cap at a few thousand words per response, so I implemented the LongWriter technique to break generation into sections and assemble them into a full document.