The original is one click away. Open original ↗
How to stop AI from giving long, bloated responses
Executive overview
AI models are trained to equate longer answers with better quality — so "be concise" doesn't work. Verbose responses waste time and degrade model quality over a conversation as context fills up.
A three-layer system fixes this: set rules before prompting, constrain format during prompting, and sharpen output after.
The core fix is specificity — define what concise means, force a format that removes filler, then trim what slips through.
Layer 1: Set rules in system instructions
- Replace "be concise" with explicit length rules: 1–2 sentences for simple questions, 3–5 for medium, one paragraph + max 5 bullets for complex
- Use positive directives, not negations — "start directly with the answer" outperforms "don't write long introductions"
- Telling AI what not to do can backfire; AI follows specific positive instructions more reliably
- Bake rules into system instructions (Custom GPTs, Claude Projects, Gemini Gems) so they apply to every interaction
Layer 2: Force a format during prompting
- Appending a format constraint to any prompt removes structural room for fluff
- A comparison table, matrix, capped list, or step count with sentence limits all work
- Example: adding "answer only as a comparison table with these rows" collapses a multi-page report into a single scannable output
- The format does the compression work — no willpower or follow-up needed
Layer 3: Sharpen the response after receiving it
- If the response is still too long, reply immediately: ask for a 50% cut, removal of generalisations, and short declarative sentences only
- Be specific about how much to cut and what to remove
- For deep research outputs (20–40 pages): copy the report into a new thread and ask a second AI to extract only the specific findings you need
- For most use cases, skip deep research entirely — basic web search with extended reasoning on a top model delivers 90% of the quality at 10% of the length
More like this — when you're ready for early access.
Join the waitlist for a personal account and content recommendations based on what you're working on.
No spam. Unsubscribe at any time.
You're on the list. We'll be in touch before launch.