Where agent waste usually shows up
Agent systems often repeat the same work more than people expect. A lot of the waste is not the “smart” step — it is retries, repeated summaries, recurring cron runs, repeated tool calls, duplicate context assembly, and loops that keep hitting the same API path.
A local control layer for agent traffic
AI Optimizer runs on localhost:3000 and sits between your workflow and the selected provider API. It helps cache repeated requests, reduce duplicate spend, and make agent behavior easier to reason about locally.
Provider support in v2.2.0
AI Optimizer supports both OpenAI and Anthropic, with one active provider selected at a time in the desktop app. Anthropic support in this release is focused on chat completions through the same local proxy path.
Built for practical workflows
The strongest use cases are not flashy demos. They are the repeated, boring, expensive patterns that show up when agents, scripts, and automations keep revisiting the same API paths over time.