The Blog

Ideas to impact, written down.

Practical AI workflows, systems thinking and the honest version of what it takes to run an organization with fewer wasted hours. 59 posts and counting.

Latest

A single video frame growing outward into a structured course system
Systems Thinking

One Video Turned Into a Course Platform

Someone asked for a single presenter video. Five months later it teaches, answers questions out loud, and knows exactly what it knows. Here is how it grew.

Aug 6, 20268 min read
Warm editorial illustration of an assistant pulling an answer from a labeled stack of the reader's own documents rather than a cloud.
Practical AI

How I Make Claude Answer From Your Own Documents

A generic chatbot guesses. A grounded, guardrailed assistant answers from your materials or admits it can't. Here is the difference, and how I build it.

Jul 15, 20266 min read
Warm editorial illustration of a central hub directing several smaller worker nodes, with one node handed back to a person.
Systems Thinking

Inside the Agent System That Runs My Content

One orchestrator, a fleet of subagents, and a self-correcting loop. The architecture behind a content pipeline that runs itself while I keep the taste.

Jul 11, 20267 min read
Warm editorial illustration of a video frame with a play button and an editorial cut line beneath it.
Practical AI

The AI Re-Render Came Back Worse. So I Stopped Prompting and Started Editing.

A post-mortem on producing an AI-avatar sales video. The craft turned out to be in the cut, not the prompt.

Jul 9, 20266 min read
Warm editorial illustration of an anchor, with a small drifting dotted path curving away and returning to it.
Practical AI

I Built the Focus App I Actually Needed. In a Day.

A calm ADHD focus partner, built in a day. The real decision wasn't the code. It was refusing to charge until it can prove it works.

Jul 9, 20266 min read
Warm editorial illustration of a globe made of work tiles, with one clean tile extracted to the side.
Practical AI

Rebuilding an Awards-Tier Interaction With AI Subagents

I took a studio site apart to see why it wins, rebuilt its signature interaction in a day, and walked away with a reusable extraction method.

Jul 9, 20266 min read
Warm editorial illustration of a tiny crown sitting on a large bolted, engineered block.
Systems Thinking

I Built Production Infrastructure for a Silly App

The tech behind a pay-to-win throne is boringly serious. That's the point of a reusable skeleton.

Jul 9, 20266 min read
Illustration for: React renders video now. I didn't write the code.
Practical AI

Building Branded Video Content With Remotion (Without Being a Developer)

How I built 30 video compositions using Remotion and Claude Code — without writing the code myself. React renders video now, and you don't need to be a developer to use it.

May 1, 202612 min read

All posts

A single video frame growing outward into a structured course system
Systems Thinking

One Video Turned Into a Course Platform

Someone asked for a single presenter video. Five months later it teaches, answers questions out loud, and knows exactly what it knows. Here is how it grew.

Aug 6, 20268 min read
Warm editorial illustration of an assistant pulling an answer from a labeled stack of the reader's own documents rather than a cloud.
Practical AI

How I Make Claude Answer From Your Own Documents

A generic chatbot guesses. A grounded, guardrailed assistant answers from your materials or admits it can't. Here is the difference, and how I build it.

Jul 15, 20266 min read
Warm editorial illustration of a central hub directing several smaller worker nodes, with one node handed back to a person.
Systems Thinking

Inside the Agent System That Runs My Content

One orchestrator, a fleet of subagents, and a self-correcting loop. The architecture behind a content pipeline that runs itself while I keep the taste.

Jul 11, 20267 min read
Warm editorial illustration: loose research pages resolving into one finished video card. The machine does the drag, the human keeps the taste.
Systems Thinking

I Built an AI Content Engine: What I Automate, and What I Refuse To

The real content pipeline I run for KAIAK: research, brief, script, video, and the parts I keep by hand. Automate the drag, never the taste.

Jul 9, 202613 min read
Warm editorial illustration of a video frame with a play button and an editorial cut line beneath it.
Practical AI

The AI Re-Render Came Back Worse. So I Stopped Prompting and Started Editing.

A post-mortem on producing an AI-avatar sales video. The craft turned out to be in the cut, not the prompt.

