Asif Razzaq 是 Marktechpost Media Inc. 的首席执行官。作为一位有远见的企业家和工程师,Asif 致力于利用人工智能的潜力造福社会。他最近的努力是推出人工智能媒体平台 Marktechpost,该平台因其对机器学习和深度学习新闻的深入报道而脱颖而出,既技术上可靠,又易于广大受众理解。该平台每月浏览量超过 200 万次,显示了其在观众中的受欢迎程度。
Google just announced Gemini 3.8 Flash and Gemini 3.8 Flash Cyber:https://blog.google/innovation-and-ai/models-and-research/gemini-models/3-8-flash-and-3-8-flash-cyber/, three weeks after Gemini 3.7 Flash:https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-gemini-3-7-flash/ and marking the third Flash release in six weeks. Both variants run on the same foundational intelligence, refined through long-running agentic loops that recursively evaluate the underlying models. What separates them is not architecture, it is the safety envelope and who is allowed through it.
Is it deployable? Gemini 3.8 Flash is generally available today through the Gemini API:https://ai.google.dev/gemini-api/docs/models/gemini-3.8-flash, Google AI Studio, Antigravity:https://antigravity.google/, Android Studio, and Gemini Enterprise:https://docs.cloud.google.com/gemini-enterprise-agent-platform/models/gemini/3-8-flash, so you can route production traffic to it now. Weights are closed, so there is no self-hosted or on-premises path. Gemini 3.8 Flash Cyber is not openly deployable at all: access is granted case by case through the new Fairwind Program:https://deepmind.google/fairwind-program/.
The research team :https://deepmind.google/models/model-cards/gemini-3-8-flash/explains that 3.8 Flash is based on 3.7 Flash. Specs are unchanged: a 1,048,576-token context window, 65,536-token maximum output, text, image, audio, and video input, and text output. Thinking levels remain LOW , MEDIUM , and HIGH with MEDIUM as the default. One breaking detail for anyone migrating: MINIMAL is not supported on 3.8 Flash and setting it returns an API validation error.
The behavioral change is the point. Google describes the gain bluntly: 3.8 Flash works harder. On complex tasks it executes extra reasoning steps and calls tools iteratively, and it may burn more tokens at higher effort levels. Google’s own developer guide:https://docs.cloud.google.com/gemini-enterprise-agent-platform/models/guides/gemini-3-8-flash is candid that this buys better accuracy at the cost of higher token consumption, and it recommends staying on 3.7 Flash when compute efficiency is the binding constraint. That is an unusually direct admission that the newer model is not the right default for every workload.
On DeepSWE v1.1, a long-horizon software engineering benchmark, Google reports 3.8 Flash outperforming most larger frontier models at a fraction of the cost. It records 54.9% on HLE-Verified, and gains over 3.7 Flash and other frontier models on Vals Finance Agent V2:https://www.vals.ai/benchmarks/fabv2 and Harvey’s Legal Agent Benchmark:https://www.vals.ai/benchmarks/hlab. Note that the finance and legal results are reported as relative wins, without absolute scores in the announcement.
On CyberGym, the standard vulnerability discovery benchmark, Google reports frontier-level performance that surpasses both 3.5 Flash Cyber and significantly larger frontier models, though no absolute figure is published. Because CyberGym is mostly C and C++, Google also ran an internal benchmark across 20 programming languages and reports a discovery success rate above 70%.
For patching, CWE-Bench:https://cwe-bench.com/#leaderboard, run by Collinear, puts Flash Cyber at 47.2% pass@1 against a leading frontier model’s 47.8%. Near-parity at materially lower cost is the claim, and Google frames it as sitting on the Pareto frontier rather than topping the leaderboard.
Chrome Security reports 2.6x more correct patches than the best, much larger commercial models. Wiz:https://www.wiz.io/ measures 7.5 to 9.7 percentage points higher recall on its internal penetration testing benchmark at 2.3x to 5.2x lower cost. Google’s Cloud Vulnerability Research team found a critical foundational vulnerability in under two hours, work that normally takes months.
Google is explicit that it prioritized vulnerability fixing over offensive capabilities like exploitation. Flash Cyber ships with a more permissive set of cyber mitigations, which is precisely why it is restricted to trusted defenders: government authorities, critical infrastructure operators, and software maintainers who apply through Fairwind.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us :https://forms.gle/wbash1wF6efRj8G58
Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.
情报判断
Aioga 编辑摘要
Google DeepMind 发布 Gemini 3.8 Flash 与 Gemini 3.8 Flash Cyber。来源称两者基于同一核心智能,差异主要在安全包络与访问方式;前者已通过 Gemini API 等渠道提供,后者需经 Fairwind Program 个案申请。