Nine Months Later, Bubble's AI Gap Is Compounding, Not Closing

Nine Months Later, Bubble’s AI Gap Is Compounding, Not Closing

Last June, I posted Why AI Threatens to End Bubble. The responses mostly fell into two camps: “this gets posted every week” and “AI can’t build anything serious.”

I want to revisit, but I want to start somewhere different this time.

The Real Question

Learning Bubble is hard. It took me months to get decent and over a year to feel confident. The editor, the workflow system, the data model, privacy rules, responsive design, API connector, workload unit optimization. That’s a serious investment, and anyone who’s been through it knows what I mean.

I also want to be clear: Bubble built my foundation. The way I think about data structure, application logic, user flows, and product design all came from building on Bubble. I wouldn’t be where I am today without it.

These foundational skills, thinking about databases, understanding how logic flows through an application, knowing how to scope a feature, these aren’t Bubble skills, they’re software skills. Every experienced Bubble developer already has the foundation needed to direct an AI agent effectively. You’ve been training for this without knowing it.

But there’s a question I keep coming back to: if someone is starting today, or deciding where to invest their next year of learning, should that time go into Bubble?

Two Curves

There’s a learning curve either way. Bubble has one. Agentic coding tools have one too. You still have to understand how databases work, how to think about deployment, how to structure a project, how to articulate what you want clearly. None of that is free.

The difference is what happens to those skills over time.

Bubble skills compound inside Bubble. You get faster in the editor, you learn the patterns, you build reusable components. But that knowledge is locked to the platform. It doesn’t transfer, and it doesn’t get more powerful unless Bubble ships new capabilities.

Skills outside Bubble, understanding tools like Supabase, knowing how to deploy to Railway or Vercel, learning how to direct an AI agent, live in an environment that is compounding exponentially on two axes simultaneously.

First, the tools are getting dramatically easier to use. Nine months ago, deploying an app or managing a database outside Bubble required more from you. Today, the friction has dropped significantly and continues to drop every month.

Second, and this is the part that really matters, the capability ceiling is rising dramatically. It’s not just that these tools are simpler, rather what you can build with them is expanding at a pace that has no historical precedent. Every model upgrade, every new agent feature, every infrastructure improvement immediately translates into more capability for anyone in this ecosystem. Your existing skills become more powerful without you doing anything additional.

That combination, easier to learn AND exponentially more capable, is what makes this different from any previous platform debate. This isn’t “Bubble vs. WordPress” or “Bubble vs. Webflow.” Those were lateral moves. This is a fundamentally different growth curve.

And it’s not a coincidence. Hundreds of billions of dollars are flowing into AI infrastructure, data centers, model training, and agentic tooling. The entire industry, OpenAI, Anthropic, Google, hundreds of startups, is tackling variations of the same problem: making it easier to build software with AI. Bubble is one company with finite resources trying to integrate AI into a proprietary system. That’s not a fair fight, and it doesn’t need to be anyone’s fault for it to matter.

What Changed in Nine Months

To make this concrete, here’s a side-by-side of what’s happened the past nine months:

Outside Bubble

Claude Code now runs multi-agent workflows where parallel agents tackle different parts of a task simultaneously, operating directly on your codebase. Boris Cherny, Head of Claude Code, stated it generated roughly 80% of its own code. A Google engineer publicly acknowledged that Claude reproduced a year of architectural work in one hour. Microsoft has widely adopted Claude Code internally. It hit an estimated $2.5 billion in annualized revenue by early 2026, nearly doubling since the start of the year. Anthropic’s overall revenue reached a $14 billion run rate, up from $1 billion at end of 2024.

OpenAI Codex shipped four major model upgrades in under a year. The latest is what OpenAI describes as “the first model instrumental in creating itself.” The Codex App lets you manage multiple parallel agents on the same repo, and ships with Automations that handle issue triage, CI/CD, and monitoring unprompted. It surpassed 1.5 million weekly active users by February 2026. Cursor, the AI code editor, hit $2 billion in annualized revenue and is seeking a $50 billion valuation.

