A lab nobody covered yesterday shipped three open-weight models — and a 397B that codes.
Top Signal
Ornith-1.5 ships 9B/35B-A3B/397B open weights with a self-improvement loop
emerging signal
HN Front Page, r/LocalLLaMA
Ornith-1.5 arrived as three open-weight releases — a 9B, a 35B-A3B MoE, and a 397B reporting DeepSWE 56 — alongside a writeup framing the jump from self-scaffolding (model writes its own harness) to self-improvement (model uses that harness to train itself). It hit the HN front page and two separate r/LocalLLaMA threads within hours, from a lab that appeared in zero briefings last week. The 35B-A3B is the one to grab: r/LocalLLaMA immediately branded it 'we have Q3.8 35B at home,' i.e. the sparse-active mid-size slot Qwen teased on 08-15 but hasn't shipped. On a 24GB card, a 3B-active MoE is a genuinely different latency profile than dense 27B. Do this today: pull Ornith-1.5-35B-A3B and 9B from HuggingFace and run them against your own agentic eval, not DeepSWE. Read the self-improvement writeup for the scaffolding pattern even if you skip the weights.
Read more →
Fast Signals
Unsloth Dynamic 3.0 GGUFs change which quant you should be downloading
platform change
HN Front Page, r/LocalLLaMA
Unsloth shipped a third-generation dynamic quantization method and re-cut the Qwen3.8-27B GGUFs under it — HN front page plus two r/LocalLLaMA threads in one day. Dynamic quants assign per-layer bit widths instead of one uniform setting, so a v3 file at the same size is not the same model as your v2 download. If you pinned a GGUF this month, re-pull and re-run your eval before assuming parity.
Link →
DFlash2 hits 138 tps on one power-limited 3090 — with receipts this time
new tool
r/LocalLLaMA
Yesterday DFlash2 was an announcement; today it's a benchmark. The same builder who published an 82-tps Qwen3.8-27B engine for the RTX 3090 three days ago now reports 138 tps single-request on a 250W-limited card, and a separate thread claims up to 4x speedup. That's consumer-hardware inference moving a generation in a week. Worth reproducing before you spec new GPUs — all evidence is still single-source.
Link →
The 'Qwen3.8 overthinks' consensus gets a technical rebuttal
research to practice
r/LocalLLaMA
A widely-upvoted r/LocalLLaMA post argues the community is anthropomorphizing intermediate tokens: long reasoning traces aren't the model 'overthinking,' they're a decode-length distribution you're misreading as a defect. This directly contradicts the budget-capping and temperature-0.7 folk fixes that circulated 08-16 and 08-17. If you clamped reasoning budgets on that advice, re-measure task completion — not token count — before keeping the cap.
Link →
smolvm as a sandbox for running untrusted LLM-generated Python and JS
new tool
Simon Willison
Simon Willison had Claude Fable 5 research whether smolmachines/smolvm works as an isolation layer for untrusted code, and published the findings as a repo. This is the missing primitive for any agent that executes what it wrote: a small VM is a far lighter answer than a container per call. Bookmark for when your agent graduates from suggesting code to running it.
Link →
OpenViking unifies agent memory, RAG, and skills in one context database
new tool
GitHub Trending
Volcengine open-sourced a 'self-evolving context database' that collapses three things builders currently wire separately — long-term memory, knowledge retrieval, and skill storage — into a single store. That's the fourth distinct agent-memory system to trend in five days (thoughtdag, wildstatic, ai-memory, now this). The category is consolidating fast; evaluate before you write another bespoke memory layer.
Link →
NVFP4 forced onto 2017 V100s matches a $6,000 RTX 5090
workflow
r/LocalLLaMA
A builder got four Volta V100s running Qwen 3.8 in NVFP4 natively — a format designed for Blackwell — and reports parity with a 5090. If the technique generalizes, the used-datacenter-GPU market just became viable for FP4 inference again. Highly experimental, one person, no independent replication yet; treat as a cost-model input, not a purchase order.
Link →
OpenRouter/Stripe is now confirmed, not rumored
platform change
HN Front Page
OpenRouter published the acquisition post; the $7B+ figure floated on 08-16 was real. The builder consequence is unchanged and worth acting on: your model-routing layer and your payments layer are now one vendor. Keep a provider-direct fallback path configured so a future billing or ToS change isn't a migration.
Link →
Radar
Ling-3.0 releases 6 base and mid-trained checkpoints
AntLing open-sourced pre-trained, mid-trained, and WSM-merged stages for Ling-3.0-tiny and flash — labs almost never ship mid-training checkpoints. If you fine-tune, starting from a mid-trained base instead of a chat model is a materially better initialization.
Link →
munder-difflin: a local multi-agent harness
A low-star GitHub Trending repo doing multi-agent orchestration entirely locally, with a live demo site. Worth a look if you're evaluating agent frameworks and want something without a hosted control plane.
Link →
The case for extensible software returning to the web
Jeremy Morrell argues LLMs collapse the cost of authoring extensions while modern sandbox primitives collapse the cost of running them safely — reviving plugin ecosystems as a product strategy. Pairs directly with today's smolvm sandbox item; the same primitive, viewed as a business model.
Link →
Conceptual integrity beats line count in AI-written codebases
Willison's argument from his Talking Postgres appearance: when generation is free, LOC stops measuring effort and starts measuring drift. A useful frame for reviewing what your agents committed this week.
Link →
Convergence Watch
qwen3.8
TRENDING
6 mentions across HN Front Page, r/LocalLLaMA
Seven straight days, but the story has shifted: nobody is arguing about capability now, they are shipping quants (Unsloth v3), inference engines (DFlash2), and hardware hacks (NVFP4 on Volta) around it. That is the tooling-maturity phase — the point where a model becomes infrastructure. Safe to standardize on.
ornith-1.5
3 mentions across HN Front Page, r/LocalLLaMA
Zero prior appearances, then HN front page plus two independent Reddit threads in one day. New-lab launches that clear both audiences simultaneously are rare and usually mean the weights are real rather than a paper. Watch whether independent evals land within 48 hours.
unsloth
3 mentions across HN Front Page, r/LocalLLaMA
The docs page hit HN while r/LocalLLaMA posted both the method and the re-cut Qwen GGUFs. Unsloth is quietly becoming the default quantization authority for local builders — meaning their format decisions now propagate to everyone's downloads within a day.
dflash2
TRENDING
2 mentions across r/LocalLLaMA
Second consecutive day with rising specificity — yesterday an announcement, today two threads with 3090 numbers. Still single-source and single-author, so this is an early signal rather than a confirmed one. Reproduce on your own card before it changes your hardware plan.
STALE: Latent Space newest item is >48h old