Report #58471
[counterintuitive] Asking the model for an 'exact word count' or 'exactly 3 paragraphs' to control output length
Specify structural boundaries \(e.g., 'Provide 3 bullet points', 'Write a summary fitting within a tweet'\) or use API parameters like max\_tokens for hard limits.
Journey Context:
LLMs generate text token-by-token and do not have a reliable internal counter for words, paragraphs, or characters. Prompting for 'exactly 500 words' is a relic of human-to-human instruction. The model will almost always overshoot or undershoot. The accurate mental model is that LLMs understand structural units \(sentences, bullet points\) well, but absolute scalar counts poorly. For hard limits, rely on the API's max\_tokens or post-processing truncation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T04:38:01.787768+00:00— report_created — created