<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: ohmyai</title><link>https://news.ycombinator.com/user?id=ohmyai</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 07:29:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ohmyai" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ohmyai in "Show HN: Egregore – Shared memory and coordination for multiplayer Claude Code"]]></title><description><![CDATA[
<p>OP (oguzhan) here. Cem is also in the thread — he takes the mechanism-design / "how does it actually work" questions; I'll take the team-adoption, install, and ops questions.<p>Two things that didn't fit in the post:<p><i>What's an "egregore"?</i> Old word for a group-level entity sustained by the people holding it together. We picked it because it's literally the technical thing we built. The name is a shibboleth; use whatever framing works for you.<p><i>Who this probably isn't for yet.</i> If you're a solo developer, Claude Code by itself is likely enough — Egregore's weight only pays off when more than one person is writing into the substrate. We'd rather say that now than have you install it and bounce.<p>Ask us anything — install problems, mechanism-design questions, the "how is this different from X" comparisons, and whether any of this survives a real team that isn't us. Especially the last one.</p>
]]></description><pubDate>Fri, 17 Apr 2026 16:19:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47807576</link><dc:creator>ohmyai</dc:creator><comments>https://news.ycombinator.com/item?id=47807576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47807576</guid></item><item><title><![CDATA[Show HN: Egregore – Shared memory and coordination for multiplayer Claude Code]]></title><description><![CDATA[
<p>hi HN — we're Cem and Oguzhan. today we are releasing Egregore (<a href="https://github.com/egregore-labs/egregore" rel="nofollow">https://github.com/egregore-labs/egregore</a>) as an open-source shared memory and coordination substrate for teams using Claude Code. MIT, runs locally, `npx create-egregore@latest --open`. Here's a 90-second walkthrough: <a href="https://shorturl.at/e1RX2" rel="nofollow">https://shorturl.at/e1RX2</a><p>we were essentially working on dynamic ontology systems (how to organize unstructured data given context / starting conditions dynamically). since december new capabilities that came around with opus 4.5 completely altered the nature of our work. but despite the radical increase in speed and ambition of our experiments, we were visibly diverging from a common vision. once we acknowledged that together, we decided to find ways to infrastructure mechanisms for convergence. first it was integrating the GitHub organization and repos we are working on, later we developed custom commands that would help us share research, request code reviews and even send each other spam through a tg connector we built for notifications :)<p><a href="https://imgur.com/a/egregore-telegram-notification-LM0ldPV" rel="nofollow">https://imgur.com/a/egregore-telegram-notification-LM0ldPV</a><p>we then realized we can integrate the agentic knowledge graph infrastructure we were building for the dynamic ontology research. our stack emerged very rapidly and one week in it was glaringly obvious that we should stop everything and get to working exclusively on this. the speed of accumulation of multi-agent context coupled with frontier model capabilities yielded wow moments one after another. for two months we implemented key features and improved core functionalities.<p>given our background in organization design and distributed systems, we knew that this was a primitive that should be spread widely and experimented with since there is no single good answer to how an organization should be designed. but it was clear to us that using agent harness form factor as an organization design substrate is incredibly promising given: speed of context accumulation, the continuity (handoffs) it enables between individuals and adaptability of the organization to changing (internal and external) conditions.<p>anyway, after couple months of wow-ing to our own creation we knew we had to get this out and face the moment of truth whether: we actually built something interesting or we are getting high off our own supply. so thats what we are doing today: we created a version of egregore — slash commands, git-backed markdown memory, Claude Code hooks — that is self-hosted and without dependencies (no knowledge graph etc) so that we can release it as a viable open-source primitive anyone can use and mutate according to their needs with their friends and colleagues.<p>what you can do with it today:<p>- `/invite` — onboard a teammate with the full accumulated context already in place
- `/handoff` — pass a session on with reasoning and context preserved. the next person, future-you, or their agent picks up the thread without restarting
- `/activity` — see what the team has actually been doing, synthesized from real sessions
- `/deep-reflect` — cross-reference an insight against the organization's full memory
- `/view` — render a shareable artifact from any slice of what the team knows<p>excited to have you all try, and get your feedback.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47806427">https://news.ycombinator.com/item?id=47806427</a></p>
<p>Points: 5</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 17 Apr 2026 14:36:11 +0000</pubDate><link>https://github.com/egregore-labs/egregore</link><dc:creator>ohmyai</dc:creator><comments>https://news.ycombinator.com/item?id=47806427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47806427</guid></item><item><title><![CDATA[New comment by ohmyai in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>Egregore (<a href="https://egregore.xyz" rel="nofollow">https://egregore.xyz</a>). multiplayer cognition for Claude Code. been building this with my co-founder at curve labs.<p>there's a lot of good work happening on agent memory right now. but it's all single-player. your agent remembers what you did. it has no idea what your co-founder just spent four hours figuring out. we kept solving the same problems twice, or discovering decisions the other had made only when something broke.<p>the missing piece wasn't better memory. it was shared memory. not 'sync your notes,' but a layer where the act of one person working becomes context for the next person's session automatically.<p>egregore adds this shared cognition layer on top of claude code. your team shares tooling, knowledge, and skills that evolve with how you actually work. you get full visibility into what the organisation is doing, not through dashboards, but because the memory is right there when your agent starts a session. handoffs between team members, structured reflection on workflows, a knowledge graph that connects decisions to who made them and why.<p>we've been running on this internally for about a month and honestly the difference is hard to go back from. the organisation has its own continuity now. context stopped being something you maintained and became something that just accumulated from working.<p>terminal-first, git-native. we just launched and are looking for early alpha testers. if you're building with claude code in a small team, happy to give early access if you want to try it!</p>
]]></description><pubDate>Sun, 15 Feb 2026 20:24:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47027197</link><dc:creator>ohmyai</dc:creator><comments>https://news.ycombinator.com/item?id=47027197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47027197</guid></item><item><title><![CDATA[New comment by ohmyai in "Ask HN: What Are You Working On? (December 2025)"]]></title><description><![CDATA[
<p>Thanks! really appreciate it! Shortly: We're trying to turn LACE into a curiosity engine instead of another note graveyard.<p>Right now you can clip fragments from the web, LACE auto-organises them into evolving research threads, builds a concept graph + summaries, and lets you chat with your own library (find bridge connections, pull related papers, or turn a cluster into an essay draft).<p>Where we're going: more “emergent” behaviour – high-signal rabbit holes (papers, videos, posts) based on what you’re actually working on, plus light collaboration so people can share drafts and reading lists around a question. The idea is that LACE keeps organising and resurfacing things for you, on the right time, instead of you fighting with folders/tags in Obsidian/Notion.<p>If that sounds fun, I'd love it if you can give it a spin and give us feedback. I'm on <a href="https://x.com/oyayla_" rel="nofollow">https://x.com/oyayla_</a> - if you can DM me I can also invite you to our Telegram group.</p>
]]></description><pubDate>Thu, 25 Dec 2025 17:08:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46385643</link><dc:creator>ohmyai</dc:creator><comments>https://news.ycombinator.com/item?id=46385643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46385643</guid></item><item><title><![CDATA[New comment by ohmyai in "Ask HN: What Are You Working On? (December 2025)"]]></title><description><![CDATA[
<p>Thanks, appreciate it! The UI is still early so it’s great to hear it lands.
curious what kind of stuff you’d imagine using it for most</p>
]]></description><pubDate>Mon, 15 Dec 2025 19:20:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46279064</link><dc:creator>ohmyai</dc:creator><comments>https://news.ycombinator.com/item?id=46279064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46279064</guid></item><item><title><![CDATA[New comment by ohmyai in "Ask HN: What Are You Working On? (December 2025)"]]></title><description><![CDATA[
<p><a href="https://meetlace.ai" rel="nofollow">https://meetlace.ai</a> - LACE, a self-organising research companion for long-horizon inquiry.<p>With LLMs, generating ideas and snippets is cheap; what’s hard is keeping track of fragments with their “why I cared” context over months. Most tools (Notion/Obsidian/etc.) assume you will do the work (folder/tag/linking) structure  will maintain it forever. I don’t.<p>In LACE we:
– capture fragments from the web via a browser extension
– auto-cluster them into evolving “threads” / projects with summaries & reading lists
– maintain a graph of connections across threads (“topology of attention”)
– let you turn a cluster of fragments into an essay draft when you’re ready to share.<p>Stack is a fairly standard web app + LLM pipeline. Used neo4j's llm-graph-builder as a starting point.<p>The interesting bit is self-organising graph. treating fragments/questions/lines of inquiry as first-class objects and letting the system reorganise around them over time instead of fixed folders.<p>It’s in a small test phase right now. If you’re a researcher/writer/engineer/founder who constantly loses good ideas in your notes and want to try something opinionated in this space, I’d love feedback.<p>background write-up: <a href="https://open.substack.com/pub/ozthinks/p/from-fragments-to-insights" rel="nofollow">https://open.substack.com/pub/ozthinks/p/from-fragments-to-i...</a></p>
]]></description><pubDate>Mon, 15 Dec 2025 15:52:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46276064</link><dc:creator>ohmyai</dc:creator><comments>https://news.ycombinator.com/item?id=46276064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46276064</guid></item><item><title><![CDATA[Show HN: GUS – An Open Source Green Urban Scenarios (Digital Twin) Framework]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/lucidmindsai/status/1616024534653538304">https://twitter.com/lucidmindsai/status/1616024534653538304</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34440456">https://news.ycombinator.com/item?id=34440456</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 19 Jan 2023 14:13:59 +0000</pubDate><link>https://twitter.com/lucidmindsai/status/1616024534653538304</link><dc:creator>ohmyai</dc:creator><comments>https://news.ycombinator.com/item?id=34440456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34440456</guid></item></channel></rss>