This site is live. I’ve been meaning to put together a personal site for a while, and here it is.
I plan to write about two things primarily.
The first is production-grade Python development. There’s a gap between writing Python that works and writing Python that ships. Data scientists, ML engineers, and software engineers each approach the language differently, and I think there’s a lot of value in bridging those perspectives. I want to write about packaging, testing, typing, CI/CD, project structure, and the tooling choices that make Python codebases maintainable beyond a notebook or a prototype, and also designed to work with current AI tools from the get go. I’ve been building a production Python template that puts a lot of these ideas into practice.
The second is coding with AI. I use AI tools daily in my work and I have opinions on where they help, where they don’t, and how to get the most out of them without losing the ability to reason about your own code.
There will probably be other things too: cloud architecture, ML systems, and whatever else I find worth writing about. But those two topics are where I’ll start.
