2026.02 - Release Notes
Essay - Published: 2026.03.01 | 5 min read (1,305 words)
reflect | reflections
DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)
TL;DR - In 2026.02, I built an AI orchestrator, launched CloudSeed Rust, moved to a terminal-focused dev workflow, wrote several posts, stuck to my exercise routines, and generally led a very balanced life.
- High: Enjoying building
- Low: working a lot
- Seed: Baby getting bigger!
Top Releases
- CloudSeed Rust - my fullstack webapp boilerplate for Rust which I now use to start most of my projects.
- Phase Golem - A simple AI orchestrator
- Task Golem - A simple agent-native task tracker
- hamy.xyz to Rust - Moved my full markdown blog from C# to Rust
- Swapped my workflows to a terminal-focused, Linux-based setup
Top Shares
- The Missing Programming Language - Why There's No S-Tier Language (Yet)
- Built an AI Orchestrator and Ran It Overnight - Here's What Happened
- High-Level Rust: Getting 80% of the Benefits with 20% of the Pain
- Benchmarking my Markdown Blog in Rust and C# - 4.6x Less Memory, 2-8x Faster Latency on the Same App
- 9 Parallel AI Agents That Review My Code (Claude Code Setup)
Create
Profit
I'm still off on my parental leave and doing my programming retreat at Recurse Center so while I have free time to work on money projects, it's not the main focus. In fact I actually reorganized my systems to prioritize projects that are meaningful in ways other than making money to better align with what I want to do.
My new prioritization system is:
- Impact - Do others find this useful? (Often validated with money)
- Energy - How interested am I in pursuing this project? Will I enjoy it?
- Compounds - Is this a good long-term play for me? Is it smth I use regularly? Does it fit within my constraints for work / projects?
It's similar to my original hedgehog (things ppl want, makes money, I enjoy) but gives more of a focus on utility and long-term enjoyment than having 2/3 focused on external properties.
I did ship two things that can make money:
- CloudSeed Rust - a fullstack webapp boilerplate in Rust. It's very similar to the one I used to use and sell for F#. I've found myself getting really excited about Rust and have plans to build many webapps in it so this is useful to me and others.
- HAMINIONS Examples - Sharing out my agentic AI engineering workflows via my AI dotfiles. People seem to be liking them and I've been iterating on these for the past couple months to improve my effectiveness with AI-native engineering.
I have some hopes to ship a few more projects that can make money but within reason and balanced against my other priorities.
Build
This month marks 2 months into my 3 month batch at Recurse Center so I wrote a little reflection on my time.
I've shipped a lot of things I'm excited for and proud of so think I can already call this programming retreat a success.
Some things I shipped this month:
- CloudSeed Rust - my fullstack webapp boilerplate for Rust which I now use to start most of my projects.
- Phase Golem - A simple AI orchestrator
- Task Golem - A simple agent-native task tracker
- hamy.xyz to Rust - Moved my full markdown blog from C# to Rust
- Swapped my workflows to a terminal-focused, Linux-based setup
Underlying all these changes is my move to Rust which I'm very happy about. It has great tooling, is very fast, and the language itself is pretty ergonomic with expressive types and ability to write high level code. So I think I'm going to stick with it for my side projects for the foreseeable future.
Share
I've been sharing a lot more these past couple months as I've had a lot more time to think about and distill my thoughts into posts. This has felt really good and is smth I'd love to continue to do longterm.
I typically write about what I'm thinking about / building and that hasn't stopped here. This month was focused on:
- Building things with Rust
- AI workflows
- Things I've built
I'm using AI more in my writing to help me make diagrams and thumbnails and I think people are finding the AI-generated thumbnails to be far better than my own which I think is fine and smth I'm happy to outsource. I have gone back and forth over how much of the actual content to generate with AI and I've settled on allowing AI to do the research and review of my posts but to keep the actual outlining and writing parts myself. I find this gives me a lot of the breadth / depth / speed benefits of AI while keeping the core part me and also lets me stay more hands-on to ensure I'm learning from what I'm writing - which is one of the big reasons I write in the first place.
This has been one of the best months viewership wise of my last year and I think it's largely due to increased quantity and a focus on topics people are enjoying like Rust and AI so will probably continue with that as long as people keep watching it.
Reflect
Health
Things are going very well health-wise. I've started opting for healthier food when we eat out like avoiding fried things and focusing on things with more veggies in it. I've also changed up my workouts to include more walking and I typically walk 1-3 miles a day on the treadmill with some lifting every other day.
That's helped a lot in getting me out of the house and staying reasonably fit. Might not lead to a full 6 pack by summer but I'll definitely be more toned than my prevous workout routine, plus it's at a cadence that I look forward to.
Wealth
Still no market crash yet but I continue to build up my emergency fund. I think AI is going to have a drastic impact on the industry and economy one way or another and I'm hedging my bets against the downsides.
I think my job will still be safe for a few more years as I lean into being AI-native but beyond that it's hard to say so doing what I can to adapt and stay ahead of the curve while also planning for the worst case just in case.
Happiness
Enjoying life. I feel like we're getting the hang of being parents (though I hear this fluctuates at every life phase) and settling back into a balanced routine.
The help from friends and family has been invaluable and it doesn't hurt that I'm on parental leave right now but feeling really good about where we are right now.
Observe
Connect
Getting out of the house more now that the weather is warming up - more walks, more meals, more events. This has been great and looking forward to the spring.
Explore
Contumption:
- Reading: The Rust Book, The Will of the Many
- Watching: Fallout Show, Bridgerton (it's getting worse)
- Listening: Pragmatic Engineer Podcast (good overviews of current ai trends in industry)
- Playing: Mario Tennis Fever, Let's School - looking forward to Pokopia
Improve
- Lots of improvements to my computer workflows, moving to a linux-based, terminal-focused computer setup.
- Trying to babyproof the house more as baby becomes more curious and mobile.
- Learning Vim and trying to use Vim keybinds for more things - moving around my computer, typing, browsing Chrome (via Vimium extension). It's taking some getting used to but I generally think it's useful and a cool way to reduce travel from keyboard to mouse.
Next
That's it for this month. Thanks for reading!
Want more like this?
The best way to support my work is to like / comment / share this post on your favorite socials.
Outbound Links
- CloudSeed Rust - A Fullstack Rust Boilerplate for Building Webapps in Minutes
- Launching Phase Golem - An AI Orchestrator for Configurable Pipelines Backed by Git
- Benchmarking my Markdown Blog in Rust and C# - 4.6x Less Memory, 2-8x Faster Latency on the Same App
- Why I'm moving to a Linux-based, terminal-focused dev workflow - and what it looks like
- The Missing Programming Language - Why There's No S-Tier Language (Yet)
- I Built an AI Orchestrator and Ran It Overnight - Here's What Happened
- High-Level Rust: Getting 80% of the Benefits with 20% of the Pain
- 9 Parallel AI Agents That Review My Code (Claude Code Setup)
- What I Plan to Build at Recurse Center - A 12 Week Programmer's Retreat
- Why I'm moving from C# to Rust for High-level Apps
- What I Built in my First 6 Weeks at Recurse Center and What's Next (Early Return Statement)
- Writing
