What is your own AI assistant?
Your own AI assistant is configured for your business environment. The agent knows your projects, agreements, and tools, and works within boundaries you set. Your team talks to it through the channels it already uses: chat, desktop, or email.
At Voltti, we build that environment with Hermes Agent, installed on a system at your business and supported by us.
Building an AI assistant yourself: four options and their limits
Want to build an AI assistant without a partner? You can, and for some organizations it is the right choice. There are roughly four options, each with its own limits.
One accessible option is a configured chat tool: a Custom GPT or Copilot instructions with your own documents attached. Instructions and examples help the assistant match your house style. Connections to your CRM, scheduling, or files may be available through apps, actions, or connectors, but require extra configuration and depend on the platform and your subscription. Processing takes place at the provider.
The second option is a no-code platform such as n8n. You build automation flows that connect email, forms, and tools. You get more freedom, but you build and maintain every scenario yourself, and your team handles every change.
The third option is installing an existing open-source agent on your own hardware, such as OpenClaw or Hermes. This comes closest to the traditional idea of an assistant: the agent runs on a system you administer, communicates through channels you already use, maintains memory and skills, and works with your tools. OpenClaw is open source under the MIT license, runs on your own computer, and connects the agent through a gateway to channels such as Discord, Slack, Teams, Telegram, and WhatsApp. Hermes is an open-source agent framework from Nous Research that runs in the terminal, on messaging platforms, and in IDEs, without tying you to one provider. Getting started is technical but has become accessible: an installation script or desktop installer is enough to begin. The limit is the responsibility that comes with it. Installation, permissions, updates, backups, and output review all fall to you or your team. Later in this article, we explain how to install Hermes yourself.
The fourth option is writing your own software against model APIs and your own systems. It gives you the most control and demands the most work: prompts, integrations, security, and monitoring. To depend less on external model providers, you can even run the models yourself, for example with Ollama, but expect to need considerably more hardware, expertise, and maintenance.
One thing people often underestimate: an assistant is never finished. Models change, integrations break, and someone has to keep checking the output. If you build it, you maintain it too.
There is a practical rule of thumb for when DIY stops paying off: if you spend more time building, testing, and fixing the assistant than on the task you wanted to automate, you have reached the limit. Another warning is dependence on one employee. If exactly one colleague knows how the flow works, it is a risk rather than a dependable system. At that point, outsourcing is a decision, not an admission of failure.