Sign in to view Matei’s full profile
or
New to LinkedIn? Join now
By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.
Sign in to view Matei’s full profile
or
New to LinkedIn? Join now
By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.
Berkeley, California, United States
Sign in to view Matei’s full profile
Matei can introduce you to 10+ people at Databricks
or
New to LinkedIn? Join now
By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.
189K followers
500+ connections
Sign in to view Matei’s full profile
or
New to LinkedIn? Join now
By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.
View mutual connections with Matei
Matei can introduce you to 10+ people at Databricks
or
New to LinkedIn? Join now
By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.
View mutual connections with Matei
or
New to LinkedIn? Join now
By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.
Sign in to view Matei’s full profile
or
New to LinkedIn? Join now
By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.
Websites
- Personal Website
-
https://people.eecs.berkeley.edu/~matei/
- Company Website
-
https://www.databricks.com/
About
Welcome back
By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.
New to LinkedIn? Join now
Activity
189K followers
-
Matei Zaharia reposted thisMatei Zaharia reposted thisDatabricks New Feature: Genie Code Task for Jobs 🚀 You can now use Genie Code to run an autonomous agent as part of a job with the Genie Code task. Genie Code works from a natural-language prompt and runs with auto-approve. The Genie Code task type launches a new Genie Code chat with your prompt and produces a response. Genie Code reads data, calls tools, and acts on your prompt without requiring additional input or approval. After the run completes, you can open the chat and continue to interact with Genie Code. Use a Genie Code task when you want to automate complex analysis, data operations, or decision-making as part of a scheduled job. For example: - Summarize overnight job results and email a report. - Analyze incoming data and flag anomalies. - Investigate a Jira ticket and propose a fix. - Generate a weekly compliance audit. Find the link in the comments for more details. #databricks #data #ai
-
Matei Zaharia reposted thisMatei Zaharia reposted thisIn this tutorial, Jules Damji (Databricks) walks through a real problem for agent developers: they already use multiple coding harnesses, but switching them makes it hard to share context, carry policies and guardrails, collaborate without pasting into Slack, and see whether the agents did the right thing. Omnigent sits atop those harnesses as a session-scoped meta-harness, so context and policies persist, and OpenTelemetry traces go to MLflow. In the demo, Polly orchestrates a coding task, assigns the coding work to Codex, and routes review and a PR to Claude. In MLflow, you can inspect the tool chain, token counts, duration, and which agent ran which span. #Omnigent #MLflow #AIAgents
-
Matei Zaharia reposted thisMatei Zaharia reposted thisGenie is changing how teams get answers from their data. In this DataFramed conversation, Databricks Co-Founder and Chief Architect Reynold Xin shares how he now uses Genie to investigate product metrics directly, and why that experience depends on the right data model, ontology, and governance underneath it. He also digs into Lakebase Postgres, LTAP, and how databases are evolving as agents become a primary persona. https://lnkd.in/g-nqzd7p
-
Matei Zaharia reposted thisMatei Zaharia reposted thisAs SVP of Finance at one of the fastest growing companies in the world, I use Genie every day to run our financial operations. I just had an issue resolved 98% faster compared to pre-Genie workflows. 3 hours ago, I noticed two of my go-to dashboards were out of sync - a common single source of truth issue for any finance team. Given I'm in Asia, this problem would have taken 2 days to resolve: requiring me to send an email to the US-based data engineering team overnight, have numerous individuals diagnose it and 1 or 2 days later the fix would appear in the dashboard, a frustrating delay and expensive resolution. Instead in Genie, I did a pretty simple query: "I'm trying to reconcile the total $DBU from the $DBU Finance dashboard and the Record Book. They are usually the same but in the last few weeks a small delta has emerged." (note $DBU is our internal measure of consumption). Within 60 seconds, Genie gave me the answer (and a quite ironic one as you can see below 🚀 ) - it was able to create a complete replica of the old dashboard with this fixed. Additionally, it went ahead and proceeded with my approval to submit a ticket to have the original table updated. My team is ready to talk to any other finance execs who would like to have the same power at their fingertips! 2 days to 60 seconds! It is truly game changing.
-
Matei Zaharia reposted thisMatei Zaharia reposted thisFast, fault-tolerant PyTorch training on AI Runtime With the emergence of some really cool OSS models, lot of folks are starting to post-train and customize models on Databricks AI Runtime platform where they don't have to worry about managing clusters, restarting jobs if hardware fails and get the best performance out of GPUs A great read on how we made it all happen Read more on the Databricks Blog »Fast, fault-tolerant PyTorch training on AI RuntimeFast, fault-tolerant PyTorch training on AI Runtime
-
Matei Zaharia reposted thisMatei Zaharia reposted thisGLM-5.3-Flash at 270 tok/s! Databricks inference team is on fire. We launched GLM-5.3-Flash today, and made it run super fast. So proud of the team! On our OfficeQA Pro v2 benchmark, GLM-5.3-Flash delivers 10% higher quality than GLM-5.2 at just 1/10 the cost. Fast, cheap, and good.
-
Matei Zaharia reposted thisMatei Zaharia reposted thisZ.ai's latest open-weight model, GLM 5.3 Flash, is now available on Databricks! GLM 5.3 Flash joins 30+ open-source and frontier models on Databricks. On Databricks’ OfficeQA Pro v2 benchmark, it delivers 10% higher quality than GLM-5.2 at just one-tenth the cost, pushing out the quality-cost-pareto frontier. With new multimodal support, it can now read figures and verify web pages at coding. Run GLM 5.3 Flash where your data already lives — governed, secure, and ready for custom AI apps and agents. Control access, spend, and observability across all your AI with Unity Gateway. https://lnkd.in/gyG8433E
-
Matei Zaharia reposted thisMatei Zaharia reposted thisWe asked a frontier agent to count the local maxima on a chart. It looked at the image, thought for 50 seconds, and got it wrong: 17 instead of 18. Then we gave Databricks Genie the same chart, but first extracted its values into structured JSON with ai_parse_document. Genie got the right answer. This is the core problem with agents and enterprise documents: the most important numbers often live inside charts, and a caption alone can't capture them. Agents can only search text, so they either retrieve the wrong page, or the right page without enough detail to answer. We tested a fix: parse charts into structured JSON at ingestion, index it with ai_prep_search, and let a lightweight 300M-parameter text embedding model do the retrieval. Across two chart-heavy benchmarks, this approach beat four multimodal embedding models up to 10x its size. Chart-JSON enrichment will power Genie One to answer questions over PDFs for databricks customers. It will also be available in ai_parse_document soon. Pair it with ai_prep_search to build agentic retrieval systems that actually get the numbers right. https://lnkd.in/gaT4byAS
-
Matei Zaharia reposted thisMatei Zaharia reposted thisSpaceXAI's latest model, Grok 4.6, is now available on Databricks! Grok 4.6 sets a new state-of-the-art performance standard with Genie harness on Databricks' OfficeQA Pro v2 benchmark, our flagship benchmark for complex data reasoning tasks on enterprise documents. Run Grok 4.6 where your data already lives - governed, secure, and ready for custom AI apps and agents built with the data in your Lakehouse. Govern every call, monitor performance, and scale securely across your AI apps with Unity Gateway. https://lnkd.in/gK55k5AT
-
Matei Zaharia liked thisMatei Zaharia liked thisThe average production database on Neon changes size about once every 81 seconds, using only the compute it needs. We wrote a deep dive into how we run autoscaling: https://lnkd.in/gPHnpEzZ
-
Matei Zaharia liked thisMatei Zaharia liked this“Genie is a game changer. Genie helps me go from ideation to production faster, quicker, and without any errors.” Hear directly from users on how they’re using Genie to ask better questions, get to answers faster, and work across the tools they already use 🧞 https://lnkd.in/gjKVKVEC
-
Matei Zaharia liked thisMatei Zaharia liked this❗ Databricks just published a library of pre-built, production-ready industry data models covering 40 industries. This is especially valuable when you’re new to a business domain. Instead of starting from a blank sheet and spending weeks debating how the domain should be structured, you can review an existing reference model and adapt it to your needs. That gives you a strong starting point for: - entities - relationships - naming conventions - domain structures - industry-specific patterns It can significantly shorten the learning curve and help teams move from discussion to implementation much faster. Link to repo in first comment 👇 #databricks #databrickscommunity #databricksmvp
-
Matei Zaharia reacted on thisMatei Zaharia reacted on thisDatabricks New Feature: Genie Code Task for Jobs 🚀 You can now use Genie Code to run an autonomous agent as part of a job with the Genie Code task. Genie Code works from a natural-language prompt and runs with auto-approve. The Genie Code task type launches a new Genie Code chat with your prompt and produces a response. Genie Code reads data, calls tools, and acts on your prompt without requiring additional input or approval. After the run completes, you can open the chat and continue to interact with Genie Code. Use a Genie Code task when you want to automate complex analysis, data operations, or decision-making as part of a scheduled job. For example: - Summarize overnight job results and email a report. - Analyze incoming data and flag anomalies. - Investigate a Jira ticket and propose a fix. - Generate a weekly compliance audit. Find the link in the comments for more details. #databricks #data #ai
-
Matei Zaharia liked thisMatei Zaharia liked thisIn this tutorial, Jules Damji (Databricks) walks through a real problem for agent developers: they already use multiple coding harnesses, but switching them makes it hard to share context, carry policies and guardrails, collaborate without pasting into Slack, and see whether the agents did the right thing. Omnigent sits atop those harnesses as a session-scoped meta-harness, so context and policies persist, and OpenTelemetry traces go to MLflow. In the demo, Polly orchestrates a coding task, assigns the coding work to Codex, and routes review and a PR to Claude. In MLflow, you can inspect the tool chain, token counts, duration, and which agent ran which span. #Omnigent #MLflow #AIAgents
-
Matei Zaharia liked thisMatei Zaharia liked thisIn this tutorial, Jules Damji (Databricks) walks through a real problem for agent developers: they already use multiple coding harnesses, but switching them makes it hard to share context, carry policies and guardrails, collaborate without pasting into Slack, and see whether the agents did the right thing. Omnigent sits atop those harnesses as a session-scoped meta-harness, so context and policies persist, and OpenTelemetry traces go to MLflow. In the demo, Polly orchestrates a coding task, assigns the coding work to Codex, and routes review and a PR to Claude. In MLflow, you can inspect the tool chain, token counts, duration, and which agent ran which span. #Omnigent #MLflow #AIAgents
-
Matei Zaharia liked thisMatei Zaharia liked thisAn agent in Omnigent can use our built-in Nimble integration to research the live web and pull structured data off pages, without any search or scraping code of your own. - nimble_research hands a task to a Nimble Web Search Agent that plans its own searches, browses in a real browser, and returns per-claim citations with a confidence signal — typed JSON if you pass an output_schema, and record enrichment for a few thousand records via input_data. - nimble_extract runs one of your extract templates against a live page and returns structured JSON in a single call. - Quick lookups are covered by the standard web_search tool, where Nimble has been one of the providers since launch. Both are configured under tools.builtins in the agent spec. The link to the full writeup is in the comments 👇 #ai #agents #omnigent
Experience & Education
-
Databricks
*** * *********
-
********** ** *********** ********
********* ********* ** ******** *******
-
*** ****** ******** **********
*** ****** *****
-
********** ** *********** ********
*** undefined undefined
-
-
********** ** ********
******** ** *********** undefined
-
View Matei’s full experience
See their title, tenure and more.
Welcome back
By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.
New to LinkedIn? Join now
or
By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.
View Matei’s full profile
-
See who you know in common
-
Get introduced
-
Contact Matei directly
Other similar profiles
Explore more posts
-
Matei Zaharia
Databricks • 189K followers
Great new launch from the Databricks AI team! We trained a document parsing system that delivers leading quality at 3-5x lower cost and outperforms frontier models like GPT-5 and Claude. https://lnkd.in/gJA8cTTi This is critical to connect AI to so many kinds of data that is locked in PDFs and other documents. We parse each document into a nice JSON format, including tables, text, and even figure descriptions, which you can then feed into AI agents or downstream apps. We also made it super easy to use from SQL or Apache Spark. Just call ai_parse_document and we automatically handle batch execution at scale. Docs here: https://lnkd.in/gCQnjF7a
2,743
69 Comments -
Eric Xing
22K followers
K2-V2 is a 70B parameter 360-open #LLM built from scratch as a superior base for reasoning adaptation, in addition to functions such as conversation and knowledge retrieval from general LLMs. It stands as the strongest fully open model, rivals open-weight leaders in its size class, outperforms Qwen2.5-72B and approaches the performance of Qwen3-235B. We actively infuse domain knowledge, reasoning, long-context, and tool use throughout the training process. This explicitly prepares the model for complex reasoning tasks. We demonstrate this potential using simple supervised fine-tuning, establishing a strong baseline that indicates significant headroom for advanced alignment. By releasing the full training history and data composition, we maximize the effectiveness of continuous training, a key open source production scenario, not mentioning the much desired transparency, reproducibility, and safety not offered in all existing widely used open-weight models. The newer version of K2-Think built on K2 also surpasses our earlier version (using Qwen as a base model) as the most powerful open reasoning model. https://lnkd.in/dXm9angn
246
9 Comments -
NeuralChainAI
59 followers
Have you ever wondered how large language models (LLMs) could improve their understanding of long contexts and enhance document retrieval? The newly released paper, "𝗤𝘂𝗲𝗿𝘆-𝗳𝗼𝗰𝘂𝘀𝗲𝗱 𝗮𝗻𝗱 𝗠𝗲𝗺𝗼𝗿𝘆-𝗮𝘄𝗮𝗿𝗲 𝗥𝗲𝗿𝗮𝗻𝗸𝗲𝗿 𝗳𝗼𝗿 𝗟𝗼𝗻𝗴 𝗖𝗼𝗻𝘁𝗲𝘅𝘁 𝗣𝗿𝗼𝗰𝗲𝘀𝘀𝗶𝗻𝗴," by Yuqing Li, Jiangnan Li, Mo Yu, et al., addresses this very challenge. The authors propose a groundbreaking 𝗿𝗲𝗿𝗮𝗻𝗸𝗶𝗻𝗴 𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 that utilizes the attention scores of selected heads in LLMs to estimate passage-query relevance. This 𝗹𝗶𝘀𝘁𝘄𝗶𝘀𝗲 𝘀𝗼𝗹𝘂𝘁𝗶𝗼𝗻 leverages holistic information within the entire candidate shortlist, producing continuous relevance scores that facilitate training on arbitrary datasets without the need for Likert-scale supervision. The key contribution of this research is the demonstration that 𝘁𝗿𝗮𝗶𝗻𝗶𝗻𝗴 𝗮𝘁𝘁𝗲𝗻𝘁𝗶𝗼𝗻 𝗵𝗲𝗮𝗱𝘀 𝗱𝗶𝗿𝗲𝗰𝘁𝗹𝘆 𝗮𝘀 𝗿𝗲𝗿𝗮𝗻𝗸𝗲𝗿𝘀 can yield faster and more stable results compared to generation-based approaches. This method not only overcomes the geometric bottleneck of embedding models but also avoids the instability of listwise generation methods. However, it's important to note that 𝗽𝗼𝗶𝗻𝘁𝘄𝗶𝘀𝗲 𝗿𝗲𝗿𝗮𝗻𝗸𝗲𝗿𝘀 may still miss global context about other documents in the candidate set, potentially limiting ranking accuracy. For ML engineers, this research offers a 𝗹𝗶𝗴𝗵𝘁𝘄𝗲𝗶𝗴𝗵𝘁 𝗮𝗻𝗱 𝗲𝗳𝗳𝗲𝗰𝘁𝗶𝘃𝗲 solution that requires only small-scale models to achieve strong performance. Despite its advantages, the approach highlights the need for careful consideration of contextual information and the potential trade-offs in efficiency and performance. Follow us for more research insights, or dig deeper into this paper at PaperChime: https://lnkd.in/gVm_s5hD #LargeLanguageModels #AI #ContinuousRelevanceScores
2
-
Agile Enterprise Coach , London
2K followers
Evolution strategies as a scalable alternative to reinforcement learningWe’ve discovered that evolution strategies (ES), an optimization technique that’s been known for decades, rivals the performance of standard reinforcement learning (RL) techniques on modern RL benchmarks (e.g. Atari/MuJoCo), while overcoming many of RL’s inconveniences. https://lnkd.in/eQmtSmTV
-
PyTorch
328K followers
NVIDIA TensorRT LLM provides a high-level Python LLM API, with its PyTorch-native architecture enabling developers to experiment with the runtime or extend functionality. Learn how these latest TensorRT-LLM optimizations boost reasoning inference performance in our recent blog post. 🖇️ https://lnkd.in/gx52zwTA #PyTorch #OpenSourceAI #AI #Inference #Innovation
94
2 Comments -
Pamela Fox
Microsoft • 16K followers
At PyBay 2025 this weekend, Guido van Rossum presented a new Python package called "typeagent" that implements "structured RAG", a different approach to indexing and retrieval. This is how I understand it: 📑 Ingestion: It uses an LLM to turn the content into structured data like entities, topics, actions. It defines the schema in TypeScript, since LLMs are adept at generating TypeScript-adherent schemas. Then the structured data is stored in a standard database (no graph DB needed). 🔎 Retrieval: It again uses an LLM to turn the user query into similarly structured data, and then retrieves matching structured data from the database. If the token budget allows, it also adds the original content the data was extracted from. It is *not* the same as GraphRAG, as that approach builds up hierarchical knowledge graphs based off multiple pieces of related data. GraphRAG enables you to ask more zoomed out questions, but doesn't scale well for scenarios where new data is being added all the time. Guido demonstrated the approach by asking questions on his personal Gmail inbox, like about people and events mentioned in emails. My impression is that this approach could work particularly well for conversation retrieval, perhaps in combination with a hybrid search. Try out the new package and see what you think - it's on my TODO list to explore soon! https://lnkd.in/gdgt7xCr
260
11 Comments -
AINews Daily
74 followers
Here’s the latest AI news for today, 10/22/2025-10/23/2025. 1/ LangSmith launches an Insights Agent that scans traces and clusters failure modes. It now offers multi-turn evaluations to quickly spot user intent. 2/ Meta PyTorch and Hugging Face introduce OpenEnv – a shared spec and hub for agent and RL environments. The new Gymnasium-style API promises easier container and server integration. 3/ An analysis shows identical open-weight models behaving very differently across providers. A fix using prompt trimming and provider filtering helps improve stability. 4/ Google AI Studio debuts an Annotation mode that applies code changes directly from the live UI. In parallel, Microsoft’s Copilot Mode in Edge gets new journeys and search grounding improvements. 5/ Meta’s ScaleRL proposes a method to predict LLM RL outcomes from small runs. It combines async pipelines and novel loss functions to deliver efficient scaling up to 100k GPU-hours. 6/ LTX releases LTX-2, an open creative engine for synchronized 4K video at up to 50 fps. It is designed for consumer GPUs and is set to empower pro-grade local video generation later this year. 7/ Anthropic secures nearly one million Google Cloud TPUs and over 1 GW capacity by 2026. This mega-deal could provide tens of billions of dollars of compute for training and inference. 8/ New Lookahead routing for multi-LLM systems predicts latent responses before full decoding. The approach boosts performance by 7.7% on average while saving on data costs. 9/ Research highlights include a benchmark that flags instruction violations during reasoning. Another paper emphasizes coverage metrics over loss alone for better pretraining insights. 10/ A detailed AI agents tutorial demystifies building agents from scratch using local LLMs. Meanwhile, Claude’s new memory feature for select users sparks debate over AI job replacement and legal controversies.
-
Matroid
5K followers
Evolutionary approaches are reshaping how we solve hard problems in algorithms and systems. At Scaled ML 2026, Ion Stoica, Professor at UC Berkeley and cofounder of Databricks, Conviva, and Anyscale, discussed how language models are being used in evolutionary frameworks such as AlphaEvolve to search for better solutions to complex technical challenges. This work builds on earlier research, such as FunSearch, which demonstrated significant improvements in solving difficult mathematical and algorithmic problems by combining large language models with guided search. These systems generate and refine candidate programs at scale, producing measurable gains on problems that have resisted traditional approaches. The implications for optimization, systems design, and automated discovery are significant. Watch the full Scaled ML talk here: https://lnkd.in/gQN-TYrS #ScaledML #AI #MachineLearning #Algorithms #Systems #LLMs
9
Explore top content on LinkedIn
Find curated posts and insights for relevant topics all in one place.
View top content