Godmode (godmode.space) is an open-source, web-based platform built by Emil Ahlback (GitHub: FOLLGAD) and collaborators that makes autonomous AI agent frameworks like Auto-GPT and BabyAGI accessible directly in a browser, requiring no Python setup or terminal knowledge. The platform launched in 2023 and rapidly grew to one million users within three months of release, driven by widespread interest in autonomous agents following the viral spread of Auto-GPT. The core idea is that Auto-GPT and BabyAGI normally require users to run code locally in a terminal, configure API keys, and manage dependencies. Godmode wraps these frameworks in a clean web UI so that anyone can type a goal, watch the agent break it into sub-tasks, and see it execute steps autonomously. It supports GPT-3.5 and GPT-4 models via the user's own OpenAI API key. Godmode is designed for general-purpose task automation: users have reported using it for market research, content drafting, code generation, competitive analysis, and exploratory data gathering. The platform includes a live reasoning panel that displays the agent's thought process and intermediate steps in real time, and users can intervene mid-run to correct the agent's direction via an Edit option. Since Godmode is open-source, self-hosting is possible. The hosted version at godmode.space is freemium, requiring users to supply their own OpenAI API key (which incurs OpenAI usage charges starting at approximately $5). The project's GitHub repository (github.com/FOLLGAD/godmode) documents that it reached one million users in three months, underscoring its role as an early popular entry point for the autonomous-agent wave of 2023. Key features: - Browser-based UI for Auto-GPT and BabyAGI with no local setup required - Supports GPT-3.5 and GPT-4 via user-supplied OpenAI API key - Live reasoning panel showing the agent's real-time thought process and step execution - Human-in-the-loop intervention: users can pause and edit the agent's plan mid-run - Open-source codebase (github.com/FOLLGAD/godmode) allowing self-hosting - Goal decomposition: agent autonomously breaks complex objectives into sub-tasks - Freemium hosted access at godmode.space (no-code, browser-only)
Free to use on the hosted site; users must supply their own OpenAI API key (OpenAI charges apply, starting ~$5). No paid subscription tiers listed publicly.