<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Maksim Ilin</title>
    <description>The latest articles on DEV Community by Maksim Ilin (@ilinmaks).</description>
    <link>https://dev.to/ilinmaks</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4119709%2Fd1f2acd9-ef31-424c-be44-52fdf8608740.jpg</url>
      <title>DEV Community: Maksim Ilin</title>
      <link>https://dev.to/ilinmaks</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ilinmaks"/>
    <language>en</language>
    <item>
      <title>How much does it cost to implement an AI agent in 2026</title>
      <dc:creator>Maksim Ilin</dc:creator>
      <pubDate>Thu, 10 Sep 2026 19:35:34 +0000</pubDate>
      <link>https://dev.to/ilinmaks/how-much-does-it-cost-to-implement-an-ai-agent-in-2026-2100</link>
      <guid>https://dev.to/ilinmaks/how-much-does-it-cost-to-implement-an-ai-agent-in-2026-2100</guid>
      <description>&lt;p&gt;"How much does an AI agent cost" is the question I hear more than any other. The honest answer: from about fifteen hundred euros for a narrow process to hundreds of thousands of dollars a year if you hire a team. The difference is not the model. It is what exactly you are buying.&lt;/p&gt;

&lt;h2&gt;
  
  
  What drives the cost
&lt;/h2&gt;

&lt;p&gt;Five factors I assess in every request, and a sixth that everyone remembers last.&lt;/p&gt;

&lt;p&gt;The process the agent takes over. Replying to standard emails and running a full order cycle (find the customer, check stock, issue an invoice, notify the warehouse) differ in effort several times over. More steps and a higher price per mistake mean a higher cost.&lt;/p&gt;

&lt;p&gt;Number of integrations. Every system the agent connects to (CRM, accounting, email, warehouse, payments) is a separate connector, separate access rights and separate ways to break. An agent with one integration and an agent with five are different projects.&lt;/p&gt;

&lt;p&gt;Data quality. If message history, documents and reference lists are tidy, the work moves fast. If the product catalog exists in three versions in Excel, the first days go into cleaning it up. That has nothing to do with AI, but without it the agent will make mistakes.&lt;/p&gt;

&lt;p&gt;Guardrails and evaluation. A test set of real examples, rules about what the agent may not do, thresholds below which it hands the case to a person, a log of actions. In the KORE1 survey for 2026, employers named building an evaluation harness the top skill of an agentic engineer, and it is a visible share of the budget.&lt;/p&gt;

&lt;p&gt;Hosting and the model. Beyond one-off development there are monthly costs: calls to the language model API and the server the agent lives on. More on that below.&lt;/p&gt;

&lt;p&gt;And the sixth: maintenance. Models get updated, the CRM changes its API, the business gets a new type of request. An agent nobody looks after degrades within a few months.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the alternatives cost
&lt;/h2&gt;

&lt;p&gt;Market figures as of September 2026.&lt;/p&gt;

&lt;p&gt;Freelance. According to Upwork data from May 2026, AI engineers charge 35 to 60 USD per hour, ML engineers 50 to 200. In my experience an agent for one process takes from a few dozen to a couple of hundred hours, so the range is wide. The main risk is not the rate but that you become the project manager: spec, acceptance, quality control.&lt;/p&gt;

&lt;p&gt;In-house engineer. The KORE1 survey puts the base salary of an agentic engineer in the US at 155,000 to 210,000 USD for mid level, 210,000 to 290,000 for senior and 290,000 to 360,000 and above for staff. That is 15 to 20% more than a comparable ML engineer, before taxes, bonuses and equity. For a company with one or two processes to automate, that hire will not pay off. In Europe there are fewer than 0.5 candidates per advanced AI vacancy, according to Interface, so the search alone takes months.&lt;/p&gt;

&lt;p&gt;AI governance consultant. Day rates of 800 to 2,000 USD, according to an analysis of EU AI Act job postings. Needed if your product falls under the regulator's requirements. This is not legal advice: a lawyer should confirm the obligations for a specific product.&lt;/p&gt;

