Back to articles
Model Releases

Gemini 3.8 Flash Targets Long-Horizon Coding and Defensive Cybersecurity

3 min read

Introduction

Google DeepMind has released Gemini 3.8 Flash and Gemini 3.8 Flash Cyber. The two models share a common foundation but target different deployment environments: the standard model is aimed at agentic workflows and demanding software tasks, while Cyber is tailored to defensive security work. Google presents 3.8 Flash as a substantial step up from 3.7 Flash without abandoning the speed and cost profile associated with the Flash line.

Key points

  • Stronger long-horizon coding. Gemini 3.8 Flash is designed to work through complex engineering problems from beginning to end. Google reports strong results on the DeepSWE v1.1 long-horizon software-engineering benchmark, as well as gains over 3.7 Flash in finance-agent, legal-agent, and HLE-Verified evaluations.
  • More computation on hard problems. The model may take additional reasoning steps and call tools repeatedly instead of trying to answer in a single pass. Higher effort settings can improve difficult-task performance but may consume more tokens. Developers focused primarily on efficiency can lower the effort level or continue using Gemini 3.7 Flash.
  • Flash-level pricing. The introductory price is unchanged from 3.7 Flash: $0.75 per million input tokens and $3.75 per million output tokens. The model is available through the Gemini API, Google AI Studio, Android Studio, and selected Google products and enterprise offerings.
  • Cybersecurity focused on defense. Gemini 3.8 Flash Cyber is trained for vulnerability discovery and automated fixes. Google says it reaches frontier-level performance on CyberGym, exceeds a 70% success rate on an internal benchmark spanning 20 programming languages, and records a 47.2% pass@1 score on CWE-Bench. Because its cybersecurity mitigations are more permissive, access is limited to trusted defenders through the Fairwind Program.
  • Additional safety controls. Google says the 3.8 family includes safeguards related to cyber misuse and chemical, biological, radiological, and nuclear risks. It also reports improved resistance to prompt injection in Gray Swan testing. The Cyber version is not being distributed as a general-purpose public model.

Why it matters

The release highlights a shift from optimizing only for single-turn response quality to optimizing for persistent agent loops. A model that can plan, invoke tools, inspect intermediate results, and revise its work is more suitable for codebase maintenance, research, and enterprise automation. The trade-off is operational: teams must balance reliability and task completion against latency and token usage.

The Cyber release illustrates the same capability-control tension in a more sensitive domain. Automated vulnerability discovery and patch generation could shorten defensive workflows, but the same capabilities could be misused. Limiting access through a trusted-defender program is therefore a distribution decision as much as a safety measure. Google’s reported internal results are useful signals, but they remain vendor disclosures and should be complemented by independent testing across real-world repositories and programming languages.

Source: Google DeepMind

Comments

Checking sign-in status...

Loading comments...

Related articles