Start here

Never used an AI assistant? Start here.

This page explains what Ergod is in plain English — what you can ask it for, what actually happens when you do, and what the free tier really gets you. No jargon. If you finish it and decide Ergod is not for you, that is a fine outcome, and there is a section below that will help you decide exactly that.

The short version

What is it?

Ergod is a helper you talk to by typing a message, the same way you would text a friend. You tell it what you want in ordinary words. It goes away, does the work on its own computer, and comes back with the finished thing — an actual file you can open, not instructions telling you how to make it yourself.

You talk to it inside Discord, a free chat app a lot of groups and friends already use, or in an ordinary browser tab if you would rather not. Both are the same helper working on the same files, so you can start in one and carry on in the other.

The one-sentence version: ask it to build you a website for your bakery, and it will write the actual files and hand them back to you — rather than telling you which steps to follow to build one yourself.
The idea behind it

How is this different from asking a chatbot?

You may have tried something like ChatGPT. You ask a question, it writes you an answer. That is genuinely useful, and for a lot of things it is all you need.

The difference is what you are left holding at the end. Say you ask for a website for your bakery:

A chatbot gives you a recipeYou get a wall of text and some code to copy. Now it is your job to work out where to put it, what to name the files, and what to do when something does not work. Many people stop here.
Ergod gives you the cakeIt writes the files, opens them, checks they work, fixes what it got wrong, and hands you the finished pages. You open them and look at your website. If the colours are wrong, you say "make it warmer" and it changes them.

The industry word for the second kind is an agent. It just means "software that is allowed to take steps on its own to finish a job", instead of only answering and stopping. That is the whole idea. Every other bit of jargon on this site is a detail underneath it.

What to ask for

Things you can actually ask it.

You do not need special wording. Type it the way you would explain it to a person. Here is what a request looks like and what comes back — these are the kinds of jobs it is built for, written out so you can copy the shape.

A small website

"Make a one-page website for my bakery, with the menu and opening hours."

You get the finished page files sent to you. Open them in your browser to look. Reply "add a photo section" or "make the font bigger" and it edits them.

A boring job, done for you

"Rename all these photos so they start with the date."

You get a small program that does it, and it runs it first to prove it works. This is the kind of thing that takes a person an afternoon and takes it a minute.

Something for your friends

"Build a Wordle game using our group's inside jokes as the words."

You get a playable game you can send round. This is the single most common first thing people ask for, because it is fun and you can tell immediately whether it worked.

Reading and summarising

"Look up which of these three board games plays best with four people."

It can search the web and read pages, then give you an answer with the reasons attached. Check anything that matters — it can be confidently wrong, exactly like a person who skim-read.

Making sense of a spreadsheet

"Here is a CSV of my sales. Which month was worst and why?"

Attach the file to your message in Discord. It reads it, does the arithmetic in a real program rather than guessing at it, and tells you what it found. It can read pictures you send it too.

Learning, if you want to

"Explain what you just did, as if I have never coded."

It will. You are allowed to use it purely as a tutor that happens to also do the work — a lot of people start that way and never write a line themselves.

The honest limit. It is good at things that are small, self-contained, and easy to check by looking at them. It is much less good at large, vague jobs ("build me a business"), and it makes mistakes — sometimes confidently. Treat it as a fast, tireless helper who needs checking, not an oracle.
What happens next

So what actually happens when I ask?

You can watch the whole thing happen in the message as it works. This is roughly the sequence:

1

It works out a plan

It reads what you asked and decides what steps are needed, in what order.

2

It gets its own private computer

A small, sealed computer is started just for you. Your files live there. Nobody else can see it or reach it — not other people in your Discord server, not other Ergod users.

3

It does the work, and shows you

It writes files, runs them, and reads whatever comes back. You see each step appear as it goes, so you are never staring at a blank screen wondering.

4

It fixes its own mistakes

When something breaks, it reads the error and tries again. This is the part that makes it feel different from a chatbot: you are not the one debugging.

5

It hands you the result

The finished files arrive in your chat, ready to download. You can also browse everything it made from the dashboard in your browser — click a file to read it there, download any single one, or put it on a public link you can send to someone and switch off later.

6

It remembers

Tell it something about you once — "I run a bakery", "keep explanations short" — and it still knows next week. Your memory is private to you.

Jargon, decoded

Words you will see, in plain English.

These turn up on the rest of this site and across the wider AI world. None of them are as complicated as they sound, and you do not need any of them to start.

