Gemini 3.8 Flash & 3.8 Flash Cyber: Autonomous Reasoning, Long-Horizon Coding, and Frontier Cyber Defense

Google launches Gemini 3.8 Flash and 3.8 Flash Cyber, delivering 90.8% on Terminal-Bench 2.1, 70%+ vulnerability discovery, and DeepSWE parity at $0.75/$3.75 per million tokens.

MV
Google DeepMindVerified Lab
3 min read·Sep 3, 2026·Original Source
Gemini 3.8 Flash & 3.8 Flash Cyber: Autonomous Reasoning, Long-Horizon Coding, and Frontier Cyber Defense
Figure 1: Official research and architecture release visual · Google DeepMind

Gemini 3.8 Flash & 3.8 Flash Cyber: Autonomous Reasoning, Long-Horizon Coding, and Frontier Cyber Defense

On August 27, 2026, Google DeepMind unveiled Gemini 3.8 Flash alongside Gemini 3.8 Flash Cyber, setting a new benchmark for low-latency autonomous reasoning, deep tool-use execution, and automated vulnerability research.

By scaling test-time compute with adaptive dynamic search depth and integrating specialized formal verification engines, Gemini 3.8 Flash delivers frontier-class intelligence at a fraction of standard serving latency.

···

Key Breakthroughs

1. Adaptive Test-Time Compute Scaling

Gemini 3.8 Flash introduces a dynamic reasoning governor that determines how much test-time reasoning tokens to spend based on problem complexity:

  • Variable Budget Allocation: Allocates from 500 up to 32,000 reasoning tokens on hard software engineering and mathematical verification tasks, while answering factual queries in sub-200ms.
  • Self-Correction Rollouts: Runs multi-branch speculative rollouts to evaluate potential execution trajectories before emitting terminal answers.
···

2. Gemini 3.8 Flash Cyber: Autonomous Vulnerability Research

Co-developed with Google Threat Analysis Group (TAG), Gemini 3.8 Flash Cyber is pre-trained and fine-tuned specifically for automated offensive and defensive cybersecurity:

  • Zero-Day Discovery: Identifies memory corruption, race conditions, and cryptographic flaws across C/C++, Rust, and Go codebases.
  • Automated Patch Synthesis: Formulates and self-verifies surgical security patches against real test harnesses.
···

Technical Specifications & Benchmark Overview

Metric / DimensionSpecification
Developing LabGoogle DeepMind
Release DateAugust 27, 2026
Context Window1,000,000 tokens
ModalitiesText, Code, High-Resolution Vision, Audio, Video
Specialized VariantsGemini 3.8 Flash (General), Gemini 3.8 Flash Cyber (Security)
Key BenchmarksSWE-bench Verified: 91.4% | Cybench: 84.2% | LiveCodeBench: 89.6%
···

Verified Integration & API Usage

python
from google import genai

client = genai.Client()

response = client.models.generate_content(
    model="gemini-3.8-flash",
    contents="Audit this kernel driver for race conditions and suggest a verified patch.",
)

print(response.text)
Primary Foundation Model

This technical digest directly references verified architecture specifications documented in TheModelverse Foundation Model Catalog.

GoogleCodeClosed Source

Gemini 3.8 Flash

Params: UndisclosedContext: 1049k tokensRate: $0.75/1M
View Full Specs & Benchmarks
Advertisement