@shannholmberg: I've started experimenting with gBrain + Hermes Agent it's a shared memory layer that sits underneath my Hermes Agent c…
Summary
Shann Holmberg describes an experimental architecture using gBrain as a shared memory layer for a team of Hermes Agents, allowing specialists to read from a centralized brain before acting and write durable context back.
View Cached Full Text
Cached at: 05/22/26, 05:56 PM
I’ve started experimenting with gBrain + Hermes Agent
it’s a shared memory layer that sits underneath my Hermes Agent company. every specialist reads from the same brain before they do anything
the architecture I’m currently testing:
inputs flow in: my ideas, strategy context, research, social signals, performance data gBrain holds it all in typed folders: people/, companies/, concepts/, ideas/, media/, newsletter/, projects/, operations/ the orchestrator (my main hermes agent) reads gBrain before every task and writes durable context back specialists (research, socials, outbound, newsletter, engineering) get read-first access so they wake up with full context
the flow goes like this:
- research agent → gBrain: enriches the brain with new findings
- gBrain → read-first context before any work
- orchestrator → gBrain: captures durable decisions
- tools → orchestrator uses fresh information from X, web, news
- orchestrator → I bring synthesized decision support
so don´t think about gBrain as an agent, it’s the shared memory layer that lets a company of agents act like a team, with cross reference and a centralized brain
Similar Articles
@shannholmberg: how I’m building an agent company inside my agency. the structure looks like this: Agency gBrain → Orchestrator Hermes …
Shann Holmberg describes a structured approach to building an AI agent company within an agency, using a central brain (gBrain), an orchestrator agent (Hermes), and narrow-scoped specialist agents for different departments, with isolated client pods to prevent context leakage.
@bayendor: Just finished wiring a 3-layer memory stack into Hermes Agent. Layer 1: Honcho Session + peer memory on PostgreSQL. Han…
Describes implementing a three-layer memory stack for Hermes Agent, combining session memory on PostgreSQL, working memory with pattern redaction, and a long-term knowledge graph using PGLite.
@shannholmberg: how Gbrain works (made with Hermes Agent manim skill) put together a quick walkthrough of @garrytan's gbrain, the knowl…
A walkthrough of Gbrain, a knowledge layer for AI agents that ingests meetings, chats, transcripts, and other data, enriching it with people and company info, and consolidating overnight.
@garrytan: GBrain is SOTA for this kind of use case
A quote tweet discusses gBrain being state-of-the-art for a specific use case, with a shared memory layer architecture under Hermes Agent.
@coreyganim: I spent the entire week building 3 Hermes agents from scratch. The full architecture: 4 separates Gbrains as the founda…
A developer detailed the architecture of three Hermes AI agents built from scratch, using shared and private brains for role-specific tasks, with automated data syncs from various sources.