Bits By Me

tech cycling dadops learning

Hi 👋 I'm Dylan. Check out my blog and shorter notes called Today I Learned… My resume describes my professional journey. Follow the links up top☝️to explore. Social links are in the footer👇


Building the 'Jobs For Me' Agent blog — What I learned building an AI job search agent as a Claude Work plugin in three days—and why I open-sourced it instead of selling it.

ai claude plugins open-source

Building a language in Go blog — What I learned building CalcMark — a calculation language embedded in markdown — in Go. Lexers, parsers, type systems, and the tradeoffs that bit me.

go language-design calcmark parsing

Teaching agents to use CalcMark til — I wrote an agent skill so Claude Code can use CalcMark for calculations. Then I asked Claude what was hard, and it taught me a few things about building tools for agents.

calcmark agents skills

Compound engineering blog — How I used compound engineering to build a real product as a solo developer. Not “look how many commits I made” but “look at the quality and speed of issue resolution.” The …

ai learning knowledge velocity quality

Caddy File Server til — Using Caddy as a web server for a local file system.

utility webserver