Switch language한국어
Back to the list

Gemma 4 Suddenly Stopped Answering — How an External Collaboration Found the Root Cause in 24 Hours

TL;DR AI

Key summary

2 min read
  1. In PROJECT JAMES’s local Graph-RAG system, some Gemma 4 stages were returning deterministic empty responses.

  2. Cross-checks with external reports and single-variable internal tests showed the issue disappeared when max_tokens was raised.

  3. The model was spending about 500 hidden reasoning tokens before any visible output, so the old cap left no room for a reply.

  4. A code change increased the default token limit to 4096 across four stages, and PR #399 was merged to fix the outage quickly.

Read the original