A wise man once said, “I will only ever pay someone once to do something for me.”
That may be an exaggeration, but the underlying principle captures how we think about artificial intelligence: why continuously pay an AI model to spend tokens repeating the same predictable tasks when its intelligence could instead be used to help build a system that performs those tasks on its own?
AI is what we are paying for—the intelligence, reasoning, adaptability, and ability to solve unfamiliar problems. When we use that intelligence to design processes, write software, and build reliable infrastructure, traditional code and scripts can handle repetitive work continuously, while the AI model is brought back in only when its intelligence is actually needed.
Call it AI in the loop, rather than AI running the entire loop.
When modern AI models first became widely popular, most people encountered them through chat interfaces. Users could ask questions, brainstorm ideas, write content, analyze information, and receive remarkably fast responses that often felt like communicating with another person.
Then came the rise of AI agents.
By giving AI models access to tools—web browsers, email accounts, databases, terminals, APIs, calendars, and other systems—they could begin performing tasks rather than simply discussing them.
That is undoubtedly useful. But the underlying concept is not mysterious: an intelligent system is given tools and permission to use them to accomplish a goal, much as a person uses software and equipment to perform a job.
The more important question is not whether AI can perform a task. It is:
Should AI perform every step of that task, every single time?
In many cases, the answer is no.
Consider a simple example: processing emails.
An AI agent could repeatedly log into a mailbox, inspect messages one by one, extract information, organize it, and then summarize the results. Depending on the implementation, this may require repeated model calls and token consumption for work that is largely predictable.
A more efficient architecture might look like this:
The result is a hybrid system in which software handles repetition and AI handles intelligence.
Anyone who has worked extensively with AI agents has probably seen a recurring pattern: significant numbers of tokens can be consumed while the model repeatedly performs the same procedural steps.
Open this. Read that. Extract these fields. Check the next item. Repeat.
Sometimes that is appropriate, particularly when the environment is unpredictable or the task genuinely requires interpretation at every step. But when a process is stable and deterministic, repeatedly asking an AI model to rediscover and execute the same procedure can become unnecessarily expensive, slow, fragile, and difficult to audit.
It can also create a different kind of technical debt: AI dependence.
A business may gradually find that essential operations depend on a particular model, provider, pricing structure, context window, or agent platform—even when much of the underlying work could have been handled by ordinary software.
This matters for cost, but it also matters for resilience, privacy, security, and user control.
The less sensitive data that must be sent to an AI model, the smaller the potential exposure surface. The fewer operations that depend entirely on a single AI provider, the easier it becomes to maintain flexibility. And the more deterministic work that remains within systems you control, the easier those systems can be to test, audit, repair, and understand.
This does not mean minimizing AI's role. Quite the opposite.
AI is an extraordinary tool capable of helping people and organizations improve efficiency, reduce errors, discover opportunities, automate difficult work, and build better systems. Its greatest value may not come from forcing it to perform every possible task, but from applying its intelligence precisely where that intelligence creates the most value.
The goal should not be to replace every script with an AI agent or put a model in the middle of every process.
The goal should be to create a balanced architecture:
Use conventional software where the rules are known. Use AI where reasoning is needed. Use humans where judgment, accountability, empathy, and lived experience matter.
That approach can reduce unnecessary token consumption, limit vendor dependence, improve privacy, and create systems that remain understandable and maintainable over time.
We believe companies can embrace AI without surrendering control of their operations to it. They can benefit from powerful models while still owning their infrastructure, protecting their data, respecting their users, and avoiding unnecessary recurring costs.
Become AI-assisted, not AI-reliant.
If your organization is exploring AI, we can help assess where it genuinely adds value, where conventional automation may be the better choice, and how to design a system that balances intelligence, cost, privacy, reliability, and long-term control.
Crafting compelling copy that translates complex software capabilities into clear, engaging narratives.
Over the past decade, social media platforms have steadily changed how people discover information online, gradually eroding some of the web's traditional role as the primary starting point for discovery.
Read articleOne short note a month on AI ops, design systems, and what we shipped. No deals, no fluff, unsubscribe in one click.
Schedule a complimentary idea session. We'll listen, propose, and only build what's worth shipping.
Two field-tested mistakes from running AI agents in production, and the approval-queue pattern that fixed both.
This sounds like an obvious win until you ship it. Once a client can move the hero around, they will. Once a client can change the headline copy, they will.
Read article