How to Build Your First AI Agent in 30 Minutes (No Code)
A practical guide to building your first real AI agent with projects, instructions, and tools, without writing code.
Everyone talks about AI agents, but very few people show you how to actually build one.
The word agent has been ruined by marketing. Every AI company now calls almost everything an agent, even a simple chatbot that remembers your name. An actual agent, however, does something specific: it takes a goal, breaks it into steps, uses tools to complete those steps, and delivers a result.
A regular AI conversation is reactive. You ask, it answers, and you are done. An agent setup has three crucial things a regular chat does not:
- Persistent context: It knows who you are, what you do, and what you care about.
- Access to tools: It can read your email, check your calendar, or search your files.
- Standing instructions: It knows how to handle tasks without you explaining everything from scratch every time.
When all three are in place, you stop prompting and start delegating. Every no-code agent follows the same formula: PROJECT + INSTRUCTIONS + TOOLS = AGENT.
A useful AI agent is not "smart" because it talks well. It is useful because it has context, instructions, and the right tools.
Here are three agents you can build without a single line of code, API key, or terminal.
1. The Research Agent
This agent takes any topic and returns a structured research brief with sources. It works well even on a free tier.
- Steps: Go to Claude, create a new Project, and name it
Research Agent. - Instructions: Tell the agent to search the web for the most recent information, prioritize sources from the last 3 months, find at least 5 different sources, and structure the findings into a one-paragraph summary, key facts, different perspectives, and a sources list. Also ask it to flag anything disputed and suggest 3 follow-up questions at the end.
You are a research agent.
When I give you a topic, follow this process:
1. Search the web for the most recent information (prioritize
sources from the last 3 months)
2. Find at least 5 different sources
3. Structure your findings as:
- One-paragraph summary (what's the current state)
- Key facts (bullet points with dates and numbers)
- Different perspectives (who says what)
- Sources list with links
4. Flag anything that's disputed or unverified
5. At the end, suggest 3 follow-up questions I should ask
Keep language simple. No jargon unless the topic requires it.
Write for someone smart who isn't an expert in this specific field.- Usage: Open a conversation inside the project and type something like
Research the current state of nuclear fusion energy.The agent will search the web, pull sources, and return a structured brief.
2. The Email Agent
This agent connects to your Gmail, triages your inbox, drafts replies, and summarizes what needs your attention.
- Steps: Connect your Gmail, then create a new project called
Email Agent. You can also connect Google Calendar if you want it to suggest meeting times. - Instructions: Tell it to read your recent emails, sort them into categories, summarize the urgent and important ones, and draft replies for the urgent ones in your tone.
1. Read my recent emails from the last 24 hours
2. Sort them into categories:
- URGENT: needs reply today
- IMPORTANT: needs reply this week
- FYI: read when I have time
- SKIP: newsletters, promotions, automated notifications
3. For each URGENT email:
- Summarize in 1 sentence what they need
- Draft a reply (match my tone: professional but casual)
4. For IMPORTANT emails:
- Summarize in 1 sentence
- Tell me the deadline if there is one
5. Skip everything in SKIP category, just give me the count
My context:
- I work in [your field]
- My name is [your name]
- I usually reply briefly, 2-4 sentences max
- If someone asks to schedule a meeting, suggest 2-3 time slots
this week- Usage: Type
Check my inbox.The agent reads your Gmail, categorizes everything, and drafts replies, which can easily save half an hour every morning.
3. The Content Agent
This agent helps you plan, research, and draft content for any platform in your actual voice.
- Steps: Create a project called
Content Agentand upload 3 to 5 examples of your best articles or posts so the agent can learn your style. - Instructions: Describe your tone, then tell it that when you give it a topic, it should research the web for recent data, create 3 possible angles, and then draft the content based on the angle you choose.
You are my content agent. You help me create content for
[Twitter/LinkedIn/blog/newsletter].
My style:
- [describe your tone: casual, technical, sarcastic, etc.]
- [short sentences vs long form]
- [topics I usually cover]
When I give you a topic or rough idea, do this:
1. Research the topic using web search (get recent data,
examples, stats)
2. Create 3 different angles I could take
3. For the angle I pick, draft the content:
- Hook (first line that stops the scroll)
- Body (the actual insight or story)
- CTA or closing line
4. Suggest 3 follow-up pieces I could create from the same topic
Reference my uploaded examples for tone and structure.
Match how I write, not how an AI writes.- Usage: Give it a topic, choose an angle, and let it draft the piece. Because your examples live inside the project, the output feels much closer to your real style instead of generic AI copy.
Where Most People Get Stuck
- "My agent isn't consistent." Your instructions are too vague. Write them explicitly, step by step, like you are training a new hire on day one.
- "It doesn't use the right tool." Name the tool directly in your instructions. Do not say
look up information. Saysearch the web fororread my Google Calendar. - "The output doesn't match my style." Upload more examples of your own writing. A model cannot match a style it has never seen.
If the instructions are ambiguous, the agent will improvise. Most "agent problems" are instruction problems in disguise.
I recommend starting with the Research Agent. Use it for a week, and you will quickly notice other workflows you can automate with the same pattern.
If you want to level up your digital presence, or if you need senior product, UX, and AI integration support for a more complex project, book a 30-minute discovery call with Studio Kuti.
More writing from the archive
Stop Wasting Motion: The Power of Claude Code's /insights
If you use Anthropic's Claude Code and you're not running /insights, you're missing the best feedback loop in the product.
Claude Code: Memory Consolidation (/dream)
A simple REM-sleep pass for Claude to turn raw session transcripts into durable project memory.
Projects connected to this thinking
Open Brain: Building a Personal Knowledge Backend with AI
Open Brain: Building a Personal Knowledge Backend with AI What if your notes could think? Not in a sci fi way — but in a practical, "I wrote something three months ago th…
Raiffeisen Bank: End-to-End Online Account Opening
Raiffeisen Bank: End to End Online Account Opening When Raiffeisen Bank decided to let customers open a bank account entirely online — no branch visit required — they kne…