ThoughtsSeptember 21, 2026·5 min read
Agent telemetry can price every session to the penny and still can't say what the work was for. Labels attach intent while it's still known, and a few months of them becomes a dataset of engineering work indexed by why.
Read more →ThoughtsSeptember 2, 2026·9 min read
The cost of an engineering decision is not the cost of making it. It's the work the decision causes afterward. We traced one architecture decision through 474 agent session records: $4,704.74 downstream of a $57 design doc, and four metrics (reach, duration, rework, amplification) any team with session records can track.
Read more →ThoughtsAugust 24, 2026·5 min read
We analyzed two months of our team's sessions to find out what should become reusable knowledge. What we found is that repeatable work matters more than frequent work.
Read more →ThoughtsAugust 11, 2026·7 min read
I audited our agent sessions expecting to find wasteful repeat calls. Repeats were only 4%. The real money was in agents re-reading what they already knew, plus a permission-check tax we could finally put a price on.
Read more →ThoughtsAugust 5, 2026·6 min read
Your team keeps paying for the same solved problem, and because the tickets all close, nobody sees it happening. Repetition is evidence of a missing team capability, and standup is the detection layer that's been announcing it all along.
Read more →ThoughtsJuly 20, 2026·4 min read
Before companies use AI cost overruns to justify cutting people, they should terminate the agent workflows that consume money without producing reliable outcomes.
Read more →ThoughtsJuly 16, 2026·4 min read
One session, $100.66, 91% Fable 5 — for confirming rollout steps. Multiply that across 200 engineers and you have a budget conversation nobody is ready for. The paper console makes the numbers visible.
Read more →ThoughtsJuly 1, 2026·7 min read
Evidence gets a skill written. Evaluation keeps it worth keeping. A skill that isn't measured can silently make your agent worse, and, because skills execute, a wrong one does more damage than a wrong doc ever could. Here's why every skill needs an eval, and what a real one looks like.
Read more →ThoughtsJune 30, 2026·6 min read
Skills are about to become part of the AI engineering stack. If they don't carry provenance, we're just rebuilding prompt libraries with nicer names. A prompt starts with intention. A skill should start with evidence.
Read more →ThoughtsJune 15, 2026·5 min read
Frontier labs are paying a billion dollars a year for the same kind of session reasoning your team generates and deletes every night. The asset isn't the code the agent produced. It's the path the agent took.
Read more →ProductMay 25, 2026·12 min read
AI agent workflows are no longer single requests. They are stateful, branching systems that mutate their own context over time. Request logs, traces, transcripts, and bills flatten that structure. Teams need telemetry primitives that preserve session lineage, cache topology, and prompt shape.
Read more →