How leading tech companies are killing the builder’s tax with Lakebase
- Lakebase 提供零拷贝共享能力,显著降低数据操作复杂性。
- 统一治理和安全性使开发者更专注于业务逻辑而非基础设施。
- 实际案例表明 Lakebase 可加速数据应用的开发与部署。
How leading tech companies are killing the builder’s tax with Lakebase | Databricks Blog
[](http://www.databricks.com/)
[](http://www.databricks.com/)
- Why Databricks
- * Discover
- Customers
- Partners
- Product
- * Databricks Platform
- Integrations and Data
- Pricing
- Open Source
- Solutions
- * Databricks for Industries
- Cross Industry Solutions
- Migration & Deployment
- Solution Accelerators
- Resources
- * Learning
- Events
- Blog and Podcasts
- Get Help
- Dive Deep
- About
- * Company
- Careers
- Press
- Security and Trust
- DATA + AI SUMMIT 
1. All blogs 2. / Industries
Table of contents
- The hidden cost killing your AI apps roadmap
- Architectural shift: co-locating apps and data
- What tech companies are actually seeing
- The architecture pattern behind the outcomes
- Eliminating the builder’s tax
Table of contents
Table of contents
- The hidden cost killing your AI apps roadmap
- Architectural shift: co-locating apps and data
- What tech companies are actually seeing
- The architecture pattern behind the outcomes
- Eliminating the builder’s tax
TechnologyApril 27, 2026
How leading tech companies are killing the builder’s tax with Lakebase
AI-native apps need operational data and analytics to live together — here’s how teams are removing the barrier.
by Amey Banarse and Madelyn Mullen
Summary
- **Collapse data movement layers**: Leading organizations are using Databricks Lakebase, eliminating ETL and reverse ETL by unifying operational and analytical data on a single governed platform.
- **Enable real-time intelligence**: Apps and AI systems operate directly on fresh, low-latency data without synchronization lag.
- **Productionize AI systems**: A unified architecture reduces operational overhead and enables continuous learning loops at scale.
The hidden cost killing your AI apps roadmap
Across leading tech organizations building AI-native apps, the primary constraint has shifted from model capability to the underlying data architecture, and specifically, data pipelines. The requirements of AI systems to access real-time, stateful context for agents and low marginal cost for rapid, experimental development have exposed the critical flaw in traditional, separated data architectures.
Operational workloads typically run on**cloud transactional databases**(e.g., managed Postgres/MySQL engines), while analytics, ML pipelines, and feature engineering live in the lakehouse. Synchronization between these layers relies on a complex mesh of**CDC pipelines**, **ETL/ELT jobs**, and **reverse ETL frameworks**. This results in systemic inefficiencies:
- **Data staleness**: AI systems operate on lagging snapshots rather than real-time state
- **Architectural fragmentation**: Governance, lineage, and access control are duplicated across systems
- **Operational overhead**: Engineering effort shifts from product development to pipeline orchestration and failure management
We call this the builder’s tax: a structural inefficiency arising from decoupled operational and analytical stacks. For the people within tech companies that build the platforms, SaaS products and developer toolseveryone else runs on, this tax is especially damaging. Every new AI feature spawns another database, another pipeline, another quarter of delay.
Architectural shift: co-locating apps and data
To break this pattern, leading tech companies are redesigning the architecture, moving beyond the adoption of just another specialized tool. We see them running apps and AI directly on the same governed foundation as their analytics.
That foundation isLakebase: a fully managed serverless Postgres engine natively integrated into the Databricks Platform.
- Apps read and write directly against lakehouse-managed data
- Governance is centralized through Unity Catalog across all workloads
- Reliable operational data with automated snapshots and built-in failure recovery
This establishes an Interoperable Application Foundation: a single, governed layer where apps, AI, and analytics share the same operational store.
Real world scenario
Amey Banarse presented“From Transactions to Agents: PostgreSQL in Modern AI Applications” at PostgresConf 2026 [Slides]. Amey covers a live walkthrough of a healthtech claims app built entirely on Lakebase +the AI DevKit, showing how lakehouse intelligence, operational insights and a continuous learning loop run on a single Databricks foundation.
Organizations are typically entering this architecture through three primary vectors:
- **Elimination of reverse ETL pipelines**:Analytical datasets (gold-layer tables) are synchronized directly into Lakebase through native integration. This removes dependency on external tools and reduces pipeline fragility.
- **AI-native apps and internal tools**:RunDatabricks Apps + Lakebase as a single, serverless stack with model serving, feature store and analytics. No extra infrastructure to provision.
- **Agentic memory and state**: Lakebase withpgvector for semantic search becomes the operational memory layer for agents built withAgent Bricks, alongside the data they reason over.
What tech companies are actually seeing
The outcomes below come from tech companies that have moved to a Lakebase architecture:

Expand
YipitDatascaled their AI agent pipeline to process 1M records per hour, achieving 92–95% tagging accuracy and 20x company coverage. By using Lakebase as the relational system of record inside Unity Catalog, their agents operate with a durable, governed state — no fragile external stores, no sync lag.
Quantum Capital Groupwas managing 1.5B+ records across six fragmented data sources. After consolidating on Lakebase, they eliminated 100+ redundant tables, cut data engineering time by 50%, and tripled reporting speed — teams now work from a single trusted dataset instead of fighting version sprawl.
Ensemble Health Partners unified 15+ fragmented SQL Server systems. With Lakebase as the transactional layer, they deployed AI-driven revenue-cycle workflows that improved operational efficiency by 20% and helped customers capture 3–5% more net revenue year over year.
Replit, whose platform powers millions of developers building and deploying software, uses Lakebase + the Databricks AI DevKit to help customers launch production code-generation AI in 3 weeks with 10x developer velocity, eliminating the gap between operational and analytical systems from day one.
IntentHQ, a consumer intelligence platform, centralized its serving layer on Lakebase to power real-time personalization at scale — giving AI models a low-latency operational store that stays in sync with its lakehouse data without custom pipelines.
The architecture pattern behind the outcomes
Despite differing use cases — from AI agents and personalization engines to healthcare workflows and developer platforms — these organizations are not succeeding through isolated optimizations. They are converging on a fundamentally different architectural model.
At its core, this architectural model eliminates the traditional separation between transactional systems, analytical platforms, and AI pipelines, replacing it with a shared, interoperable data foundation.
This pattern consistently includes three tightly integrated layers:
1. **Lakehouse intelligence layer**
A governed, scalable foundation where batch and streaming data, feature engineering, and AI/ML workloads operate. This layer provides the **system of insight**, enabling large-scale processing, model training, and analytics on unified data.
2. **Operational data layer**
A low-latency transactional interface (Lakebase) that serves as the**system of execution** for applications and agents. This layer enables real-time reads/writes, state management, and application logic directly on governed data — without replication or synchronization overhead.
3. **Continuous learning loop**
A closed feedback system where application interactions, agent outputs, and user signals are captured and reintegrated into model pipelines. This establishes a **system of****continuous improvement**, allowing AI capabilities to evolve based on real-world use.
When these three layers share a foundation, AI systems transition from isolated workloads to continuously improving production systems.
Eliminating the builder’s tax
The cuilder’s tax isn’t inevitable. It’s a consequence of building AI on top of infrastructure that was designed for a different era — when databases were monolithic, apps were stateless, and intelligence was a separate project.
Lakebase changes the math! Apps run where the data lives. Agents have the context they need. And the engineering time your team spent on pipelines goes back to shipping.
Watch Amey Banarse’s PostgresConf 2026 session, “From Transactions to Agents: PostgreSQL in Modern AI Applications”[Slides]to see a full AI-native app built on Lakebase in action.
_Databricks Lakebase is serverless Postgres built for agents and apps. Learn more at__databricks.com/product/lakebase__._
Get the latest posts in your inbox
Subscribe to our blog and get the latest posts delivered to your inbox.
Sign up
*
Work Email
*
Country Country*
By clicking “Subscribe” I understand that I will receive Databricks communications, and I agree to Databricks processing my personal data in accordance with its Privacy Policy.
Subscribe

Why Databricks
Discover
Customers
Partners
Why Databricks
Discover
Customers
Partners
Product
Databricks Platform
- Platform Overview
- Sharing
- Governance
- Artificial Intelligence
- Business Intelligence
- Database
- Data Management
- Data Warehousing
- Data Engineering
- Data Science
- Application Development
- Security
Pricing
Integrations and Data
Product
Databricks Platform
- Platform Overview
- Sharing
- Governance
- Artificial Intelligence
- Business Intelligence
- Database
- Data Management
- Data Warehousing
- Data Engineering
- Data Science
- Application Development
- Security
Pricing
Open Source
Integrations and Data
Solutions
Databricks For Industries
- Communications
- Financial Services
- Healthcare and Life Sciences
- Manufacturing
- Media and Entertainment
- Public Sector
- Retail
- View All
Cross Industry Solutions
Solutions
Databricks For Industries
- Communications
- Financial Services
- Healthcare and Life Sciences
- Manufacturing
- Media and Entertainment
- Public Sector
- Retail
- View All
Cross Industry Solutions
Data Migration
Professional Services
Solution Accelerators
Resources
Learning
Events
Blog and Podcasts
Resources
Documentation
Customer Support
Community
Learning
Events
Blog and Podcasts
About
Company
Careers
Press
About
Company
Careers
Press
Security and Trust

Databricks Inc.
160 Spear Street, 15th Floor
San Francisco, CA 94105
1-866-330-0121
- [](https://www.linkedin.com/company/databricks)
- [](https://www.facebook.com/pages/Databricks/560203607379694)
- [](https://twitter.com/databricks)
- [](https://www.databricks.com/feed)
- [](https://www.glassdoor.com/Overview/Working-at-Databricks-EI_IE954734.11,21.htm)
- [](https://www.youtube.com/@Databricks)

- [](https://www.linkedin.com/company/databricks)
- [](https://www.facebook.com/pages/Databricks/560203607379694)
- [](https://twitter.com/databricks)
- [](https://www.databricks.com/feed)
- [](https://www.glassdoor.com/Overview/Working-at-Databricks-EI_IE954734.11,21.htm)
- [](https://www.youtube.com/@Databricks)
© Databricks 2026. All rights reserved. Apache, Apache Spark, Spark, the Spark Logo, Apache Iceberg, Iceberg, and the Apache Iceberg logo are trademarks of the Apache Software Foundation.
- Privacy Notice
- |Terms of Use
- |Modern Slavery Statement
- |California Privacy
- |Your Privacy Choices
- !Image 11
We Care About Your Privacy
Databricks uses cookies and similar technologies to enhance site navigation, analyze site usage, personalize content and ads, and as further described in our Cookie Notice. To disable non-essential cookies, click “Reject All”. You can also manage your cookie settings by clicking “Manage Preferences.”
Manage Preferences
Reject All Accept All

Privacy Preference Center
Opt-Out Preference Signal Honored
Privacy Preference Center
- ### Your Privacy
- ### Strictly Necessary Cookies
- ### Performance Cookies
- ### Functional Cookies
- ### Targeting Cookies
- ### TOTHR
#### Your Privacy
When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer.
#### Opting out of sales, sharing, and targeted advertising
Depending on your location, you may have the right to opt out of the “sale” or “sharing” of your personal information or the processing of your personal information for purposes of online “targeted advertising.” You can opt out based on cookies and similar identifiers by disabling optional cookies here. To opt out based on other identifiers (such as your email address), submit a request in our Privacy Request Center.
#### Strictly Necessary Cookies
Always Active
These cookies are necessary for the website to function and cannot be switched off in our systems. They assist with essential site functionality such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will no longer work.
#### Performance Cookies
- [x] Performance Cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site.
#### Functional Cookies
- [x] Functional Cookies
These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
#### Targeting Cookies
- [x] Targeting Cookies
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant advertisements on other sites. If you do not allow these cookies, you will experience less targeted advertising.
#### TOTHR
- [x] TOTHR
Cookie List
Consent Leg.Interest
- [x] checkbox label label
- [x] checkbox label label
- [x] checkbox label label
Clear
- - [x] checkbox label label
Apply Cancel
Confirm My Choices
Allow All
