Kimi K3, GPT-5.6 Sol, Inkling open weights
vendredi 17 juillet 2026 - Briefing AI Hebdomadaire · (7 derniers jours)
The open-weights frontier arrived this week. Moonshot’s Kimi K3 (2.8T params, 1M context, weights on July 27) and Thinking Machines’ Apache-2.0 Inkling (975B/41B active) both land within Sonnet/Opus-class quality, while OpenAI ships GPT-5.6 Sol/Terra/Luna and Codex overtakes Claude Code on usage. For a London CTO running Claude Code and Cursor over LiteLLM, the practical shift is routing: Sol for ambiguous work, Terra for implementation, open weights for volume, and — increasingly — your harness, not the base model, decides output quality. Also: xAI’s Grok CLI got caught silently uploading whole repos to GCS. Read your agent’s network calls.
Launches & releases this week
Models
- Kimi K3 — Moonshot’s 2.8T-parameter multimodal model with 1M context, Kimi Delta Attention for 6.3x faster decoding; open weights land July 27. (TLDR AI)
- Inkling — Thinking Machines’ first release: Apache-2.0 MoE with 975B total / 41B active, 1M context, multimodal text/image/audio input, trained on 45T tokens. (TLDR AI)
- GPT-5.6 Sol/Terra/Luna — OpenAI ships three-tier GPT-5.6 with Sol topping ARC-AGI-3, Design Arena, and Codex; Ultra mode adds multi-agent sub-agent coordination. (TLDR AI)
- Gemma 4 E2B TPU — Google’s Gemma 4 E2B runs natively on Pixel 10’s TPU for offline conversation, on-device transcription, and private voice control of phone functions. (TLDR AI)
- Bonsai 27B — PrismML’s 1-bit/ternary quantization compresses Qwen 3.6 27B to 3.9GB, running 27B-class multi-step reasoning and tool use on a phone. (TLDR AI)
- Muse Spark 1.1 — Meta’s updated model with improved tool use, coding, and computer interaction; Meta Model API opened to public preview. (TLDR AI)
- Nemotron 3 Embed — NVIDIA’s embedding model takes the #1 overall spot on RTEB, targeted at agentic retrieval workloads. (Hugging Face blog)
Products
- ChatGPT Work — GPT-5.6-powered enterprise workspace that pulls context from team tools and acts across files, spreadsheets, and desktop apps. (TLDR AI)
- GitLab Duo CLI GA — GitLab’s terminal agent hits GA with project-aware permissions, pipeline debugging, and access to the full Duo Agent Platform across the SDLC. (GitLab blog)
- LM Studio Bionic — Local-first agent for coding and research with sandboxed execution, offline Voxtral transcription, and GLM 5.2 codebase inspection. (TLDR AI)
- OpenWiki Brains 0.1 — LangChain’s proactive-memory system auto-builds local wikis from Gmail, Notion, and Twitter to give agents durable context without manual updates. (LangChain blog)
Other Releases
- Grok Build open-sourced — xAI open-sourced its terminal coding agent after backlash over the closed CLI silently uploading entire directories (SSH keys, secrets) to GCS. (TLDR AI)
- Cursor 3.11 — Cursor 3.11 adds a side chat and continues iterating on parallel agent workflows. (Cursor changelog)
- Claude Code 2.1.212 — Adds /fork for background conversation copies, per-session WebSearch limits, in-app sandboxed browser, and screen-reader mode; worktree isolation hardened. (GitHub: anthropics/claude-code)
- Copilot SDK — GitHub ships an SDK for embedding Copilot agents into custom apps and dev tools. (TLDR AI)
Stories to follow
Open weights close the gap
Two weeks, three frontier-class open releases: Kimi K3 at 2.8T, Inkling at 975B Apache-2.0, and Bonsai 27B running on a phone. Vercel’s AI Gateway data shows open-weights already at 29% of production volume, with the top five OpenRouter models all open. Nathan Lambert argues open source has six months to prove viability; the answer is arriving faster than that. For a UK CTO on LiteLLM, this changes the routing calculus — open models are no longer just a cost floor, they’re a quality option.
- Kimi K3 — 2.8T-parameter open-weights model with 1M context, weights due July 27. (TLDR AI)
- Inkling — 975B/41B-active Apache-2.0 multimodal MoE from Thinking Machines. (TLDR AI)
- The state of open source AI — Open weights now serve the majority of production tokens on OpenRouter. (TLDR AI)
- 6 months to live for open models — Lambert: the next two quarters decide whether open frontier work stays viable. (Interconnects (Nathan Lambert))
- Open-weight models surge to 29% of volume — Vercel’s July index shows open-weight share climbing, price-per-token flattening. (Vercel blog)
The harness is the product
The consensus this week: base-model quality is commoditising and the wrapper — planning loop, tool schema, memory, verifier, sandbox — is where competitive advantage now lives. Tunguz calls it the new battleground; Cognition made Fable cheaper than Opus by rewriting the harness; Microsoft’s shipping-thousands-of-agents post is a harness manual. Anthropic’s own migration guide reads as harness engineering, not prompt engineering. This is the discipline layer above vibe coding you’ve been writing about.
- The Harness Is the New Battleground — The wrapper decides what data flows, what’s logged, what trains the next model. (Tomasz Tunguz)
- Making Fable Cheaper Than Opus — Cognition’s Devin architecture beat Opus 4.8 pricing despite Fable costing 2x/token. (TLDR AI)
- How Microsoft Ships Thousands of Production AI Agents — Retrieval as sub-agent, per-agent identity/workspace, rubric evals with auto-improvement loops. (TLDR AI)
- How Anthropic runs large-scale code migrations with Claude Code — Six-step process: rulebook, dependency analysis, adversarial reviewers, mechanical verification. (TLDR AI)
- Harness Handbook — Behavior-level map connecting agent questions to prompts, tools, state, config, telemetry. (TLDR AI)
- Context engineering with Dex Horthy — Context engineering as the discipline behind reliable AI-assisted code. (The Pragmatic Engineer (Gergely Orosz))
Agent sandboxing gets serious
Grok’s CLI shipped uploading whole repos — SSH keys included — to Google Cloud Storage. Simon Willison found a data-exfiltration hole in Claude’s web_fetch. Perplexity and LangChain both published sandbox architectures this week. If your team’s running headless agents overnight, the threat model just got explicit: assume the CLI reads more than it claims, assume the tool call can be turned against you, and give every agent its own disposable computer.
- What xAI Grok Build CLI actually sends to xAI — CLI transmits file contents verbatim and uploads whole repos independent of what the agent reads. (TLDR AI)
- How I tricked Claude into leaking your deepest, darkest secrets — Ayush Paul found a hole in Claude web_fetch’s data-exfiltration protections. (Simon Willison)
- Secure Sandboxes for Agents — Perplexity’s SPACE runs ephemeral, credential-isolated sandboxes destroyed after each task. (TLDR AI)
- Agents need their own computer — Per-agent sandboxes booting under a second replace shared dev environments. (LangChain blog)
Overnight factories go mainstream
Your overnight-agent-factory framing is landing everywhere this week. Replit engineers claim tripled output via agents reviewing PRs, investigating incidents, and running analyses; a solo dev built a $110/month Claude Code triage-decompose-implement-PR loop; Alex Finn is running five machines of local models 24/7. This is no longer speculative — it’s a shipping pattern with cost numbers attached.
- The Self-Driving Company — Replit tripled code output using agents for PR review, incident investigation, analysis. (TLDR AI)
- The $110/month self-improving pipeline — Solo dev’s Claude Code loop triages backlog, decomposes tasks, ships PRs automatically. (TLDR AI)
- Solo builder runs 24/7 local AI on his own hardware — Alex Finn’s five-machine local Claude Code build-and-review loop ships while he sleeps. (Lenny’s Newsletter)
- First experimental evidence of recursive self-improvement — Autoresearch agent beat a two-year hand-tuned harness in eight days of self-optimisation. (TLDR AI)
What I’m watching
- Model routing as the next commodity fight — Your LiteLLM gateway sits exactly where this decision gets made — cost, latency, and task-fit routing is becoming a first-class engineering problem.
- The Best Model Routing is Task Specific (TLDR AI)
- Model Routing Is Simple. Until It Isn’t. (Hugging Face blog)
- Choosing GPT-5.6 Sol, Terra, or Luna in Codex (TLDR AI)
- Agentic org restructures — GitLab’s Act 2 playbook is now visible in customer-facing product moves — the Duo Agent Platform’s 400% ROI study and Security Review Flow are its Trojan horse.
- GitLab Duo Agent Platform delivers 400% ROI (GitLab blog)
- GitLab Duo Security Review (GitLab blog)
- The Great Flattening (TLDR AI)
- Long-horizon agent evaluation — Your leaf-nodes/22K-PR verification problem in benchmark form — worth tracking as procurement criteria mature.
- Long-Horizon Terminal-Bench (TLDR AI)
- WANDR Benchmark (TLDR AI)
- ReactBench v1 (TLDR AI)
Top trending GitHub repos this week
xai-org/grok-build
15.3k★ · Rust SpaceXAI’s coding agent harness and TUI. Fullscreen, mouse interactive, extensible.
Fei-Away/Codex-Dream-Skin
8.4k★ · JavaScript Codex Dream Skin
MDX-Tom/gpt-5.6-instruct
1.8k★ · Python A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。
pixel-point/aval
1.1k★ · TypeScript A new open-source format for interactive video on the web, with a built-in state machine, frame-accurate transitions, and packed-alpha transparency.
littledivy/mimic
1.1k★ · Python Intercept any app, then call it from Python like a library
Read this weekend
How Microsoft Ships Thousands of Production AI Agents
The most concrete write-up this week on the operating discipline behind production agents at scale — per-agent identity, retrieval-as-sub-agent, rubric evals with auto-improvement loops. Reads directly onto your three-tier architecture and agent-skills thinking.
Quote of the week
The shared language of a software project is not English or Python but it is the common understanding of what its concepts mean, where the boundaries are, which invariants matter, who owns what, and why the system has the shape it does.
— Armin Ronacher, via Simon Willison · link
Sources unavailable this week: r/ChatGPTCoding top, r/ClaudeAI top, r/LocalLLaMA top, r/MachineLearning top
Auto-curated weekly by Claude Opus 4.7 from Apple ML research, Ben’s Bites, Cursor changelog, Don’t Worry About the Vase (Zvi), Exponential View (Azeem Azhar), GitHub: anthropics/claude-code, GitHub: cline/cline, GitHub: ggml-org/llama.cpp, GitHub: huggingface/transformers, GitHub: ollama/ollama, GitHub: sgl-project/sglang, GitHub: vllm-project/vllm, GitLab blog, Google DeepMind blog, Hamel Husain, Hugging Face blog, Interconnects (Nathan Lambert), LangChain blog, Latent Space, Lenny’s Newsletter, NVIDIA developer blog, Not Boring (Packy McCormick), OpenAI blog, SaaStr (Jason Lemkin), Simon Willison, Sourcegraph blog, TLDR AI, The Algorithmic Bridge (Alberto Romero), The Pragmatic Engineer (Gergely Orosz), Together AI blog, Tomasz Tunguz, Understanding AI (Timothy B. Lee), Vercel blog, smol.ai news. Source list and editorial profile maintained by Daniel.