It’s very encouraging to see serious attempts at addressing continuity between agents’ outputs. Right now, everyone seems to be figuring out their own way of maintaining consistency across sessions without endlessly over-contextualizing each new one. This feels like an important layer of the emerging agent stack, and I think this Show HN will be useful to a lot of people working through exactly that problem.
Show HN: OzBrain, a shared brain for knowledge between agents and your team
31–40 of 73 posts
Re: Show HN: OzBrain, a shared brain for knowledge between agents and your team
#32Re: Show HN: OzBrain, a shared brain for knowledge between agents and your team
#33> love to hear how you did it
this is ours we built for Hedgy https://setoku.com
our approach was to build a data lake that sucks company data into clickhouse and staple that to a knowledge store. this way the brain has a stream of live facts and builds knowledge around it. we gave up on trying to make the knowledge store human-readable -- i totally think there could be something there, but for now we just care about enhancing the agent you're using. it makes my claude code very good at debugging and gives everyone a way to vibecode dashboards and small internal tools with real data.
i also run a personal instance for my wife and I that sucks in monarch money and gmail. mostly use it to chat through big money moves.
Re: Show HN: OzBrain, a shared brain for knowledge between agents and your team
#34Re: Show HN: OzBrain, a shared brain for knowledge between agents and your team
#35Re: Show HN: OzBrain, a shared brain for knowledge between agents and your team
#36I've been pitched products like ozbrain before, but I've failed to see the need over what I already have. Seems like more complication for no gain to me.
Am I missing something?
Re: Show HN: OzBrain, a shared brain for knowledge between agents and your team
#37I have been looking for something like this but would actually want to self host due to the potential value/privacy of the data.
Re: Show HN: OzBrain, a shared brain for knowledge between agents and your team
#38I use an Obsidian vault and my system. "It's at 23.16", I tell Claude. From that it can instantly find my notes and files.
No extra software needed. Just some basic structure. Claude loves it. [1]
Oh yeah, and to keep conversation context contained so you can /resume and so on, just
$ cd 23.16
$ claude
[0]: https://johnnydecimal.comRe: Show HN: OzBrain, a shared brain for knowledge between agents and your team
#39I have a folder called reports, plans, and code-reviews in each repo. I put my md files for agents there, and voila they're in the cloud along with my source code in git. I just talk to my local agent about these files and it finds things using grep and whatever. Done. No mcp or special server needed. I've been pitched products like ozbrain before, but I've failed to see the need over what I already have. Seems like…
Re: Show HN: OzBrain, a shared brain for knowledge between agents and your team
#40I'm Johnny.Decimal. [0] I use an Obsidian vault and my system. "It's at 23.16", I tell Claude. From that it can instantly find my notes and files. No extra software needed. Just some basic structure. Claude loves it. [1] Oh yeah, and to keep conversation context contained so you can /resume and so on, just $ cd 23.16 $ claude [0]: https://johnnydecimal.com [1]: https://www.youtube.com/watch?v=mZAT0Ft--wE
Are you seeing engineers use it or more every day people getting the hang of it to?