Replit shipped three major Agent versions in about a year, each delivering 2-3x speed improvements. Agent 4 runs parallel agents across auth, database, backend, and frontend simultaneously, tests its own code, works 200+ minutes autonomously, and builds other agents. Replit went from $10M to $100M ARR in 9 months.

This all largely made possible by drastic decreases in the cost of intelligence. Getting GPT-4 level intelligence cost about $20 per million tokens in late 2022. Today it’s about $0.40. AI of equivalent quality gets roughly 10x cheaper every year.

Inside Bubble

Bubble’s AI Agent launched in beta and is currently only available in apps built using Bubble’s AI app generator. It can create and modify UI, generate dynamic expressions, and work with data types. Workflow generation is being added.

Bubble’s agent still can’t handle conditionals, doesn’t support plugins or API-driven data sources, can’t delete or restructure data types, and can’t access logs or the issue checker. Native mobile editing is guidance-only. These aren’t edge cases. They’re core parts of building a production app.

Bubble’s app generator can scaffold an app in 5-7 minutes, but there’s no conversational iteration after that. As No Code MBA’s 2026 review put it: “Bubble generates the first version, then you’re on your own.” The agent is still rolling out to existing apps, with paying apps months away. MCP support is “on our radar, but not on the roadmap.” Workflow branching won’t arrive until H2 2026 at the earliest.

Emmanuel said it directly in his March 2026 AMA: “Transparently, our AI offering is not yet at par with some of the AI-first companies in our space.”

That’s an honest statement. But when you put the two timelines side by side, the gap didn’t narrow over the past nine months. It widened.

Why the Gap Compounds

This isn’t just about execution speed. It’s structural.

Bubble needs to individually engineer every new capability into its agent because the underlying system is proprietary. Conditionals, plugin support, backend workflows, each has to be built as a feature. Code-first agents just write code. Any new framework or pattern is immediately available. No engineering gate required.

Emmanuel’s counterargument: “Code gives you the illusion of control.” I’d flip that. Bubble gives you the illusion of unlimited capability within a controlled environment. You feel in control because you can see everything visually, but you’re constrained to what Bubble has built support for. The moment you need animations, real-time features, a specific API pattern, or custom server-side logic, you hit a wall.

With agentic tools, you spin up a local server and see your app running live as you make changes. You watch the agent edit in real time, test the result immediately in your browser, and tell it to undo or adjust anything on the spot. It’s visual, immediate, and interactive. And there’s no ceiling. The constraint isn’t the platform’s feature set; it’s your ability to describe what you want.

My Experience

A caveat: I may not be be the median Bubble user. I’m comfortable with architecture decisions, database design, deployment, and security. I don’t write code, but I’m willing to learn how systems fit together. That said, I think anyone who’s gotten good at Bubble, whether intermediate or expert, already has the foundational skills to do what I’m doing. If you can design a Bubble database, you can work with Supabase. If you can think through Bubble workflows, you can direct an agent through application logic. The jump is smaller than you’d expect.

I used Bubble for everything. Multiple production apps, years of investment, real revenue. When Replit Agent and Claude Code became capable enough, I started building new projects on them. I’ve now migrated roughly 90% of my apps off Bubble.

Here’s a concrete example from yesterday. I had a Bubble app I built about two years ago. It’s a fairly simple app, but it still took me a couple weeks to build originally. For the past six months, I’ve had a list of changes I wanted to make, optimizations, UI improvements, new features. I kept putting it off because iterating in Bubble’s editor is slow enough that it never felt worth the time.

Yesterday I decided to migrate it. I spun up a Railway server, created a Supabase database, and gave Claude Code the credentials for both along with my Bubble app export (.bubble file). I told it to analyze the export and create a plan to rebuild the app using Supabase as the database and Railway for deployment. It generated a full refactoring plan. I gave it my Bubble data API token, it exported all the data, and I ran the plan.

