blog · field notes
You can read about my experiences, research, and thoughts on current topics throughout my software journey.
5/10/2026 · 8 min read
I Retired My $20 News Bot — Claude Code Routines Took Its Place
Six months ago I built a tech-scraper to push tech news to my team's Slack: scraping + OpenAI API + Redis + Slack. It wasn't stable enough, burned ~$20/mo, and every new feature meant a deploy. The day I learned about Claude Code's scheduled tasks I shut it down. I built three routines instead — they write to Notion, I read in the evening.
Read →
2/21/2026 · 8 min read
Making Software Processes Semi-Autonomous with Agents — My Experiences and the System I Built
In this article, I share how I made my development processes semi-autonomous with AI agents, the MCP architecture I built, and the gains I achieved.
Read →
1/11/2026 · 7 min read
The Growing Story of Accessibility in Web Applications and Radix UI
In this article, I explain why accessibility has become so important and where Radix UI stands in this problem, with concrete code examples.
Read →