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

推荐订阅源

J
Java Code Geeks
小众软件
小众软件
博客园 - 叶小钗
宝玉的分享
宝玉的分享
博客园_首页
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
B
Blog RSS Feed
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
Google DeepMind News
Google DeepMind News
U
Unit 42
F
Fortinet All Blogs
IT之家
IT之家
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
Stack Overflow Blog
Stack Overflow Blog
Blog — PlanetScale
Blog — PlanetScale
酷 壳 – CoolShell
酷 壳 – CoolShell

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 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 Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
PhoenixAI raises $80M to drive the development of agentic...
by Kyt Dotson · 2026-06-12 · via SiliconANGLE

PhoenixAI raises $80M to drive the development of agentic AI-ready database technology

PhoenixAI Inc., formerly known as CelerData, today announced it has raised $80 million in new funding to fuel the development of the company’s artificial intelligence-native database and expand governance for regulated industries.

Sky9 Capital led the Series B round, with participation from Atypical Ventures and Olive Technology Ventures, as well as previous investors.

As agentic AI has shifted from planning and prototyping to production, it has brought AI agents from experiment to large-scale patterns. Instead of development boxes and virtual machines running small workloads, swarms of AI agents now spray databases with thousands or millions of questions a second that modern data stacks strain under.

PhoenixAI built what it calls an agentic AI-ready analytical database prepared to serve this new era of agents and the scaling enterprise demand.

Transactional databases process individual operations, such as inserting rows, updating account balances and recording orders. They act to record one thing at a time, reliably, atomically and with durability and highly normalized data. Agents struggle here because these data formats are optimized for narrow operations and agents work with unstructured, conversational use cases that humans think in: “What were our top 10 customers by revenue growth over the last 90 days, broken out by product line?” That’s an analytical question spanning millions of rows across multiple tables.

Analytical databases allow the storage of and handling of complex questions across massive datasets. They scan billions of rows, aggregate, join and summarize, but they sacrifice write speed for read speed. Examples include Snowflake Inc., ClickHouse Inc., Apache Druid and Google LLC BigQuery – and PhoenixAI.

An analogy might be a research analyst pulling every transaction from the last quarter, grouping by region, and calculating trends. You don’t need instant writes; you need fast, complex reads. These sit behind dashboards, drive business intelligence tools and now AI agents when they need to reason across massive enterprise datasets.

Analytical databases do not replace transactional databases; they sit alongside them. The transactional database acts as a system of record, acting as the source of truth, while the analytical database provides the system of insight for the agentic world. PhoenixAI isn’t here to replace a company’s Oracle or SAP enterprise resource planning system; it’s a layer that sits on top of it and makes it smarter so that AI agents can act and think faster.

PhoenixAI said it has rebuilt its analytical database to handle not just the agentic AI era but thousands of agent swarms looking for information.

“Most of today’s analytical databases were architected for a world that no longer exists, where humans ran dashboards on flat tables and complexity was someone else’s problem,” said President Rick Underwood. “When thousands of agents need to query, reason and act on petabytes of live data simultaneously — any question, simple or complex — the database is either the bottleneck or the breakthrough.”

PhoenixAI claims subsecond latency and high concurrency on live data, enabling multiple agents to query it simultaneously. This allows agents to ingest data rapidly while it’s being updated across massive spans – no more waiting, blockers or bottlenecks. The company calls this shape “no pipeline,” where fresh data is constantly rolling in from Kafka, an open-source event streaming platform that decouples data pipelines, to bring information up to date in seconds rather than minutes or hours.

The other major players in the analytical database market are not standing still either. Snowflake just launched its own agentic features. Databricks Inc. is pushing real-time with Delta Live Tables. ClickHouse Cloud has improved concurrency significantly.

The race is on to solidify the market category of “agentic database” and build out the infrastructure data layers that will feed this new hungry AI future. One where queries depend on more than just which database row to check and look at how analysis interacts with information.

Image: SiliconANGLE/Microsoft Designer

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.