Within an hour I had a nearly identical copy of my app running locally. By the end of the day, it was fully deployed, the database was migrated, and I had made every change I’d been putting off for six months. One day versus six months of procrastination, not because the changes were hard, but because the friction of doing them in Bubble made them not worth starting.

That’s not an isolated case. The speed difference across everything I build is 5-10x or more. And beyond speed, there are hard limitations that simply don’t exist outside Bubble: animations, advanced UI, complex API integrations, MCP connections, custom server-side logic, real-time features. If there’s a library that does what I need, I use it.

I still don’t write a single line of code. But I understand systems well enough to direct an agent, and that skill set is getting more powerful every month while Bubble-specific expertise stays roughly the same.

Where This Is Headed

I’m not asking “will Bubble die.” But I think anyone invested in the platform should be watching the trajectory honestly and closely.

To be fair, I underestimated Bubble’s ability to retain its existing user base through switching costs. Existing production apps aren’t going anywhere soon. And the value of managed infrastructure for users who genuinely don’t want to think about ops is real. I was too dismissive of that in my original post.

But if the current trajectory holds, which every single thing is pointing to it doing so, fewer new builders will choose Bubble as their starting point and more and more users will start migrating off.

As code-native tools get easier and more capable simultaneously, the case for learning a proprietary visual system weakens. And that creates a cycle that’s hard to reverse: fewer new users means less revenue, less revenue means less investment in innovation, less innovation means the gap widens further, which drives away more users. Bubble doesn’t need to make a catastrophic mistake for this to happen. It just needs to keep improving at its current pace while the market around it accelerates.

Bubble is not failing. Bubble is improving. But it is improving on much a slower curve than the ecosystem around it, and that matters because AI shifts competition from “who has the best visual builder” to “who compounds model progress into real building capability fastest.”

For the Bubble team and community: what is Bubble’s path to closing this compounding gap before that cycle takes hold? Because from where I’m standing, it’s already turning.

That question feels much more urgent in March 2026 than it did in June 2025.

I would love to hear yalls thoughts

4 Likes

Want to share a link to your new app?

5 Likes

What we can see for sure is AI is great at writing the same annoying types of sentences. I can’t stand reading this stuff or watching the YouTube videos with this junk style of writing.

This type of sentence structure drives me nuts now…this isn’t just annoying. It’s structurally aggravating.

Bubble will be fine. AI by 2029 will no longer improve because there will be no more money. The AI companies need to 45X their paying user base by 2029 to make debt payments. Anybody who wants to pay to use AI already is, and many more who have been playing with $20/month subscriptions are unsubscribing.

2 Likes

This take fundamentally misunderstands how AI is monetized. AI revenue isn’t $20/month consumer subs, it’s Enterprise API spend, Azure/AWS/GCP integrations, and Copilot-style products. This is where the real money is, and it’s only scaling faster. The 45x number is meaningless if you’re only counting ChatGPT subscriptions and ignoring the actual business model.

“Everyone who wants to pay already is” is just wrong. Every major capability jump (tool use, computer use, coding agents) expands the TAM. The products today are unrecognizable from a year ago

And you have the causality completely backwards. AI investment doesn’t dry up because subscriber counts plateau. It dries up if capability gains plateau of which there is zero evidence of happening (unless you can find some!).

“Bubble will be fine because AI runs out of money by 2029” is not a serious argument. It’s wishful thinking from somebody who won’t engage with the actual structural problems

2 Likes

You seem serious but this is satire right?

The skill is mostly about the building with purpose and the right framework and understanding what you’re doing. Getting used to a UI is a very small part of that as can be seen when Bubble completely change’s their UI. and to the extent you are comfortable with a specific editor, design the one you’re using to match (at least the good parts). In that way Bubble is a prototype for me for what I like (and hate in a visual editor)… and I can just mimick whatever UI I like and improve upon whatever I don’t. and add prefrences to handle anything that should be dynamic…

When you see something like the nub of a toggle not being fully right-aligned, it instantly indicates much deeper problems.

