Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
The duct tape was hiding three bugs: an agent migration story
Discover a four-phase agent that generates home project blueprints with real SKUs, labor costs, and task lists. Learn about three bugs revealed by structured outputs.
A four-phase Claude tool-use agent that takes a home project description and outputs a sourced “Project Blueprint” — real Home Depot SKUs at the user’s ZIP, regional labor cost ranges from HomeAdvisor/Fixr, code-aware task list, tutorial videos. Live at home-helper-706a8.web.app, source at
github.com/iaj6/home-project-agent. The demo walks through the phase loop, the Zod schemas that drive output_config.format structured outputs, and the three specific bugs that only became visible the day I deleted my “extract JSON from Claude’s text” fallback code