Skip to content
BekahHW

BekahHW

DevEx Lead

Bekah is a writer, community builder, and developer advocate. She founded Virtual Coffee, has worked across open source, developer education, and technical content, and brings a humanities-first lens to how people learn, build, and work with new technology.

bekahhw.com ↗
11 articles← All posts
ThoughtsSeptember 21, 2026·5 min read

Your Agent Work Is Already a Dataset

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

Don't Just Measure Code. Measure Engineering Decisions.

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 11, 2026·7 min read

How to Reduce AI Agent Costs

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 Standup Is a Search Query

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 1, 2026·7 min read

Stop Trusting Skills You Haven't Measured

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

Stop Writing Skills from Memory

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 →
ProductMay 25, 2026·12 min read

Prompt Caching Is Subsidizing Bad AI Architecture

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 →