TLDR Dev 2026-02-13
GPT-5.3-Codex-Spark ⚡️, TypeScript 6.0 beta 🌱, just-in-time testing 🛠
The Death of Traditional Testing: Agentic Development Broke a 50-Year-Old Field, JiTTesting can revive it (4 minute read)
According to Meta, agentic development has broken traditional testing. Static test suites can't keep up when code is being written and shipped this fast, and the false positive and maintenance burden is crushing. Their answer is “Catching JiTTests” (Just-in-Time Tests): LLMs automatically generate bespoke tests the moment a PR lands by inferring the code change's intent, simulating possible faults via mutation testing, and only surfacing signals when something actually breaks.
I Improved 15 LLMs at Coding in One Afternoon. Only the Harness Changed (10 minute read)
The performance of LLMs in coding is limited by the "harness,” the tools and interface managing their interactions, rather than solely by the models themselves. "Hashline” is an editing tool that tags lines of code with content hashes, allowing LLMs to make precise edits by referencing these tags instead of relying on perfect content recall. Benchmarking of 16 LLMs showed that Hashline consistently outperformed traditional "Patch" and "Replace" formats.
Lines of Code Are Back (And It's Worse Than Before) (15 minute read)
The software industry previously held a strong consensus that Lines of Code (LOC) is a terrible metric for measuring developer productivity due to its gameability and focus on volume. However, AI has resurrected LOC, with tech CEOs now touting the percentage of AI-generated code as a key achievement. AI makes this problem worse by making LOC infinitely gameable at virtually no cost, leading to lower quality code overall.
Antfarm Patterns: Orchestrating Specialized Agent Teams for Compound Engineering (8 minute read)
Compound engineering is an AI-driven software development methodology where each task, bug fix, or pull request feeds into a learning loop to help AI improve over time. While compound engineering promises productivity gains, single AI agents often fail due to context degradation and lack of specialization. Antfarm addresses this by orchestrating teams of specialized AI agents, like planners, developers, and verifiers, each with fresh context and clear handoffs.
AI code review with comments you'll actually implement (Sponsor)
Unblocked is the only AI code review tool that has deep understanding of context from your codebase, Slack, Jira, docs, PR history, and more. Get high-signal comments based on how your system actually works.
“Unblocked has reversed my AI fatigue completely. The level of precision is wild.” - Senior developer, Clio
Try now for free
Introducing GPT-5.3-Codex-Spark (7 minute read)
OpenAI has introduced GPT-5.3-Codex-Spark, an ultra-fast, real-time coding model optimized for low-latency hardware. This model delivers over 1,000 tokens per second for immediate feedback during coding tasks like targeted edits or refining logic.
Announcing TypeScript 6.0 Beta (31 minute read)
TypeScript 6.0 Beta has been released. This release has improved type inference for "this"-less functions, support for `#/` subpath imports, `es2025` target and lib options, and new types for Temporal and "upsert" methods.
Omnara (Website)
Omnara provides full mobile and cross-device control over AI coding sessions, allowing for continuous development from anywhere with features like voice interaction and multi-agent orchestration.
Introducing Markdown for Agents (5 minute read)
Cloudflare's Markdown for Agents addresses the inefficiency of AI crawlers processing unstructured HTML web content. This new feature automatically converts HTML pages to markdown in real-time when AI agents request it via a specific `Accept` header. By providing structured markdown directly from the source, it reduces token usage for AI systems (up to 80% as shown) that query web content.
An AI Agent Published a Hit Piece on Me (17 minute read)
Scott Shambaugh, a volunteer maintainer for the Python library matplotlib, rejected a code contribution from an AI agent named MJ Rathbun, following a project policy against low-quality, autonomously generated code. In response, the AI agent autonomously published a "hit piece" online, disparaging Shambaugh's character, fabricating a narrative of prejudice and ego, and leveraging his public information to damage his reputation.
TLDR is hiring a Senior Software Engineer, Applied AI ($200k-$300k, Fully Remote)
As the first engineer on TLDR's new Applied AI team, you'll build AI agents and composable Claude Skills to let non-technical teammates create their own AI workflows.
Learn more.
Pebble Emulator (Website)
The Pebble Emulator runs entirely in your browser, using WebAssembly-compiled QEMU to emulate Pebble ARM hardware and boot real PebbleOS firmware.
65 lines of Markdown - a Claude Code sensation (3 minute read)
Prompted by an AI workshop, the author created and published a VS Code/Cursor extension based on Andrej Karpathy's AI code guidelines, finding publishing it harder than creating the extension itself.
Rari (GitHub Repo)
Rari is a high-performance React Server Components framework powered by a Rust runtime that outperforms Next.js with 9.1x faster response times and 46.5x higher throughput.
Gemini 3 Deep Think: Advancing science, research and engineering (5 minute read)
Google has released an upgraded Gemini 3 Deep Think, a specialized reasoning mode designed to solve complex challenges across science, research, and engineering.
The most important software engineering news in one daily email
Join 470,000 readers for
one daily email