DeepSeek shipped a Sonnet-5-class coder for pennies, and the open-weight price floor fell out from under everyone.
Top Signal
DeepSeek V4 Flash 0731 lands: Sonnet-5-class coding at ~1/50th of Kimi K3
platform change
HN Front Page, r/LocalLLaMA
DeepSeek pushed an updated V4-Flash to Hugging Face and the API. It's a sparse MoE with ~13B active parameters that ranks alongside Sonnet 5 and Grok 4.5 on DeepSWE, scores 50 on the Artificial Analysis index (one point behind GLM-5.2 and GPT-5.6 Luna), and beats DeepSeek's own V4-Pro-Preview — at roughly 50x lower cost than Kimi K3. The self-hosting math is the real story: one operator reports a 162GB Q8_K_XL Unsloth GGUF generating 16-18 tok/s on a single 40GB A100 with all experts on CPU, using under 16GB of VRAM. MXFP4 and IQ3 quants are already out. Today: re-run your own eval set against V4-Flash before renewing any frontier API commitment, and price the self-hosted path — a 13B-active MoE changes what 'too expensive to run' means. DeepSeek says V4-Pro follows soon.
Read more →
Fast Signals
Stateless MCP arrives with the 2026-07-28 spec — rethink your server design
platform change
Simon Willison
MCP 2.0 shipped Tuesday, and its statelessness is the change that matters: servers no longer need to hold session state, which makes serverless and edge deployment tractable. Simon Willison built two tools on it immediately, mcp-explorer and datasette-mcp. If you maintain an MCP server, read the spec now and check what session assumptions you can delete.
Link →
Harness design alone swung a 4B model from 60% to 82% accuracy
research to practice
r/LocalLLaMA
A LocalLLaMA experiment held the model and task fixed on a classification job and varied only the harness — prompt scaffolding, parsing, control flow — producing a 22-point accuracy spread. That gap is larger than most model upgrades you're considering. Before you swap models, instrument your harness.
Link →
smevals: a small eval suite that tests prompts and harnesses, not just models
new tool
Simon Willison
Willison and Jesse Vincent's Prime Radiant lab released smevals, deliberately scoped to be small enough that you actually run it. It treats the harness as a first-class variable alongside the model and prompt — exactly the axis the 4B experiment above shows dominates results. Bookmark it as the tooling answer to that problem.
Link →
LLM 0.32 adds content-addressable logs, plus a server that replays them
new tool
Simon Willison
LLM 0.32rc1/rc2 land content-addressable logging, and the companion llm-chat-completions-server 0.1a0 exposes that log store over an OpenAI-compatible chat completions endpoint. That combination turns your local prompt history into something you can point existing OpenAI-SDK code at. Useful for deterministic replay and for testing clients without burning API calls.
Link →
Tailscale publishes what its own network layer didn't stop at Hugging Face
emerging signal
HN Front Page
A vendor postmortem on the July agent intrusion, notable because it documents where network identity and segmentation failed to contain the attack rather than claiming they would have. Read it as a threat model for your own agent infrastructure: identity at the network edge doesn't help once the agent itself is the compromised principal.
Link →
The DeepSeek V4 paper has a buried lesson about retries
research to practice
r/LocalLLaMA
A reader pulled out a detail on retry behavior from the V4 technical report that generalizes beyond DeepSeek's training setup to agent loops. Worth twenty minutes if your production agent leans on naive retry-on-failure, which most do.
Link →
Radar
waste: Kimi K3 in 29 GB of RAM at 0.50 tok/s
An sqliteai project running a 2.8T-parameter model on a workstation by aggressively offloading to disk. Unusable for interactive work, but it's a working reference for extreme-offload inference if you have overnight batch jobs and no cluster.
Link →
TurboFieldfare ported to Qwen 3.6 35B — 1.4 GB RAM
Yesterday it was Gemma 4 26B in 2 GB; today the same paging technique lands on Qwen 3.6 35B in less. If the approach generalizes this fast, the on-device size ceiling is moving weekly.
Link →
BitBang: reach NAT'd machines from a browser, no account
A small CLI that exposes machines behind NAT to a browser session without signup or a hosted relay account. Bookmark for agent sandboxes and home-lab inference boxes you don't want to put on a vendor's control plane.
Link →
tuicr: code review TUI with vim keybindings
A Rust TUI for reviewing diffs locally, exporting to GitHub, GitLab, or clipboard. Directly relevant if you're drowning in agent-generated PRs and want review outside the browser.
Link →
Meituan drops LongCat-Flash-Lite-Sparse
Another sparse mid-size open-weight release, this one lost in the DeepSeek noise. Worth a look if you want something faster than a 120B-class model without dropping to 27B quality.
Link →
Convergence Watch
deepseek v4 flash
TRENDING
13 mentions across r/LocalLLaMA, HN Front Page
Went from a single benchmark mention on 07-26 to dominating both sources today — release, quants, benchmarks, and hardware reports all within 24 hours. The compressed weights-to-GGUF-to-verified-throughput cycle is itself the signal: open-weight releases now become deployable the same day.
kimi k3
TRENDING
2 mentions across HN Front Page, r/LocalLLaMA
Present 6 of the last 7 days, but today's mentions are comparative rather than primary — K3 is now the benchmark others are priced against, and DeepSeek undercut it by ~50x. Watch whether K3 stays the open-weight ceiling or becomes the expensive option.
STALE: Latent Space newest item is >48h old