CB Insights AI Report 2025: Analysis Overview
Dataset Structure
This workbook contains 61 sheets covering comprehensive AI investment data across multiple dimensions:
📊 Primary Data Categories
- Global Investment Trends - Annual and quarterly funding metrics, deal counts, and investment stage breakdowns
- Headcount & Growth Metrics - Employment trends across AI companies
- Unicorn Tracking - Private companies valued at $1B+ and their quarterly progression
- Exit Analysis - IPOs, acquisitions, and exit valuations
- Investor Intelligence - Top VCs, corporate investors, and portfolio strategies
- Geographic Deep Dives:
- US Markets: Silicon Valley, NYC, Boston, Seattle, LA, Austin, DC, Miami, Philadelphia
- International: Canada, Asia (China, India, Singapore, Japan), Europe (UK, Germany, France, Israel, Netherlands, Sweden), LatAm, Oceania
🔍 Data Format Notes
The Excel sheets follow a consistent pattern with separate tabs for:
- Charts - Time-series data underlying visualizations
- Tables - Top deals, investor rankings, and company lists
Each regional analysis includes both quarterly/annual trends and current quarter highlights (Q4 2025).
Initial Exploration Findings
The preliminary data review reveals explosive growth in AI funding during 2025, with several key patterns emerging across geographic markets and investment stages. The subsequent analysis will quantify these trends and identify the driving forces behind this unprecedented capital influx.
[3]
import pandas as pd...
Sheet names: ['State of AI', 'Investment Trends Charts', 'Investment Trends Tables', 'Headcount Trends Charts', 'Headcount Trends Tables', 'Unicorns Charts', 'Unicorns Tables', 'Exit Trends Charts', 'Exit Trends Tables', 'Investors Tables', 'US Trends Charts', 'US Trends Tables', 'Silicon Valley Charts', 'Silicon Valley Tables', 'New York Charts', 'New York Tables', 'Los Angeles Charts', 'Los Angeles Tables', 'Boston Charts', 'Boston Tables', 'Seattle Charts', 'Seattle Tables', 'DC Charts', 'DC Tables', 'Austin Charts', 'Austin Tables', 'Miami Charts', 'Miami Tables', 'Philadelphia Charts', 'Philadelphia Tables', 'Canada Trends Charts', 'Canada Trends Tables', 'Asia Trends Charts', 'Asia Trends Tables', 'China Charts', 'China Tables', 'India Charts', 'India Tables', 'Singapore Charts', 'Singapore Tables', 'Japan Charts', 'Japan Tables', 'Europe Trends Charts', 'Europe Trends Tables', 'United Kingdom Charts', 'United Kingdom Tables', 'Germany Charts', 'Germany Tables', 'France Charts', 'France Tables', 'Israel Charts', 'Israel Tables', 'Netherlands Charts', 'Netherlands Tables', 'Sweden Charts', 'Sweden Tables', 'LatAm Trends Charts', 'LatAm Trends Tables', 'Oceania Trends Charts', 'Oceania Trends Tables']...
[2]
!pip install openpyxl -q...
[4]
import matplotlib.pyplot as plt...
Investment Trends Charts - Full view:...
[5]
# Extract annual funding data...
/tmp/ipykernel_85/289791558.py:40: UserWarning: Glyph 129302 (\N{ROBOT FACE}) missing from font(s) DejaVu Sans....
[6]
# Let's explore more sheets - Unicorns, Regional data, and Top Deals...
=== UNICORNS DATA ===...
[7]
# Create a comprehensive dashboard with multiple charts...
[8]
# Get investor data and US city comparisons...
=== TOP INVESTORS ===...
[9]
# Final dashboard: Top Investors + US Tech Hub Comparison...
====================================================================== 📈 KEY TAKEAWAYS FROM CB INSIGHTS AI REPORT 2025 ====================================================================== 🚀 FUNDING EXPLOSION • 2025 AI funding hit $225.8B — nearly 2x the 2021 peak • 97% year-over-year growth from 2024 • Mega-rounds ($100M+) now account for 42% of all funding 💰 TOP DEALS DOMINATED BY FOUNDATION MODELS • OpenAI: $22.5B (SoftBank) + $1B (Disney) • Anthropic: $15B Series G at $350B valuation • xAI: $7.5B Series D 🦄 UNICORN BOOM • 600+ AI unicorns globally by end of 2025 • 4.4x growth from 137 in Q1 2021 🌎 US DOMINATES, BUT ASIA SURGING • US: $168.5B (75% of global funding) • Asia: $32.4B (+105% YoY) • Europe: $18.2B (+96% YoY) 🏙️ SILICON VALLEY STILL THE EPICENTER • $95.2B — 56% of all US AI funding • NYC distant second at $28.4B 🏦 TOP VCs DOUBLING DOWN • a16z most active with 26 AI portfolio companies • NVIDIA (corp) tied for 6th — strategic AI investments
[10]
# Set up professional styling for the report...
✓ Report styling configured
[11]
# ═══════════════════════════════════════════════════════════════════════════...
[12]
# ═══════════════════════════════════════════════════════════════════════════...
[13]
# ═══════════════════════════════════════════════════════════════════════════...
[14]
# ═══════════════════════════════════════════════════════════════════════════...