hermes-agent
forgecode
| hermes-agent | forgecode | |
|---|---|---|
| 77 | 16 | |
| 191,847 | 7,399 | |
| 40.2% | 4.0% | |
| 9.9 | 9.9 | |
| 1 day ago | 4 days ago | |
| Python | Rust | |
| MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hermes-agent
-
Running Hermes Agent in the Cloud Safely: A Reader's Guide to Their Trust Model
NousResearch publishes a detailed security policy for Hermes Agent. It is unusually clear about what the project treats as load-bearing and what it does not. If you operate Hermes in the cloud, read it first; this post is the operator-friendly companion, not a replacement.
-
Hermes Agent – Open-Source AI Agent with Persistent Memory
OpenCode seemed perfectly workable as a programming assistant. As personal assistants, they all fall short. It's too difficult to really shape their output.
I was briefly impressed with OpenClaw a few times, but ultimately was turned off by not being able to get the models to stop being so damnably verbose. I thought I made progress for a while by having it tweak its soul, iterate, switch models, iterate, switch models, fuse the results, iterate... but ultimately it's all forgotten early in each session. And then one day it killed itself by rebuilding the container it was inside.
Hermes apparently has some plagiarism issues they're trying to cover up [0] and I was deeply unimpressed with their janky, flickery CLI that force-enables a bulky obnoxious header.
Nanoclaw and nanobot seemed fine, but not notably different. There were some common bugs and glitches that caused some minor data loss while configuring nanobot. After that I just deciding to start hacking my own together.
What I really want in a harness is being able to actually control and rewrite the entire context window, like Zed's Text Threads before they obnoxiously and inexplicably removed what, to me, was their most powerful and distinguishing feature.
[0] https://github.com/NousResearch/hermes-agent/issues/10232
-
Hermes Agent's skill trust model is a four-repo allowlist
I've opened a design discussion to argue this out before anyone writes a line of it, because a surprise PR to a security-sensitive module is the wrong way to start. Feedback from people who've thought about supply-chain trust is what I appreciate.
- Ask HN: What is your (AI) dev tech stack / workflow? (June 2026)
-
NousResearch Agent, Open-Source Notebook LM, & Local Multimodal OCR for Consumer GPUs
Source: https://github.com/NousResearch/hermes-agent
-
How I Automated My Entire Content Pipeline with One Hermes Agent
Hermes Agent is an open-source AI agent framework.
-
Hermes Agent Burned 603M Tokens Behind My Back — I Cut Background Costs by Up to 125x
I opened my Hermes Agent logs and found something I did not know existed: an auxiliary: block with twelve background tasks. Compression, web extraction, vision, session search, skills matching — all running silently every time I typed a message. Every task was set to provider: auto. And because I had no API keys for the fallback chain, every one silently fell back to kimi-k2.6, my one-trillion-parameter main model.
-
AI Builder Notes - May 2026
The adjacent tools worth tracking: the OpenAI Chrome plugin, BrowserCode, Autobrowse, browser-harness, Pi browser extensions, and Hermes browser skills. [13] [14] [6] [15] [16] [12] The category is logged-in browser work: support queues, internal tools, research, scraping, QA, admin ops, and anything where the useful data sits behind a session.
-
A plugin for Observability + Budget Guardrails built with Hermes Agent
hermes-telemetry solves both by giving you real-time observability and automatic budget enforcement for Hermes Agent.
-
What Happens When You Replace Your AI Orchestrators Brain with Hermes Agent
If you haven't encountered it yet: Hermes Agent is an open-source agentic system from Nous Research. The key differentiators that caught my attention:
forgecode
- Zerostack – A Unix-inspired coding agent written in pure Rust
-
Qwen3.6-35B-A3B: Agentic Coding Power, Now Open to All
I'm using forge code (https://forgecode.dev/) with various local and cloud models and I really like it. MiniMax 2.7 is really great with it, and the new Qwen 3.6 35B A3B feels much stronger, after some testing, than the 3.5 version.
-
ForgeCode vs Claude Code: which AI coding agent actually wins?
ForgeCode is not an AI model. It's a model-agnostic agent harness, open source under Apache 2.0, written in Rust, that wraps any LLM through OpenRouter or direct API keys. It launched in late January 2025 and hit v2.8.0 on GitHub by April 2026 with over 6,000 stars.
-
Undercover mode, decoy tools, and a 3,167-line function: inside Claude Code's leaked source
Or maybe this is the push to try something else entirely. ForgeCode currently tops TermBench 2.0 and has been getting a lot of attention. I haven't switched yet, but I'd be lying if I said I wasn't curious.
- Show HN: Talk to a coding agent directly inside Zsh
-
Claude Sonnet 4 vs Kimi K2 vs Gemini 2.5 Pro: Which AI actually ships production code?⛵
I tested these models using Forgecode. Want to run them in your own terminal? Install Forgecode⛵
-
Forge v0.98.0: Integrated Authentication and Developer Experience Improvements
Documentation - Setup guides and API reference GitHub Repository - Source code and issues Discord Community - Support and discussions Release Notes - Complete changelog
-
Simple Over Easy: Architectural Constraints That Make AI Generated Code Maintainable
What's interesting is that our architectural constraints don't just make code review faster, they actively teach our Agent to generate better code. Every time agent sees our patterns, it learns and add them in memory. In Forge we call it custom rules. Other agents call them memory, rules etc.
-
To index or not to index: which coding agent to choose?
👨🚀 From Moon Missions to Your Codebase Let your own coding assistant land your next software mission. 👉 Access your Forge dashboard
-
6 Reasons CLI Coding Agents Are the Future of Software Development
Shell-based agents respect the developer’s autonomy and expertise. They expose each step they take (just as normal shell commands do) and invite you to refine or approve actions. Using a shell agent feels like collaborating with a teammate in the terminal, rather than outsourcing tasks to a black box. In a shell environment, you can inspect and modify every command the agent runs. For example, if the AI suggests a code change via a script or regex, you see exactly what it does (and can tweak or undo it). This transparency means nothing happens without your knowledge. The developer remains in control: you issue the query, then fine-tune or approve the AI’s suggestions, rather than being bound to a hidden process.
What are some alternatives?
agent-ruler - Enforce CLAUDE.md and skills
argc - A Bash CLI framework, also a Bash command runner.
arxitect - Agentic coding plugin that enforces best-practice software design & architecture.
dune - A shell🐚 by the beach🏖️!
Archon - The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.
rust_cmd_lib - Common rust command-line macros and utilities, to write shell-script like tasks in a clean, natural and rusty way