My FULL Hermes Agent Setup (HermesOS)

Categories: AI, Product

Summary

Tina Huang built HermesOS, a multi-agent system that autonomously writes code, manages productivity, and provides personalized coaching by analyzing behavioral data patterns. Her Lifebot agent increased deep work from 90 to 110+ minutes daily by identifying a 9-11 AM productivity gap through pattern analysis.

Key Takeaways

  1. Use multi-agent Discord bots to generate software specs and PRDs automatically—Hermes drafts full Pomodoro app feature specs with implementation details in minutes, enabling faster iteration cycles.
  2. Log behavioral data (work sessions, breaks, task types, timestamps) into an agent to unlock personalized productivity advice; Lifebot identified that 9-11 AM was unused and recommended protecting 3-5 PM from task creep.
  3. Agents can provide real-time decision support during work—asking 'Should I break or push?' at 11 AM returned specific guidance ('push, but only 10-minute breaks') based on daily patterns and upcoming peak hours.
  4. Automate data syncing from external sources (iCloud steps, terminal logs, Obsidian) every 2 hours to maintain fresh context; Lifebot uses this aggregated data to detect actionable gaps in schedules.
  5. Build agents that bridge communication gaps—using Discord for Coder and Telegram for Lifebot allows context-specific interactions tailored to whether you're building software or seeking life coaching.

Related topics

Transcript Excerpt

Hello friends. In this video, I want to give you a tour of my Hermes setup, my Hermes OS. It is a multi-agent system that autonomously builds software, acts [music] as a COO of my company, assistant, and my personal productivity and health coach, too. Honestly, [music] I love Hermes. I use it every single day, and I have so much fun building new functionalities. So, I hope this video gives you some ideas to build yours, too. Now, without further ado, let's go. A portion of this video is sponsored by Hostinger. So, first off, I want to show you Coder, a multi-agent software building system. So, let's actually build something right now. This is my Discord where I talk to my Hermes bot, so I can say, "Hermes bot, draft me a spec to add on to my Pomodoro app the ability to switch skins." So, h…

More from Tina Huang