AI Evaluation
AI Child-Safety Evaluation
A representative evaluation of how an AI system handles child-safety scenarios: a scoring rubric, severity tiers, evidence capture, and recommended mitigations. The scenario is fictional and no client material appears in this sample.
Read PDF →
AI Product Docs
AI Assistant Persona & Voice Spec
A persona and voice specification for a conversational AI assistant: identity, tone rules, refusal boundaries, and a human-review pathway for consequential decisions. The product is fictional and no client material appears in this sample.
Read PDF →
Conversational AI
AI Socratic Teaching Bot Design
A design spec for a Socratic teaching assistant that guides learners through questions rather than handing over answers, with a no-topic path and guardrails against answer-giving. The course is fictional and no client material appears in this sample.
Read PDF →
Curriculum Design
AI Course Design & Curriculum
A standards-aligned course design built backward from measurable objectives, with a unit outline, activities, and assessment. The course is fictional and no client material appears in this sample.
Read PDF →
Technical Editing
Technical Editing & Document Production
A before-and-after editing sample: turning a dense, inconsistent draft into a clear, correct document. Shows the editorial pass and what a full engagement produces, from tracked changes to a style guide, glossary, and regenerated table of contents. Fictional excerpts, no client material.
Read PDF →
Style Guide
How We Write About AI
A plain-language style guide for writers, editors, and product teams communicating about AI systems to non-specialist audiences. Covers terminology, anthropomorphism, accuracy, bias, and a quick-reference words-to-avoid table.
Read (PDF) →
Tutorial
How to Use the Anthropic SDK in Your Python Workflow
A developer-focused tutorial on calling Anthropic's models directly from your Python code using the Anthropic SDK. Covers setup, authentication, a practical mid-project use case, and an honest look at when the SDK is the right tool and when it isn't.
Read on GitHub →
Prompt Engineering
Prompt Engineering Library
A structured reference library of prompts for common AI use cases: classification, summarization, content moderation, structured output, and edge case handling. Includes design notes explaining the reasoning behind each approach.
Read PDF →
Installation Guide
How to Host a Static Site on GitHub Pages
A step-by-step installation guide for developers and technical writers deploying a static site with GitHub Pages. Covers repository setup, branch configuration, deployment, verification, and common troubleshooting scenarios. No prior GitHub Pages experience required.
Read PDF →
User Guide
How to Run a Local LLM with Ollama
A practical user guide for running large language models entirely on your own machine using Ollama. Covers installation, model selection, pulling and running models, prompt experimentation, and programmatic access via the local REST API. Written for technically curious users who want full control over their AI tools without sending data to an external API.
Read PDF →
Technical Explainer
How Artificial Intelligence Actually Works
A plain-language technical explainer for non-specialist audiences covering what AI is, how machine learning and neural networks function, and where current systems genuinely fall short. Designed to give professionals the mental model of an engineer without the jargon.
Read (PDF) →
Instructional Design
Build an Image Generation Model
An advanced K to 12 lesson in which students build a working Stable Diffusion pipeline from scratch using PyTorch, StableDiffusers, and Google Colab’s free GPU. Covers GPU configuration, model loading, prompt engineering, and an optional Gradio web interface extension.
Instructor Guide (PDF) →
GitHub Repo →
Incident Analysis
Root Cause Analysis: Content Moderation Model Drift
A post-mortem on a fictional AI content moderation failure, tracing how satire content in a training dataset caused a 13-day false positive spike, why validation missed it, and what changed as a result.
Read PDF →
Curriculum Design
Probabilities and Confidence
A complete K to 12 AI lesson connecting core probability math to machine learning. Students learn that every AI prediction is rooted in probability, explore how models express certainty through confidence scores, and build a live image classifier using Google’s Teachable Machine. Includes full instructor guide and student-facing presentation deck.
Instructor Guide (PDF) →
Presentation (PPTX) →