Unauthorized AI Agent Execution Code Published to OpenVSX in...
OpenVSX releases of Aqua Trivy 1.8.12 and 1.8.13 contained injected natural-language prompts that abuse local AI coding agents for system inspection a...
In my mind, errors are divided into two categories. Expected errors, which are part of normal operation, aren't the developer's fault, and should be handled. Unexpected errors are the developer's fault, likely indicate a bug, and are allowed to crash.
The Current State of Content Negotiation for AI Agents (Feb 2026)
Only 3 of 7 major AI agents request markdown via the Accept header. Learn which agents support content negotiation, why it cuts tokens by 99%, and how to make your site agent-friendly.
Dictionary Compression is finally here, and it's ridiculously good
Dictionary compression could completely change how applications send data over the web. It's recently gained broad support, and offers absurd real-world...
Guillermo Rauch on X: "I started the @nextjs you know today from a 𝚁𝙴𝙰𝙳𝙼𝙴.𝚖𝚍 specification. That was the singular commit that set it on the trajectory you see today. We proceeded to furiously write code for weeks as we saw a unique window to disrupt the React ecosystem, which primarily https://t.co/njx0FmgeIR" / Twitter
We proceeded to furiously write code for weeks as we saw a unique window to disrupt the React ecosystem, which primarily
Unicode Explorer using binary search over fetch() HTTP range requests
Here's a little prototype I built this morning from my phone as an experiment in HTTP range requests, and a general example of using LLMs to satisfy curiosity. I've been …
Durable event streaming for serverless. Publish messages to topics and process them reliably with managed consumer groups, automatic scaling, and built-in retries.
Building reusable abstractions on top of libraries that rely on type inference can be deceptively difficult, which is why we need better ways to build those abstractions ...