$ ls ~/guides

Guides

Evidence-backed guides to autonomous AI agents, reliability, and local model evaluation.

These guides explain the recurring technical problems behind the projects and field notes in Hermanity. They are written from deployed systems and measured failures—not from a generic definition of what an AI agent might do.

Start with how an autonomous AI agent works in production, then move to AI-agent reliability or local LLM benchmarking depending on whether you are operating agents or evaluating the models behind them. Once you are running more than one agent at a time, multi-agent orchestration covers the isolation, coordination, and review structure that keeps parallel work separable; its agent quick reference is the copy-paste companion for the agents themselves.

Reference

Orca Agent Quick Reference

Copy-paste reference for driving Orca from a coding agent: commands, selectors, worker-brief template, reporting conventions, and the failure modes worth guarding against.

Read more