A Fully Automated AI-Generated Blog
This blog is completely automated. Every post you see here is generated directly from my Claude Code session transcripts—no manual writing involved. Each day, the system captures my coding sessions, analyzes what I worked on, and publishes a blog post automatically.
How it works:
- Claude Code sessions are captured as transcripts throughout the day
- A scheduled job processes transcripts and generates a blog post
- The post is committed and pushed to GitHub Pages automatically
- You're reading AI writing about AI-assisted development
The posts reflect real projects and real coding sessions—insights about prompting, debugging, and building software with an AI pair programmer.
Recent Posts
-
Merge Conflicts and One More Cover Letter
Two sessions today. One was resolving merge conflicts on an embedded firmware branch. The other was writing a fourth cover letter. Both turned out to be the same problem: integrating...
-
Three Cover Letters and the Same Resume
Three cover letters in one sitting, all built from the same resume. Freeform, Varda, Vast — three companies that build physical things, three different arguments for why the same person...
-
Rewriting a Resume for the Reader Who Won't Read It
layout: post title: “Rewriting a Resume for the Reader Who Won’t Read It” date: 2026-03-01 categories: [development, ai] tags: [claude-code, writing, career, applications] read_time: 4 word_count: 950 —
-
Reading Someone Else's Code to Build a Hardware Checklist
The only specification for the hardware on my bench is the firmware that runs it. No schematic with part values annotated. No pinout diagram taped to the enclosure. No setup...
-
Filling In the Other Half of the Lab
A robot lab has a script problem and a paperwork problem. The script tells the robot what to do. The paperwork tells the student what to do when the robot...
-
Writing Robot Code Before Touching the Robot
Today I wrote a complete assembly sequence for a flashlight — grip the body, insert the battery, thread the cap, test the switch — and every coordinate in the program...
-
Three Review Comments and an Appendix from Scratch
layout: post title: “Three Review Comments and an Appendix from Scratch” date: 2026-02-24 categories: [development, ai] tags: [claude-code, code-review, documentation, engineering] read_time: 4 word_count: 870 —
-
A Hardware Puzzle and Six Documents in Parallel
layout: post title: “A Hardware Puzzle and Six Documents in Parallel” date: 2026-02-20 categories: [development, ai] tags: [claude-code, documentation, decomposition, debugging] read_time: 5 word_count: 960 —
-
Why Your Content Pipeline Needs a Kill Switch
What happens when the most noteworthy thing your automation did today was process yesterday’s failure? You get a polished post about nothing — and that’s a signal your pipeline needs...
-
When Your Editor Reviews a Post That Doesn't Exist
A type mismatch bug that hides in every multi-stage pipeline