AutoGPT and the autonomous-agent craze

AutoGPT was released on GitHub on March 30, 2023 by Toran Bruce Richards, founder of the games studio Significant Gravitas, just weeks after GPT-4 launched. It was one of the first widely accessible programs to show what happened when you let a large language model drive itself: you give AutoGPT a high-level goal, and it breaks the goal into tasks, decides which actions to take, runs them - searching the web, reading and writing files, executing code - feeds the results back to itself, and repeats, with little or no human input between steps.

The project went viral almost immediately, becoming the top trending repository on GitHub and a constant subject on social media. As of 2026 the repository carries roughly 185,000 stars, putting it among the most-starred software projects on the platform. In October 2023 Significant Gravitas raised venture funding to keep building, and the codebase evolved from the original command-line script into a broader platform for building, deploying, and managing AI agents.

AutoGPT’s lasting significance is as much cultural as technical. It crystallized the public idea of an “autonomous AI agent” and kicked off a wave of imitators and frameworks. It also exposed the limits of the approach: early versions often got stuck in loops, wandered off task, or ran up API bills chasing dead ends - a reality check that tempered the agent hype even as it spread.

Sources

Last verified June 7, 2026