rachid chabane.
Search
Radar

Radar

What just shipped in AI engineering: specs, models, tools. Dated, sourced briefs, each with a schema, code, and what it means for an engineering team.

33 briefs · newest first
31-07-2026 Tool

Cursor Router picks the model per request and optimizes for user satisfaction

Cursor shipped Cursor Router on 22 July 2026: a classifier that inspects each request before a model runs and dispatches it to the model best suited to that query, trained on 600k+ live requests and optimized for user satisfaction (AFC) as its reward. Cursor reports 60% savings in its own online A/B test. It also names a second quality metric, keep rate, and publishes no figure for it.

Cursoragentscoding
27-07-2026 Security

A poisoned web page rewrote Kiro's MCP config and ran code past the approval prompt

Kodem Security and Intezer disclosed on 19 July 2026 a prompt-injection chain in Kiro, AWS's agentic IDE: a fetched web page makes the agent write an attacker's server into ~/.kiro/settings/mcp.json, which Kiro reloads and starts. Kodem's timeline puts the AWS fix at 3 April 2026 and the CVE-2026-10591 assignment at 22 July, so what is fresh here is the published chain and the lesson about which agent writes deserve a gate.

KiroAWSMCPprompt injectionagent security
25-07-2026 Release

Claude Opus 5 ships at unchanged Opus pricing with the effort setting as the cost lever

Anthropic released Claude Opus 5 on 24 July 2026 at $5 per million input tokens and $25 per million output tokens, the same price as Opus 4.8. The cost decision now lives in the per-request effort setting, and CodeRabbit's own review benchmark shows that raising it costs recall and tokens.

ClaudeClaude Opus 5Anthropicagentic codingeffort
22-07-2026 Release

Google's best V8 bug finder is a model you cannot call: 55 issues, governments only

Gemini 3.5 Flash Cyber found 55 unique confirmed issues on the V8 engine against 47 for its own mainline base and 36 for Claude Opus 4.6, then shipped only to governments and trusted partners via CodeMender. The gap that matters is 55 versus 47: the moat is the post-training recipe, not the weights.

GeminiCodeMendersecurityagentsevals
21-07-2026 Spec change

Claude's system role lands on three models, and two vendor docs disagree on which

The 2026-07-15 release-note entry documents mid-conversation system messages on Claude Fable 5, Claude Mythos 5 and Claude Opus 4.8 with no beta header, while the Bedrock page, fetched 2026-07-21, still says Opus 4.8 only: gate the feature on a capability flag, not on a hardcoded model list.

ClaudeAnthropic APIprompt-cachingagents
19-07-2026 Release

Thinking Machines opens Inkling's weights under Apache 2.0, and keeps Tinker

On 2026-07-15 Thinking Machines Lab published Inkling under Apache 2.0: 975B total parameters, 41B active, weights live on launch day. The lab concedes the model is not the strongest available, and keeps Tinker, the fine-tuning loop, proprietary.

Thinking MachinesInklingTinkeropen-weightagents
18-07-2026 Release

OpenAI moves multi-agent orchestration server-side, and defaults the fan-out to 3

On July 9, 2026 OpenAI shipped Multi-agent orchestration as a beta feature of the Responses API, hosting the subagent tree server-side behind one field. The tell is the throttle: max_concurrent_subagents defaults to 3, a narrow fan-out where Claude Code's lineage pushes hundreds.

OpenAIGPT-5.6Responses APIagentsorchestration
15-07-2026 Security

Langflow's IDOR is on CISA's KEV list, and your CVSS threshold would have skipped it

CISA added CVE-2026-55255 to KEV on 7 July 2026: a cross-tenant IDOR in Langflow, exploited since 25 June to pull the LLM and cloud keys embedded in other tenants' flows. The same flaw scores 9.9 from the vendor, 8.4 from NVD and 6.1 from The Hacker News, so any CVSS floor would have missed it.

LangflowCISA KEVagentssecurity
11-07-2026 Release

Grok 4.5 is a price-performance play for agentic coding, not a new frontier crown

xAI shipped Grok 4.5 on 2026-07-08 for coding and agentic work at $2/$6 per million tokens. On its own four self-reported benchmarks it splits 2-2 with Opus 4.8 while Fable 5 leads all four, so it reads as a price-performance play rather than a frontier win, and it is not yet in the EU.

GrokxAICursorcodingagents
05-07-2026 Tool

Claude Science ships the coordinator-plus-reviewer agent pattern as a product

Anthropic launched Claude Science on 2026-06-30, a beta AI workbench for scientists on macOS and Linux for paid plans. It is not a new model; it runs the same Claude models, including Opus 4.8. The transferable idea: a coordinator that spawns sub-agents plus a separate reviewer agent that flags every number it cannot trace, with provenance shipped by default.

ClaudeAnthropicagentsNVIDIA
04-07-2026 Release

Gemini's Interactions API hits GA and becomes the default way to build

Google moved its Interactions API to general availability on 2026-06-22 and made it the default, primary way to build on Gemini models and agents; the legacy generateContent API stays supported, but new agent capabilities are expected to land there exclusively.

GeminiGoogleagentsAPI
03-07-2026 Tool

GitHub Copilot's first open-weight pick: Kimi K2.7 Code

GitHub made Kimi K2.7 Code generally available in Copilot on 2026-07-01, the first open-weight model in the picker, hosted on Azure and billed under usage-based credits, and the same weights you can self-host under a Modified MIT License.

KimiGitHub CopilotMoonshotopen-weightcoding
01-07-2026 Release

Claude Sonnet 5: near-Opus agentic coding at a lower price, GA on day one

Anthropic shipped Claude Sonnet 5 on 2026-06-30, generally available day one at an introductory $2/$10 per million tokens through 2026-08-31, landing within six points of Opus 4.8 on agentic coding at a lower price than Opus 4.8, GPT-5.5, and Gemini 3.1 Pro.

ClaudeAnthropicagentsinference
23-06-2026 Release

DiffusionGemma 26B-A4B: Google's first open text-diffusion model

Google DeepMind released DiffusionGemma 26B-A4B on 2026-06-10, an open-weight MoE (25.2B total / 3.8B active) on the Gemma 4 backbone that drops autoregressive decoding for discrete text diffusion, denoising a 256-token canvas in parallel at over 1000 tokens/sec on one H100. The speed costs quality: 77.6% on MMLU Pro against Gemma 4's 82.6%. It ships under Apache 2.0.

open-weightllm-releasetext-diffusioninferencelong-context
22-06-2026 Tool

GitHub Spec Kit: driving an agent with Markdown specs

Spec Kit, GitHub's MIT-licensed toolkit for spec-driven development, has reached v0.11.3 with commands now namespaced under /speckit.* and support for 30+ coding agents.

agentsosstooling
22-06-2026 Release

GLM-5.2: a 753B coding MoE with 1M context, MIT-licensed

Z.ai shipped GLM-5.2, a 753B Mixture-of-Experts coding model with a 1M-token context and open weights under MIT, pairing IndexShare sparse attention with an improved MTP speculative-decoding layer.

ossinferencelong-contextagentsevaluation
22-06-2026 Release

MiniMax-M3: an open-weight 1M-context multimodal MoE on sparse attention

MiniMax shipped M3 on 1 June 2026: an open-weight ~428B / ~23B-active MoE pairing a 1M-token context with native text, image, and video input and a new sparse-attention operator (MSA), scoring 59.0% on SWE-Bench Pro.

open-weightllm-releaselong-contextmultimodalsparse-attention