Jul 9, 20266 min read
Warm editorial illustration of an anchor, with a small drifting dotted path curving away and returning to it.
Practical AI

I Built the Focus App I Actually Needed. In a Day.

A calm ADHD focus partner, built in a day. The real decision wasn't the code. It was refusing to charge until it can prove it works.

Jul 9, 20266 min read
Warm editorial illustration of a fan of built project cards beside a small closing-window motif.
Practical AI

What I Built Before the Window Closed: My Fable 5 Receipts

I said the follow-up would show what got built, what it cost, and what met the real world. Here it is: three apps, a content system, and two skills.

Jul 9, 202610 min read
Warm editorial illustration of a globe made of work tiles, with one clean tile extracted to the side.
Practical AI

Rebuilding an Awards-Tier Interaction With AI Subagents

I took a studio site apart to see why it wins, rebuilt its signature interaction in a day, and walked away with a reusable extraction method.

Jul 9, 20266 min read
Warm editorial illustration of a tiny crown sitting on a large bolted, engineered block.
Systems Thinking

I Built Production Infrastructure for a Silly App

The tech behind a pay-to-win throne is boringly serious. That's the point of a reusable skeleton.

Jul 9, 20266 min read
Illustration for: React renders video now. I didn't write the code.
Practical AI

Building Branded Video Content With Remotion (Without Being a Developer)

How I built 30 video compositions using Remotion and Claude Code — without writing the code myself. React renders video now, and you don't need to be a developer to use it.

May 1, 202612 min read
Illustration for: I forgot my own process. Then I wrote it down.
Systems Thinking

