惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
腾讯CDC
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
V
V2EX
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
量子位
F
Fortinet All Blogs
G
Google Developers Blog
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
D
Docker
博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
M
MIT News - Artificial intelligence
博客园 - 【当耐特】

The New Stack | DevOps, Open Source, and Cloud Native News

Agentic development hinges on verification. For cloud-native software, that is a runtime problem. AI agents need infrastructure: Why Europe’s regional cloud strategy matters Transform your AI coding agent into a deterministic Java Spring expert WeAreDevelopers is coming to the US to give unsung developers a bigger voice Cleaner AI training data, fewer bugs: Sonar’s SonarSweep explained Observability overload is drowning engineers Google’s DiffusionGemma is 4x faster than its other Gemma models Fable 5: Guardrails and burn rate are annoying users, who say it’s still better than Opus 4.8 The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. AWS can now mathematically prove your VMs are isolated Microsoft pulled 73 GitHub repos after malware attack — but still won’t say who’s compromised Databricks wants to kill the “email me a file” problem for AI agent skills Ramp bets forward deployed engineers can do what off-the-shelf finance AI can’t Git real: AI agents aren’t just for solo developers anymore Anthropic launches Claude Mythos/Fable 5, but you better try it soon This AI agent startup ditched Anthropic for DeepSeek — and says it’s saving millions When your data model is the bottleneck: lessons from Medium’s feature store How long before we stop reading the code? The tokenmaxxing party is over, and Revenium is mopping up How AI is solving the memory crunch it created Microsoft’s pitch to enterprises: Ditch Azure Repos for GitHub, despite its rocky reliability record Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened Why Anthropic just doubled Claude Cowork limits at no charge For years, Apache Cassandra handed this work to your team — 6.0 takes it back “A dangerous combination”: The 2 factors that can “corrupt” AI agent workflows With Foundry, Microsoft bets the enterprise AI battle is about reliability, not capability Microsoft unlocks Visual Studio for developers left behind by its own AI AI teams now deploy 1,000 times a month. Your pipeline wasn’t built for that. Microsoft just made the agent runtime free — and kept everything around it “Whoever builds the most joyous product wins”: The agent war begins
Your AI-generated app runs on their cloud, and that's the...
Oluwadamilola Oshungboye · 2026-06-15 · via The New Stack | DevOps, Open Source, and Cloud Native News

The prompt-to-app loop has gotten genuinely good. Describe the thing, watch it appear, click deploy. Replit, Lovable, Base44 and others have made that cycle feel close to magical. I’ve watched the demos. I get why teams are excited.

But everyone forgets about this detail: The app is running on the builder’s cloud. Not yours.

For a prototype, that barely matters. The moment the app needs to enter a real engineering workflow, it matters quite a bit. Attach your monitoring stack. Test against staging data. Run CI. Clear security scans and audit logs. Satisfy the policy controls your org actually enforces. Have a deployment path your team can own and defend when something breaks. None of that comes with the demo.

That is where the prompt-to-app story starts to crack. Generated output can look exactly like software. If it cannot run in your cloud, move through your pipeline, and satisfy your governance model, it is still closer to a prototype than a production system.

The missing property has a name: Bring Your Own Cloud. BYOC reshaped a decade of SaaS procurement, and it is arriving at AI code generation now. The product can help you build the app. It should not trap the app inside the product.

The AI code-gen tools that figure this out first are going to look a lot more like infrastructure than the demo loop suggests.

How lock-in collapses your production workflow

The cost becomes visible the moment you push past the initial demo. The failures cascade in a predictable order.

Visibility disappears first. Your application runs inside a platform-controlled environment you can’t instrument. No Datadog, no Sentry, no OpenTelemetry, no internal monitoring. When something breaks, you’re dependent on the platform’s support team and status page.

Testing collapses next. Because the app runs outside your development ecosystem, you can’t validate it against your staging environments or your security scans. No integration tests, no load tests, no automated checks in your own pipeline, which means no real basis for trusting the system under production conditions.

Compliance and security break down after that. Without control of the runtime environment, SOC 2 and HIPAA obligations get hard or impossible to meet. Most security teams won’t sign off on production systems they can’t audit, inspect, or validate against their own policies. For healthcare and financial teams facing data-sovereignty requirements, this is a hard stop, not a nuisance.

Finally, infrastructure drifts apart. The AI-generated prototype lives in the vendor’s cloud while your production systems run on yours. Teams end up maintaining two environments, duplicating workflows, and building knowledge silos that are expensive to bridge.

None of this is accidental. Most AI app builders were optimized for fast demos and conversion, not for the visibility, control, and auditability that production systems require. Their hosting model is the business model, the same coupling of functionality to proprietary hosting that drove the BYOC backlash across SaaS in the first place.

What actually separates the builders

The useful question isn’t “which builder is best.” It’s “how much control over hosting do you keep after generation?” Builders fall on a spectrum, and each point on it involves real tradeoffs.

Two honest caveats this table is meant to surface. First, the managed-hosting builders are genuinely better if your goal is a prototype, an internal tool, or a side project you never intend to operate at scale: friction is the enemy there, and they remove it. Second, “bring your own cloud” is not free: you’re trading away convenience for control, and for a quick demo that trade is a bad one. The case for BYOC gets stronger the closer an app gets to production, regulated data, or a long maintenance life, and weaker the further it sits from all three.

How to evaluate an AI app builder

The lock-in problem doesn’t mean avoid these tools. It means evaluate them against where the app is actually going.

If you’re prototyping, demoing, or building something that will live and die inside the vendor’s ecosystem, optimize for speed and pick whichever builder gets you there with the least friction. The hosting coupling is a feature, not a bug, for that use case.

If the app is headed for production, especially with real users, regulated data, or a multi-year lifespan, apply a sharper test before you start generating, not after:

  • Observability: Can you attach your own monitoring, or are you stuck with the platform’s dashboards?
  • Testing: Can the generated app run inside your existing CI, against your staging environments and security scans?
  • Compliance: Can your security team audit and sign off on where it runs?
  • Portability: If you walked away from the vendor tomorrow, what survives: just the code, or the whole deployment path?

Several approaches can pass that test. A BYOC-oriented codegen tool like Bit Cloud is one; an infrastructure layer that wraps a managed builder is another; exporting clean code and wiring your own pipeline is a third. The right answer depends on your team, not on a logo.

The trap to avoid is treating the instant-demo experience as the whole product. Speed at generation time is easy to feel and easy to sell. Control at deployment time is invisible until the moment you need it, and by then, switching costs have already locked in. Decide which one you’re actually buying before the demo convinces you it doesn’t matter.

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don't miss an episode. Subscribe to our YouTube channel to stream all our podcasts, interviews, demos, and more.

Created with Sketch.