The short answer
There is no responsible universal price for a custom AI agent because the word agent covers everything from a focused internal assistant to a multi-system workflow with consequential actions. Any quote given before the workflow, authority, integrations, and evaluation burden are understood is mostly theatre.
A better estimate starts with the operating boundary. What triggers the system? Which inputs does it receive? Which tools can it use? What decisions can it recommend or take? What happens when it is uncertain? How will a team know the result is correct? Those answers determine the engineering work far more than a preferred model or framework.
The six main cost drivers
Cost increases as the system crosses more boundaries and receives more authority. A draft that stays inside a review queue is simpler than an agent that changes a customer record, initiates a payment, or publishes externally.
- Workflow ambiguity: undocumented rules and exceptions require discovery before implementation.
- Integration depth: stable APIs are easier than legacy systems, brittle browser paths, or inconsistent data.
- Data and context: retrieval, permissions, freshness, and source quality need engineering and testing.
- Action consequence: higher impact actions need stronger permissions, approvals, validation, and recovery.
- Evaluation difficulty: subjective or delayed outcomes require better test design and more human review.
- Operating requirements: throughput, latency, privacy, regional deployment, support, and audit needs shape architecture.
Price the work in stages
The cleanest commercial structure separates uncertainty reduction from production implementation. Discovery produces a defined workflow, feasibility evidence, architecture, risks, and an evaluation plan. A prototype then tests the hardest assumption on a small but representative set. Production implementation follows only when the evidence supports it.
This staged structure protects both sides. The buyer avoids funding a large build around an untested assumption. The engineering team avoids pretending that unknown integrations, data quality, and exception behavior can be priced precisely on day one.
Budget for running the agent
Operating cost includes model usage, retrieval or search, storage, queues, observability, external tools, evaluation runs, human review, maintenance, and support. Model costs can fall while total operating cost rises if volume, context, or review grows.
Track cost per completed useful outcome, not cost per model call. A cheap call that creates rework is expensive. A more capable model that resolves a case correctly with less review may be cheaper at the workflow level.
How to request a useful estimate
Give potential partners one representative workflow and enough evidence to inspect it. A concise brief produces a better estimate than a long list of desired AI features.
- Name the workflow owner and the people who perform the work.
- Describe the trigger, inputs, decisions, actions, systems, volume, and common exceptions.
- Provide representative examples with sensitive information removed where necessary.
- State which actions must require human approval.
- Define the operational outcome and how correctness can be reviewed.
- List security, privacy, deployment, and procurement constraints.