I enjoy finding meaningful problems and building simple solutions around them. Startup enthusiast, product thinker, and lifelong learner.
7h ago
We keep talking about AI agent costs as: model price tokens requests
But agentic systems add another cost: uncontrolled execution.
An agent retries a tool 5 times.
Calls an expensive model when a cheaper one would work.
Loops through unnecessary steps. Hits APIs it didn't need.
Delegates work to another agent.
1
2