/
Navigation
C
Chronicles
Browse all articles
C
E
Explore
Semantic exploration
E
R
Research
Entity momentum
R
N
Nexus
Correlations & relationships
N
~
Story Arc
Topic evolution
S
Drift Map
Semantic trajectory animation
D
P
Posts
Analysis & commentary
P
Browse
@
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
?
Concept Search
Semantic similarity search
!
High Impact Stories
Top coverage by position
+
Sentiment Analysis
Positive/negative coverage
*
Anomaly Detection
Unusual coverage patterns
Analysis
vs
Rivalry Report
Compare two entities head-to-head
/\
Semantic Pivots
Narrative discontinuities
!!
Crisis Response
Event recovery patterns
Connected
Nav: C E R N
Search: /
Command: ⌘K
Embeddings: large
TEXXR Knowledge Graph

The Tech Industry,
Structurally

For over a decade, tracking the technology industry has meant reading an endless stream of headlines. Headlines tell you what happened today. They don't show you the structure of why it happened, or how the industry's tectonic plates are shifting beneath the surface.

69,363
Relationships
130K+
Source articles
8
Categories
2024–2026
Timeline

What is a hyperedge?

A news article says "Microsoft acquires Activision Blizzard for $69 billion." That's a sentence. It can't be queried, filtered, or connected to other events. A hyperedge turns that sentence into structured data:

Acquisition
Microsoft acquisition → Activision Blizzard
Microsoft completes $69B acquisition of Activision Blizzard after 21 months of regulatory review.
confirmed · 47 articles · Jan 2022 — Oct 2023

Every relationship has subjects (who acted), a predicate (what they did), objects (who or what was affected), a status (confirmed, rumored, denied, or failed), and the set of articles that reported on it. When multiple articles cover the same event, their evidence merges into one edge — creating a coverage-weighted measure of significance.

We call them "hyper" edges because they connect more than two nodes. A traditional graph edge links A to B. A hyperedge can link multiple subjects to multiple objects through a typed, directed relationship — capturing the actual structure of events like multi-party partnerships or regulatory actions involving several entities.

How they're extracted

Using large language models, our system performs hyper-relational extraction on every article in the Techmeme archive. Instead of keyword matching, the extraction identifies the primary actors, the specific action taken, the target, and the context. The results are deduplicated, categorized, and linked back to source articles.

130K+ articles
Pair generation
LLM extraction
Categorization
Deduplication
Knowledge graph

The pipeline runs every 15 minutes against new articles, and historic extraction covers the full archive back to 2024. Each edge is also embedded as a vector, enabling semantic search — you can search for "companies being forced to work with the military" and find edges about Defense Production Act invocations, even if those exact words never appear.

Acquisition
Netflix acquisition → Warner Bros. Discovery
Netflix is pursuing a proposed acquisition of Warner Bros. Discovery, a large and controversial deal discussed in media coverage.
rumored · None articles
Acquisition
Exhibitors movie theaters acquisition → Netflix Warner Bros. Discovery
Exhibitors fear that Netflix's deal for Warner Bros. Discovery could shrink the theatrical marketplace and harm cinema operators.
confirmed · None articles
Launch
Google launch → Gmail address change option
Google is rolling out an option that lets users change their @gmail.com address.
confirmed · None articles
Launch
Google launch → India
An official Hindi support page indicates the feature is being rolled out experimentally in India first, with no broad public announcement yet.
confirmed · None articles
Regulation
Google regulatory → user data and services YouTube
The Gmail address change feature retains users' existing data and linked services (reports indicate accounts and services such as YouTube and YouTube TV remain attached).
confirmed · None articles
Regulation
US data centers Pentagon regulatory → Chinese batteries China
US data centers and the Pentagon increasingly rely on Chinese-made batteries, a dependence viewed as a national security threat.
confirmed · None articles
Partnership
Pentagon xAI partnership → GenAI.mil Grok
The Pentagon partners with xAI to embed xAI's frontier AI systems based on the Grok family of models directly into GenAI.mil by early 2026.
confirmed · None articles
Partnership
Pentagon xAI partnership → GenAI.mil
The Pentagon partners with xAI to integrate the company's frontier AI systems into GenAI.mil, planned as soon as early 2026.
confirmed · None articles
Controversy
Kapwing controversy → 278 channels
Kapwing found 278 of the surveyed channels have posted only AI-generated 'slop' videos (low-quality content made to farm views).
confirmed · None articles
Controversy
YouTube controversy → >20% of videos shown to new users
The study reports that more than one out of every five videos YouTube suggests to new users is AI-generated 'slop'.
confirmed · None articles
Legal
US judge legal → Trump administration Imran Ahmed
A US judge temporarily blocks the Trump administration from detaining Imran Ahmed, issuing a temporary restraining order.
failed · None articles
Legal
Soxton legal → startups incorporation
Soxton offers AI-powered legal automation for startups, handling incorporation, advisor, employment, and commercial contracts, and is inviting founders to join a waitlist for early access.
confirmed · 11 articles · 2025-12-22
Financial
Kapwing financial → 15,000 top YouTube channels
Kapwing surveyed 15,000 of the world's most popular YouTube channels (the top 100 in every country).
confirmed · None articles
Financial
278 channels financial → 63B+ views 221M+ subscribers
The 278 channels identified have amassed more than 63 billion views and over 221 million subscribers.
confirmed · None articles
Personnel
Waymo personnel → 25,000 humans ~3,000 robotaxis
Waymo has trained about 25,000 humans to assist roughly 3,000 robotaxis on the road.
confirmed · None articles
Personnel
Sheikh Tahnoon bin Zayed Al Nahyan personnel → MGX
Sheikh Tahnoon bin Zayed Al Nahyan leads the UAE's AI fund MGX.
confirmed · None articles

Browse by category

We've organized the graph into eight core predicates — the fundamental actions that drive the technology industry. Each page surfaces every tracked event of that type, sorted by coverage weight. Events that dominated the news rise to the top.

Query the graph

The knowledge graph is accessible through the TEXXR API and through several pages on this site. Semantic search uses vector embeddings to find edges by meaning, not keywords — so a query for "AI companies raising money" returns funding rounds for OpenAI, Anthropic, and Mistral even though the summaries may say "closes Series B" or "secures new investment."

Entity edges
All relationships involving a specific entity.
GET /api/hyperedges/entity/OpenAI
→ OpenAI entity profile
Between entities
Every relationship connecting two specific entities.
GET /api/hyperedges/between/Google/Apple
→ Google entity profile
Semantic search
Find edges by meaning using vector similarity.
POST /api/hyperedges/search
→ Nexus pattern discovery
Similar edges
Find structurally similar events to a known edge.
GET /api/edge/{id}/similar
→ Explore articles

Why it matters

Traditional news search finds articles that contain keywords. The knowledge graph finds events that involve entities — regardless of how they were described. A search for "Google antitrust" returns articles that mention those words. A query against the graph returns every regulatory action involving Google, including ones headlined "DOJ seeks breakup of search monopoly" that never mention "antitrust" at all.

The graph also reveals patterns invisible in individual articles. Which companies acquire in clusters. Which sectors face regulatory pressure in waves. How the lag between a partnership announcement and a product launch varies by industry. Whether a controversy leads to personnel changes, and how long that typically takes. These are structural questions that require structured data to answer.