AI Agent Management: How to Run, Review, and Improve Your Business Automations Every Week
📢
← Back to Blog

AI Agent Management: How to Run, Review, and Improve Your Business Automations Every Week

John Aspinall · · 15 min read

Building AI agents is the fun part. Managing them is the part nobody tells you about.

I've been running AI agents across four businesses for over a year now. Thirty-plus automations handling everything from daily intelligence briefings to client call follow-ups to listing audits to competitive research. The first few months, I treated every new agent like a project: build it, test it, ship it, move on. That worked until it didn't.

By month three, I had agents producing stale competitive analysis, burning through token budgets I hadn't checked in weeks, and — in one memorable case — creating duplicate Todoist tasks because a Fathom integration had silently changed its output format. Nothing crashed. Nothing threw an error. The automations kept running. They just stopped being useful, and I didn't notice because I wasn't managing them.

That's the part that trips up every operator I talk to. You go from zero agents to ten agents in a burst of enthusiasm, and then you discover that AI agent management is a real discipline. Not a project. Not a one-time setup. A standing operational commitment, like checking your P&L or reviewing your ad spend. The operators who build agents but don't manage them end up with an expensive collection of automated mediocrity. The operators who manage their agents end up with a system that compounds.

Here's the system I use. It takes about two hours a week across all 30+ agents, and it's the reason my automations get better every month instead of decaying.

What Is AI Agent Management?

AI agent management is the ongoing practice of reviewing, tuning, and improving the AI automations that run your business operations. It covers output quality checks, cost monitoring, context updates, performance scoring, and the regular decisions about which agents to keep, improve, or kill.

It's not monitoring — monitoring is passive detection of whether something is running. Management is active intervention to make things run better. And it's not the initial build — that's a one-time project. Management is what happens for the next twelve months after you ship the agent.

Think of it like managing a remote team. You don't hire someone and never check their work again. You review their output, give feedback, adjust their responsibilities, and make staffing decisions based on performance. AI agent management is the same discipline applied to your automation fleet. The difference is that "feedback" means updating a CLAUDE.md file instead of scheduling a one-on-one, and "staffing decisions" means killing an underperforming agent instead of having an awkward conversation.

Most operators skip this entirely. They build agents, celebrate that they work, and move on to the next build. Six months later, they're confused about why their "AI-powered business" feels like it's held together with tape. The agents aren't broken. They're unmanaged.

The Daily 15-Minute Audit

Every morning, before I do anything else, I spend fifteen minutes reviewing what my agents produced overnight. Not all thirty-plus agents — just the ones that ran in the last twenty-four hours and generated output I need to act on.

My daily briefing agent gives me a structured summary first. It pulls together the outputs from every overnight automation into a single document, flagging anything that looks unusual: token costs above the running average, output length significantly longer or shorter than normal, any explicit errors or warnings.

The fifteen-minute audit isn't about reading every output line by line. It's about pattern recognition. I'm looking for three signals:

Drift. Does the output still match what I expect from this agent? My competitive research agent used to produce tight, focused briefs. When I noticed it producing increasingly long outputs with tangential analysis, that was a drift signal — the context window was getting bloated and the agent was losing focus.

Staleness. Is the agent referencing information that's no longer accurate? I check this by scanning for proper nouns — company names, product names, pricing figures — that I know have changed recently. If my agent is still citing a competitor's old pricing tier, the context needs updating.

Cost anomalies. I check the previous day's token spend against my running average. A spike of more than 30% means something changed — longer inputs, different model routing, a new MCP tool returning more data than expected. Most cost spikes have innocent explanations, but catching them early prevents a month-end surprise.

This fifteen-minute ritual has caught more issues than any alerting system I've built. The reason is simple: automated monitoring catches binary problems (running/not running, error/no error). The daily audit catches quality problems that only a human with business context can spot.

The Weekly Tuning Session

Every Friday, I block sixty minutes for what I call the agent tuning session. This is where the real AI agent management happens. The daily audit catches problems. The weekly tune fixes them and makes improvements.

I work through a four-step process:

Step 1: Score the week's outputs. I pull one representative output from each active agent and score it on a three-point scale. A 3 means "I'd use this without editing." A 2 means "usable with minor fixes." A 1 means "I had to redo this or it was wrong." Any agent that averaged below 2 this week goes on the improvement list.

Step 2: Update the context. I review my CLAUDE.md files and skill definitions for any information that changed this week. Did I onboard a new client? Change a pricing structure? Launch a new product? Start using a new tool? Every business change needs to propagate to the agents that reference it. I keep a running "context changelog" in a note — just a bullet list of business changes — and I work through it during this session.

