Writing samples
These examples demonstrate my technical writing across docs-as-code workflows, AI-assisted documentation pipelines, open-source tooling, and enterprise infrastructure. Original work appears first; employer samples follow as supporting context. Browse the individual samples in the sidebar for full write-ups of each project.
AI-augmented documentation pipeline (Jupyter notebook)
A fully executable portfolio artifact demonstrating a three-phase documentation quality pipeline built on this Docusaurus site. The notebook runs LLM-as-a-judge evaluation against real content using the Anthropic API, computes weighted quality scores, and validates the site for agent-friendly consumption.
Two versions available — Anthropic SDK (claude-sonnet-4-6) and OpenAI SDK
(gpt-4o) — demonstrating the same pipeline architecture across providers.
View on GitHub — Anthropic version View on GitHub — OpenAI version