Why we built Helix

The deployment gap: what happens to the software your people build with AI

AI assistants turned your workforce into a thousand developers you didn't hire. Fewer than 1 in 20 of their builds will ever reach production.

The app that never left the laptop

On a Tuesday afternoon, a revenue operations analyst builds an app. She has never written code. She describes what she wants to an AI assistant: pull pipeline data from Salesforce, flag deals with stale next steps, post a digest to Slack every morning. Two hours later, it works.

What happens next: nothing.

There is nowhere to put it. Hosting means a ticket and a queue. Connecting to live Salesforce means credentials she should never hold. So the app stays on her laptop, running when the laptop is open, and the sales team that wanted it never gets it.

The second version of this story is worse. She finds a workaround: a personal cloud account, a password pasted into a config file. Now a real app processes your pipeline data outside every control you have. You will hear about it eventually, probably from an auditor.

Multiply her by a thousand. That is what happened inside the enterprise over the last two years.

For roughly seventy years, the constraint on enterprise software was writing it. Demand outran the supply of people who could code, which is why every IT department runs a backlog and every business unit keeps a list of tools it gave up asking for. That constraint dissolved. Writing software is now something a motivated employee does in an afternoon.

Everything downstream was built for a different world. Deploying, running, securing, paying for, and answering for software was designed around a small number of engineers shipping a small number of things.

Between the analyst's laptop and a governed production app sits a stretch of road nobody owns. That stretch is the deployment gap, and it is where most of what your company builds with AI comes to rest.

Building got solved.
Deploying and governing did not.

The gap

Building outran running and governing.

AI ADOPTION OVER TIME THE DEPLOYMENT GAP AI CODING ASSISTANTS ABILITY TO BUILD MANY CAN BUILD ABILITY TO RUN FEW CAN RUN ABILITY TO GOVERN EVEN FEWER CAN GOVERN

Many can build. Few can run. Even fewer can govern.

The build curve took off the moment AI coding assistants arrived. Running what gets built lags behind. Governing it lags further still.

Three acts, every time

Every technology that employees adopted ahead of IT has run the same three acts.

Act one. A new capability arrives and adoption outruns everyone's plan for it.

Act two. The sprawl. Too much of the new thing, everywhere, with no owner and no controls.

Act three. A control layer forms, and only once it exists does the capability pay off at full scale, because that is when organizations can say yes without flinching.

Spreadsheets turned every analyst into a database administrator, and twenty years later Sarbanes-Oxley forced controls onto the spreadsheets that were, by then, running the books. SaaS arrived on department credit cards, and IT called it shadow IT for a decade, until single sign-on and vendor review made it governable. Only then did SaaS become the default way to buy software. Cloud went the same way: engineers spun up instances freely until platform teams and FinOps turned the sprawl into an operating model.

AI-built software is deep into act two. What follows is the shape of that act, and what act three has to look like.

Spreadsheets
Act one · capability Every analyst becomes a DBA
Act two · sprawl Spreadsheets run the books
Act three · control layer Sarbanes-Oxley controls
SaaS
Act one · capability Bought on a company card
Act two · sprawl A decade of shadow IT
Act three · control layer SSO and vendor review
Cloud
Act one · capability Engineers spin up instances
Act two · sprawl Unmanaged sprawl
Act three · control layer Platform teams and FinOps
AI-built software
Act one · capability Everyone builds now
Act two · sprawl We are here
Act three · control layer Open

Capability arrives first. Sprawl follows. Then a control layer forms, and only then does the wave pay off.

Act one

Everyone builds now

The adoption numbers are the least surprising part of this. Stack Overflow's 2025 survey found 84% of developers use or plan to use AI tools, and half of professional developers use them daily. GitHub Copilot passed 20 million all-time users in mid-2025 and sits inside 90% of the Fortune 100.

The growth that matters is outside engineering. OpenAI reported Codex passed 5 million weekly users in 2026, and about one in five is not a developer. Syntax was the last barrier, and it is gone.

So the finance manager who lived in spreadsheets builds the reconciliation tool herself. The support lead builds a triage app over a weekend. Both would describe it the same way: getting the thing done.

Every company just acquired a workforce of builders without hiring anyone. Act one took about two years.