AgentSoftware allowed to take its own steps to finish a job, rather than only answering and stopping. That is Ergod.
ModelThe actual AI brain doing the thinking. There are many, made by different companies, and they are better and worse at different things. Free uses one good general-purpose model, chosen for you.
Sandbox / containerThe small sealed computer your work runs on. "Sealed" is the point: what happens in yours cannot touch anyone else's, and nothing you run can escape it.
WorkspaceSimply the folder of files inside your sandbox. Everything Ergod makes for you lives here, and you can download any of it whenever you want.
SessionOne ongoing conversation with its own history. Like separate chat threads — you can keep a "bakery website" session apart from a "photo renaming" one, and go back to either.
AskThe unit your free usage is counted in. It is not the same as one message — see the next section, because this is the one number worth understanding properly.
ToolOne specific ability, like "read a file", "search the web" or "run a program". Ergod has 65 of them available. You never call these yourself; it picks what it needs.
Slash commandA shortcut you type starting with "/", like /help. They work in Discord, and a smaller set works in the browser too — there, typing "/" pops up a list of them with a line explaining each, so you can read what exists rather than memorise it. Handy later. You do not need a single one to get started: plain sentences work.
Sub-agentErgod handing part of a big job to a copy of itself to work on in parallel. Useful on large tasks. Available on the paid tiers.
MCPA standard way to plug an outside service (a task tracker, say) into an AI so it can use it. Genuinely for tinkerers. Ignore it until you want it.
BYOK"Bring your own key" — if you already pay an AI company like OpenAI or Anthropic directly, you can plug that account in and Ergod will use it. This stretches your free usage roughly 5x, because you are paying the AI bill yourself. Optional, and available on every tier including Free.
The free tier, honestly

What does free actually get me?

Free is genuinely free — no card, no trial that expires. Here is exactly what it is, including the part most sites would not volunteer.

Daily usage

10 asks a day

Resets every day. Plus a one-off welcome bonus of 30 extra asks when you start, so your first few days are roomier than your later ones.

Storage

1 GB of files

Far more than a beginner will use. Websites, scripts and games are tiny.

Everything that makes it work

Memory, files, the web, all 65 tools

The free tier is not a crippled demo. The thing that does the work is the same thing paid users get.

A daily top-up

+5 asks for voting

Voting for Ergod on the bot directory top.gg once a day adds 5 asks on top — a 50% bigger day, for free, for about ten seconds of clicking.

The bit worth understanding: an "ask" is not a message. Usage is measured by how much work your request actually took, so a quick question costs less than one ask, and "build me a whole website with five pages" can cost several. Ten asks a day is a comfortable evening of small things and a handful of real builds — it is not ten sentences. Nobody can tell you your exact number in advance, because it depends entirely on what you ask for.

What free does not include: choosing which AI model runs your requests (Free uses one good default), sub-agents, and the shared group workspace. Those are the paid features, and they are described on the pricing section. The paid tiers are $9.99 and $19.99 a month; the second is the same product with roughly double the room, not a better one.

Deciding

Is this for you?

The useful version of this question includes the cases where the answer is no. Here is both halves.

Probably yes, if…you have small ideas you would like to exist and no way to build them; you are curious what AI can actually do and want to poke at it without paying; you already have a Discord group and think your friends would enjoy it; or you want to learn by watching something build things and explain itself.
Probably not, if…you mostly want conversation, writing help or advice — a normal AI chat app is a better and simpler fit, and free too; you need something that handles confidential or regulated data; you want a polished app someone maintains for you rather than files you own and look after; or you want a guarantee it will get things right, which nobody in this field can honestly offer.
You do not need to be able to codeGenuinely. Describe what you want; it does the technical part and will explain any of it on request. Plenty of people use it without ever reading the code it writes.
You do need a Discord account, or a browserA free Discord account takes about a minute, and you can use Ergod in our public server without setting up a server of your own. If you would rather avoid Discord entirely, sign in to the dashboard in your browser and type there instead.
Getting going

Three steps to your first thing.

1

Pick a door

Open the dashboard in your browser and sign in with Discord — this is the shortest path and needs nothing installed. Or join our Discord server and use it there alongside other people.

2

Ask for one small thing

Not your big idea — something you can check in a glance. "Make me a page that says happy birthday with confetti" is a perfect first request. You are learning what it does, and small things teach that fastest.

3

Then change it

Reply with "make the confetti gold" or "add my name". Watching it edit something that already exists is the moment it clicks for most people, and it is where the real usefulness lives.

If you want to add Ergod to a Discord server you run, the install guide covers that. If you would like to know how it works underneath, the guide to Discord AI agents is the next step up in detail, and the technical breakdown is the deep end.

The fastest way to understand it is to ask it for something.

Free, no card, nothing to install. Ask for one small thing and see what comes back.

Start in your browserTry it in our Discord