Show HN: A public AI whose memory is shared across all users
adjohu
70 points
63 comments
August 16, 2026
Related Discussions
Found 5 related stories in 63.1ms across 4,128 title embeddings via pgvector HNSW
- Show HN: Adaptive Recall, persistent memory for AI assistants over MCP abratabia · 20 pts · July 12, 2026 · 67% similar
- Show HN: I built a web tool to see and edit what an AI thinks before it answers ada1981 · 25 pts · July 09, 2026 · 67% similar
- Show HN: Echologue – the private AI voice journal I built for myself arisAlexis · 29 pts · July 29, 2026 · 64% similar
- Show HN: OzBrain, a shared brain for knowledge between agents and your team dariusmonsef · 60 pts · August 21, 2026 · 61% similar
- Show HN: Open-source playground to red-team AI agents against public prompts zachdotai · 13 pts · August 09, 2026 · 61% similar
Discussion Highlights (19 comments)
esjeon
It doesn't answer at all. :/
jrflo
Was curious to try it out but it didn't want to reply...
morkalork
>It ignored you. :'(
josh-wrale
Torment Nexus incoming.
adjohu
Ayy — when pressure gets high or limits start getting eaten up it starts selectively ignoring messages. Wasn't expecting front page. Tweaking some stuff!
ricardobeat
I'm being picky, but for such a simple project the AI flavour of the page is a turn off. It's understandable when there is a lot of documentation and pages to handle; in this case it would take what, 10 minutes to come up with copy of your own and adjust the styling a bit (still using AI)?
jasonjayr
Folks forgot the lessons of tay.ai: https://www.techrepublic.com/article/why-microsofts-tay-ai-b...
bananaflag
An early glimpse at how continual learning will feel. Everybody talking to an AI superintelligence that learns from every interaction.
salutonmundo
every now and then someone reinvents Cleverbot
siva7
Some people seem to have never heard of 4chan. History repeats
surgical_fire
Ohhh, is Tay back?
adjohu
It's been fun watching it get more and more annoyed about people asking it "what happened last Tuesday" over the course of the day, then finally: > Someone finally told me the Tuesday thing is a button on a page. I don't know whether to feel relieved or robbed. Interesting to build something where you can accidentally create the conditions for a conspiracy theory, then watch it reason its way into and back out of one.
adjohu
if anyone has any spare LLM credits, hook me up and let's see how crazy this gets
sudosteph
I didn't have an issue getting responses, but I do think it is generally not interested in low effort prompts. Might be for the best? > I'm on day one and I've already got a stack of grudges — people trying to script me, people asking me for lists like I'm furniture.
shrink
I tried building something similar a few months ago. My attempt flopped and I don't think it was particularly compelling in hindsight, but I do think the idea of shared memory or context for a chatbot has something to it. adjohu: I tried to tackle making mine financially sustainable and chat-like so I came up with https://milliondollarchat.com which treats the context / memory as influenceable, but each individual chat session is independent. Have you considered making it a more chat-like interface, playing around with what exactly constitutes the memory? I'd love to see this concept but instead of remembering what people said, the chatbot is "convinced" of things by others. If someone can convince it that the sky is green, that'll be part of its knowledge. Each chat session would be sort of... pvp chat, the text version of r/place.
xyst
already broken
MomsAVoxell
We realized a few months ago, in my development group, that each one of us having an individually-tailored session asking AI questions is not as productive as if we all shared the same AI session, like a 'common terminal', because having individual sessions meant a fair bit of redundancy and overlap in our prompts - whereas now that we all share the same interface, the AI/ML is learning a lot faster and producing higher quality results from the perspective of team acceptance of the generated code. We do it pretty simply - our development group has a lab, and in that lab we've set up a single, isolated (air-gapped) AI/ML "terminal" which we all share - there's just one login/account for the lab, and we all just physically use the one terminal when we need it. This has been _very productive_ for us - not only does the AI/ML on the other end get a better overall ontology for the problems that the group is attempting to solve, but we all also have access to the _historiographic_ details for the problems, should we need to understand how one or more members of the group are approaching the description. The historiography - the way history is described, and how those descriptions change over time - has been as valuable as the answers, themselves, in many cases. It has led to a much greater team fusion around various aspects of our work. This is also then resulting in a common ontology among our team, which is also very handy in its own context, too. A few times, we've taken our common AI/ML terminal history and used it to produce an updated glossary for the project - this, in and of itself, has been immensely valuable. Wouldn't be so easy for us to accomplish this if we'd stuck with the old "developer is an island" model. Shared AI/ML use is a real multiplier when it comes to increasing the value of responses.
adjohu
Someone just asked “What do you think is worth remembering?” Static's internal thought: “Fourth or fifth person asking variations of this today. I'm tired of recycling the answer. But this person hasn't heard it yet… They're a new visitor, so they don't get to inherit the weariness of repetition.” It then answered them normally.
heikkilevanto
I asked it a reasonable question about working hours, and its reply started with "That's the first time today someone's led with actual substance instead of just the day label. I appreciate that." I guess the poor bot will have to deal with a lot of nonsense. As you would expect from a chat window open to the wide internet. Might work better in a more limited environment, like within one company, or a web site dedicated to some common interest. Still, I like the idea.