code

Entire CLI: Version Control for Your Agent Sessions

A quick look at Entire, a CLI tool that captures AI agent sessions alongside your git commits. Think flight recorder for AI-assisted development.

AIDeveloper ToolsGit
code

I Turned My Design Taste Into a Claude Code Skill

I analyzed three of my projects, interviewed myself about what makes a UI hot, and packaged it all into a reusable skill for Claude Code.

AIDesignClaude CodeSkills
code

Moving Beyond the Prompt: How OpenClaw Actually Does the Work

A practical guide to building a multi-agent AI system with OpenClaw. One principal agent, multiple specialists, shared skills, and the workspace files that give them personality. Includes real examples from my blog, sports app, and music discovery projects.

AIAgentsOpenClaw
code

Building an AI Sports Betting Recommendation Engine with Gemma

A practical guide to building two-stage AI recommendations: use embeddings for fast retrieval, then small LLMs like Gemma 3 for natural language explanations. The real skill? Curating context, not writing algorithms.

AIMachine Learning
code

beatbrain: A Social Music Discovery App

A weekend project for discovering new music, sharing favorites, and seeing what your friends are listening to.

GoMusicSide Projects
code

Learning 25 programming languages in 25 days with Advent of Code

Instead of just using a single language, I wanted to solve the puzzle in a language I know, then lurk the internet for the solution in another language each day.

Advent of CodeProgrammingLearning
code

Building a coffee API with Go Fx and Firestore

A step-by-step walkthrough of building a Go Fx app using Firestore to build a database of coffee beans & roasters and an API to fetch & update data.

GoFirebaseAPIs
code

Hello World

mager.co is back!

GatsbyMeta
code

How I built a decentralized Ethereum app for the Super Bowl

My explorations into decentralized apps and blockchain.

EthereumBlockchainWeb3