{
  "schema_version": "1.0",
  "name": "Yannick Hofmeister",
  "description": "Writing by Yannick Hofmeister, COO of OWT, on the space between what AI can do and what organizations can absorb — AI organizational adoption, structural transformation, and institutional absorption.",
  "url": "https://yannickhofmeister.com",
  "endpoints": {
    "posts_index": {
      "url": "https://yannickhofmeister.com/static/api/posts.json",
      "format": "json",
      "description": "Index of all posts with metadata, tags, claims, and links to full content."
    },
    "post_detail": {
      "url_template": "https://yannickhofmeister.com/static/api/posts/{slug}.json",
      "format": "json",
      "description": "Full content and metadata for a single post."
    },
    "author": {
      "url": "https://yannickhofmeister.com/static/api/author.json",
      "format": "json",
      "description": "Author profile, expertise, and perspective."
    },
    "topics": {
      "url": "https://yannickhofmeister.com/static/api/topics.json",
      "format": "json",
      "description": "Topic taxonomy with associated posts and claims."
    },
    "markdown": {
      "url_template": "https://yannickhofmeister.com/static/writing/md/{slug}.md",
      "format": "markdown",
      "description": "Raw markdown for each post, clean of presentation markup."
    },
    "llms_summary": {
      "url": "https://yannickhofmeister.com/static/llms.txt",
      "format": "text",
      "description": "Concise summary of all content for LLM context windows."
    },
    "llms_full": {
      "url": "https://yannickhofmeister.com/static/llms-full.txt",
      "format": "text",
      "description": "Full text of all content for LLM ingestion."
    },
    "rss": {
      "url": "https://yannickhofmeister.com/feed.xml",
      "format": "rss",
      "description": "RSS feed for new content notifications."
    }
  },
  "content_types": [
    "whitepaper",
    "article",
    "note"
  ],
  "capabilities": [
    "claims_extraction",
    "topic_taxonomy",
    "markdown_export",
    "llm_context"
  ]
}