Google released a silent update to Gemma 4, its open-source AI model, without changing the version number. The patch addresses three core issues that affected production deployments.

The update fixes tool calling bugs that prevented the model from reliably invoking external functions and APIs. Tool calling is essential for building AI agents that interact with real-world systems like databases, payment processors, and third-party services. Broken tool calling meant developers couldn't trust Gemma 4 for these critical workflows.

The patch also resolves truncated response problems. Users reported that Gemma 4 sometimes cut off outputs mid-sentence or mid-thought, producing incomplete answers. This issue made the model unreliable for tasks requiring full, coherent responses.

Performance improvements on Nvidia Hopper GPUs represent the third fix. Hopper chips power many enterprise AI deployments, so optimizing for this hardware matters commercially. Faster inference means lower latency and reduced compute costs for organizations running Gemma 4 at scale.

The stealth update raises a practical concern for developers and enterprises. Google shipped these fixes under the same model name without bumping the version number, making it easy to miss the changes. Teams running older Gemma 4 instances won't know they're using deprecated code with known bugs. This approach differs from industry practice, where version numbers typically change with functional updates.

The fixes reflect real-world friction points from production use. Tool calling and response truncation aren't edge cases. They're fundamental capabilities that determine whether a model works in actual applications. Google's responsiveness to these issues suggests the company is taking Gemma 4's viability as an open-source alternative seriously.

For developers choosing between open models and closed APIs, reliability matters more than raw capability. These fixes address trust issues that could have driven teams toward competitors like Meta's Llama or Mistral.