Step 3: Tune the underperformers. For any agent that scored a 1 this week, I diagnose the root cause. It's almost always one of four things: stale context (the business changed and the agent didn't), scope creep (the agent's responsibilities grew beyond its original brief), model mismatch (the task needs more or less capability than the model I assigned), or prompt drift (I've edited the prompt so many times that it's become internally contradictory). Each cause has a standard fix:

  • Stale context → update the relevant CLAUDE.md sections with current information and add a "last verified" date
  • Scope creep → split the agent into two narrower agents, each with a focused brief
  • Model mismatch → route to a different model tier (I use Haiku for simple extraction, Sonnet for analysis, Opus for judgment calls)
  • Prompt drift → rewrite the core prompt from scratch instead of patching it again

Step 4: Review the cost report. I tally the week's total token spend across all agents, compare it to my target budget, and identify the top three costliest agents. High cost isn't automatically bad — my listing audit agent is expensive but saves me $2,000+ per month in VA time. But I want to know where the money goes and whether the ROI still holds.

The entire session takes about an hour. Some weeks nothing needs fixing. Other weeks I'll spend the full hour rewriting a single agent's context. The discipline isn't in doing it perfectly — it's in doing it consistently.

The Monthly Strategic Review

Once a month, I step back and evaluate the entire agent fleet. This isn't about individual agent performance — that's handled in the weekly tune. The monthly review is strategic: is this collection of agents actually serving my business goals?

I ask five questions:

  1. Which agents delivered the most value this month? Value means time saved, revenue influenced, or decisions improved. I force-rank my top five. These agents get protected — I won't change them unless something breaks.

  2. Which agents cost the most relative to their value? I calculate a rough cost-per-hour-saved for each agent. Anything above $50 per hour saved gets scrutinized. Sometimes the agent is doing work I could handle in five minutes, which means the automation wasn't worth building in the first place.

  3. What manual work am I still doing that an agent should handle? I keep a running list of tasks I do repeatedly that feel like they should be automated. Each month, I pick one and build a new agent for it. This is how the fleet grows intentionally instead of randomly.

  4. Which agents should be killed? This is the hardest question and the one most operators avoid. I've killed agents that took me days to build because the business moved on and the task no longer matters. Every dead agent is cognitive load removed — one fewer thing to manage, one fewer context file to maintain, one fewer cost line to track.

  5. Are any agents ready for more autonomy? Some agents start with heavy human oversight and earn their way to full autonomy. My daily briefing ran with a manual review step for six weeks before I trusted it to post directly to Slack. My listing audit agent still has a human-in-the-loop approval for any changes above a certain threshold. Each month, I evaluate whether any agent has earned enough trust to remove a guardrail.

This review takes about an hour. I keep the notes in a dedicated "Agent Fleet Review" document that I can reference month to month. The trend data is more valuable than any single review — it shows me whether my overall system is getting better or slowly degrading.

The AI Agent Management Stack

You don't need fancy tools for this. My entire management system runs on:

A spreadsheet. One row per agent, columns for: name, business function, model, weekly quality score, monthly cost, last context update date, and a notes field. This is the single source of truth for my agent fleet. When I do the weekly tune, I update the scores. When I do the monthly review, I sort by cost and quality to find the outliers.

Dated context blocks. Every section of business context in my CLAUDE.md files includes a "last verified" date. During the weekly tune, I filter for anything older than 60 days and update or remove it. This single practice has eliminated 80% of my staleness problems.

A context changelog. A running note where I jot down business changes as they happen — new client, new pricing, changed process, discontinued product. During the weekly tune, I work through this list and propagate each change to the relevant agent contexts. Without this, I'd forget half the changes and my agents would be running on outdated information.

Output sampling. I don't review every output from every agent. I sample one representative output per agent per week for scoring. For high-stakes agents (anything that touches client communication or financial data), I review every output daily. For low-stakes agents (internal summaries, research pulls), weekly sampling is enough.

The total investment is about two hours per week: fifteen minutes daily for five days, plus sixty minutes on Fridays. For thirty-plus agents, that's roughly four minutes per agent per week. The return is automations that get measurably better every month instead of slowly rotting.

Five AI Agent Management Mistakes I See Constantly

Managing by uptime instead of quality. If your only check is "did it run?" you're managing a cron job, not an AI agent. Running and useful are completely different things. An agent can run every day for six months and produce increasingly mediocre output the entire time.

Never killing an agent. Every agent has a maintenance cost — context to update, output to review, costs to track. Some agents don't earn their keep. Killing them isn't failure. It's portfolio management.

Editing prompts instead of rewriting them. After five or six edits, most prompts become a mess of contradictory instructions. When an agent's quality drops, operators patch the prompt with another instruction. Then another. The fix is often to throw out the prompt and rewrite it from scratch with clean, coherent instructions.

Ignoring cost trends. Token costs change. Model pricing changes. Your agents' behavior changes. An agent that cost $3/month in January might cost $12/month in July because the context window grew, the MCP tools return more data, or you switched to a more expensive model without adjusting the workflow. Track costs weekly or get surprised monthly.

Treating all agents equally. A daily briefing agent and a client-facing content agent need different levels of oversight. I tier my agents into three categories: high-stakes (client-facing or financial, reviewed daily), medium-stakes (internal operations, reviewed weekly), and low-stakes (research and analysis, reviewed monthly). Your management effort should match the risk.

Scaling From Five Agents to Fifty

The management system that works for five agents breaks at twenty. The system that works for twenty breaks at fifty. Here's what changes at each stage:

Five agents is easy. You can hold the entire fleet in your head. Review everything manually. No formal system needed — just discipline.

Ten to twenty agents requires the spreadsheet and the weekly tuning ritual. You can no longer remember what each agent does, when its context was last updated, or what it cost last month. Without a tracking system, you'll forget agents exist until they break.

Twenty to fifty agents requires tiering and delegation. Not every agent gets the same attention. You tier by stakes, you sample outputs instead of reviewing everything, and you start building meta-agents — agents that review other agents' output. My quality-check agent scans overnight outputs for anomalies (unusual length, formatting changes, repeated phrases that suggest stuck loops) and flags them for my morning audit. At this scale, the management system itself becomes an automation.

Beyond fifty agents, you're running an AI operations function, not a side project. That's where most solo operators won't go, and shouldn't need to. Thirty well-managed agents will outperform a hundred unmanaged ones every time.

AI Agent Management FAQ

How much time should AI agent management take per week? For a fleet of ten to thirty agents, budget two hours per week: fifteen minutes daily for a quick output audit, plus sixty minutes once a week for tuning and improvements. If you're spending more than three hours a week managing agents, you either have too many agents or your management process needs streamlining.

When should I kill an AI agent? Kill an agent when its cost-per-hour-saved exceeds what you'd pay a human for the same work, when the business process it handles no longer exists, or when you find yourself spending more time fixing its output than the task would take manually. Don't hang onto agents out of sunk-cost attachment. I've killed agents that took me two days to build. The two days are spent regardless — the question is whether the ongoing maintenance is worth it.

What's the difference between AI agent monitoring and AI agent management? Monitoring is passive — it detects whether agents are running and catches errors. Management is active — it evaluates quality, tunes performance, updates context, manages costs, and makes strategic decisions about the agent fleet. You need both, but monitoring without management just tells you that your agents are reliably producing mediocre output.

How do I know if my AI agents are getting better over time? Track weekly quality scores in your agent management spreadsheet. A well-managed agent should trend from 2s toward 3s (on the three-point scale) over its first three months as you tune its context and prompts. If scores are flat or declining, the agent needs a deeper intervention — usually a prompt rewrite or a context overhaul.

Should I use a platform or tool for AI agent management? For most operators, a spreadsheet and consistent rituals beat any platform. The value isn't in the tool — it's in the discipline of regular review and improvement. If you're running fifty-plus agents across a team, a dedicated platform starts to make sense. For solo operators and small teams, keep it simple.

The Three Things to Do This Week

AI agent management separates operators who build automations from operators who build compounding systems. The agents you built last month should be better today than the day you shipped them. If they're not, you're not managing them — you're just hosting them.

Start with these three actions:

  1. Build your agent roster. Open a spreadsheet. One row per agent. List the name, what it does, what model it uses, and when you last updated its context. You can't manage what you can't see.

  2. Run your first weekly tune. Pull one output from each agent. Score it 1-3. Update any stale context. Fix the worst performer. This single session, done consistently, will improve your entire fleet more than any tool or platform.

  3. Kill one agent. You have at least one automation that isn't earning its maintenance cost. Find it and shut it down. Reducing your fleet by one low-value agent frees up management attention for the agents that actually matter.

AI agent management isn't glamorous. It's not the exciting build phase. It's the operational discipline that makes the build phase worth doing. Two hours a week, every week, and your automations stop being a novelty and start being an operating system.

Want results like these for your listings?

Book a free visual strategy audit and see exactly what changes your marketplace listings need.

Get Your Free Audit