{*}
Add news
March 2010 April 2010 May 2010 June 2010 July 2010
August 2010
September 2010 October 2010 November 2010 December 2010 January 2011 February 2011 March 2011 April 2011 May 2011 June 2011 July 2011 August 2011 September 2011 October 2011 November 2011 December 2011 January 2012 February 2012 March 2012 April 2012 May 2012 June 2012 July 2012 August 2012 September 2012 October 2012 November 2012 December 2012 January 2013 February 2013 March 2013 April 2013 May 2013 June 2013 July 2013 August 2013 September 2013 October 2013 November 2013 December 2013 January 2014 February 2014 March 2014 April 2014 May 2014 June 2014 July 2014 August 2014 September 2014 October 2014 November 2014 December 2014 January 2015 February 2015 March 2015 April 2015 May 2015 June 2015 July 2015 August 2015 September 2015 October 2015 November 2015 December 2015 January 2016 February 2016 March 2016 April 2016 May 2016 June 2016 July 2016 August 2016 September 2016 October 2016 November 2016 December 2016 January 2017 February 2017 March 2017 April 2017 May 2017 June 2017 July 2017 August 2017 September 2017 October 2017 November 2017 December 2017 January 2018 February 2018 March 2018 April 2018 May 2018 June 2018 July 2018 August 2018 September 2018 October 2018 November 2018 December 2018 January 2019 February 2019 March 2019 April 2019 May 2019 June 2019 July 2019 August 2019 September 2019 October 2019 November 2019 December 2019 January 2020 February 2020 March 2020 April 2020 May 2020 June 2020 July 2020 August 2020 September 2020 October 2020 November 2020 December 2020 January 2021 February 2021 March 2021 April 2021 May 2021 June 2021 July 2021 August 2021 September 2021 October 2021 November 2021 December 2021 January 2022 February 2022 March 2022 April 2022 May 2022 June 2022 July 2022 August 2022 September 2022 October 2022 November 2022 December 2022 January 2023 February 2023 March 2023 April 2023 May 2023 June 2023 July 2023 August 2023 September 2023 October 2023 November 2023 December 2023 January 2024 February 2024 March 2024 April 2024 May 2024 June 2024 July 2024 August 2024 September 2024 October 2024 November 2024 December 2024 January 2025 February 2025 March 2025 April 2025 May 2025 June 2025 July 2025 August 2025 September 2025 October 2025 November 2025 December 2025 January 2026 February 2026 March 2026
1 2 3 4 5 6 7 8 9 10 11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
News Every Day |

Exclusive: Databricks launches ‘Genie Code’ to own the next frontier of vibe-coding

AI coding agents have become one of the fastest-growing categories in enterprise software. In the span of just a few years, these development tools have evolved from simple autocomplete assistants into autonomous systems capable of taking over the complete software development cycle, all via natural language prompts. 

As vibe-coding takes off, tools from startups like Cursor and Anthropic’s Claude Code have quickly reached multibillion‑dollar revenue run rates. Cursor reportedly crossed $1 billion in annual recurring revenue (ARR) in 2025 and has since approached $2 billion in Q1 of 2026. Anthropic’s Claude Code has scaled even faster, reaching an estimated $2.5 billion annualized run rate within its first year, making it one of the fastest‑growing products in the category that accounts for a large share of Anthropic’s $14 billion ARR.

Yet inside large enterprises, writing code is rarely the hardest part of the job. Data scientists, engineers, and analysts spend much of their time maintaining and augmenting pipelines rather than building new ones. The real bottleneck in enterprise AI, therefore, is not software development itself, but operating complex data systems in production. 

Databricks CEO and co-founder Ali Ghodsi believes that the gap represents the next frontier for AI automation. In his view, the next generation of AI agents won’t just write software, but operate the data systems that modern businesses depend on. 

That strategic bet is behind Genie Code, a system of autonomous AI agents unveiled today, designed for data engineering, data science, and analytics operations. The system extends the company’s existing Genie platform ecosystem, which allows knowledge workers to ask questions about enterprise data in natural language. (More than 20,000 organizations already used Databricks’s data management and analytics tools; the company’s ARR surpassed $4.8 billion annual revenue in October.) 

“Instead of functioning merely as a coding assistant or helping generate code faster, these agents actually understand the structure of the data and existing data problems,” Ali Ghodsi says. “It can automatically set up pipelines, analyze why something is failing, and understand issues like when a dataset schema changes or when permissions are modified.”

For instance, Genie Code can help determine how a dataset should be prepared for modeling—randomizing the data, separating part of it into a test set, or training a model on the remaining portion. After training, the system can aid in evaluating the results using metrics such as F1 scores or the area under the curve, and then analyzing them to determine whether the model is performing well or requires improvement.

“It can suggest trying different approaches—maybe retraining the model or generating plots and graphs to visualize performance, and uncover reasoning about what changes might improve the results,” Ghodsi explains. “It’s not about just generating random code snippets, but understanding the entire structure of the data problem and working through the modeling workflow the same way a data scientist or engineer would.”

Databricks and Enterprise Context

