Distill Coding Agent Learnings
Stop feeding coding agents permanent context. Give them explicit scope, selective recall, temporary working memory, verification, and a human-governed learning loop.
Stop feeding coding agents permanent context. Give them explicit scope, selective recall, temporary working memory, verification, and a human-governed learning loop.
Working late nights on server migrations and code architectures often means typing in low-light...
This week's tooling news clusters around two themes that don't usually arrive together:...
A single agent — one model, a system prompt, a handful of tools, and a loop — gets you surprisingly...
The code that silently uploaded entire repos to Google Cloud is still in the "open source" release — just disabled. Here's what's actually in the diff.
As a developer who's worked on numerous web applications, I've always been fascinated by the...
You can optimize for AI search forever without knowing whether it works. Here's a pennies-a-week probe that fires the questions your users would ask a grounded model, checks whethe...
Copy-paste Claude Code hook examples: auto-format after edits, block dangerous commands, and the Stop hook that forces a final check without an infinite loop. Real settings.json co...
turva.dev runs on one rule: own the surfaces that carry your value, do not rent them. That rule moved...
Code generation has shifted. The majority of code calling a new pub.dev package is no longer typed by...
Sometimes the answer isn't missing. It's just scattered. A few weeks ago I caught myself doing...
Fuse 4.2 is an open source .NET global tool that runs as an MCP server or from the command line. I...
Your agent decides. Code decides whether it is allowed to act. A deterministic safety gate for AI agents. Plain Python, no deps.
In the first post of this series we built a working AI chatbot in Laravel. It had one problem every...
BrowserAct vs Agent Browser: A Hands-On Stealth Execution Comparison Cloudflare and...
Before AI coding tools, building software often meant spending hours debugging, reading...
Every product I've worked on in the last two years has eventually gotten the same request: "Can we...
Every few months there's a new wave of "AI just made developers obsolete" takes, and every few months...
Quand j'avais seize ans, une lecture d'été a laissé en moi une marque qui ne s'est jamais effacée....
The biggest paradox in Web3 identity is that while we demand privacy in the real world, our on-chain...
"usage limit reached." Mid-flow, at the worst possible moment. What if that line never landed when...
Today you can hand a GoodBarber app to an AI agent and talk to it like a colleague: "publish this...
As AI becomes part of modern web applications, one feature I've been working on is automatically...
Series: Building a Modular Assessment Engine (8/10) The previous posts covered individual modules....