gekro
GitHub LinkedIn

Archive

Deep dives, tutorials, and field notes from the lab.

AI Engineering Architecture
9 min read

The Token Economics of Local AI

Why every team running sustained AI workloads - from a solo home lab to a 50,000-user enterprise - pays itself back faster by owning the inference layer than by renting it.

Read More
AI Agents Automation Productivity
11 min read

Sonic Phoenix: Bringing 7,246 Forgotten Songs Back from the Dead

How my child's request to hear my childhood music turned into a seven-phase pipeline that fingerprinted, sorted, enriched, and synced a 30GB library to Spotify - then handed it to an AI skill for on-demand playlist curation.

Read More
AI Engineering Architecture Productivity
5 min read

AI Codes Like a Genius. Architects Like a Goldfish.

Why zero-shot AI POCs fall apart at scale, and how constrained architectural templates are the only thing standing between a clean codebase and a production time bomb.

Read More
Architecture Hardware OpenClaw Infrastructure
6 min read

Financially Air-Gapping A Raspberry Pi AI Swarm

How I turned a Pi 5 into a localized orchestrator using an MCP router and isolated OpenClaw worker networks to slash API costs.

Read More
3D Printing Green Infrastructure Material Science
6 min read

Printing the Foundation: 3D Construction as Green Infrastructure

How additive manufacturing is disrupting material science and the traditional role of the contractor.

Read More
Workflow CLI Infrastructure
7 min read

Terminal Velocity: The CLI as your AI Abstraction Layer

Why GUIs are a bottleneck for AI engineering and how to build a high-speed command line workflow using WSL2 and Zsh.

Read More
Local LLM Python Hardware
6 min read

Hello, Ollama: Local Inference is Your Architectural Insurance

Running LLMs on a Raspberry Pi isn't just a hobby; it's a fallback strategy for system resilience.

Read More
APIs Architecture Python
8 min read

API Sovereignty: Building for the 2 AM Failure

Why generic API wrappers are a liability and how to build a resilient, multi-provider fallback chain.

Read More
Hardware Apple Silicon LLMs
8 min read

The Mac Mini M4: The Un-official Local LLM King

Why unified memory architecture is the only way to run 70B parameter models without a data-center budget.

Read More
Infrastructure Performance
8 min read

The Linux Edge: Why AI Breathes Better in the Kernel

Why I stopped fighting Windows registry errors and moved my entire AI engineering lab to WSL2 and Ubuntu Server.

Read More
Hardware AI Agents
8 min read

The Raspberry Pi Master: Your 24/7 Lab Assistant

Why my Pi isn't just for hobbyist projects, but serves as the always-on utility and IoT bridge for the Gekro Lab.

Read More
Architecture AI Agents
10 min read

The Architecture of a Lab: Splitting Brain from Body

Why monolithic web frameworks fail for AI engineering and how I built a distributed, agent-first architecture for Gekro.

Read More
Setup AI Agents Python
9 min read

Zero to Agent: My First Autonomous Loop

The moment I stopped writing scripts and started building systems that sense, think, and act without my permission.

Read More