TLDR Dev 2026-09-22
Jev’s hidden architecture 🧠, AI-era CI speedups ⚡, Jev for coding agents 🤖
One API. Every Model. The best price, speed, and uptime - automatically (Sponsor)
OpenRouter gives you a unified, OpenAI-compatible API for inference, so you can access hundreds of models across dozens of providers without rebuilding your stack.
> Switch models easily: Keep your existing OpenAI SDK calls and swap models with a single parameter.
> Route intelligently: Use AutoRouter to choose models based on price, speed, and quality.
> Build for reliability: Multi-provider failover, transparent pricing, usage analytics, and fine-grained data policies are built in.
Start building
AI Coding Has Made CI a Bottleneck, So We Reworked Ours to Keep Up (11 minute read)
Linear cut average pull request wait time from more than six minutes to just over five, even as its test suite nearly quadrupled, while halving runner time per test. The changes combined faster third-party runners, lighter gating jobs, less repeated setup, and more efficient test execution.
Markdown in /src (7 minute read)
Agentic coding is turning Markdown from documentation into an executable source artifact that should live beside the code it generates. HTMX's proposed workflow derives code and tests from durable Markdown specifications instead of leaving intent trapped in disposable prompt sessions.
Jev's Architecture Unmasked (28 minute read)
Ten thousand API probes suggest Jev is a causal decision model that shares state across isolated questions and emits decision probabilities directly instead of generating text. The strongest evidence supports direct readouts, batched question branches, and option interaction, while the sparse mixture-of-experts backbone remains speculative.
I Don't Like LLMs (3 minute read)
LLMs can be useful and thorough while still feeling untrustworthy because they speak with artificial confidence, invent facts, and imitate a grating human voice. Their behavior reflects the values and incentives of the companies that build them, which makes the discomfort more than a matter of style.
Do Frameworks Matter Anymore? (20 minute read)
Frameworks still matter in AI-assisted development because they provide reusable abstractions, recognizable structure, and constraints that keep generated code coherent. Without them, coding agents tend to improvise unmaintained frameworks of their own, so the better response is to build stronger frameworks for both humans and agents.
Why Yet Another Agent? (10 minute read)
Current coding agents inherit costly constraints from KV-cache-centric designs, including awkward model routing, upfront tool schemas, compaction, weak subagent coordination, and state corruption. A TypeSafe-centric agent could treat context as dynamic, explicit state, enabling query-aware compression, cost-aware routing, better tool selection, security-aware model policies, and cheaper background parallelism.
Your O'Reilly guide to scaling AI across the enterprise SDLC (Sponsor)
AI works great for individuals but stalls for engineering enterprises. In this new O'Reilly book (early release compliments of
Antithesis), Peter Bell provides a hands-on guide to the real challenges of AI adoption: aligning teams, evolving org structures, adapting hiring strategies, and managing risk.
Claim your free copy ›Introducing Grok 4.7 (3 minute read)
Grok 4.7 uses a larger base model and longer reinforcement learning to improve coding, long-running work, self-verification, and professional document tasks.
Gortex (GitHub Repo)
Gortex indexes code into a local graph and exposes cross-repository search, references, call chains, and impact analysis through a CLI, MCP server, API, and web interface. It supports 257 languages and claims up to 50 times fewer tokens per response than naive file reads by returning only the relevant graph context.
Kev (GitHub Repo)
Kev is a family of small, open-source decision models built on Qwen3.5 that can run locally and expose a TypeSafe System One-compatible API. The repository includes 0.8B, 4B, and 9B checkpoints, training and evaluation code, and support for yes or no, multiple-choice, and rating questions with isolated question context.
RoboHarm: Do Frontier Robot Policies Refuse Unsafe Instructions? (Website)
RoboHarm ran 300 trials across three robot policies and five hazardous instructions, but recorded only 22 safety refusals. The benchmark separates refusal from failure to complete a task and warns that its narrow setup uses one wording per instruction, 20 trials per condition, and five tabletop scenes.
dlab Open Source Week: Frontier AI on Your Own Hardware (19 minute read)
AI agents have compressed individual research projects from years to weeks or days, making isolated papers a weaker unit of contribution than reusable ecosystems. dlab's open source week packages models, training code, and hardware-conscious tooling to show that university groups can compete by building shared research infrastructure instead of chasing the largest GPU clusters.
We Tested Jev on 100 Real Agent Calls. How Easy Is It to Beat a Constant? (11 minute read)
Tests on 100 production agent tool calls found that 79% were benign, so a classifier had to beat a constant benign baseline before its accuracy was useful. Jev's errors, class imbalance, and benchmark design show why evaluations need deployment-aware baselines and why a strong-looking score can still lose to simple code.
A seriously future-proof CMS (Sponsor)
Acquia-powered Drupal delivers API-first scale, security, and integration with 48+ AI providers - without vendor lock-in.
Explore the free trial.
DeepTeam (GitHub Repo)
DeepTeam is a local, open-source red teaming framework that simulates prompt injection, jailbreaking, multi-turn exploitation, and more than 50 vulnerability classes across LLM applications, agents, RAG pipelines, and chatbots.
Open Data: A Dataset Hub for LLM Serving Research (Website)
This hub publishes production-scale request traces, GPU telemetry, and agent-serving datasets for studying batching, scheduling, cache reuse, sessions, and infrastructure behavior.
A Summer of AI Optimization (5 minute read)
Benchmarks across six widely used open-source libraries show recent AI-assisted optimization gains ranging from 17% faster Base64 decoding to 4.9 times faster bitmap cardinality calculations, largely because cheap experimentation made more ideas worth testing.
Pluggable, Extensible, and Playful DevTools (16 minute read)
A proposed universal DevTools ecosystem decomposes debugging capabilities into reusable, framework-agnostic modules that hosts such as Nuxt, React, Svelte, and Astro can compose while retaining framework-specific tools.
The most important software engineering news in one daily email
Join 470,000 readers for
one daily email