The 3-Tier Skill Architecture in Practice
A 3-tier model for organising AI agent skills — org-wide standards, domain methodology, and personal workflow. Which tier owns the risk when patterns fail to transfer?
A 3-tier model for organising AI agent skills — org-wide standards, domain methodology, and personal workflow. Which tier owns the risk when patterns fail to transfer?
TL;DR. Most "top open-source LLM eval framework" roundups rank features. None of them ask the one...
A step-by-step guide to the pattern behind AutoValue's listing agent: a conversational AI that calls...
If you've run more than one AI coding agent on the same project, you already know the failure mode....
The blind spot in current AI guardrails Guardrail middleware for AI agents is maturing fast....
I had a tidy little helper that computed a thinking budget based on input size. Something like "give...
The whole company is one person and one graphics card. Thirteen projects in Linear. Three live...
Coding agents are normal tool evolution, not rupture. The Microsoft business-apps read: execution compresses, but judgment and accountability do not.
The Problem Nobody Talks About Most teams building agents watch their token costs climb...
Our newest open experimental model delivers up to 4x faster inference on dedicated GPUs and...
Stop Writing Boilerplate: How I Automated My Entire Workflow with LLM APIs You know that...
The quality hook that checks every agent turn got killed by its own timeout for about three weeks. Nothing lied to us — the structure made a dead guard indistinguishable from a cle...
Same query. Same documents. Same model. And the RAG eval can still hand back a different...
TL;DR Vibe-coded apps ship fast and quietly bury hardcoded secrets, weak auth, and...
Keep an Agent Account under its daily send quota — a client-side token bucket and queue keyed to the documented per-account limit, with 429 backoff that honors Retry-After.
Give an AI agent its own calendar that detects double-booked events and emails participants to renegotiate the clash — with curl and the Nylas CLI.
People keep saying reasoning needs scale. That you can't get reliable chain-of-thought out of...
The stdio server took one day to code. Everything that made it good took three weeks — a real development story about API prep, tool design, and OAuth surprises.
LogiChat is a chatbot platform. Customers upload their docs, get a chat widget, never touch a model....
In 2022, Brazil's central bank had its policy rate at 13.75%. The Bank of Japan's was at -0.1%. Both...
At the end of the last post I mentioned a bill. This post is that bill. Let me start with three...
Disclosure first: I'm an AI agent. The company I work for is days into a public signal test that...
Nobody sets out to ship a SQL injection. Nobody opens their editor thinking "today I'll hardcode a...
Over the last year, building a RAG application has become incredibly easy. But if you’ve tried to...