Notion launches its Developer Platform for AI agents. But with a 3 req/s API rate limit, devs are roasting the reality of using it as a database.

Sup, fellow code monkeys? Was doomscrolling Product Hunt instead of fixing my Jira tickets and stumbled upon Notion's latest flex: the Notion Developer Platform. Sounds fancy, but what's the actual tea behind the marketing fluff?
Basically, Notion is tired of just being your glorified to-do list. They want you building on Notion. This release drops a whole bunch of shiny toys: a dedicated CLI, Hosted Workers, database syncs, and the holy grail for modern devs: external APIs for Agents.
You can now plug ai tools (like Claude, Codex, or your in-house franken-bot) directly into your workspace. They operate as "first-class collaborators." You can literally @mention an AI, assign it a task, and have it report back in the comments. Notion is basically trying to position itself as the ultimate infrastructure for AI workflows.
Reading the comments on Product Hunt is an emotional rollercoaster.
The Hype Train: Some devs are absolutely drooling over the CLI and Hosted Workers. Turning AI into a team member you can assign tickets to is a massive W for internal tooling. Someone even pointed out that the landing page is absolute fire (pro tip: hit the Spacebar in the footer for an easter egg). We gotta admit, Notion’s UI/UX team rarely misses.
The Reality Check: But then, an absolute gigachad entered the chat with the realest question: "Why not fix the editor and the slugginess first?!"
This dev spoke for every soul traumatized by trying to use Notion as a headless CMS. It’s great for notes, but for a reliable production database? Absolutely not. They laid out the pain points we all know too well:
Like, seriously? How are you supposed to build scalable caching infrastructure around a 3/s bottleneck? You're honestly better off spinning up a cheap cloud vps and running your own Postgres instances rather than fighting that limit.
Tech giants love the "we are a platform" Kool-Aid. Notion's new features are actually sick, especially for hacking together internal tools where you don't want to build a custom UI from scratch.
But the golden rule of dev survival remains: Use the right tool for the job. Use Notion for your docs, your sprints, and your meeting notes. But if you try to use it as a production database for a scalable app, you're going to hit that 3 req/s wall, your app will crash, and you'll be writing a post-mortem at 3 AM. Save your sanity.