A Discord AI agent is a bot that does not just reply to you — it takes an instruction, plans the work, runs it in a real environment, and hands back the finished result. Most Discord "AI bots" are not agents. The difference matters, and it is easy to check.
These three words get used interchangeably in bot listings. They describe genuinely different things:
The single fastest test: ask it to build something and run it. A chatbot returns code. An agent returns a file that works, and can tell you what happened when it ran.
Everyone in the server already has the app open. There is no CLI to install, no account to create, no onboarding. The distance between "I wonder if" and "it built it" is one message.
Terminal agents are single-player. In a channel, the whole group watches the agent think, and anyone can pick up where someone else stopped. That changes what people build.
A hosted agent keeps working when you close your laptop. Ask for something, go away, come back to files in the channel.
Threads and channels are already a record. A good agent adds memory on top, so preferences and project context survive between sessions.
Ergod is a hosted AI coding agent that lives in Discord. It answers the six questions above like this: it executes code in a per-user Docker sandbox with capabilities dropped and egress filtered; it runs without the Message Content intent, so it cannot read your channel traffic even if we wanted to; it keeps persistent memory per user; workspaces export as a zip; and the free tier is a daily usage budget with no card, which any tier can stretch roughly 5x by plugging in their own Claude, GPT, Gemini, Grok or OpenRouter key.
It is live in 125+ servers. If you want the engineering detail rather than the summary, the technical breakdown covers the sandbox, the tool list and the security model, and how it thinks publishes the actual system prompt.
Free, no card, no install. Try it in our server without adding anything to yours.