Hamilton Greene

HAMY LABS POD

Building Simple Scalable Systems for Software Projects, Businesses, and general Creation Cycles.

Author

Hamilton Greene

Category

Technology

Podcast website

hamy.xyz

Latest episode

Jun 24, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

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

In this video we explore approaches to agentic engineering so you can ship fast without significant hits to quality or mental overhead - and in some cases improvements! Original blog post with all images and links: https://hamy.xyz/blog/2026-06_balancing-speed-quality-overhead-agentic-engineering CTA: Get my full ai dotfiles in the HAMY LABS example repo - https://github.com/HAMY-LABS/hamy-labs-co...

My Morning Meditation Ritual as a Senior Software Engineer 17.06.2026

In this video we discuss my morning meditation ritual as a software engineer. Original blog post with all links: https://hamy.xyz/blog/2026-06_morning-meditation-software-engineer Links: - How I use Claude Code as my personal assistant from my phone - https://www.youtube.com/watch?v=XQPCUb-3ir8 - How I plan my day as a Senior Software Engineer - A Simple Scalable System for getting the most import...

The Case for Talking to Your Computer 03.06.2026

In this video we discuss why talking to your computer may be more effective than typing and why typing still has a place long term. Original blog post with all images and links: https://hamy.xyz/blog/2026-06_the-case-for-talking-to-computer Chapters 00:00 - Intro 00:25 - Talking vs Typing 04:00 - What I talk to my computer about Links: - How I use Claude Code as my personal assistant from my phone...

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

In this video we explore how I use Claude Code as my personal assistant on the go, from my phone. Original blog post with all images and links: https://hamy.xyz/blog/2026-05_claude-code-from-phone CTA: Access my full ai dotfiles in the HAMY LABS Code Example Repo - https://github.com/HAMY-LABS/hamy-labs-code-examples/tree/main/artificial-intelligence - Available to HAMINIONS Members - https://hamy...

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

In this video we discuss why High-Level Rust wins over other high level languages in the age of AI and agentic engineering. Original blog post with all links: https://hamy.xyz/blog/2026-04_why-rust-over-high-level-langs Chapters 00:00 - Intro 01:10 - Expressive Types + Compiler Checks  03:20 - Mainstream long term 05:30 - AI Proficiency 07:15 - Great Performance 08:25 - Common Objections Links: -...

Why Rust Wins in the Age of AI 15.04.2026

In this video we explore why I think Rust is uniquely positioned for the age of agentic engineering and how it compares to other leading competitors. Original blog post with all images and links: https://hamy.xyz/blog/2026-04_rust-age-of-ai CTA: Spin up fullstack webapps fast with CloudSeed, the fullstack Rust webapp boilerplate - https://hamy.xyz/blog/2026-02_launching-cloudseed-rust Chapters 00:...

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

In this video we'll discuss what I built during my 12 week programming retreat at Recurse Center. Original blog post with all images and links: https://hamy.xyz/blog/2026-03_recurse-center-return-statement Chapters 00:00 - Intro 00:15 - What is Recurse Center and why join?  02:30 - What I planned to build 04:00 - Applied AI for Engineering 10:30 - Web Systems with Rust 16:25 - Networked Games...

Why I'm moving from C# to Rust for High-level Apps 04.03.2026

In this post we discuss why I'm moving to building primarily in Rust from C#  and F#, how I made this decision, and how it's going so far. Original blog post with all links and images: https://hamy.xyz/blog/2026-02_moving-csharp-to-rust If you want to see how I build webapps with Rust, checkout CloudSeed my fullstack project boilerplate - https://cloudseedrust.com/ You can get my full ag...

Benchmarking my Markdown Blog in Rust and C# - 4.6x Less Memory, 2-8x Faster Latency on the Same App 27.02.2026

In this video we benchmark Rust vs C# for my markdown blog containing 1000 posts with the same architecture and logic. Original blog post with all images and links: https://hamy.xyz/blog/2026-02_rust-vs-csharp-blog-benchmark CTA: Ship fullstack Rust apps faster with CloudSeed - https://cloudseedrust.com/ Chapters 00:00 - Intro 01:50 - Test Setup 05:55 - Rust vs C# Memory 08:55 - Rust vs C# Latency...

