2026-07-06 · Automation · 6 min read · Diego González

The operator's AI stack in 2026

The question "which AI tools should I use?" is framed wrong. There's no correct stack — there's the correct stack for your size and your operation. The same tool that's perfect for a five-person company is unnecessary luxury for a three-person one, and a bottleneck for a fifty-person one.

This post organizes an operator's stack in 2026 by layers, from the bottom up, and at each layer gives you the criteria for choosing by your size. I name real tools with their honest trade-offs. No affiliate links, no hype, and no pretending there's a single answer. The idea is that you come out knowing what to ask, not with a shopping list.

How to read a stack: five layers

Every AI operating system, regardless of company size, rests on five layers. Each one feeds the next:

  1. Capture: how information enters the system.
  2. Data: where that information lives and how trustworthy it is.
  3. Automation: what moves the information and executes the rules.
  4. Agents: where AI reasons and decides, not just moves data.
  5. Observability: how you know all of the above is still working.

The golden rule: each layer depends on the one below it. Putting sophisticated agents on top of dirty data is building a second story with no foundation. So if your data layer is weak — the most common failure, per the five readiness dimensions — that's where you invest first, not in the flashiest layer.

Layer 1: Capture

What it does: gets information into the system from wherever it actually arrives — WhatsApp, forms, email, spreadsheets.

Tools and trade-offs:

  • WhatsApp Business API (Meta). In Mexico it's practically mandatory as a capture layer, because it's where your customers already are. Trade-off: it requires formal setup and respecting templates and consent, which we cover in WhatsApp automation.
  • Forms (Tally, Typeform). Cheap and fast for capturing structured data. Trade-off: they're islands until you connect them to the next layer.
  • Email. Still a real capture channel, especially with suppliers. Trade-off: unstructured, so it almost always needs an agent layer to read it well.

By size: a small company captures fine with WhatsApp plus a form. A mid-size one usually needs to unify several inbound channels into a single point.

Layer 2: Data

What it does: stores the information somewhere trustworthy and queryable. The most boring layer and the most important.

Tools and trade-offs:

  • Google Sheets / Excel. Where almost everyone starts, and it's fine to start there. Trade-off: it breaks under volume, doesn't control who edits what, and isn't a database no matter how much you use it as one. You know you've outgrown it when two people step on each other's edits, or when "how many orders so far" takes half an hour.
  • Airtable. The natural bridge from Sheets: a database wearing a spreadsheet's face. Trade-off: comfortable, but it charges per seat and per volume, so it gets expensive at a certain scale.
  • Postgres (say, on Supabase). A real database, yours, with no ceiling on scale. Trade-off: it needs someone to design it well. It's where you land when data is the heart of your operation.

By size: small starts on Sheets, guilt-free. When volume or concurrency hurts, Airtable is the natural next step. When data is your operation, a real database like Postgres.

Layer 3: Automation

What it does: moves information between systems and executes rules with no manual intervention.

Tools and trade-offs:

  • Zapier. Easiest to start with, a huge catalog of connections. Trade-off: it charges per action, so it gets expensive fast at volume, and it breaks when the logic stops being linear. Ideal for simple connections and low volumes.
  • Make. More visual power and better cost per operation than Zapier for branching flows. Trade-off: a steeper learning curve.
  • n8n. The most flexible and the one you can self-host, so at volume it's much cheaper and doesn't box you in. Trade-off: it needs someone to run and maintain it; it's not set-and-forget.

By size: small with simple flows, Zapier or Make handle it without drama. High volume or complex logic, n8n earns its curve. The underlying logic — pay a subscription or run your own — is the same one in build vs. buy.

Layer 4: Agents

What it does: where AI reasons over content and decides, instead of just moving data by fixed rules. Reading an ambiguous message, extracting an order from free text, classifying by intent.

Tools and trade-offs:

  • Claude (Anthropic) and GPT (OpenAI) are the two most widely used general-purpose models via API. Trade-off: both are very capable, and the choice usually comes down to the specific task and cost at volume, more than to any absolute superiority. It's worth testing both on your real case before committing to one.
  • The most important decision at this layer isn't which model, it's where your key and your data live. Running the models with your own credentials, on your own infrastructure, keeps your data from mixing with anyone else's and avoids the lock-in of a platform that wraps the model.

By size: start by applying one agent to a single painful process, regardless of your size. Sophistication is earned process by process, not by buying the biggest platform all at once.

Layer 5: Observability

What it does: tells you everything above is still working, and warns you when it isn't. The layer almost everyone forgets until something fails silently.

Tools and trade-offs:

  • Basic logs. The bare minimum: record what the system did so you can review it. Trade-off: only useful if someone actually reviews them.
  • Error monitoring (Sentry) and product monitoring (PostHog). They alert you when something breaks and show you what actually gets used. Trade-off: another tool to set up and maintain; worth it once the system is a critical part of your operation.

By size: small can live for a while on simple logs and a manual review. Once the system is critical to operate, automatic monitoring stops being optional — a flow that fails silently is worse than not having it.

The mistake of buying the whole stack at once

The temptation is to assemble all five layers in one shot with the most complete tools. It's the most expensive and most fragile path.

The stack gets built from the bottom up, one layer at a time: first capture and trustworthy data, then the automation that moves it, then agents where they genuinely add value, and observability as the system becomes critical. Each layer justifies itself or it doesn't get in. A stack that grew this way is one you understand, maintain, and can swap in parts. One you bought whole is a lock you barely understand.

If you want to know which layer to reinforce first in your case, measure your profile in the readiness assessment: two minutes, no email, and it tells you your stage and the three moves that bump you up one.

Frequently asked questions

What's the most expensive mistake when assembling an AI stack?

Investing in the agent layer when the data layer is dirty. A brilliant agent on inconsistent data produces inconsistent results more confidently, which is worse than not having it. Order the data first; the agents shine after.

Do I need all the layers from the start?

No. Almost nobody starts with all five. You start with capture and trustworthy data, add automation when manual work hurts, and agents and observability as the system grows in importance. The order matters more than completeness.

Why don't you recommend a single platform that does everything?

Because a platform that does everything locks you into its way of doing things and its pricing. We prefer tools that earn their place layer by layer and that you can replace in parts. Every account in your name, no locks: if you want to change one layer tomorrow, you change that one, not the whole system.

Ready to automate?

Check your AI readiness

Related