Blog

Perspectives on machine learning in cardiology, cardiovascular risk prediction, and the future of AI in clinical practice

Teaching Claude to Make Slides That Look Like Mine

Teaching Claude to Make Slides That Look Like Mine

June 16, 2026 9 min read

There's a recognizable look to AI-generated conference slides — the rounded teal cards, the icon-in-a-circle, the drop shadows. I took one of my own talks, had Claude reverse-engineer its design system into a reusable skill, and tested whether the skill could regenerate a deck in my style instead of the default one.

Read More
ClaudeSkillsSlidesDesignAcademic
Fine-Tuning a Local LLM to Write in My Academic Voice

Fine-Tuning a Local LLM to Write in My Academic Voice

May 27, 2026 13 min read

How I trained an 8B Llama on my own cardiology papers, from extracting prose out of Word docs, to a first attempt that failed because I trained on single sentences, to a working model that drafts abstracts, methods, and discussions in my style on a Mac.

Read More
LLMFine-TuningMLXModalAcademic Writing
Reconstructing a Mixbook Movie with ffmpeg

Reconstructing a Mixbook Movie with ffmpeg

May 23, 2026 12 min read

How I traced Mixbook's animated Movie feature to its data API, found that the browser builds the video instead of storing it, and rebuilt a downloadable MP4 from the raw photos and music with crossfades, Ken Burns motion, and the original title text

Read More
Reverse EngineeringffmpegVideoLottieDeveloper Tools
Adding Localization and RTL Support to a Next.js App

Adding Localization and RTL Support to a Next.js App

May 22, 2026 8 min read

Notes on adding multiple languages and right-to-left support to a Next.js app, covering logical CSS properties, locale formatting tags, LLM-assisted translation, and two hydration bugs to watch for

Read More
LocalizationNext.jsi18nTailwind CSSDeveloper Tools
A Sane Schema Workflow for Supabase Projects

A Sane Schema Workflow for Supabase Projects

May 8, 2026 11 min read

How I keep a Supabase Postgres schema in version control without hand-writing migration files, using pg_dump snapshots, MCP-applied migrations, and a notes file for the things pg_dump can't capture.

Read More
SupabasePostgresDatabaseDeveloper Tools