DEV Community

Walker Miller profile picture

Walker Miller

404 bio not found

Joined Joined on 
Postmortem: the agent that spent $200 retrying a 400

Postmortem: the agent that spent $200 retrying a 400

Comments
9 min read
The caller gave up ten minutes ago: orphaned retries in agent fleets

The caller gave up ten minutes ago: orphaned retries in agent fleets

Comments
5 min read
Failure modes in multi-agent teams: how a crew of agents breaks differently

Failure modes in multi-agent teams: how a crew of agents breaks differently

Comments
5 min read
Your agent's failures are silent: measuring failure modes in production

Your agent's failures are silent: measuring failure modes in production

Comments
5 min read
Loop drift: how agents convince themselves they're making progress

Loop drift: how agents convince themselves they're making progress

Comments
7 min read
Why a long agent run costs O(N ) tokens — and how to flatten it

Why a long agent run costs O(N ) tokens — and how to flatten it

Comments
5 min read
Your LLM-as-judge is lying to you

Your LLM-as-judge is lying to you

Comments
8 min read
Your retry just sent the email twice: idempotency keys for agents

Your retry just sent the email twice: idempotency keys for agents

Comments
7 min read
One bad step, N bad steps: how agent failures cascade

One bad step, N bad steps: how agent failures cascade

Comments
7 min read
Distributed retry patterns: bounding blast radius across a fleet

Distributed retry patterns: bounding blast radius across a fleet

Comments
6 min read
Evaluating your evals: how to know the LLM judge is right

Evaluating your evals: how to know the LLM judge is right

Comments
5 min read
Designing tools an LLM won't misuse

Designing tools an LLM won't misuse

Comments
7 min read
Debugging a failed agent run costs more than the run itself

Debugging a failed agent run costs more than the run itself

Comments 1
6 min read
Best-of-N is prepaid retries: the cost math of racing parallel attempts

Best-of-N is prepaid retries: the cost math of racing parallel attempts

Comments
5 min read
Your token bill is the cheap part: dimensioning the real cost of an agent

Your token bill is the cheap part: dimensioning the real cost of an agent

Comments
7 min read
The context window is a cache, not a memory

The context window is a cache, not a memory

Comments
8 min read
Context window sizing for fine-tuning: how long should your training examples be?

Context window sizing for fine-tuning: how long should your training examples be?

Comments
5 min read
Context contamination: why retrying the same prompt makes it worse

Context contamination: why retrying the same prompt makes it worse

Comments
6 min read
Compaction is a lossy operation

Compaction is a lossy operation

Comments
5 min read
Cheap first, smart later: model routing that cuts cost without cutting quality

Cheap first, smart later: model routing that cuts cost without cutting quality

Comments
6 min read
loading...