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

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
Last Week in AI
Last Week in AI
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
The Cloudflare Blog
罗磊的独立博客
月光博客
月光博客
N
Netflix TechBlog - Medium
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Jina AI
Jina AI
J
Java Code Geeks

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE NanoClaw partners with Vercel to deliver one-click approvals for AI agents working on sensitive tasks - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE
Oracle makes database key for agentic AI development - Si...
by Ryan Stevens · 2026-04-16 · via SiliconANGLE

Oracle says the agentic AI bottleneck isn’t the model — it’s the database

Enterprise AI deployments are stalling not because agents are hard to build, but because organizations lack the data infrastructure to run them reliably at scale. The shift from chatbots to autonomous, multi-step agents has exposed a structural gap in agentic AI development.

Oracle Corp. is positioning the database as the center of gravity for enterprise agentic AI, arguing that the future of intelligent applications will be determined not by model performance alone, but by how deeply AI is integrated with the underlying data layer. That conviction is now being translated into a concrete architecture, according to Tirthankar Lahiri (pictured), senior vice president for mission-critical data and AI engines at Oracle.

“Agentic systems are going to become the future of application development. They’re the present and they are the future,” Lahiri told theCUBE. “Many organizations are still struggling to realize value from agents, because ultimately, agents are only as good as their data.”

Lahiri spoke with theCUBE’s Dave Vellante at the Oracle Data Deep Dive NYC event, during an exclusive broadcast on theCUBE, SiliconANGLE Media’s livestreaming studio. They discussed Oracle’s strategy for embedding agentic AI development as well as how the company is tackling AI data security and open standards. (* Disclosure below.)

Agentic AI development anchored in unified memory and the data layer

Oracle’s approach challenges the prevailing assumption that agentic AI is primarily an orchestration problem. Rather than advocating for a separate agent layer sitting above fragmented data stores, Oracle is collapsing the stack — running agent logic as close to the data as possible. The company’s AI Database Private Agent Factory and Autonomous AI Vector Database reflect that thesis, giving developers and business users alike a low-friction path to build and deploy agents against live enterprise data without moving it between systems, Lahiri explained.

“There are basically two types of agents. There’s reasoning-centric agents and data-centric agents,” he said. “The data-centric agents are really best run co-located with data. We want to eliminate the need for multiple round trips — multiple database accesses. Architecting agentic processing along with data access avoids fragmented or fractured AI. You get AI that runs on clean, real-time, current data without the need to split your data in multiple repositories.”

Central to Oracle’s architecture is what the company calls Unified Memory Core — a capability that derives the full spectrum of agent memory constructs, from short-term context to long-term factual associations, from a single unified data store, Lahiri explained. Rather than routing agents to separate graph, document or vector databases for different reasoning tasks, Oracle lets a single underlying data layer answer all of those needs simultaneously. This agentic AI development eliminates the synchronization overhead and consistency risks that come with managing multiple specialized systems.

“Sometimes you want associations and you want a knowledge graph. Sometimes you just want a factual representation of an event that happened,” he said. “That derivation, if it’s done in place with the actual data, is current, it’s consistent and it’s fully secure. We call that the Unified Memory Core for that reason, which is much more efficient than using multiple storage systems to represent the different kinds of memory.”

The same data-proximity logic extends to Oracle’s approach to AI data security. As agents move from answering questions to taking action — executing transactions, accessing sensitive records, running business processes — security enforced at the application layer becomes inadequate. Oracle’s answer is what it calls Deep Data Security: policy enforcement embedded directly in the database, ensuring that even a dynamically generated or adversarially injected query cannot return data the authenticated user is not authorized to see.

“The problem we have today is in many systems, security is built in the application tier,” Lahiri said. “The only way to solve this problem is securing data at the source. Even if the query is malformed, it can’t return data it shouldn’t show. That’s really what deep data security gives you — and I think in this AI world, that’s the only way to secure data.”

Here’s the complete video interview, part of SiliconANGLE’s and theCUBE’s coverage of the Oracle Data Deep Dive NYC event:

(* Disclosure: TheCUBE is a paid media partner for the Oracle Data Deep Dive NYC event. Neither Oracle, the sponsor of theCUBE’s event coverage, nor other sponsors have editorial control over content on theCUBE or SiliconANGLE.)

Photo: SiliconANGLE

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.