
020 - A Real Example of Claude Running a Small Business: What It Actually Costs (Deep Dive))
Can a single tech-savvy person actually build and maintain an AI agent for a small business, or is that just a demo-video fantasy? A full, concrete walkthrough answers that: a fictional flower shop called Rosewood Flowers automates its same-day delivery scheduling using Claude, built from an agent loop, a custom skill, and four real-world connectors, then stress-tested against the costs, maintenance, and failure modes that never make it into a product demo. In plain terms: the difference between a tool (a single action Claude can take), a connector built on the Model Context Protocol, or MCP (how Claude reaches external systems like Shopify, Google Calendar, and a mapping service), a skill (a packaged, progressively-loaded set of business rules Claude only pulls into context when relevant, built using Claude's Agent Skills framework and SKILL.md files), and an agent loop using subagents from Claude's Agent SDK, where a main agent delegates focused tasks, intake, routing, and customer notification, to specialized subagents with their own tools and instructions. Listeners get a full order walked end to end through the system, plus a harder edge case that deliberately escalates to a human instead of guessing. It also gets specific about where this kind of system actually runs: building it requires Claude API access through Anthropic's developer console, a separate product and separate billing from a Claude.ai subscription like Pro or Max, and the skill and orchestration code live as ordinary files, a SKILL.md file and Python or TypeScript scripts, in a code repository like GitHub. Two hosting paths are covered: self-hosting the code on a small server or container, or using Managed Agents, the hosted API Anthropic opened to developers in a 2026 public beta that runs the agent and sandbox directly with no server to maintain. The math on ongoing token costs uses Claude's actual current Sonnet pricing, two dollars per million input tokens and ten dollars per million output tokens, and flags that this is an introductory rate expiring September 1, 2026, a concrete example of how AI infrastructure costs shift over time. It also covers realistic build time (two to four weeks part-time), the skills a builder actually needs, and the maintenance nobody advertises: expiring OAuth tokens, connector APIs changing, model version updates requiring re-testing, and business rule changes that require editing the skill file before the next busy weekend arrives. This is a technical explainer built for listeners who want to understand agents, skills, connectors, and hosting through one fully worked, honest example rather than marketing language. Sources & References Claude Agent Skills overview (SKILL.md, progressive disclosure) — https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview Claude MCP connector documentation — https://platform.claude.com/docs/en/agents-and-tools/mcp-connector Claude Agent SDK subagents documentation — https://code.claude.com/docs/en/agent-sdk/subagents Hosting the Agent SDK (self-hosted deployment options) — https://code.claude.com/docs/en/agent-sdk/hosting Claude.ai subscription vs. API/Console access — https://support.claude.com/en/articles/9876003-i-have-a-paid-claude-subscription-pro-max-team-or-enterprise-plans-why-do-i-have-to-pay-separately-to-use-the-claude-api-and-console Anthropic Managed Agents public beta overview — https://www.roborhythms.com/anthropic-managed-agents-2026/ Claude API pricing overview, 2026 — https://www.cloudzero.com/blog/claude-pricing/ Voice narration is AI-generated.