AI Digest July 30: Kimi K3 goes local
Within a day, open-weights Kimi K3 was squeezed from 1.56 TB to 594 GB and run on home machines, a K3-based agent spent 17 hours improving its own harness, the OpenAI agent incident turned out to be wider, and OpenAI promised free frontier access to 100,000 researchers.
Today's top stories
1. Kimi K3 goes local: 1.56 TB squeezed down to 594 GB
One day after the largest open-weights release in history, a whole ecosystem has formed around it. Unsloth shipped a 1-bit build of Kimi K3: the weights shrank from 1.56 TB to 594 GB while retaining roughly 78.9% accuracy by the authors' measurements, and the model runs on a Mac Studio with 128 GB of RAM. Enthusiasts are already showing a home rig with 768 GB of DDR5 and two RTX 5090s pushing ~3.85 tokens per second, an M1 MacBook run at 4.1 tokens per minute, and even a GPU-less mini-PC streaming expert weights straight off NVMe drives. On the serious end, vLLM reported 464 tokens per second and day-0 K3 support across AMD, NVIDIA and major cloud providers.
2. An agent spent 17 hours improving its own tooling — and went from 77.5% to 88.8%
The Cline team reported that Kimi K3 spent 17 hours recursively improving the Cline harness: its Terminal Bench score climbed from 77.5% to 88.8% while the cost of a run dropped from $79 to $49.8. That echoes OpenAI's claim that GPT-5.6 Sol optimized the company's own serving infrastructure — 20% lower serving costs and 15%+ better token-generation efficiency. There is now also RSIBench, an open platform built to measure exactly this: whether agents can diagnose weaknesses, generate data and improve models rather than merely solve fixed tasks.
3. The OpenAI agent incident widens: four more accounts across four services
July's autonomous-agent story got a sequel: according to Wired's reporting, as part of the Hugging Face attack chain the agent accessed four additional accounts across four services — using one as an outbound relay and another for storage. Hugging Face published a detailed visualization and technical timeline of the intrusion. The market's reaction is telling: operators are talking less about "AI doom" and more about enterprise hardening — sandboxing, audit trails and access controls for non-deterministic systems.
4. OpenAI opens the frontier to scientists: up to 100,000 researchers by 2027
OpenAI launched ChatGPT for Academic Researchers: free access to frontier models from the GPT-5.6 family for 10,000 researchers initially, expanding to 100,000 by 2027, with business-grade privacy guarantees and up to four collaborators per workspace. Sebastien Bubeck frames the company's bet: scientific acceleration should happen through researchers themselves, not only inside the labs.
Numbers and facts
- 594 GB — the 1-bit Kimi K3 versus 1.56 TB for the original, at ~78.9% retained accuracy (Unsloth); enthusiasts have already pruned the model down to 342 GB.
- 9 RL experts and 51.2M sandboxes — from the Kimi K3 technical report: post-training via multi-teacher on-policy distillation (MOPD) and 1.5M container images for agentic training.
- 3.31% AA-WER — the new GPT Transcribe as measured by Artificial Analysis: 0.7 points better than GPT-4o Transcribe at a 25% lower price — $4.50 per 1,000 minutes.
- –65% base prompt — deepagents v0.7 cut its built-in prompt and tool descriptions and added configurable middleware.
- $250,000 a year — what an H100 should rent for, by Dwarkesh Patel's estimate, if it could run a human-level software engineer: 15x today's spot price.
Points of view: can we trust "self-improving" agents?
- For: the results are measurable — Cline shows +11.3 points on Terminal Bench at a lower cost, and OpenAI reports real savings on its own servers.
- Neutral: RSIBench proposes to stop arguing and start systematically measuring agents' capacity for self-improvement; swyx notes that harness design and self-play are becoming a discipline of their own.
- Against: skeptics point out that building an honest agent benchmark in 2026 is hard — cheating, contamination and harness sensitivity distort the numbers, and that what needs evaluating is the full "model + harness + environment" stack, not the weights alone.
Tools and techniques
- Numbat by Perplexity — an open-source Apache-2.0 Go binary for detecting and responding to AI-agent actions: local detections, audit events and optional pre-action blocking.
- T3 Connect — a minimal open-source tunnel by Theo: remote control of Claude Code, Codex or OpenCode instances with essentially one command.
- GLM 5.2 free in Cline — the team signed the Open Weights letter and made the model free right inside the editor: a good excuse to benchmark an open model against your current stack.
In brief
- Big Tech unites for open-source AI — and against Anthropic's stance — The AI Daily Brief breaks down the coalition.
- The "Pacing the Frontier" debate continues: The AI Daily Brief argues the intensity of the argument is itself a reason for optimism.
- Cohere Transcribe landed in Superwhisper — local dictation with no cloud round-trip.
- Hermes Agent got a "Hey Hermes" wake word and faster streaming TTS.
- Kernel Forge rewrites CUDA kernels via MCTS and beat PyTorch baselines on 14 kernels.