Trace Sampling for LLM Apps: Keep the Spans That Matter, Drop the Rest
Storing every LLM trace at full fidelity gets expensive fast. Here is a sampling policy that keeps the errors, the slow calls, and the eval set.
Storing every LLM trace at full fidelity gets expensive fast. Here is a sampling policy that keeps the errors, the slow calls, and the eval set.
Ask your AI coding assistant which Global Secondary Indexes exist on your Orders table. It will read...
Filomena is a local harness I built to run a few Claude Code agents from one terminal. Six months of...
JSON for the payload, XML tags for the wrapper. Which format survives nesting, partial streams, and a model that wandered off-schema.
Pre-filter by metadata to shrink the search space before the vector index runs. The recall lift, the cardinality trap, and the code.
On June 9, 2026, Anthropic released Claude Fable 5, which was described as the most capable AI model...
It took nine days to rewrite all of Bun from Zig to Rust using an LLM and get the new code to the...
86 tools. Zero backend. One person. Two hospital visits. $200 in tokens in 24 hours. This is what...
I see a lot of posts hunting for the secret Cursor setting that unlocks 10x productivity. After using...
I’ve been building a personal AI assistant for the past few months. You know the kind: you chat with...
Son of Anton is a delivery orchestrator for solo devs and small teams. Three human gates; the orchestrator owns everything in between. Runs on any agent that reads AGENTS.md.
You know about LLMs (Large Language Models), but how are they created? Let's build our own to find...
Most of the "Cursor vs Claude Code" takes I read are framed wrong. It's not a cage match. They're not...
TL;DR Traditional decoupled ETL pipelines (like the "Modern Data Stack") are too brittle...
I've observed fundamental differences between struggling with the overall stability and performance...
Most of the code being written right now is not being written. It is being generated, glanced at, and...
CORE had telemetry. That was the comforting part. Every LLM exchange was being logged. Prompt...
After a year of nights and weekends, I shipped Lucidcast — an Android podcast player I built because...
My first impressions of Fable 5 before it was suspended. Best way to use Fable 5 is to start with...
A practical guide to building effective Claude Code skills, from guardrails and workflows to reflection loops and token economics. Includes real experiment results.
NeuralBridge is an embedded self-healing SDK for LLM-powered AI agents. pip install in seconds, zero infrastructure.
Playwright MCP permite que un agente controle un navegador real, pero no reemplaza una suite de...
AI agents are getting good at doing things — triaging your inbox, updating a Notion doc, opening a...
AI agents are becoming less like single chatbots and more like extensible runtimes. Instead of using...