You've heard about AI agents. You know they can save time. But where do you actually start? Here's the shortest path from zero to your first working automation.
You’ve probably heard “AI agent” thrown around a hundred times this year. Sometimes it sounds like magic. Sometimes it sounds like marketing fluff.
Here’s the honest version: an AI agent is just software that uses an AI model to decide what to do next.
That’s it. No magic. No PhD required. Just a loop:
The reason solopreneurs care about this is simple: that loop can run 24/7, without you touching it.
The biggest mistake I see solopreneurs make is trying to automate everything at once. They read a Twitter thread about some genius n8n workflow, spend a weekend trying to replicate it, and end up with nothing working.
The better approach: start with one painful task.
Not the most impressive automation. Not the most complex workflow. The one task that you do every week that makes you want to throw your laptop out the window.
For most solopreneurs, this is one of:
Pick one. Build one. Ship one.
You don’t need a dozen tools. You need three:
1. An AI model — ChatGPT (GPT-4o) or Claude. Both have APIs. Both have free tiers.
2. An automation platform — Make (formerly Integromat) or n8n. Make is more beginner-friendly. n8n is self-hostable and has a generous free tier.
3. A trigger — something that starts the automation. This could be a new email arriving, a form submission, a scheduled time, or a Google Sheet update.
Wire these three together and you have a functional agent.
Here’s a real example you can build right now.
The goal: When a new email arrives with the subject line containing “partnership,” draft a polished reply using Claude, and save it as a draft in Gmail — ready to review and send.
Step 1: Set up Make (free account)
Go to make.com and create a free account. Create a new Scenario.
Step 2: Add a Gmail trigger
Add the Gmail “Watch Emails” module. Set the filter to subject contains “partnership”. Connect your Gmail account.
Step 3: Add the Claude API module
Add an HTTP module to call Claude’s API. In the prompt, include the original email content and instructions like:
You are my professional email assistant. Draft a warm, professional reply to this partnership inquiry. Be concise (under 150 words). End with a clear next step.
Email: {{email body}}
Step 4: Save as Gmail draft
Add another Gmail module: “Create a Draft”. Map Claude’s response as the draft body. Set the recipient to the original sender.
Step 5: Turn it on
Enable the scenario. Send yourself a test email with “partnership” in the subject.
That’s your first agent.
Once that’s running, you’ll notice something: the hardest part wasn’t the technology. It was deciding what to automate and writing the right prompt.
Those are skills you get better at with every automation you build.
The next steps from here:
The compounding effect is real. Once you have three or four automations running, you start getting back whole mornings.
If you want all of this laid out in a structured, step-by-step format — chapters, templates, and a prompt library — that’s exactly what my ebook covers.
Get Your First AI Agent — $27 →
No coding required. One working automation by the end of the weekend.