Can CeylanVienna-based, globally curious.
Articles/Tech & AI

Automation Was Always Possible. AI Just Made It Everyone's Problem to Ignore

Agentic AI is everywhere right now, but the conversation is missing something important: automation existed long before any agent did, and confusing the two is costing people time and money.

15.7.2026·7 min read

Automation was never the hard part. Understanding your own processes well enough to automate them was.
Read in

This article answers:

  • What is actually the difference between automation and agentic AI?
  • Is agentic AI really that expensive, and when does cost become a problem?
  • Can you automate business operations without building full AI agents?
  • How do you reduce API costs when using LLM-based workflows?

Every second LinkedIn post right now is about AI agents. Agents that book your meetings, write your emails, manage your calendar, run your customer support. The pitch is always the same: the future of work is autonomous, and if you are not building agents, you are already behind.

I find this a little funny, because we were building automation at Foodora back in 2018 using Zapier. No agents. No LLMs. Just a trigger, an action, and a team of young professionals with the tools of a highly funded start-up.

Why this matters

The conflation of automation and agentic AI is not just a semantic problem. It leads people to over-engineer solutions, overspend on API calls, and completely miss the fact that a large portion of what they want to automate does not require an agent at all.

Continue reading?

The next essay lands in your inbox first. The thinking behind the decisions.

At the same time, the people who do understand the difference are quietly getting a compounding advantage. Because what AI actually changed is not whether automation is possible. It changed who can do it, and how fast.

That is worth sitting with for a moment.

What is the difference between automation and agentic AI?

Automation, in the classic sense, is rule-based. If this happens, do that. It is deterministic. You define every step, every branch, every output format. Tools like Zapier made this accessible to non-developers in the early 2010s, though Zapier in 2018 was still quite technical to use properly and definitely assumed you had a certain level of digital literacy. Tools like Make (formerly Integromat) and n8n pushed this further, allowing more complex multi-step flows, direct API integrations, and significantly more flexibility without requiring you to write code from scratch. That space has matured a lot.

Agentic AI is something different. An agent does not just follow a fixed decision tree. It reasons. It takes a goal, breaks it into steps, decides how to proceed at each step, uses tools (APIs, browsers, files, code execution), and adapts when something unexpected happens. The defining quality of an agent is autonomous decision-making across a sequence of actions, not just task execution.

Here is the honest version: most of what businesses want to automate right now is not agentic. It is deterministic workflows that happen to involve a language model at one or two steps. Writing a summary, classifying an email, generating a draft response. That is not an agent. That is automation with an LLM node inside it.

Calling that an agent is a bit like calling a calculator an AI because it computes things faster than a human.

Is agentic AI actually expensive?

It depends entirely on what you are asking the agent to do, and how often.

Text-based tasks are cheap. A well-structured prompt to GPT-4o or Claude for summarising a document, extracting structured data, or generating a short output costs fractions of a cent. At scale that adds up, but it is manageable if you are thoughtful about it.

The cost climbs when you introduce:

  • Long context windows with lots of history passed on every call
  • Audio or video transcription as part of the workflow
  • Multi-step agent loops where the model calls itself repeatedly to reason through a problem
  • Vision tasks where images need to be analysed at each step

So the question is not "is agentic AI expensive" in the abstract. The question is whether you have designed your workflow with cost in mind from the start.

A few things that actually help: build a memory layer so you are not re-passing the same context on every API call. Ask yourself whether a written summary of a meeting is sufficient, or whether you genuinely need to transcribe and analyse the full audio. Minimise API outreach by caching results where possible. Text is cheaper than audio, audio is cheaper than video. Work with that hierarchy.

This is operational efficiency, and it applies to AI workflows exactly the same way it applies to logistics or product operations. You design for throughput and cost at the same time, not as an afterthought.

What most people get wrong

The dominant narrative positions agents as a democratisation of intelligence. And that is partly true. But the real democratisation that happened is in automation itself.

