I replaced Hermes with this Claude System...
Jack Roberts presents a custom Claude-based AI agent system called 'Gravity Claw' as an alternative to the Hermes AI agent framework, demonstrating how to cherry-pick the best features from multiple AI frameworks rather than being locked into one. He shows how to integrate capabilities like self-generating skills, multi-tier memory, and voice-activated research using tools like Firecrawl and Railway for hosting.
Summary
Jack Roberts, who claims to have built and sold a tech startup with over 60,000 customers, opens by introducing Hermes as one of the most powerful AI agent frameworks available, noting its 124,000 GitHub stars and trending status. He outlines Hermes' key strengths: a background dreaming loop that reflects on sessions and prunes contradictions into memory, self-authored tools and skills after complex tasks, a four-layer memory system, and multi-platform messaging support across 15 services like Telegram and Discord.
However, Roberts argues that the core limitation of Hermes and similar pre-built frameworks is vendor lock-in: every time a better framework emerges, users must re-credential all connections, lose memories across apps, and conform to someone else's roadmap rather than their own. His solution is what he calls 'cherry-picking the winners' — using a coding environment like Anthropic's Claude or 'Anti-gravity' to analyze any new GitHub repo, identify unique features, and selectively integrate only the desired components into his existing custom system.
He demonstrates this live by having his agent analyze the Hermes repo, produce a feature breakdown categorized by implementation effort (easy wins, medium effort, big lift), and then integrate self-generating skills with a single prompt. He explains his three-tier memory architecture: a core memory layer (soul.md with personality and key facts), a conversational buffer of the last 50-100 messages, and a semantic tier indexed via Pinecone.
For hosting, Roberts recommends Railway over VPS for its simplicity and security, noting it doesn't expose ports to the internet and keeps the agent running regardless of whether a laptop is open. He then demonstrates creating a Firecrawl-powered research skill via voice dictation, tasking the agent to scrape Product Hunt for three-star reviews of speech dictation software. The skill is created and executed in a single session. He closes by recommending GPT 5.5 or DeepSeek as cost-effective model options and teasing a full course covering foundation setup, memory systems, and monetization.
Key Insights
- Roberts argues that the fundamental limitation of pre-built frameworks like Hermes is that users are bound to the developer's roadmap, forcing re-credentialing of all connections and loss of agent memory every time a superior framework emerges.
- Roberts claims that after five or more tool calls on a complex task, Hermes' self-generating skills system autonomously decides whether a procedure is reusable enough to save as a markdown skill file, skipping it if it's a one-off task.
- Roberts states that his three-tier memory system consists of a core soul.md personality layer, a rolling conversational buffer of the last 50-100 messages, and a semantic tier that indexes everything in Pinecone for long-term retrieval.
- Roberts claims that GPT 5.5 can be accessed through an existing $20/month ChatGPT subscription at no additional cost via OAuth authentication, whereas Claude does not offer the same arrangement — making ChatGPT more cost-effective for powering these agent systems.
- Roberts argues that Railway is preferable to VPS hosting for running a 24/7 AI agent because it is not exposed to the internet, eliminates security concerns about open ports, and integrates directly with coding environments like Anti-gravity or Claude Code.
Topics
Transcript
[0:00] Hermes might be the most powerful AI agent on the planet right now. It's an AI personal assistant that runs 24/7, but it has one huge limitation. And in this video, I'll show my exact Claude system that solves this limitation by taking the best systems from Hermes, Open Claw, and any AI system to turn you into a productivity superpower with an agent that runs 24/7 so you can stop wasting time and make more money. And if you don't know who I am, my name is Jack [0:31] Roberts. I built and sold my last tech startup with over 60,000 customers and I build my own AI businesses and I share with you the exact stuff that…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Jack Roberts
100 hours of Hermes Agent lessons in 23 minutes
Jack walks through advanced features of Hermes Agent, an AI personal assistant, covering memory systems, background tasks, scheduled cron jobs, model switching, and integration with tools like Obsidian, GitHub, and various AI models. The video aims to help users unlock capabilities beyond basic chatbot usage. Key themes include connecting external memory systems, delegating tasks to specialized AI models, and building a persistent, context-aware personal assistant.
Claude Code = $10,000 Beautiful Slides
Jack demonstrates a GitHub-based system using Claude Code to generate professional slide decks from any website URL by codifying 20 universal design principles. The system uses Firecrawl to extract brand DNA from websites and can integrate AI-generated images via APIs like Krea.ai. The result is polished, brand-consistent HTML presentations created in minutes with minimal input.
The most valuable thing I got from working at McDonald's
The speaker reflects on their first job at McDonald's at age 17, earning £5 an hour. The most valuable takeaway was the realization that they never wanted to work such a job again, reinforced by calculating how long it would take to earn a million pounds at that wage.
Claude Code Memory System = CHEAT CODE
Jack Roberts presents a three-tier Claude memory system designed to give AI tools persistent context across all platforms and sessions. The system consists of short-term identity memory, mid-term project memory via structured folders and claude.md files, and long-term memory using either Obsidian or Pinecone for archiving conversations and expert knowledge. The goal is to eliminate the 'amnesia' problem where AI loses context between chats.
ChatGPT ads aren't actually a bad thing. Here's when I want them.
The speaker argues that ads in ChatGPT are not inherently bad, particularly when users are actively seeking product recommendations. They distinguish this as 'pull advertising,' where the user initiates the request and ChatGPT synthesizes results based on provided context.