84%

of developers use or plan to use AI tools

Stack Overflow, 2025 · Microsoft, July 2025

20M+

GitHub Copilot all-time users, now inside 90% of the Fortune 100

Stack Overflow, 2025 · Microsoft, July 2025

Act two

Most of it dies

A demo hides an enormous amount. To run in production, for real users on real data, an app has to answer questions the AI assistant never raised. Where does it run, and what happens when it falls over? How does it authenticate to Salesforce, and with whose credentials? Who can use it? Who maintains it? Where are the logs? What does it cost per month, and whose budget does that hit?

For a professional engineering team with a platform team behind it, answering all of that takes weeks. RSM US puts it at four to twelve weeks of work to make an AI-built app production-ready, for a prototype that took two days to build. The analyst has a laptop. For her, weeks of infrastructure work reads as never.

Nobody owns this stretch of the road. The builder cannot do the work. IT never commissioned the app and usually does not know it exists. So the app dies quietly, one of thousands, each one value the company already paid to create.

The aggregate numbers bear this out. S&P Global found 42% of companies abandoned most of their AI initiatives in 2025, up from 17% a year earlier. Put the stages end to end and the estimate lands below one in twenty.

Fewer than 1 in 20

AI builds ever gets deployed and delivers value. For every twenty an enterprise starts, fewer than one ends up in production earning its keep.

Tray analysis, MIT NANDA + S&P Global

The measurement of the deployment gap drawn above.

Spending runs the other direction. Token consumption climbs every quarter, and boards read the usage charts as progress. A token is a cost. The value arrives when software ships and runs. A company can double its token bill and deliver nothing.

Tokens are a cost. Shipped software is the value. Most enterprises are buying plenty of the first and getting almost none of the second.

The portfolio you can't see

Then there are the apps that ship. Determined builders find a way, and the way rarely runs through IT. What accumulates is a portfolio: real software, touching real systems, on no inventory anywhere.

The Cloud Security Alliance surveyed enterprises in 2026 and found 82% had discovered unknown AI agents running in their environments. The detail that matters: 68% of those organizations had rated their own visibility as strong.

The security record is what you would expect from software written fast, by non-engineers, with no review. Wired has reported, in findings Gartner cites, that thousands of vibe-coded apps have exposed corporate credentials and personal data on the open web, many with no authentication at all. Gartner puts a number on where this goes: by 2027, at least 30% of application security exposures will come from vibe-coding practices.

Every step here was rational. The builder needed the app to reach Salesforce and had no legitimate place to put a credential, so the credential went into the code. The exposure is the sum of a thousand rational decisions.

Every ungoverned app is a future incident with a timestamp you don't get to pick.

The bill arrives later

Two costs land after the fact.

The first is maintenance. Gartner predicts 60% of vibe-coded applications will be retired by 2028 for failing to deliver predictable business value, and that by 2028, 30% of software engineering teams will experience material capacity strain from maintaining them. Read those together and they describe one object: an orphan. An app whose author changed roles or left, with no documentation and no owner, now sitting on an engineering team's desk because it turned out to matter.

60%

of vibe-coded apps will be retired by 2028 for failing to deliver predictable business value

Gartner, June 2026

30%

of engineering teams will feel material capacity strain from maintaining them

Gartner, June 2026

The second is the audit. The EU AI Act has been phasing in since 2024, with standalone high-risk systems facing enforcement from December 2, 2027 under the Digital Omnibus, and Article 99 sets penalties up to €15 million or 3% of worldwide turnover. Details vary by risk class. The posture is uniform: produce an inventory. What AI systems are running? Who owns each one? What data do they touch? Where is the logging?

A company with a thriving invisible portfolio stops at the first question, and every question after it depends on the first.

Governance turns out to pay for itself. Gartner projects that by 2028, governance technologies will cut regulatory compliance costs by 20%, freeing roughly 10% more investment for strategic growth. Governing by construction, where every app arrives with an owner, an audit trail, scoped access, and a spend cap, costs a fraction of reconstructing all of it after the regulator's letter arrives.

That is act two: value that never ships, software nobody can see, and a bill that arrives with someone else's name on it.

Act three

The governed runtime

