Knowledge Bundle
Everything I publish, 53 concepts across 37 articles and 16 notes, packaged as an Open Knowledge Format (OKF v0.1) bundle. Plain markdown files with YAML frontmatter, cross-linked into a graph, generated from the same source this site is built from. It means an AI agent can read and traverse my writing without scraping a single line of HTML.
Browse the bundle
- index.md, the bundle root and directory listing. An agent starts here.
- blog/index.md, 37 articles, each as a concept doc.
- notes/index.md, 16 notes.
- log.md, a chronological history of what changed.
- okf.tar.gz, the whole bundle as a single download.
Point an agent at it
Hand any LLM the root index and let it walk the links from there:
https://suganthan.com/okf/index.md Why OKF
Google introduced OKF alongside Knowledge Catalog as a vendor neutral way to represent knowledge for AI agents. It needs no SDK and no proprietary service, so nothing sits between an agent and the content. If you can read a markdown file, you can read this bundle. It is the format my content already lived in, so publishing it was mostly a matter of saying so.