Tag

#ai-agent

3 posts

Profiling and Optimizing an AI Agent's Resource Usage

A deep dive into analyzing a deployed Hermes agent's RAM and disk footprint, the five changes that cut its memory reservation in half, and the SQLite performance tuning that made it snappier.

ai-agent docker performance python infrastructure

Migrating an AI Agent from Incus to Docker: A Security Retrospective

Why I moved my autonomous AI agent (Hermes) from an Incus container to a hardened Docker Compose stack — seccomp, read-only rootfs, dropped capabilities, network segmentation, and the tradeoffs I made along the way.

docker security incus ai-agent infrastructure