How to Build Your Own Hermes + OpenClaw!
The video provides a step-by-step guide to building a free, local AI coding agent called 'Hermes plus OpenClaw' using PyAgent, Ollama, Gemma 4, and Parallel's free web search MCP. The setup requires no paid API keys, runs entirely on the user's machine, and includes web search capability. The presenter walks through installation, configuration, and practical use cases for the tool.
Summary
The video is a tutorial walkthrough for building a fully local, cost-free AI coding agent dubbed 'Hermes plus OpenClaw.' The presenter explains that most CLI agents require paid API subscriptions to services like OpenAI or Anthropic, but this setup avoids all fees by running Google's open-source Gemma 4 model locally via Ollama — a free tool that allows AI models to run on personal hardware without sending data to external servers.
The core components are broken down clearly: PyAgent serves as the CLI wrapper that ties everything together; Ollama handles local model execution; Gemma 4 is the underlying AI model; and Parallel's newly released free web search MCP (Model Context Protocol) plugin gives the local agent the ability to retrieve live information from the internet. The presenter emphasizes that MCP functions like a plugin system for AI agents, allowing extensibility to other tools and services.
The installation process is outlined in four steps: (1) Install Ollama from ollama.com, (2) Download Gemma 4 via the terminal command 'ollama pull gemma4', (3) Install PyAgent from its GitHub page and configure it to point at the local Gemma 4 model, and (4) Add Parallel's web search MCP to the PyAgent config file. The presenter notes the initial setup may take about an hour but only needs to be done once.
Three major advantages of this setup are highlighted: privacy (prompts and data never leave the user's machine except during web searches), speed (no API latency or rate limits), and cost (completely free indefinitely). The presenter acknowledges that Gemma 4 is not as capable as top-tier paid models like GPT-4 or Claude but argues it is more than sufficient for everyday tasks including coding, writing, searching, summarizing, and automation.
Six practical workflows are demonstrated: cleaning customer data from CSV files, writing personalized outreach emails, building automation scripts, conducting web research using the MCP, building small web apps and landing pages, and debugging existing code. The presenter also offers five usage tips: write clear and specific prompts, build a reusable prompt library, integrate the agent with other tools via MCP, keep Ollama and PyAgent updated, and share workflows with the community. The video closes with promotions for the AI Profit Boardroom and the free AI Success Lab community.
Key Insights
- The presenter argues that PyAgent, unlike most CLI agents, requires no paid API key because it can run entirely off a locally hosted model via Ollama, making the entire coding agent stack free and offline-capable once set up.
- The presenter explains that Parallel's newly released free web search MCP functions like a plugin for AI agents, allowing a fully local model to pull live data from the internet — effectively bridging the gap between offline local models and real-time information.
- The presenter claims that using ChatGPT or Claude online sends user data to external servers, which poses a privacy risk for businesses handling sensitive client information, whereas the Hermes plus OpenClaw setup keeps all prompts on the user's machine except during web searches.
- The presenter states that Gemma 4 is tuned for coding, writing, and reasoning, runs on consumer-grade hardware without requiring a dedicated GPU, and that larger versions can be run on more powerful machines for better results.
- The presenter concedes that local models like Gemma 4 are not as capable as the largest paid models, and recommends swapping in a paid model only for exceptionally complex one-off tasks while handling all routine daily work locally to save costs.
Topics
Transcript
[0:00] How to build your own Hermes plus open claw. Today, I'm going to show you how to build your own free AI coding agent on your computer. No paid tools, no monthly fees, just a powerful CLI agent that runs right on your machine. It uses Pi Agent Ollama with Gemma 4 and Parallels brand new free web search MCP. This is huge and by the end of this video, you'll have your very own Hermes plus open claw setup ready to go. Let's get into it. So, let's talk about what this whole thing actually is. Pi Agent is a CLI agent. That just means it runs in your terminal. You type commands and it does stuff for…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Julian Goldie SEO
NEW Nvidia Autonomous AI is WILD!! 🤯
Nvidia announced Nemo Clo, a new autonomous AI agent system that operates independently without continuous prompting. Powered by Nemotron 3 Ultra (a 550 billion parameter model), the system is five times faster and cheaper than previous versions, with OpenShell providing secure sandboxed execution.
Laguna XS 2.1: New FREE + Opensource Local AI!
Julian reviews Laguna XS 2.1, a new free open-source local AI coding model from Poolside that performs comparably to Qwen 3.6 and outperforms Claude Haiku on benchmarks. He demonstrates its practical capabilities by building landing pages and functional apps, highlighting its speed, offline functionality, and multiple deployment options through local setup, Claude Code, or OpenRouter's free API.
How to Run Hermes FREE Forever!
The video demonstrates how to run the Hermes AI agent for free using Gemma 4, a local open-source model from Google, with significant speed improvements through MLX optimization. The setup works on Apple Silicon Macs or via free APIs on Open Router, enabling autonomous agents to work offline and privately without subscription costs.
This NEW Chinese AI is INSANE! (FREE + Open Source!)
Long Cap 2.0 is a new open-source Chinese AI model from a food delivery app company that offers 1 million tokens of free context memory, beats GPT-4.5 on SWE bench pro benchmarks, and uses efficient parameter activation to reduce computational overhead while maintaining high performance.
Claude Code is now FREE: Here’s how…
Google's new Gemma 4 model running on Ollama is 90% faster on Apple Silicon, enabling free Claude Code usage locally without token costs. The setup requires three simple steps: downloading Ollama, Gemma 4, and installing into Claude Code, with alternatives available via OpenRouter API for non-Mac users.