
My kids are learning to read analog clocks — turns out "the short hand is the hour" needs more repetition than you'd think. So I made a two-sided reference and practice sheet they can keep on the fridge.
The front page is a complete clock reference:
The back page has 12 clocks set to different times for kids to read and write the answer:
All the clock faces are drawn with SVG right in the HTML — no images, no dependencies. The hour hand is red and short, the minute hand is blue and long, so they're easy to tell apart even in black and white.
Want to change the practice times or add more clocks? Edit the practiceProblems array in the HTML and regenerate the PDF.
Same as the other sheets — plain HTML rendered to PDF with headless Chrome:
Check out the math sheets and reading sheets too — same format, same idea.
Interactive Code Execution with Artifacts
Run Python code directly in blog posts using Anthropic Code Execution. Try the interactive examples below — every snippet runs in an isolated container on Anthropic infrastructure.
Building a Multi-Agent Loan Approval System with Human-in-the-Loop
A demo of multi-agent AI orchestration where three specialized reviewers analyze loan applications independently, stream results in real-time via SSE, and a human makes the final call.