gekro
GitHub LinkedIn

The Blog

The AI Engineering Blog

Deep dives, tutorials, and field notes from the lab - building agentic AI, local-first LLM infrastructure, and self-hosted systems in production.

Tesla Hardware
7 min

500 Days and 30,000 Miles

Five hundred days ago I pointed a Raspberry Pi at my car and started keeping every mile it drove. It has captured 10.4 million data points without missing a beat I did not cause, and somewhere along the way it stopped being a logger and became something I can ask questions of.

Read
AI Engineering Security
12 min

The AI Watermarking Arms Race

Anthropic has started watermarking Claude's text output. How generative text watermarking actually works, why no third party can verify it yet, why detection power drops to the square root of the machine-written fraction once a document has two authors, and why I shipped a tool that says 'not checkable' instead of inventing a score.

Read
Automation LLMs
6 min

Introducing Gekro News: An AI Briefing That Curates Itself Around Me

A public daily AI briefing that reads a profile of my interests distilled from my own knowledge base, picks the day's real signal, cites its sources, and publishes itself every morning.

Read
AI Engineering Architecture
9 min

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
AI Agents Automation
11 min

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
AI Engineering Architecture
5 min

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
Architecture Hardware
6 min

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
3D Printing Green Infrastructure
6 min

Printing the Foundation: 3D Construction as Green Infrastructure

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

Read
Workflow CLI
7 min

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
Local LLM Python
6 min

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
APIs Architecture
8 min

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
Hardware Apple Silicon
8 min

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
Infrastructure Performance
8 min

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
Hardware AI Agents
8 min

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
Architecture AI Agents
10 min

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
Setup AI Agents
9 min

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