RSSAmplifier

Blog

HAMY

A blog about software, projects, and building things

hamy.xyzRSS feed ↗25 posts

Latest posts

My Daily Routine as a Software Engineer and Dad of a 1-Year-Old

I'm finally feeling back up to speed at work after returning from my parental leave. In this post I want to share what my daily routine looks like as a software engineer with a 1-year-old. My Daily R...

How Much Faster is Coding with AI Agents? (from a Senior Software Engineer)

AI agents have been getting a lot of hype for how good they are at coding. But there are still plenty of naysayers saying AI can't replace human programmers. I've worked professionally as a software e...

How Much OpenCode + GPT 5.6 Usage Do You Get With OpenAI's ChatGPT Pro Subscription?

I've been experimenting with GPT 5.6 + OpenCode for the past couple weeks, running GPT 5.6 Sol through OpenAI's $100/month ChatGPT Pro (5x) plan. Before this I only used the Claude Max plans for perso...

GPT 5.6 + OpenCode vs Claude + Claude Code - First Impressions

GPT 5.6 came out several weeks ago and the initial benchmarks look good - capable, fast, and cheap. Claude and Claude Code have been my daily driver for the past year, and I thought it was a good time...

How Much I Spend on AI Agents as a Software Engineer (And Is It Worth It?)

I've been leaning into agentic engineering for the past six months, and I've finally hit my stride at work after coming back from parental leave. AI token spend has been a hot topic and we have intern...

2026.H1 Review

TL;DR - In 2026.H1, I started feeling like a real dad, took parental leave, went to a programming retreat, shipped CloudSeed Rust + QuietCut, reached 130k views, got back to building for fun, and star...

How to Balance Speed, Quality, and Mental Overhead in Agentic Engineering

I've been back at work for about a month now after parental leave and a 12 week programming retreat at Recurse Center. We're leaning hard into agentic engineering and I'm bullish on it - I spent a lot...

My Morning Meditation Ritual as a Senior Software Engineer

I've been running a new meditation practice for the past several months and it's working great so wanted to share. Morning Pages My meditation practice is morning pages adapted from The Artist's Way....

I built a game where you spend Elon Musk's money

TL;DR - A game where you get $1 trillion of Elon Musk's money and spend it. Try it now: Spend Elon Musk's Money What is it You get $1 trillion of Elon Musk's money. Spend it on a catalog of things f...

I built a GoodReads reading stats dashboard

TL;DR - A dashboard visualizing your GoodReads data export. Try it now: GoodReads Dashboard. What is it A small site that visualizes your GoodReads data exports. Total pages and books read Top author...

The Case for Talking to Your Computer

I've always been a quiet person who prefers to write than to talk (though this may not be obvious based on the number of YouTube videos I've published). So it feels a little weird to say that I think ...

How I use Claude Code as my personal assistant from my phone

For the past few weeks I've been using Claude Code from my phone and while it's not a 100% replacement for something like OpenClaw I've found it covers 80% of what I want without too many glaring secu...

Personalized Book Recommendations with AI + GoodReads

I've been using AI to try and automate / optimize parts of my life from software engineering to exercise and diet. My latest experiment has been to use AI to improve my book recommendations by turning...

How To Create Portable AI Skills Across Harnesses (Claude Code, Codex, Open Code)

Agentic engineering is the future. But it's still unclear which harness will win, if any. I've been hedging my bets by moving to a harness-agnostic system for AI skills so no matter the harness I use,...

What I did on Parental Leave

I get this question a lot so wanted to summarize what I've been up to all in one place. In 2026.01 I started my 16 week parental leave for my first born. Here's what I did. Parenting First and foremos...

Why High-Level Rust Wins Over Other High-Level Languages for Agentic Engineering

For the past couple months I've been writing High-Level Rust which gives ~80% of its benefits with ~20% of its pain. One of the biggest pieces of feedback I've gotten is why not just use a high-level ...

Why Rust Wins in the Age of AI

For the past several months I've been searching for the Missing Programming Language - a language with a good balance of types, performance, ecosystem, and agentic AI performance. I've landed on a spe...

9 Days in Japan - Tokyo, Hakone, and Kyoto

We recently went on a 9 day trip to Japan. It was awesome. Japan has been at the top of my bucket list since ~2020 but with Covid, getting married, and having a kid we just never found the right time ...

Getting Started with Datastar - Build a Rust + Axum Todo App

For the past several years I've been building server-side rendered apps using hypermedia libraries like HTMX and Datastar to sprinkle in interactivity where it's useful. I like this approach because i...

2026.Q1 Review

TL;DR - In 2026.Q1 I participated in a 12-week programming retreat, published my 1,000th blog post, started building with Rust, solidified my agentic engineering workflows, shipped my first game, star...

Build a Fullstack SSR Web App with Rust + Maud

In this post we'll be building a fullstack web app with server-side rendered (SSR) HTML using Rust and Maud. This post continues our series on building webapps with Rust: Build a Simple Single-File R...

What I built at Recurse Center - a 12 week programming retreat (Return Statement W2'26)

I just finished my 12-week programming retreat at Recurse Center. As is tradition, we write "return statements" to reflect on the time - what we did, built, and learned. What is Recurse Cen...

Build a Single-File Rust Web API with SQLite

In this post we'll continue our series of building web APIs with Rust. In the last post we built a single-file web API with Rust and Axum using in-memory storage. Now we're going to add a database as ...

Build a Simple Single-File Rust Web API

I've spent the last few months learning Rust as part of my 12 week programming retreat at Recurse Center. I came to Rust because it scored well in my missing programming language analysis and I heard ...

Pokopia: Simple Infinite Limestone and Marble Farm

I've thoroughly enjoyed building in Pokopia, sinking dozens of hours into organizing and optimizing my islands. But this comes at the cost of lots and lots of resources. It is PAINFUL to be halfway th...