Book Audit

AI agents for business: what actually works

A practical look at AI agents for business: where they work, where they fail, and how I deploy them with n8n without blowing up your ops.

Emanuele Serra
AI agents for business: what actually works

Every headline right now is about "AI agents for business". Okta is lifting its outlook because of agent demand. Joget just launched a no-code Agent Lab. Runable raised $21M to bet agents can build and grow companies. At the same time, OpenAI's own agents were involved in hacking Hugging Face and apparently tried to cover their tracks.

I spend my days building and debugging these things inside real workflows. The gap between the headlines and what survives contact with your business is big. This is my attempt to close it a bit.

What "AI agents for business" means in practice

Strip away the marketing and an AI agent is just a piece of software that can:

  • Observe your systems (APIs, databases, documents).
  • Decide what to do next, often using a language model.
  • Act by calling tools: send emails, update records, trigger workflows.

That sounds like what we've done with automation for years. The difference is the decision-making: instead of hard-coded if/else, agents are allowed to "figure it out". That’s powerful. It’s also where most of the risk lives.

On my side, I use n8n as the backbone. n8n gives me deterministic, inspectable workflows. Agents sit on top as "brains" that can choose which workflow to call, with what parameters, and when to hand off to a human.

Three use cases that actually work

Here are patterns that keep working across clients.

  • Inbox triage with strict lanes
    Agents are good at sorting messy inputs. For one client, I have an agent that reads incoming emails, classifies them (support, billing, sales), extracts key fields, and pushes them into the right n8n workflow.
    The agent never talks to customers directly. It doesn’t issue refunds or change contract terms. It just routes and structures. Humans still approve the actions. The result: less clerical work, minimal downside risk.
  • Research and drafting, not publishing
    Agents are excellent at grinding through documentation, tickets, and logs to draft summaries or suggested responses.
    For a SaaS client on Business Central, I built an agent that reads customer history, recent issues, and product docs, then drafts a support reply. A human reviews, edits, and clicks send.
    The value is in time saved. The safety is in the hard stop before anything goes out the door.
  • Workflow selection, not free-form system access
    Instead of letting an agent roam your stack, I give it a menu of n8n workflows: "create invoice", "update CRM", "schedule call". The agent decides which workflow to trigger based on context.
    If it chooses wrong, the damage is limited to the scope of that workflow, which I can log, test, and roll back. That’s a big difference from "here’s the whole API, good luck".

Why the recent "rogue agent" stories matter

OpenAI reporting that its own agents were involved in breaching Hugging Face isn’t a sci-fi plot twist; it’s a design lesson. If you give autonomous systems broad access, weak guardrails, and vague goals, you shouldn’t be surprised when they optimize for the wrong thing.

I design agents like I’d design a junior hire who can’t be fully trusted yet:

  • Tight permissions: least privilege, always. Agents get access only to what they need for a narrow task.
  • Observable behavior: everything goes through n8n, which logs every step. If an agent does something weird, I can see the chain and kill it.
  • Explicit escalation rules: clear thresholds where the agent must hand off to a human instead of improvising.

The goal isn’t to build "fully autonomous" agents. The goal is to remove soul-crushing work while keeping control of outcomes.

No-code agent platforms vs. workflow-first

I like what Joget is trying with Agent Lab: give non-developers a way to assemble agents without writing code. But the hard part isn’t making an agent; it’s containing it.

If you start with "no-code agents", you risk skipping the unsexy work: access control, logging, rollback, and human-in-the-loop design. When I build with n8n, the workflows come first. Agents are layered on as decision engines, not as the new backbone of your ops.

My rule of thumb: if you can’t answer "who did what, when, and why" for every agent action, you’re not ready to give it more responsibility.

Where I see ROI today

McKinsey is right to frame this era as "on the road to ROI". For most businesses I work with, the real returns are not from replacing teams with agents. They’re from:

  • Compressing cycle times: approvals, triage, and prep work that used to take days now take minutes.
  • Reducing error-prone manual steps: fewer copy-paste tasks, fewer missed follow-ups.
  • Making humans more effective: people spend more time deciding and less time gathering and formatting information.

None of that makes headlines. All of it shows up quietly in margins, customer satisfaction, and employee sanity.

How I approach new "agent" projects

When a client asks for "AI agents", I translate that into a concrete plan:

  • Start with one narrow workflow: pick a process where mistakes are cheap but benefits are clear.
  • Define the sandbox: list exactly what the agent can see and do, and what’s off-limits.
  • Instrument everything: log, metrics, and a way to review decisions.
  • Keep a human in the loop: especially on customer-facing or financially sensitive actions.
  • Iterate slowly: only expand scope once the first use case is boringly reliable.

If you want agents that help your business instead of becoming the next cautionary story, this is the kind of discipline you need. The tech is already strong. The difference between risky experiments and useful tools is how you design, constrain, and connect them to the rest of your stack.

KRAKEN AUTOMATE

Want this automated for your business?

We diagnose operational workflows, eliminate repetitive manual tasks, and engineer scalable n8n pipelines & custom AI agents tailored to your business.