&lt;p&gt;A scoped project. My format: an AI readiness audit from 450 EUR, AI inside an existing product (RAG, LLM features) from 1,200 EUR, an agent for a business process from 1,500 EUR, an MVP from 1,700 EUR. First working version for a narrow process in two weeks. The price grows with integrations and process complexity, but scope and deadline are fixed before the start.&lt;/p&gt;

&lt;p&gt;Rates, salaries and why agentic engineers command a premium are covered in my &lt;a href="https://www.ilinmaks.com/blog/en/ai-jobs-market-2026" rel="noopener noreferrer"&gt;review of the AI job market in 2026&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Timeline
&lt;/h2&gt;

&lt;p&gt;For a narrow process the first working version appears in two weeks. By working version I mean an agent on real data, with an evaluation set, connected to at least one live system, already used by at least one employee.&lt;/p&gt;

&lt;p&gt;Then two to four weeks of shakedown: reviewing the cases where the agent got it wrong, extending the test set, tuning thresholds. Then a decision on whether to extend to neighboring processes.&lt;/p&gt;

&lt;p&gt;Projects with three or more integrations and messy data take longer. I prefer to say so during the audit rather than in week three.&lt;/p&gt;

&lt;h2&gt;
  
  
  Monthly running costs
&lt;/h2&gt;

&lt;p&gt;I will not quote numbers here, because they depend on volume and on the model, and provider pricing changes every few months. What matters is the structure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Model calls are billed by the amount of text in and out. An agent that reads long documents costs more than one that answers short emails. Long instructions in every request cost money too.&lt;/li&gt;
&lt;li&gt;Not every task needs the most expensive model. Classification and field extraction often work on cheap models; a strong model is needed on one or two steps.&lt;/li&gt;
&lt;li&gt;Hosting for a single-process agent is usually small, comparable to a SaaS subscription. It gets expensive at thousands of requests per hour.&lt;/li&gt;
&lt;li&gt;A spending cap is mandatory. An agent stuck in a loop overnight can eat a month's budget.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I include an estimate of expected usage in the audit, because for some processes it is tokens, not development, that decide whether the agent pays off.&lt;/p&gt;

&lt;h2&gt;
  
  
  What a cheap agent really costs
&lt;/h2&gt;

&lt;p&gt;The temptation is understandable: take a no-code builder, sketch a prompt, connect email and launch in a couple of days. Sometimes it works. More often the demo impresses, then in production the agent answers wrong in some cases, and nobody knows which, because there is no test set. Someone edits the prompt, something else breaks. Two months later the agent is switched off.&lt;/p&gt;

&lt;p&gt;Gartner expects more than 40% of agentic AI projects to be cancelled by the end of 2027. Some of those are large companies with large budgets, but the mechanism is the same: no evaluation, no data, no process owner.&lt;/p&gt;

&lt;p&gt;A cancelled project costs more than the money spent on it. It costs the trust of employees who will greet the next agent with a smirk, and the time in which a competitor did the same thing properly.&lt;/p&gt;

&lt;h2&gt;
  
  
  A budgeting example
&lt;/h2&gt;

&lt;p&gt;A hypothetical company: a sales team of a few people, inbound requests by email and messenger, a CRM. The task: qualify leads and reply within a minute, including evenings and weekends.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI readiness audit: from 450 EUR, one or two weeks. Output: a process map, an estimate of the effect, a verdict per process, an estimate of monthly model and hosting costs.&lt;/li&gt;
&lt;li&gt;Agent for lead qualification with one or two integrations (email and CRM): from 1,500 EUR, first working version in two weeks. A third integration and complex handoff logic raise the amount; I give the exact figure after the audit.&lt;/li&gt;
&lt;li&gt;Monthly: model calls and hosting, scaled to the number of requests, plus maintenance by agreement.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The one-off budget for this scenario starts at roughly 2,000 EUR for the audit and the first version of the agent and grows with the number of systems to connect. For comparison: one month of an in-house agentic engineer in the US at the bottom of the KORE1 range is about 13,000 USD in base salary alone.&lt;/p&gt;

