Tag: patterns
All the articles with the tag "patterns".
-
Autonomous Agents Break Flat-Rate Pricing
The problem with AI subscriptions is not that vendors are greedy. It is that autonomous agents turn flat-rate pricing into a bad fit for the actual cost shape of the work.
-
How To Optimize Agent Subscriptions Without Getting Tricked
The best way to get more out of Claude, Cursor, Codex, Devin, Copilot, Gemini, and Perplexity is not clever prompting. It is operational discipline around scope, context, retries, and reset timing.
-
Reset Windows Are Product Design
Five-hour resets, rolling 24-hour restores, daily caps, weekly quotas, and monthly credits are not billing details. They are the actual behavior design of AI subscriptions.
-
The Pareto Frontier Is the Model Market Map
Model leaderboards tell you who is smartest. The Pareto frontier tells you which models are still rational choices once price enters the room.
-
The Cross-App Workflow Cost $5.44. Here's How We Got It to $0.17.
A hybrid agent running browser research + desktop spreadsheet creation cost $5.44 baseline. Optimizing each leg independently — Playwright for the browser, CLI-first prompt for the computer use desktop leg — brought it to $0.17. The browser leg did most of the damage.
-
The Test Isn't Whether the Agent Picks the Right Tool. It's What Happens When the Tool Fails.
I built a hybrid agent expecting the routing to be the demo. The actual demo turned out to be what happened when a tool call failed and the outer model retried with a different approach — twice in two runs.
-
I Had a Working Agent at $3.41 a Run. Here's Where the Money Was Actually Going.
Same task, different harness configurations. Caching the inner loop saved 29%. Convergence rules saved 54%. Eliminating the LLM from the browser loop entirely dropped cost from $3.41 to $0.03. The harness is where the margin lives — and the harness goes all the way down.
-
API → Connector → Browser → Computer Use → Human: A Cost-Justified Hierarchy for Agent Tooling
Computer use is 45× more expensive than a structured API for the same task. Eight harness configurations across browser, desktop, and hybrid showed costs from $0.03 to $5.44 on the same task — the hierarchy, the numbers, and why implementation beats model choice.