Tag / #ai-agents
Tagged #ai-agents
A narrower slice of the archive, collected around one repeated concern.
Systems Mar 21, 2026 25 min read
AI Will Not Take Your Job, But It Might Take Your Ability to Think
The real AI risks are not about capability. They are critical thinking erosion, organizational inertia, and a misunderstanding of both AI and security.
Lab Feb 12, 2026 10 min read
How to Run Claude Code, Codex, and Gemini as Containerized Homelab Services
Containerize AI CLI tools with Docker for remote SSH access and OpenAI-compatible APIs via Traefik. Vendor-independent, reproducible.
Systems Feb 8, 2025 8 min read
MCP (Model Context Protocol) Explained for AI Practitioners
MCP is Anthropic's open protocol for connecting AI models to external tools and data. Here are the core concepts and why it matters for agents.
Systems Jan 30, 2025 4 min read
Durable AI-Agent Memory in a Homelab Repo with MCP Setup/Check Scripts
Use setup/check scripts and a Dockerized MCP memory server to keep agent context durable while avoiding secret leakage into repo memory.
Lab Jan 29, 2025 9 min read
Setting Up a Docker Swarm AI Agent Cluster for Security Research
Build AI agent lab on Raspberry Pi with Docker Swarm: encrypted networks, HMAC auth, and security monitoring. Production-grade patterns on $600 hardware.