&lt;p&gt;All three services with prices are listed on the &lt;a href="https://www.ilinmaks.com/#services" rel="noopener noreferrer"&gt;home page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you want a price for your own process, send a short brief: which process, which systems are involved, how many requests per day. I will reply with a range and a timeline.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.ilinmaks.com/blog/en/ai-agent-implementation-cost-2026" rel="noopener noreferrer"&gt;ilinmaks.com&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>startup</category>
      <category>business</category>
      <category>llm</category>
    </item>
    <item>
      <title>AI agent or plain automation: where the real ROI is</title>
      <dc:creator>Maksim Ilin</dc:creator>
      <pubDate>Thu, 10 Sep 2026 19:07:15 +0000</pubDate>
      <link>https://dev.to/ilinmaks/ai-agent-or-plain-automation-where-the-real-roi-is-4816</link>
      <guid>https://dev.to/ilinmaks/ai-agent-or-plain-automation-where-the-real-roi-is-4816</guid>
      <description>&lt;p&gt;The market pays more for agents right now than for anything else in applied AI. The skill "agentic AI" grew 280% in US job postings in a year, to roughly 90,000 listings, according to Stanford AI Index 2026. An engineer who builds agents earns 15 to 20% more than a comparable ML engineer, per the KORE1 hiring survey for 2026. And the same market, according to Gartner, will cancel more than 40% of agentic AI projects by the end of 2027.&lt;/p&gt;

&lt;p&gt;I don't see a contradiction there. The premium is paid for a rare skill. The cancellations hit projects where an agent was put somewhere it wasn't needed, or where nobody could prove it worked. When someone asks me for an agent, my first question is usually not "which agent" but "do you need an agent at all".&lt;/p&gt;

&lt;h2&gt;
  
  
  When plain automation wins
&lt;/h2&gt;

&lt;p&gt;There is a whole class of tasks where a language model is simply not needed. The signs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the input is structured: a form, a spreadsheet, an API, an email that follows a template;&lt;/li&gt;
&lt;li&gt;the rules fit on one page and don't change every week;&lt;/li&gt;
&lt;li&gt;the answer has to be identical every time, and a mistake is expensive;&lt;/li&gt;
&lt;li&gt;the volume is high, but there are few decisions per unit of work.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Moving orders from the CRM into accounting. Payment reminders. Parsing a supplier price list that always comes in the same format. Assembling a weekly report from three sources. All of that is a parser, a rule, or a scenario in any automation platform. It is cheaper, it behaves the same way every time, and it has no token bill.&lt;/p&gt;

&lt;p&gt;I would not put an agent on a task you can draw as a flowchart. The agent will be more expensive, slower and less reliable than a plain if-then.&lt;/p&gt;

&lt;h2&gt;
  
  
  When an agent earns its cost
&lt;/h2&gt;

&lt;p&gt;An agent belongs where the input is messy and there are many small decisions.&lt;/p&gt;

&lt;p&gt;Inbound emails to a distributor, where one message contains an order, a complaint and a question about delivery dates. Leads who write in a messenger in free text. First-line support where the questions repeat but the wording is new every time. Invoices, contracts and requests that arrive as PDFs, photos and scans.&lt;/p&gt;

&lt;p&gt;What these have in common: the rules are too many and too fuzzy to write down. A person handles it through judgment. An agent reproduces that judgment well enough to take most of the routine off the person and leave them only the ambiguous cases.&lt;/p&gt;

&lt;p&gt;The second sign is a chain of actions. The agent doesn't just classify an email. It finds the order in the database, checks stock, drafts a reply and creates a task for the manager. Each step on its own is trivial. The value is in linking them.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to measure ROI
&lt;/h2&gt;

