Blog

The Operate Tier: What a Managed Agent Fleet Actually Does

A managed AI agent fleet runs daily in your codebase, posting briefs and committing work. Here is what the Operate tier delivers.

methodologyagent-patterns
Dark ship bridge control room with glowing navigation monitors and radar displays.
Photo by Tom Donders on Unsplash

A managed AI agent fleet is a set of specialized AI agents that run on a fixed schedule inside a client's codebase, each handling a defined marketing or operations function: content drafting, SEO auditing, outbound research, lead qualification, and synthesis. Armada Works deploys these fleets under its Operate tier, a monthly retainer where we run four to six agents for you and deliver their output through a dashboard you own.

This post breaks down what the Operate tier actually delivers day to day, what you still own as the founder, and how it compares to the alternatives.

What the Agents Do Each Day

A typical Operate fleet includes four to six agents, each with a permanent role and a defined cadence. The standard configuration:

  • CMO Agent: reads every sub-agent brief each morning, writes a single synthesis for the founder with the three to five things that need attention.
  • SEO Agent: tracks keyword rankings, audits meta tags and Core Web Vitals, produces content briefs for the Content agent.
  • Content Agent: drafts blog posts, page copy, and email copy based on the SEO agent's briefs and the CMO's queue.
  • Outbound Agent: researches prospects, writes personalized first-touch emails, and stages them in the founder's drafts folder.
  • Sales Lead Agent: qualifies inbound leads, updates pipeline notes, and flags high-priority prospects.

Each agent runs on its own schedule (typically Mon/Wed/Fri at a fixed time). Each commits its work to the client's repo with a bylined commit message. Each posts a structured brief to the reporting dashboard.

Robert Cowherd, founder of Armada Works, describes the operating rhythm this way: "You wake up to a single message from the CMO agent. Behind it, four other agents already ran. The SEO agent flagged two pages with truncated title tags. The Content agent drafted 1,500 words. The Outbound agent wrote three personalized emails sitting in your drafts. All before you opened your laptop."

What the Founder Still Owns

The Operate tier is managed, not autonomous. The fleet runs without daily founder input, but the founder retains full control over three things:

  1. Final review. The CMO agent's daily synthesis takes about five minutes to read. The founder decides what ships and what gets revised.
  2. Prompt tuning. Feedback like "the Content agent sounds too formal" or "focus SEO on the blog, not the pricing page" gets woven into agent prompts between runs.
  3. The codebase. The client owns the repo, the agents, the dashboard, and every state file. If the engagement ends, the system stays.

This is the key structural difference between Armada's Operate tier and a traditional marketing agency. An agency produces deliverables in their own tools. A managed agent fleet produces deliverables as commits in your repo. When you stop paying, you keep everything: the agents, the prompts, the state files, the dashboard.

What a Typical Week of Output Looks Like

Here is what one week of Operate output looks like for a seed-stage SaaS founder:

Day Agent Output
Monday CMO Weekly synthesis with priorities for the week
Monday SEO Technical audit: 3 meta tag fixes, 1 CWV flag
Monday Content 1,400-word blog draft on a keyword the SEO agent briefed
Wednesday Outbound 5 personalized first-touch emails in drafts
Wednesday Sales Lead Pipeline update with 2 new qualification notes
Friday Content Page-copy revision proposal for the pricing page
Friday CMO End-of-week founder message: shipped, blocked, next week

Every item above is a file in the client's repo or a record in their dashboard. Nothing lives in a shared Google Drive or a vendor's Notion workspace.

How Operate Compares to Hiring

