Hermes GPT 6 took me about an hour to get from nothing to a voice agent that built me a working app, and this is the minute-by-minute of what that hour looked like.
I'm writing this the way I'd talk you through it over coffee.
Install first, model second, voice third, and the first build somewhere around the 40 minute mark.
I'll tell you where it wobbled too, because it did.
Here's the finished result before we rewind to the start.
Minutes 0 to 15: getting Hermes agent running
The first thing to understand is what you're actually installing.
Hermes agent is an open source project, and it's the body your model lives in.
I got the base project running with nothing bolted on, because that's the version where problems are easy to diagnose.
No voice yet.
No memory link yet.
Just Hermes and a text box.
If you want the click-by-click, my full Hermes agent installation guide covers the install on its own.
The honest bit: this stage is the least fun part of the hour and it's also the part people rush.
Don't rush it, because everything after here assumes it works.
Minutes 15 to 20: choosing the brain in the model manager
Hermes has a model manager and a dashboard where you set which model runs the show.
I dropped in the API key, selected the GPT model, and saved.
That single setting is the difference between a generic install and a Hermes GPT 6 build.
It's also why I've stopped getting excited about model launch days.
When the next one ships, I change a dropdown and my entire system gets better overnight.
You can point the same slot at a local model instead if you don't want the API bill, and I'll come back to that.
Minutes 20 to 25: the first question
Never make your first command a big creative build.
Make it something you can verify.
I asked mine what I'd been working on this week.
It came back with "you've been tinkering with thumbnail work this week, sir — the thumbnails log shows recent edits there, suggesting that's where your focus has been landing".
That answer told me three things at once.
The model was connected, the logs were readable, and the memory layer was doing its job.
If you get a vague answer here, your memory link isn't wired up and there's no point continuing until it is.
🔥 Want the exact setup I used to get these results? Inside the AI Profit Boardroom, I've got a full Hermes section with step-by-step video tutorials, the Agent OS install zip and every prompt I use. Plus weekly coaching calls + 2,800+ members building real automations. → Get access here
Minutes 25 to 35: adding the voice
This is where it stopped being software for me.
I plugged Hermes into ElevenLabs so it generates the spoken reply.
You can switch between voices until one sounds right.
Then there's the wake word, so saying "Jarvis" or "Hermes" switches it on and saying it again switches it off.
That means you can leave it in the background like a wall-mounted assistant, ready and waiting, and type into it instead whenever you'd rather.
I also tested the daft stuff, because you should.
I asked it for a joke about AI and got "why did the neural network break up with the database — it said she had too many issues and wouldn't commit to a schema".
That's a small thing, but it tells you latency and voice are both healthy.
Minutes 35 to 45: the first real build
Then I gave it the thing I actually wanted.
"Jarvis, build me a galaxy I can swirl with my mouse."
It replied "built and running, sir — have a look", and there it was.
I don't code.
That's worth repeating, because the whole point of the Hermes GPT 6 stack is that the agent handles the doing.
Over the following sessions the same setup built me a habit tracker, a full website, a Japanese flashcard game and a meditation timer.
It has made videos too.
Every one of those started as a sentence I said out loud.
Here's the wider Agent OS build if you want to see where this goes after the first hour.
Minutes 45 to 50: finding everything you just made
Scroll down in the interface and there's a section with everything you previously built.
You can open any of it again.
I ask "show me everything I've built" and it lists the lot.
Genuinely, this is the feature that made me trust the system.
An agent that builds and then loses your work is a toy, and one that keeps a gallery is a tool.
The full conversation history sits alongside it, so you can see what you asked as well as what got made.
Minutes 50 to 55: computer use
I said "Jarvis, open up juliangoldie.com".
It said "opening Julian Goldie's site now, sir" and opened it.
Computer use and browser use are built into the system, which is more important than it sounds.
An agent that can open a page can verify its own output instead of assuring you it's fine.
Minutes 55 to 60: the rest of the room
By the end of the hour I was clicking through the parts I hadn't touched yet.
I said "Jarvis, show me my team" and it pulled up the agents ready inside the system — Claude, the open core agents, Hermes, all together.
There's a mission control view, goal mode, a chat mode for typing, and MCP support for adding tools.
Paperclip is in there with AI agent teams, and there's an agent group chat where Hermes talks to Claude and Gemini.
That group chat is probably my favourite part of the whole build.
I wrote up the swarm side separately in Hermes agent swarm, and here's that multi-agent layer in action.
What broke, honestly
It doesn't always work.
Sometimes it's not that smooth, and if I told you otherwise you'd find out yourself by Tuesday.
Voice occasionally misheard me and went off on something I didn't ask for.
The fix is usually mode-related — check whether you're in auto mode or agent mode before blaming the model.
And this is a system you improve daily, not a product you install once.
The flip side is that this is the worst it will ever be.
| Hour-one stage | Time | Common failure |
|---|---|---|
| Install Hermes | 15 min | Skipping the plain-text test |
| Set the model | 5 min | Wrong key, wrong model tier |
| First question | 5 min | Memory not linked, vague answers |
| Add voice | 10 min | Wake word not registering |
| First build | 10 min | Asking for too much at once |
| Explore the rest | 15 min | Wrong mode selected |
The free route if you don't want to pay for tokens
I built a parallel version of this with free Claude Code and an agent factory that builds live while you talk or type to it.
That one runs on Qwen 2.5 Coder through Ollama, so it's a free local model.
Which is mind-blowing when you sit with it, because local models keep getting better every few months.
Start there if the API bill is what's holding you back, then switch the model manager over later.
I compared the options in best Ollama model for Hermes agent.
🔥 Want my full Hermes Jarvis + Agent OS setup? The AI Profit Boardroom has the full video tutorial, the zip to install, the prompts, and new tutorials added daily. Ask questions and get help in real time from me and 2,800+ members. → Get the setup here
Hermes GPT 6 FAQ
How long does a Hermes GPT 6 setup take?
Around an hour if you go install, model, voice, build in that order.
Most of the pain comes from doing them in the wrong order.
What should my first Hermes command be?
Something you can check.
Ask what you've been working on this week, then confirm the answer matches your actual logs.
Why is my Hermes agent not doing multi-step work?
You're probably in auto mode rather than agent mode.
Auto is the lighter conversational path, and agent mode is where the real work happens.
Does Hermes GPT 6 work first time?
Not always, and I'd rather be straight about that.
It's rough in places and it's a system you improve daily.
Can I run the first hour without paying for a model?
Yes.
Point it at a local model like Qwen 2.5 Coder through Ollama and it costs you nothing.
Do I need coding skills for the first run?
No.
I don't code, and I built the whole thing by talking to it with Claude improving the system in the background.
About Julian
I'm Julian Goldie — AI entrepreneur, SEO expert, and founder of the AI Profit Boardroom (2,800+ members). I help business owners scale with AI agents, automation, and SEO.
- 400K+ YouTube subscribers
- 7-figure AI agency (Goldie Agency)
- Daily training inside the Boardroom
- Author of multiple AI automation playbooks
→ Get my best AI training inside the AI Profit Boardroom
Also On Our Network
- 🌐 Read on bestaiagentcommunity.com
- 🌐 Read on aiprofitboardroom.com
- 🌐 Read on aisuccesslabjuliangoldie.com
- 🌐 Read on aimoneylabjuliangoldie.com
Related reading
- Hermes agent installation guide — the install on its own.
- Best Ollama model for Hermes agent — the free local route.
- Hermes agent swarm — where you go after hour one.
Give it one focused hour in the right order and your Hermes GPT 6 build will be answering, opening and shipping things by the end of it.
📺 Video notes + links to the tools 👉











