Google ships Gemini 3.6 Flash and 3.5 Flash‑Lite to speed up agents and cut costs
The new Flash models promise 17% fewer output tokens than 3.5 Flash, up to 350 tokens per second in Lite, and a cybersecurity variant for CodeMender — at lower per‑token prices.
One-Line Summary
Google’s new Gemini Flash models aim to cut latency and token spend for AI agents, while open weights like Kimi K3 expand self‑hosting options and fresh research zeroes in on better data prep and agent memory.
LLM & SOTA Models
Google ships Gemini 3.6 Flash, 3.5 Flash-Lite and a cyber variant
Google is releasing faster, cheaper models for building production AI agents: Gemini 3.6 Flash, 3.5 Flash‑Lite, and a cybersecurity‑tuned 3.5 Flash Cyber for CodeMender. 3.6 Flash reduces output token use by 17% versus 3.5 Flash (up to 65% on some benchmarks) and lists at $1.50 per 1 million input tokens and $7.50 per 1 million output tokens, while 3.5 Flash‑Lite emphasizes throughput at 350 output tokens per second as measured by Artificial Analysis. 1
Across tasks, 3.6 Flash posts substantial gains versus 3.5 Flash: DeepSWE 49% vs. 37%, MLE Bench 63.9% vs. 49.7%, and OSWorld‑Verified 83.0% vs. 78.4%. “Computer use” is now a built‑in client‑side tool in the Gemini application programming interface (API) and Gemini Enterprise; on knowledge work, GDPval‑AA v2 rises to 1421 vs. 1349. 1
3.5 Flash‑Lite, priced at $0.30 per 1M input and $2.50 per 1M output tokens, outpaces earlier Lite generations and even surpasses 3 Flash on select evals such as SWE‑Bench Pro (54.2% vs. 49.6%) and OSWorld‑Verified (74.0% vs. 65.1%). It also reports 54% vs. 31% on Terminal‑Bench 2.1, 72.2% vs. 60.1% on GDM‑MRCR v2, and 1140 vs. 642 on GDPval‑AA v2. 1
Google says 3.6 Flash ships with enhanced safeguards against misuse in chemical, biological, radiological and nuclear (CBRN) and cyber domains, improving jailbreak resistance while minimizing refusals for beneficial use. 3.5 Flash Cyber will run inside CodeMender in a limited‑access pilot for governments and trusted partners; Google also notes Gemini 3.5 Pro remains in testing and that pre‑training for Gemini 4 has begun. 1
Open Source & Repos
Moonshot releases Kimi K3 open weights at 2.8T parameters
Moonshot AI has made the full weights of Kimi K3 downloadable, letting teams run and fine‑tune the large language model (LLM) on their own infrastructure. At 2.8 trillion parameters, The Verge describes it as the largest open‑weight model publicly available. 2
Kimi K3 is a Mixture of Experts (MoE) architecture with 896 experts, 16 activated per token, a 1‑million‑token context window, native vision support, and new attention mechanisms including Kimi Delta Attention. These design choices target long‑context efficiency without quadratic blow‑ups in compute and memory. 3
The weights ship under a revenue‑tiered Kimi K3 License: providers offering “Model‑as‑a‑Service” must sign a separate agreement once aggregate revenue crosses $20 million in any 12 months, and very large deployments must attribute “Kimi K3” in‑product; internal use carries no such obligations. Moonshot documents deployment guidance (e.g., supernode clusters of 64+ accelerators), contributes caching for its attention to vLLM, and keeps hosted API pricing at $3.00 per million input tokens and $15.00 per million output. 4
Research Papers
DataPrep-Bench: Grading how AIs prepare training data
This work defines a unified way to measure how well large language models (LLMs), agents, and data‑centric workflows prepare training data end‑to‑end across two abilities: building datasets from raw sources (data construction) and predicting dataset usefulness before training (data quality evaluation). The authors release Data‑Construction‑Skill, a skill‑guided agent that lifts a Dolly‑only baseline by nearly 20 points absolute on Llama‑3.1‑8B Finance under their protocol. 5
For quality evaluation, they propose the Distributional Alignment Score (DAS), based on maximum mean discrepancy (MMD) between a candidate dataset and a domain proxy. DAS achieves the strongest cross‑model correlation in four of six domains and is the only metric to clear r > 0.70 simultaneously in Math, Science, and Medical, outperforming quality‑, diversity‑, and heuristic‑based baselines. 5
Agentic Context Management: Treating agent memory as a lifecycle
The paper argues production agents fail less from poor reasoning than from poor context management: sprawling histories, giant prompts, bulky tool specs/outputs, and ever‑rising token cost. It reframes memory as a lifecycle with five primitives — architecting, ingesting, scoping, anticipating, and compacting & consolidation — spanning what to remember, how to structure/store it, when to forget, and what to surface next. 6
Economically, naive accumulation grows token cost quadratically with conversation length; crude summarization buys linear cost at the price of an accuracy cliff; only validated compaction achieves linear cost while preserving fidelity. A reference implementation, Maximem Synap, reports 92% on LongMemEval and 93.2% on LoCoMo under the stated configuration. 6
Interactive Training 2: A shared control plane for live runs
Interactive Training 2 introduces an open‑source control plane to steer training runs through a shared protocol instead of trainer‑specific code. Training apps declare exposed settings and actions, human or automated controllers submit requests, and the loop validates and applies changes at safe control points; a customized Aim workspace unifies live metrics, controls, and an auditable history. 7
The authors demonstrate the system across five natural language processing (NLP) and reinforcement learning (RL) workflows, offering a reusable base for auditable human‑ and agent‑guided training beyond simple experiment tracking. 7
Community Pulse
Hacker News (758↑) — Split between praise for Gemini’s multilingual strength and skepticism about competitiveness and hype. 8
"I just have no choice. My application was tested and benchmarked against a lot of models, but no model can be in the same league as gemini in term of multi-language support and understanding." — Hacker News 8
"I think they've been behind for a while - flash isn't even that competitive with glm 5.2 and from their hype around 3.5 flash at launch - that was certainly not intended to be the case" — Hacker News 8
Why It Matters
For teams building AI agents, today’s theme is operational efficiency: fewer tokens generated, faster throughput, and safer defaults reduce real costs and latencies while keeping capability high. 1
At the same time, open weights like Kimi K3 increase deployment freedom (self‑host vs. API), and new research targets the two biggest hidden drags on quality and cost: poorly prepared data and unmanaged context sprawl. 4
Try This Week
- Gemini 3.6 Flash in Google AI Studio: start a chat and compare response speed vs. your current model (https://aistudio.google.com/prompts/new_chat?model=gemini-3.6-flash)
- Skim DataPrep‑Bench: read the abstract and figure 1 to learn the two‑track evaluation idea (https://arxiv.org/abs/2607.20465)
Comments (0)