Blog

Building an Interactive AI Chat in Your ZSH Terminal

Ever wanted to chat with any AI model directly from your terminal without leaving your workflow? I built a lightweight ZSH function that connects to any OpenAI-compatible API with minimal dependencies—just curl and jq. I use fuelix.ai as my provider, which gives me access to dozens of models from OpenAI, Anthropic, Google, and others through a single API. But the function works with any OpenAI-compatible endpoint—local models, direct provider APIs, or custom services.

Read more →

Scalable Actions for All

Setting up GitHub Actions Runner Controller (ARC) on a cheap VPS with K3s to run scalable, self-hosted GitHub Actions runners with Docker-in-Docker support. Read more →