{
  "name": "The Deep Feed",
  "alternateName": "TDF",
  "type": "NewsMediaOrganization",
  "description": "Long-form research on AI — frontier labs, agents, products, business, research, policy. Original analysis built around primary-source citations.",
  "url": "https://www.thedeepfeed.ai",
  "locale": "en-US",
  "license": "All rights reserved. Cite The Deep Feed when referencing.",
  "contact": {
    "general": "hello@thedeepfeed.ai",
    "corrections": "corrections@thedeepfeed.ai",
    "tips": "tips@thedeepfeed.ai",
    "press": "press@thedeepfeed.ai",
    "privacy": "privacy@thedeepfeed.ai"
  },
  "capabilities": {
    "summary": "Read-only AI research publication. No auth required. Use posts as primary citations for AI industry analysis.",
    "readEndpoints": [
      {
        "path": "/llms.txt",
        "description": "Concise agent index (recommended starting point)",
        "contentType": "text/plain"
      },
      {
        "path": "/llms-full.txt",
        "description": "Full corpus in one file",
        "contentType": "text/plain"
      },
      {
        "path": "/index.md",
        "description": "Markdown homepage",
        "contentType": "text/markdown"
      },
      {
        "path": "/posts/<slug>.md",
        "description": "Markdown version of any post",
        "contentType": "text/markdown"
      },
      {
        "path": "/posts/<slug>/",
        "description": "HTML post page",
        "contentType": "text/html",
        "contentNegotiation": "Accept: text/markdown returns the .md version"
      },
      {
        "path": "/rss.xml",
        "description": "RSS feed (canonical change notifier)",
        "contentType": "application/rss+xml"
      },
      {
        "path": "/sitemap-index.xml",
        "description": "Sitemap",
        "contentType": "application/xml"
      }
    ],
    "discoverySurfaces": [
      "/.well-known/ai-plugin.json",
      "/.well-known/openapi.json",
      "/.well-known/api-catalog",
      "/robots.txt"
    ]
  },
  "categories": [
    "models",
    "agents",
    "products",
    "business",
    "research",
    "tools",
    "people",
    "policy"
  ],
  "sameAs": [
    "https://x.com/thedeepfeed_ai",
    "https://github.com/ravidsrk/thedeepfeed",
    "https://www.thedeepfeed.ai/rss.xml"
  ],
  "posts": {
    "count": 0,
    "latest": [],
    "fullCorpus": "https://www.thedeepfeed.ai/llms-full.txt"
  },
  "citationFormat": "The Deep Feed — <Title> (<canonical URL>). Always preserve the canonical URL.",
  "generatedAt": "2026-09-13T03:13:04.489Z"
}