
AI-First Engineering: My 650+ Skills Dotfiles Evolution
The Terminal is the New IDE In early 2026, the way we interact with code changed forever. I no longer spend most of my time typing characters; I spend it orchestrating context. My dotfiles have evolved from simple shell aliases to a comprehensive AI Orchestration Layer. This is the “Least Privilege Life” applied to engineering: providing exactly the right context to the right tool at the right time. The Ecosystem: 190+ Agents, 650+ Skills My environment isn’t just a shell; it’s a factory. I’ve integrated three primary AI CLI tools, all sharing a common brain managed through my dotfiles: ...

Synapse: Building a Modular AI Forge on Fedora 43
Beyond the Chatbot If you’ve followed this blog, you know my obsession with local-first systems. Running a basic LLM is easy. Building a professional-grade AI infrastructure that is reproducible, secure, and high-performance is a different story. Enter Synapse: my dedicated AI forge. While my Macs handle the interfaces, Synapse is the heavy lifter. Built on Fedora 43, it’s designed to provide a “zero-trust” environment for training and inference. The Hardware Stack To handle modern models (Llama 3, Mistral) with large contexts, I chose a balance of core count and VRAM: ...

Yapee: I Rebuilt a PyLoad Manager Because Manifest V2 Broke It
If you self-host downloads with PyLoad, you’ve probably used Yape — the classic browser extension that lets you manage downloads without opening a web interface. It was simple, it worked, and then Google killed it. Manifest V2 was deprecated, and Yape was abandoned. So I rebuilt it from scratch. Yapee is the spiritual successor: a modern browser extension for Chrome, Firefox, and Edge that handles everything the old extension did, plus features that make managing multiple PyLoad servers actually pleasant. ...

Intel Mac Renaissance: Building a 128GB Combined RAM Homelab
The 32GB Wall My previous Homelab center—a custom-built i7 Proxmox node—was a champion for years. But as my development workflow shifted towards local AI, heavy container orchestration, and multi-OS security labs, 32GB of RAM became a suffocating bottleneck. I was constantly fighting swap death and micro-managing service uptimes. I needed a significant upgrade, but I wanted to stay true to the “Least Privilege Life” philosophy: maximum control, minimal noise, and efficient hardware reuse. ...

Unleash the Cat: Controlling Kitty Terminal with Raycast
Let’s be honest: we all spend 90% of our lives in the terminal, and the other 10% wondering which of the 57 open tabs contains that one tail -f we started three hours ago. As a die-hard fan of Kitty (the fast, GPU-based terminal beast) and a daily user of Nushell (because why use old shells when you can have structured data?), I needed a way to bridge the gap between my macOS workflow and my terminal addiction. ...

I Built an AI-Powered Job Application Pipeline
I have a confession: I built an entire infrastructure to automate job applications. The technical achievement is worth more than any single outcome it produced. Here’s why I built it, how it works, and what it taught me about recruitment that you probably don’t want to know. The Problem You know that feeling when you’re applying to jobs and you’re manually tweaking your CV for every single position? Removing frameworks that aren’t relevant, reorganizing bullet points to highlight the right skills, adding specific keywords from the job description, rewriting your cover letter from scratch each time? ...

HivePilot: Building a Multi-Agent AI Orchestration System From Scratch
The moment you realize that a single LLM isn’t enough, you’re building multi-agent systems. You don’t choose to — you just end up there. I built HivePilot in late 2024, when multi-agent frameworks were mostly theoretical. The problem was simple: some tasks are too complex for one model to nail, but perfect for a swarm of specialized agents. Code review automation, documentation generation, integration testing — these need different angles. ...

Wipey: I Built a macOS App Because I Kept Accidentally Sending Emails While Cleaning My Keyboard
Every developer has been there. You’re at your desk, keyboard getting sticky from coffee or dust, so you grab a microfiber cloth and start cleaning. Three seconds later you’ve somehow triggered three keyboard shortcuts, opened Slack, sent an incomplete message to a colleague, and switched to a random Neovim buffer. All because your fingers brushed the keys while wiping. The problem is stupid. The solution was obvious. So I built it. ...

Framework Laptop + Fedora Atomic: The Case for an Immutable OS
I’ve been a Linux desktop user for years, but I’ve always felt like I was playing with fire. Install a package wrong, mess up a config file, and suddenly you’re debugging a broken system at 2 AM. Every dev laptop eventually becomes a Frankenstein of half-installed tools and conflicting dependencies. Then I discovered Fedora Atomic (now called Fedora Silverblue and Kinoite), and it fundamentally changed how I think about operating systems. ...

Aerospace + Sketchybar: My Keyboard-Driven macOS Setup
I’ve been using macOS for years, but one thing always bothered me: the lack of a keyboard-driven window manager. Stage Manager feels like a Fisher-Price toy, Mission Control is chaotic, and alt-tabbing between windows is inefficient. I spent too much time reaching for the mouse. Then I discovered Aerospace — a tiling window manager for macOS that doesn’t require disabling System Integrity Protection. Combined with Sketchybar (a scriptable replacement for macOS’s menu bar), I’ve built a setup that feels less like macOS and more like i3 or Hyprland on Linux. Except it works seamlessly on my MacBook Pro. ...