Close Menu
TechBrunchTechBrunch
  • Home
  • AI
  • Apps
  • Crypto
  • Security
  • Startups
  • TechCrunch
  • Venture

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

What's Hot

Destruction 2025 Builder's Stage Agenda is now alive and in shape

June 19, 2025

Kathy Gao brings a real playbook to every stage

June 19, 2025

At TC, Charles Hudson tells us what investors really see at every stage

June 19, 2025
Facebook X (Twitter) Instagram
TechBrunchTechBrunch
  • Home
  • AI

    OpenAI seeks to extend human lifespans with the help of longevity startups

    January 17, 2025

    Farewell to the $200 million woolly mammoth and TikTok

    January 17, 2025

    Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

    January 17, 2025

    Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

    January 16, 2025

    Apple suspends AI notification summaries for news after generating false alerts

    January 16, 2025
  • Apps

    New code for Spotify's apps refers to the much-anticipated “lossless” layer

    June 18, 2025

    Glitch turns the thread into a literal echo chamber

    June 18, 2025

    Facebook will soon roll out support for PassKeys for Android and iOS

    June 18, 2025

    Here's the first look at the rebooted digg

    June 18, 2025

    YouTube launches new shopping product stickers for shorts

    June 18, 2025
  • Crypto

    Hackers steal and destroy millions of Iran's biggest crypto exchanges

    June 18, 2025

    Unique, a new social media app

    June 17, 2025

    xNotify Polymarket as partner in the official forecast market

    June 6, 2025

    Circle IPOs are giving hope to more startups waiting to be published to more startups

    June 5, 2025

    GameStop bought $500 million in Bitcoin

    May 28, 2025
  • Security

    According to web surveillance companies, the internet will collapse across Iran

    June 18, 2025

    Pro-Israel hacktivist group claims responsiveness to alleged Iranian bank hacks

    June 17, 2025

    Pro-Israel Hacktivist Group has allegedly blamed for alleged Iranian bank hacks

    June 17, 2025

    As food shortages continue, UNFI says it is recovering from cyberattacks

    June 17, 2025

    UK Watchdog will fine 23andMe over 2023 data breach

    June 17, 2025
  • Startups

    7 days left: Founders and VCs save over $300 on all stage passes

    March 24, 2025

    AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

    March 24, 2025

    20 Hottest Open Source Startups of 2024

    March 22, 2025

    Andrill may build a weapons factory in the UK

    March 21, 2025

    Startup Weekly: Wiz bets paid off at M&A Rich Week

    March 21, 2025
  • TechCrunch

    OpenSea takes a long-term view with a focus on UX despite NFT sales remaining low

    February 8, 2024

    AI will save software companies' growth dreams

    February 8, 2024

    B2B and B2C are not about who buys, but how you sell

    February 5, 2024

    It's time for venture capital to break away from fast fashion

    February 3, 2024

    a16z's Chris Dixon believes it's time to focus on blockchain use cases rather than speculation

    February 2, 2024
  • Venture

    Destruction 2025 Builder's Stage Agenda is now alive and in shape

    June 19, 2025

    Kathy Gao brings a real playbook to every stage

    June 19, 2025

    At TC, Charles Hudson tells us what investors really see at every stage

    June 19, 2025

    Lock all TC stage passes for the remaining 4 days to save $210

    June 19, 2025

    No, Andreessen Horowitz did not post a tweet for Crypto Scam

    June 18, 2025
TechBrunchTechBrunch

Databricks expands Mosaic AI to help enterprises build LLM

TechBrunchBy TechBrunchJune 12, 20246 Mins Read
Facebook Twitter Pinterest Telegram LinkedIn Tumblr WhatsApp Email
Share
Facebook Twitter LinkedIn Pinterest Telegram Email


A year ago, Databricks acquired MosaicML for $1.3 billion. Now rebranded as Mosaic AI, the platform has become an integral part of Databricks' AI solutions. Today, at the company's Data + AI Summit, the company is announcing several new features for the service. Ahead of the announcement, I spoke with Databricks co-founder and CEO Ali Ghodsi and CTO Matei Zaharia.

At the conference, Databricks will be announcing five new Mosaic AI tools: Mosaic AI Agent Framework, Mosaic AI Agent Evaluation, Mosaic AI Tools Catalog, Mosaic AI Model Training, and Mosaic AI Gateway.

“This year has been great. There's been great developments in Gen AI. Everyone's excited about it,” Ghodshi told me. “But everyone's still concerned about the same three things: how do we improve the quality and reliability of these models? Secondly, how do we ensure cost-effectiveness? There's a huge variance in cost between models, and there are huge orders of magnitude differences in price. And thirdly, how do we do that while maintaining the privacy of the data?”

Today’s announcement aims to address most of these concerns for Databricks customers.

Zaharia also noted that companies currently deploying large language models (LLMs) in production use systems with multiple components. This often means invoking a model (or multiple models) multiple times and using a variety of external tools to access databases, perform search augmentation generation (RAG), etc. These composite systems speed up LLM-based applications, save costs by using cheaper models for certain queries or by caching results, and perhaps most importantly, make results more reliable and relevant by augmenting the underlying models with their own data.

