DevOps career switch in progress, minimal 2‑node k3s homelab in La Celle-Saint-Cloud. I publicly document every architecture decision — both to clarify my own choices and to show a future employer that I know how to operate a Kubernetes cluster in real conditions.
Today’s topic: how to connect 2 k3s nodes without hacking together a site-to-site VPN, w...
We build AI agent infrastructure for a living. So when we say "don't use AI agents for this," it's worth paying attention.
The pressure to deploy agents is real. Board decks demand AI strategy slides. Engineering managers feel the pull to modernize workflows. Vendors...
Autonomous AI agents are genuinely useful, until they aren't. A customer-service agent that refunds the wrong order, a procurement agent that commits budget to the wrong vendor, a code-review agent that auto-merges a breaking change: these are not hypothetical tail risks. They happen, and when they do, the question your post-mortem will ask is not "why didn't the AI do better?" but "why wasn't ...
AI agents burn through tokens fast. A single multi-step agent workflow, classify an intent, retrieve context, reason over it, draft a response, validate the output, can easily consume 15,000-40,000 tokens per request before you've blinked. At GPT-4o pricing, that's $0.06–$0.16 per w...
Andrej Karpathy's autoresearch project = Ralph Wiggum+ (Humans Decide/Describe, AI Tweaks/Tests on Repeat, keeping what moves toward the goal)
You set a goal last night and went to sleep. By morning, your AI researcher had run 100 experiments to chase it: tryi...