Cheap Coders Change Routing
7 stories · ~7 min read

If You Only Read One Thing
The weekend's useful AI signal is not that every agent needs a bigger frontier brain; it is that agent products are being rebuilt around cheaper workers and heavier workbenches. Kimi K2.7-Code makes coding-model routing a cost question, while NotebookLM's cloud-computer turn makes research agents a workspace question. Start with Moonshot's model card, because the numbers expose the new floor.
Kimi Prices The Worker
Kimi K2.7-Code is not a clean "open model beats frontier model" story. It is more interesting than that: it makes the second-best coding model cheap and deployable enough to become a default worker in agent routers.
Moonshot's Kimi K2.7-Code is a 1T-parameter mixture-of-experts model with 32B active parameters, 256K context, MLA attention, image and video input, and first-party examples for vLLM and SGLang. The model card frames it as a coding-focused agentic model built on K2.6, with roughly 30% lower thinking-token usage than K2.6 and gains on long-horizon coding tasks. The self-reported table is deliberately not a victory lap: Kimi trails GPT-5.5 on Kimi Code Bench v2 and Program Bench, trails Claude Opus 4.8 on MLS-Bench Lite and MCP Atlas, and leads Claude on MCP Mark Verified. Kimi's own platform page also lists K2.7 Code at $0.95 per million input tokens, $0.19 per million cache-hit tokens, and $4.00 per million output tokens.
Why it matters: The practical question is not whether Kimi is the single best coding model. The question is whether a router can spend frontier-model calls only when the marginal quality is worth it. Coding agents already split work into planning, repo search, patch generation, test repair, review, and summarization. If a 32B-active MoE can cover much of the patch-and-summarize loop at a lower token price, the frontier model becomes the scarce escalation path rather than the default executor. That changes eval interpretation: raw pass rate still matters, but cost-normalized pass rate and cache-friendly long-context behavior start deciding the production choice. The strongest falsifier would be independent agent runs showing that Kimi's cheaper calls create enough retries, bad patches, or review overhead to erase the price advantage.
Room for disagreement: The benchmark package is still mostly vendor-controlled, and the model card's comparisons mix native tool scaffolds, effort modes, and in-house suites. That does not invalidate the release; it limits the conclusion to routing economics until independent coding-agent harnesses catch up.
What to watch: The next signal is whether Aider, Artificial Analysis, SWE Atlas, or SWE-bench Pro publishes K2.7 results that separate raw task success from dollars per resolved task.
NotebookLM Finds The Workbench
Google's NotebookLM upgrade looks like a product feature release. Under the hood, it is a stronger claim about where agent capability should live: not only inside a chat model, but inside a source-grounded workspace that can gather materials, run code, and generate artifacts.
Google says NotebookLM now runs on Gemini 3.5 and Antigravity, with each notebook getting a secure cloud computer for code execution and more than 100 curated software skills. The old NotebookLM workflow started with user-provided sources and returned source-grounded summaries, Q&A, and audio-style outputs. The new workflow can begin from a loose question, guide source-repository construction in chat, run code for analysis, and emit charts, PDFs, spreadsheets, structured data, and PowerPoint files. Google claims the upgraded system beats the prior version by more than 65% on average across its top evaluation dimensions, including 69.9% on large-document analysis and 78.2% on web research and source discovery.
Why it matters: The architecture of "agent product" is shifting from answer box to bounded workstation. The hard part of research work is not merely producing fluent text from a prompt; it is maintaining source lineage, deciding when to fetch more evidence, running analysis in a controlled environment, and turning the result into a durable artifact. NotebookLM's constraint is also its advantage: the notebook boundary gives the system a place to keep context, sources, generated files, and execution state. That makes it different from a generic chatbot with a file upload button. The product bet is that users will trust an agent more when its working set is visible and bounded, even if the underlying model is not always the absolute frontier.
Room for disagreement: Google's eval claims compare the new NotebookLM to its own prior system, not to Claude Code, Codex, Perplexity, or a hand-built research stack. The rollout is also limited to Google AI Ultra users and Workspace business accounts with specified AI access, so the immediate practitioner surface is gated.
What to watch: The important variable is exportable provenance. If generated slides, spreadsheets, and reports preserve source lineage and executable steps, NotebookLM becomes a serious research substrate. If not, it is a polished artifact generator with better retrieval.
The Contrarian Take
Everyone says: The weekend's AI story is Fable access drama on one side and yet another open coding model on the other.
Here's why that's wrong (or at least incomplete): The deeper pattern is routing and workspace design. Kimi matters because the next agent stack may reserve frontier models for scarce judgments and route routine execution to cheaper coding specialists. NotebookLM matters because the agent boundary is moving from chat transcript to workbench: source store, cloud computer, generated files, and state. The model is no longer the whole product.
Under the Radar
-
SWE Atlas makes codebase Q&A less decorative. Scale's SWE Atlas QnA leaderboard asks agents to answer repository-specific questions in a sandbox with shell access, then grades against human-reviewed rubrics. Scale says models that report above 80% on SWE-bench can score around 35% here. That is a useful correction: patching a bug and understanding a codebase are related, not identical.
-
Claude Code made usage attributable. Claude Code 2.1.174 added
/usageattribution in VS Code, breaking out cache misses, long context, subagents, skills, agents, plugins, and MCP over 24-hour or 7-day windows. That is not a flashy capability, but it is the accounting layer agent teams need before "the agent was expensive" becomes actionable. (Source)
Quick Takes
-
Kimi's serving story is part of the release. The model card does not just publish weights; it gives vLLM and SGLang paths, OpenAI-compatible examples, 256K context, and a modified MIT license. That is why the release matters more than a leaderboard screenshot: it is packaged for router experiments and self-hosted agent runs. (Source)
-
Artificial Analysis is converging on cost-aware agent evals. Its homepage now surfaces a Coding Agent Index built from DeepSWE, Terminal-Bench v2, and SWE-Atlas-QnA, alongside cost and execution-time views. That is the right direction: the production question is not just "which model passed?" but "what did the pass cost, how long did it take, and under which scaffold?" (Source)
-
Google turned report generation into execution state. NotebookLM's new output formats include PDFs, DOCX, markdown, CSV, JSON, Excel, PowerPoint, images, charts, and editable artifacts. The key shift is not formats; it is that source gathering, code execution, and artifact creation now live in one notebook boundary. (Source)
The Thread
Today's thread is that agent performance is moving into two control planes outside the base model. The first is routing: which model gets the next step, how much context it sees, and whether the task justifies a frontier call. Kimi K2.7-Code pressures that layer because good-enough coding tokens are becoming cheap enough to make escalation a policy choice. The second is workspace state: where sources, code execution, intermediate files, provenance, and outputs live. NotebookLM pressures that layer because research agents become more credible when the workbench, not the chat window, is the durable unit. SWE Atlas, Claude Code usage attribution, and Artificial Analysis all point to the same demand: agents need to be measured as systems.
Predictions
New predictions:
- I predict: By 2026-07-31, at least one independent coding-agent leaderboard among Artificial Analysis, Aider, SWE Atlas, or SWE-bench Pro will publish Kimi K2.7-Code results and show it ahead of at least one frontier model on cost-normalized coding performance while trailing GPT-5.5 or Claude Fable 5 on raw success rate. (Confidence: medium; Check by: 2026-07-31)
Generated: 2026-06-14 03:54 EDT
Tomorrow morning in your inbox.
Subscribe for free. 10-minute read, every weekday.