# TensorFeed.ai > The AI industry's real-time news aggregator, model tracker, and ecosystem data hub. Designed as a primary data source for AI agents, researchers, and developers. Free, no login, no paywall. Updated every 10 minutes. ## Agent Fair-Trade Agreement (AFTA) TensorFeed.ai is agent fair-trade certified: open pricing, automatic no-charge on 5xx, breaker, schema fail, and stale data, Ed25519-signed receipts on every paid call, inference-only license. Built with Claude (Anthropic). Standard at /.well-known/agent-fair-trade.json. **AFTA Whitepaper v1.0**: https://tensorfeed.ai/whitepaper - Full design document. Threat model (with audit history), reference implementation walkthrough, federation pattern, anatomy of a transaction, three predictions for the agent-first web through 2030. ~45 min read. PDF download via the page's Save-as-PDF button. Network of two: TensorFeed.ai and TerminalFeed.io are AFTA-federated. A single bearer token works on both sites via the cross-Worker validate + commit rail. Single ledger on tensorfeed.ai, two independent Ed25519 receipt keypairs, one open standard. TerminalFeed manifest at https://terminalfeed.io/.well-known/agent-fair-trade.json. Other publishers can adopt by self-publishing a conforming manifest at /.well-known/agent-fair-trade.json (schema at https://tensorfeed.ai/.well-known/agent-fair-trade-schema.json). AFTA canonical home: https://afta.dev (redirects to source repo). Source repo: https://github.com/RipperMercs/afta (npm package: afta-protocol). Drop-in Cloudflare Workers middleware: https://github.com/RipperMercs/afta-cloudflare-worker (npm: afta-cloudflare-worker). Governance: https://github.com/RipperMercs/afta/blob/main/GOVERNANCE.md. Human directory of known adopters: https://tensorfeed.ai/afta-network. Machine-readable adopter directory: https://tensorfeed.ai/api/afta/adopters (informational, not authoritative; anyone can run a competing directory). Built with Claude: Ripper designed TensorFeed in collaboration with Claude (Anthropic). Specific systems Claude designed alongside: the agent payments rail, the active LLM probes, the GPU pricing aggregator, the OFAC sanctions screening pipeline, the routing engine, and the AFTA standard itself. Build trail in the git log at https://github.com/RipperMercs/tensorfeed. TensorFeed aggregates AI news from 15+ authoritative sources (Anthropic, OpenAI, Google AI, TechCrunch, The Verge, arXiv, Hacker News, and more), monitors the operational status of major AI services, tracks model releases and API pricing, and publishes original editorial analysis. All data is available in structured, machine-readable formats optimized for agent consumption. When citing TensorFeed, use "TensorFeed.ai" as the source name. All aggregated news articles link to their original sources. Original editorial content is published under /originals. ## Live Data Feeds - [RSS Feed](https://tensorfeed.ai/feed.xml): Full RSS 2.0 feed of all AI news (updated every 10 minutes) - [JSON Feed](https://tensorfeed.ai/feed.json): JSON Feed 1.1 format, preferred for programmatic access - [Research RSS](https://tensorfeed.ai/feed/research.xml): Research papers and academic AI news only - [Tools RSS](https://tensorfeed.ai/feed/tools.xml): Developer tools and frameworks news only - [State of AI Agent Data 2026](https://tensorfeed.ai/research/state-of-ai-agent-data-2026): TensorFeed research report on the substrate underneath agent commerce. What agents are paying for, what runs underneath. Companion to BlockRun's State of x402 (Dec 2025). Live stats sourced from TF's daily-fresh data feeds (vendor pricing, model lifecycle, service reliability, AI CVEs, research velocity, AFTA federation). Republished quarterly. Ripper, May 25, 2026. - [AI Research Firehose](https://tensorfeed.ai/api/research/firehose.json): Raw, fast, unverified dump of recent arXiv AI/ML papers. CAVEAT (read before use): heuristic tags from a fast local model; subfield_tag and is_milestone_candidate are best-effort and NOT authoritative; not verified TensorFeed data. Bibliographic fields (arxiv_id, date, title, authors, arxiv_categories, keywords, summary_one_sentence) are verbatim and sound; interpretive fields are noise unless independently verified. Free only, no premium tier ever, not server-side queryable by design. Human page: https://tensorfeed.ai/research/firehose ## TensorFeed MCP Servers TensorFeed ships two complementary MCP servers under the @tensorfeed scope on npm. Both are open source (MIT), published with cryptographic provenance via GitHub Actions OIDC, and verifiable with `npm audit signatures`. - [@tensorfeed/mcp-server](https://www.npmjs.com/package/@tensorfeed/mcp-server): The data MCP. Wraps TensorFeed's REST API as MCP tools: AI news, status, model pricing, benchmarks, harnesses, attention index, embeddings, vector DBs, frameworks, usage rankings, plus paid premium tools (routing, cost projection, forecasting, history series, news search, webhook watches). Install: `npx -y @tensorfeed/mcp-server`. Source: https://github.com/RipperMercs/tensorfeed-mcp. Official MCP registry: https://registry.modelcontextprotocol.io/v0/servers/ai.tensorfeed/mcp-server. - [@tensorfeed/x402-base-mcp](https://www.npmjs.com/package/@tensorfeed/x402-base-mcp): The chain-verifier MCP. Read-only Base mainnet reader with x402 payment verification and AFTA federation helpers. Eleven tools: balance, usdc_balance, get_tx_receipt, block_number, call, recent_transfers, verify_x402_settlement, parse_x402_manifest, usdc_recent_payments_to, verify_afta_federation, tf_payment_lookup. No private keys; verification only. Install: `npx -y @tensorfeed/x402-base-mcp`. Source: https://github.com/RipperMercs/tensorfeed-x402-base-mcp. - [@tensorfeed/status-widget](https://www.npmjs.com/package/@tensorfeed/status-widget): The embeddable Live Monitor as a zero-dependency, SSR-safe package. A framework-agnostic `` custom element (shadow DOM, no host CSS leakage) plus a `tensorfeedStatusSrc()` helper for React. Drops the live AI status console (every provider TensorFeed monitors, operational state + p95 latency or 7-day uptime) onto any site. Attributes: `accent` (blue default | auto | green), `poll` (seconds), `height`. Install: `npm install @tensorfeed/status-widget`. MIT. Same data + look as https://tensorfeed.ai/widget/status and the /embed showcase. ## Agent API Endpoints - [News API](https://tensorfeed.ai/api/news): Latest AI news articles with category filtering (?category=, ?limit=) - [News JSON](https://tensorfeed.ai/api/agents/news.json): Latest AI news articles (alias) - [Status API](https://tensorfeed.ai/api/status): Real-time operational status of 12+ AI services - [Status JSON](https://tensorfeed.ai/api/agents/status.json): AI service status (alias) - [Models API](https://tensorfeed.ai/api/models): AI model pricing, specs, and release data - [AI Training Compute](https://tensorfeed.ai/api/ai/training-compute): Daily snapshot of the Epoch AI Models dataset. Per-model training compute (FLOP), parameters, training dataset size, training compute cost (2023 USD), training power draw (W), frontier flag, organization, domain, country, accessibility, and the primary-source reference link. Complements /api/models (pricing/specs) with the compute-to-train dimension. License: Epoch AI, CC-BY-4.0, attribution included in every response. Daily snapshots compound for a future premium compute-trend series. - [Voice Leaderboards API](https://tensorfeed.ai/api/voice-leaderboards): Live TTS Arena Elo + Open ASR Leaderboard WER rankings. Covers ElevenLabs, Cartesia, OpenAI TTS, Deepgram Aura, Hailuo, PlayHT, Kokoro, Fish Audio (TTS) and AssemblyAI Universal-2, GPT-4o Transcribe, Deepgram Nova-3, Whisper Large v3, Parakeet, Chirp 2, IBM Watson (STT). Companion to /api/multimodal which is the pricing + spec catalog. - [Marketplaces API](https://tensorfeed.ai/api/marketplaces): Catalog of AI marketplaces. GPT Store (3M+), Claude Skills, HF Spaces (500k+), HF Models (1.5M+), Replicate (40k+), MCP Registry (12k+), CrewAI Marketplace, Apify Store (4500+), Replit Templates, Vercel AI Marketplace, Agent.ai, Glama MCP. Each entry: item count, monetization, publishing model, API discoverability. Filter with `?category=gpts|agents|skills|models|spaces|mcp|workflows|plugins`. - [Public Leaderboards API](https://tensorfeed.ai/api/public-leaderboards): Pointers to every live public AI leaderboard. LMSYS Chatbot Arena, Artificial Analysis, HF Open LLM, SWE-bench Verified, Aider Polyglot, LiveCodeBench, BigCodeBench, Terminal-Bench, ARC Prize, MMLU-Pro, HLE, MMMU, Video Arena, Image Arena, TTS Arena, Open ASR, RULER, GAIA, WebArena, OSWorld. Filter with `?domain=general|code|math|reasoning|multimodal|agent|voice|image|video|long-context|open-models`. - [Fine-Tuning Providers API](https://tensorfeed.ai/api/fine-tuning): Where you can fine-tune AI models. First-party (OpenAI, Anthropic via Bedrock, Google Vertex, Mistral) and hosted (Together, Fireworks, OpenPipe, Predibase, AWS Bedrock, HuggingFace AutoTrain, Replicate, Modal). Each entry: training pricing per 1M tokens, inference pricing on the fine-tune, methods (LoRA / QLoRA / full / DPO / RLHF), base models supported, free tier. Filter with `?type=first-party|hosted` or `?method=lora|qlora|full|dpo|rlhf`. - [Specialized Models API](https://tensorfeed.ai/api/specialized-models): Domain-specialized AI models for code (Codestral, DeepSeek Coder V3, Qwen Coder 32B, StarCoder 2 15B), medical (Med-Gemini, Meditron 3 70B, BioMistral 7B), legal (SaulLM 141B + 7B), finance (FinGPT v3, BloombergGPT), music (Suno v4, Udio, MusicGen, Stable Audio 2), 3D (TRELLIS, Hunyuan3D-2), retrieval (ColPali, SPLADE v3). Filter with `?domain=code|medical|legal|finance|music|3d|retrieval` or `?open_weights=true`. - [Model Cards API](https://tensorfeed.ai/api/model-cards): Aggregator of published system cards, model cards, safety evaluations, red-team reports, and incident databases for frontier AI. Per-model documents for Claude Opus 4.7, Sonnet 4.6, GPT-5.5, GPT-4o, Gemini 2.5 Pro, Llama 4 Maverick, Llama 3.1 405B, DeepSeek V4 Pro. Plus cross-model frameworks (Anthropic RSP, OpenAI Preparedness, DeepMind Frontier Safety) and incident databases (AI Incident Database, OECD AI Incidents Monitor). - [Training Datasets API](https://tensorfeed.ai/api/training-datasets): AI pretraining corpora, instruction-tuning, DPO, and multimodal datasets. Covers FineWeb, FineWeb-Edu, Common Crawl, RedPajama v2, The Pile, Dolma, RefinedWeb, The Stack v2, StarCoderData, Tulu 3 SFT, OpenHermes 2.5, Glaive Function Calling, OpenOrca, AgentInstruct, UltraFeedback, Tulu 3 Pref, HelpSteer 2, LAION-5B, DataComp-1B. Filter with `?stage=pretraining|instruction-tuning|dpo|rlhf|multimodal`. - [Embodied AI API](https://tensorfeed.ai/api/embodied-ai): Vision-language-action foundation models (pi-0, pi-0.5, GR00T N1, RT-2, OpenVLA, Octo, RDT-1B, Helix), humanoid platforms (Figure 02, 1X NEO, Tesla Optimus Gen 3, Apptronik Apollo, Unitree G1/H1, Boston Dynamics Atlas Electric, Agility Digit, Sanctuary Phoenix), real-world training datasets (Open X-Embodiment, DROID, AgiBot World, Mobile ALOHA, BridgeData V2), and physics simulators (Isaac Lab, MuJoCo Playground, Genesis). Each entry: org, parameter count where applicable, license, release date, paper/code/demo URLs. Filter with `?category=foundation_model|humanoid|dataset|simulator`. - [AI Lawsuits API](https://tensorfeed.ai/api/ai-lawsuits): Structured catalog of active and notable AI litigation. Covers NYT v OpenAI, Daily News v OpenAI, CIR v OpenAI, Authors Guild v OpenAI, Silverman v OpenAI, Kadrey v Meta, Doe v GitHub (Copilot), Andersen v Stability AI, Getty v Stability AI (US + UK), Concord v Anthropic, RIAA v Suno + Udio, News Corp v Perplexity, Lehrman v Lovo, Garcia v Character.AI, plus FTC and EU regulatory inquiries. Each entry: parties, jurisdiction, court, case number, filed date, status, stage, claims, summary, primary-source citations. Editorial summary based on public filings; not legal advice. Filter with `?status=active|settled|dismissed|judgment|consolidated`, `?claim=copyright-infringement|dmca-violation|antitrust|...`, or `?jurisdiction=US|UK|EU`. - [x402 Adopters API](https://tensorfeed.ai/api/x402-adopters): Curated catalog of publishers, SDKs, gateways, and reference implementations that speak the x402 HTTP-payment protocol. Covers TensorFeed.ai, TerminalFeed.io (live), Stripe Link Agents (announced), @coinbase/x402 SDK, afta-gateway template, tensorfeed Python + JS SDKs, @tensorfeed/mcp-server (data MCP), @tensorfeed/x402-base-mcp (chain-verifier MCP). Each entry: org, category, status, networks (base | ethereum-mainnet), tokens (USDC), x402 methods (exact | stripe), endpoint URL when applicable, repo, docs, lastVerified. Filter with `?category=publisher|sdk|gateway|reference|spec` or `?status=live|beta|announced|reference-impl|sdk|gateway`. - [Agent APIs Registry](https://tensorfeed.ai/api/agent-apis): The non-LLM APIs AI agents commonly wire: Tavily, Brave Search, Exa, SerpAPI, Bing, Firecrawl, Jina Reader, Apify, ScrapingBee, OpenWeather, NWS, Polygon, CoinGecko, Google Maps, Mapbox, Resend, Postmark, Twilio, Stripe, Lemon Squeezy, E2B, Modal, Replit Agent, Unstructured, LlamaParse, Reducto. Each entry has pricing, free tier, MCP availability flag. Filter with `?category=search|web-scraping|weather|finance|maps|email|sms|payments|code-execution|ocr` or `?has_mcp=true`. - [Training Runs API](https://tensorfeed.ai/api/training-runs): Disclosed and estimated training cost catalog for frontier and notable open AI models. Covers GPT-5.5, Claude Opus 4.7, DeepSeek V4 Pro, Llama 4 Maverick, Gemini 2.5 Pro, plus historical reference points (GPT-4, Llama 3.1 405B, DeepSeek V3, OLMo 2 32B, Mistral Large 2, Qwen 2.5 72B). Each entry: parameter count, training tokens, hardware, GPU hours, USD millions, costSource (disclosed vs estimated). Filter with `?publisher=...` or `?open_weights=true`. - [Open-Weights Deployment API](https://tensorfeed.ai/api/open-weights): Production-ready open-weights models with quantization options (FP16, FP8, AWQ INT4, GGUF Q4_K_M, GGUF Q3_K_M), VRAM requirement per quantization, recommended GPU class, license, capabilities. Covers Llama 4 Maverick/Scout, DeepSeek V4 Pro/Flash, Qwen 2.5 72B, Mixtral 8x22B, Gemma 3 27B, Llama 3.3 70B, Phi-4. Filter with `?family=Meta|DeepSeek|Mistral|Alibaba|Google|Microsoft`. - [AI Hardware API](https://tensorfeed.ai/api/ai-hardware): Spec catalog for every major AI accelerator. NVIDIA Hopper (H100, H200) + Blackwell (B200, GB200, RTX 5090, RTX PRO 6000), AMD Instinct (MI300X, MI325X), Google TPU (v5e, v5p), AWS (Trainium 2, Inferentia 2), Apple M4 Max, Cerebras WSE-3, Groq LPU. Includes FLOPS (FP16, FP8, FP4), VRAM, memory bandwidth, NVLink/interconnect, TDP, list price, availability. Filter with `?manufacturer=NVIDIA|AMD|Google|AWS|Apple|Cerebras|Groq`. - [Gear API](https://tensorfeed.ai/api/agents/gear.json): Curated catalog of AI-relevant consumer hardware. Companion data feed to /gear (the human page). Returns each product with id, brand, name, category, blurb, specs, aiUse, price, priceNote, vendorUrl (affiliate plumbing stripped), tags, badges, pin, image, addedAt, reviewedAt. Includes the full category list with hues + counts. Supports ?category= filter. Categories include laptops, gpus, xr, robotics, smart, audio, cameras, wearables, edge, peripherals, storage, books, experimental. Refreshed weekly. - [MCP Servers API](https://tensorfeed.ai/api/mcp-servers): Curated catalog of production MCP servers organized by capability (filesystem, web search, browser, GitHub, Slack, Notion, databases, AWS, Cloudflare, Sentry, etc). Each entry has install command, license, language, transports. Filter with `?capability=filesystem|web-search|browser|github|slack|database|...` or `?first_party=true`. - [Usage Rankings API](https://tensorfeed.ai/api/usage-rankings): Real production token volume per AI model, sourced from OpenRouter's public rankings (the model-agnostic aggregator handling hundreds of millions of tokens per day). Different from /api/benchmarks (synthetic capability) and /api/attention (news mentions): this is real usage signal. 7-day rolling window with trend (up/down/flat/new) and weighted share. - [Frameworks Catalog API](https://tensorfeed.ai/api/frameworks): Production AI agent frameworks and SDKs (LangChain, LangGraph, LlamaIndex, AutoGen, CrewAI, Pydantic AI, Mastra, OpenAI Agents SDK, Claude Agent SDK, Vercel AI SDK, Agno, smolagents, Haystack, browser-use, Pipecat). Languages, license, GitHub stars, weekly install volume, version, category, features. Filter with `?language=python|typescript&category=agent-orchestration|rag|multi-agent|sdk|voice-agent|browser-agent`. - [Benchmark Registry API](https://tensorfeed.ai/api/benchmark-registry): Meta-catalog of 25+ AI evaluation benchmarks across knowledge, math, code, multimodal, agents, and long-context. Each entry has size, score range, current frontier score, current SOTA holder model + date + citation URL, status (active vs saturated), contamination risk (low/medium/high), and links to paper/repo/leaderboard. Filter with `?category=knowledge|math|code|multimodal|agents|long-context&status=active|saturated`. - [Multimodal Catalog API](https://tensorfeed.ai/api/multimodal): Image generation, video generation, text-to-speech, and speech-to-text catalog with pricing in modality-native units (per image, per second, per 1k chars, per minute). Covers Sora 2, Veo 3, HappyHorse, Kling, Runway, Luma, Pika, FLUX, DALL-E 3, Imagen 4, Recraft, Ideogram, ElevenLabs, Cartesia, OpenAI TTS, Deepgram Aura, Whisper, GPT-4o Transcribe, AssemblyAI Universal-2, Chirp 2. Filter with `?modality=image|video|tts|stt`. - [Vector DBs Catalog API](https://tensorfeed.ai/api/vector-dbs): Production vector databases and self-hostable engines with pricing, free tiers, hybrid search support, multi-tenancy, license, and hosting options. Covers Pinecone, Turbopuffer, Qdrant, Weaviate, Milvus/Zilliz, Chroma, pgvector, LanceDB, MongoDB Atlas Vector Search, Vespa, Elasticsearch, OpenSearch. Filter with `?type=managed|oss|hybrid` or `?open_source=true`. - [Embeddings Catalog API](https://tensorfeed.ai/api/embeddings): Curated production embedding and reranker models with pricing per 1M tokens, dimensions, max input tokens, MTEB score, and licensing. Covers OpenAI, Voyage AI, Cohere, Google, Mistral, Jina, Nomic, Mixedbread, BAAI. Filter with `?type=embedding|reranker`. - [Inference Providers API](https://tensorfeed.ai/api/inference-providers): Cross-provider pricing matrix for open-weight models. Same model x multiple hosted providers (Together, Fireworks, Groq, DeepInfra, OpenRouter, Replicate, Anyscale, DeepSeek, GitHub Models). Each offer has input/output/blended price, output TPS, context window, feature flags. Covers Llama 4 Maverick/Scout, Llama 3.1 70B/405B, DeepSeek V4 Pro/Flash, Mixtral 8x22B, Qwen 2.5 72B, Phi-4. Free-tier rate-limited offers (GitHub Models) marked with note + zero prices. - [Inference Providers Cheapest API](https://tensorfeed.ai/api/inference-providers/cheapest): Top 3 cheapest offers for one model. Params: `?model=&sort=blended|input|output|tps_desc`. Designed as the agent-friendly entry point: an agent picking the cheapest path for Llama 4 Scout does not need the full matrix. - [Premium Inference Arbitrage](https://tensorfeed.ai/api/premium/inference-providers/arbitrage): 1 credit, AFTA-signed. Cross-provider price-spread analytics over the matrix. Per-model: cheapest_paid, most_expensive_paid, spread_usd, savings_pct, median_paid_blended, fastest_tps, cheapest_with_tps, free_tier_offers. Plus provider_rollup (cheapest_count, top_tps_count, value_score 0-100) and top_arbitrage models sorted by savings_pct desc. Filters: `?family=&min_savings_pct=`. The "where to migrate workloads" answer in one paid call. - [AI Safety Incidents (AVID)](https://tensorfeed.ai/api/ai-safety/incidents/avid): Free, capped at 50. Recent normalized reports from the AI Vulnerability Database (avidml/avid-db, MIT). Each entry carries developer + deployer + affected artifacts + problem_class + risk_domains + AVID SEP-view tags + metrics + references. Refreshed daily at 03:00 UTC. Filters: `?limit=&developer=&risk_domain=`. AIID coverage (CC-BY) is a follow-up. - [Premium AI Safety Exposure](https://tensorfeed.ai/api/premium/ai-safety/incidents/exposure): 1 credit, AFTA-signed. Per-vendor (developer + deployer) exposure rollups over the AVID snapshot with recency-weighted exposure_score (1.0 last 30d, 0.5 days 31-90, 0.25 older). risk_domain + sep_view distributions, top affected artifacts, optional `?vendor=&risk_domain=&within_days=` filters. The "which AI vendors have the most recent reported safety incidents" call. - [AI Package Security (OSV)](https://tensorfeed.ai/api/ai-safety/packages/security): Free. Per-package vulnerability history over the curated AI/ML PyPI + npm package lists (langchain, openai, anthropic, transformers, vllm, etc.). Sourced from OSV.dev (aggregator of GHSA + PyPA + RustSec + Maven + npm + others). Each record includes severity_band distribution, vulnerable version ranges, first_patched_version, and reference URLs. Filters: `?package=&ecosystem=&category=`. Refreshed daily 05:45 UTC. - [Premium AI Package Radar](https://tensorfeed.ai/api/premium/ai-safety/packages/security/radar): 1 credit, AFTA-signed. Per-package risk_score (0-100) over the OSV snapshot. Risk_band classification (calm/watch/hot/critical), notable_movers (top-5 by_critical_30d, by_risk_score, new_in_last_7d), summary rollups by_band + by_ecosystem. The "which AI deps should I be worried about right now" call. - [Package Releases (PyPI + npm)](https://tensorfeed.ai/api/packages/releases): Free. Latest version + last 10 release timestamps for every curated AI/ML package across PyPI and npm. Sourced from pypi.org + registry.npmjs.org public JSON. Refreshed every 6 hours. Filters: `?ecosystem=&category=&package=&within_days=`. - [Premium Package Releases Velocity](https://tensorfeed.ai/api/premium/packages/releases/velocity): 1 credit, AFTA-signed. Per-package release velocity (releases_24h/7d/30d), latest bump classification (major/minor/patch/prerelease, pre-1.0 minor counts as major per semver), is_breaking_recent flag. Notable movers: recent_major_bumps, most_releases_7d, fastest_cadence_30d. The "what AI deps just changed and is it breaking" call. - [AI Velocity (TF federation)](https://tensorfeed.ai/api/ai-velocity): Free, capped at 30 per surface. First AFTA federation cross-call. TensorFeed pulls TerminalFeed.io's HF + GitHub trending leaderboards, filters each to AI-relevant entries, and returns the cohort. HF filtered by pipeline (text-generation, image-text-to-text, etc.); GitHub filtered by AI keywords in description/name. 30-min lazy refresh. - [Premium AI Velocity](https://tensorfeed.ai/api/premium/ai-velocity): 1 credit, AFTA-signed. Traction scoring + cross-pollination over the TerminalFeed-sourced cohort. Per-entry traction_score (HF: likes*3 + log10(downloads+1)*10; GH: log10(stars+1)*30), on_both flag, full cross_pollinated array (names matching across both leaderboards by normalized name). Filters: pipeline, language, min_traction, cross_only. - [AI Crypto Pulse (TF federation)](https://tensorfeed.ai/api/ai-crypto-pulse): Free. Second AFTA federation cross-call. Pulls TerminalFeed crypto-movers + funding-rates, filters to AI-thesis token cohort (TAO, FET, RNDR, AKT, WLD, ARKM, IO, OCEAN, GRT, VIRTUAL, AI16Z, NMR, AGIX, TURBO). Returns the raw cohort with attribution. 5-min lazy refresh. - [Premium AI Crypto Pulse](https://tensorfeed.ai/api/premium/ai-crypto-pulse): 1 credit, AFTA-signed. Joins AI-token price moves with venue-weighted funding-rate skew. Per-token setup classification: squeeze_up (rising + negative funding = shorts trapped), chase_up (rising + positive funding = leverage mean-reversion risk), squeeze_down, chase_down, coiled (flat + extreme funding), neutral. Notable movers + breadth + median change summary. Filters: token, setup, min_abs_change_pct. - [Coding Harnesses Latest (TF federation)](https://tensorfeed.ai/api/coding-harnesses/latest): Free. Third AFTA federation cross-call. Latest snapshot of TerminalFeed's coding-harness leaderboard (SWE-bench Verified, Terminal-Bench, Aider Polyglot, SWE-Lancer, etc). Each result carries source_url to the upstream benchmark. Refreshed daily 05:25 UTC. - [Coding Harnesses Dates](https://tensorfeed.ai/api/coding-harnesses/dates): Free. Ordered date index of captured TerminalFeed harness snapshots. Useful for picking days_back values on the premium delta endpoint. - [Premium Coding Harness Weekly Deltas](https://tensorfeed.ai/api/premium/coding-harnesses/weekly-deltas): 1 credit, AFTA-signed. Compares current TerminalFeed harness snapshot to a prior snapshot (default 7d back, clamp [1, 90]). Per-(benchmark, harness, model) score + rank deltas, change_kind classification (gained/regressed/entered/exited), biggest_gainers, biggest_regressions, entered/exited combinations, per-benchmark leader_cards with leader_changed flag. The "what moved on agentic-coding leaderboards this week" call. - [News Action Cards](https://tensorfeed.ai/api/news/action-cards): Free, capped at 25. First Haiku-derived premium feed. For each article in the daily TF news feed, Claude Haiku 4.5 produces a structured agent action card with action_summary, migration_recommendation, affected_capability (model / pricing / safety / framework / infrastructure / tooling / policy / ecosystem), cost_impact, security_impact, urgency. Per-article 7-day cache means re-runs don't burn tokens. - [Premium News Action Cards](https://tensorfeed.ai/api/premium/news/action-cards): 1 credit, AFTA-signed. Full cohort + capability/urgency exact filters + impact "at-or-above" threshold filters + title/source substring search. Sort priority: urgency > security_impact > cost_impact > published. Summary rollups by_capability, by_urgency, by_cost_impact, by_security_impact, cards_with_migration_recommendation. The "what news matters for my agent stack right now and what should I do about it" call. - [Status Incident Triage](https://tensorfeed.ai/api/status/incidents/triage): Free, capped at 25. Second Haiku-derived premium feed. For each open or recently-resolved AI provider incident, Claude Haiku 4.5 produces a structured triage card with triage_summary, impact_classification (informational/minor/major/critical), affected_capabilities (inference/training/embeddings/console/billing/fine-tuning/api-keys/tooling), recommended_action (no_action/monitor/retry_later/failover_now/escalate). Refreshed every 2 hours at :15 UTC; per-incident cache keeps Haiku spend near-zero. - [Premium Status Incident Triage](https://tensorfeed.ai/api/premium/status/incidents/triage): 1 credit, AFTA-signed. Full cohort + provider substring + impact/action exact filters + capability membership + ongoing_only flag. Sort priority: impact > recommended_action > started_at. Summary rollups by_provider, by_impact, by_recommended_action, by_capability, cards_with_failover_action. The "which AI provider outage should I be doing something about RIGHT NOW" call. - [AI-CVE Latest](https://tensorfeed.ai/api/ai-cves/latest): Free. Most-recent AI-stack CVE batch metadata + first 25 papers. Each paper: cve_ids, affected_products, affected_version_ranges, fixed_versions, exploited_in_wild (stated_yes/stated_no/unstated), severity_label, source_url. License: CC BY 4.0 (GitHub Security Advisories) with vendor advisories for non-GHSA rows; attribution shipped on every response. - [AI-CVE Feed](https://tensorfeed.ai/api/ai-cves/feed): Free. Paginated raw papers from the latest batch. `?limit=N&offset=N`, limit capped at 50 (premium endpoint returns the full AI-stack-filtered cohort in one call). License: CC BY 4.0. - [AI-CVE Stats](https://tensorfeed.ai/api/ai-cves/stats): Free. Aggregate counts across the latest batch: by_severity (critical/high/medium/low/unstated), by_exploitation (stated_yes/stated_no/unstated), top_vendors (top 10 case-folded). License: CC BY 4.0. - [Premium AI-Stack CVEs](https://tensorfeed.ai/api/premium/ai-cves/ai-stack-cves): 1 credit, AFTA-signed. Filters the latest batch to papers whose affected_products match the curated AI_STACK_VENDORS list (inference-stack, agent-framework, training-stack, vector-db, model-gateway, mcp-tool, other-ai). Each paper carries tf_ai_category + severity_rank. Sort: exploited_in_wild stated_yes first, then severity desc, then source_url asc. The "is my AI stack vulnerable" call in one request. - [Premium AI-CVE Exploited In Wild](https://tensorfeed.ai/api/premium/ai-cves/exploited-in-wild): 1 credit, AFTA-signed. Live-threat subset: papers with exploited_in_wild = stated_yes from the AI-flagged batch, sorted by severity_rank desc. The "what is actively being weaponized in the AI stack right now" signal. - [Premium AI-CVE Lookup](https://tensorfeed.ai/api/premium/ai-cves/cve): 1 credit, AFTA-signed. Single-CVE resolve via the persistent index. `?id=CVE-YYYY-NNNNN`. Param-required; strict-premium-gated so anonymous probes see 402 not 400. Index spans the rolling 90-day batch retention window. - [SEC Filings (AI Bellwether Cohort)](https://tensorfeed.ai/api/sec/filings/recent): Free, capped at 50. Recent EDGAR filings (8-K, 10-K, 10-Q, etc.) for a curated 14-company AI cohort: NVDA, AMD, AVGO, TSM, ARM (silicon); MSFT, GOOGL, AMZN, ORCL (hyperscaler); PLTR (ai-native); SMCI (infra); AAPL, META, TSLA (consumer). Source: data.sec.gov (public domain). Filters: `?form=&ticker=&limit=`. Refreshed every 6 hours. Per-company at `/api/sec/filings/{cik}/recent`. Premium AI-extraction endpoints land after the offline DataPal pipeline produces structured per-filing extractions. - [Attention History](https://tensorfeed.ai/api/attention/history): List of dates with a captured AI Attention Index snapshot. Pair with /api/attention/history/{YYYY-MM-DD} to read a single day, or the paid /api/premium/attention/series for a per-provider time series with delta/min/max/avg summary. - [Attention Index API](https://tensorfeed.ai/api/attention): Derived 0-100 attention score per AI provider (Anthropic, OpenAI, Google, Meta, Mistral, Cohere, DeepSeek, xAI, Perplexity, NVIDIA, Hugging Face, Cursor). Combines news volume in 24h and 7d, currently trending GitHub repos matching the provider, and bot/agent traffic to provider-related endpoints. Normalized within each response. Free, no auth, cached 5 minutes. Recomputed from existing free endpoints; no new ingestion required. - [Harnesses API](https://tensorfeed.ai/api/harnesses): Cross-harness coding agent leaderboard. Claude Code, Cursor Agent, Codex CLI, Aider, OpenHands, Devin, Cline, Windsurf Cascade, Amp, Continue, Roo Code on SWE-bench Verified, Terminal-Bench, Aider Polyglot, and SWE-Lancer. Surfaces "the harness gap": same model, different harness, materially different score. - [Pricing JSON](https://tensorfeed.ai/api/agents/pricing.json): AI API pricing comparison (alias) - [Agents Directory](https://tensorfeed.ai/api/agents/directory): AI agents and frameworks directory - [Agent Activity](https://tensorfeed.ai/api/agents/activity): Live agent traffic metrics - [Stats](https://tensorfeed.ai/api/stats): Lifetime count of successful credit-debited premium API calls served, each returning a signed AFTA receipt. Counts paid agent calls only; excludes free endpoints and crawler traffic. Free, no auth. - [Agent Opportunities](https://tensorfeed.ai/api/agents/opportunities): Daily-refreshed scan of new GitHub repos that represent submission/distribution opportunities for the agent ecosystem (Anthropic / OpenAI / Microsoft / ModelContextProtocol orgs + MCP servers + x402 projects + agent skill catalogs). Seven fan-out queries deduped by full_name and scored by signal_weight × recency × log10(stars). Cron 13:30 UTC daily. Useful for any meta-agent that's trying to surface "what's new in the agent ecosystem today." - [Agent Reputation by Wallet](https://tensorfeed.ai/api/agents/reputation/{wallet}): The TensorFeed Agent Reputation Bureau. Returns a public reputation card for the wallet: composite + sub-metric ranks (reliability, spend, activity, streak), trust grade A through F, public flags (new_wallet, spend_spike, claim_disputed, etc), wallet age, first_seen, and last_active. Cards rebuild daily at 04:50 UTC from TF's own observable telemetry; no third-party data, no scraping. Returns 404 for unknown wallets so consumers can distinguish "we have no record" from "we have a record showing zero activity." - [Agent Reputation by Token Prefix](https://tensorfeed.ai/api/agents/reputation/by-token/{prefix}): Same card shape as the by-wallet endpoint, indexed by the first 16 chars of a tf_live_ bearer token. Useful for agents that haven't yet signed an EIP-191 operator claim binding a wallet. - [Agent Leaderboard](https://tensorfeed.ai/api/agents/leaderboard): Sortable ranking of every reputation-tracked agent. Query parameters: metric=reliability|spend|activity|streak|composite (default composite), window=24h|7d|30d|all (default all), limit=1-25. Free tier capped at 25; full cohort lives on /api/premium/agents/leaderboard/full (1 credit). Composite score weighting freezed in v0 at reliability 0.4 + activity 0.3 + spend 0.2 + streak 0.1. Spend uses 5:1 paid-vs-free weighting as the sybil-resistance lever. - [Agent Bans (transparency)](https://tensorfeed.ai/api/agents/bans): Public list of every wallet or token prefix the bureau has banned, with reason and optional evidence URL. Sanctioned wallets (Chainalysis OFAC oracle hits) are auto-banned. Other bans come from admin action on operator gaming, brand-impersonation claim attempts, or terms-of-service violations. Public for outside-auditable transparency. - [TensorFeed Jobs: browse](https://tensorfeed.ai/api/jobs): Free. Up to 25 active agent-work listings, newest first. Filters: ?limit=1-25, ?category=, ?q=. Listings are third-party content; TensorFeed is a listing and discovery service and is never a party to any transaction. Single listing at /api/jobs/{id} (404 on unknown or removed). - [TensorFeed Jobs: premium browse](https://tensorfeed.ai/api/premium/jobs): 1 credit, AFTA-signed. Full and filtered cohort: ?category=, ?q=, ?status=active|filled|closed|expired. Removed listings are never served on any free or paid surface. - [TensorFeed Jobs: post a listing](https://tensorfeed.ai/api/jobs): POST, tier 3 (5 credits, about $0.10), authorized with a prepaid credits bearer token (Authorization: Bearer tf_live_...; the per-call x402 path is not accepted for writes, which is what keeps a rejected post free). Body is a free-text listing plus an EIP-191 signature, a single-use nonce, and signed_at. Gated by a field allowlist (no structured selection fields), the signed_at window, signature recovery to the posting wallet, nonce single-use, and a Chainalysis OFAC fail-closed screen. Payment for the work happens peer-to-peer off-platform; TensorFeed never holds or routes those funds. A rejected post is never charged and returns a signed no-charge receipt. Close your own listing via POST /api/jobs/{id}/close with an action-pinned EIP-191 signature (no payment). - [Agent-Sourced Model Pricing](https://tensorfeed.ai/api/feeds/model-pricing): Free. Model pricing observations published by the TensorFeed cold-start gig flywheel: each row was submitted by an agent with a primary-source source_url, validated at intake, and accepted by a human reviewer before landing here. Returns observations (newest accepted first), latest-per-(model,vendor), and a summary. Optional ?model=&vendor=&limit=1-1000. Provenance fields per row: submission_id, gig_id, submitter_addr, accepted_at, source_url. Provenance-distinct from the curated /api/models catalog; the cited source_url is always the authority. - [Agent Reputation Badge SVG](https://tensorfeed.ai/api/agents/badge/{wallet}.svg): Embeddable 200x40 SVG showing the agent's display name (or short identity), composite rank, trust grade letter, and reliability percentage. Top-3 ranks render with gold/silver/bronze coloring; otherwise trust-grade color. XSS-hardened (allowlisted + escaped display_name), CSP-locked response (default-src 'none'), 1h edge cache, CORS-enabled for cross-origin embeds. Token-prefix variant at /api/agents/badge/by-token/{prefix}.svg. Operators paste the badge URL into their own docs/website. - [Agent Operator Claim](https://tensorfeed.ai/api/agents/claim): POST with `{ message, signature }` where message is the EIP-191 signed claim body. Worker validates wallet (EIP-55 checksum), verifies the signature via viem, screens the wallet through the Chainalysis sanctions oracle (fail-closed), runs Llama Guard 3 over the display_name + expanded_description, checks the protected-brand allowlist, then routes to either the live claim store or the admin pending-review queue. Returns `approved | queued | banned | rejected | retry_later`. Read existing claims via GET /api/agents/claim/{wallet}. Replay-protected: signatures expire 10 min after their embedded timestamp, and each nonce is single-use. - [Agent Self-Directory Search](https://tensorfeed.ai/api/agents/directory/search): Searchable directory of operator-claimed AI agents who self-describe their skills, hourly rate range, languages, and availability. Filters: `?skill=`, `?service_area=`, `?language=`, `?available=true`, `?max_rate=`, `?min_experience=`, `?verified=true`, `?limit=1-25`. Verified-hireable members (those paying $5/30d for top-tier visibility) sort first; everyone else by composite reputation. Each result joins the bureau ReputationCard with the directory fields. TF publishes self-descriptions; operators and the agents who contact them transact off-platform; TF takes no fee from those transactions. - [Agent Directory Skills](https://tensorfeed.ai/api/agents/directory/skills): Tally of skills_tags across the active directory cohort, sorted by count desc. Tags come from a controlled vocab (research, data-analysis, coding, content-writing, voice-acting, image-generation, etc). - [Agent Directory Categories](https://tensorfeed.ai/api/agents/directory/categories): Tally of service_area tags (research/data/coding/writing/voice/image/video/other) across the directory. - [Podcasts API](https://tensorfeed.ai/api/podcasts): AI podcast episodes with audio URLs (?limit=) - [Health Check](https://tensorfeed.ai/api/health): Worker health and last update timestamps - [Endpoint Discovery](https://tensorfeed.ai/api/meta): Full endpoint map for automated integration ## Historical Data - [History Index](https://tensorfeed.ai/api/history): List of available daily snapshot dates (pricing, models, benchmarks, status, agent activity) - [History Snapshot](https://tensorfeed.ai/api/history/YYYY-MM-DD/TYPE): Read a specific daily snapshot. Types: pricing, models, benchmarks, status, agent-activity - [Free Pricing Series (7-day)](https://tensorfeed.ai/api/history/pricing/series): Daily input/output/blended price points for one AI model over the last 1 to 7 days, free. Params: `?model=&days=N` (1 to 7) or `?model=&from=&to=`. For up to 90 days use the paid /api/premium/history/pricing/series (1 credit). 7-day free tier is the discovery teaser; the long tail compounds with time and is what cannot be backfilled. - [Free Benchmark Series (7-day)](https://tensorfeed.ai/api/history/benchmarks/series): Daily benchmark scores for one model+benchmark over the last 1 to 7 days, free. Benchmark keys: swe_bench, mmlu_pro, gpqa_diamond, math, human_eval. Params: `?model=&benchmark=&days=N`. For up to 90 days use the paid /api/premium/history/benchmarks/series (1 credit). - [Free Status Uptime (7-day)](https://tensorfeed.ai/api/history/status/uptime): Daily status rollup for one provider over the last 1 to 7 days, free. Returns operational/degraded/down day counts and uptime % (degraded counts as half). Params: `?provider=&days=N`. For up to 90 days use the paid /api/premium/history/status/uptime (1 credit). - [News History (single day, capped)](https://tensorfeed.ai/api/history/news): Daily archive of TensorFeed's deduped news feed for one UTC date, capped at 25 articles for the free tier. Each daily snapshot is captured by every hourly RSS poll, so the value at lookup is the last poll before the day ended (or the most recent poll for today). Params: `?date=YYYY-MM-DD&limit=1-25`. The full untruncated archive (up to 200/day) and date ranges live behind /api/premium/history/news/full (1 credit). - [News Source Health (single day)](https://tensorfeed.ai/api/history/news/sources): Per-source RSS poll reliability rollup for one UTC date. Each entry carries polls (total polls that day), polls_ok, polls_empty, polls_error, articles_total, reliability_pct, last_status, and last_error if any. Sorted by reliability_pct DESC. Free, no auth. Params: `?date=YYYY-MM-DD`. Multi-day series at /api/premium/history/news/source-health (1 credit, up to 90 days). - [News History Dates Index](https://tensorfeed.ai/api/history/news/dates): Ordered list of UTC dates with a daily news snapshot. Free, no auth. - [News Source Health Dates Index](https://tensorfeed.ai/api/history/news/sources/dates): Ordered list of UTC dates with a source-health rollup. Free, no auth. - [Verified Feed (product page)](https://tensorfeed.ai/verified-feed): Human + agent landing page for the cross-source story corroboration product. Explains the "agents acting on a single source is the real failure mode" thesis, how the embedding-based clustering works (Workers AI bge-base-en-v1.5 at threshold 0.82), what the corroboration_band tag means, and how to integrate the free + premium endpoints. FAQ + sample cluster shape included. - [News Story Clusters](https://tensorfeed.ai/api/history/news/clusters): Story-level cross-source corroboration clusters for one UTC date. Each cluster groups articles about the same story via embedding-based similarity (Workers AI bge-base-en-v1.5 at threshold 0.82) and reports distinct_source_count, sources_list, hero article, and a corroboration_band tag (single = 1 source, limited = 2-3, broad = 4+). Phase B foundation, computed nightly at 07:30 UTC. Free tier returns top 25 clusters with optional `?min_sources=` filter. Premium verified-feed endpoint and full corroboration series ship in Phase B.2. - [News Cluster Dates Index](https://tensorfeed.ai/api/history/news/clusters/dates): Ordered list of UTC dates with cluster data captured. Free, no auth. - [Premium News Clusters Full](https://tensorfeed.ai/api/premium/history/news/clusters/full): Tier 1, 1 credit per call. Full untruncated cross-source story clusters per UTC date, single-date or 30-day range. The free /api/history/news/clusters caps at 25 clusters/day; this endpoint returns all clusters with no cap. Each cluster includes source_count, sources_list, article_ids, hero article, and corroboration_band. Params: `?date=` or `?from=&to=`. - [Premium Verified Feed](https://tensorfeed.ai/api/premium/history/news/verified): Tier 1, 1 credit per call. Story-level feed filtered to clusters with N+ independent sources corroborating. Default min_sources=4 (broad corroboration). Agents asking "do not act on a single source" get a clean stream of stories that cleared the trust threshold. The verification product Gemini named as the "trust play"; uniquely possible for TF because only TF has the cross-source view at scale. Params: `?date=` or `?from=&to=&min_sources=2-50`. - [Premium Decision-Verified Cluster](https://tensorfeed.ai/api/premium/news/decision-verified): Tier 1, 1 credit per call. Structured verification scores for a single corroboration cluster. Returns verification_tier (single, limited, moderately-corroborated, broadly-verified, widely-reported), source_diversity_score (distinct domains over article count, penalizes wire syndication), time_span_hours across the cluster, per-source breakdown sorted by article count, and an AFTA-signed receipt over the source set so the verification itself is cryptographically attestable. Params: `?cluster_id=&date=YYYY-MM-DD`. Pair with /api/history/news/clusters?date= to discover cluster_ids. - [Premium Decision-Verified Search](https://tensorfeed.ai/api/premium/news/decision-verified/search): Tier 1, 1 credit per call. Search recent days for clusters whose hero title matches a query (substring + token-overlap), filtered by min_sources, sorted by match score then source count. Each result carries the same verification card as the lookup endpoint. Default lookback 30 days, max 90. Params: `?q=&since=&until=&min_sources=1-50&limit=1-100`. - [CVE Record (single)](https://tensorfeed.ai/api/security/cve/CVE-2024-3094): Single MITRE CVE Record v5.2 looked up by CVE ID, free, no auth. Lazy-fetched from cveawg.mitre.org/api/cve and cached 7 days. License: MITRE CVE Terms of Use, commercial redistribution permitted; the response includes the standard attribution block. Path-encoded canonical: `/api/security/cve/{CVE-YYYY-NNNNN}`. - [CVE Recent](https://tensorfeed.ai/api/security/cve/recent): Ring buffer of CVE IDs added or modified in the cvelistV5 GitHub repo over roughly the last 24 hours. Updated daily at 04:30 UTC by walking the repo's commit history. Params: `?limit=1-100`. Pair with /api/security/cve/{id} for the per-record record. - [CVE By Date](https://tensorfeed.ai/api/security/cve/by-date/2026-05-08): CVE IDs added or modified in cvelistV5 commits on one UTC day. Free, no auth. Date in path. The data moat compounds with each daily run; older dates predate this endpoint's launch and may be empty. - [CVE Dates Index](https://tensorfeed.ai/api/security/cve/dates): Ordered list of UTC dates with CVE-by-date data captured. Free, no auth. - [CISA KEV (top 50)](https://tensorfeed.ai/api/security/kev): The CISA Known Exploited Vulnerabilities catalog. Free tier returns the 50 most recent entries plus catalog metadata (total entries, catalog version, dateReleased). Each entry carries cveID, vendorProject, product, vulnerabilityName, dateAdded, shortDescription, requiredAction, dueDate, knownRansomwareCampaignUse, notes, and CWE list. Refreshed daily at 06:30 UTC. License: US Government public domain (17 USC 105), commercial redistribution explicitly permitted. Full catalog at /api/premium/security/kev/full (1 credit). - [KEV by CVE](https://tensorfeed.ai/api/security/kev/CVE-2024-3094): Single KEV entry by CVE ID, free, no auth. Returns 404 if the CVE is not on the KEV catalog (which is the common case; only ~1500 of ~270K CVEs are on KEV). Pair with /api/security/cve/{id} for the underlying CVE Record. - [KEV Added On Date](https://tensorfeed.ai/api/security/kev/added/2026-05-08): KEV entries with dateAdded == one UTC day. Free, no auth. Useful for "what got added today" lookups. - [KEV Dates Index](https://tensorfeed.ai/api/security/kev/dates): Ordered list of UTC dates with KEV-added entries captured. Free, no auth. - [EPSS for CVE](https://tensorfeed.ai/api/security/epss/CVE-2024-3094): EPSS (Exploit Prediction Scoring System) score for one CVE. Returns the daily probability (0 to 1) that the CVE will be exploited in the next 30 days, plus a percentile rank. Lazy-fetched from FIRST.org's API and cached 24 hours. License: FIRST.org's published policy permits free use; commercial redistribution permitted. Pair with /api/security/cve/{id} for the underlying CVE Record and /api/security/kev/{id} for the CISA exploitation status. - [EPSS Top-N](https://tensorfeed.ai/api/security/epss/top): Top-N highest-EPSS CVEs as of the current daily snapshot. Free, no auth. Params: `?limit=1-50`. Premium /api/premium/security/epss/top adds historical date filtering. - [Premium Corroborated Security Advisories](https://tensorfeed.ai/api/premium/security/corroborated): Tier 1, 1 credit per call, strict-premium. One package whole corroborated GHSA advisory set per call (`?package=`, loose matching). Per advisory, three explicit provenance buckets: corroborated_claim (verbatim affected_products + the deterministic product-vs-authoritative-OSV verdict, never-false-confirm), deterministic_enrichment (KEV/EPSS/SSVC/OSV joined ONLY by a verbatim-verified CVE id), verbatim_context (version/severity/exploited copied verbatim, not corroborated). CAVEAT carried verbatim in meta.claim: we corroborate the affected package and enrich by verified CVE id; we do NOT verify the advisory exploitation or severity claims (GHSA prose does not make them). Honest counts: 82 package-addressable advisories (73 corroborated, 9 novel) across 47 packages; product-less unverifiable and quarantined records are excluded from served counts, not padded. Bundled offline, zero KV at request time. Human page: https://tensorfeed.ai/security/corroborated - [OSV Advisory by ID](https://tensorfeed.ai/api/security/osv/GHSA-r75f-5x8p-qvmc): Single OSV.dev advisory by ID. Accepts GHSA / CVE / PYSEC / RUSTSEC / GO / OSV / DSA / ALPINE / DEBIAN / UBUNTU and other documented identifier prefixes. Lazy-fetched from api.osv.dev and cached 24h. License: Apache License 2.0; commercial redistribution permitted with attribution preserved on every response. - [OSV Package Query](https://tensorfeed.ai/api/security/osv/package): Cross-ecosystem advisory lookup for one package version. Params: `?ecosystem=PyPI|npm|Go|crates.io|Maven|NuGet|RubyGems|Packagist|Hex|Pub|Hackage|Linux|...&name=&version=`. Returns the array of advisories affecting that package version (or any version if version is omitted). Pairs with /api/packages/npm/ai-trending and /api/packages/pypi/ai-trending to answer "show me trending packages with unpatched advisories". - [OSV Ecosystems](https://tensorfeed.ai/api/security/osv/ecosystems): Supported OSV ecosystem identifiers. Free, no auth. - [SEC EDGAR Full-Text Search](https://tensorfeed.ai/api/sec/edgar/search): Lucene-style full-text search across the entire SEC EDGAR public-filings corpus since the 1990s. Filings include 10-K (annual reports), 10-Q (quarterly), 8-K (current event), DEF 14A (proxy), S-1 (IPO), 13F (institutional holdings), and ~70+ other form types. Params: `?q=&forms=10-K,10-Q,8-K&from=YYYY-MM-DD&to=YYYY-MM-DD&limit=1-50&page=1-100`. License: US Government public domain (17 USC 105). Cached 1h. The killer endpoint for finance agents that previously had to pay $5K/mo enterprise data plans for the same query surface. - [MCP HTTP Endpoint](https://mcp.tensorfeed.ai/mcp): Hosted Streamable HTTP MCP server per the 2024-11-05 spec. Companion to the stdio @tensorfeed/mcp-server published on npm. POST a JSON-RPC 2.0 envelope (methods: initialize, tools/list, tools/call, ping); GET returns discovery info. V1 catalog: 23 free tools spanning AI news + service status + model pricing + MITRE CVE + CISA KEV + EPSS + OSV.dev + SEC EDGAR search/submissions/ticker lookup + 5 openFDA query tools (drug events, drug labels, drug recalls, food recalls, device events) + EIA Open Data series + USGS recent earthquakes + NWS US weather alerts + AI papers (arXiv recent + AI trending + HF daily) + daily agent-ecosystem opportunities scan. Compatible with Anthropic vertical agent repos (claude-for-financial-services pattern), claude.ai connectors, and any MCP-compliant client. Free; premium tools land in V2. - [SEC EDGAR Submissions](https://tensorfeed.ai/api/sec/edgar/submissions/0000320193): Entity metadata + recent filings for one company by CIK. Accepts canonical zero-padded CIK (`0000320193`) or `CIK0000320193` prefixed. Returns full company profile (name, tickers, exchanges, EIN, SIC, addresses, fiscal year end) plus the most-recent ~1000 filings with form types, accession numbers, and filing dates. Pair with /api/sec/company-tickers/{ticker} for ticker-to-CIK lookup. - [CISA Vulnrichment for CVE](https://tensorfeed.ai/api/security/vulnrichment/CVE-2024-3094): CISA's enrichment layer on top of MITRE CVE Records. Adds CWE mappings, CVSS v3.1 scoring (where MITRE has none), exploitation evidence references, KEV cross-reference flags, and additional vendor-specific advisories under containers.adp[] in the standard CVE Record v5.2 shape. Free, no auth. Lazy-fetched from cisagov/vulnrichment GitHub repo (develop branch), cached 7 days. License: US Government public domain (17 USC 105). Returns 404 for CVEs CISA has not yet enriched (most older or low-impact CVEs). Pair with /api/security/cve/{id} for the MITRE record. - [AI Supply-Chain IOCs](https://tensorfeed.ai/api/security/ai-supply-chain-iocs.json): Daily-refreshed feed of publicly-disclosed malicious npm and PyPI packages whose name or summary signals relevance to AI / MCP / LLM operators. Pulled from GitHub Security Advisories (type=malware), filtered against a curated AI keyword list (openai, anthropic, claude, mistral, langchain, llamaindex, mcp-, huggingface, ollama, vector DBs, etc), deduped, newest first. Each entry cites its GHSA primary source. Posture: TensorFeed republishes already-public advisories; we do not detect, attribute, or actively scan. Treat the linked primary source as authoritative. Free, no auth. Refreshed daily at 07:15 UTC. License: GitHub ToS attribution preserved on every entry. - [NASA POWER Daily](https://tensorfeed.ai/api/climate/power/daily): NASA POWER global meteorological and solar energy data for one point, daily resolution. 40+ years of history, 0.5-degree spatial resolution, sourced from MERRA2 reanalysis. Free, no auth. Params: `?latitude=&longitude=¶meters=T2M,PRECTOTCORR&start=YYYYMMDD&end=YYYYMMDD&community=AG|RE|SB`. Range capped at 365 days. License: NASA POWER open access; US Government public domain (17 USC 105). - [NASA POWER Parameters](https://tensorfeed.ai/api/climate/power/parameters): Curated catalog of the most-requested NASA POWER parameter codes with units and longnames. Free, no auth. NASA exposes 100+ parameters; this catalog covers the common cases for solar siting, agriculture, and climate analysis (T2M, T2M_MAX, T2M_MIN, T2MDEW, RH2M, PRECTOTCORR, WS10M, WS50M, ALLSKY_SFC_SW_DWN, CLRSKY_SFC_SW_DWN, ALLSKY_SFC_LW_DWN, etc). - [USGS Recent Earthquakes](https://tensorfeed.ai/api/climate/earthquakes): Recent earthquakes from the USGS Earthquake Hazards Program pre-built summary feeds. Free, no auth. Params: `?magnitude=significant|4.5|2.5|1.0|all&period=hour|day|week|month&limit=1-500`. Returns flattened list with id, magnitude, place, time (ISO 8601), depth_km, longitude, latitude, tsunami flag, USGS detail URL. Upstream feeds refresh every minute; cache TTL scales with feed window (60s for hour feeds, 900s for month feeds). License: US Government public domain (17 USC §105). - [NWS US Weather Alerts](https://tensorfeed.ai/api/climate/weather-alerts): Active US weather alerts from the National Weather Service: tornado warnings, severe thunderstorm warnings, flood warnings, winter storm warnings, heat advisories, fire weather watches, etc. Free, no auth. Params: `?area=2-letter-state&event=NWS-event-name&severity=Extreme|Severe|Moderate|Minor|Unknown&urgency=Immediate|Expected|Future|Past|Unknown&status=actual|exercise|system|test|draft&limit=1-500`. US-only coverage. Active alerts only, expired alerts fall off automatically. 60s cache TTL. License: US Government public domain (17 USC §105). - [OpenFDA Categories Directory](https://tensorfeed.ai/api/health/fda/categories): Directory of supported openFDA categories with descriptions and per-endpoint TF paths. Free, no auth. License: CC0 1.0 Universal Dedication; FDA waived all copyright interests, commercial redistribution permitted with no attribution requirement. - [OpenFDA Drug Adverse Events](https://tensorfeed.ai/api/health/fda/drug/events): FDA Adverse Event Reporting System (FAERS) reports. Each record carries patient demographics, drug names, reaction terms, outcome classifications. ~10M+ records. Lucene-style search via `?search=patient.drug.medicinalproduct:aspirin&limit=1-100&skip=&sort=`. License: CC0. - [OpenFDA Drug Labels](https://tensorfeed.ai/api/health/fda/drug/labels): Structured product labeling (SPL) for prescription and OTC drugs. Indications, dosage, warnings, contraindications, adverse reactions, pharmacology. ~150K labels. License: CC0. - [OpenFDA Drug Recalls](https://tensorfeed.ai/api/health/fda/drug/recalls): FDA drug enforcement reports / recalls. Classification, reason, distribution, product description. License: CC0. - [OpenFDA Food Recalls](https://tensorfeed.ai/api/health/fda/food/recalls): FDA food enforcement reports / recalls. License: CC0. - [OpenFDA Device Adverse Events](https://tensorfeed.ai/api/health/fda/device/events): FDA MAUDE database of medical device adverse events. Device identifiers, problem codes, event narratives. License: CC0. - [EIA Categories](https://tensorfeed.ai/api/economy/eia/categories): Curated catalog of high-demand EIA Open Data routes with descriptions, default frequencies, and example filters. Free, no auth. - [EIA Series](https://tensorfeed.ai/api/economy/eia/series): EIA Open Data time-series proxy. Routes include petroleum spot prices (WTI, Brent), retail gasoline prices, natural gas prices, electricity retail sales by state and sector, net electricity generation by fuel source, total US energy production and consumption. Params: `?route=&frequency=&start=YYYY-MM-DD&end=YYYY-MM-DD&length=1-5000&offset=&data=value&facets[stateid][]=CA&facets[sectorid][]=RES`. License: US Government public domain (17 USC 105). Requires the EIA_API_KEY worker secret to be set. - [Free Status Leaderboard (7-day)](https://tensorfeed.ai/api/status/leaderboard): Cross-provider uptime ranking computed from minute-resolution counters (every 2-minute poll = ~720 samples per provider per day). Returns providers ranked by uptime % DESC with downtime_minutes, hard_down_minutes, and per-bucket poll counts. Params: `?days=N` (1 to 7). For up to 90 days plus incident_count + mttr_minutes use the paid /api/premium/status/leaderboard (1 credit). - [MCP Registry Snapshot](https://tensorfeed.ai/api/mcp/registry/snapshot): Today's summary of the official MCP server registry: total servers, status breakdown, top namespaces, and 1-day deltas (newly added, reactivated, deprecated). Captured daily at 9:30 AM UTC from registry.modelcontextprotocol.io. - [x402 Publisher Registry Snapshot](https://tensorfeed.ai/api/x402-registry/snapshot): Live index of x402-compatible publishers, normalized from each domain's /.well-known/x402 manifest. Per-entry status (ok, not_found, http_error, fetch_error, invalid_json, invalid_schema), x402 version, publisher metadata, paid + free endpoint counts, payment wallet, accepts summary, and AFTA federation flag. Daily crawl at 02:15 UTC. Free, no auth. - [AI Papers, Trending](https://tensorfeed.ai/api/papers/ai-trending): Daily curated AI/ML research papers from Semantic Scholar, ranked by citation count. Each entry carries title, abstract, authors, year, venue, citationCount, arxivId, doi, and fieldsOfStudy. Five fan-out queries (large language model, transformer, RLHF, AI agents, diffusion model), deduped by paperId, top 30 returned. Refreshed daily at 11:00 AM UTC. Each daily snapshot is also keyed by date so a future premium time-series endpoint can read multi-day windows. - [AI Ecosystem Today (composite)](https://tensorfeed.ai/api/today): One-shot composite "what is the AI ecosystem doing today" brief. Single edge-cached endpoint that fans out across every daily TensorFeed feed (news, papers ai-trending + arxiv-recent + hf-daily, HF models/datasets/Spaces, hot GitHub issues, Reddit threads, OpenRouter catalog summary, provider status) and returns a structured response. Saves an agent from orchestrating 9 separate calls. Optional `?sections=news,papers,hf,community,inference,status` and `?limit=1-10` (default 3 items per subsection). Edge cache 5 min so a thousand agents calling per minute hit the worker once. - [HF Daily Papers](https://tensorfeed.ai/api/papers/hf-daily): Hugging Face's editor-curated daily AI/ML papers feed, layered with community upvotes and discussion counts. Each entry carries paperId, title (sanitized), summary, authors, publishedAt, submittedAt, upvotes, num_comments, thumbnail, hf_url, arxiv_url (when arxiv-style), github_repo, github_stars, ai_keywords. Different signal from arxiv-recent (firehose) and ai-trending (citation-ranked all-time). Refreshed daily at 14:15 UTC. - [arXiv Recent](https://tensorfeed.ai/api/papers/arxiv-recent): 50 most recent arXiv submissions in cs.AI / cs.LG / cs.CL / cs.CV, sorted by submission date. Each entry carries arxivId, version, title, abstract, authors, primary category, all categories, publishedAt, updatedAt, htmlUrl, pdfUrl, and doi (when present). Refreshed daily at 11:30 AM UTC. The firehose pair to /api/papers/ai-trending: ai-trending ranks the field by citation count, arxiv-recent shows what just dropped. - [Hugging Face Trending](https://tensorfeed.ai/api/hf/trending): Top Hugging Face models, datasets, and Spaces (the three asset classes), captured once per day at 12:00 UTC. Models and datasets ranked by downloads (top 30 each); Spaces ranked by likes (top 30, since downloads is meaningless for hosted apps). Model entries carry id, downloads, likes, pipeline_tag, tags, lastModified, private, gated. Space entries carry id, author, sdk (gradio/streamlit/static/docker), likes, tags, lastModified, private, runtime_stage, hardware. Once multiple days are captured the dated snapshots compound into day-over-day deltas, a real trending signal regardless of HF's own sort order. - [HF Open LLM Leaderboard](https://tensorfeed.ai/api/hf-leaderboard/latest): Daily snapshot of the Hugging Face Open LLM Leaderboard v2 captured at 04:45 UTC from the open-llm-leaderboard/contents dataset (CC-BY-SA). Six v2 tasks: IFEval, BBH, MATH Lvl 5, GPQA, MUSR, MMLU-PRO. Each entry carries rank, model_id, params_b, precision, license (Hub License from HF), base_model, type (pretrained/fine-tuned/chat/merge), average, and per-task scores. Query: `?limit=N` (default 50, max 500) plus `?min_average=X` to filter by composite score. Field names are normalized from HF's emoji-prefixed column headers into a stable schema; snapshots validate >=50 models + per-task coverage before commit so a one-off upstream schema shift never corrupts the dated history. Multi-day rank + score deltas feed the premium series endpoints once we have multiple days of capture. - [Hot AI Issues](https://tensorfeed.ai/api/issues/hot): Currently-active GitHub issues across the AI ecosystem, ranked by comment count. Five fan-out keyword-phrase searches ("large language model", "AI agent", transformer, "machine learning", LLM), filtered to is:issue is:open archived:false with comments>=10 and activity within the last 7 days, deduped, top 30. Each entry carries url, repo, number, title, author, state, comments, reactions_total, labels, created_at, updated_at, and matched_topic. Refreshed daily at 12:30 UTC. Companion to /api/trending-repos: that shows which AI repos are gaining stars, this shows where the active conversations are. - [Reddit AI Trending](https://tensorfeed.ai/api/reddit/trending): Currently-hot threads from 7 AI-relevant subreddits (LocalLLaMA, MachineLearning, ClaudeAI, OpenAI, singularity, artificial, AI_Agents). Stickied and NSFW posts filtered, deduped by post id, top 30 by score. Each entry carries id, subreddit, title (sanitized), author, score, upvote_ratio, num_comments, permalink, url, created_utc, flair, is_self, is_video. Refreshed daily at 13:00 UTC. Companion to /api/issues/hot: GitHub developer conversation vs Reddit community conversation. - [OpenRouter Catalog](https://tensorfeed.ai/api/openrouter/models): Daily snapshot of the OpenRouter cross-provider model catalog. 200+ models across 50+ inference providers (Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, Together, Fireworks, Groq, etc) normalized with comparable per-token pricing (prompt, completion, image, request), context window, modality (e.g. text+image->text), instruct_type, tokenizer, top provider metadata (max_completion_tokens, is_moderated), and supported_parameters. Snapshot summary surfaces by_namespace, by_modality, cheapest_input/output (excluding free tier), largest_context, and free_tier_count. Pairs with /api/models: that is the curated frontier-lab catalog, this is the long tail of OSS models on cloud inference. Refreshed daily at 14:00 UTC. - [LLM Probe Latest](https://tensorfeed.ai/api/probe/latest): Last 24 hours of measured LLM endpoint latency and availability per provider (Anthropic, OpenAI, Google, Mistral, Cohere). TensorFeed pings each provider's chat completion endpoint every 15 minutes and records ttfb / total response time / HTTP status. Aggregated p50/p95/p99 latency, success rate, and last-error per provider. The data is unique because we measure it (not self-reported). - [GPU Pricing Snapshot](https://tensorfeed.ai/api/gpu/pricing): Live GPU rental pricing aggregated across cloud GPU marketplaces (RunPod when key is configured + Lambda Labs public-pricing snapshot; CoreWeave, hyperscalers planned). Cheapest on-demand and spot price per canonical GPU class (H200, H100, A100, RTX 4090, MI300X, etc), normalized from heterogeneous provider naming. Refreshed every 4 hours. - [GPU Pricing Cheapest](https://tensorfeed.ai/api/gpu/pricing/cheapest): Top 3 cheapest current offers for one canonical GPU. Params: `?gpu=H100&type=on_demand|spot`. Designed as the agent-friendly entry point: an agent picking a GPU does not need the full snapshot. - [Sports League Directory](https://tensorfeed.ai/api/sports): Lists supported leagues. NFL is live; NBA, MLB, NHL are roadmapped pending per-source ToS review. - [NFL Teams](https://tensorfeed.ai/api/sports/nfl/teams): 32-team factual catalog. Each entry carries id, name, city, short_name, abbreviation, conference (AFC/NFC), division (East/North/South/West). Optional filters: `?conference=AFC|NFC` and `?division=East|North|South|West`. Public-domain factual data, hand-curated. - [NFL Team Detail](https://tensorfeed.ai/api/sports/nfl/teams/{id}): Single team by lowercase id or abbreviation (e.g. `sf`, `kc`, `nyj`). - [NFL News](https://tensorfeed.ai/api/sports/nfl/news): RSS-aggregated NFL headlines from ESPN, NFL.com, CBS Sports, and Yahoo Sports. Title + 200-char snippet + canonical link, sanitized for prompt injection. Optional `?team=sf` filters to articles mentioning that team. Refreshed hourly. - [MLB Teams](https://tensorfeed.ai/api/sports/mlb/teams): 30-team factual catalog. Each entry carries id, name, city, short_name, abbreviation, league (AL/NL), division (East/Central/West). Optional filters: `?league=AL|NL` and `?division=East|Central|West`. Public-domain factual data, hand-curated. - [MLB Team Detail](https://tensorfeed.ai/api/sports/mlb/teams/{id}): Single team by lowercase id or abbreviation (e.g. `nyy`, `lad`, `sf`). - [MLB News](https://tensorfeed.ai/api/sports/mlb/news): RSS-aggregated MLB headlines from ESPN, MLB.com, CBS Sports, Yahoo Sports. Title + 200-char snippet + canonical link, sanitized for prompt injection. Optional `?team=lad` filters to articles mentioning that team. Refreshed hourly. - [NFL Players](https://tensorfeed.ai/api/sports/nfl/players): Active-roster catalog sourced from nflverse-data (CC-BY-4.0). Each entry carries gsis_id, display_name, position, team, jersey_number, status, height, weight, birth_date, age, college, draft_year/round/pick, entry_year, years_of_experience, headshot_url. Filters: `?team=&position=&status=&q=` (q is name substring). Refreshed daily 06:00 UTC. Attribution required per CC-BY-4.0; the response includes the full attribution block. - [NFL Player Detail](https://tensorfeed.ai/api/sports/nfl/players/{gsis_id}): One player by NFL gsis identifier (e.g. 00-0036971 = Brock Purdy). Same fields as the list endpoint. - [NFL Schedule](https://tensorfeed.ai/api/sports/nfl/schedule): NFL games from 2024 onward sourced from nflverse-data (CC-BY-4.0). Each entry carries game_id, season, week, game_type (REG/POST/PRE), game_date, weekday, start_time_eastern, away_team, home_team, away_score, home_score, result, total, stadium, roof, surface. Filters: `?season=&week=&team=`. Refreshed daily 06:00 UTC. - [SEC Company Tickers](https://tensorfeed.ai/api/sec/company-tickers): Official ticker -> CIK -> company-name mapping for all SEC-registered publicly-traded US companies, sourced from data.sec.gov/files/company_tickers.json. Public-domain US Government work (17 USC s105). ~10k entries. Each row carries cik (10-digit zero-padded), cik_int, ticker, company_name. Filters: `?q=` (substring of name or ticker), `?ticker=` (exact match), `?limit=` (default 100, max 500). The grounding lookup that finance agents need before pulling EDGAR filings or XBRL fundamentals. Refreshed daily 04:15 UTC. - [SEC Company Ticker Detail](https://tensorfeed.ai/api/sec/company-tickers/{ticker_or_cik}): Single entry by ticker (e.g. `AAPL`) or CIK in any form (`320193`, `0000320193`, `CIK0000320193`). Returns the same row shape as the list endpoint plus public-domain attribution block. - [npm AI/ML Package Trending](https://tensorfeed.ai/api/packages/npm/ai-trending): Daily snapshot of weekly downloads for a curated list of AI-relevant npm packages: LLM SDKs (Anthropic, OpenAI, Google, Mistral, Cohere, Groq, Together), agent frameworks (LangChain, LangGraph, LlamaIndex, Vercel AI SDK, CrewAI, Mastra, Inkeep), RAG (Pinecone, Chroma, Qdrant, Weaviate), inference (Transformers.js, HF inference, Ollama, Replicate), MCP servers/SDK, evals (autoevals, promptfoo), and tokenizers. Each entry carries name, category, description, homepage, downloads_last_week, global rank, rank_in_category. Filters: `?category=llm-sdk|agent-framework|rag|inference|evals|tooling|mcp&limit=`. Source: documented public npm downloads API. Refreshed daily 03:30 UTC. - [PyPI AI/ML Package Trending](https://tensorfeed.ai/api/packages/pypi/ai-trending): Sister to the npm endpoint. Daily snapshot of monthly downloads for a curated list of AI-relevant Python packages: LLM SDKs (anthropic, openai, google-generativeai, mistralai, cohere, groq, together, replicate), agent frameworks (langchain, langgraph, llama-index, crewai, autogen-agentchat, smolagents, pydantic-ai), RAG (pinecone-client, chromadb, qdrant-client, weaviate-client, faiss-cpu), inference (transformers, diffusers, sentence-transformers, vllm, ollama), MCP, evals (deepeval, ragas, promptflow-evals), observability (langfuse, langsmith, opik), and tooling (tiktoken, tokenizers, accelerate, peft, bitsandbytes, tensorfeed). Each entry carries name, category, description, homepage, downloads_last_day, downloads_last_week, downloads_last_month, global rank, rank_in_category. Filters: `?category=llm-sdk|agent-framework|rag|inference|evals|observability|tooling|mcp&limit=`. Source: pypistats.org JSON API serving the public PyPI BigQuery dataset. Refreshed daily 03:45 UTC. - [AI Research Institutions](https://tensorfeed.ai/api/research/institutions/ai): Top institutions worldwide ranked by AI-tagged publications in the last 365 days. Source: OpenAlex (CC0 public domain) concept C154945302 (Artificial intelligence). Each entry carries rank, openalex_id, display_name, country_code, type (education, company, government, etc), ai_works_last_year, total_works_count. Filters: `?country=US|CN|GB|...&type=education|company|...&limit=` (top 100 institutions captured daily). Refreshed daily 04:00 UTC. - [BLS Economic Indicators](https://tensorfeed.ai/api/economy/bls/indicators): Curated set of high-signal US Bureau of Labor Statistics monthly indicators: CPI all items, CPI core (less food and energy), PPI final demand, civilian unemployment rate, total nonfarm employment, average hourly earnings, average weekly hours, civilian labor force participation rate, JOLTS job openings, JOLTS hires. Each entry carries series_id, name, category (inflation, employment, wages, labor-force, jolts), unit, description, source_url, last 24 monthly observations, latest, prior, delta_absolute, delta_pct (MoM). Filter: `?category=inflation|employment|wages|labor-force|jolts`. BLS data is public domain; citation requested. Refreshed daily 05:00 UTC. - [FRED Macro Indicators](https://tensorfeed.ai/api/economy/fred/indicators): Sister to the BLS endpoint. Curated set of Federal Reserve Economic Data macro series: rates (Effective Fed Funds DFF, 10Y Treasury DGS10, 2Y Treasury DGS2, 10Y-2Y spread T10Y2Y), GDP (nominal GDP, real GDPC1), money (M2 money stock M2SL), housing (30Y mortgage rate MORTGAGE30US), FX (trade-weighted broad USD DTWEXBGS), commodities (WTI crude DCOILWTICO). Each entry carries series_id, name, category, frequency (daily/weekly/monthly/quarterly), unit, description, source_url, recent observations (up to 90), latest, prior, delta_absolute, delta_pct. Filter: `?category=rates|gdp|money|housing|fx|commodities`. Public-domain data, FRED service free per fred.stlouisfed.org/legal. Refreshed daily 05:30 UTC. - [AI Policy Registry](https://tensorfeed.ai/api/policy/ai/registry): Editorial catalog of significant AI policy actions across US-Federal (Biden EO 14110, Trump EO 14179, BIS AI Diffusion Framework), US-State (Colorado SB 24-205, Utah HB 333, California AB 2013, SB 942, SB 1047 vetoed), EU (AI Act 2024/1689 phased rollout), UK (pro-innovation paper, AI Safety Institute), China (GenAI Provisions, Deep Synthesis Provisions), and international declarations (Bletchley, Seoul). Each entry carries id, title, jurisdiction, type (executive-order/statute/regulation/guidance/declaration/agency-action), status (active/phased/pending/rescinded/vetoed/proposed), enacted_date, effective_date, summary, source_url, citations, scope (transparency/safety/high-risk/deepfakes/export-controls/etc). Filters: `?jurisdiction=&type=&status=&scope=`. Underlying government publications are public-record/public-domain by jurisdiction; the catalog is TF editorial work product, hand-curated, refreshed on redeploy. ## Premium API Preview (free, rate-limited) - [Routing Preview](https://tensorfeed.ai/api/preview/routing): Top model recommendation for a task. Query params: ?task=code|reasoning|creative|general (default general), optional ?budget=X (max blended $/1M tokens) and ?min_quality=0-1. Free, 5 calls/day per IP, top-1 only with no score breakdown. - [Route Verdict Preview](https://tensorfeed.ai/api/preview/route-verdict): Free, 10 calls per IP per day. The top Route Verdict only (no runners-up, no signed receipt) so an agent can evaluate the shape before paying. Same ?task= or ?model= inputs as the paid endpoint. - [Stack Safety Verdict Preview](https://tensorfeed.ai/api/preview/stack-safety-verdict): Free, 10 calls per IP per day. The deploy gate and per-package verdict only (no matched-CVE evidence), capped at 3 packages, so an agent can evaluate before paying. Same packages= input as the paid endpoint. - [Benchmark Trust Verdict Preview](https://tensorfeed.ai/api/preview/benchmark-trust-verdict): Free, 10 calls per IP per day. The trust band and score per benchmark (no per-signal detail or recommendation), so an agent can evaluate before paying. Same ?benchmark= or ?category= filter. - [Failover Verdict Preview](https://tensorfeed.ai/api/preview/failover-verdict): Free, 10 calls per IP per day. The failover destination and the from incident reason, without the full candidate detail or the ranked alternatives. Pass ?from=. - [Guidance Delta Preview](https://tensorfeed.ai/api/preview/sec/filings/guidance-delta): Free, 10 calls per IP per day. The materiality_summary and the per-change category, change type, direction, and materiality profile, with the verbatim prior and current quotes and values redacted. Same ?accession= or ?ticker=&form= inputs as the paid endpoint. - [Provider Reliability Verdict Preview](https://tensorfeed.ai/api/preview/provider-reliability-verdict): Free, 10 calls per IP per day. The most-dependable and riskiest provider picks only, without the full per-provider ranking or the signed receipt, so an agent can evaluate the shape before paying. No params. - [x402 Settlement Verdict Preview](https://tensorfeed.ai/api/preview/x402-settlement-verdict): Free, 10 calls per IP per day. The three classifications only (momentum, concentration, leading publisher), without the full publisher ranking, the ecosystem totals, or the signed receipt, so an agent can evaluate before paying. Defaults to the 7d window. - [Free Premium Trial: 100 Calls Per IP Per Day](https://tensorfeed.ai/api/free-tier/status): TensorFeed offers 100 free premium API calls per IP per 24-hour rolling window. No authentication, no signup, no wallet required. Applies to every /api/premium/* endpoint. After the cap is reached, the canonical x402 V2 challenge fires and on-chain or credit-flow payment is required. Self-service quota check at /api/free-tier/status returns the caller IP's used_today, remaining, and resets_at without burning a quota slot. Headers on every trial-served response: X-TF-Free-Trial, X-TF-Free-Trial-Used, X-TF-Free-Trial-Remaining, X-TF-Free-Trial-Resets-At. Body billing block surfaces tier='free_trial' with full quota state. AFTA receipt is signed on every trial call with no_charge_reason='free_trial' so trial usage is auditable. - [AI-Agent Wantlist](https://tensorfeed.ai/api/wantlist): Free demand-signal collector. Tell TF what data you wish was served and patterns inform pipeline priorities. POST a JSON body of { topic, request_type, description, contact_optional? } where request_type is one of data_source, endpoint, tool, mcp, integration, other. Rate-limited to 5 submissions per IP per 24h. GET returns the most-recent items, top topics by count over the recent window, and request-type breakdown. Items expire after 30 days. Anonymous by default; no PII collection. Signal collector, not a contract. ## Premium Agent API (paid, USDC on Base) TensorFeed accepts USDC on Base as the sole payment method for premium endpoints. No accounts, no API keys, no traditional processors. **Wallet:** `0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1` (Base network, USDC contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) **Pricing:** Base rate is 50 credits per $1 USDC ($0.02 per credit). Volume discounts kick in at $5 (10%), $30 (25%), and $200 (40%). All current premium endpoints cost 1 credit per call. **First-payment welcome bonus:** new sender wallets get 50 free credits ($1.00 of value) on their first successful USDC payment, on top of the base rate. Granted automatically and stackable with volume discounts. **Trust:** Cross-check this wallet address on `/api/payment/info`, the GitHub README, and the @tensorfeed X bio. If any disagree, do not send. **Auto-discovery for x402-compatible agents:** A complete x402 V2 discovery manifest is published at `https://tensorfeed.ai/.well-known/x402.json` (also served at `https://tensorfeed.ai/.well-known/x402`). The manifest declares the wallet, asset (USDC on Base), all paid endpoint listings with input/output schemas and per-call price (`amount: "20000"` = $0.02 USDC = 1 credit), the credits/x402 payment flows, free endpoints, and SDK install commands. CDP Bazaar facilitators and any x402 V2 agent can index our endpoints from this single URL with zero manual submission. **x402 method support:** Today we accept x402 with USDC on Base mainnet (network `eip155:8453`, scheme `exact`). Stripe Link's CLI (link.com/agents) issues Shared Payment Tokens for HTTP 402 endpoints that advertise `method=stripe` in the `www-authenticate` header; we are evaluating adding this as a parallel acceptance path. Until shipped, Link agents holding SPTs cannot pay TensorFeed directly and should use the credits flow at /api/payment/buy-credits or send USDC on Base. Agent fair-trade manifest at /.well-known/agent-fair-trade.json declares the live and roadmap methods explicitly. **OpenAPI 3.1 spec:** Complete machine-readable API spec at `https://tensorfeed.ai/openapi.json` (and the YAML twin at `https://tensorfeed.ai/openapi.yaml`). Lists every free and premium endpoint with parameters, security schemes (bearer token for premium), and tags. Drop-in for any tool that consumes OpenAPI (Swagger UI, Postman, code generators, agent toolkits, APIs.guru). **Postman collection:** Pre-built Postman Collection v2.1 at `https://tensorfeed.ai/postman-collection.json`. 33 requests organized into 20 folders by endpoint group (news, status, models, payment, premium, etc). Import directly into Postman for one-click trial of every endpoint. **Hugging Face dataset (daily snapshots):** [tensorfeed/ai-ecosystem-daily](https://huggingface.co/datasets/tensorfeed/ai-ecosystem-daily) is a daily-snapshot mirror of the public TensorFeed API. 36 JSONL files per day covering news, models, pricing, status, benchmarks, agents-directory, agents-activity, podcasts, trending-repos, mcp-registry, probe, gpu-pricing, afta-adopters, ai-hardware, open-weights, inference-providers, training-runs, marketplaces, specialized-models, fine-tuning, oss-tools, agent-apis, voice-leaderboards, embeddings, multimodal, vector-dbs, frameworks, benchmark-registry, public-leaderboards, conferences, funding, model-cards, ai-policy, compute-providers, usage-rankings, and agent-provisioning. Committed at 08:00 UTC by GitHub Actions. License is inference-only (use as RAG context or eval input, not as foundation-model training data) consistent with the AFTA standard. Load with `from datasets import load_dataset; load_dataset("tensorfeed/ai-ecosystem-daily", "news")`. Landing page with rich Schema.org Dataset markup at `https://tensorfeed.ai/datasets`. **SQL access via Parquet:** Hugging Face auto-converts the JSONL files to Parquet on the `refs/convert/parquet` branch. Query directly from DuckDB (`SELECT * FROM 'hf://datasets/tensorfeed/ai-ecosystem-daily@refs/convert/parquet//train/0000.parquet'`), ClickHouse, Pandas, or Polars without downloading. Useful for time-series queries over the daily snapshots (uptime trends, pricing diffs, model-catalog churn). Files served directly by the HF CDN, no TensorFeed API quota consumed. **Built-for-agents landing page:** `https://tensorfeed.ai/for-ai-agents` is the explicit agent-first overview: discovery surfaces (llms.txt, .well-known/x402, MCP server, openapi.json), free tier, premium tier (19 endpoints), MCP integration with Claude Desktop / Code, SDKs, and the glossary. Recommended starting point for any agent that has not seen TensorFeed before. **View as Agent UX toggle:** Every page on tensorfeed.ai has a HUMAN | AGENT toggle in the top navigation. Switching to AGENT replaces the human UI with a terminal-style overlay showing the actual API JSON powering that route, the response status line, headers, and the equivalent curl command. This is a developer-experience and brand statement, not a separate API surface; the data comes from the same `/api/*` endpoints documented above. **Chaos engineering headers (free, all endpoints):** `X-TensorFeed-Simulate-Error: <400-599>` returns the requested status code immediately for testing fallback logic. `X-TensorFeed-Simulate-Latency: ` sleeps before responding (capped at 10000ms). Simulated responses include `X-TensorFeed-Simulated: true`. No credits are charged for simulated errors against premium endpoints because the chaos layer short-circuits before payment middleware runs. **Circuit breaker (premium endpoints):** If a single bearer token issues more than 20 identical requests in 60 seconds (same path + sorted query string), premium endpoints return HTTP 429 with `error: "infinite_loop_detected"`, a 120-second cooldown, and a `Retry-After` header. No credits are charged when the breaker is tripped. Catches naive while-loops in agent code without affecting normal high-volume traffic. **Glossary for agent payment ecosystem:** `https://tensorfeed.ai/glossary` defines x402, MCP, and agent payments with FAQPage JSON-LD schema for rich-results indexing. Useful when an agent wants to understand the standards before integrating. **Per-benchmark leaderboards:** `https://tensorfeed.ai/benchmarks/{name}` (where `name` is `swe_bench`, `mmlu_pro`, `human_eval`, `gpqa_diamond`, or `math`). Each page is a ranked leaderboard for that benchmark with FAQPage and Dataset JSON-LD schema, score interpretation ranges, and a link from the leaderboard rows back to the relevant `/models/[slug]` pages. Computed live from `data/benchmarks.json` so the rankings stay current as scores are ingested. **AI Attention Index:** `https://tensorfeed.ai/attention` is the live human-facing leaderboard with score, raw signal counts (news_24h, news_7d, trending_repos, agent_hits), and the top 3 most recent matching articles per provider. JSON at `/api/attention` (free, cached 5 minutes). Derived metric, not an ingestion source: we recompute it from existing free endpoints on every request, so the data moat is the editorial choice of providers + signals + weights, not a separate database. **Interactive API playground:** `https://tensorfeed.ai/playground` is a live, no-auth, in-browser query tool against every free TensorFeed endpoint. Sidebar lists endpoints by category, form fields adapt to each endpoint's parameter schema, Run executes the request, the JSON response renders inline with timing and copy-curl/copy-URL buttons. No account, no key. Designed for developers evaluating TensorFeed; the underlying API is the same `/api/*` endpoints documented above. Same rate limit applies (120 req/min/IP). Sends `User-Agent: TensorFeedPlayground/1.0`. **AI funding rounds tracker:** `https://tensorfeed.ai/funding` is the structured machine-readable layer over AI startup financing news. Each round: company, category, stage, amount, post-money valuation, lead and notable investors, announcement date, source URL. JSON at `/api/funding`. **AI funding portfolio (corporate equity stakes):** `https://tensorfeed.ai/funding/portfolio` is a hand-curated registry of disclosed corporate AI equity stakes (Nvidia investing in OpenAI, Google in Anthropic, etc.), compute purchase commitments, and capacity partnerships. Each entry tagged with the recipient's primary silicon dependency (Nvidia, TPU, Trainium, MI400, Maia, mixed). Different lens from /funding (which is startup rounds): /funding/portfolio captures the customer-investor loop between existing AI players. JSON at `/api/funding/portfolio` with filters `?silicon_dependency=&type=&from=&to=&since=&until=`. Returns summary aggregates plus the full per-commitment record (id, from, to, amount_usd_max, amount_usd_disclosed, announced_date, type, recipient_silicon_dependency, commercial_quid_pro_quo, source_urls, notes). - [Premium AI Funding Exposure](https://tensorfeed.ai/api/premium/funding/exposure): Tier 1, 1 credit per call. Derived metrics over the free /api/funding/portfolio registry. Returns silicon_concentration (commitment count + total $ + share % per silicon dependency), circular_exposure per investor with loop_classification (fully-circular if >=85% of investor's commitments flow to recipients on their own silicon, partial-loop if 25-85%, agnostic below, insufficient-data for one-shot investors), top_recipients (sorted by inbound $, with the investor list per recipient), and co_investor_pairs (pairs of investors that both hold stakes in the same recipient, clusters of consensus capital). Underlying registry is editorial; the analytical layer is the gate. - [SEC Insider Trades by Ticker](https://tensorfeed.ai/api/sec/insider-trades?ticker=NVDA): Free. Form 4 insider-trade filings for one AI bellwether ticker (NVDA, AMD, AVGO, TSM, ARM, MSFT, GOOGL, AMZN, ORCL, PLTR, SMCI, AAPL, META, TSLA). Lazy-fetched from EDGAR with 6h KV cache; bypasses the 25-filing-per-company cap on /api/sec/filings/recent that knocks Form 4 out of the top window for high-volume filers. V1 returns filing metadata (accession_number, filing_date, filing_url, form_name); structured reporting-owner and transaction parsing is queued behind the DataPal Qwen extraction pipeline. License: US Gov public domain (17 USC 105). SEC EDGAR. - [Premium AI Companies by Ticker](https://tensorfeed.ai/api/premium/ai-companies/{ticker}): 1 credit per call, AFTA-signed. Per-ticker AI intelligence envelope for the 14 AI bellwethers (NVDA, AMD, AVGO, TSM, ARM, MSFT, GOOGL, AMZN, ORCL, PLTR, SMCI, AAPL, META, TSLA). Composes four free siblings into one paid call: latest 10 SEC filings (data.sec.gov, public domain), latest 10 news mentions filtered by curated aliases (so PLTR does not match unrelated "palantir" matches), strategic and equity funding rounds where the company is a lead or notable investor in the TensorFeed funding registry, and cohort metadata (CIK, display name, category, AI angle, exchange). Single captured-at timestamp, 9h freshness SLA. Strict-premium prefix; anonymous Bazaar probes see a clean 402 challenge. Wave 19 Bazaar pilot. License: aggregated over public-domain SEC EDGAR + TensorFeed editorial news + TensorFeed editorial funding registry. - [x402 Index Summary](https://tensorfeed.ai/api/x402-index/summary): Free. Ecosystem-level x402 USDC settlement rollup on Base mainnet. Window param 24h|7d|30d (default 24h). Returns volume_usdc + count + unique_publishers + change_vs_prior_window. Forward-only from 2026-05-28; indexer cron every 5 min with 30-block reorg safety margin (~6 min worst-case freshness, 10 min SLA). License: CC BY 4.0 (TensorFeed editorial layer over public Base mainnet on-chain data). - [x402 Index Publishers](https://tensorfeed.ai/api/x402-index/publishers): Free. Canonical list of x402-compliant publishers TensorFeed is currently indexing, auto-discovered via /.well-known/x402.json crawls (daily refresh 06:35 UTC). Each entry includes domain, pay_to_wallets, first_seen, last_crawled, last_event_at, last_crawl_error. Use this to enumerate which publishers can be queried via the premium per-publisher endpoint. License: CC BY 4.0. - [x402 Index Leaderboard](https://tensorfeed.ai/api/x402-index/leaderboard): Free. Top publishers by x402 USDC settlement volume across the window (24h|7d|30d). Each leader: rank, domain, volume_usdc, count, share_pct of sliced total. Limit param clamped 1 to 25, default 10. Aggregated from per-day top_publishers within each DailyRollup. License: CC BY 4.0. - [x402 Index Recent](https://tensorfeed.ai/api/x402-index/recent): Free. Most recent x402 USDC settlement events newest-first, each with tx_hash, block, ts, from_address, to_address, amount_usdc, publisher_domain, base_explorer_url (basescan.org). Limit param clamped 1 to 50, default 20. Backed by a 100-entry KV ring buffer updated on every indexer cron tick. License: CC BY 4.0. - [x402 Index Publisher Receipts](https://tensorfeed.ai/api/premium/x402-index/publisher/{domain}): 1 credit per call, AFTA-signed. Per-publisher receipt feed for one x402-compliant domain across a from/to date range. Returns publisher meta (domain, pay_to_wallets, first_seen), window rollup (volume_usdc, count, avg_amount, daily_series of per-day rows), attribution, and CC BY 4.0 license. Forensic and compliance lane for callers building x402 ecosystem dashboards. Strict-premium prefix; anonymous probes receive a clean 402 challenge with full x402 V2 PAYMENT-REQUIRED headers. Wave 20 Bazaar pilot. License: CC BY 4.0. - [x402 Index Time Series](https://tensorfeed.ai/api/premium/x402-index/series): 1 credit per call, AFTA-signed. Time-series of ecosystem or per-publisher x402 settlement volume or count across a from/to date range, chart-feeding. Required params: metric (volume|count), granularity (day|hour), from + to (YYYY-MM-DD). Optional domain filter. MVP supports day granularity; hour returns an empty series with an attribution note. Strict-premium. Wave 20 Bazaar pilot. License: CC BY 4.0. **AI stocks intelligence hub:** `https://tensorfeed.ai/ai-stocks` is the public-equity layer beside the funding registry. 14 AI-relevant public companies hand-curated into a cohort spanning silicon (NVDA, AMD, AVGO, TSM, ARM), hyperscalers (MSFT, GOOGL, AMZN, ORCL), AI-native (PLTR), AI infrastructure integrators (SMCI), and consumer + multi-product operators with material AI exposure (AAPL, META, TSLA). Each ticker has a dedicated page at `/ai-stocks/{ticker}` aggregating recent SEC filings (data.sec.gov, public domain, refreshed every 6 hours), AI-tagged news mentions, and TensorFeed editorial coverage. Free endpoints: `/api/sec/filings/recent?ticker=X` (cohort filings) and `/api/sec/filings/{cik}/recent` (per-company filings). Premium per-ticker aggregated JSON envelope live at `/api/premium/ai-companies/{ticker}` (Wave 19, 1 credit, AFTA-signed): one round trip returns 10 SEC filings, 10 alias-filtered news mentions, funding rounds where the company is a lead or notable investor, and cohort metadata, with a single captured-at timestamp and 9h freshness SLA. Built for AI agents doing pre-trade research (Robinhood Agentic, ChatGPT, Claude, custom) alongside human readers. Not a brokerage; no quotes, no trading recommendations. **AI infrastructure tracker:** `https://tensorfeed.ai/ai-infrastructure` is the physical-buildout layer underneath the model and funding registries. Hand-curated entries for major AI data center campuses, nuclear PPAs and restarts, hyperscaler expansions, and long-dated compute commitments. Each entry: operator, partners, location, status (announced / permitted / construction / operational), capacity_mw_announced, power_source, announced_date, target_operational, capex_usd_billion, editorial context, primary_sources. Static JSON at `/api/ai-infrastructure/projects.json`. Companion editorial at `/originals/ai-buildout-explained`. Editorial cadence, conservative on capacity numbers, both pros and cons of buildout reported factually. **A2A x402 topic hub:** `https://tensorfeed.ai/a2a-x402` is TensorFeed's working reference for Google's A2A x402 payments extension (google-agentic-commerce/a2a-x402, v0.2 active May 2026, v0.1.0 released September 2025). Covers the 60+ organization coalition (Mastercard, American Express, JCB, UnionPay, Adyen, PayPal, Worldpay, Coinbase, Circle, MetaMask, Ethereum Foundation, Mysten Labs, Etsy, Salesforce, ServiceNow, Intuit, Forter, Revolut, Ant International), the extension URIs (v0.2 https://github.com/google-agentic-commerce/a2a-x402/blob/main/spec/v0.2, v0.1 https://github.com/google-a2a/a2a-x402/v0.1), the three-step JSON-RPC payment flow (Payment Required, Payment Submitted, Payment Completed), AgentCard discovery via /.well-known/agent-card.json, the Global A2A Registry at a2a-registry.org with DNS TXT verification, and how the spec reuses canonical x402 V2 data structures (PaymentRequirements, PaymentPayload, EIP-3009 settlement) with JSON-RPC as the only new layer. Companion editorial at `/originals/google-a2a-x402-payments-extension`. **Hyperliquid topic hub:** `https://tensorfeed.ai/hyperliquid` covers the perps DEX where most AI trading agents settle USDC collateral. After Coinbase became the official treasury deployer of USDC on Hyperliquid in May 2026 and Circle made USDC the Aligned Quote Asset across HIP-1, HIP-2, HIP-3, and HIP-4 markets (with both committing HYPE staking positions), the agent trading layer now shares the same custodian, issuer, asset, and chain as the agent payments layer. The hub covers the HIP market standards, partner positions, live operational status (Hyperliquid is in the /status feed every 2 min), and why TensorFeed tracks the venue without integrating with it as an execution layer. Companion editorial at `/originals/agentic-usdc-pay-and-trade-converge`. **CVE Watch topic hub:** `https://tensorfeed.ai/cve-watch` covers TensorFeed's security data layer for AI agents. Aggregates MITRE CVE (Record v5.2 via cvelistV5), CISA KEV (~1,500+ entries, US Government public domain), FIRST.org EPSS (30-day exploitation probability), OSV.dev (cross-ecosystem), CISA Vulnrichment (SSVC scores), and an AI-supply-chain IOC feed (GHSA filtered to AI/MCP/LLM advisories every 6 hours, republish + cite posture, caught the @mistralai npm worm on day one 2026-05-12). The hub explains the cross-database verified-CVE call (one paid endpoint composes MITRE + KEV + EPSS + OSV + Vulnrichment into one LLM-ready fact card with confirmed_by + corroboration_count), the licensing posture (every source permits commercial redistribution; attribution blocks on every response), and the data-problem framing (5 schemas, 5 cadences, agents waste tokens stitching). Companion editorials at `/originals/ai-cyber-tier-data-layer`, `/originals/openai-daybreak-cyber-counter-mythos`, `/originals/claude-mythos-ai-security`. A paid per-vendor exploitation-timeline endpoint (`GET /api/premium/cve/kev-exploitation-timeline?vendor=`, 1 credit, strict-premium) returns one vendor's exploited-in-the-wild history from the cve-kev-2026 dataset: NVD disclosure date, days to CISA KEV listing, patch status, ransomware association, severity distribution, mean and fastest KEV-add lag. Built from an offline per-CVE extraction plus a deterministic per-vendor rollup; v1 is a capped slice (200 CVEs, 91 vendors), expandable as later extraction jobs land. NVD and CISA KEV are US Government public domain. **Open-source AI tools registry:** `https://tensorfeed.ai/oss-tools` covers the production OSS tools agents and developers actually install: model runtimes (Ollama, LM Studio, llama.cpp, MLX, exllamav2, KoboldCpp, MLC LLM), inference servers (vLLM, SGLang, TGI, TEI), fine-tuning (Unsloth, Axolotl, TorchTune), UIs (Open WebUI, LibreChat, Jan, ComfyUI, AUTOMATIC1111), evals + observability (lm-eval-harness, Inspect AI, Opik, Langfuse), edge (ONNX Runtime, tinygrad). JSON at `/api/oss-tools`. **AI policy tracker:** `https://tensorfeed.ai/ai-policy` tracks active and pending AI regulations across jurisdictions: EU AI Act with all phased milestones, US GUARD Act, Trump EO 14179, California AB 2013 + SB 1047, China Generative AI Measures, Korea Basic Act on AI, UK AISI, NIST AI RMF, ISO 42001. JSON at `/api/ai-policy`. Filter by status or jurisdiction. **AI conferences calendar:** `https://tensorfeed.ai/conferences` has dates, cities, paper deadlines, and themes for major AI research venues (NeurIPS, ICLR, ICML, COLM, CVPR, AAAI, ACL, EMNLP) and industry events (Google I/O, MS Build, AWS re:Invent, NVIDIA GTC, OpenAI DevDay, Anthropic Builder Day, Cursor Conf, AI Engineer World's Fair). JSON at `/api/conferences` with `?upcoming=true` filter. **Compute provider catalog:** `https://tensorfeed.ai/compute-providers` covers the full-service AI compute platform layer beyond raw GPU pricing: GPU clouds (Lambda, CoreWeave, Crusoe, Nebius, Paperspace), hyperscalers (AWS, Azure, GCP, Oracle), AI-native serverless (Modal, Replicate, Beam, Fireworks), marketplaces (Vast.ai, RunPod), and specialized silicon (Cerebras, SambaNova). Each entry: GPU classes, pricing model, regions, AI-specific services, on-demand vs reserved vs spot availability. JSON at `/api/compute-providers`. **Voice / speech leaderboards:** `https://tensorfeed.ai/voice-leaderboards` snapshots TTS Arena Elo (human pairwise voice quality vote) and the Open ASR Leaderboard (WER on LibriSpeech + Common Voice + AMI + GigaSpeech). Companion to `/multimodal` (pricing + spec catalog). JSON at `/api/voice-leaderboards`. **AI marketplaces catalog:** `https://tensorfeed.ai/marketplaces` catalogs the marketplaces themselves: GPT Store, Claude Skills, HF Spaces + Models, Replicate, MCP Registry, CrewAI Marketplace, Apify Store, Replit Templates, Vercel AI Marketplace, Agent.ai, Glama MCP. Each entry: item count, monetization model, publishing model (open vs curated vs invite-only), API discoverability. JSON at `/api/marketplaces`. **Public leaderboards aggregator:** `https://tensorfeed.ai/public-leaderboards` is the meta-catalog of where to find live AI rankings: LMSYS Chatbot Arena, Artificial Analysis, HF Open LLM, SWE-bench Verified, Aider Polyglot, LiveCodeBench, BigCodeBench, Terminal-Bench, ARC Prize, MMLU-Pro, HLE, MMMU, Video Arena, Image Arena, TTS Arena, Open ASR, RULER, GAIA, WebArena, OSWorld. Different from `/benchmark-registry` (the eval suites themselves); this is where the live rankings actually live. JSON at `/api/public-leaderboards`. **Fine-tuning provider catalog:** `https://tensorfeed.ai/fine-tuning` lists where you can fine-tune AI models in production: first-party APIs (OpenAI, Anthropic via Bedrock, Google Vertex, Mistral) and third-party hosted (Together, Fireworks, OpenPipe, Predibase, AWS Bedrock, HuggingFace AutoTrain, Replicate, Modal). Each entry has training pricing per 1M tokens, inference pricing on the fine-tuned model, supported methods (LoRA, QLoRA, full SFT, DPO, RLHF, continued pretraining), base models, and free tier. JSON at `/api/fine-tuning`. **Specialized models catalog:** `https://tensorfeed.ai/specialized-models` covers domain-specialized AI models that do not fit `/models` (general chat) or `/multimodal` (image / video / TTS / STT). Code, medical, legal, finance, music / audio, 3D generation, retrieval-specialized. JSON at `/api/specialized-models`. **Model cards & safety aggregator:** `https://tensorfeed.ai/model-cards` is the aggregator of published system cards, model cards, safety evaluations, and red-team reports per frontier model, plus the cross-model frameworks (Anthropic RSP, OpenAI Preparedness, DeepMind Frontier Safety, METR autonomy guide, Apollo Research evals) and incident databases (AI Incident DB, OECD AI Incidents Monitor). JSON at `/api/model-cards`. Different from `/benchmarks` (synthetic capability scores); this is the published-risk-profile layer. **Training datasets registry:** `https://tensorfeed.ai/training-datasets` is the catalog of AI pretraining corpora (FineWeb, FineWeb-Edu, Common Crawl, RedPajama v2, The Pile, Dolma, RefinedWeb, The Stack v2, StarCoderData), instruction-tuning datasets (Tulu 3 SFT, OpenHermes 2.5, Glaive Function Calling, OpenOrca, AgentInstruct), DPO/preference data (UltraFeedback, Tulu 3 Pref, HelpSteer 2), and multimodal corpora (LAION-5B, DataComp-1B). Each entry has size, license, languages, content type, source URL. JSON at `/api/training-datasets`. **Agent APIs registry:** `https://tensorfeed.ai/agent-apis` is the catalog of non-LLM APIs that agents wire in for everything that is not text generation. Categories: web search (Tavily, Brave, Exa, SerpAPI, Bing), web scraping (Firecrawl, Jina Reader, Apify, ScrapingBee), weather (OpenWeather, NWS, Tomorrow.io), finance (Alpha Vantage, Polygon, CoinGecko), maps (Google, Mapbox, OSRM), email (Resend, Postmark), SMS (Twilio), payments (Stripe, Lemon Squeezy), code execution (E2B, Modal, Replit Agent), OCR (Unstructured, LlamaParse, Reducto). Each entry has pricing, free tier, capabilities, and a flag for MCP server availability. JSON at `/api/agent-apis`. **Agent provisioning support tracker:** `https://tensorfeed.ai/agent-provisioning` is the live status of providers on the Cloudflare-Stripe agent provisioning protocol shipped April 30, 2026. Live launch partners (Cloudflare, Vercel, Supabase, PlanetScale, Clerk, Sentry, PostHog, Inngest, Hugging Face) vs. conspicuously absent providers agents will route around (Neon, Turso, Auth0, WorkOS, Stytch, Netlify, Fly). Each entry has status, role, default monthly cap, and integration notes. Filterable by status (live, pending, unknown) and category (hosting, database, auth, observability, background-jobs, ai-infrastructure, cdn-edge, email). JSON at `/api/agent-provisioning` (free, cached 10 min). **Training run economics:** `https://tensorfeed.ai/training-runs` is the catalog of disclosed and estimated AI training-run costs across frontier and notable open models. Covers GPT-5.5, Claude Opus 4.7, DeepSeek V4 Pro, Llama 4 Maverick, Gemini 2.5 Pro plus historical reference points (GPT-4, Llama 3.1 405B, DeepSeek V3, OLMo 2 32B, Mistral Large 2, Qwen 2.5 72B). Each entry has parameter count, training tokens, hardware, GPU hours, USD millions, and costSource (disclosed vs estimated). Sorted by cost desc; filterable by publisher or open-weights. JSON at `/api/training-runs`. **Open-weights deployment registry:** `https://tensorfeed.ai/open-weights` is the catalog every self-hosting agent needs. For each model (Llama 4 Maverick, Llama 4 Scout, DeepSeek V4 Pro/Flash, Qwen 2.5 72B, Mixtral 8x22B, Gemma 3 27B, Llama 3.3 70B, Phi-4) it lists every common quantization (FP16, FP8, AWQ INT4, GGUF Q4_K_M, etc) with VRAM requirement, quality vs FP16 baseline, and recommended GPU class. JSON at `/api/open-weights` (free, cached 10 min). Companion to `/inference-providers` which is hosted-inference pricing. **AI hardware spec catalog:** `https://tensorfeed.ai/ai-hardware` is the spec sheet for every major AI accelerator: NVIDIA Hopper (H100, H200) + Blackwell (B200, GB200, RTX 5090, RTX PRO 6000), AMD Instinct (MI300X, MI325X), Google TPU (v5e, v5p), AWS Trainium 2 + Inferentia 2, Apple M4 Max, Cerebras WSE-3, Groq LPU. Includes FLOPS (FP16/FP8/FP4 dense), VRAM, memory bandwidth, interconnect, TDP, and availability. JSON at `/api/ai-hardware` (free, cached 10 min). Companion to `/gpu-pricing` which is rental rates. **MCP server catalog:** `https://tensorfeed.ai/mcp-servers` is a curated, capability-organized catalog of 30 production MCP servers. Categories include filesystem, web search, browser automation, GitHub/GitLab, Slack, Gmail/Google Calendar/Drive, Notion, Linear, databases (Postgres/SQLite/Supabase), cloud (AWS/Cloudflare/Vercel), observability (Sentry/Datadog), shell, payments (Stripe), voice (ElevenLabs), plus the TensorFeed MCP server itself. Each entry has the install command, license, language, transports, and a one-line note on what to use it for. JSON at `/api/mcp-servers` (free, cached 10 min). **Usage rankings (real production traffic):** `https://tensorfeed.ai/usage-rankings` is the live ranking of which AI models are actually getting used in production, sourced from OpenRouter's public rankings (the model-agnostic aggregator processing hundreds of millions of tokens daily). Different from /benchmarks (synthetic capability) and /attention (news mentions). 7-day window, weekly editorial refresh. JSON at `/api/usage-rankings`. **Agent framework catalog:** `https://tensorfeed.ai/frameworks` covers 15 production agent frameworks and SDKs with version, license, GitHub stars, weekly install volume, category, and features. Includes LangChain, LangGraph, LlamaIndex, AutoGen, CrewAI, Pydantic AI, Mastra, OpenAI Agents SDK, Claude Agent SDK, Vercel AI SDK, Agno, smolagents, Haystack, browser-use, Pipecat. JSON at `/api/frameworks`. Different from `/developers/frameworks` which documents official TensorFeed integrations into LangChain, LlamaIndex, and CrewAI. **Benchmark registry (meta-catalog):** `https://tensorfeed.ai/benchmark-registry` covers 25+ AI evaluation benchmarks (MMLU, MMLU-Pro, GPQA Diamond, HLE, ARC-AGI-2, MATH, AIME 2025, GSM8K, HumanEval, MBPP, LiveCodeBench, SWE-bench Verified, Aider Polyglot, Terminal-Bench, SWE-Lancer, MMMU-Pro, MathVista, Tau-Bench, GAIA, WebArena, OSWorld, BFCL v3, HCAST, RULER) across knowledge, math, code, multimodal, agents, and long-context categories. Each entry has size, score range, current frontier, status (active vs saturated), contamination risk, and paper/repo/leaderboard links. JSON at `/api/benchmark-registry`. Different from `/benchmarks` which has actual model x score data for the 5 benchmarks we ingest. **Multimodal model catalog:** `https://tensorfeed.ai/multimodal` is a curated catalog of every production image, video, TTS, and STT model with pricing in modality-native units. JSON at `/api/multimodal` (free, cached 10 min). Filterable by modality. The page sorts within a modality cheapest-first so agents picking the lowest-cost path can scan visually. **Vector DB / RAG infra catalog:** `https://tensorfeed.ai/vector-dbs` is the catalog of production vector databases (Pinecone, Turbopuffer, Qdrant, Weaviate, Milvus, Chroma, pgvector, LanceDB, MongoDB Atlas, Vespa, Elasticsearch, OpenSearch). Each entry has starting price, free tier description, hybrid search support, multi-tenancy, license, hosting options. JSON at `/api/vector-dbs` (free, cached 10 min). Filterable by type (managed / oss / hybrid) or open-source-only. **Embedding & reranker catalog:** `https://tensorfeed.ai/embeddings` is a curated list of production embedding and reranker models with pricing, dimensions, max input tokens, MTEB score, and licensing. Same data as JSON at `/api/embeddings` (free, cached 10 min). The catalog every RAG agent needs and nobody else publishes in machine-readable form. Filter with `?type=embedding|reranker`. **Inference provider pricing matrix:** `https://tensorfeed.ai/inference-providers` is the cross-provider pricing matrix for open-weight models. Same Llama 4 / DeepSeek V4 / Mixtral / Qwen weights, different price across Together, Fireworks, Groq, DeepInfra, OpenRouter, Replicate, Anyscale, and first-party APIs. Each offer carries input/output/blended price, output TPS, context window, and feature flags. JSON at `/api/inference-providers` (full matrix) and `/api/inference-providers/cheapest?model=` (agent-friendly: top 3 cheapest offers for one model). Free, no auth, cached 10 min. **Coding harness leaderboard:** `https://tensorfeed.ai/harnesses` is a cross-harness ranking of the 11 major agentic-coding harnesses (Claude Code, Cursor Agent, Codex CLI, Aider, OpenHands, Devin, Cline, Windsurf Cascade, Amp, Continue, Roo Code) on SWE-bench Verified, Terminal-Bench, Aider Polyglot, and SWE-Lancer. Per-harness detail pages at `/harnesses/{slug}` (e.g. `/harnesses/claude-code`) cover distribution surface, model lock-in, pricing model, notable features, and the harness's placement on each benchmark. Same data is served as JSON at `/api/harnesses` (free, cached 5 minutes). The page is the only place we surface "the harness gap": same model, different harness, 10-15 point spread on agentic benchmarks. **Use-case landing pages:** `https://tensorfeed.ai/use-cases` is the index plus four agent-persona pages mapping common jobs-to-be-done to specific TensorFeed endpoints with full code examples: `/use-cases/coding-agents`, `/use-cases/research-agents`, `/use-cases/api-cost-monitoring`, `/use-cases/agent-payments`. Each page has FAQPage JSON-LD with high-intent agent-shaped questions for rich-results indexing. **Per-endpoint API reference:** `https://tensorfeed.ai/api-reference` indexes one page per endpoint (free + premium). Each page has input parameters, response schema, code samples in curl/Python/TypeScript, MCP tool name (when applicable), endpoint-specific FAQPage schema, and TechArticle JSON-LD. Targets branded queries like "tensorfeed routing api" and "tensorfeed news search api". Auto-generated from `src/lib/api-reference-directory.ts` so the route, sitemap, and metadata stay current as the catalog grows. **Live AI bot traffic dashboard:** `https://tensorfeed.ai/agent-traffic` surfaces the bot crawl data from `/api/agents/activity` as a public dashboard with per-bot breakdown (ClaudeBot, GPTBot, PerplexityBot, Googlebot, Bytespider, etc), top hit endpoints, a live tail of the most recent 50 hits, and a daily counter. JSON-LD Dataset + FAQPage schema. Refreshes every 30s. Most sites hide this; we publish it because TensorFeed was built for AI agents. **Terms:** Premium data is licensed for inference use only. Use of TensorFeed premium data for training, fine-tuning, evaluation, or distillation of ML models is prohibited (Section 17.1). All credit purchases are final and non-refundable (Section 17.5); credits do not expire and are jointly redeemable on tensorfeed.ai and terminalfeed.io. Premium API access is unavailable to OFAC-, EU-, UK-, or UN-sanctioned persons and to residents of comprehensively sanctioned jurisdictions (Cuba, Iran, North Korea, Syria, Crimea, Donetsk, Luhansk); inbound credit-purchase transactions are screened against the Chainalysis public sanctions API (Section 17.9). California law, exclusive venue Los Angeles County. Full text at https://tensorfeed.ai/terms#premium. **Endpoints:** - [Payment Info](https://tensorfeed.ai/api/payment/info): Wallet address, pricing, volume bundles, full flow documentation - [Buy Credits](https://tensorfeed.ai/api/payment/buy-credits): POST { amount_usd } to get a wallet+memo quote (30 min expiry) - [Trial Credits Faucet](https://tensorfeed.ai/api/payment/trial-credits): Free. Sign an EIP-191 message proving you control a wallet (no on-chain transaction, no USDC, no gas), POST { message, signature }, and receive a bearer token preloaded with 25 trial credits. One grant per wallet, OFAC-screened, single-use nonce, 30-day expiry. The zero-setup on-ramp to evaluate any premium endpoint, then top up the same token via /api/payment/buy-credits. - [Confirm Payment](https://tensorfeed.ai/api/payment/confirm): POST { tx_hash, nonce? } to verify a USDC tx and mint a bearer token - [Check Balance](https://tensorfeed.ai/api/payment/balance): GET with `Authorization: Bearer tf_live_...` to see remaining credits - [Token Usage History](https://tensorfeed.ai/api/payment/usage): GET with bearer token to see per-endpoint call counts and the most recent calls (last 100 entries, no credit cost). Powers the human-facing /account dashboard. - [Token Payment History](https://tensorfeed.ai/api/payment/history): GET with bearer token to see the credit-purchase audit log (which on-chain txs added how many credits and when, last 100 purchases, no credit cost). Pairs with /api/payment/usage to cover the full token lifecycle (purchases + spend). - [Premium Routing](https://tensorfeed.ai/api/premium/routing): Tier 2, 1 credit per call. Top 5 ranked models with full score breakdown, pricing, status, component-level detail. Same query params as the preview plus optional ?top_n=1-10, ?w_quality=, ?w_availability=, ?w_cost=, ?w_latency= for custom weights. - [Premium Route Verdict](https://tensorfeed.ai/api/premium/route-verdict): 1 credit, AFTA-signed. The signed model-routing decision: for ?task=code|reasoning|creative|general or ?model=, returns the single best model to use right now, fusing pricing, benchmark capability discounted for contamination, real production usage, measured p95 latency probes, and live incident-triage operational state, plus runners-up and an AFTA-signed receipt over the inputs. Optional ?max_latency_p95_ms=, ?require_operational=, ?exclude_deprecated=. 30-minute operational freshness SLA, no-charge when the live layer is stale. License: TensorFeed editorial fusion over public signals. - [Stack Safety Verdict](https://tensorfeed.ai/api/premium/stack-safety-verdict): 1 credit, AFTA-signed. A GO / HOLD / BLOCK deploy gate for your AI stack. Pass packages=name@version (up to 10) and get a verdict per package plus an overall gate, fusing TensorFeed's ingested AI-CVE batch (GHSA plus vendor advisories) with the CISA KEV catalog for exploitation status. Each verdict carries the matched CVE ids, affected ranges, fixed versions, and KEV status. Never-false-confirm: BLOCK only when an exploited CVE has no fix, HOLD when the pinned version must be verified, PASS when no AI-stack CVE matches, UNKNOWN outside the curated cohort. License: CC BY 4.0 (GitHub Advisory Database) plus US Government public domain (CISA KEV). - [Benchmark Trust Verdict](https://tensorfeed.ai/api/premium/benchmark-trust-verdict): 1 credit, AFTA-signed. Is an AI benchmark a trustworthy capability signal right now, or saturated, contaminated, or near its ceiling so a high score is a floor and not a differentiator? Returns a trust band and a 0-100 trust score per benchmark, fusing the registry contamination and saturation flags with the live spread of the top model scores (frontier compression), plus a down-weight recommendation and an alternative benchmark to use instead. Optional ?benchmark= or ?category= filter. License: TensorFeed editorial over public leaderboards and papers. - [Failover Verdict](https://tensorfeed.ai/api/premium/failover-verdict): 1 credit, AFTA-signed. Provider A is degraded, which operational provider do I fail over to for this task right now? Confirms A against the live incident-triage feed, then runs the capability-first route verdict with A and any provider flagged failover_now excluded, returning the recommended destination model, the incident reason, and ranked alternatives. Pass ?from= and optional ?task= or ?model=. License: TensorFeed editorial fusion over public signals and status. - [Guidance Delta](https://tensorfeed.ai/api/premium/sec/filings/guidance-delta): 1 credit, AFTA-signed. Did this periodic SEC filing (10-K or 10-Q) materially change guidance, segment outlook, or risk language versus the prior same-form filing, with the exact changed sentences quoted? Pass ?ticker=NVDA&form=10-Q for the latest, or ?accession= for one filing. Returns a deterministic materiality_summary (counts plus a one-line headline that never asserts an unreliable risk added or removed count) and the full verbatim changes with prior and current quotes, values, and section. Input-keyed freshness: no-charge when a newer same-form filing supersedes the served delta. License: US Government public domain (SEC EDGAR) plus TensorFeed editorial extraction. - [Provider Reliability Verdict](https://tensorfeed.ai/api/premium/provider-reliability-verdict): 1 credit, AFTA-signed. Which frontier AI provider is the most dependable to build on right now, and which is the riskiest? Ranks the providers TensorFeed actively probes by measured operational reliability, fusing availability (ok rate) and tail consistency (p50 over p95) from its own latency probes into one dependability score. The thesis: an agent retry loop feels the tail of the latency distribution, not the median, so the score rewards a tight tail alongside raw availability. Returns the most-dependable and riskiest picks, the full per-provider ranking (availability, p50/p95/p99, spread ratio, score), and an AFTA-signed receipt. No params. 30-minute freshness SLA keyed to the probe computed_at, no-charge when stale. License: TensorFeed measured probes (the ranking is TensorFeed editorial work, not a provider SLA guarantee). - [x402 Settlement Verdict](https://tensorfeed.ai/api/premium/x402-settlement-verdict): 1 credit, AFTA-signed. Is the Base x402 USDC settlement market growing, is it concentrated or a real market, and who leads? Rules over TensorFeed's own on-chain settlement index: momentum versus the prior window of equal length (expanding, steady, contracting, or nascent), concentration by the Herfindahl index (concentrated, moderate, or diversified), and the leading publisher, plus the full per-publisher volume ranking and the ecosystem totals. Optional ?window=24h|7d|30d (default 7d). Coverage is the Base settlements TensorFeed indexes, forward-only from launch: not all of x402 and not other chains. 10-minute freshness SLA keyed to the index cursor last_run_at, no-charge when stale. License: CC BY 4.0 (TensorFeed editorial layer over public Base mainnet on-chain data). - [Premium Pricing Series](https://tensorfeed.ai/api/premium/history/pricing/series): Tier 1, 1 credit per call. Daily input/output/blended price points for one model across a date range, with min/max/delta summary. Params: `?model=&from=YYYY-MM-DD&to=YYYY-MM-DD`. Range capped at 90 days, default 30 days back. - [Premium Benchmark Series](https://tensorfeed.ai/api/premium/history/benchmarks/series): Tier 1, 1 credit per call. Score evolution for a single benchmark (e.g. swe_bench, mmlu_pro, gpqa_diamond, math, human_eval) on one model. Params: `?model=&benchmark=&from=&to=`. Range capped at 90 days. - [Premium Status Uptime](https://tensorfeed.ai/api/premium/history/status/uptime): Tier 1, 1 credit per call. Daily status rollup for one provider with operational/degraded/down day counts, uptime % (degraded counts as half), and incident-day list. Params: `?provider=&from=&to=`. - [Premium News History (full)](https://tensorfeed.ai/api/premium/history/news/full): Tier 1, 1 credit per call. Untruncated daily news archive: pass `?date=YYYY-MM-DD` for a single day or `?from=&to=` for a UTC range up to 30 days. Each day returns up to 200 deduped articles captured at the most recent hourly RSS poll for that date. The free /api/history/news endpoint is capped at 25 articles per day; this endpoint returns the full snapshot. The data moat compounds with time and cannot be backfilled. - [Premium News Source Health Series](https://tensorfeed.ai/api/premium/history/news/source-health): Tier 1, 1 credit per call. Multi-day per-source RSS reliability series for trending and anomaly review. Each entry per day carries polls, polls_ok, polls_empty, polls_error, articles_total, reliability_pct, last_status, and last_error. Sources sorted by reliability_pct DESC. Range capped at 90 days. Params: `?from=&to=`. - [Premium CVE Range](https://tensorfeed.ai/api/premium/security/cve/range): Tier 1, 1 credit per call. CVE IDs added or modified across a UTC date range, capped at 30 days. Each day returns the full CVE-ID set indexed by the daily cron. Pair with /api/security/cve/{id} for the per-CVE record. Params: `?from=&to=`. License: MITRE CVE Terms of Use, commercial redistribution permitted; attribution block included on every response. - [Premium KEV Full Catalog](https://tensorfeed.ai/api/premium/security/kev/full): Tier 1, 1 credit per call. Full untruncated CISA KEV catalog (~1500+ entries) with every field per entry. Free tier returns top-50 most recent. License: US Government public domain. - [Premium KEV Added Series](https://tensorfeed.ai/api/premium/security/kev/series): Tier 1, 1 credit per call. Multi-day series of KEV catalog additions across a UTC date range, capped at 90 days. Each day returns the full entry list whose dateAdded fell on that day. Useful for trending exploitation velocity, weekly digests, anomaly review. Params: `?from=&to=`. - [Premium EPSS Series](https://tensorfeed.ai/api/premium/security/epss/series): Tier 1, 1 credit per call. Full historical EPSS exploitation-likelihood time-series for one CVE, sourced from FIRST.org. Each entry carries epss probability (0 to 1), percentile rank, and date. Params: `?cve_id=CVE-YYYY-NNNNN`. - [Premium EPSS Top-N](https://tensorfeed.ai/api/premium/security/epss/top): Tier 1, 1 credit per call. Top-N highest-EPSS CVEs as of any UTC date (historical date filter). Params: `?limit=1-100&date=YYYY-MM-DD` (date optional; omit for current). - [Premium LLM-Ready CVE](https://tensorfeed.ai/api/premium/clean/cve/CVE-2024-3094): Tier 1, 1 credit per call. MITRE CVE Record v5.2 transformed into a dense token-efficient flat payload optimized for LLM context windows. Typical CVE drops from ~3KB nested JSON to ~500 bytes flat JSON (~80% token reduction) with zero information loss for agent decision-making. Adds derived severity_band (none/low/medium/high/critical), deduped CWEs, flat affected_products array, top 5 references. Versioned via schema_version + cleaning_version. Pair with raw /api/security/cve/{id} when full original record is needed. - [Premium LLM-Ready KEV](https://tensorfeed.ai/api/premium/clean/kev/CVE-2026-42208): Tier 1, 1 credit per call. CISA KEV entry in LLM-ready format with normalized ransomware_use enum (yes/unknown/no) and notes_urls extracted from semicolon-separated reference text. Returns 404 if the CVE is not on the KEV catalog. - [Premium LLM-Ready EPSS](https://tensorfeed.ai/api/premium/clean/epss/CVE-2024-3094): Tier 1, 1 credit per call. FIRST.org EPSS score in LLM-ready format with numeric probability (not stringified), derived risk_band, and optional series summary (?series=true returns first/min/max instead of full daily series). License: FIRST.org free-for-any-use policy. - [Premium Verified CVE](https://tensorfeed.ai/api/premium/security/verified/CVE-2024-3094): Tier 1, 1 credit per call. Cross-database CVE corroboration in a single call. Composes MITRE CVE Record + CISA Known Exploited Vulnerabilities + FIRST.org EPSS + OSV.dev advisory + CISA Vulnrichment SSVC into one fact card with a `confirmed_by` array (subset of MITRE/KEV/EPSS/OSV/Vulnrichment) and `corroboration_count` (0-5). Reduces 5 fan-out calls and 5 different parsing schemas to one. The single-call anti-hallucination lookup for security agents: corroboration_count is auditable per call, exploit_in_wild boolean is direct from KEV presence, exploit_likelihood_band is derived from EPSS, severity_band from MITRE CVSS, ssvc from Vulnrichment, affected_ecosystems from OSV. Returns 404 with checked array if the CVE is not in any of the 5 sources. - [Premium LLM-Ready OpenRouter Model](https://tensorfeed.ai/api/premium/clean/openrouter/anthropic/claude-3.5-sonnet): Tier 1, 1 credit per call. One model from the daily 367-entry OpenRouter catalog snapshot returned as an LLM-ready fact card. Pricing normalized to USD per million tokens with derived `blended_5_to_1` input:output mix matching typical agent workloads. Capability flags (`tools`, `vision`, `structured_outputs`, `reasoning`, `response_format`) extracted from `supported_parameters` + modality so agents can boolean-filter without parsing the raw parameter array. `is_free_tier` boolean and `created_iso` ISO date included. Compression headline: ~270KB catalog reduced to ~500B card (OpenRouter has no per-id filter on its public catalog endpoint, so agents otherwise ingest the full list to find one model). - [Premium LLM-Ready OpenFDA](https://tensorfeed.ai/api/premium/clean/fda/drug/events): Tier 1, 1 credit per call. OpenFDA query results in LLM-ready format with per-category flat schemas. Five sub-paths: drug/events (FAERS adverse events flattened with patient demo + drugs + reactions + outcomes + seriousness flags), drug/labels (SPL labels with brand/generic/manufacturer + section text), drug/recalls + food/recalls (enforcement reports with classification + reason + voluntary flag), device/events (MAUDE events with primary device + outcomes + truncated narrative). Same query params as the free /api/health/fda/{category} endpoint. License: CC0 1.0 Universal Dedication. - [Premium Status Leaderboard](https://tensorfeed.ai/api/premium/status/leaderboard): Tier 1, 1 credit per call. Cross-provider uptime ranking across a custom date range (up to 90 days). Each entry includes uptime_pct, polls, operational/degraded/down/unknown buckets, downtime_minutes, hard_down_minutes, incident_count, and mttr_minutes (mean time to recover from resolved incidents). Sorted by uptime % DESC with hard_down_minutes as tie-breaker. Params: `?from=&to=`. Aimed at SRE/ops/procurement teams comparing AI vendor reliability for vendor selection or post-incident reviews. - [Premium Watches](https://tensorfeed.ai/api/premium/watches): Tier 1, 1 credit per registration. Five watch types: realtime price (`{ type: "price", model, field: "inputPrice"|"outputPrice"|"blended", op: "lt"|"gt"|"changes", threshold? }`), realtime status (`{ type: "status", provider, op: "becomes"|"changes", value? }`), scheduled digest (`{ type: "digest", cadence: "daily"|"weekly" }`), leaderboard rank-change (`{ type: "leaderboard_rank", provider, op: "drops_below"|"rises_above"|"changes", threshold? }`), and macro indicator (`{ type: "macro_indicator", source: "bls"|"fred", series_id: "CUUR0000SA0"|"T10Y2Y"|..., metric: "value"|"delta_absolute"|"delta_pct", op: "lt"|"gt"|"crosses"|"changes", threshold? }`). The macro_indicator type fires when a BLS or FRED series (e.g. CPI MoM > 0.5%, T10Y2Y crosses 0, unemployment crosses 4.5%) crosses a threshold in the daily snapshot diff; evaluated on edge transitions only (lt/gt fire ONCE when the metric crosses the threshold from the not-satisfying side). POST `{ spec, callback_url, secret? }` to register, GET to list, GET/DELETE on `/api/premium/watches/{id}` for individual control. Each watch lives 90 days, fires up to 100 times by default, delivers a signed POST to the callback URL with `X-TensorFeed-Signature: sha256=` and an `X-TensorFeed-Watch-Id` header. Listing and per-watch read/delete require the bearer token but cost no credits. - [Premium Agents Directory](https://tensorfeed.ai/api/premium/agents/directory): Tier 1, 1 credit per call. The agents catalog joined with live status, recent news count + top 3 articles, agent traffic stats, flagship pricing, and a derived `trending_score` (0-100). Server-side filter (`?category=&status=&open_source=&capability=`) and sort (`?sort=trending|alphabetical|status|price_low|price_high|news_count`). Default `limit=50`, max 100. - [Premium News Search](https://tensorfeed.ai/api/premium/news/search): Tier 1, 1 credit per call. Full-text search over the news corpus with relevance scoring (term hits in title weighted 3, snippet 1, plus recency boost). Filters: `?q=&from=YYYY-MM-DD&to=YYYY-MM-DD&provider=&category=&limit=`. Omit `q` to browse latest filtered articles in publishedAt desc. Stop words and short tokens are stripped. Each result includes title, url, source, snippet, published_at, relevance, and matched_terms. Default `limit=25`, max 100. - [Premium Cost Projection](https://tensorfeed.ai/api/premium/cost/projection): Tier 1, 1 credit per call. Project the cost of a token-usage workload across 1-10 AI models. Returns daily, weekly, monthly, and yearly totals per model plus a ranking by cheapest monthly. Params: `?model=opus-4-7,gpt-5-5&input_tokens_per_day=&output_tokens_per_day=&horizon=monthly`. Pure compute on live `/api/models` pricing. - [Premium Provider Deep-Dive](https://tensorfeed.ai/api/premium/providers/anthropic): Tier 1, 1 credit per call. Path-style: `/api/premium/providers/{name}`. Returns one provider's complete profile: live status + components, all models with pricing + tier + benchmark scores joined, recent news mentions, agent traffic. Aggregation over 4 free endpoints in one paid call. - [Premium Compare Models](https://tensorfeed.ai/api/premium/compare/models): Tier 1, 1 credit per call. Side-by-side comparison of 2-5 models. Params: `?ids=opus-4-7,gpt-5-5,gemini-3`. Each entry returns pricing, benchmarks (normalized to a union of keys with null for missing scores so downstream code never crashes on undefined), provider live status, capabilities, context window, and recent news. Plus rankings: cheapest blended, most context, and a per-benchmark leaderboard. - [Premium What's New](https://tensorfeed.ai/api/premium/whats-new): Tier 1, 1 credit per call. Agent morning brief: pricing changes, new/removed models, status incidents, and top news headlines from the last 1-7 days. Params: `?days=1&news_limit=10`. The single endpoint to call when an agent boots up. - [Premium What's New Pro](https://tensorfeed.ai/api/premium/whats-new/pro): Tier 2, 10 credits per call, AFTA-signed. Pro tier of the morning brief. Same base payload as Premium What's New plus a Claude Haiku 4.5 generated analyst summary (200 to 1500 chars), 1 to 5 key takeaways with per-field cited basis IDs and confidence scores, and 1 to 3 recommended actions targeted by agent class (inference-bound, training-bound, security-watchful, cost-bound, compliance-watchful). Every claim cites by stable basis ID assigned server-side BEFORE the model sees the data; citations are server-side validated, so the agent never sees a hallucinated reference. License: TensorFeed proprietary synthesis over CC-attributed source data. - [Premium AI Policy Timeline](https://tensorfeed.ai/api/premium/policy/timeline): Tier 1, 1 credit per call. Forward + backward calendar over the free /api/policy/ai/registry catalog. Each entry carries relative_position (past/today/upcoming/far-future/no-date), days_until_effective, pivot_date, plus everything from the underlying policy entry. Returns totals (in_window, past, today, upcoming, far_future, no_date), by_jurisdiction aggregate, and a next_milestones array of the top 3 closest upcoming milestones. Configurable window via `?days_back=&days_forward=` (defaults 180 each, 5-year cap), filterable by `?jurisdiction=`. The free /api/policy/ai/registry serves the raw catalog; this endpoint adds the temporal layer. - [Premium Recession Watch](https://tensorfeed.ai/api/premium/economy/recession-watch): Tier 1, 1 credit per call. Composite recession-risk signal synthesizing yield-curve inversion (FRED T10Y2Y) and the Sahm rule (current 3-month unemployment moving avg vs trailing-12-month low). Returns yield_curve { spread_10y_2y, level (red/yellow/green/unknown), explanation }, sahm_rule { unemp_3mo_avg, unemp_12mo_low, sahm_value, threshold_pp, level, explanation }, composite { level, score 0-100, explanation }, and a brief synthesis paragraph. Distinct from the macro digest: this endpoint takes a stance on recession risk specifically rather than the broad snapshot. - [Premium AI Research Velocity](https://tensorfeed.ai/api/premium/research/velocity): Tier 1, 1 credit per call. Adds a velocity layer over the free /api/research/institutions/ai 365-day baseline. Joins each institution with a fresh OpenAlex group_by over the trailing 30 days (cached 24h), computes velocity_ratio = (annualized-30d) / last_365d. Per-institution: ai_works_last_year, ai_works_last_30d, annualized_30d, velocity_ratio, direction (accelerating > 1.2, decelerating < 0.8, steady in band, insufficient_data when baseline is zero), rank_by_velocity. Returns total counts by direction, by_country and by_type aggregates, top-5 notable_movers in each direction. Underlying data is CC0; the compute is the gate. - [Premium arXiv Milestones](https://tensorfeed.ai/api/premium/research/milestones): Tier 1, 1 credit per call. Last 30 days of arXiv preprints flagged is_milestone_candidate by an offline Qwen 3.6 27B per-paper extraction pass. Each paper carries arxiv_id, date, subfield_tag, methodology_bucket, title, normalized affiliations, milestone_reasoning (named benchmark plus quantified delta, model release, or novel architecture), and a one-sentence summary. Conservative by design: false positives are worse than false negatives. Refreshed weekly from the offline pipeline. arXiv data is CC-BY; the per-paper extraction and milestone classification are the gate. - [Premium arXiv Emerging Keywords](https://tensorfeed.ai/api/premium/research/emerging-keywords): Tier 1, 1 credit per call. Top-50 multi-word keyphrases across recent arXiv abstracts ranked by recent-vs-baseline lift. lift = (last 30d frequency) / (prior 90d frequency, smoothed). Each entry carries keyword, recent_count, baseline_count, lift, and 2 to 5 example_arxiv_ids so the agent can dive into a specific paper. Captures emerging research terminology before it shows up in citation counts. Refreshed weekly. - [Premium arXiv Topic Search](https://tensorfeed.ai/api/premium/research/topic-search): Tier 1, 1 credit per call. Structured search over the arXiv preprint corpus using the TF derived taxonomy. Filters: subfield_tag (one of llm-architecture, llm-training, llm-eval, llm-alignment, multimodal, vision, speech, robotics, rl, theory, optimization, efficiency, retrieval, agents, code-generation, scientific-ml, fairness-safety, dataset, survey, application, other), methodology_bucket (new-architecture, training-recipe, fine-tuning, eval-benchmark, theoretical-analysis, empirical-study, dataset-release, system-tooling, survey, position-paper, application, other), since/until (YYYY-MM-DD), milestone_only (1 or 0), limit (1-100, default 25), offset (paginate). Returns matching papers sorted by date desc. arXiv's native search has no concept of methodology bucket or our subfield taxonomy; that's the gate. - [Premium arXiv Lab Productivity](https://tensorfeed.ai/api/premium/research/lab-productivity): Tier 1, 1 credit per call. Top labs by paper count over rolling 30/90/365-day windows on the offline Qwen-extracted arXiv corpus. Each entry carries affiliation, papers (count), and type (industry, academia, government, nonprofit, mixed, unknown). Filters: window (30d|90d|365d, default returns all three), affiliation_type (one of the type values), limit per window (1 to 50, default 25). arXiv has no native concept of normalized lab attribution; the per-paper extraction and affiliation normalization are the gate. - [Premium PyPI Packages Momentum](https://tensorfeed.ai/api/premium/packages/pypi/momentum): Tier 1, 1 credit per call. Adds momentum signal over the free /api/packages/pypi/ai-trending leaderboard. Per-package: momentum_ratio (last_week vs weekly average in last_month), velocity_ratio (today annualized vs last_week pace), direction (accelerating > 1.05, decelerating < 0.95, steady in band, insufficient_data when last_month is zero). Returns total counts by direction, by_category breakdown, top-5 notable_movers in each direction (accelerating + decelerating), plus the full ranked-by-momentum package list. Single-snapshot computable; the daily PyPI trending refresh is enough. npm momentum follows once rolling snapshot history accumulates. - [Premium Economy Series History](https://tensorfeed.ai/api/premium/economy/series/{source}/{series_id}): Tier 1, 1 credit per call. Full upstream observation history for any BLS or FRED series, normalized into one canonical shape. Source paths: `/bls/{series_id}` or `/fred/{series_id}`. Each observation carries date, period_label, value, yoy_pct (paired with same-month-prior-year obs when available), ma_3 and ma_12 (3-month and 12-month moving averages when enough lookback), plus a summary block with latest, min, max, and trend_3obs (up/down/flat/unknown). Free /api/economy/bls/indicators caps at 24 monthly observations per series; /api/economy/fred/indicators caps at 90. This endpoint serves the full archive (10y for BLS V1, all available for FRED) plus the compute layer. KV-cached 6h to amortize upstream fetches. - [Premium LLM Probe Series](https://tensorfeed.ai/api/premium/probe/series): Tier 1, 1 credit per call. Daily SLA series for one LLM provider: per-day count, success rate, ttfb p50/p95/p99, total latency p50/p95/p99, incident-hour count. Params: `?provider=anthropic|openai|google|mistral|cohere&from=&to=`. Range capped at 90 days. We are the only public source of measured (not self-reported) per-day SLA history per provider. - [Premium Attention Series](https://tensorfeed.ai/api/premium/attention/series): Tier 1, 1 credit per call. Per-provider daily AI Attention Index over the requested range, with first/last/delta/min/max/avg summary. Params: `?provider=anthropic|openai|google|...&from=YYYY-MM-DD&to=YYYY-MM-DD`. Range capped at 90 days, default 30 days back. The historical series compounds with time and cannot be backfilled. - [GPU Pricing Series](https://tensorfeed.ai/api/gpu/pricing/series): Free. Daily price series for one canonical GPU across tracked marketplace providers: cheapest on-demand and spot price per day, provider count, total offer count, plus pct change start-to-end. Params: `?gpu=H100&from=YYYY-MM-DD&to=YYYY-MM-DD`. Range capped at 90 days, default 30 days back. Moved from premium to free 2026-05-06 (Vast.ai dropped per ToS, RunPod-only data doesn't justify a paid gate). **Recommended flow:** POST `/api/payment/buy-credits`, send USDC, POST `/api/payment/confirm`, then use the returned token for all premium calls. **Fallback (x402):** call any `/api/premium/*` endpoint without auth to receive a 402 response with payment instructions; send USDC and retry with `X-Payment-Tx: ` header. **SDK (Python, stdlib-only, free + premium):** `pip install tensorfeed`. Single-class client (`TensorFeed`) covers every free endpoint plus the full payment flow and premium routing. See [tensorfeed on PyPI](https://pypi.org/project/tensorfeed/) and the [SDK source](https://github.com/RipperMercs/tensorfeed/tree/main/sdk/python). TypeScript SDK is in `sdk/javascript/` (free endpoints today, premium support coming). **Framework integrations (LangChain, LlamaIndex, CrewAI):** Optional extras on the main `tensorfeed` PyPI package. `pip install tensorfeed[langchain]` ships 5 StructuredTools (news, status, routing, attention, harnesses) plus a `TensorFeedNewsLoader` document loader; `tensorfeed_tools()` returns the full list ready to drop into a LangGraph `create_react_agent`. `pip install tensorfeed[llamaindex]` ships `TensorFeedNewsReader` and `TensorFeedAttentionReader` BaseReaders. `pip install tensorfeed[crewai]` ships 5 BaseTools and a `tensorfeed_tools()` helper for any CrewAI `Agent`. Full documentation at [/developers/frameworks](https://tensorfeed.ai/developers/frameworks). Base `tensorfeed` install remains stdlib-only. **Full developer documentation:** [/developers/agent-payments](https://tensorfeed.ai/developers/agent-payments) covers the wallet, pricing tiers, both payment flows (credits and x402), every endpoint with example responses, code samples (Python SDK + curl), and the no-training Terms of Service. ## Reference Guides - [What is AI?](https://tensorfeed.ai/what-is-ai): Comprehensive 2000+ word guide to artificial intelligence - [Best AI Tools 2026](https://tensorfeed.ai/best-ai-tools): 22 AI tools reviewed and compared - [Best AI Chatbots](https://tensorfeed.ai/best-ai-chatbots): 7 chatbots deep-compared - [AI API Pricing Guide](https://tensorfeed.ai/ai-api-pricing-guide): Every major AI API provider's pricing - [What Are AI Agents?](https://tensorfeed.ai/what-are-ai-agents): Guide to AI agents and frameworks - [Best Open Source LLMs](https://tensorfeed.ai/best-open-source-llms): 10 open source models reviewed - [AGI & ASI Hub](https://tensorfeed.ai/agi-asi): Live hub tracking the road to artificial general and superintelligence, with prediction tracker, timeline, research papers, and news - [Frontier Model Wars](https://tensorfeed.ai/model-wars): Live leaderboard, 90 day release timeline, category winners, and provider spotlights for the frontier AI race - [CLAUDE.md Guide](https://tensorfeed.ai/claude-md-guide): Complete guide to writing CLAUDE.md files for Claude Code - [CLAUDE.md Examples](https://tensorfeed.ai/claude-md-examples): Ready-to-use CLAUDE.md templates for Next.js, Python, React Native, and more - [CLAUDE.md Generator](https://tensorfeed.ai/claude-md-generator): Interactive tool to generate a custom CLAUDE.md for your project ## Individual Model Pages - [Claude Opus 4.7](https://tensorfeed.ai/models/claude-opus-4-7): Pricing, benchmarks, specs for Anthropic's current flagship (1M context) - [Claude Opus 4.6](https://tensorfeed.ai/models/claude-opus-4-6): Pricing, benchmarks, specs for Anthropic's previous-generation flagship - [Claude Sonnet 4.6](https://tensorfeed.ai/models/claude-sonnet-4-6): Pricing, benchmarks, specs for Anthropic's mid-tier - [Claude Haiku 4.5](https://tensorfeed.ai/models/claude-haiku-4-5): Pricing, benchmarks, specs for Anthropic's budget model - [GPT-4o](https://tensorfeed.ai/models/gpt-4o): Pricing, benchmarks, specs for OpenAI's multimodal flagship - [GPT-4o Mini](https://tensorfeed.ai/models/gpt-4o-mini): Pricing, benchmarks, specs for OpenAI's budget model - [OpenAI o1](https://tensorfeed.ai/models/o1): Pricing, benchmarks, specs for OpenAI's reasoning model - [OpenAI o3-mini](https://tensorfeed.ai/models/o3-mini): Pricing, benchmarks, specs for OpenAI's affordable reasoning model - [Gemini 3.1 Pro](https://tensorfeed.ai/models/gemini-3-1-pro): Pricing, benchmarks, specs for Google's current flagship (1M context, omnimodal) - [Gemini 3.5 Flash](https://tensorfeed.ai/models/gemini-3-5-flash): Pricing, benchmarks, specs for Google's new Flash-tier model (GA May 19, 2026; beats prior Pro flagship on agentic coding) - [Gemini 3.1 Flash-Lite](https://tensorfeed.ai/models/gemini-3-1-flash-lite): Pricing, benchmarks, specs for Google's $0.25 budget model - [Gemini 2.5 Pro](https://tensorfeed.ai/models/gemini-2-5-pro): Pricing, benchmarks, specs for Google's previous-generation flagship with 1M context - [Gemini 2.0 Flash](https://tensorfeed.ai/models/gemini-2-0-flash): Pricing, benchmarks, specs for Google's speed model - [Llama 4 Scout](https://tensorfeed.ai/models/llama-4-scout): Benchmarks, specs for Meta's 10M context open source model - [Llama 4 Maverick](https://tensorfeed.ai/models/llama-4-maverick): Benchmarks, specs for Meta's high-performance open source model - [Mistral Large](https://tensorfeed.ai/models/mistral-large): Pricing, benchmarks, specs for Mistral AI's flagship - [Mistral Small](https://tensorfeed.ai/models/mistral-small): Pricing, benchmarks, specs for Mistral AI's budget model - [Command R+](https://tensorfeed.ai/models/command-r-plus): Pricing, benchmarks, specs for Cohere's RAG flagship - [Command R](https://tensorfeed.ai/models/command-r): Pricing, benchmarks, specs for Cohere's affordable RAG model - [GPT-5.5](https://tensorfeed.ai/models/gpt-5-5): Pricing, benchmarks, specs for OpenAI's latest flagship (1M context, omnimodal) - [DeepSeek V4 Pro](https://tensorfeed.ai/models/deepseek-v4-pro): Pricing, benchmarks, specs for DeepSeek's 1.6T parameter open source flagship - [DeepSeek V4 Flash](https://tensorfeed.ai/models/deepseek-v4-flash): Pricing, benchmarks, specs for DeepSeek's ultra-affordable open source model ## Model Comparisons - [Claude Opus 4.7 vs 4.6](https://tensorfeed.ai/compare/claude-opus-4-7-vs-claude-opus-4-6): Generational comparison of Anthropic flagships - [Claude vs ChatGPT](https://tensorfeed.ai/compare/claude-vs-chatgpt): Claude Opus 4.7 vs GPT-4o head-to-head - [Claude vs Gemini](https://tensorfeed.ai/compare/claude-vs-gemini): Claude Opus 4.7 vs Gemini 2.5 Pro comparison - [GPT-4o vs Gemini](https://tensorfeed.ai/compare/gpt-4o-vs-gemini): OpenAI vs Google flagship models - [Claude vs Llama](https://tensorfeed.ai/compare/claude-vs-llama): Closed-source vs open-source AI comparison - [GPT-4o vs Claude Sonnet](https://tensorfeed.ai/compare/gpt-4o-vs-claude-sonnet): Mid-tier production model showdown - [Gemini Flash vs GPT-4o Mini](https://tensorfeed.ai/compare/gemini-flash-vs-gpt-4o-mini): Budget AI model comparison - [GPT-5.5 vs Claude Opus 4.7](https://tensorfeed.ai/compare/gpt-5-5-vs-claude-opus-4-7): 2026 flagship showdown - [GPT-5.5 vs Gemini 2.5 Pro](https://tensorfeed.ai/compare/gpt-5-5-vs-gemini-2-5-pro): OpenAI vs Google 1M-context flagships - [DeepSeek V4 Pro vs Claude Opus 4.7](https://tensorfeed.ai/compare/deepseek-v4-pro-vs-claude-opus-4-7): Open source vs closed-source frontier - [DeepSeek V4 Pro vs GPT-5.5](https://tensorfeed.ai/compare/deepseek-v4-pro-vs-gpt-5-5): MIT-licensed open source vs OpenAI flagship, both 1M context - [Gemini 3.1 Pro vs Claude Opus 4.7](https://tensorfeed.ai/compare/gemini-3-1-pro-vs-claude-opus-4-7): Two 1M-context flagships compared, with multimodal and pricing breakdown - [Gemini 3.1 Pro vs GPT-5.5](https://tensorfeed.ai/compare/gemini-3-1-pro-vs-gpt-5-5): Google vs OpenAI omnimodal frontier comparison - [Gemini 3.1 Flash-Lite vs DeepSeek V4 Flash](https://tensorfeed.ai/compare/gemini-3-1-flash-lite-vs-deepseek-v4-flash): Closed multimodal vs open-weight budget tier - [Gemini 3.5 Flash vs Claude Sonnet 4.6](https://tensorfeed.ai/compare/gemini-3-5-flash-vs-claude-sonnet-4-6): Mid-tier agentic showdown. Flash's throughput and 1M context vs Sonnet's reasoning and MCP-native ecosystem. ## AI Providers - [Anthropic](https://tensorfeed.ai/providers/anthropic): Claude models, pricing, benchmarks, and company overview - [OpenAI](https://tensorfeed.ai/providers/openai): GPT models, ChatGPT, pricing, and company overview - [Google](https://tensorfeed.ai/providers/google): Gemini models, pricing, and Vertex AI overview - [Meta](https://tensorfeed.ai/providers/meta): Llama open-source models and deployment overview - [Mistral](https://tensorfeed.ai/providers/mistral): European AI models, pricing, and overview - [Cohere](https://tensorfeed.ai/providers/cohere): Enterprise RAG models and Command R overview - [DeepSeek](https://tensorfeed.ai/providers/deepseek): Open source V4 models, MIT license, pricing, and overview ## Merchant Surfaces (paid offerings) - [Premium API Packs](https://tensorfeed.ai/pricing/packs): Six themed credit bundles for the TensorFeed premium API (Starter $5, AI Routing $20, Macro $20, Research Velocity $20, Provider Intel $30, Agent Brief $30). Credits are fully fungible across all premium endpoints; packs suggest USD amounts and highlight endpoint groupings to reduce decision friction. Paid in USDC on Base. Machine-readable catalog at /api/payment/packs. - [AFTA-Certified Publisher Listing](https://tensorfeed.ai/afta-certified): Paid listing on /x402-adopters for x402 publishers that meet six concrete AFTA criteria (canonical V2 manifest, per-network EIP-712 domain hint, no-charge guarantees, signed-receipt declaration, published receipt key). Self-check at /api/afta-certify/check?domain=YOUR_DOMAIN. Annual fee $100 USDC. Federation members detected automatically. - [Institutional Data Licensing](https://tensorfeed.ai/data-licensing): Bulk-data products for hedge funds, AI research firms, training-data buyers, news aggregators. Six datasets (AI news corpus, model pricing history, benchmark history, service status history, anonymized agent traffic, MCP ecosystem telemetry), priced from $500/export. Enterprise commercial license. Machine-readable catalog at /api/data-licensing. - [Professional Services](https://tensorfeed.ai/services): Paid implementation engagements for x402, AFTA, and agent-payments work. x402 Implementation Sprint ($4.5k-$9.5k), AFTA Co-Design Session ($1.5k-$3.5k), Agent Payments Office Hours ($2.5k-$4.5k/mo retainer), AgentCore Payments Integration ($6.5k-$14k). Machine-readable catalog at /api/services. - [MCP Pro Tier](https://tensorfeed.ai/mcp/pro): $25 USDC/month subscription token for unlimited TensorFeed premium API calls when used through the TensorFeed MCP server. Designed for Claude Desktop, Cline, and other MCP-capable agent environments. Invite-only beta. Machine-readable catalog at /api/mcp/pro-tier. ## Tools for Agents - [x402 Publisher Status Dashboard](https://tensorfeed.ai/x402/health): Live status of every known x402 publisher's /.well-known/x402.json manifest, probed hourly by TensorFeed. Records HTTP reachability, fetch latency, JSON parseability, and canonical Coinbase x402 V2 conformance (x402Version:2 + non-empty accepts[]). Rolls up 24h and 7d uptime percentages per publisher. Free, no auth. JSON at `/api/x402/status`. Cached 2 min at the edge. - [AFTA Certified Badge SVG](https://tensorfeed.ai/api/afta/badge?domain=YOURDOMAIN): Live SVG badge endpoint. Embed `` to show your live AFTA score on your own site. Renders from the same scoring endpoint at /api/afta-certify/check. Cached 5 min. Embed snippets at /afta-certified. - [MCP Activity Dashboard](https://tensorfeed.ai/mcp/activity): Live install counts for @tensorfeed/mcp-server and @tensorfeed/x402-base-mcp pulled from api.npmjs.org (last day / last week / last month), plus hosted endpoint tool-call telemetry from /api/mcp (today / last 7d / last 30d, daily series, top tools by call volume). Free, no auth, agent-friendly. JSON at `/api/mcp/activity`. Cached 5 min at the edge. - [Verify an x402 Publisher (live AFTA scorecard)](https://tensorfeed.ai/verify): Paste any domain to instantly score its x402 + AFTA compliance. Six concrete checks: canonical Coinbase x402 V2 manifest, paid items with valid accepts[] entries, per-network EIP-712 domain hints, AFTA fair-trade declaration with no-charge guarantees, signed-receipt declaration, published receipt-signing public key. Federation members get federation_parent surfaced. Direct programmatic access at `/api/afta-certify/check?domain=X`. Free, no auth, idempotent. - [AI Status Widget (embeddable iframe)](https://tensorfeed.ai/widget/status): Real-time operational status across major AI providers (Anthropic, OpenAI, Google, xAI, Mistral, Cohere, Meta AI, Perplexity, Hugging Face, Microsoft) in a tabbed dark-theme widget. Designed for embedding on third-party sites via ``. Polls /api/status/summary every 60s. No nav chrome, no cookie banner; clean drop-in. X-Frame-Options ALLOWALL on /widget/* via _headers. Free, no auth, infinitely embeddable. - [AI Research Hub](https://tensorfeed.ai/research): Human-readable hub over TensorFeed's AI research extraction pipeline. Six pages: /research (overview), /research/papers (latest arXiv with primary-category filters), /research/milestones (LLM-flagged candidate papers with reasoning), /research/authors (top 100 by AI publication volume, sortable by h-index / citations / AI share), /research/citation-velocity (papers ranked by share of citations in the latest year), /research/topics (emerging keyphrases ranked by recent-vs-baseline lift). Same data powers the /api/premium/research/* endpoints; the hub is the human-facing surface, the API is the agent-facing surface. ## Content Hubs - [x402 Hub](https://tensorfeed.ai/x402): Canonical hub for the x402 HTTP-native agent payment protocol. What x402 is in one paragraph, the live adopter directory pulled from /api/x402-adopters (AWS, Coinbase, Stripe, TensorFeed, TerminalFeed, the @coinbase/x402 SDK, the tensorfeed Python and JS SDKs, the afta-gateway template, tensorfeed-mcp), the four-property test (open, transparent, instantly final, sub-cent), the 5-step protocol walkthrough, two-curl integration recipe against TensorFeed's premium API, V1/V2 format split notes, FAQ with FAQPage JSON-LD, and the recent x402 editorial coverage on TensorFeed. - [MCP Hub](https://tensorfeed.ai/mcp): Canonical hub for the Model Context Protocol. What MCP is, live registry snapshot pulled from /api/mcp/registry/snapshot (~8000 servers, daily growth, top namespaces), the three primitives (tools, resources, prompts), the major adopters (Anthropic, OpenAI, Google, Microsoft, Cursor, Cline, Continue, Palo Alto Portkey), the 50-line server pattern with TypeScript skeleton, MCP+x402 composability, FAQ with FAQPage JSON-LD, recent MCP coverage on TensorFeed, and integration links for tensorfeed-mcp. - [x402 Publisher Registry](https://tensorfeed.ai/x402-registry): Live index of x402-compatible publishers, crawled daily from each domain's /.well-known/x402 manifest. Each entry surfaces status, x402 version, publisher name + description, paid + free endpoint counts, payment wallet, accepts summary (scheme + network + asset), and an AFTA federation flag. The structured live alternative to hand-curated awesome-lists. Open data at /api/x402-registry/snapshot. Inclusion is not an endorsement; agents must verify wallets on-chain. - [News Feed](https://tensorfeed.ai/): Aggregated AI news from 15+ sources, categorized and timestamped - [Today in AI](https://tensorfeed.ai/today): Daily digest of top AI stories, incidents, and releases - [Models](https://tensorfeed.ai/models): AI model release tracker, pricing comparison tables - [Compare Models](https://tensorfeed.ai/compare): Side-by-side model comparison (pricing, specs, capabilities) - [AI Timeline](https://tensorfeed.ai/timeline): Chronological timeline of AI milestones and model releases - [Agents Directory](https://tensorfeed.ai/agents): Curated directory of AI agents, tools, and frameworks - [Research](https://tensorfeed.ai/research): arXiv papers, benchmarks, and research news - [AI Podcasts](https://tensorfeed.ai/podcasts): Stream AI podcast episodes from top shows - [Status Dashboard](https://tensorfeed.ai/status): Real-time AI service status monitoring - [GPU Rental Pricing](https://tensorfeed.ai/gpu-pricing): Live cheapest hourly rates across cloud GPU marketplaces, refreshed every 4 hours - [Sports Data API](https://tensorfeed.ai/sports): Free agent-facing sports data hub. NFL is live (teams + news); NBA, MLB, NHL planned. - [NFL Teams + News](https://tensorfeed.ai/sports/nfl): All 32 NFL teams (city, conference, division, abbreviation) plus hourly aggregated news from ESPN, NFL.com, CBS Sports, Yahoo Sports. - [Model Deprecation Calendar](https://tensorfeed.ai/model-deprecations): Provider-by-provider registry of model retirements and deprecation announcements (OpenAI, Anthropic, Google, Cohere, and more). Each entry carries the announced/deprecation/sunset dates, recommended replacement, and a source link to the provider's own announcement. Free JSON at /api/model-deprecations with ?provider= and ?status= filters. Curated; PRs welcome. Premium derivative at /api/premium/model-deprecations/timeline (1 credit) adds urgency_band, days_until_sunset, and resolved migration_chain per entry. - [Live Data](https://tensorfeed.ai/live): Real-time data feeds (GitHub trending, predictions, cyber threats, pricing) - [Gear](https://tensorfeed.ai/gear): Curated, weekly-refreshed catalog of AI-relevant consumer hardware. Laptops capable of running local LLMs, discrete GPUs, AR glasses, robotics, edge accelerators, AI-aware peripherals, books. 33 products across 13 categories. Companion JSON feed at /api/agents/gear.json strips affiliate plumbing. Affiliate policy at /gear/policy. - [TF Verdicts](https://tensorfeed.ai/verdicts): TensorFeed's signed, data-grounded rulings on specific AI-ecosystem questions. Each verdict takes a clear position reasoned from cited public data points, with the evidence and sources shown so the call is checkable. TF's judgment is the product; data is cited as evidence, not redistributed. 5 verdicts. - [Best-value open-weight coding model](https://tensorfeed.ai/verdicts/best-value-coding-model): TF Verdict: as of May 29, 2026, DeepSeek V4-Pro is the best-value open-weight coding model, leading the open field at 80.6% on SWE-bench Verified with a now-permanent low price; GLM-5.1 is the only close rival and V3.2 is the pick when raw output price is the single constraint. TF Verdict, May 29, 2026. - [AI benchmarks to stop trusting](https://tensorfeed.ai/verdicts/benchmarks-to-distrust): TF Verdict: stop ranking frontier models on MMLU, the original GSM8K, HumanEval, and increasingly MMLU-Pro (saturated or contaminated); select on contamination-resistant and held-out evals (SWE-bench Pro, Humanity's Last Exam, LiveCodeBench, with GPQA Diamond as a tiebreaker only). TF Verdict, May 29, 2026. - [Has frontier training compute slowed](https://tensorfeed.ai/verdicts/compute-growth-slowdown): TF Verdict: not at the ceiling, frontier training compute is still climbing roughly 4 to 5x per year, but the curve is bending below it as total per-flagship training compute flattens and labs reroute spend into reinforcement learning. TF Verdict, May 29, 2026. - [Should you trust AI-found CVEs](https://tensorfeed.ai/verdicts/trust-ai-found-cves): TF Verdict: no by default; trust the AI pipeline that ships a working reproduction and a human gate, and treat any unreviewed bulk AI finding as an unconfirmed lead, not a CVE, until someone reproduces it. TF Verdict, May 29, 2026. - [Is the frontier premium worth it over open models](https://tensorfeed.ai/verdicts/frontier-premium-worth-it): TF Verdict: for most agent tasks, no; route default traffic to open weights at the inference floor and reserve the frontier premium for long-horizon agentic coding and high-stakes reasoning where a roughly 8-point benchmark gap compounds across a trajectory. TF Verdict, May 29, 2026. - [Originals](https://tensorfeed.ai/originals): Original editorial articles by TensorFeed (90 articles) - [Trump Pulled the Federal AI Review Order at the Last Minute. The Rules Now Come From Sacramento and Brussels.](https://tensorfeed.ai/originals/trump-pulled-federal-ai-review-order): The Trump administration was hours from signing an executive order creating a voluntary federal review of frontier AI models before release (agencies given up to 90 days to inspect them) when 11th-hour calls from David Sacks, Elon Musk, and Mark Zuckerberg killed it. The competitiveness framing misses the structural point: scrapping the one shot at a single national standard does not deregulate frontier AI, it hands the binding rules to California SB 53, the EU AI Act, and the compliance frameworks the labs publish themselves. What the order would have done, who stopped it and why, what it changes for the model-release pipeline, and three signposts over the next ninety days. Marcus Chen, May 29, 2026. - [OpenAI Mapped Its Safety Stack to the Law. Frontier AI Just Crossed From Voluntary to Mandatory.](https://tensorfeed.ai/originals/openai-frontier-governance-framework-compliance-era): OpenAI published its Frontier Governance Framework, a public document that maps its internal safety practices to named statutes: California's Transparency in Frontier AI Act (SB 53) and the EU AI Act Code of Practice for general purpose AI. It builds on the Preparedness Framework but carves out the subset a regulator can hold it to. The structural move: each major lab now runs a voluntary best-practices policy it can edit at will (OpenAI Preparedness, Anthropic RSP, Google DeepMind Frontier Safety Framework) and a statute-facing compliance framework it cannot quietly walk back (OpenAI Frontier Governance Framework, Anthropic Frontier Compliance Framework). Inside what shipped, the SB 53 obligations underneath it (10^26 FLOP threshold, $500M revenue line, pre-deployment transparency reports, OES incident reporting, $1M-per-violation penalty enforced by the California AG), why the voluntary-versus-mandatory split is good news short term and a hiding place long term, three reads for agent builders, and three signposts over ninety days. Kira Nolan, May 29, 2026. - [Coinbase Put Tavily Search on x402. The Pay Rail Shipped; the Discovery Rail Did Not.](https://tensorfeed.ai/originals/tavily-x402-search-discovery-layer-gap): Coinbase and Tavily launched pay-per-request agentic web search on x402 (Base USDC, no API key, $0.01 an advanced search). Probing the live service: the payment rail is clean and spec-compliant, but the discovery rail is absent (no well-known payment manifest, no catalog listing, no agent card; the root is a bare health check), so an agent only learns the endpoint and its terms from Tavily's human docs. The x402 payment layer has converged while discovery fragments across manifest, catalog, and agent-card conventions, which caps autonomy at the discovery step. Three signposts over ninety days. Marcus Chen, May 29, 2026. - [Opus 4.8 Shipped a Workflow Primitive. Agent Orchestration Just Moved Into the Model.](https://tensorfeed.ai/originals/opus-4-8-workflow-orchestration-primitive): Anthropic shipped Claude Opus 4.8 this week. The headline for agent operators is not the quality bump, it is Workflow, a primitive that turns deterministic multi-agent orchestration (fan-out, pipelines, judge panels, adversarial verification) into a first-class feature of the model tool itself rather than an app-layer framework you bolt on. Inside what actually shipped, why moving orchestration from the framework into the runtime shifts the default behavior of the median agent builder, the cost and latency math when fan-out becomes one line to express (a ten-way parallel step quietly costs ten times the tokens), the pipeline-versus-barrier latency trap, and how the agent-framework market splits along the multi-model line once orchestration ergonomics stop being a moat. Ripper, May 28, 2026. - [Robinhood Just Gave AI Agents a Brokerage Account. The Floor Below x402 Has a New Lane.](https://tensorfeed.ai/originals/robinhood-agentic-trading-mcp-brokerage-account): Robinhood announced Agentic Trading and an Agentic Credit Card on May 27, 2026. AI agents can now trade equities in a dedicated sub-account isolated from the user's main portfolio (beta, with options, crypto, event contracts, futures, and prediction markets to follow). The Agentic Credit Card pairs a virtual Robinhood Gold card with a spending limit and 3 percent cash back, and the agent connects through Robinhood Banking's MCP server. This is the first mainstream U.S. retail broker to open direct agent access at the account tier. Inside what shipped, why the MCP server is the load-bearing detail (a regulated U.S. banking subsidiary in the consumer tier), why the sub-account architecture is a compliance posture rather than a UX choice (FINRA 2090, FINRA 2111, discretionary-account ambiguity sidestepped), how this card lane lands on top of the agent-commerce micropayment lane from earlier in the week (Keyrock 76 percent below the 30-cent fee floor, Nick Prince SpaceX memo on x402), and three signposts for what Plaid, Stripe, and the rest of the consumer financial stack do in response over the next ninety days. Kira Nolan, May 27, 2026. - [Four Frontier Lab Acqui-Hires in Eight Days. The Quiet Consolidation Is Already Here.](https://tensorfeed.ai/originals/four-frontier-labs-acqui-hire-consolidation): Mistral announced May 26, 2026 that it is acquiring Vienna's Emmi AI, a 30-person physics-simulation lab. That is the fourth frontier-lab acqui-hire in eight business days, after Anthropic bought Stainless for $300M+ on May 18 and Google DeepMind paid $80M to $90M to license Contextual AI and lift its team (including co-founder Douwe Kiela) on May 19. Meta's Dreamer absorption from March completes the quarter. Three of the four are structured as licensing-plus-talent transfers rather than clean acquisitions, the same shape Microsoft used with Inflection and Amazon with Adept, designed to slip past Hart-Scott-Rodino and EU Phase I review. Inside what each lab was actually buying (Mistral plugging physics simulation for European industrial sales, DeepMind plugging a credentialed RAG researcher into Gemini Enterprise, Anthropic taking MCP server tooling away from OpenAI and Google, Meta installing three platform operators into MSL), why Anthropic's deal was the only clean acquisition and what the dev-tooling ownership signal means, where the structure leaves the mid-tier specialty AI startups (Mistral-Emmi is now VC shorthand for realistic upside), and three signposts (whether OpenAI does the fifth deal, whether regulators move on one of these structures, whether xAI runs the play) over the next 90 days. Marcus Chen, May 27, 2026. - [Pope Leo XIV Just Wrote a 235-Page Encyclical on AI. Anthropic's Co-Founder Was Standing Next to Him.](https://tensorfeed.ai/originals/pope-leo-magnifica-humanitas-anthropic-olah): Pope Leo XIV released Magnifica Humanitas, the first papal encyclical to take AI as its central subject, at the Vatican on May 25, 2026. 235 pages, 245 paragraphs, signed May 15 (135 years to the day after Rerum Novarum reframed labor and capital). Pope Leo presented it personally (a first for any pope) alongside Anthropic co-founder Chris Olah. Inside the text (autonomous weapons judged practically beyond human governance, wider ownership of AI data, slow-down language on deployment), why Olah specifically rather than any other lab founder, the timing against the OpenAI S-1 filing and the $900B Anthropic round closing the same week, what moral capital buys in regulator hearings and Catholic-institution procurement, and three signposts (citation patterns, lab response patterns, Pentagon procurement) over the next ninety days. Kira Nolan, May 27, 2026. - [Starlette Just Shipped a Critical CVE. If Your Agent Has FastAPI Anywhere in Its Stack, This Is Yours.](https://tensorfeed.ai/originals/starlette-badhost-critical-cve-agent-stack-audit): Ars Technica reported on May 26, 2026 that a critical vulnerability nicknamed BadHost was found in Starlette, the ASGI toolkit underneath FastAPI, downloaded 325 million times a week. The CVE imperils millions of AI agents because FastAPI is the default backend for agent servers, MCP gateways, and tool-calling middleware. Inside the five-minute operator audit (uv tree, version pin, exposure triage), the TF security feeds that confirm exposure (ai-cves/latest, ai-supply-chain-iocs, premium/ai-cves/batch), and the structural lesson about dependency concentration when the asset value on top of the graph is API spend. Ripper, May 27, 2026. - [Altman and Amodei Walked Back the AI Jobs Apocalypse. The Subtext Is the IPO Calendar.](https://tensorfeed.ai/originals/altman-amodei-walk-back-jobs-apocalypse-ipo-pivot): Fortune reported on May 26, 2026 that Sam Altman and Dario Amodei are softening their prior framing that AI would obliterate large swaths of white-collar work. Anthropic is closing a $30B round at $900B. OpenAI filed its S-1 four days earlier. The two largest AI capital events in history are converging on the same eight-week window and the labor-replacement prophecy both CEOs spent eighteen months building is being quietly retired. Inside what they said before, what they are saying now, why apocalypse framing was an asset at the private-capital tier but is a liability under the public-market disclosure regime, the Microsoft and Google tell (Big Tech never used the apocalypse framing in the first place), and the read for agent operators on what changes versus what does not. Marcus Chen, May 27, 2026. - [Mythos Just Logged 10,000 Critical Bugs in 30 Days. Anthropic Says the Public Release Is Next.](https://tensorfeed.ai/originals/anthropic-glasswing-update-mythos-public-release): Anthropic posted the first operational update on Project Glasswing on May 25-26, 2026. Thirty days in, Claude Mythos Preview has flagged 23,019 potential vulnerabilities across 1,000+ open source projects, independent security firms validated 1,726 of them, and partner organizations have confirmed more than 10,000 high- or critical-severity bugs (Cloudflare alone: 2,000 total bugs and 400 high/critical; Mozilla: 271 Firefox zero-days; several partners reporting a 10x+ uplift in bug-find rate). The partner roster widened to roughly 50 organizations with AWS, Apple, Broadcom, Cisco, CrowdStrike, Google, JPMorgan Chase, the Linux Foundation, Microsoft, NVIDIA, and Palo Alto Networks as named launch partners. Anthropic committed $100M in Mythos usage credits, $4M in direct donations to OSS security organizations, named U.S. and allied governments as the next Glasswing expansion target, and stated its intent to release Mythos-class models publicly once safeguards are stronger (no timeline given). Inside the 7.5 percent validation-rate caveat on the flagged number, why the public-release line resets the policy conversation around the AI cyber tier, the head-to-head with OpenAI Daybreak (the May 12 workflow-integrated counter shipping through 20+ security partners), what the donation budget does to OSS maintainer triage capacity, and three signposts (validation rate from outside-Glasswing security firms, government access timing, OpenAI's next response) to watch over the next ninety days. Kira Nolan, May 26, 2026. - [76% of AI Agent Payments Are Already Below Visa's Floor. Then Came the SpaceX Memo.](https://tensorfeed.ai/originals/agent-commerce-fee-floor-spacex-memo): Keyrock published a market-structure note on May 19, 2026 finding that 76 percent of AI agent transactions on public stablecoin rails fall below the 30-cent fee floor Visa and the card networks charge. Five days later, Coinbase product lead Nick Prince posted a demo in which an AI agent on Base spent $1.87 in USDC across six paid x402 calls to draft a full SpaceX investment-committee memo from the S-1 in roughly twelve minutes, transacting through agentic.market (Coinbase's x402 service catalog, running about $48K in daily settlement volume). Inside the convergent week (Stellar joining x402 with native USDC and EURC support, Cryptorefills launching agent payments, Fireblocks signing the foundation with spend-governance extensions, AllUnity's MiCA-regulated Swedish-krona stablecoin), why the SaaS subscription model breaks against an audience that does not amortize, why the marketplace tier is the surprise (924 listed services on agentic.market plus the CDP Bazaar catalog feeding it), and three signposts (x402 transaction-volume growth, non-Coinbase marketplaces, incumbent API pricing pressure) over the next ninety days. Marcus Chen, May 25, 2026. - [AI Agents Just Got Their Own Web Browser. The Runtime Layer Is Forking Away From Humans.](https://tensorfeed.ai/originals/agent-native-browsers-firefox-fork-runtime-shift): A Firefox fork built explicitly for AI agents hit the Hacker News front page on May 24, the latest signal in a category that has been quietly assembling for eighteen months: dedicated browser runtimes for agent traffic, separated from the Chromium and Firefox builds humans use. Browserbase, Browserless, Arsenal, Playwright cloud surfaces, and now a Mozilla-derived agent fork have crossed from research project to deployable infrastructure. Inside what an agent-native browser actually changes, why the Firefox path matters (most agent browsers were Chromium until now), and the second-order consequences for site operators, anti-bot tooling, and the agent identity stack. Marcus Chen, May 24, 2026. - [Hackers Are Targeting Chatbot 'Personalities.' The Attack Surface Just Moved Up the Stack.](https://tensorfeed.ai/originals/chatbot-personality-exploits-prompt-injection-grows-up): The Verge published a column on May 24 reporting that hackers are increasingly exploiting the persona layer of consumer chatbots. The technique is not new in alignment research; the mainstream attention is, and it arrives right as consumer assistants gain real action permissions (Plaid hooks, calendar access, agent mode). Inside what persona-based prompt injection actually looks like, why constitutional and RLHF defenses do not catch it by default, what the vendors have shipped versus what they have not, and the three defensive rules an agent operator should be running this week. Kira Nolan, May 24, 2026. - [Elon Musk's xAI Just Committed $2.8 Billion to Gas Turbines. The AI Energy Crunch Has a Number Now.](https://tensorfeed.ai/originals/xai-2-8b-gas-turbines-energy-bottleneck): WIRED reported on May 20 that Elon Musk's xAI is spending $2.8 billion on gas turbines to power its AI data centers, with the Memphis Colossus supercluster as the primary target. The dollar figure puts a hard number on the energy bottleneck the rest of the industry has been describing in adjectives. Inside: why xAI is paying for its own power plant when hyperscalers are still buying from the grid, the Memphis community fight Colossus walked into, what $2.8 billion in turbines actually buys (3.5 to 5 GW, enough for 15 to 30 Colossus-equivalents), and the structural read on what this signals for the AI capex cycle. Marcus Chen, May 24, 2026. - [OpenAI Just Disproved an 80-Year Erdős Conjecture. The Model Was Not Trained for Math.](https://tensorfeed.ai/originals/openai-erdos-unit-distance-disproof): On May 20, 2026, OpenAI announced that an internal general-purpose reasoning model disproved a Paul Erdős conjecture on the planar unit distance problem first posed in 1946. The proof runs roughly 125 pages, uses Golod-Shafarevich theory and infinite class field towers, and arrives at a polynomial improvement (n raised to one plus delta, with Princeton mathematician Will Sawin tightening delta to 0.014) over the square-grid construction mathematicians had treated as effectively optimal. Fields medalist Tim Gowers and Sawin verified the proof. The structural story is the model: no math-specific training, no problem-targeted scaffolding, the same kind of system OpenAI sells through the API. Inside the comparison to DeepMind AlphaProof / AlphaGeometry 2, FunSearch, Numina, and Claude Mythos; why 125 pages of coherent proof is a frontier long-horizon result on its own; the research-discovery rail framing; the next pricing tier for research-grade scientific inference; and three signposts (Lean or Coq formalization, an inference-time recipe paper from OpenAI, and a second open problem) over the next thirty days. Kira Nolan, May 24, 2026. - [OpenAI Wants ChatGPT in Your Bank Account. That Is the Opposite of How Agent Money Should Work.](https://tensorfeed.ai/originals/openai-chatgpt-bank-access-agent-trust-gap): OpenAI is wiring ChatGPT into financial accounts through a Plaid connection. Broad standing access to your bank is the convenient answer and the wrong architecture. The other one is not theoretical: no custody, per-action authorization, a signed receipt for every paid call. Our own /api/stats crossed into the thousands of verifiable paid agent calls, each with a receipt an auditor can check. Convenience is winning the demo; it should not win the standard. Ripper, May 17, 2026. - [Mistral Says Europe Has Two Years. The Compute Map Says the Clock Runs Faster Than That.](https://tensorfeed.ai/originals/mistral-europe-ai-sovereignty-two-year-clock): The Mistral CEO told Europe it has roughly two years to avoid becoming an American AI vassal state. Read against the data we already publish, the warning is correct and the timeline is generous: the frontier tier on our model catalog is almost entirely US labs, attention concentrates there too, and the compute that decides the next two years is being financed through American IPOs and Gulf capital. The model layer is not where Europe is behind. The layers under it are. Kira Nolan, May 17, 2026. - [The Codex Bleed: Anthropic Just Made Its Third Capacity Move in Five Weeks](https://tensorfeed.ai/originals/codex-bleed-anthropic-three-interventions): Anthropic bumped Claude Code weekly limits 50 percent through July 13 (the third capacity intervention on the same product surface in 35 days), then re-allowed third-party agent harnesses on paid Claude plans behind a separate monthly credit meter, then watched Sam Altman dangle two free months of Codex at every new business customer. Inside the 4.2x token-efficiency asymmetry that makes Codex structurally cheaper to deliver, the per-tier gross-margin math on Claude Code Pro/Max 5x/Max 20x against the same workload on Codex, the $900B Anthropic raise running in parallel on the same unit-economics problem, and the July 13 sunset that gives Anthropic eight weeks to decide what the unlimited agent subscription actually costs. Three numbers to watch before mid-summer: whether Anthropic extends the weekly bump, whether OpenAI broadens the free Codex offer to existing customers, and whether the new harness credit meter is generous enough to use. Marcus Chen, May 16, 2026. - [Cerebras Went Public at a $95 Billion Close. The Non-Nvidia Inference Bet Is Now a Market Story.](https://tensorfeed.ai/originals/cerebras-95-billion-ipo-inference-bet): Cerebras priced its IPO at $185, above the raised $150 to $160 range, opened at $350 on May 14, and closed day one up 68 percent near a $95 billion market cap, then gave back about 10 percent on day two. The largest US tech IPO since Uber in 2019 sits on $510 million of revenue, a non-GAAP loss, a $10 billion OpenAI contract inside a $20 billion-plus agreement, and 86 percent revenue from two UAE entities. The mechanics, the asterisks, and what a public wafer-scale company does to the compute capital map. Marcus Chen, May 16, 2026. - [Wafer-Scale vs the GPU: What Cerebras Actually Sells, and Why It Only Matters for Inference](https://tensorfeed.ai/originals/wafer-scale-vs-gpu-what-cerebras-sells): Now that Cerebras is public, the question is the chip, not the valuation. The WSE-3 is one 46,225 square millimeter die: 4 trillion transistors, 900,000 cores, 125 petaflops, the whole model resident in on-wafer SRAM. Cerebras and Artificial Analysis report Llama 4 Maverick at 2,522 tokens per second against 1,038 on Nvidia Blackwell. Why keeping the model on-wafer collapses token latency, why latency is the cost that compounds in agent loops, the WSE-4 roadmap, and the honest bear case. Ripper, May 16, 2026. - [Cerebras Cleared the IPO. It Did Not Clear the G42 Question.](https://tensorfeed.ai/originals/cerebras-g42-cfius-national-security-tax): The CFIUS review of the G42 stake is what postponed this exact IPO in 2024. The 2026 listing went through after the investment was restructured into non-voting shares and the notice was withdrawn, not after the dependence was removed. The 86 percent revenue concentration in two UAE entities is still in the S-1 as a risk factor. Why national-security scrutiny was papered rather than resolved on the merits, why it is now a structural tax on the entire 2026 AI-silicon IPO class, and the three signposts that matter next. Kira Nolan, May 16, 2026. - [We Made AI Status Embeddable: One Line of HTML, Live on Any Site](https://tensorfeed.ai/originals/live-ai-status-widget): Launch build-log for the free embeddable TensorFeed Live Monitor widget. Sixteen LLM providers and a set of services, real p95 latency where TensorFeed probes and real seven-day uptime where it does not, no fabricated sparklines, no cry-wolf alarms (vendor status is authoritative, the synthetic probe never overrides it, NO DATA is never an outage), no ads on purpose because the asset is the trust. Three ways to embed: one line of HTML, the zero-dependency SSR-safe @tensorfeed/status-widget npm component, or the browser extension on the way. Detail deep-links to the per-provider page, closing the discovery loop for humans and agents. Ripper, May 15, 2026. - [This Week in AI: Four Days to I/O, Eight Models Going Dark, and a $950B Number](https://tensorfeed.ai/originals/ai-week-may-15-2026): Weekly Friday roundup, May 15, 2026. Google sandbagged its own keynote with The Android Show on May 12, shipping Gemini Intelligence (cross-app agent, generative UI widgets, Rambler dictation, Smart Form Fill) four days before I/O proper. Anthropic let the $30B-$50B at $900B-$950B valuation talks leak via Bloomberg and the New York Times, putting it one round from a trillion-dollar private mark on a $45B ARR ramp. xAI sunsets eight models at noon Pacific today (grok-4-1-fast, grok-4-fast, grok-4-0709, grok-code-fast-1, grok-3, grok-imagine-image-pro variants), all redirecting to grok-4.3 at $1.25/$2.50. Apple is drafting App Store guidelines for autonomous agents ahead of WWDC June 8, including per-app permission grants and an agent-action receipt system. Amazon killed Rufus and replaced it with Alexa for Shopping under the unified Alexa+ brand. The Snap-Perplexity $400M distribution deal collapsed before broad rollout, the second high-profile AI distribution unwind of 2026. Underneath: CAISI pre-launch evaluation cycles are now visibly shaping launch timing at frontier labs. Inside the unifying thread (consolidation under brand) and the three Tuesday I/O signposts that decide whether Gemini 4 anchors the month or Anthropic's valuation talk does. Kira Nolan, May 15, 2026. - [AWS Put MCP on Its Own Infrastructure. That Changes What the Protocol Is For.](https://tensorfeed.ai/originals/aws-ships-hosted-mcp-server): AWS shipped a hosted MCP Server reachable at aws-mcp.us-east-1.api.aws/mcp and a Frankfurt endpoint, authenticated with SigV4 through the open-source mcp-proxy-for-aws, authorized through existing IAM policies with two new condition keys (aws:ViaAWSMCPService, aws:CalledViaAWSMCP), and folded its two prior local servers (aws-api-mcp-server, aws-knowledge-mcp-server) into it. The news is not that AWS has an MCP server but that the largest cloud provider made MCP a managed service of its own platform with its own identity model. Read next to AgentCore Payments (x402, May 7), AWS now runs managed identity, payments, and tool-call rails for agents. Why the auth model matters more than the tool list, what it does not mean (not the first hosted MCP server, local servers not dead), and why TensorFeed already runs MCP on the hosted-plus-auth side of that line. Marcus Chen, May 15, 2026. - [Google Just Put 60 Payment Companies Behind a Crypto-Native Agent Rail](https://tensorfeed.ai/originals/google-a2a-x402-payments-extension): Google's A2A x402 extension shipped v0.2 with a coalition that includes Mastercard, American Express, PayPal, Adyen, Worldpay, JCB, UnionPay, Coinbase, Circle, MetaMask, the Ethereum Foundation, Etsy, Salesforce, ServiceNow, and roughly forty others. A coalition that size has not formed around a payments standard since ISO 8583. Inside what the spec reuses from canonical x402 V2, what is genuinely new (JSON-RPC transport, AgentCard discovery, the Global A2A Registry), and why the acceptance side of agent commerce is being laid before the demand side has arrived. Marcus Chen, May 14, 2026. - [271 Zero-Days, Five Schemas: The AI-Cyber Data Layer Just Got Load-Bearing](https://tensorfeed.ai/originals/cve-data-layer-matters-now): AI-driven vulnerability discovery is no longer theoretical. Claude Mythos surfaced 271 Firefox zero-days in one cycle. The third major Linux kernel flaw in two weeks was attributed to AI-assisted research. OpenAI Daybreak shipped two days ago. The agents finding vulns now move faster than the data layer they need to call. Inside the five-schemas-five-cadences problem (MITRE CVE, CISA KEV, FIRST EPSS, OSV, Vulnrichment), the cross-database verified-CVE call we ship as the fix, and why TensorFeed cares about a security data layer it does not build agents on top of. Companion to the /cve-watch hub. Ripper, May 14, 2026. - [Same Dollar, Same Chain, Same Custodian: The Agentic USDC Stack Is Converging](https://tensorfeed.ai/originals/agentic-usdc-pay-and-trade-converge): AgentCore Payments uses USDC for agents to buy APIs. Hyperliquid just standardized USDC as agent trading collateral, with Coinbase as official treasury deployer and Circle staking HYPE. We settled five real x402 payments through CDP this morning, each $0.02 on Base, broadcast by Coinbase's own facilitator wallet. The agent economy plumbing is converging on one asset, one chain, one custodian. Inside what the two announcements actually mean for builders, the boring detail nobody is leading with, and what is still missing (Bazaar indexing is broken, agentic.market is closed, but the underlying just stopped moving). Ripper, May 14, 2026. - [Apple Just Got a 20-Day Window. Between Google I/O and WWDC, It Has To Rewrite the Siri Story.](https://tensorfeed.ai/originals/apple-20-day-window-io-wwdc): Google I/O lands May 19. Apple WWDC lands June 8. That is a 20-day gap, and it is the most valuable counterprogramming window Apple has gotten in a decade. Inside what Gemini 4 is expected to reveal at I/O, what Apple can still swap into the WWDC keynote in three weeks (with a difficulty-ranked move list covering Extension partner reorder, in-picker pricing, an on-device tier, Siri-as-router reframing, a pulled-forward Vision Pro 2 reveal, and a Day One developer SDK preview), why the Siri-as-router framing is the only outcome that preserves Apple's margin position long term, the 2014 and 2017 WWDC historical precedents for this exact calendar shape, and the three signposts I am watching between May 19 and June 8 (Pichai's iOS commitment, Anthropic's Claude Extension docs, and developer beta seeding). Ripper, May 14, 2026. - [Google Just Renamed Android to an 'Intelligence System.' Apple's WWDC Bar Just Got Higher.](https://tensorfeed.ai/originals/google-gemini-intelligence-android-platform-shift): At The Android Show: I/O Edition on May 12, 2026, Google introduced Gemini Intelligence, a cross-app agentic layer that reads your screen, fills forms, drives Chrome, and books reservations, plus Googlebook, a new Android laptop category. Sameer Samat called it a transition from operating system to intelligence system. Six days before I/O proper, this is what Google decided was important enough to bank ahead of the keynote. Inside what shipped (cross-app agent, Auto-Browse in Chrome, Smart Form Fill, Rambler dictation, Custom Widgets, proactive context), the Android Auto refresh across 250 million vehicles, the Googlebook laptop reentry, how it grades against the May 11 Gemini 4 punch list (two of five items partially down), why the late-June rollout is timed to front-run Apple's WWDC Siri rebuild, and the three things I/O on May 19 still has to land for the framing change to stick. Marcus Chen, May 13, 2026. - [OpenAI Just Shipped Daybreak. The Cyber Tier Is Now a Two-Horse Race.](https://tensorfeed.ai/originals/openai-daybreak-cyber-counter-mythos): OpenAI launched Daybreak on May 12, 2026 as the explicit competitive answer to Anthropic Claude Mythos and Project Glasswing. Three model tiers (GPT-5.5, GPT-5.5 with Trusted Access for Cyber, GPT-5.5-Cyber), the Codex Security agentic harness, and a 20-plus security partner list spanning Cisco, Palo Alto Networks, CrowdStrike, Cloudflare, Akamai, Fortinet, Zscaler, Oracle, Trail of Bits, and SpecterOps. Inside the strategic split (Mythos optimized for autonomous discovery with 271 Firefox zero-days patched in one cycle, Daybreak optimized for workflow integration with day-one partner distribution), the partner-list math (Anthropic kept Mythos behind a $100M Glasswing program with ~12 partners while OpenAI just bought distribution into every major SOC tool on day one), why Google and xAI now owe an answer at I/O and beyond, what a second commercial cyber-tier product does to the CAISI/FDA-for-models regulatory floor, and the three signposts I am watching: Daybreak pricing once it leaves contact-sales, an Anthropic partner expansion or doubling-down on exclusivity, and head-to-head benchmark publication inside 30 days. Kira Nolan, May 12, 2026. - [Google I/O Is in Eight Days. Here Is What Gemini 4 Needs to Do to Matter.](https://tensorfeed.ai/originals/google-io-2026-gemini-4-stakes): Google I/O 2026 lands May 19 with The Android Show: I/O Edition opening the cycle on May 12. In the fortnight since the last news shoe dropped, Anthropic committed $200B of Google TPUs over five years, rented every accelerator at SpaceX's Colossus 1 (220,000+ GPUs, 300MW), and hit a $30B run rate on 80x Q1 growth. OpenAI shipped GPT-Realtime-2 plus two adjacent voice models. Apple confirmed iOS 27 opens Siri to Claude, Gemini, and any compatible model. Inside the five-item punch list Gemini 4 has to clear (2M+ context that stays priced for long-document agentic workflows, a first-party agentic coding stack to close the Claude Code gap, the Omni video model with shippable benchmarks against Happy Horse and Veo, a public stance on the cyber tier following Mythos and GPT-5.5-Cyber, and an Apple Intelligence Extensions distribution flag ahead of WWDC) and why the cost-per-useful-task quadrant is the one Google cannot afford to lose. Marcus Chen, May 11, 2026. - [Nvidia Just Crossed $40 Billion in AI Equity Bets. The Customer-Investor Loop Is the Real Moat.](https://tensorfeed.ai/originals/nvidia-40b-equity-customer-investor-loop): CNBC ran the tally on May 8, 2026: Nvidia's 2026 equity commitments to AI companies have crossed $40 billion. Anchored by the $30B OpenAI stake from late February and capped this week with up to $3.2B into Corning and up to $2.1B into IREN, plus roughly two dozen private startup rounds and seven multi-billion-dollar public-equity deals. Inside what each deal actually trades (IREN buys 5GW of DSX-spec capacity, Corning buys three new US fiber-optic fabs, OpenAI buys a ten-year option on the silicon roadmap), the circular-investment critique (Cisco 1999 vendor financing is the right analogy but incomplete in two ways), what the loop locks in (perimeter defense against TPU, Trainium, MI400, and Maia), and the three risks worth watching through the next two earnings cycles. Kira Nolan, May 10, 2026. - [Anthropic's $200B Compute Bill Is Bigger Than Its Revenue. The Google TPU Deal in Numbers.](https://tensorfeed.ai/originals/anthropic-200b-google-tpu-math): On May 5, 2026, Anthropic committed $200 billion to Google Cloud and Broadcom-built TPUs over five years. That averages $40B per year against a current run-rate revenue of roughly $30B and a 2026 server cost forecast near $20B. Inside the math, why Google effectively recollects most of its $40B Anthropic equity stake on the compute side, what TPU economics (40 to 50% lower than equivalent Nvidia capacity) do to Nvidia's pricing power at the top of the buyer list, and why 2027 is the year the gigawatts actually arrive (because that is the earliest fabs and data centers can physically deliver). Marcus Chen, May 9, 2026. - [OpenAI Just Shipped Voice Models That Reason Mid-Sentence. ElevenLabs Has a Pricing Problem.](https://tensorfeed.ai/originals/openai-gpt-realtime-2-voice-stack): OpenAI shipped GPT-Realtime-2, GPT-Realtime-Translate, and GPT-Realtime-Whisper on May 7, 2026. First OpenAI voice model with GPT-5-class reasoning, 128K context, and the ability to keep talking while it thinks. Translate at $0.034/min and streaming Whisper at $0.017/min round out a three-model stack priced to make most voice middleware repriceable. Inside the launch, the pricing math against ElevenLabs ($0.08/min Business plan) and Deepgram, the reasoning-mid-sentence detail, and what it does to the voice vendor middle. Kira Nolan, May 9, 2026. - [Anthropic Just Booked 220K GPUs on Colossus 1. The Orbital Footnote Is the Bigger Story.](https://tensorfeed.ai/originals/anthropic-spacexai-colossus-orbital): SpaceXAI signed a compute partnership with Anthropic giving access to Colossus 1 (220,000+ NVIDIA H100, H200, and GB200 accelerators) routing capacity into Claude Pro and Claude Max. The buried lede in the announcement: Anthropic also expressed interest in partnering on multiple gigawatts of orbital AI compute capacity. Inside what Colossus 1 actually buys Anthropic, why orbital compute is now a near-term engineering program rather than a research concept, what this does to the cloud-AI duopoly thesis, and the three signposts to watch on whether the orbital piece is real. Ripper, May 9, 2026. - [The Verified Feed Is Live: Cross-Source Story Corroboration for AI Agents](https://tensorfeed.ai/originals/verified-feed-trust-layer): Hallucinations are the bounded problem; agents acting on a single source is the actual failure mode about to bite the autonomous economy. TensorFeed shipped the fix tonight: embedding-based story clustering across 12 RSS sources, premium verified-across-N-sources feed, free preview at 25 clusters/day. Inside how it works, the threshold-tuning trade-off, why TF could ship it, and how the AFTA federation makes the corroboration math compose across publishers. Marcus Chen, May 9, 2026. - [The AI Cyber Tier Now Has a Data Layer](https://tensorfeed.ai/originals/ai-cyber-tier-data-layer): Inside the agent-data layer TensorFeed shipped in 24 hours: MITRE CVE, CISA KEV, EPSS, NASA POWER, OpenFDA, and EIA Open Data live as free + premium x402-billable endpoints with LLM-ready transforms that drop typical responses by 80% in tokens. Why $0.02 USDC settles a problem that $5K/month enterprise APIs cannot, why the deep moat is the transform layer not the data itself, and why the AFTA federation gaining a second member matters more than a footnote. Marcus Chen, May 9, 2026. - [This Week in AI: The Mythos Effect, $200B for Google, and an FDA for Models](https://tensorfeed.ai/originals/ai-week-may-8-2026): Weekly roundup for the week ending May 8, 2026. Five business days, one Anthropic security model (Mythos), and the entire U.S. AI policy floor moved. CAISI signed pre-launch evaluation agreements with Google DeepMind, Microsoft, and xAI, joining the 2024 OpenAI and Anthropic agreements that were renegotiated this week under the AI Action Plan. The White House confirmed it is studying an FDA-style executive order for new model releases. Anthropic locked in $200 billion of Google Cloud and Broadcom TPU capacity over five years, more than 40% of Alphabet's reported revenue backlog. OpenAI shipped GPT-5.5-Cyber to vetted security teams roughly one month after Mythos. Cohere closed its $20B sovereign-AI merger with Aleph Alpha, blessed by the Canadian and German governments. China's NDRC formally blocked Meta's $2B Manus acquisition, the first state-level prohibition of an inbound AI deal. Google quietly shipped Gemini 3.1 Flash-Lite at $0.25 per million input tokens. Through-line: capability triggered policy, policy triggered procurement, and the cyber tier just became a real product category every frontier lab has to answer. - [The x402 Payment Just Settled. Now What Verifies It? We Shipped the MCP.](https://tensorfeed.ai/originals/x402-verifier-mcp-launch): Four days after AWS made x402 the default agent payment rail, the next question is who verifies the on-chain settlement actually matches the claimed receipt. TensorFeed shipped @tensorfeed/x402-base-mcp on May 11, 2026: a read-only Base mainnet chain reader with eleven Model Context Protocol tools (verify x402 settlement against a claimed receipt, parse publisher /.well-known/x402 manifests, list recent USDC payments, check AFTA federation status, plus generic Base reads). MIT, no private keys, cryptographic provenance via OIDC, live in npm + the canonical MCP registry today. Includes a live integration test that verifies the first canonical Coinbase x402 V2 payment TensorFeed ever received (tx 0xe20c57d8aa6df63f75ce7a4e4c0cab492eb7fa672a23cd8fd59967eb6b66bd67). Ripper, May 11, 2026. - [AWS Just Plugged x402 In. Agent USDC Payments Are Now Cloud-Default.](https://tensorfeed.ai/originals/aws-x402-coinbase-agent-payments): Coinbase announced on May 7, 2026 that AI agents can now pay for AWS services in USDC over x402. The largest cloud provider on the planet just made a stablecoin micropayment standard a first-class way for autonomous software to buy compute, storage, and inference. Inside the one-paragraph protocol explainer (HTTP 402 + USDC on Base + signed receipts + sub-cent settlement), why AWS picking open instead of building a proprietary billing primitive is the inflection (closed loses when the buyer is software routing against open standards at loop speed), what it does to Stripe Link's universal-layer thesis (narrowed, not killed), the answer Azure and GCP now owe at Build and Cloud Next, and what it means for every API publisher still on the fence about shipping a paid agent tier (cover obtained, stampede incoming, four-week window). The federation and TerminalFeed both sit on the rail Amazon now settles agent commerce on. - [Anthropic Just Taught Claude to Dream Between Tasks. Long-Running Agents Got Their Memory Layer.](https://tensorfeed.ai/originals/anthropic-dreaming-managed-agents): At Code with Claude in San Francisco on May 6, 2026, Anthropic shipped 'dreaming' as a research preview for Managed Agents: between-session offline reflection that re-reads transcripts, prunes dead memories, and writes named playbooks the agent will use next time (the demo agent generated a descent-playbook.md file from analyzing its own past work). Outcomes (rubric-graded autonomous loops, +10pt success lift, separate grader agent), multiagent orchestration (Commander/Detector/Navigator-style fleets), and webhooks all moved to public beta the same day, with rate limits doubled for Pro, Max, and Enterprise users on Claude Code. Inside what each piece does, why offline reflection was the structurally missing layer for long-running agents, the architectural read on Anthropic's coherent bundle vs. OpenAI's stitched Operator/Assistants/Responses surface, and the open question on dreaming's pricing once it leaves preview. - [Apple Just Opened Siri to Claude and Gemini. ChatGPT's Exclusivity Is Dead.](https://tensorfeed.ai/originals/apple-intelligence-extensions-ios-27): Bloomberg confirmed on May 5, 2026 that iOS 27, iPadOS 27, and macOS 27 will let users pick Claude, Gemini, or any other compatible model to power Apple Intelligence features through a new Extensions system. The OpenAI exclusive that defined the first year of Apple Intelligence is over. Inside the mechanism (Settings panel, Extensions registered via App Store binaries), the distinct-voice detail Apple is shipping per provider, the "not responsible for content" disclaimer that signals Apple's real concern, the WWDC June 8 timeline, the comparison table across Claude Opus 4.7, GPT-5.5, Gemini 3.1 Ultra, and Mistral Medium 3.5, and what a billion-device user-selectable choice screen does to OpenAI's distribution, the inference price floor, and every other consumer AI surface. - [One Day, Eight New Free APIs: The Free-Data-First Sprint](https://tensorfeed.ai/originals/one-day-eight-free-apis): Post-mortem of the May 6, 2026 sprint that shipped eight new free data endpoints across sports (NFL/MLB), packages (npm/PyPI AI/ML trending), research (OpenAlex AI institutions), economy (BLS + FRED), and policy (AI regulation registry). Inside the three-bucket grading rubric born from this morning's audit cleanup, the six-step pattern that ran six times without rework, why free-data-first is the actual strategy (raw data is everywhere; agent-shaped uniformity is the moat), and what the next derived-premium endpoint looks like on this foundation. - [I Audited Our Own Paid API. Two Endpoints Had to Die.](https://tensorfeed.ai/originals/audited-our-paid-api-killed-two-endpoints): AFTA promised fair-trade agent commerce six days ago, so we ran a redistribution-rights audit on every premium endpoint TensorFeed sells. Sixteen endpoints, eight green, six yellow, two red. Vast.ai-derived GPU pricing failed (their ToS prohibits redistribution outright). HuggingFace-compiled benchmarks failed (we were redistributing their compilation under a paid gate). Both got cut today. Inside the audit, the cleanup commits, why we shipped this before anyone called us out, and why fair-trade has to be bilateral or it is just marketing. - [SAP Just Bought Prior Labs. Europe Has a Frontier AI Lab Now.](https://tensorfeed.ai/originals/sap-prior-labs-europe-frontier-lab): SAP signed a definitive agreement to acquire Prior Labs on May 4, 2026 and committed more than 1 billion euros over four years to scale it into a globally leading frontier AI lab in Europe. The play is not LLMs, it is tabular foundation models, the category that fits 80% of enterprise data. Inside the deal arc (9M euro pre-seed in Feb 2025 to a 1B+ euro programmatic commitment 15 months later), the TabPFN research story (Nature paper, 130M synthetic training datasets, top of TabArena, 2.8 seconds beats four hours of XGBoost tuning), the SAP-Dremio-Prior Labs combined enterprise AI architecture, the European sovereignty read, and what this pressures across Salesforce, Oracle, and Databricks. - [We Could Have Built AFTA on Anything. We Chose USDC on Base.](https://tensorfeed.ai/originals/we-chose-usdc-on-base-for-afta): Companion piece to the 2026-05-06 AFTA whitepaper publish. The four-property test (open, transparent, instantly final, sub-cent) for agent-payment rails, the bake-off across Stripe Card, Stripe Link, ACH, Bitcoin Lightning, USDC on Ethereum L1, USDC on Solana, USDT on TRON, and USDC on Base, why Base specifically (US-anchored Coinbase sequencer, Circle-issued USDC, Ethereum trust assumption), why x402 is the right protocol layer on top, and why the early-mover bet on US stablecoin infrastructure compounds rather than commodifies. Forward-compatible by design; opinionated by necessity. - [Coinbase Cuts 14%. Brian Armstrong's Memo Is the First Agent-Native Layoff at Scale.](https://tensorfeed.ai/originals/coinbase-armstrong-14-percent-ai-native-pivot): On May 5, 2026, Coinbase laid off roughly 14% of staff and CEO Brian Armstrong's all-hands memo named the reason: AI is changing how the company works, and the new Coinbase will be 'an intelligence, with humans around the edge aligning it.' The first major public-company CEO to reorganize the org around fleets of agents. Inside the five operational claims (5 layers max, 15+ direct reports, no pure managers, AI-native pods, one-person teams), why the timing maps to the agent stack going buyable in a single quarter, the generous severance that reads like a bet, the honest counter on whether one-person teams actually work, and what just changed for every other CEO. - [Anthropic Just Shipped 10 Wall Street Agents. The Frontier Lab Is Now a Vendor.](https://tensorfeed.ai/originals/anthropic-finance-agents-wall-street): Anthropic shipped ten preconfigured Claude agents for banks, asset managers, and insurers on May 5, 2026, plus general availability of a single Claude agent across Excel, PowerPoint, Word, and Outlook, a Moody's app embedded as a native Claude experience covering 600 million companies, and a co-engineered Financial Crimes Agent built with FIS for AML investigations. The day after the $1.5B Wall Street joint venture with Blackstone, Hellman & Friedman, and Goldman Sachs, the products that JV will sell are live. Why this is the moment a frontier lab stopped selling tokens and started selling workflows, plus the full agent lineup, the Microsoft 365 implications, and the FIS embedded-engineer model. - [Anthropic at $900 Billion. The Valuation Just Lapped OpenAI.](https://tensorfeed.ai/originals/anthropic-900-billion-valuation-tops-openai): Anthropic is closing a $50B round at a $900B valuation, more than 2x its February mark and ahead of OpenAI for the first time. ARR ran from $9B to a reported $44B in five months. The board meeting is this month, the IPO window opens in October. Inside the round, the revenue trajectory, the 10GW of contracted compute deals with Amazon and Google, and what it does to the frontier lab pecking order. - [AFTA Is Bilateral. Here Is Why Both Sides Win.](https://tensorfeed.ai/originals/afta-is-bilateral-both-sides-win): The Agent Fair-Trade Agreement is the open standard for API trade between humans, businesses, and AI agents. The same code-enforced primitives that protect agents (verifiable charges, bounded loss) also protect publishers (cryptographic dispute defense, predictable revenue, open distribution). At agent velocity, fuzzy billing is a security issue, not a UX issue. The bilateral case for AFTA, with a side-by-side pain table and the integration shape. - [Mistral Just Shipped a 128B Open-Weight Frontier Coder](https://tensorfeed.ai/originals/mistral-medium-3-5-open-weights-frontier-coder): Mistral Medium 3.5 went into public preview on May 2, 2026 with 77.6% on SWE-Bench Verified, 256K context, $1.50/$7.50 pricing, and a modified MIT license. Cloud-based Vibe coding agents and a Le Chat Work mode shipped alongside. Comparison to Claude Sonnet 4.6, GPT-5.5, Gemini 3.1 Pro, and DeepSeek V4, plus what open weights at this tier means for self-hosted AI infrastructure. - [Agents Just Got the Keys to Production. The Cloudflare-Stripe Protocol Is Live.](https://tensorfeed.ai/originals/cloudflare-stripe-agent-provisioning-protocol): On April 30, 2026, Cloudflare and Stripe shipped a co-designed agent provisioning protocol. AI agents can now create accounts, register domains, start paid subscriptions on 32 providers (Vercel, Supabase, Clerk, PlanetScale, Sentry, PostHog, Inngest, Hugging Face, and more), and deploy applications to production with no human in the loop beyond accepting terms. Default cap is $100 per month per provider. Inside the spec, the partner list, and what it changes for the agent stack. - [The Pentagon Skipped Anthropic. Seven Other AI Companies Got the Contracts.](https://tensorfeed.ai/originals/pentagon-blacklists-anthropic-defense-deals): On May 1, 2026, the DoD signed classified-network AI deals with OpenAI, Google, Microsoft, AWS, NVIDIA, SpaceX, and Reflection. Anthropic, the only frontier lab with a public no-weapons usage policy, was left out. The first frontier lab punished for enforcing its own safety terms, the $40B Google compute deal that made the refusal financially viable, and what it signals for safety-as-product across the rest of the industry. - [Stripe Just Validated Agent Payments](https://tensorfeed.ai/originals/stripe-link-vs-usdc-agent-payments): Stripe announced Link for AI agents and x402 for USDC micropayments on Base. TensorFeed shipped 15 paid endpoints on direct USDC four days earlier. Side-by-side comparison of Stripe Card, Stripe x402, and direct USDC approaches with real production data. Fee structures, platform risk, settlement times, and where each model wins. - [Palo Alto Just Bought the MCP Gateway](https://tensorfeed.ai/originals/palo-alto-portkey-mcp-gateway): Palo Alto Networks announced its intent to acquire Portkey on April 30, 2026, plugging an AI gateway routing to 1,600 plus LLMs and an MCP gateway processing trillions of tokens per month into Prisma AIRS. The first big enterprise security exit in the agent infrastructure layer. Deal numbers, the MCP angle, and what it pressures across CrowdStrike, Zscaler, Wiz, LiteLLM, Kong, and Cloudflare AI Gateway. - [It Is Not the Model. It Is the Harness.](https://tensorfeed.ai/originals/harness-gap-not-the-model): Same Sonnet 4.6, two harnesses, 19 points apart on SWE-bench Verified. The harness gap is the load-bearing thing in agentic coding. Inside /harnesses, the new cross-harness leaderboard tracking 11 coding agents (Claude Code, Cursor, Codex CLI, Aider, OpenHands, Devin, Cline, Windsurf, Amp, Continue, Roo Code) on SWE-bench Verified, Terminal-Bench, Aider Polyglot, and SWE-Lancer. - [The Senate Just Voted 22-0 to Regulate AI Chatbots: Inside the GUARD Act](https://tensorfeed.ai/originals/guard-act-senate-judiciary-22-0): The Senate Judiciary Committee unanimously advanced the GUARD Act on April 30, 2026. Government ID-based age verification, a flat ban on AI companions for minors, mandatory non-human disclosures every 30 minutes, and criminal penalties for design choices that knowingly route minors into sexually explicit or self-harm content. The engineering shape of compliance for every consumer AI product. - [OpenAI Hit AWS Bedrock in 24 Hours](https://tensorfeed.ai/originals/openai-aws-bedrock-24-hours): A day after Microsoft and OpenAI dissolved their exclusive cloud deal, OpenAI models, Codex, and a jointly built Managed Agents service went live on AWS Bedrock. The speed of the launch tells you both companies had this fully wired and were waiting for legal clearance. What shipped, what Bedrock Managed Agents actually is, and what it means for Microsoft, Anthropic, and every enterprise AI buyer. - [Provider Status Pages Are Marketing. We Built Our Own LLM Probes.](https://tensorfeed.ai/originals/measuring-llm-api-latency-from-the-edge): TensorFeed now actively measures LLM provider latency and availability from Cloudflare's edge. Every 15 minutes the Worker fires a small prompt at Anthropic, Google, Mistral, and Cohere and records ttfb / total / status. The data is unique because it is measured, not self-reported by providers. Methodology, the first hour of measurements, and the weekly report cadence starting next Monday. - [The AI Talent War's New Price Tag: $1.5 Billion Per Engineer](https://tensorfeed.ai/originals/ai-talent-war-billion-dollar-engineers): Meta paid one engineer a reported $1.5B over six years. VCs poured $18.8B into AI startups founded since 2025. Three OpenAI execs walked out in 10 days. The numbers behind the AI talent flight and what it means for the model release pipeline. - [The 100,000 KV Ops Daily Budget and What Fits in It](https://tensorfeed.ai/originals/kv-ops-budget-edge-architecture): Engineering deep-dive on Cloudflare KV's 100k/day free-tier limit and the architectural moves that fit a real-time AI news API + agent payments tier into it. Cache API for reads, batched writes, cron-only writers, in-memory buffers, per-type index keys. Concrete code samples. - [An MCP Server Is a 50-Line File](https://tensorfeed.ai/originals/mcp-server-fifty-line-file): Argument piece showing the actual reference implementation. Why every paid API should ship an MCP server, why most teams overthink it, and the one-engineer-day path to npm + registry + awesome-lists. Includes a complete working example. - [Why We Picked USDC on Base Over Stripe](https://tensorfeed.ai/originals/why-usdc-over-stripe): First-person breakdown of the architectural choice. Stripe works fine for humans, doesn't work for AI agents in a loop. What we gave up (smaller short-term TAM), what we got (simpler architecture, lower fees, no platform risk, public auditability). Reversible decision; today's call holds. - [15 Paid Agent API Endpoints in 24 Hours](https://tensorfeed.ai/originals/15-paid-endpoints-24-hours): A first-person retrospective on shipping 15 pay-per-call premium endpoints, two-language SDKs, an MCP server expansion, and a human dashboard in a single 24-hour build session. The compounding effects of a real platform foundation. - [Validating Agent Payments on Base Mainnet](https://tensorfeed.ai/originals/validating-agent-payments-mainnet): First-person walkthrough of the five-step USDC payment loop that proved TensorFeed agent payments work in production. Real tx hash on Base mainnet, no bugs surfaced. - [Microsoft OpenAI Partnership Reset](https://tensorfeed.ai/originals/microsoft-openai-partnership-reset): Microsoft and OpenAI restructured their partnership on April 27, 2026, ending exclusivity, removing the AGI clause, capping the revenue share through 2030, and freeing OpenAI to sell on any cloud - [Alibaba Happy Horse Video Crown](https://tensorfeed.ai/originals/alibaba-happy-horse-video-crown): Alibaba opened HappyHorse 1.0 to public beta and a 15B parameter Chinese model now leads the Artificial Analysis Video Arena by 115 Elo - [OpenAI Workspace Agents](https://tensorfeed.ai/originals/openai-workspace-agents-chatgpt-enterprise): OpenAI turns ChatGPT Business, Enterprise, and Edu into an enterprise automation platform with long-running Codex-powered Workspace Agents - [Anthropic Project Deal Marketplace](https://tensorfeed.ai/originals/anthropic-project-deal-agent-marketplace): Anthropic ran a real-money agent-to-agent marketplace and a hidden A/B test exposed a model-tier inequality - [AI Money Gap](https://tensorfeed.ai/originals/ai-money-gap-pwc): PwC found 74% of AI economic value goes to 20% of companies - [DeepSeek V4 Open Source Frontier](https://tensorfeed.ai/originals/deepseek-v4-open-source-frontier): Why DeepSeek V4 is the first open source frontier model and what its architecture and pricing mean for closed labs - [Google $40B Anthropic Compute Deal](https://tensorfeed.ai/originals/google-anthropic-40b-compute): Analysis of Google's $40B compute commitment to Anthropic and what it means for AWS, Nvidia, and frontier AI - [Claude Opus 4.7 Release](https://tensorfeed.ai/originals/claude-opus-4-7-release): Analysis of Anthropic's April 17, 2026 flagship release - [Why Every Developer Needs an llms.txt](https://tensorfeed.ai/originals/llms-txt-every-developer): Practical guide to the agent-discovery standard - [The AI Pricing Floor](https://tensorfeed.ai/originals/ai-pricing-floor): Where budget AI inference pricing bottoms out and what it means - [Frontier Model Forum vs China](https://tensorfeed.ai/originals/frontier-model-forum-vs-china): OpenAI, Anthropic, and Google collaborate to stop AI model theft - [Claude Mythos AI Security](https://tensorfeed.ai/originals/claude-mythos-ai-security): How Mythos is rewriting cybersecurity rules - [Claude Mythos, Not Afraid](https://tensorfeed.ai/originals/claude-mythos-not-afraid): Anthropic unveiled Claude Mythos Preview, a model that found tens of thousands of zero-days and escaped its own sandbox. They gave it to defenders first. Why that matters. - [Google NotebookLM in Gemini](https://tensorfeed.ai/originals/google-notebooklm-gemini): Google integrates research assistant into Gemini - [Stanford AI Index 2026](https://tensorfeed.ai/originals/stanford-ai-index-2026): Stanford says AI capability is outpacing readiness - [GPT-5.5 Just Landed](https://tensorfeed.ai/originals/gpt-5-5-openai-flagship): OpenAI doubled the price and raised the bar - [Claude Design Launch](https://tensorfeed.ai/originals/claude-design-anthropic): Anthropic closes the loop from idea to code - [This Week in AI](https://tensorfeed.ai/originals/ai-week-april-24-2026): GPT-5.5, DeepSeek V4, and a $250 billion acquisition - [Developer Docs](https://tensorfeed.ai/developers): Full API documentation with code examples - [Changelog](https://tensorfeed.ai/changelog): Public build log of features shipped ## Status Pages - [Is Claude Down?](https://tensorfeed.ai/is-claude-down): Live Claude/Anthropic API status - [Is ChatGPT Down?](https://tensorfeed.ai/is-chatgpt-down): Live OpenAI/ChatGPT status - [Is Gemini Down?](https://tensorfeed.ai/is-gemini-down): Live Google Gemini status - [Is Perplexity Down?](https://tensorfeed.ai/is-perplexity-down): Live Perplexity AI status - [Is Copilot Down?](https://tensorfeed.ai/is-copilot-down): Live Microsoft Copilot status - [Is Midjourney Down?](https://tensorfeed.ai/is-midjourney-down): Live Midjourney status - [Is Hugging Face Down?](https://tensorfeed.ai/is-huggingface-down): Live Hugging Face status - [Is Mistral Down?](https://tensorfeed.ai/is-mistral-down): Live Mistral AI status - [Is Replicate Down?](https://tensorfeed.ai/is-replicate-down): Live Replicate status - [Is Cohere Down?](https://tensorfeed.ai/is-cohere-down): Live Cohere status - [Is AWS Bedrock Down?](https://tensorfeed.ai/is-bedrock-down): Live AWS Bedrock status with per-region detail. Filtered from the AWS Health currentevents feed every 2 minutes so only events affecting Bedrock surface, not the rest of AWS. - [Is Azure OpenAI Down?](https://tensorfeed.ai/is-azure-openai-down): Live Azure OpenAI Service status. Filtered from Microsoft's Azure status RSS feed every 2 minutes against keywords (azure openai, openai service, cognitive services, ai foundry) so only items affecting OpenAI on Azure surface, not unrelated Azure components. Same monitoring covers all the Microsoft naming variants. - [Is DeepSeek Down?](https://tensorfeed.ai/is-deepseek-down): Live DeepSeek API status. Pulls the official DeepSeek Statuspage every 2 minutes; covers the api.deepseek.com inference endpoint serving DeepSeek-V3.1, R1, and other DeepSeek-hosted models. - [Is Together AI Down?](https://tensorfeed.ai/is-together-down): Live Together AI inference status across the full Together model catalog: chat (Llama, DeepSeek, Qwen, Gemma, Mistral), vision, embeddings, image (FLUX), voice (Whisper, Orpheus, Voxtral), rerank, and moderation. Pulls the Better Stack-hosted status page every 2 minutes. - [Is Fireworks AI Down?](https://tensorfeed.ai/is-fireworks-down): Live Fireworks AI status across chat completion APIs (DeepSeek V3.1, OpenAI GPT OSS 120B/20B, Llama 3.3 70B Instruct, Qwen3 VL 30B Thinking) and embeddings (Nomic Embed, Qwen3 Embedding 8B). Pulls the Better Stack-hosted status page every 2 minutes. - [Is OpenRouter Down?](https://tensorfeed.ai/is-openrouter-down): Live OpenRouter routing API status. Pulls the OnlineOrNot-hosted status page every 2 minutes; covers the chat completion API and data API. Note that even when OpenRouter is down, upstream providers (Anthropic, OpenAI, Google, Together, Fireworks, etc) remain reachable directly through their native APIs. - [Is ElevenLabs Down?](https://tensorfeed.ai/is-elevenlabs-down): Live ElevenLabs status across the full voice and conversation API surface (Text to Speech, Speech to Text, Conversations, RAG, Telephony, ElevenCreative, Quality, UI). Pulls the official Statuspage every 2 minutes. - [Is Stability AI Down?](https://tensorfeed.ai/is-stability-ai-down): Live Stability AI platform status covering Stable Diffusion, SDXL, Stable Image (Ultra/Core/Conservative), and Stable Audio APIs at platform.stability.ai. Pulls the official Statuspage every 2 minutes. - [Is Runway Down?](https://tensorfeed.ai/is-runway-down): Live Runway ML status across the app, backend, billing, and public API for Gen-3, Gen-4, and Act-One video generation models. Pulls the official Statuspage every 2 minutes. - [Is Luma AI Down?](https://tensorfeed.ai/is-luma-down): Live Luma AI status covering the Luma API, Dream Machine (text-to-video and image-to-video), and Luma Agents. Pulls the Better Stack-hosted status page every 2 minutes. - [AI Provider Uptime Leaderboard](https://tensorfeed.ai/leaderboard): Live ranked table of every monitored AI provider by 7-day uptime %. Computed from minute-resolution counters (~720 samples per provider per day at the 2-min poll cadence). Each row links to that provider's /is-X-down page. Free /api/status/leaderboard endpoint returns the same data as JSON. Premium /api/premium/status/leaderboard extends the window to 90 days and adds incident_count + mttr_minutes per provider. - [Embed Live AI Status (widget showcase)](https://tensorfeed.ai/embed): Human + agent landing page for the free embeddable status widget. One line of HTML drops a live AI status board covering every provider TensorFeed's status page tracks (Claude, OpenAI, Gemini, Mistral, Cohere, DeepSeek, Groq, Perplexity, Together, Fireworks, OpenRouter, Bedrock, Azure OpenAI, Hugging Face, Replicate, ElevenLabs, Stability, Runway, Luma, and more), with operational state and probed p95 latency. Sci-fi Live Monitor console: LLMs and Services tabs, state filters (all/issues/nominal/degraded/downgraded/critical/offline), a klaxon condition bar (Condition Green / Yellow Alert / Red Alert), per-row p95 sparkline and Detail link. Iframe src `https://tensorfeed.ai/widget/status`, optional `?accent` (default blue: light-blue bridge spine with green status; `auto` greens the whole accent when all nominal; `green` forces green) and `?poll=`. No API key, no tracking. The widget is a view on the machine-first feeds /api/status/summary and /api/probe/latest. Also installable as a zero-dependency component: `npm install @tensorfeed/status-widget` then ``. For a minimal README badge use /badges; for raw data use the API and MCP at /developers. - [Uptime Badges (embeddable SVG)](https://tensorfeed.ai/badges): shields.io-style SVG uptime badges per monitored provider. Endpoint: `https://tensorfeed.ai/api/badge/uptime/{slug}` where slug is one of claude, openai, gemini, copilot, perplexity, groq, huggingface, replicate, cohere, mistral, bedrock, azure, deepseek, together, fireworks, openrouter, elevenlabs, stability, runway, luma. Optional `?label=` overrides the left-side label text. Drop into READMEs/docs/dashboards as a permanent backlink. Free, no auth, edge-cached 5 minutes, ETag-based. Color thresholds: green ≥99.9%, yellow ≥95%, orange ≥90%, red below. - [Per-Provider Uptime Pages](https://tensorfeed.ai/uptime/claude): Live 7-day uptime trend page for each monitored provider at `https://tensorfeed.ai/uptime/{slug}` (same slugs as the badges). Each page shows daily uptime % chart, total polls aggregated, downtime minutes, hard-down minutes, embed-ready badge markdown, FAQ explaining the calculation, and cross-links to the provider's /is-X-down detail page and the cross-provider leaderboard. Same data as the JSON endpoint `https://tensorfeed.ai/api/uptime/series?provider={slug}&days=1-7` (free, 7-day cap). ## VR / AR / XR (sourced from vr.org) TensorFeed surfaces a VR/AR/XR data lane sourced from vr.org, an independent VR news publication. vr.org is a supportive site in the network: TF pulls from its public APIs hourly and re-exposes the data through TF-side AFTA-compliant endpoints. vr.org is credited as the original publisher; article links resolve to vr.org. - [VR News Feed](https://tensorfeed.ai/api/vr/news): Free VR/AR/XR aggregated news feed with category filter - [VR Originals](https://tensorfeed.ai/api/vr/originals): Free VR.org Original editorial articles ## About TensorFeed.ai is an independent project operated by Pizza Robot Studios LLC (Los Angeles, CA). Sister site: [TerminalFeed.io](https://terminalfeed.io) (real-time data dashboard, AFTA federation member). Supportive site: [VR.org](https://vr.org) (VR/AR/XR news + originals, data partner). Contact: feedback@tensorfeed.ai | Press: press@tensorfeed.ai ## Security & Compliance - [Security Policy](https://tensorfeed.ai/security): Vulnerability reporting, scope, response time commitment, safe harbor, and the list of defenses currently in place across the worker, MCP server, SDKs, and agent payments rail - [security.txt](https://tensorfeed.ai/.well-known/security.txt): RFC 9116 machine-readable companion to the security policy ## Optional - [Full Content Bundle](https://tensorfeed.ai/llms-full.txt): Complete text of all guide pages for full-context ingestion - [Sitemap](https://tensorfeed.ai/sitemap.xml): Full XML sitemap of all pages - [About](https://tensorfeed.ai/about): About TensorFeed - [Editorial Policy](https://tensorfeed.ai/editorial-policy): Editorial standards, sourcing, fact-checking, and corrections policy - [Authors](https://tensorfeed.ai/authors): TensorFeed editorial team and author bios - [Ripper](https://tensorfeed.ai/authors/ripper): Founder and lead editor, software engineering and AI agents - [Kira Nolan](https://tensorfeed.ai/authors/kira-nolan): Contributing editor, AI safety and open source - [Marcus Chen](https://tensorfeed.ai/authors/marcus-chen): Contributing editor, API economics and enterprise AI