Before LLMs, setting up a non-trivial automation required either a developer, a very patient non-technical person who was willing to spend weeks figuring out webhooks and API authentication, or a significant SaaS budget. Most small businesses and solo operators skipped it entirely because the barrier was too high.

What changed with AI is not that agents replaced automation. What changed is that a domain expert, someone who deeply understands their own customer journey and internal processes, can now describe what they want in plain language, get a working draft of the logic, and implement it themselves. The technical ceiling dropped dramatically.

But here is the catch: you still need to understand your own processes. The LLM cannot do that part for you. If you do not know what happens between a customer placing an order and that order being fulfilled, no agent in the world will automate it well. The map has to exist in your head first.

Automation was never the hard part. Understanding your own processes well enough to automate them was.

I have seen this at both ends. In logistics operations, the processes that got automated well were the ones someone had already documented and lived with for years. The ones that failed were handed off to a developer with a vague brief and a tight deadline.

AI lowers the technical barrier. It does not lower the thinking requirement.

What to actually do

  • Audit before you automate. Map out one complete internal or customer-facing workflow end to end before touching any tool. Every handoff, every decision point, every place where a human currently applies judgement. That map is the thing you are automating, not the tool.
  • Start with classic automation, not agents. If your workflow is deterministic, use n8n, Make, or even a simple script. Bring an LLM in only at the steps where language understanding or generation is genuinely needed. This keeps costs down and makes debugging much easier.
  • Build a memory layer early. If your agent or workflow needs context about a user, a project, or a product, store that context in a database and retrieve it selectively. Do not dump everything into the prompt every time. Your API bill will thank you.
  • Text first, always. Before deciding to transcribe audio, extract from video, or analyse images, ask whether a written alternative exists or could be created upstream. The cost difference is not trivial at volume.
  • Understand where agents actually earn their complexity. Agents make sense when the task requires real-time decision making across multiple unknown steps, when exceptions are common and unpredictable, or when the workflow cannot be fully specified in advance. That is a narrower set of use cases than the current hype suggests.
  • If you are early and cost-sensitive, start with free tiers and open-source models. n8n self-hosted is free. Local models via Ollama cost nothing per call. You can build and validate a lot of logic before spending meaningful money on frontier model APIs.

I write more about working with AI tools practically and the product thinking behind them in the Tech & AI section. And if you are thinking about where automation connects to building a business around your own expertise, that thread runs through a lot of what I think about with Fleamio.

Agents are not magic. They are just automation that can think a little. The thinking part is impressive. But the automation part was always there, waiting for someone who understood their own work well enough to use it.

Share

If you read this far, the next one is for you.

The thinking behind the decisions, on Tech & AI and everything adjacent to it. No schedule, no filler. You get it before anyone else does.

More on Tech & AI

AI Tools Worth Knowing in 2026: What I Picked Up at a Workshop in Vienna

A room full of practitioners debating Gemini vs Claude vs Qwen tells you more about where AI is heading than any trend report.

AI Is the Most Equalising Force Tech Has Ever Seen, Especially for Women

The real story from an AI coding conference is not about robots replacing developers. It is about who finally gets a seat at the table, and why the old gatekeepers are losing their grip.

Claude Is Overhyped. Codex Is Underrated. Here Is What Actually Happened When I Built Real Products With Both.

After shipping multiple products in a dual AI vibe-coding setup, I have a clearer picture of who does what better, and the answer is more interesting than the hype suggests.

Learn the underlying concept

Learn

Send a read-only agent first

One agent spent three hours chasing a build error. A second agent read the migrations against the query code in two minutes and found the real bug. The lesson isn't about which AI is smarter — it's about audit-first workflows.

Learn

Use a working-memory file as the handoff layer between AI coding sessions

AI coding agents forget everything between sessions. A working-memory.md file kept in the repo solves this — it's the shared brain that survives model switches, overnight gaps, and multi-agent collaboration.

If this resonated, I'd be happy to talk about it.

Find me →
← Back to articles