ChatGPT plugins were OpenAI's first attempt at giving an LLM access to external tools and live data. Launched in March 2023 and fully shut down by April 2024, the plugin era lasted barely a year. Here is what it taught us about building on AI platforms.
Why Did OpenAI Kill Plugins?
The numbers told the story. Over 1,000 plugins launched, but usage stayed concentrated among power users. Most ChatGPT Plus subscribers never touched them. The interface forced you to manually select which plugins to activate per conversation, three at a time. That friction meant most people ignored the feature entirely.
OpenAI also carried the cost of reviewing plugins, handling security, and supporting third-party developers. When Custom GPTs launched in late 2023, the writing was on the wall. GPTs bundled instructions, knowledge files, and API actions into a single package. No plugin browsing, no activation toggles. By March 19, 2024, new plugin conversations were blocked. By April 9, 2024, plugins were gone (per OpenAI's developer community).
What Did the Plugin Era Actually Prove?
Plugins validated one critical idea: LLMs become dramatically more useful when they can call external tools. Search, retrieve data, take actions. That insight survived the plugin store's death. It now lives in GPT Actions, in Anthropic's MCP protocol, and in every agent framework shipping today.
The Hacker News thread from the original launch in March 2023 captured both the excitement and the skepticism. One commenter warned that OpenAI could easily absorb any successful plugin's functionality, eliminating third-party competition. That is roughly what happened. The best plugin capabilities (web browsing, code execution, image generation) became native ChatGPT features.
What Should Builders Take From This?
Don't build on a single vendor's app store. Build on the capability layer. Tool use, API integrations, retrieval patterns. These work across ChatGPT, Claude, and Gemini today. If your product only works inside one platform's ecosystem, you are one deprecation notice away from starting over.
We run our own AI workflows across multiple models and platforms for exactly this reason. Portability is not a nice-to-have. It is how you survive in AI trends that move this fast.
If you are building with AI and want to stay ahead of shifts like this, join AI Masterminds.
FAQ
What happened to ChatGPT plugins?
OpenAI officially discontinued ChatGPT plugins in April 2024. New plugin conversations were blocked after March 19, 2024, and all existing plugin chats stopped working by April 9, 2024. The replacement is Custom GPTs with Actions, which let GPTs call external APIs without the old plugin installation flow.
What replaced ChatGPT plugins?
Custom GPTs and GPT Actions replaced plugins. Instead of browsing a plugin store and activating tools per conversation, users now interact with purpose-built GPTs that have API actions baked in. OpenAI also launched the GPT Store as the new distribution layer. The shift moved complexity from end users to GPT creators.
Should I build on a single AI platform's ecosystem?
The plugin shutdown is a cautionary tale. Over 1,000 plugins existed when OpenAI pulled the plug. Developers who built exclusively for the plugin store lost their distribution overnight. A safer approach: build on open standards like tool use and API integrations that work across multiple LLM platforms, not just one vendor's marketplace.

