Sandeep Swadia, who spent twenty years as a tech CEO, board member, and investor, builds four everyday agents in one walkthrough: one that sorts email, one that drafts documents, one that digests contracts, one that runs interview rehearsals. The tools are the easy part. The lesson worth keeping is the order in which he hands them power: a new agent starts with one job it cannot mess up, and every increase in reach has to be earned.
01Start with a reading job
The chore he starts with is email, and the numbers explain why. He cites a Microsoft study finding the average worker gets 117 emails a day and is interrupted roughly every two minutes, 275 times a day, by an email, a meeting, or a message.
The first agent’s job is to read that pile, not to answer it. Connecting your inbox is the step that turns a chatbot into an agent: instead of you pasting emails into a chat window, the agent reaches into the account itself. Every chat tool does this through connectors, the menu where you link an outside account to the chat, and when you link one, the account’s provider shows you exactly what permissions you are granting. Read that screen instead of clicking through it.
“if you're a little uneasy about letting AI into your inbox, that's a good sign”
Sandeep Swadia, “4 AI Agents To Automate 99% Of Your Life” · 2:51His answer to that unease is the boundary: the agent may read and draft, never send. Assume your agent uses every tool it has explains why the strongest version of that rule lives in the account’s permissions rather than in the prompt; here, at the start, the point is simpler. Keep the agent’s worst possible action cheap while you find out how good it is.
02Five parts of a job prompt
The prompt that assigns the job is plain English, the same words you would type in any chat. The difference is what it has to contain. Swadia’s version: “Review my unread Gmail from the last 24 hours. Sort it into three buckets: urgent, informational, and ignore. For anything urgent, draft a reply that sounds like me. Don’t send anything without my approval.” Four short sentences carrying five parts:
- The job. What the agent is to do: review unread email.
- The tool. Where it does the work: the connected Gmail account.
- The categories. The buckets the output sorts into: urgent, informational, ignore.
- The output. What comes back to you: drafted replies in your voice.
- The boundary. What it may not do: send anything without approval.
When a run disappoints, check which of the five was missing. The job without categories returns mush; the output without a boundary returns surprises. Brief the model like a brilliant new hire is the longer version of the same craft.
03Let the agent earn the next step
After the email agent has run for a few days and its drafts stop needing corrections, Swadia adds the second tool, the calendar, with the same restraint: no moving meetings without approval. Now the two jobs combine. His prompt: look at today and tomorrow, compare the calendar against the urgent emails you found, and tell me what conflicts, what needs prep before a meeting, and what can wait.
Only after he trusts both outputs does he schedule the combined run to happen every morning, unattended. Automate a workflow as a Claude routine covers what a scheduled run needs, and his caution belongs next to it: be slow to schedule anything that touches sensitive data or acts on your behalf.
Behind the whole sequence is a ladder he states outright. First make the work visible, then make it efficient, then make it automatic, and only then delegate the decision.
“we don't get promoted easily, neither should your agent”
Sandeep Swadia, “4 AI Agents To Automate 99% Of Your Life” · 6:36Each rung is a promotion, and the evidence for granting it is boring: you ran the job, you checked the output, your corrections trended to zero. Skipping rungs only makes the agent’s first big mistake more expensive.
04One ladder, every agent
The other agents in his walkthrough climb the same ladder from different starting points. A document agent drafts a pitch deck you edit before anyone sees it. A research agent compiles a briefing you verify before you act on it. In every case the agent’s early work products are drafts, visible to you and nobody else, and the agent gets more reach only as your corrections get rarer.
“if you come in clear, AI will multiply your clarity”
Sandeep Swadia, “4 AI Agents To Automate 99% Of Your Life” · 9:50The multiplication cuts both ways: come in confused and the agent multiplies the confusion. The ladder is how you find out which one is happening while the stakes are still small. If you are choosing which chore to hand over first, Automate the step that slows you down makes that pick for you.
Further reading
- Sandeep Swadia · 4 AI Agents To Automate 99% Of Your Life, the walkthrough this guide draws on
- Microsoft WorkLab · Work Trend Index, the research behind the interruption numbers he cites