Act three has always been a control layer. For AI-built software, that layer is a runtime: somewhere the app goes when the builder is done, that runs it and governs it in the same motion.

Its requirements fall out of act two. Deployment has to be one step from whatever assistant the builder already uses, because a builder who hits friction returns to the workaround. The platform has to run the app on managed infrastructure, because the builder has no ops team and never will. Credentials have to live in the platform rather than the code, so there is nothing to leak and nothing to hunt down later. And every app needs an owner of record and a registry entry, with spend metered per app, because that inventory is what visibility, budgets, and the auditor's first question all depend on.

01 One step from the assistant.

Friction sends builders back to the workaround.

02 Managed infrastructure.

The builder has no ops team and never will.

03 Credentials in the platform.

Nothing to leak, nothing to hunt down.

04 An owner of record.

The inventory everything else depends on.

One design test sits above the rest: the governed road has to be easier than the workaround. Governance by mandate gets routed around. At citizen-developer scale it holds when builders choose it, and builders choose whatever ships their app fastest. The real test is whether the analyst takes it on any given afternoon.

The analysts have started mapping the category. Gartner's Market Guide for Enterprise Vibe Coding Platforms (April 2026) finds the code-generation step commoditized across platforms, with differentiation centering on governance controls, deployment pipelines, and back-end integrations. For software engineering leaders, Gartner reports, governance, security, and exit strategy outweigh generation speed as selection criteria.

That's why we built Tray Helix: a governed runtime that takes an app from a vibe-coded project to a governed, live app, and gives IT one view of everything that ships. Expect more entrants. Act three always draws a crowd once act two gets big enough, and this is the biggest act two yet.

Close

The thousand developers are already inside your company. They have been building for two years, and most of what they built is either dead on a laptop or alive somewhere you cannot see.

We built Tray Helix because someone has to run act three. An inventory. A named owner on every app. Credentials no one can leak. And one command that takes the analyst from her laptop to a governed production app, on her own, without asking anyone's permission.

Give your thousand developers somewhere to ship.

Helix: the governed runtime for AI-built apps.

Related reading

Sources
  • Stack Overflow, 2025 Developer Survey. 84% of developers use or plan to use AI tools; 51% of professional developers use them daily.
  • Microsoft (GitHub), July 2025 earnings disclosure via TechCrunch. GitHub Copilot passed 20M all-time users; used by 90% of the Fortune 100.
  • Gartner, "Govern Vibe Coding for Citizen Developers With Self-Service Platforms," G00858202, June 2026. 60% of vibe-coded applications retired by 2028 for failing to deliver predictable business value; by 2028, 30% of software engineering teams will experience material capacity strain from maintaining vibe-coded applications; cites Wired reporting on thousands of vibe-coded apps exposing corporate credentials and personal data on the open web, often without authentication.
  • Gartner, "How to Improve Governance of Your Growing AI Portfolio," G00851479. By 2028, governance technologies will decrease regulatory compliance costs by 20%, with about 10% more investment available for strategic growth.
  • Gartner, "Market Guide for Enterprise Vibe Coding Platforms," G00844703, April 2026. The code-generation layer is commoditized across platforms; differentiation centers on governance controls, deployment pipelines, and back-end integrations. For software engineering leaders, governance, security, and exit strategy outweigh generation speed as selection criteria. By 2027, at least 30% of application security exposures will result from vibe-coding platforms' coding practices.
  • Cloud Security Alliance, April 2026 survey. 82% of organizations discovered unknown AI agents in their environments; 68% of those believed their visibility was strong.
  • S&P Global Market Intelligence, 2025. 42% of companies abandoned most of their AI initiatives, up from 17% the year prior.
  • Tray analysis, MIT NANDA + S&P Global. Basis for the "fewer than 1 in 20 AI builds deliver value" figure.
  • RSM US, 2026, "Moving AI-generated apps to production." Making an AI-built app production-ready typically takes 4 to 12 weeks of work.
  • OpenAI, 2026. Codex passed 5 million weekly active users; about 1 in 5 is not a developer.
  • EU AI Act, Article 99. Penalties up to €15M or 3% of worldwide turnover; standalone high-risk obligations from December 2, 2027 (Digital Omnibus).