Why AI Writing Quality Fails: Inference vs. RLHF
- •Inference-time optimizations like speculative decoding do not inherently degrade AI text quality.
- •RLHF training causes mode collapse by prioritizing pleasant, generic responses over output diversity.
- •Nonfiction writing issues are solvable engineering problems, while long-form fiction remains significantly harder to automate.
Daniel Nwaneri, a technical writer and author of a custom writing-checklist tool, argues that the perceived decline in AI-generated writing quality stems from reinforcement learning from human feedback (RLHF) and mode collapse rather than inference-time optimizations like speculative decoding. Speculative decoding, a speed-up technique using a small draft model to predict tokens for a larger model to verify, is mathematically lossless and does not degrade output quality. While acceptance rates for creative fiction guesses may fall between 50-65% compared to 75-85% for code, this affects speed rather than content. Conversely, RLHF training incentivizes models to produce pleasant, smooth, and safe responses, which forces them toward a narrow, generic average. This phenomenon, known as mode collapse (a training outcome where a model loses diversity and converges on a limited set of outputs), reduces output range and prevents the effectiveness of multi-draft voting strategies.
Nwaneri differentiates between two categories of AI writing failures. Nonfiction and technical writing suffer from conflicting optimization objectives, where consumer-facing traits like hedged, warm language clash with requirements for precision and bluntness. This is a solvable engineering problem; companies have begun shipping specialized updates, such as the November 2024 GPT-4o writing improvements, to address these divergent needs. Fiction, however, presents a harder challenge, as it requires complex, long-form narrative development that lacks the necessary training data or clear performance metrics equivalent to code compilation tests.
For technical writers, Nwaneri maintains that the current solution involves rigorous manual editing rather than relying on model outputs alone. His own 36-pattern checklist tool identifies and removes RLHF-induced hedging, such as trailing clauses or vague generalizations, by comparing drafts against the writer's specific corpus instead of a generic standard. While AI remains incapable of generating original, insightful arguments, the author asserts that identifying these specific failure modes allows writers to implement immediate, practical fixes for nonfiction work.