To the OP, Bubble has much deeper problems but this very long AI-generated post doesn’t really hit on them. I’ll actually be writing a thread on it soon.

In the meantime, my only request is that you let us know when you run into a wall with your AI-generated app.

1 Like

Don’t know what you’re talking about or why that indicates much deeper problems?!?

Also a problem.

I must be a magician :magic_wand: to fix such huge and deep problems with a quick one second push of my foot pedal… :smiley:

chrome_HDYQRPl8ub

OK, but what about the problems you don’t know about because I haven’t told you them?

Gee whiz. You mean other non problems that you consider aesthetically unpleasing and therefore a “deep problem?” Yeah all the problems that I don’t know about because they exist only in your head and you haven’t told me about them → I fortunately have no way finding them.

I don’t understand the question again (yes that’s another problem probably) but real actual issues I find by reviewing and debugging for real actual problems… but that’s obv not what you’re asking in such a pleasant manner…

No, I’m referring to the other things you don’t know that you don’t know.

U soo nailed with the foundation. I work with Claude Code and basically explain, do stuff as I would in bubble, but with Claude.

That’s true. Building stuff on Bubble feels slower today than with Agents.

Most businesses that implemented AI are getting no return on investment.

Electricity prices going up 25% over next couple of years impacts AI which is power hungry which will cause time to pay for GPUs to go from 3 years to 5 years.

GPUs today are only useful for 2-3 years before new ones should replace old to keep up with any advancements but that means 100s of billions to spend every few years.

Fraudulently reporting useful life as 6 years instead of 2-3 doesn’t equate to legal action, just less investor money available.

Trust me, I have a fundamentally better understanding than the next token prediction machine you used to reply.

1 Like

If you want to believe in Hype go ahead. I’m just looking at numbers that make no sense and to reality of constraints. Business model of AI makes no sense. 2x every 2 years is not feasible…even though they may get slightly less token requirements per task, every improvement in token utilization requires more electricity.

AI is not going away. Neither is Bubble. But AI is not going to see the same improvements or adoption from 2026-2029 as was seen from 2023-2026.

So about this?

I think it would be helpful to prove your point if you show the level of complexity you’re talking about, so we can make sure we’re talking about the same thing.

1 Like

Bubble already made learning, developing and maintaining apps easier, apparently not easy enough…Not only do we have to contend with AI slop images and videos it’s also AI slop apps.

This. Together with the fact that no one has managed to share even one successful business that they themselves vibe coded and maintained.

Cause it’s boring, repetitive and with no other purpose than to farm engagement and internet points.

3 Likes

I spun up a Railway server, created a Supabase database, and gave Claude Code the credentials for both along with my Bubble app export (.bubble file). I told it to analyze the export and create a plan to rebuild the app using Supabase as the database and Railway for deployment. It generated a full refactoring plan. I gave it my Bubble data API token, it exported all the data, and I ran the plan.

That’s all great but do you really think that is the kind of thing an average bubble target audience person would want to be doing? Most are running a traditional business and want a solid website that works well and can be maintained & improved by the founder at their own pace & cost.

For example, earlier I was talking to a physiotherapist who wanted to integrate automated emails into her website, so that when a user signs in for the first time it schedules 3 emails over the next few days. When I told her how easy this was to do in bubble & showed her, her eyes lit up and she said bubble seems like “exactly what she has been looking for”.

Of course she could also “vibe code it” but for someone who literally has no idea about code, databases, cron jobs, APIs etc that is not even likelysomething that crosses their minds. They want “Wix + extra logic & control”, that can help lead them gently, then grow with them as their skills develop. A helpful community where others like them are finding their feet and supporting each other too.

That’s what bubble offers and why I’ll continue to recommend it - where it makes most sense to do so, of course.

5 Likes

This.

and this.

I guess with non-developers this will only occur to them once they’re really deeply locked-in.

Thinking maybe time to build a bubble to code converter or something to free Bubblers that want to escape the lock-in.

Is there something already?