A Prompt Template That Makes Qwen 3.8 Behave: Fixing Overthinking and Ephemeral Reasoning
emerybirb · reddit · 2026-09-05
The author shares a system-prompt template (in his jinja setup) that has been working well for Qwen 3.8, aiming for Claude-like behavior with preservethinking=false and context-efficient reasoning summaries.
Core rules:
- Function calls must follow the exact tool-call tag format with required parameters;
- Thinking is ephemeral and discarded after each turn — any conclusion must be written into visible text outside <think> or it is permanently lost;
- Fixed per-turn pattern: short decisive thinking → persistent narration (observations/conclusions/rationale) → immediate tool calls;
- Deferring a tool call or skipping narration counts as an ABORT of the whole turn;
- Thinking is only for resolving genuine tension; read before you think, and if you haven't read something, go read it.
He hopes it helps others hit by common failure modes like overthinking and unstated reasoning conclusions.
More from coding & agent
- Cognition rumored to launch a new model soon, per AI insider hunch — realsohamparekh · 2026-09-06
- Redditor builds free AskSary creative studio with game engine GPT can play and patch live — Beneficial-Cow-7408 · 2026-09-06
- Do the fun terminal work yourself, let Claude handle the boring chores — 4310sy · 2026-09-06
- Heavy AI user's cost ledger: 100+ agents a day, $70 of DeepSeek in two days — simmon_charlie · 2026-09-06
- First untrained agent run on local Qwen 3.8 Flash, no skills configured — jasonkneen · 2026-09-06
- Is a schema-aware memory graph 'overfitting'? Dev asks for the cleanest leakage test — chaachans · 2026-09-06