The Workflow Document Nobody Writes (And Why It's the Most Important File in Your Project)

I built a tool, used it twice, then forgot how it worked. The simple document format that prevents this — and why every recurring process in your organization deserves one.

Apr 28, 20268 min read
Illustration for: Five tools. Five layers. One person ships like a team.
Systems Thinking

The Five-Layer AI Stack: One Tool Per Layer, No Overlaps

How I ship more with five AI tools than most people ship with thirty. The framework: one tool per layer — input, thinking, research, output, distribution — and never let them overlap.

Apr 25, 202611 min read
Illustration for: 43 posts. One visual system. Every image matches.
Systems Thinking

How I Designed a Visual Brand System for 43 Blog Posts in One Weekend

The constraints, rules, and CSV-driven workflow that turned a visually inconsistent blog into a recognizable brand — without touching Canva once.

Apr 24, 20269 min read
Illustration for: 10 minutes per image. From AI prompt to production.
Practical AI

I Built a Featured Image Pipeline With AI and Node.js — Here's the Whole System

How I automated blog featured images using Google Imagen 4, a Node.js compositing script, and a CSV file. The full pipeline that produces consistent, branded images in under 10 minutes each.

Apr 21, 202612 min read
Illustration for: Copy-pasting prompts into ChatGPT. I built an API call instead.
Practical AI

From ChatGPT Prompts to a Production API: How I Automated AI Image Generation

I was copy-pasting prompts into ChatGPT to generate images one at a time. Then I built a 50-line script that calls an API instead. Here's why that single change transformed my workflow.

Apr 17, 202610 min read
Illustration for: I describe. It builds. No Stack Overflow required.
Practical AI

Claude Code Changed How I Build Things (And I'm Not a Developer)

How a non-developer used Claude Code to build image pipelines, video compositions, website redesigns, and automation scripts. The mental model shift that makes it work.

Apr 14, 202610 min read
Illustration for: 200 pages. Zero hallucinations. Every answer has a citation.
Practical AI

NotebookLM Ate My 200-Page Policy Document and Gave Me Answers in 10 Minutes

The one AI tool that can't hallucinate on your documents. I use NotebookLM to prep for board meetings, analyze policy handbooks, and build course content. Here's the exact setup — step by step.

Mar 27, 202610 min read
Illustration for: 39 videos. No camera crew. An avatar did the talking.
Practical AI

39 Videos, Zero Film Shoots: My HeyGen Production Workflow

I've produced two full courses with HeyGen — here's exactly how to create your avatar, build your first video step by step, and the gotchas nobody mentions.

Mar 20, 202612 min read
Illustration for: 40 minutes. Messy notes. No designer. 60 seconds later: a deck.
Practical AI

I Turned Rough Meeting Notes Into a Board Presentation in 60 Seconds

Gamma takes your bullet points, a document, or even just a topic and generates a full presentation with layout, images, and content. Here's the exact workflow — and where it falls short.

Mar 13, 20268 min read
Illustration for: The default voices sound like a GPS. $22 fixed that.
Practical AI

I Cloned My Voice for $22 — Here's Exactly How

Step-by-step: how I cloned my voice with ElevenLabs, paired it with an AI avatar, and used it to produce an entire video course. The exact settings, the real costs, and what I'd do differently.

Mar 6, 20269 min read
Illustration for: Every day, I hired a stranger. Then I gave it a job description.
Practical AI

I Gave Claude a Job Description and It Became My Best Thinking Partner

Claude Projects let you build a persistent AI workspace pre-loaded with your documents, style guide, and rules. Here's the exact setup I use for course production, policy drafting, and board prep — step by step.

Feb 27, 202610 min read
Illustration for: Weekends lost to report cards. 20 minutes. Done.
Practical AI

10 Report Comments in 20 Minutes: The AI Workflow That Saved My Teaching Team

Most AI-generated report comments are generic garbage. Here's the exact prompt and verification process I taught 50+ teachers — step by step, with the settings that actually matter.

Feb 20, 20269 min read
Illustration for: 60% of principals already use AI. IT can't answer the hard questions.
Leadership

Why Your AI Strategy Can't Be Delegated to IT

AI performs cognitive work—writing, analyzing, evaluating—not just tasks. That makes it a leadership issue, not a technology issue. What only you can decide.

Feb 13, 20268 min read
Illustration for: One-third of students are hooked. The research is nuanced.
AI in Education

Is AI Making Students Dumber? What the Research Shows

One-third of students show AI dependency patterns. 57% of workers don't verify outputs. How to design learning that builds brains, not dependence.

Feb 6, 20269 min read
Illustration for: 47 tabs open. None of them read. Now I scan one page.
Practical AI

How I Built an Automated Research Pipeline That Keeps Me Current Without the Tab Hoarding

A step-by-step walkthrough of using Claude Code to automatically search, summarize, and organize research digests on AI in education.

Feb 5, 202610 min read
Illustration for: 82% of schools got hacked. Your AI tools helped.
AI in Education

AI and Student Data: The Questions Every School Leader Should Ask

82% of K-12 schools experienced cyber incidents in 2024. What AI tools collect, what laws apply, and the 6 questions to ask every vendor.

Jan 30, 20269 min read
Illustration for: Parent complaints consumed hours. They dropped 70%.
Systems Thinking

The Parent Communication System That Eliminated Complaints

Parent complaints dropped 70% after I implemented this communication system. Most complaints aren't about problems — they're about uncertainty.

Jan 25, 20269 min read
Illustration for: AI tutoring doubled learning. Regular ChatGPT made it worse.
AI in Education

AI Tutoring: What the Research Actually Says

Headlines claim AI tutoring matches human instruction, but the Harvard study used custom AI with elite students vs. self-study. What research actually shows.

Jan 23, 20269 min read
Illustration for: Half my emails started with 'sorry.' I was undermining myself.
Leadership

Why I Stopped Apologizing for Response Time

Every email used to start with 'Sorry for the delayed response.' Then I realized what I was actually communicating — and stopped.

Jan 18, 20267 min read
Illustration for: 69% of students used ChatGPT. Banning it made it worse.
AI in Education

How to Make Assignments AI-Proof (Without Banning AI)

69% of high school students use AI for schoolwork—banning it doesn't work. Five design principles that make authentic engagement easier than shortcuts.

Jan 15, 20269 min read
Illustration of a crowded calendar being cleared — 27 recurring meetings reduced to essentials
Systems Thinking

The Meeting Audit: How to Reclaim 5 Hours a Week

Most leaders accept their calendar as fixed. It's not. Here's how I audited my meetings and reclaimed a full day every week.

Jan 12, 20269 min read
Illustration for: I'm not a tech person. AI isn't a tech skill.
Practical AI

Why AI Skills Are No Longer Optional for School Leaders

The gap between leaders who understand AI and those who don't is widening fast. Why AI literacy is now essential for school leadership.

Jan 12, 20268 min read
Illustration for: 83% of parents heard nothing from the school. Their kids already use AI daily.
AI in Education

What Parents Are Asking About AI—And How to Answer

Parents ask 5 core questions about AI in schools, masking fears about fairness and being out of the loop. What they're really asking—and how to respond.

Jan 10, 20268 min read
Illustration for: The conversation sat on my calendar for 3 days. AI didn't make it easy. Just easier.
Practical AI

How I Use AI to Prepare for Difficult Conversations

Difficult conversations used to keep me up at night. Now I use AI to prepare, practice, and process them. Here's my system.

Jan 8, 202610 min read
Illustration for: 440,000 reports in 6 months. The victims are students.
AI in Education

The Deepfake Crisis Schools Aren't Ready For

AI abuse imagery jumped from 4,700 to 440,000 reports in 18 months. 13% of principals report deepfake bullying. What leaders must do now.

Jan 6, 202610 min read
Illustration for: Board meetings used to terrify me. One page fixed it.
Systems Thinking

The Board Report Template That Changed My Governance Relationship

I used to dread board meetings. Then I changed how I reported to them. One template transformed a tense relationship into a productive partnership.

Jan 4, 20269 min read
Illustration for: 60% of schools have no AI rules. Students made their own.
AI in Education

Your School Needs an AI Policy. Here's a Framework That Actually Works.

60% of schools have no AI guidance and 60% of teachers say policies are unclear. A three-domain framework that provides clarity—plus a template.

Dec 31, 202510 min read
Illustration for: 68% of teachers. Zero AI training. 92% of students use it daily.
AI in Education

68% of Teachers Have Zero AI Training. What That Means for Your School.

68% of teachers have zero AI training while 92% of students use AI tools. Traditional PD fails—here's what effective training looks like.

Dec 24, 20258 min read
Illustration for: No staff. No curriculum. No systems. Two years to IB authorization.
Leadership

How I Built an IB World School from Scratch

In two years, we went from zero to IB authorization — PYP and MYP. Here's the real story of what it took, including the parts nobody tells you.

Dec 21, 202512 min read
Illustration for: I focused on relationships. By month three, I was drowning.
Systems Thinking

The 5 Systems Every New Head Needs in Their First 100 Days

Most new Heads focus on vision and relationships. But without these five operational systems, you'll drown before you can lead.

Dec 17, 202510 min read
Illustration for: 94% of AI work goes undetected. The tools catch the innocent.
AI in Education

Why the AI Detection Arms Race Is Already Over

AI detection tools fail 94% of the time. Schools shifting from detection to assessment redesign report fewer integrity issues. What works.

Dec 16, 202510 min read
Illustration for: I announced AI training. They rolled their eyes. Six months later, 80% use it daily.
Practical AI

I Trained 50+ Teachers on AI in One Semester — Here's What Worked

Most AI training fails because it starts with tools instead of problems. Here's the framework that got skeptical teachers actually using AI in their classrooms.

Dec 14, 20259 min read
Illustration for: Every school has a strategic plan. Almost none use it.
Leadership

Why Most School Strategic Plans Fail (And What to Do Instead)

That strategic plan sitting in your Google Drive isn't failing because it's bad. It's failing because it was designed to impress, not to drive decisions.

Dec 10, 202510 min read
Illustration for: 92% of students use AI. Most schools still have no plan.
AI in Education

The School Leader's Guide to AI in 2026: What You Actually Need to Know

92% of students now use AI. The comprehensive guide to navigating the opportunities, risks, and decisions that define your school's approach.

Dec 9, 202515 min read
Illustration for: 3 hours a day on email. Not anymore.
Practical AI

The No-Admin Inbox: How I Got to Inbox Zero Without Willpower

I used to spend 2-3 hours daily on email. Now I spend 30 minutes. The difference wasn't discipline — it was systems.

Dec 7, 20258 min read
Illustration for: I thought I was ready. I was not.
Leadership

What I Wish I Knew Before My First Year as Head of School

Nobody prepares you for the loneliness. Or the imposter syndrome. Or the realization that you now own every problem in the building. Here's what I learned.

Dec 3, 20259 min read
Illustration for: 10 hours of free time appeared. I felt guilty.
The No-Admin Life

I Got 10 Hours Back This Week. Here's What I Actually Did With Them.

Everyone talks about 'saving time.' Nobody talks about the guilt of having unscheduled hours - and what to do with them.

Nov 26, 20255 min read
Illustration for: 2:47pm. To-do list: empty. I felt like I was getting away with something.
The No-Admin Life

The Tuesday Afternoon I Finally Left Early

For the first time in two years, I walked out at 3pm on a Tuesday. Not because I was sick. Because everything was handled. A short story about what that took.

Nov 22, 20254 min read
Illustration for: 200 decisions before 10am. No wonder you're fried.
Leadership

You Don't Need More Discipline. You Need Fewer Decisions.

The problem isn't willpower. It's the 200 micro-decisions you make before 10am that leave nothing in the tank.

Nov 19, 20257 min read
Illustration for: I skipped it for a month. Nobody noticed.
Leadership

What I Stopped Doing When I Realized No One Noticed

Some tasks feel sacred. Then you skip them for a month and... nothing breaks. A confession about the busywork we cling to.

Nov 15, 20256 min read
Illustration for: A meeting to plan the meeting. That's expensive email.
Systems Thinking

Stop Scheduling Meetings to Decide What to Meet About

Half your calendar is pre-meetings for meetings. The problem isn't time management - it's decision architecture.

Nov 12, 20257 min read
Illustration for: Inbox zero lasted 12 seconds. Inbox fifteen actually works.
Systems Thinking

The Inbox Zero Lie: Why I Aim for Inbox Fifteen

Inbox Zero is a flex for people with assistants. For the rest of us, the goal isn't empty - it's triaged. Here's what that actually looks like.

Nov 8, 20256 min read
Illustration for: 47 documents. 3 spreadsheets. Friday deadline. NotebookLM ate them all.
Practical AI

NotebookLM Ate My Board Report (And Made It Better)

You have 47 documents, 3 spreadsheets, and a week of meeting notes. The board wants a 2-page summary by Friday. Here's how I stopped drowning in sources.

Nov 5, 20256 min read
Illustration for: You became a leader to shape education. Now you answer email until 10pm.
Leadership

The Difference Between Running a School and Being Run By One

You became a leader to shape education. Now you spend 80% of your time on compliance, calendars, and complaints. When did that happen?

Nov 3, 20259 min read
Illustration for: AI wrote perfect emails. It missed the human part.
Leadership

What to Automate vs. What to Protect: A Leader's Guide

AI can write your emails, but it can't save your relationships. The 'Stakes vs. Verifiability' framework for deciding when to use a bot.

Nov 3, 20259 min read
Illustration for: Beautiful Notion setup. Lasted 3 weeks. The ugly one stuck.
Systems Thinking

Your Notion Setup Failed Because You Built a Cathedral, Not a Kitchen

You spent a weekend building the perfect productivity system. By week three, you're back to sticky notes. The problem wasn't discipline - it was architecture.

Nov 2, 20258 min read
Illustration for: 23 tabs. Cold coffee. 9pm. 15 minutes. All done.
Practical AI

How I Use Claude to Draft 20 Parent Emails in 15 Minutes

You've got a stack of individual parent updates to send, each needing a slightly different tone. Here's the system that gets me out of my inbox before dinner.

Nov 1, 20257 min read
Illustration for: Folders named 'Old_Archive_FINAL_v2.' Three folders fixed everything.
Systems Thinking

The 3-Folder Google Drive Structure That Survives the School Year

Most Drive structures fail because they are organized by Topic. Here is the 'Time Horizon' system that actually works for busy leaders.

Oct 30, 20257 min read
Illustration for: 47 minutes for one email. Now it takes one click.
The No-Admin Life

The Template Library Every School Leader Needs

Stop writing the same five emails every week. I built a 'Private Dashboard' of high-stakes templates. Here is what is inside.

Oct 28, 20256 min read