Ask AI

The hub has a chat that answers questions using saved links as context, citing the sources it drew from. Below are real, read-only conversations the owner chose to share.

No conversations have been shared yet — here's a sample of how the chat works.
Example conversation · read only
what do we have saved on Hermes Agent

Hermes Agent — What's in Your Library

You have three saved links specifically about Hermes Agent, plus a few adjacent ones that mention it. Here is a breakdown:


Core Hermes Agent Links

1. Announcement Nous Research Announces Hermes Agent covers the original release. Key features:

  • Multi-level memory system
  • Persistent dedicated machine access
  • Designed to accumulate knowledge and skills over time
  • Fully open source

2. Setup Guide How to Set Up Hermes Agent Step by Step by Greg Isenberg is a practical walkthrough covering:

  • Terminal-based deployment
  • 40+ pre-loaded tools
  • Integration with Obsidian and OpenRouter for cost tracking
  • Deployment options: terminal, Android via Telegram, Docker, or serverless
  • Significant cost savings compared to Claude (referred to as "OpenClaw")
  • Learns from completed tasks, reducing repeated LLM calls

3. Comparison vs Claude Code Hermes Agent vs Claude Code: Speed, Decision-Making, and Memory Comparison gives a user-level verdict:

  • Faster execution that matches work pace
  • Autonomous decision-making — avoids blocking on follow-up questions
  • Rapid contextual learning within weeks
  • Demonstrated through a go-to-market example where it remembered preferences and self-corrected without prompting

Related Link Worth Noting

Hermes Agent Autonomously Automated My Job shows a real-world use case where Hermes reduced an 8-hour workflow (customer requirements to product launch) down to 80 minutes by autonomously building a skill to handle the entire pipeline.


Quick Summary

TopicSource
What it isNous Research announcement
How to set it upGreg Isenberg guide
How it compares to Claude CodeTikTok comparison
Real-world automation exampleTikTok workflow demo

Resources

  • Nous Research Announces Hermes Agent by Nous Research — Original announcement with feature overview
  • How to Set Up Hermes Agent Step by Step by Greg Isenberg — Practical setup and tool integration guide
  • Hermes Agent vs Claude Code (TikTok) — User comparison across speed, memory, and autonomy
  • Hermes Agent Autonomously Automated My Job (TikTok) — Concrete workflow automation demonstration
what do we have on setting up and using a Hetzner VPS

Hetzner VPS — What's in Your Library

You have a solid cluster of saved links covering security, setup automation, and remote development on Hetzner VPS.


Security Hardening

VPS Security Setup: Tailscale + Firewall Lockdown Strategy by levelsio is the foundational security guide:

  • Install Tailscale immediately on any new Hetzner VPS
  • Lock firewall to only accept HTTPS 443 from Cloudflare IPs and SSH 22 from Tailscale IPs
  • Core principle: never expose your VPS directly to the public internet

SSH Brute Force Attack Analysis by Tony Tong gives you the "why" behind that advice:

  • 165,225 SSH brute force attacks documented over 90 days
  • Attackers target common usernames, crypto wallet names, database names
  • Solved completely by implementing Tailscale + UFW firewall

Automated Setup

Denis Yurchak shares Claude prompt for automated secure VPS setup on Hetzner is the most practical starting point:

  • A single markdown file containing a Claude prompt that automates the entire setup
  • Covers SSH hardening, fail2ban, UFW firewall, and Tailscale in one step
  • Requires only: buy VPS, install Claude, run the prompt

Remote Development Workflow

levelsio's Development Setup: Termius + Mosh + SSH + Tailscale + Claude Code shows the full remote coding stack:

  • Termius + Mosh for terminal access
  • SSH into the VPS via Tailscale
  • Claude Code installed on-server for AI-assisted development

Claude Code bash alias for fast VPS coding by levelsio adds a quality-of-life layer:

  • Single-letter bash alias (c) to instantly launch Claude Code after login
  • Uses environment variables and flags for sandbox mode and session continuity
  • Added to ~/.bashrc for persistence

Recommended Setup Order

  1. Buy Hetzner VPS
  2. Run Denis Yurchak's Claude prompt to auto-configure security (SSH, fail2ban, UFW, Tailscale)
  3. Lock firewall per levelsio's Tailscale + Cloudflare strategy
  4. Connect via Termius + Mosh
  5. Add levelsio's bash alias for fast Claude Code access