&lt;p&gt;I use four numbers, and I insist they get measured before launch, not after.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Hours. How much time staff spend on the process today. Not a guess of "about half a day", but a one-week measurement. Multiply by the fully loaded hourly cost.&lt;/li&gt;
&lt;li&gt;Response time. How long a customer or a colleague waits. In sales this is conversion, directly: a lead who got a reply in a minute and a lead who waited until morning behave differently.&lt;/li&gt;
&lt;li&gt;Error rate. Orders typed in with a mistake, invoices sent to the wrong place, requests that got lost. Errors have a price, and usually nobody has counted it.&lt;/li&gt;
&lt;li&gt;Revenue being lost right now. Leads nobody answered. Requests that arrived after 6 pm. Repeat sales nobody got around to.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If the sum of those four lines is smaller than implementation plus a year of maintenance, the project should not happen. That is a normal outcome of an audit, and I say so to clients.&lt;/p&gt;

&lt;h2&gt;
  
  
  Evaluation first, agent second
&lt;/h2&gt;

&lt;p&gt;In the KORE1 survey, employers named the top skill of an agentic engineer as neither prompts nor frameworks but the ability to build an evaluation harness: a set of test cases the agent is checked against automatically after every change.&lt;/p&gt;

&lt;p&gt;So before the agent is written, you need real examples from the process with the correct answers, ideally at least a hundred. Emails and the way your best manager replied to them. Documents and what should have been extracted from each. The agent runs against this set every time the instructions, the model or an integration changes.&lt;/p&gt;

&lt;p&gt;Without it you don't know whether the agent got better or worse after an edit. You find out from customers. The projects Gartner counts in the cancelled 40% are very often exactly this: the demo worked, production drifted, and nobody could say why.&lt;/p&gt;

&lt;p&gt;Data matters more than the model here. If there are no examples because nobody ever recorded the process, the first days go into collecting them. Boring work, and it decides the result.&lt;/p&gt;

&lt;h2&gt;
  
  
  Guardrails and handoff to a person
&lt;/h2&gt;

&lt;p&gt;An agent in production has to do three things: never do what it isn't allowed to do, stop when it is unsure, and hand the case to a person in a way that lets the person understand the context in ten seconds.&lt;/p&gt;

&lt;p&gt;In practice this is a list of allowed actions (reading an order is fine, changing a price is not), confidence thresholds below which the agent opens a task for an operator instead of answering, and a log of every action. Plus a spending cap, because an agent stuck in a loop can burn a month of tokens overnight. That one is not a scare story.&lt;/p&gt;

&lt;p&gt;The operator doesn't disappear. They stop doing the routine and start handling exceptions. Usually it is the same person who did it by hand before, and in the first weeks they are the one who spots where the agent is wrong. That is the most useful feedback in the whole project.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three steps to decide
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Audit the process. One or two weeks: where the input comes from, who does what with it, where time and money leak, whether there is data for evaluation. The output is a list of processes with an estimated effect and a verdict for each: rule, agent, or leave it alone.&lt;/li&gt;
&lt;li&gt;Pilot one process. Two weeks, a first working version on real data, with an evaluation set and guardrails. Not five processes at once. One.&lt;/li&gt;
&lt;li&gt;Measure. The same four numbers as before the start. If they hold, extend to neighboring processes. If not, stop, and the loss is limited to the pilot.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This order is how &lt;a href="https://www.ilinmaks.com/#services" rel="noopener noreferrer"&gt;my services&lt;/a&gt; are built: an AI readiness audit from 450 EUR, an agent for one specific process from 1,500 EUR, first working version in two weeks. Why the market pays a premium for agentic engineers, and what that means if you are the one buying, is in my &lt;a href="https://www.ilinmaks.com/blog/en/ai-jobs-market-2026" rel="noopener noreferrer"&gt;review of the AI job market in 2026&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you have a process that eats hours and you are not sure an agent belongs there, send me a short description: what comes in, who handles it, how long it takes. I will reply with what I would do in your place.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.ilinmaks.com/blog/en/ai-agent-roi" rel="noopener noreferrer"&gt;ilinmaks.com&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>llm</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