A major reason many AI coding agents struggle in enterprise data environments is context. Most developer tools train primarily on public code repositories and general programming examples. Enterprise data systems, however, add another layer of complexity. Data carries business semantics, governance rules, and access policies that determine how information can be used. Without that context, an AI agent may generate technically correct code that fails once deployed in production. 

Genie Code attempts to address that problem by integrating directly with Unity Catalog, Databricks’ governance framework for enterprise data. This integration allows the system to understand data lineage, access permissions, and organizational policies across an enterprise’s entire data estate.

“Maintaining pipelines and making sure they are reliable and always running is a big part of a data engineer’s job, and this is where Genie Code can augment them significantly,” Ghodsi says. “It can monitor systems continuously and respond immediately when something breaks, even in the middle of the night, analyzing complex traces and diagnosing what happened so that the pipeline can be fixed and kept running reliably.”

The architecture relies on a multi-agent architecture powered by multiple AI models. Ghodsi explains that the system combines LLMs from providers including Anthropic, OpenAI, and Google, alongside smaller open-source models optimized for specific tasks. “There are many things inside a workflow where you don’t need a huge model—you just need something fast that can perform a very specific operation reliably.”

The larger models provide the reasoning capabilities necessary for complex problem-solving and planning. Smaller open-source models are trained to handle more routine operations quickly and efficiently. Moreover, the architecture is built around multiple collaborating agents rather than a single monolithic AI system. Each agent specializes in particular functions, such as diagnosing pipeline failures or analyzing data patterns. These agents share context, memory, and skills, allowing them to coordinate their actions and execute complex workflows across the data stack.

Databricks describes this approach as “agentic data work.” Rather than prompting an AI assistant for small pieces of code, users can delegate entire objectives to the system.

Another challenge with autonomous AI systems is maintaining reliable performance in production environments over time, as agents often encounter unfamiliar scenarios that degrade performance. To address that issue, Databricks has acquired Quotient AI, a startup specializing in evaluation and reinforcement learning for AI agents. The company’s technology helps evaluate agent behavior, continuously measuring output quality and detecting regressions before they cause production failures. Quotient AI’s founders previously worked on improving the quality of GitHub Copilot, giving them deep expertise in evaluating AI coding systems.  

Vibe-coding for data systems

The rise of vibe-coding has created a new battleground for agentic AI-powered coding tools and reshaped the competitive landscape in software infrastructure. Databricks is approaching the market from a different direction. Ghodsi says the AI coding market and the enterprise data automation market are evolving in parallel but distinct directions. 

While tools like Cursor and Anthropic’s coding agents are reshaping how developers write software, Databricks is focused on transforming how companies manage and operate their data systems. “Even though our product name includes ‘code,’ what it really focuses on is data work,” Ghodsi says. 

Genie Code targets the workflows that occur after data enters an organization’s platform. By focusing on the data layer, the company aims to address problems that general-purpose coding assistants are not designed to solve. “The other tools in the market help software engineers write application code, which is great,” says Ghodsi, “But for us the end goal is the data: transforming data reliably, and helping organizations work with their data.”

Several organizations, including SiriusXM and Repsol, have already begun experimenting with the technology. SiriusXM uses Genie Code to help build and maintain internal data products, generate SQL queries, and debug pipelines. According to Ghodsi, the company has reported around 20% productivity improvements in data engineering tasks. Genie Code assists engineers in creating data products with defined service-level agreements and reliability guarantees. 

Likewise, multinational energy and petrochemical company Repsol is using the technology to accelerate forecasting and production workflows. Instead of manually connecting notebooks, pipelines, and models across different systems, engineers can rely on Genie Code to orchestrate these processes automatically. Ghodsi added that thousands of other customers are already experimenting with the technology, although many deployments are still in early stages.

The Future of Human Engineering

Ghodsi does not expect autonomous agents to replace human engineers. Instead, engineers may spend less time writing code and more time designing architectures, supervising automated systems, and ensuring that AI-driven workflows operate reliably. 

“The cost of automation is going down and the tools are becoming easier to use, so naturally the demand for automation increases. If you look at some of the numbers already, a huge percentage of activity on machines is actually agents operating in the background,” he says.

According to the company’s recently released State of AI Agents report, AI agents now create 80% of databases and 97% of test and development environments on the Databricks platform. Just two years ago, agents barely registered in database activity, with human developers handling nearly all of that work. 

“I wouldn’t be surprised if that number goes from something like 80% to 99% in a short period of time. But that doesn’t mean humans disappear from the process,” Ghodsi explains. “You also have to think about legal responsibility and quality guarantees. Those are areas where you still need a human in the loop.”

Ria.city






Read also

1 out of 7: Liverpool will need to buck alarming trend if they’re to avoid European exit next week

Gov. Sherrill proposes record $60.7B budget for NJ

Why the Iran Crisis Will NOT Trigger a Major Oil Price Shock

News, articles, comments, with a minute-by-minute update, now on Today24.pro

Today24.pro — latest news 24/7. You can add your news instantly now — here




Sports today


Новости тенниса


Спорт в России и мире


All sports news today





Sports in Russia today


Новости России


Russian.city



Губернаторы России









Путин в России и мире







Персональные новости
Russian.city





Friends of Today24

Музыкальные новости

Персональные новости