Home
Łukasz Komosa
Cancel

My AI Homelab Stack: Building With Claude Code

I have written a handful of posts about individual pieces of my setup – the LLM gateway, the multi-agent plugin, the spec workflow, the VPN. This one is the tour that connects them. It is the answe...

Setting Up Tailscale for Your Homelab Infrastructure

A while back I wrote about running Zerotier on Linux to stitch machines together over the internet. Tailscale is a sibling tool that solves the same problem – a flat, private network across hosts n...

Self-Hosting an LLM Gateway With LiteLLM

If you run more than one tool that talks to a language model – a CLI here, a script there, a couple of agents – you quickly end up with API keys scattered across config files, hardcoded model names...

Spec-Driven Development With AI Agents

I have been driving real implementation work through AI agents for a while now, and I keep relearning the same lesson: the agent is rarely the bottleneck. The bottleneck is intent. If you cannot re...

Turning Claude Code Into a Team: Multi-Agent Orchestration

When I use Claude Code for anything beyond a quick edit, the single-assistant model starts to strain. One context window holds the requirements, the API design, the implementation, the tests, the s...

Cutting Token Cost in a Claude Code Plugin

I maintain scaffolding, a multi-agent orchestration plugin for Claude Code. It ships 11 agents, 34 skills, 16 commands, and 9 hooks. As the plugin grew, every new session was starting to feel heavi...

What is ssh and how ssh-copy-id works?

SSH, or Secure Shell, is a network protocol used to securely connect to a remote computer. It is commonly used for remote command-line access and remote command execution, but can also be used for ...

Installing and Using Zerotier VPN on a Linux Machine

Zerotier is a popular virtual private network VPN service that allows users to connect their devices together securely over the internet. It is easy to set up and use, and offers a range of feature...

Working with multiple remotes repositories

This post will guide you how to work with git remotes and push to multiple repositories with a single command. If you don’t know what git is, you should probably read about it before you continue. ...

How to remove Proxmox Subscription Notice?

Proxmox Virtual Environment is a popular open-source virtualization platform used by many organizations and individuals to run and manage virtual machines. While the Proxmox platform is free to use...