Log In

AI Agents Need Smaller Jobs, Not Bigger Promises

The agent hype is running into the oldest software problem in the building: vague requirements. An AI agent cannot fix a workflow nobody has bothered to describe.

The Agent Demo Was The Easy Part

AI agents are supposed to do more than answer questions. They are supposed to use tools, make decisions, move between systems, and finish work with less human babysitting. That is the pitch. The reality is less cinematic: the agent gets halfway through a task, hits an ambiguous rule, opens the wrong tab, drafts something almost correct, and then politely creates cleanup work for a human.

The current signal is not subtle. On July 2, 2026, TechCrunch reported, citing Reuters, that Mark Zuckerberg told Meta staff AI agent development had not accelerated as expected. That does not mean agents are dead. It means the gap between demo and deployment is still annoyingly real.

This is the part the sales deck usually skips. A demo can assume clean inputs, friendly tools, happy paths, and one user watching closely. A business workflow has stale records, duplicate accounts, weird permissions, missing context, half-documented exceptions, and a Slack thread from 2023 that apparently contains the real policy. Good luck, little robot.

The bottom line: AI agents work best when they are boring, narrow, observable, and easy to stop. The magic demo is not the product. The handoff, logs, permissions, and rollback plan are the product.

Agents Fail Where Work Is Implicit

Most companies do not have workflows. They have folklore. Someone knows the customer should be handled differently because of a previous refund. Someone else knows the spreadsheet column called “Status 2” is the only one that matters. A third person knows the CRM field is wrong but the billing system is right. None of that is in the prompt.

An AI agent can only operate against the context it can see, the tools it can use, and the rules it can follow. If the actual process lives in people’s heads, the agent will improvise. Sometimes that improvisation looks smart. Sometimes it creates a professional-grade mess with timestamps.

The weak point is rarely one dramatic model failure. It is usually a chain of small uncertainties:

This is why “give it more tools” is often the wrong answer. More tools can make the failure mode larger. A confused agent with read-only access is annoying. A confused agent with write access, email access, and payment access is an incident with better branding.

Use The Intern Test Before You Use An Agent

Before assigning a task to an AI agent, ask a blunt question: could a smart new intern complete this job with the written instructions available today?

If the answer is no, the agent is not the problem. The process is. If the intern would need to interrupt five people, guess at missing definitions, inspect three systems manually, and ask whether “urgent” means today or this fiscal quarter, the agent will not magically turn that fog into operations.

The intern test is useful because it strips away the fantasy. A good agent task should have a clear start, a clear finish, obvious inputs, allowed tools, forbidden actions, and a review path. If those pieces are missing, do not deploy an agent. Write the job down first. Terrible news for everyone who wanted the future to skip documentation.

A practical agent-ready task looks like this: “Every weekday at 8 a.m., check support tickets tagged billing-refund. For each ticket under $100 with no fraud flag and a customer account older than 90 days, draft a refund approval note and send it to a human reviewer. Do not issue the refund.” That is not glamorous. It is also much closer to something that can work.

A bad version looks like this: “Handle refund tickets.” That sentence is not automation. It is a lawsuit starter kit in four words.

Give The Agent A Contract, Not A Vibe

The best AI agent deployments are not built around personality. They are built around contracts. Not legal contracts, though the lawyers may eventually wander in holding coffee. Operational contracts.

An agent contract should define what the agent is allowed to do and what it must never do. It should be plain enough that a manager, developer, and support lead can all argue over the same words. That argument is good. It means the hidden rules are finally becoming visible.

Start with six fields:

This is also where risk management stops being decorative. NIST’s AI Risk Management Framework is voluntary guidance for managing risks in AI systems across design, development, use, and evaluation, and its basic lesson applies neatly here: trustworthy systems need governance, measurement, and monitoring, not just optimism in a hoodie. See the official NIST AI Risk Management Framework for the grown-up version.

Log What The Agent Saw, Did, And Skipped

If an AI agent performs work and nobody can reconstruct what happened, you do not have automation. You have a haunted workflow.

Every serious agent needs an activity trail. Not a vague “task completed” message. A useful trail records the input it received, the sources it consulted, the tools it called, the changes it made, the confidence or uncertainty it expressed, and the reason it stopped. If it touched a customer record, opened a pull request, sent a message, or called an external service, that should be visible after the fact.

This matters even more when agents interact with code or internal systems. A human reviewer should not have to reverse-engineer the agent’s adventure from file diffs and vibes. For development work, the same principle behind an AI coding agent network receipt applies: show what left the machine, what came back, and what changed because of it.

Good logs also improve the next version of the workflow. When an agent fails, the log tells you whether the model misunderstood the task, lacked context, used the wrong tool, hit a permission problem, or ran into a business rule nobody had written down. That is the difference between “AI is bad” and “the refund policy has three contradictory branches.” The second one can be fixed. The first one is just yelling at weather.

The Best Agents Will Look Boring First

The near-term winners will not be the agents that promise to run a whole department. They will be the agents that do one irritating job reliably enough that people stop thinking about it.

Think smaller: classify inbound requests, prepare first drafts, reconcile obvious records, summarize long case histories, monitor status changes, collect missing fields, generate test scaffolds, flag policy exceptions, or package work for human approval. These jobs are not beneath AI. They are exactly where AI can become useful without pretending the business no longer needs judgment.

The pattern is simple. Start read-only. Then allow drafts. Then allow low-risk writes. Then allow limited automation with sampling and review. Then, maybe, expand. If an agent cannot succeed under observation in a narrow lane, it has not earned access to the highway.

This is the more boring version of the AI agent story. It is also the more believable one. Agents are not stuck because autonomy is impossible. They are stuck because autonomy needs rails, and rails require someone to admit how the work actually gets done.

That is the unglamorous 2026 agent playbook: smaller jobs, clearer rules, better logs, human review where it matters, and fewer promises that a chatbot with tool access is about to become the COO. Honestly, the COO should probably be relieved.

See our free AI tools →