YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Qwen3.5 `</think>` Bug Triggers Endless Loops

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Qwen3.5 `</think>` Bug Triggers Endless Loops
OPEN LINK ↗
// 116d agoNEWS

Qwen3.5 `</think>` Bug Triggers Endless Loops

A SillyTavern user reports Qwen3.5 27B Q3_XS suddenly emitting empty `<think></think>` blocks and stray `</think>` tags, then spiraling into repetitive outputs until context runs out. Similar reports point to a template or reasoning-parser mismatch in the local stack, not just a sampling issue.

// ANALYSIS

This looks more like a chat-template regression than a model “going bad.”

  • Qwen3.5 has a known edge case where disabling thinking can still leave a dangling `</think>` tag in the output
  • If the backend strips or rewrites those tags between turns, the prompt can be reprocessed and the model starts echoing itself
  • Old GGUF conversions or custom Jinja templates are prime suspects when tag handling drifts
  • The fact that penalties, DRY, and prompt instructions did nothing points away from sampling and toward serialization/parsing
  • For local RP setups, reasoning-tag hygiene is now part of the runtime contract, not just cosmetic output formatting
// TAGS
qwen3-5llmreasoningprompt-engineeringself-hosted

DISCOVERED

116d ago

2026-04-04

PUBLISHED

116d ago

2026-04-04

RELEVANCE

7/ 10

AUTHOR

VerdoneMangiasassi