Posts

Google DeepMind Releases Gemini 3.8 Flash and Gemini 3.8 Flash Cyber: One Core Model, Two Access Envelopes

Image
Google just announced Gemini 3.8 Flash and Gemini 3.8 Flash Cyber , three weeks after 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 , Google AI Studio, Antigravity , Android Studio, and Gemini Enterprise , 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 . What actually changed in 3.8 Flash The research team 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, tex...

Anthropic Introduces Enterprise Frontier Safeguards (EFS): Zero-Data-Retention Privacy Plus Cross-Session Misuse Detection

Enterprise AI buyers have been stuck between two things they both need. Regulated teams need a zero data retention (ZDR) guarantee, so no prompt or agent transcript sits on a vendor’s servers. Security teams need misuse detection, which historically required the vendor to hold that same data long enough to correlate it. This week, Anthropic announced Enterprise Frontier Safeguards (EFS), an architecture that tries to give both. EFS stores monitoring data in cloud infrastructure the customer controls, not Anthropic’s. Detection stays with Anthropic. Custody, keys, and human review stay with the customer. Is it deployable today? Not yet. EFS rolls out in phases with the goal of broad availability later this fall, and access is request-based . Until it ships, eligible customers can run Claude Fable 5 and Fable 5.1 under ZDR. The technical problem EFS is solving Anthropic’s stated reason for retention is detection quality, not training data. The company ...

Perplexity Releases Hybrid Compute on Mac: Cloud Agents Orchestrate Down to a Local Model, Gated On Device

Agentic assistants have a structural problem: the context that makes them useful — deal documents, privileged files, client records — is exactly the context users cannot send to a cloud endpoint. This week, Perplexity shipped its answer for Mac. Hybrid compute splits a single Perplexity Computer task between frontier models in the cloud and a compact model on the user’s Mac, with an on-device privacy gate deciding what may cross the boundary. Perplexity also open-sourced the classifier behind that gate. Is it deployable? Yes, hybrid compute is live for Pro, Max, and Enterprise subscribers on any Apple silicon Mac running macOS 15 or later with at least 24GB of unified memory (32GB recommended). The local model installs in one click from the Mac app, with no Ollama, no separate runtime, and no API key, and local work consumes no cloud credits. What hybrid compute actually does The direction of orchestration is the design decision. Computer starts every task in the c...

Anthropic Releases Claude Fable 5.1 and Claude Mythos 5.1: 52.6% on Terminal-Bench-Science and 75% Cheaper Cache Reads

Anthropic has released Claude Fable 5.1 and Claude Mythos 5.1, three months after the Fable 5 line shipped in June 2026. The two are the same underlying model behind different safeguard layers. Fable 5.1 is generally available as claude-fable-5-1 ; Mythos 5.1 stays restricted to vetted organizations. Both carry a 1M token context window and 128K max output tokens, with adaptive thinking always on. The headline capability number is 52.6% on Terminal-Bench-Science 0.1, against 24.7% for Fable 5 and 29.0% for Opus 5. The headline commercial number is a 75% cut to cache reads, from $1.00 to $0.25 per million tokens, which Anthropic measures as roughly 25% lower cost on typical workloads and up to 45% on agentic ones. Base input and output pricing is unchanged at $10 and $50 per million. Is it deployable? Yes, Claude Fable 5.1 is generally available as claude-fable-5-1 on the Claude API, Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry. Claude Mythos 5....