Blog

Notes, TILs, and half-formed ideas

Short posts, mostly: things I learned the hard way with AI agents, Elixir and Phoenix, Bubble plugins, and the occasional tweet that needed more room. The founder-coaching archive is still here — I used to do that work, and the notes aged better than the title.

Bubble

How Pled builds my Bubble plugins

Bubble plugins normally live in a browser editor with copy-paste code and no version history. Pled is the Elixir CLI that pulls my plugin out into real files, so I can build the Tiptap rich-text editor and my other Bubble plugins like normal software.

Read the article