gbrain

Tag

Cards List
#gbrain

@ECalifornians: Introducing Memory Stargraph, an AI memory Visualizer for GBrain Memory Stargraph is a local web service for exploring …

X AI KOLs Following · 7h ago Cached

Memory Stargraph is a local web service for visualizing and exploring a GBrain knowledge base as an interactive star-cloud entity graph, enabling AI agents to share and manage memory across hosts.

0 favorites 0 likes
#gbrain

@himanshutwtxs: A complete architecture of GBrain by Garry Tan

X AI KOLs Timeline · 3d ago Cached

Garry Tan shares the complete architecture of GBrain, an AI model.

0 favorites 0 likes
#gbrain

@tbpn: Y Combinator's @garrytan says he wants his new project GBrain to be the Postgres for agents: "The thing I realized is, …

X AI KOLs Following · 2026-06-16 Cached

Garry Tan introduces GBrain, a system designed to manage large-scale context for AI agents by loading the most relevant information into their limited context window, likening it to a 'Postgres for agents'.

0 favorites 0 likes
#gbrain

@garrytan: GBrain v0.42.30 can now give you a detailed summary of how your thinking has changed over time.

X AI KOLs Following · 2026-06-08 Cached

GBrain v0.42.30 now provides a detailed summary of how your thinking has changed over time.

0 favorites 0 likes
#gbrain

@shannholmberg: how I’m building an agent company inside my agency. the structure looks like this: Agency gBrain → Orchestrator Hermes …

X AI KOLs Timeline · 2026-06-04 Cached

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.

0 favorites 0 likes
#gbrain

@garrytan: GBrain SkillOpt now has 4 E2E evals that verify it working https://github.com/garrytan/gbrain-evals/blob/main/docs/benc…

X AI KOLs Following · 2026-06-03 Cached

Garry Tan's gbrain-evals is an open-source test suite for gbrain, an AI agent's long-term memory, with 4 end-to-end evaluations verifying SkillOpt functionality, achieving high recall and precision on multiple benchmarks.

0 favorites 0 likes
#gbrain

@NainsiDwiv50980: Most people still think AI’s biggest problem is intelligence. It’s not. It’s memory. That’s why what @garrytan is build…

X AI KOLs Timeline · 2026-05-24 Cached

This thread argues that AI's fundamental problem is memory, not intelligence, and highlights GBrain as a system designed to provide persistent, synthesizing memory for AI agents, featuring uncertainty surfacing and biological-like memory consolidation during sleep.

0 favorites 0 likes
#gbrain

@garrytan: This has sort of been the story of how gbrain has gotten better. As I use it for my 100K+ personal and company brains, …

X AI KOLs Following · 2026-05-23 Cached

Garry Tan shares ongoing improvements to gbrain, a retrieval tool for personal and company brains, noting weekly advancements.

0 favorites 0 likes
#gbrain

@garrytan: The latest version of GBrain doesn't just do basic retrieval. It now can do synthesized answers to the specific questio…

X AI KOLs Following · 2026-05-23 Cached

The latest version of GBrain adds synthesized answers to specific queries, moving beyond basic retrieval, as shown in an AB test.

0 favorites 0 likes
#gbrain

@garrytan: GBrain just shipped v0.40.0 gives your OpenClaw/Hermes Agent + GBrain a voice agent. It's based on Gemini Live. (Thanks…

X AI KOLs Following · 2026-05-23 Cached

GBrain v0.40.0 introduces a voice agent based on Gemini Live for OpenClaw/Hermes Agent + GBrain, enabling voice capabilities with large context and tool use.

0 favorites 0 likes
#gbrain

@garrytan: GBrain is SOTA for this kind of use case

X AI KOLs Following · 2026-05-22 Cached

A quote tweet discusses gBrain being state-of-the-art for a specific use case, with a shared memory layer architecture under Hermes Agent.

0 favorites 0 likes
#gbrain

@garrytan: A couple of weeks ago my favorite thing to do with GBrain was to have it read and rewrite books written personalized fo…

X AI KOLs Following · 2026-05-22 Cached

Garry Tan shares his favorite uses of GBrain, including personalized book rewriting and a brainstorming function called LSD (lateral synaptic drift) that mashes ideas together.

0 favorites 0 likes
#gbrain

@shannholmberg: I've started experimenting with gBrain + Hermes Agent it's a shared memory layer that sits underneath my Hermes Agent c…

X AI KOLs Timeline · 2026-05-22 Cached

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.

0 favorites 0 likes
#gbrain

@ChrisWangwy: https://x.com/ChrisWangwy/status/2057406034973733234

X AI KOLs Timeline · 2026-05-21 Cached

Discusses how to avoid cold starts for the Hermes AI assistant through explicit accumulation (AGENTS.md, Skill) and implicit accumulation (memory, session search), so it truly becomes a personal system, citing GBrain as supporting evidence for a personal knowledge base.

0 favorites 0 likes
#gbrain

@garrytan: Process power is the one moat anyone can have now if you write your own mini-AGI to work for you Personal AI is the onl…

X AI KOLs Following · 2026-05-20 Cached

Garry Tan promotes the concept of process power as a unique moat enabled by personal AI and his GBrain project, claiming anyone can build their own mini-AGI.

0 favorites 0 likes
#gbrain

@garrytan: Interesting thing GBrain can do now: If you have a skill + code + test + resolver + resolver trigger + evals you want t…

X AI KOLs Following · 2026-05-20 Cached

GBrain can now package skills, code, tests, and evals into a SKILLPACK tarball that others can install using a simple command.

0 favorites 0 likes
#gbrain

@garrytan: The reason why I release my X articles about AI agents (fat skill fat code thin harness) and GStack and GBrain is that …

X AI KOLs Following · 2026-05-20 Cached

Garry Tan explains the motivation behind releasing his X articles on AI agents and concepts like GStack and GBrain, emphasizing the idea of 'process power' as a personal moat.

0 favorites 0 likes
#gbrain

@garrytan: GBrain v0.36.1 just landed on main. It ships something that was an idea from a hackathon team on Saturday: a team creat…

X AI KOLs Following · 2026-05-19 Cached

GBrain v0.36.1 adds full evals inspired by a hackathon team's Hindsight concept for tracking predictions over time.

0 favorites 0 likes
#gbrain

@garrytan: Metaprompting example I just did for GBrain to rewrite the README in the newest PR: Read the README as a user who has n…

X AI KOLs Following · 2026-05-18 Cached

Garry Tan demonstrates a metaprompting technique to rewrite a README for GBrain by evaluating it from a novice user's perspective and iteratively improving it to a perfect score.

0 favorites 0 likes
#gbrain

@garrytan: GBrain v0.36 just dropped. Brand new README, and totally redone skillpack system that makes each bundle of skills, code…

X AI KOLs Following · 2026-05-18 Cached

GBrain v0.36 is released with a new README and a revamped skillpack system that allows users to customize and update skill bundles independently.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback