Back to the blog
AI AgentsAutomationProductivity

AI Agents: Why Chat Is Holding Your Company Back

September 08, 2026·6 min read·Diego Horvatti

You open ChatGPT, paste part of a spreadsheet, ask for a summary, copy the answer, paste it into an email, notice a data point is missing, go back, explain again. Thirty minutes later you have one paragraph. And tomorrow you will do it all over again, from scratch, because yesterday's conversation turned to dust. That is the real problem with AI agents today: the technology is good, the interface is bad. And the interface is where your time leaks out.

I was reading a developer discussion about this. The argument was about programming, but it applies just as well to anyone running a business: the little chat window looks like progress, except it forces you to rebuild the whole context every time. You become the AI's database. An expensive intern, typing what the machine should already know.

Chat is a great counter and a terrible office

Chat works very well for a quick question. "Rewrite this more formally." "What is the formula to sum by month?" Great. Question, answer, goodbye.

The trouble starts when the work has more than one step. A collections process involves: pulling who is overdue, checking whether a deal was already made, choosing the tone of the message, sending it, logging it. Five steps, each with its own rules. In chat, you have to explain all five again every round. And if you forget one, the AI makes something up. It always answers. It is not always right.

Notice what happens in practice: the person creates a giant "master prompt", saves it in a notes app, and pastes it at the start of every conversation. That is a memory workaround. It works, but it works despite the tool, not because of it.

If you have to remind the AI of everything, every day, the one doing the work is you.

AI agents need context that lives somewhere

The difference between "using AI" and "having an agent" is where the context lives.

In chat, the context lives in your head and in your muscle memory for copy and paste. In a well built agent, the context lives in files, spreadsheets, databases, written rules. The agent reads all that before acting. You explain nothing again.

A concrete example from a client of mine, a clinic with four practitioners. Before: the receptionist answered WhatsApp using AI in the browser. She pasted the patient's message, asked for a suggested reply, adjusted it, copied it back. An average of 1 minute 40 per message, and around 90 messages a day. Two and a half hours daily just on back and forth.

After: an agent with access to the calendar, the table of accepted insurance plans, and a document of clinic rules (what can be confirmed on its own, what needs a human, how to talk about price). It answers directly, and only forwards to the receptionist the cases the rules flag as sensitive. That dropped to about 20 handoffs a day. She looks, approves or corrects in 15 seconds.

The gain did not come from a better model. It came from writing the rules once, in a fixed place, instead of repeating them all the time.

Structure the work before you automate

Here comes the boring part, and the most important one. Before hiring any tool, write the process down. Without that, you automate the mess and get a faster mess.

The script I use with clients is short:

  • Pick one process only. The most repetitive one, not the most complex one. Collections, email triage, standard quotes, scheduling.
  • Write the steps as if you were training someone on day one. Include what to do when it goes wrong. That is where most people get stuck, and it is exactly what the AI needs to know.
  • Mark the human decision points. Discounts above X, a customer complaining, anything legal. Without that, the agent will decide on its own. And it will decide confidently.
  • Define where the data comes from. Spreadsheet? System? CRM? If the data only exists in someone's head, that is the first problem to solve, and it is not an AI problem.
  • Run it in suggestion mode for two weeks. The agent proposes, a human approves. You see where it gets things wrong before you let go.

That document is the asset. You can swap the tool in a day. The written process works for any tool that comes next.

"But I already tried and it did not work"

I hear this every week. Almost always for one of three reasons.

They asked for too much at once. "An agent that handles all of sales." That is not an agent, that is an employee. Start with a task that fits in one paragraph. Qualifying leads that come through the website, for example. Just that.

They had no data at all. If your orders live in WhatsApp conversations and the spreadsheet has not been updated in three months, no agent will save you. It reads what exists. If nothing exists, it guesses.

Nobody owned it. Automation without an owner rots. Someone has to look at the errors in the first week and adjust the rules. That is an hour a day at the start, then it drops to almost nothing. Skip that part and you are back to copy and paste within a month, swearing that "AI is not for us".

And there is the honest objection: sometimes it really is not worth it. If the process runs three times a month, leave it alone. Automation pays off when things are repetitive and boring. The stuff nobody on the team fights to do.

What changes when you stop chatting and start delegating

That is the mental shift. Chat is conversation. An agent is delegation.

With a new employee, you do not repeat the company handbook every morning. You write it once, keep it accessible, correct them when they get it wrong, and they get better. With AI agents it is the same, with one advantage: the correction stays recorded and holds forever. And one honest disadvantage: it has no common sense. The common sense is what you put in, through the rules.

In practice, the team stops asking "what do I write to the AI?" and starts asking "is this rule right?". The second question is much better. It is a business question, not a tool question.

One detail almost nobody considers: when you write the process down properly, half the time you find out you can cut steps with no AI at all. I have been hired to automate an approval and the result was removing the approval from the flow. It existed because a manager who left in 2019 had asked for it. I charged less and the client gained more. It happens.

Where to start this week

Take the process that annoys your team the most. Time how many hours it eats per week. Write the steps in a document, including the "if it goes wrong, do this". That alone is worth the week.

If after writing it you look at it and think "this is way too mechanical for a person to do", you found your candidate. Then it is worth building an agent on top of it.

This is the kind of thing I do day to day: step into a messy process, make it readable, and automate only the part that deserves it. No selling a revolution, no replacing your whole system. If you want to talk through a specific process in your business, tell me what is stuck.

LinkedIn summary

You are not using AI. You are being its database.

Paste a spreadsheet, ask for a summary, copy, fix, explain again. Tomorrow the whole thing over again, from scratch, because yesterday's conversation turned to dust.

The problem is not the model. It is the little chat window, which forces you to rebuild the context every single time.

A clinic I work with was spending 2h30 a day on this back and forth on WhatsApp. After writing the rules once, in a fixed place, they were left with 20 cases a day to review at 15 seconds each.

Chat is conversation. An agent is delegation. The difference is where the context lives.

Take the process that annoys your team the most this week and write the steps in a document, including the "if it goes wrong, do this". That alone changes the game.

Which process in your business still depends on someone repeating the same explanation every day?

#ArtificialIntelligence #AIAgents #Automation #Productivity #ProcessManagement