Thoughts on software engineering, AI, and the things I learn along the way.
2026-05-23
>Multi-Agent AI Isn't Just Diagrams Anymore
How Hermes Agent does multi-agent differently — profiles, delegation, kanban, and cron — and why composable isolation beats state machines for most real-world tasks.
AI AgentHermesMulti-AgentLangGraphArchitecture
2025-05-16
>Connecting Neon MCP Server to Hermes Agent
How I connected a Neon MCP server to my AI agent — giving it direct database access without psql, without SSH tunnels, and without installing any database client inside the container.
NeonMCPHermes AgentPostgreSQLDocker
2025-05-10
>Setting Up My AI Agent — Hermes Agent
How I deployed Hermes Agent as my personal AI assistant — powered by GLM-5.1 via Ollama Cloud, web search through SearXNG, and containerized with Docker for minimized security risk.
AI AgentHermesDockerOllamaSearXNG