ai
-
Running an AI Agent in a Home Lab: Security First
An AI agent with access to your shell, your GitHub account, your filesystem — it’s dangerous if you’re not deliberate about it. Here’s how I containerized Hermes Agent in my home lab, with a focus on blast-radius containment from the start.
-
Building an Identity Provider in Elixir with Claude Code
I’m working on a self-hosted, multi-tenant Identity Provider (IdP) that supports both OAuth 2.0/OpenID Connect and SAML 2.0, all while being infrastructure-as-code friendly. Enter Authify: an open-source identity provider that’s been my most ambitious Elixir project to date. Why Elixir? I’ve been experimenting with Elixir…