Modified
Agents — the tools that actually run
Stop pasting into ChatGPT. Here are the tools that let an agent read, write, send, and deliver on its own — sorted from easiest to most advanced. You pick where to start.
It is easy to mix these up. Here is the difference in three lines:
Generative AI — ChatGPT, Gemini, Claude in the chat. You ask, it answers. Nothing happens unless you are active.
Agentic AI — Lovable, Cursor, Copilot. You describe what you want to build, and it takes several steps to get there. But it still asks you at every fork in the road.
AI — autonomous programs that run without you babysitting them. They are triggered by a timer, an event, or a flow — and deliver a result without you being involved.
This site covers all three — from how the models work to how you build systems that run themselves. You decide how far you want to go.
What is an AI agent?
You have 50 unread emails. A chatbot helps you write a reply if you paste one in. An opens the email client, reads all 50, sorts by priority, replies to the easy ones, and flags the important ones — without you doing anything.
That is the difference. An AI agent is a program that thinks and acts on your behalf. You give it a goal, the agent plans the steps, uses tools, and delivers a result.
A chatbot answers. An executes. Same difference as asking someone for directions versus asking them to drive you there.
Platforms
Lovable
Build web apps with plain prompts. Best if you want a finished result without touching code.
Bolt.new
StackBlitz full-stack app builder. Quick prototypes straight in the browser, no install needed.
v0
Vercel’s component generator. Spits out React/Tailwind/shadcn components straight from a text prompt.
Cursor
VS Code fork with deep code context. Industry standard for AI-assisted coding among developers.
Windsurf
Codeium’s IDE with "Flows", edits multiple files at once. Strong alternative to Cursor.
Code agents
Claude Code
Anthropic’s terminal tool. Reads your entire codebase, writes and refactors directly in the project — no copy-paste.
Aider
Terminal-based code assistant with Git integration. Works with any model. Commits changes automatically.
Automation & Flows
Open source is free source code you install yourself. You own it, you control it, but you are responsible for running it. means you pay monthly and someone else runs it for you. Pick open source if you want control and want to save money — pick if you want to get going right away with no technical hassle.
n8n
Visual flows for AI automation. Run it yourself for free or pay for the cloud version. Connect language models, webhooks, and databases without code.
Flowise
Build LLM flows visually. Completely free to self-host. Good for flows where the agent searches your own documents.
Most people think automation requires programming. With n8n you can wire Claude up to Gmail, Slack, and databases in an afternoon — visually, without a single line of code.
Multi-agent
Instead of one agent doing everything — a team of agents with clear roles. One researches, one writes, one reviews. They work in parallel and hand off to each other, just like a real team. The result is faster and more reliable than a single agent.
CrewAI
Build teams of agents with clear roles. One researches, one writes, one reviews — in parallel or sequentially.
Some tools build for you: you describe what you want, they deliver a finished app. Others give you a code editor with AI by your side. You write, the AI helps. The difference is how close to the code you want to be.
Assistants
An assistant is an agent you talk to directly — over Telegram, WhatsApp, or the terminal. You give it tasks in chat, the assistant remembers the conversation and acts. Think personal AI colleague, not search box.
Runs locally, talks via Telegram, Signal, or WhatsApp. Plugs into Claude, GPT, or DeepSeek. Fastest-growing GitHub repo ever.
By NousResearch. Builds skills from experience, remembers conversations, and improves itself. Interface via Telegram, Discord, or the terminal.
Common questions
What is an AI agent?
An AI system that works toward a goal in several steps. It plans, uses tools like web search or email, and corrects itself along the way. A chatbot answers questions. An agent does the work.
Can I build an agent without coding?
Yes. Tools like n8n and Flowise let you connect flows visually. You describe the steps, the tool runs them. Code only becomes necessary when you want full control.
What is MCP?
Model Context Protocol, an open standard that connects AI models to tools and data sources. Roughly USB for AI. More terms in the glossary.
What does it cost to run your own agent?
From nothing. Free tiers and local models go a long way while you test. Expect a modest monthly cost once the agent starts doing real work through an API.