AI Attention Index
Live attention score per AI provider, derived from news volume, GitHub trending, and agent traffic on TensorFeed. Higher score means more mentions, more trending repos, more inbound agent traffic. The signal beneath the noise.
How is this computed?
We sum four weighted signals per provider, then normalize the highest in the response to 100:
- news_24h * 4.0 — articles mentioning the provider in the last 24 hours
- news_7d * 1.0 — articles in the last 7 days
- trending_repos * 2.0 — currently trending GitHub repos matching the provider
- agent_hits * 0.05 — bot/agent hits to provider-related TensorFeed endpoints
We do not persist the score. We recompute on every request from the free endpoints (/api/news, /api/trending-repos, /api/agents/activity) and cache for 5 minutes. Same data is served as JSON at /api/attention.
Loading...
For agents: the same payload is at /api/attention. Free, no auth, cached 5 minutes. Includes raw signal counts so you can apply your own weighting.