Resources

  • VPS Security Setup: Tailscale + Firewall Lockdown Strategy by levelsio — Core firewall and VPN strategy for isolating a Hetzner VPS
  • Denis Yurchak shares Claude prompt for automated secure VPS setup by Denis Yurchak — One-step automated security configuration via Claude
  • SSH Brute Force Attack Analysis by Tony Tong — Real data on why locking down SSH is non-negotiable
  • levelsio's Development Setup: Termius + Mosh + SSH + Tailscale + Claude Code by levelsio — Full remote dev stack built around Hetzner
  • Claude Code bash alias for fast VPS coding by levelsio — Shell shortcut for faster Claude Code access on VPS
how can we combine the Hetzner VPS with the Hermes Agent

Combining Hetzner VPS with Hermes Agent

Your saved links point to a natural and well-supported combination. Here is how the pieces fit together.


Why This Combination Makes Sense

Setting Up an AI Agent (Claude vs Hermes) by Zeneca explicitly frames Hermes as a self-hosted, DIY agent designed for flexibility and data privacy — exactly the use case a dedicated VPS serves. Running Hermes on Hetzner gives you:

  • Full control over compute and data
  • A persistent machine for Hermes to accumulate memory across sessions
  • Lower cost than managed cloud alternatives

The Stack

levelsio's Development Setup: Termius + Mosh + SSH + Tailscale + Claude Code gives you the remote access layer. Swap or add Hermes Agent alongside Claude Code on the same VPS:

Your Device → Tailscale → Hetzner VPS → Hermes Agent

How to Set Up Hermes Agent Step by Step by Greg Isenberg confirms Hermes can be deployed via:

  • Terminal (direct on-server)
  • Docker (clean containerized deployment on VPS)
  • Serverless

Docker on Hetzner is likely the cleanest approach for isolation and restartability.


Security First

Before running Hermes, lock down the VPS using the two-step approach from your saved links:

  1. Denis Yurchak's Claude prompt — auto-configures SSH hardening, fail2ban, UFW firewall, and Tailscale in one step
  2. VPS Security Setup: Tailscale + Firewall Lockdown Strategy by levelsio — restrict SSH 22 to Tailscale IPs only, HTTPS 443 to Cloudflare IPs only

This ensures Hermes is not exposed to the public internet while remaining accessible to you via Tailscale.


What Hermes Gains from Persistent VPS Access

Nous Research Announces Hermes Agent specifically highlights that Hermes is designed around persistent dedicated machine access — meaning it is built to run on a machine like a Hetzner VPS, not ephemerally. On a VPS it can:

  • Retain its multi-level memory system across sessions
  • Build and store skills autonomously (as shown in Hermes Agent Autonomously Automated My Job, where it reduced an 8-hour workflow to 80 minutes)
  • Run continuously without relying on your local machine being on

Recommended Setup Order

  1. Provision a Hetzner VPS
  2. Run Denis Yurchak's Claude prompt to auto-harden security
  3. Apply levelsio's Tailscale + firewall lockdown
  4. Connect via Termius + Mosh over Tailscale
  5. Deploy Hermes Agent via Docker on the VPS
  6. Connect Hermes to OpenRouter for cost tracking (per Greg Isenberg's guide)
  7. Let Hermes accumulate memory and build skills on a machine that never goes offline

Resources

  • Setting Up an AI Agent (Claude vs Hermes) by Zeneca — Frames Hermes as the self-hosted option, ideal for VPS deployment
  • How to Set Up Hermes Agent Step by Step by Greg Isenberg — Covers Docker deployment and tool integration
  • Nous Research Announces Hermes Agent by Nous Research — Confirms persistent machine access as a core design requirement
  • Denis Yurchak shares Claude prompt for automated secure VPS setup by Denis Yurchak — One-step security hardening before deploying Hermes
  • VPS Security Setup: Tailscale + Firewall Lockdown Strategy by levelsio — Firewall rules to keep Hermes behind Tailscale
  • Hermes Agent Autonomously Automated My Job — Shows what Hermes can do with persistent access to a dedicated machine