Launching Phase Golem - An AI Orchestrator for Configurable Pipelines Backed by Git 23.02.2026

In this video we explore Phase Golem, my new AI orchestrator built with Rust. We discuss what it is, how it works, how it's built, and recommendations for using it. Original blog post with all images and links: https://hamy.xyz/blog/2026-02_launching-phase-golem Phase Golem is available on GitHub - https://github.com/SIRHAMY/phase-golem CTA: Get access to my full vibe engineering workflows -...

The Problem with Clones in Rust - Why Functional Rust is Slower Than You Think (And How to Fix It) 18.02.2026

In this video we explore the problems with clones in rust, why it makes functional Rust code slower than mainstream GC languages, and ways to fix it. Original blog post with all diagrams and links: https://hamy.xyz/blog/2026-02_the-problem-with-clones-in-rust CTA: LightClone is a Rust crate that allows the type system to enforce cheap clones - https://github.com/SIRHAMY/light-clone Chapters 00:00...

I Built an AI Orchestrator and Ran It Overnight - Here's What Happened 16.02.2026

In this video we explore my AI orchestrator, how it works, and what it means for the future of software engineering. Original blog post with all links and images: https://hamy.xyz/blog/2026-02_ai-orchestrator-overnight CTA: Get a snapshot of all my ai dotfiles (workflows, commands, skills) - https://github.com/HAMY-LABS/hamy-labs-code-examples/tree/main/artificial-intelligence/2026-01_claude-snaps...

High-Level Rust: Getting 80% of the Benefits with 20% of the Pain 11.02.2026

In this video we explore high-level rust and how to get 80% of the language's benefits without fighting all the hard stuff. Original blog post with all links: https://hamy.xyz/blog/2026-01_high-level-rust CTA: Checkout LightClone - my crate to allow the type system to enforce cheap clones - https://github.com/SIRHAMY/light-clone Chapters 00:00 - Intro 02:30 - Rust is Perfect, Except for the P...

CloudSeed Rust - A Fullstack Rust Boilerplate for Building Webapps in Minutes 09.02.2026

In this video we explore CloudSeed Rust - a fullstack Rust webapp boilerplate for spinning up webapps faster. Original blog post with all links and images: https://hamy.xyz/blog/2026-02_launching-cloudseed-rust CTA: Get CloudSeed Rust at early access price for a limited time - https://cloudseedrust.com/ Chapters 00:00 - Intro 01:10 - What is CloudSeed Rust?  05:50 - Why build CloudSeed Rust?  09:2...

The Missing Programming Language - Why There's No S-Tier Language (Yet) 04.02.2026

In this video we discuss the missing programming language. What I mean by an S-Tier language, why there is no current S-tier language, and the languages that come close. Original blog post with all links: https://hamy.xyz/blog/2026-01_missing-programming-language Chapters 00:00 - Intro 00:40 - Programming Language Wish List 03:00 - My Definition of Expressive Types 07:05 - The Programming Language...

How I think about writing quality code fast with AI 23.01.2026

In this video we explore vibe engineering - and how I'm thinking about using AI tools to code faster while still maintaining high quality. Original blog post with all links: https://hamy.xyz/blog/2026-01_how-i-think-about-vibe-engineering Chapters 00:00 - Intro 01:20 - AI Mental Models 05:25 - Vibe Engineering Workflows 09:30 - Better AI Planning 13:05 - Better AI Build Iterations 14:30 - Bet...

5 AI Coding Best Practices from a Google AI Director (That Actually Work) 16.01.2026

In this post we discuss 5 AI coding best practices that actually work from a Google AI Director. Original blog post with all links and images: https://hamy.xyz/blog/2026-01_ai-engineering-best-practices Chapters 00:00 - Intro 01:00 - Plan before you code 08:00 - Work in Small Chunks 10:10 - Give AI the Right Context 12:45 - Automate your Safety Net 17:25 - You are the driver Links: - Stop Vibe Cod...