“We see that as the future of really high-impact, mission-critical AI applications,” he explained. “If you think about it, if you're doing something really mission-critical, you want your engineers to have control over every aspect of it. And that's what a modular system does. So we're doing a lot of fundamental research into the best way to create these applications.” [systems] It's designed for a specific task, so developers can work easily, connect all the bits, trace everything, and see what's going on.”

To actually build these systems, Databricks is launching two services this week: the Mosaic AI Agent Framework and the Mosaic AI Tools Catalog. The AI ​​Agent Framework takes the company's serverless vector search capability, which became generally available last month, and gives developers the tools to build their own RAG-based applications on top of it.

Ghodsi and Zaharia emphasized that the Databricks Vector Search system takes a hybrid approach, combining traditional keyword-based search with embedded search. All of this is deeply integrated with the Databricks data lake, with data in both platforms always automatically synchronized. This includes governance features across the Databricks platform (specifically, the Databricks Unity Catalog governance layer) to ensure, for example, that personal information does not leak into the Vector Search service.

Speaking of the Unity Catalog (which the company is now gradually open sourcing), it's worth noting that Databricks is now extending the system to allow companies to curate the AI ​​tools and functions that these LLMs can call when generating answers. Databricks says the catalog will make these services more discoverable across the enterprise.

Ghodsi also emphasized that developers can now use all these tools to build their own agents by chaining together models and functions using, for example, Langchain and LlamaIndex, and in fact, Zaharia said that many of Databricks' customers are already using these tools.

“There are a lot of companies using this, including agent-like workflows. I think a lot of people would be surprised at how many there are, but this seems to be the direction of the future. And even in our own internal AI applications, such as the assistant application on our platform, we're finding that this is the way to build AI,” he said.

To evaluate these new applications, Databricks is also releasing Mosaic AI Agent Evaluation, an AI-assisted evaluation tool that combines LLM-based adjudication to test how well an AI works in production. It also enables companies to get rapid feedback from users (and label initial data sets). Quality Lab includes a UI component based on Lilac, which Databricks acquired earlier this year, that allows users to visualize and search large text data sets.

“All of our clients say they need to label in-house, so they're going to get their employees to do it. All they need is 100 or 500 answers and they can give them to the LLM examiners,” Ghodsi explained.

Another way to improve results is to use fine-tuned models, and for this, Databricks now offers the Mosaic AI model training service, which allows users to fine-tune models using their organization's private data to improve performance for specific tasks.

The final new tool is the Mosaic AI Gateway, which the company describes as “a unified interface to query, manage, and deploy open source or proprietary models.” The idea here is to allow users to query any LLM in a managed way, using a centralized credential store. After all, no enterprise wants their engineers sending random data to a third-party service.

In times of shrinking budgets, AI gateways also allow IT departments to set rate limits on various vendors to keep costs manageable, and they also provide usage tracking and tracing for debugging these systems.

As Ghodsi told me, all of these new features are a response to how Databricks’ users are currently using LLM. “We’ve seen a big shift in the market in the last quarter and a half. At the beginning of last year, no matter who you talked to, they were saying, we’re for open source. Open source is great. But when you really convince people, they were using Open AI. Regardless of what they were saying, regardless of how much they were touting how great open source is, everyone was using Open AI behind the scenes.” Now, these customers are much more sophisticated and using open models (though of course, very few of them are actually open source), and so they’re having to adopt a whole new set of tools to tackle the problems (and opportunities) that come with that.



Source link

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

OpenAI seeks to extend human lifespans with the help of longevity startups

January 17, 2025

Farewell to the $200 million woolly mammoth and TikTok

January 17, 2025

Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

January 17, 2025

Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

January 16, 2025

Apple suspends AI notification summaries for news after generating false alerts

January 16, 2025

Nvidia releases more tools and guardrails to help enterprises adopt AI agents

January 16, 2025

Leave A Reply Cancel Reply

Top Reviews
Editors Picks

7 days left: Founders and VCs save over $300 on all stage passes

March 24, 2025

AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

March 24, 2025

20 Hottest Open Source Startups of 2024

March 22, 2025

Andrill may build a weapons factory in the UK

March 21, 2025
About Us
About Us

Welcome to Tech Brunch, your go-to destination for cutting-edge insights, news, and analysis in the fields of Artificial Intelligence (AI), Cryptocurrency, Technology, and Startups. At Tech Brunch, we are passionate about exploring the latest trends, innovations, and developments shaping the future of these dynamic industries.

Our Picks

Destruction 2025 Builder's Stage Agenda is now alive and in shape

June 19, 2025

Kathy Gao brings a real playbook to every stage

June 19, 2025

At TC, Charles Hudson tells us what investors really see at every stage

June 19, 2025

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

© 2025 TechBrunch. Designed by TechBrunch.
  • Home
  • About Tech Brunch
  • Advertise with Tech Brunch
  • Contact us
  • DMCA Notice
  • Privacy Policy
  • Terms of Use

Type above and press Enter to search. Press Esc to cancel.