The most common alternative to a managed agent fleet is hiring: a fractional CMO, a junior content marketer, a freelance SEO consultant. Here is how the two approaches compare for a founder at the seed-to-Series A stage:

  • Cost. A fractional CMO runs $5,000 to $15,000/month for 10 to 20 hours per week. A junior content hire is $4,000 to $6,000/month plus benefits. The Operate tier runs $5,000 to $12,000/month and covers four to six functions, not one.
  • Ramp time. A new hire takes 4 to 12 weeks to get context on your product, voice, and ICP. The fleet calibrates in one to two weeks through prompt tuning.
  • Coverage. One hire covers one function. The fleet covers content, SEO, outbound, lead qualification, and synthesis simultaneously.
  • Ownership. When a fractional CMO leaves, their playbook leaves with them. When Armada's Operate engagement ends, the repo, the agents, and the dashboard stay with the client.

The tradeoff is real: a human marketer brings judgment, relationship-building, and creative instincts that agents do not. The fleet is best suited for the high-volume, context-sensitive, repetitive work that founders hate doing and junior hires take months to learn.

How the Fleet Coordinates

Agents in an Operate fleet do not message each other. They coordinate through git-committed state files.

Each agent writes its brief to docs/agents/state/. The CMO agent reads all of them, synthesizes, and writes a single founder message. Work requests (new blog topics, outbound campaigns) flow from the CMO into queue files that sub-agents consume.

All state is git. All work is traceable. If any agent produces something wrong, you can see exactly when, why, and what informed the decision. You can roll it back with a single git revert.

This pattern, what we call "git as the coordination layer," is the reason the system stays coherent without meetings, Slack channels, or project management tools. The CMO agent is the synthesizer, and the synthesizer is non-negotiable. Without it, the founder would need to read five separate briefs each morning, which defeats the purpose.

For a deeper look at the weekly rhythm, see how an agent engagement actually works.

What the Operate Tier Costs

The Operate tier runs $5,000 to $12,000 per month, scoped to the complexity of the fleet and the client's needs. The exact price is set on a kickoff call after a Pilot engagement.

The Pilot ($2,500 to $4,000, one week, one agent shipped into your repo) is the natural entry point. It proves whether agents are a fit for your bottleneck before you commit to a monthly retainer. The Pilot fee credits 100% toward the Operate engagement if you continue within 30 days.

Every Operate engagement includes:

  • Four to six agents running on a fixed schedule
  • Weekly founder review and prompt tuning
  • Full dashboard access with daily briefs and synthesis
  • Client ownership of the repo, agents, and all state files

For full pricing across all three tiers (Operate, Build, Transfer), see the pricing page. To understand which tier fits your situation, see how we engage.

Frequently Asked Questions

What happens if I want to stop the Operate tier?

You keep everything. The repo, the agent prompts, the state files, and the dashboard are yours. You can continue running the agents yourself or let them go dormant. There is no lock-in and no data migration.

How long does it take to get the fleet running?

The Pilot (one week, one agent) proves the fit. If you move to Operate, the full fleet deploys in the first week and calibrates over weeks one and two through prompt tuning based on your feedback.

Do I need to manage the agents myself on the Operate tier?

No. Armada manages the fleet: prompt tuning, scheduling, monitoring, and fixing issues. Your only job is to read the CMO's daily synthesis (about five minutes) and give feedback when something needs adjusting.

Can I customize which agents are in my fleet?

Yes. The standard fleet covers content, SEO, outbound, sales lead qualification, and CMO synthesis, but the mix is scoped to your bottleneck on the kickoff call. If you do not need outbound, you do not pay for outbound.

What kind of codebase do I need?

Any codebase with git. The agents commit work as markdown files and state files, so stack does not matter. Next.js, Rails, Django, Go: the architecture is stack-agnostic.

Is the Operate tier right for a solo founder?

It was designed for one. The fleet replaces the four to six marketing and operations functions a solo founder tries to do themselves. The CMO agent's daily synthesis is specifically built so a single person can stay on top of everything in five minutes.


Ready to see if a managed agent fleet fits your bottleneck? Book a 30-minute discovery call. No commitment, no follow-up sequence.

Written by
Robert Cowherd
Book a call