How Good Blogging Habits Yield a Book Each Year 14.01.2026

In this video we explore how good blogging habits can produce a book each year and a simple system for productizing your blog posts to create books. Original blog post with all images and links: https://hamy.xyz/blog/2026-01_blogging-a-book-a-year CTA: Mini Book Model by Chris Stanley - https://amzn.to/4q26Ncs Chapters 00:00 - Intro 01:10 - My Blogging Stats 01:35 - Productionalizing blog posts to...

How AI Killed Tailwind's Business - And How To Avoid a Similar Fate 09.01.2026

In this video we explore how AI ate Tailwind's business and how you can make your business more robust to AI competition. Original blog post with all links and images: https://hamy.xyz/blog/2026-01_ai-destroys-tailwind-business CTA: Consider donating to Tailwind CSS to keep the library alive! Chapters 00:00 - Intro 00:45 - What is Tailwind? 02:05 - Tailwind's business is dying 02:40 - Ho...

AI Is Here to Stay 31.12.2025

Discussing the future of AI with the looming AI and stock market bubbles. Original blog post with all links: https://hamy.xyz/blog/2025-12_ai-is-here-to-stay Chapters 00:00 - Intro 00:50 - What about the AI bubble? 02:25 - The pragmatic AI approach Links: - If AI can code, what will Software Engineers do? - https://www.youtube.com/watch?v=M0pxiC_WfT4 - Stop Vibe Coding, Start Power Coding - How To...

How I self-host with Ansible - Multi-server Container Deployments Orchestrated with Nomad 19.12.2025

In this video we explore how I host my apps using Ansible to setup multi-server container deployments orchestrated with Nomad. Original blog post with all images and links: https://hamy.xyz/blog/2025-12_how-i-self-host CTA: Get $20 off Hetzner Cloud - https://hetzner.cloud/?ref=8HuJz94yRocp Chapters 00:00 - Intro 00:30 - How I host my apps 03:15 - Why I use Ansible 05:50 - How I use Ansible  07:35...

The Programming Language Death Spiral - How Small Languages Die in the Age of AI 17.12.2025

In this video we explore the programming language death spiral - why it affects small languages, how the rise of AI impacts it, and some ways to fix it. Original blog post with all links and images: https://hamy.xyz/blog/2025-12_programming-language-death-spiral Chapters 00:00 - Intro 00:30 - Big Languages have a virtuous cycle 02:55 - Small languages have a vicious death spiral 07:55 - AI amplifi...

Post-Mortem: hamy.xyz returning 404s (2025.11) 12.12.2025

In this video we walk through a post mortem for hamy.xyz returning 404s for 19h on 2025.11.22. Original blog post with all links: https://hamy.xyz/blog/2025-11_post-mortem-hamy-xyz-404s Chapters 00:00 - Intro 00:30 - Overview 00:55 - Impact 01:35 - Root Cause 03:35 - Detection 05:40 - Mitigation 06:20 - Prevention Links: - How Meta runs blameless Post-mortems at scale - https://www.youtube.com/wat...

If AI can code, what will Software Engineers do? 10.12.2025

In this video we explore the future of the software engineering profession now that AI can code. Will AI take all the software engineer jobs? Will it take other roles as well? Original blog post with all links: https://hamy.xyz/blog/2025-12_software-engineers-ai Chapters 00:00 - Intro 00:50 - New Technologies and Job Change 03:25 - How AI is different 06:25 - AI, Enginers, and Coders 10:05 - AI an...

How To Run In-Terminal Code Reviews with Claude Code 03.12.2025

In this video we discuss code reviews with Claude Code including prompts I've found useful. Original blog post with all links and prompts: https://hamy.xyz/blog/2025-12_claude-code-review Chapters 00:00 - Intro 00:15 - Simple Code Review 01:30 - Code Review with Tooling Links: - Stop Vibe Coding, Start Power Coding - How To Write Quality Software Faster With Agentic AI - https://www.youtube.c...

Listen to the HAMY LABS POD podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.