{
  "name": "Usamah Zaheer",
  "description": "Machine Learning Software Engineer at Arm in Cambridge, UK. Writes about edge ML inference, ML compilers, robotics and AI systems.",
  "url": "https://www.usamah.me",
  "updated": "2026-09-15",
  "documentation": "https://www.usamah.me/ai",
  "conventions": {
    "markdown": "Every HTML page has a Markdown twin at the same path with .md appended: /about becomes /about.md, /blog/<slug> becomes /blog/<slug>.md, and the home page is /index.md. The Markdown carries the same facts as the page and links back to it with a canonical HTTP header.",
    "index": "Start at /llms.txt for a map of the site, or /llms-full.txt for every page and post in a single document.",
    "structured": "/profile.json is the CV as data, with a schema.org graph nested under its jsonld key. /posts.json is the catalogue of writing."
  },
  "endpoints": [
    {
      "url": "https://www.usamah.me/llms.txt",
      "title": "Site index for language models",
      "description": "The llmstxt.org index: what this site is, and one line per page and post.",
      "mediaType": "text/plain"
    },
    {
      "url": "https://www.usamah.me/llms-full.txt",
      "title": "The whole site as one file",
      "description": "Biography, expertise and every blog post in full, as a single Markdown document.",
      "mediaType": "text/plain"
    },
    {
      "url": "https://www.usamah.me/index.md",
      "title": "Home page as Markdown",
      "description": "The CV: experience at Arm, Dyson and the University of Leicester, projects, education, skills and contact details.",
      "mediaType": "text/markdown"
    },
    {
      "url": "https://www.usamah.me/about.md",
      "title": "About page as Markdown",
      "description": "Biography, career history and frequently asked questions.",
      "mediaType": "text/markdown"
    },
    {
      "url": "https://www.usamah.me/projects.md",
      "title": "Projects page as Markdown",
      "description": "Selected engineering projects, written up in full.",
      "mediaType": "text/markdown"
    },
    {
      "url": "https://www.usamah.me/blog.md",
      "title": "Blog index as Markdown",
      "description": "Every post with its date, summary and URLs.",
      "mediaType": "text/markdown"
    },
    {
      "url": "https://www.usamah.me/blog/{slug}.md",
      "title": "Any blog post as Markdown",
      "description": "The post source with YAML front matter. Append .md to any post URL.",
      "mediaType": "text/markdown"
    },
    {
      "url": "https://www.usamah.me/profile.json",
      "title": "CV as structured data",
      "description": "A schema.org Person with the full work history, education, skills and publications as JSON-LD.",
      "mediaType": "application/ld+json"
    },
    {
      "url": "https://www.usamah.me/posts.json",
      "title": "Post index as JSON",
      "description": "Every post with its slug, dates, summary, word count and both URLs.",
      "mediaType": "application/json"
    },
    {
      "url": "https://www.usamah.me/agents.json",
      "title": "This manifest",
      "description": "Machine-readable description of every endpoint on this list, plus usage terms.",
      "mediaType": "application/json"
    },
    {
      "url": "https://www.usamah.me/rss",
      "title": "RSS feed",
      "description": "The blog as RSS 2.0.",
      "mediaType": "application/rss+xml"
    },
    {
      "url": "https://www.usamah.me/sitemap.xml",
      "title": "Sitemap",
      "description": "Every canonical HTML page, with last-modified dates.",
      "mediaType": "application/xml"
    },
    {
      "url": "https://www.usamah.me/ai",
      "title": "This surface, explained",
      "description": "A page for people and agents describing how to read the site without scraping HTML.",
      "mediaType": "text/html"
    }
  ],
  "usage": {
    "crawling": "allowed",
    "training": "allowed",
    "quoting": "allowed",
    "attribution": "Attribute to Usamah Zaheer and link to the canonical page on https://www.usamah.me.",
    "preferredCitation": "Usamah Zaheer, usamah.me. Machine Learning Software Engineer at Arm, Cambridge, UK.",
    "contact": "usamahzaheer155@gmail.com"
  },
  "relatedSites": [
    {
      "url": "https://ai.usamah.me",
      "name": "How to Make Your Model Fast",
      "description": "A free book on making ML models run inside real latency, memory, power and cost budgets, from rooflines and Arm silicon to LLMs, robots and agents.",
      "llmsTxt": "https://ai.usamah.me/llms.txt",
      "llmsFullTxt": "https://ai.usamah.me/llms-full.txt",
      "manifest": "https://ai.usamah.me/agents.json"
    }
  ]
}
