Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
gobot: Markdown Context Loading
Learn how to fill AI model knowledge gaps by structuring recent changes into markdown folders. See a Go app built entirely with AI, demonstrating this effective context-loading technique.
A simple, repeatable system for filling in what AI models don’t know. Every model has a training cutoff, and everything after that date is a blind spot. I built structured markdown folders that capture what changed in a language or framework since the cutoff, and feed them directly into AI coding tools as project context. My first implementation covers Go 1.25 and 1.26, but the approach works for anything. I’ll demo the folder structure, show the before/after difference in AI output, and walk through gobot, a zero-dependency Go app built entirely with AI that had the missing knowledge loaded.