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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
小众软件
小众软件
I
InfoQ
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Martin Fowler
Martin Fowler
月光博客
月光博客
雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
V
Visual Studio Blog
博客园 - 叶小钗
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
GbyAI
GbyAI
P
Proofpoint News Feed
Apple Machine Learning Research
Apple Machine Learning Research

Databricks

Why Talent Transformation Is the Missing Focus of Enterprise AI Public Health Intelligence Shouldn't Require a Data Scientist Mean Time to Detect Is a Data Access Problem First-party audience data is the ad sales relationship now Rethinking Distributed Systems for Serverless Performance and Reliability The AI Scaling Gap Hiding in Digital Native Companies 10 trillion samples a day: Scaling beyond traditional monitoring infra at Databricks AI success starts with clean data, not just better models How nOps Rebuilt Their Cloud Optimization Platform on Databricks Lakebase, and Why Other ISVs Should Too Peril Predicts: Precision Payouts for a Volatile World The foundation of AI scalability: one team, one platform, one operating model The Federal Data Paradox: Rich in Data, Poor in Access Driving Budapest Forward: How BKK Uses Databricks to Transform City Mobility LLM Vs AI: A Practical Guide to Differences, Use Cases, and Tools Model Risk Governance Is Not the Same as Risk Intelligence Generative AI for Business: A Complete Strategy and Implementation Guide Data Science vs Data Engineering: Choosing Analysis or Infrastructure AI Applications: Tools, Use Cases, and Platforms MLOps vs DevOps: A Practical Guide for Data Scientists and IT Teams Top Data Warehouse Tools For Modern Data Analytics Unlocking SAP Business Context in Databricks with Semantic Metadata Delta Sharing The marketing activation gap has a fix: Databricks and Stitch partner to turn data infrastructure into marketing performance Alert Fatigue Is a Business Risk Backstage with Lakebase Shipping Faster isn’t Learning Faster Why Your OEE Dashboard Is Lying to You The Turbine That Tried to Tell You It Was Failing Predicting Readmissions Isn't Enough. Acting in Time Is. Clinical Trials Run Longer Than They Have To. That's a Patient Problem Network Quality Is a Revenue Problem, Not a Technical One
Enabling Governed Vibe Coding for Enterprise Apps on Data...
Evan Pandya · 2026-06-17 · via Databricks

Vibe coding needs context and control to work in the enterprise

The rise of coding agents has been hard to miss. In the last six months alone, Databricks Apps has seen major growth in the number of customers building apps, leading to a near doubling of the number of active running apps and more than 3x the number of users interacting with apps every week.

Anyone with a clear idea, whether it be a business analyst, a domain expert, or an operations lead, can describe what they need in plain language and get a functional application in hours — and this is transforming how our customers interact with their data.

But in the enterprise, teams need more than a fast starting point to capture value. Most vibe coding tools are optimized for speed and ease. But without the context to build something grounded in real business data–or the control to make sure what gets built is safe to deploy and cost-effective—apps cannot actually make a widespread impact in an organization. 

At Data + AI Summit 2026, we talked about how Databricks is bringing apps vibe coding to the enterprise with three new key capabilities for Databricks Apps: 

  • App Spaces, a new governance boundary to configure resources, access management, and security policies for groups of apps.
  • Genie App Builder, a purpose-built AI app authoring tool for Databricks with native awareness of your data assets, Unity Catalog semantics and workspace context.
  • A new class of Serverless Micro Apps that start up fast when needed and scale down to zero when idle, so organizations can support a broad portfolio of apps without the cost of always-on infrastructure. 


App Spaces: a governance-first approach

Our goal is to enable any user in the organization to safely create and deploy apps on Databricks.

But this means that Databricks admins need to ensure that developers–who may not be application security experts–are able to work securely with data.  As more people build more apps, governance cannot happen one application at a time. Per-app configuration does not scale and creates bottlenecks for platform teams.

App Spaces is designed to solve that. Admins define resource and data access, API scopes for “on-behalf-of-user” access, and security policies at the App Space level. Every app in that space inherits those settings automatically. The guardrails now exist before the first app is created. 

This shifts governance from reactive to systematic. Instead of reviewing each new app as a one-off, platform teams can create pre-approved environments for builders to work within. Builders get more autonomy and admins get consistent visibility–what apps exist, who owns them, how they are being used–across the entire portfolio.

Genie App Builder: AI-assisted creation with all Databricks context 

Genie App Builder gives teams–both technical and less technical–an AI-assisted path from a plain-language description to a working internal app. Users describe what they want to build or provide a screenshot for context, review a generated plan and iterate from there with a live preview of the app updating in a side pane as they go. 

Genie App Builder is a Databricks-aware app builder that allows you to build apps with plain english and iterate on them with a live side-panel preview.

Under the hood, apps are built on AppKit–a TypeScript SDK designed specifically for production-ready Databricks applications. AppKit takes care of built-in caching, telemetry, retry logic and seamless integration with the data and resources in Databricks out of the box.

Because Genie App Builder is built on Databricks, it has direct awareness of your workspace: the tables you have, the semantic layer you have defined in Unity Catalog and the governance policies already in place, so when you describe what you want in a prompt, the builder agent can find the right data and surface it in the app without you having to wire anything up manually.

Serverless micro apps: infrastructure built for scale-to-zero apps 

The economics of traditional app infrastructure are less favorable for smaller, more specialized apps. Many of these types of apps–like departmental tools, and line-of-business workflows–are used in bursts and idle most of the time. Using always-on, dedicated compute means paying for capacity that is often not in use. The alternatives, though, have historically come with their own tradeoffs: slow cold starts, shared environments without isolation, or apps that never get prioritized because the infrastructure cost is hard to justify.

Serverless micro apps are built on a new micro VM-based runtime that resolves this. Each app runs in its own lightweight virtual machine, which means it can start up fast when needed, scale all the way down when idle and stay isolated from other apps. The practical outcome is that deploying a lightweight app on Databricks becomes usage-based, not reserved capacity-based. This makes it much more viable to create entire classes of apps that would otherwise get deprioritized due to cost concerns. 

Summary 

The speed, accessibility, fast iteration of vibe coding does not have to come at the expense of the things that matter in production. App Spaces establishes the governance layer before a single app gets built, Genie App Builder creates inside that layer, with full awareness of your data and workspace context, and microVM-based serverless micro apps make the whole model economically sustainable at scale. The result is a development model where the people closest to your business problems can build and ship apps on real enterprise data  and organizations can support a broad portfolio of apps without governance debt or runaway infrastructure costs.

All three capabilities are coming to Databricks Apps, with private previews coming soon. To learn more, visit the Databricks Apps docs. Ready to start building? Head to Databricks Developers for copyable prompts to get your first app up and running with the help of a coding assistant. And if you missed the Summit sessions, recordings will be available at databricks.com/dataaisummit.