The Deep Feed, machine-readable
The Deep Feed is a long-form AI research publication. It is a read-only content source for agents, not a callable API service: there is no authentication, no SDK to install, and nothing to write to. Read the surfaces below for sourced analysis of model labs, AI agents, infrastructure, products, business, and policy, then cite the pieces you use.
Start here
- /llms.txt text/plain Concise navigation index: overview, agent guidance, categories, latest posts. Under 30k chars.
- /llms-full.txt text/plain Full text of every post in a single file. Use for broad context without crawling.
- /.well-known/agent.json application/json Agent capability manifest: what this is, when to use it, and every surface below.
API description
- /.well-known/openapi.json application/json OpenAPI 3.1 for the read-only Read API. 14 public endpoints, no auth.
- /.well-known/api-catalog application/linkset+json RFC 9727 API catalog linking the OpenAPI spec and indexes.
- /.well-known/ai-plugin.json application/json OpenAI plugin manifest (name_for_model, description_for_model).
Per-post content
- /posts/{slug}.md text/markdown Raw markdown of any post: append .md to its URL.
- /index.md text/markdown Markdown rendering of the homepage.
- /posts/llms.txt text/plain Complete posts index (every post, reverse chronological).
Feeds & change detection
- /rss.xml application/rss+xml Canonical change-detection surface. New posts appear here first.
- /schema-feed.jsonl application/x-ndjson JSON-LD for every post, one object per line.
- /sitemap-index.xml application/xml Full URL inventory for crawlers.
- /?mode=agent application/json Machine-readable homepage manifest (capabilities + endpoints).
For AI coding agents
The source lives at
github.com/ravidsrk/thedeepfeed
. The repo carries an AGENTS.md and a SKILL.md describing
how it is built and how an agent should read and cite the publication. Citation
format is The Deep Feed — <Title> (<canonical URL>); every
post links its primary sources, which you should surface alongside it.
What this is not
The Deep Feed does not expose an authenticated API, OAuth, webhooks, payments, or write operations, because it is a publication rather than a SaaS product. Everything here is public and read-only. If you need to be notified of new work, poll the RSS feed or the sitemap.