About
Xennix LLC builds and maintains self-hosted AI agent deployments.
Practical, not theoretical
This work comes out of running agent fleets in production rather than reading about them. Multiple agents across Linux containers, native Windows, and cloud hosts. Microsoft Teams integration, scheduled automations, persistent memory, and integrations into Microsoft 365, accounting systems, and network infrastructure.
That means the advice tends to be specific: which defaults change quietly between versions, which failure modes look like a working system, and which configuration settings do nothing at all despite validating cleanly.
How the work is approached
Verify, do not assume
A change is not done because the config validated. It is done when the behaviour has been tested and the result observed.
Reversible by default
Backups before changes, version-controlled configuration, and a known way back. Especially for anything touching live systems.
Say what actually happened
If something failed, was skipped, or is still uncertain, that gets reported plainly rather than smoothed over.
