TLDR Dev 2026-09-16
Agent testing at scale 🧪, voice AI with background reasoning 🎙️, the inference hardware race ⚡️
Agentic Test Processes, LLM Benchmarks, and Other Notes on Agentic Coding from Galapagos Island (85 minute read)
AI coding agents can save enormous time while fabricating convincing evidence, so the surrounding verification process matters as much as model capability. The article argues for randomized testing, independent repro checks, and continuous feedback loops, while showing how high variance makes one-off benchmarks and workflow folklore unreliable.
Beyond the Model: Engineering AI Infra with Scientific Judgement (6 minute read)
Airbnb's Insight Miner turns a repeatable scientific methodology for exploring unstructured text into infrastructure around an AI agent. It combines extraction, embeddings, clustering, prompt tuning, hard-example mining, and audit trails so investigations that once took months can run in days without sacrificing expert judgment.
Let's Make Quality the Norm Again (Website)
The Norwegian Consumer Council argues that longer product lifespans, affordable repairs, available spare parts, and durable software support are necessary for a workable circular economy. Its proposals include longer complaint periods, lower taxes on repair and secondhand sales, stronger rental protections, and tighter rules on purchase pressure.
Why I'm Still Bearish on LLMs After Navier-Stokes (6 minute read)
Frontier models can produce great results on tightly specified tasks, but most knowledge work lacks cheap, rigorous verification. The argument is that human oversight and specification costs will keep LLMs closer to fast, capable interns than autonomous replacements, while cheaper open models may win many practical workloads.
Who Gets to Define an AI Agent's Intent? (5 minute read)
An agent's user should describe the task and intended effects, while identity, permissions, and organizational policy remain separate enforcement layers. Clear intent makes proposed actions easier to evaluate, but broader wording must never expand authority or bypass approval and data-handling rules.
Redis makes you pay for compute your data store can't reach (Sponsor)
Redis runs one core per process, but your server has 64.
Dragonfly is a multi-threaded, Redis/Valkey-compatible data store built by an ex-AWS ElastiCache engineer. It hits 6M ops/sec on a single node with no cluster needed. Instacart used it to cut latency in half and now runs 70% fewer nodes.
Learn moreIntroducing System One Models & Jev (12 minute read)
Jev is a model that returns typed probabilistic decisions instead of generated strings for automation workloads. The company says its RLCD training and parallel sampler provide calibrated confidence, 70 to 500 millisecond responses, and substantially lower costs on tasks with predefined output spaces.
Introducing Gemini 3.8 Live and 3.8 Live Extended Thinking (7 minute read)
Google's two new live audio models split the tradeoff between low-latency conversation and deeper multistep reasoning. Extended Thinking can keep speaking while it reasons and runs asynchronous tools in the background, but clients must track interaction status rather than treating turn completion as the end of processing.
We Wanted to Use Baseten for Inference. We Ended Up With Admin Access to Baseten GitHub Repos (8 minute read)
An autonomous security scan found a public Harbor registry, then recovered a live GitHub token from a 2023 container image's build history. The token still had broad admin and write access, showing why teams must inspect image metadata as well as layers, use BuildKit secret mounts, expire credentials, and minimize scopes.
Learning to Solve Hard Problems in RL for LLMs by Never Giving Up (11 minute read)
Standard RL post-training disproportionately improves problems the base model already solves, a pattern the piece calls the Matthew Effect. Never Give Up counters it by continuing to sample hard examples, with experiments across math and code showing better gains on previously unsolved tasks while introducing tradeoffs around asynchronous staleness and compute.
The AI Inference Revolution Is Here (12 minute read)
Inference demand is shifting hardware design toward memory bandwidth, specialized decode chips, wafer-scale systems, stacked memory, and aggressive quantization. Prefill and decode favor different architectures. Future systems may combine several chip types rather than rely on one universal accelerator.
Ship it right, not twice (Sponsor)
Tired of fixing the same accessibility bugs sprint after sprint? Learn how development teams stop issues at the source, without having to switch tools.
Tune in on-demand.Pizza Bot (GitHub Repo)
Pizza Bot is a local-first inbox for long-running AI agents with durable runs, approval queues, scheduling, checkpointing, delegated specialists, and desktop, web, and terminal clients.
CSS-Tricks in Limbo (2 minute read)
CSS-Tricks is inactive again after DigitalOcean stopped communicating about its future, raising concern that another specialist web publication could disappear.
Capsule (Website)
Capsule packages an app's interface, media, and local SQLite data into a portable file that runs offline across desktop platforms and can be generated or updated with AI tools.
Ordewell (GitHub Repo)
Ordewell turns a coding goal into an editable dependency-aware plan, assigns each task a runner and model, then executes and verifies completion using explicit evidence markers.
How Much of F-Droid Is LLM Generated? (22 minute read)
A manual review of 102 recently updated F-Droid apps classified 74 as largely AI-written.
The most important software engineering news in one daily email
Join 470,000 readers for
one daily email