nowfound

Alternatives

Products that do what MemoryCore – symbolic, peer-to-peer memory system for AI does

I’m not a software engineer or a genius — I just had a weird idea: What if memory wasn’t just stored as text or embeddings, but as symbolic, byte-level thoughts that could be passed between AIs? That idea became MemoryCore Lite: Encodes thoughts into lightweight bytecode Shares them across nodes via peer-to-peer sync Fully decentralized, no GPU needed Designed to evolve into its own AI knowledge mesh I just open-sourced the basic version here: github.com/ProToxicNinja/MemoryCore-Lite-Symbolic-Memory-Engine-for-AI It’s simple — but everything works. You can build better tokenizers,…

  1. 1
    Memori168

    Persistent memory from agent trace, not just conversation

    May 2026

  2. 2

    Repo-native memory for coding agents

    Jul 2026 · github.com

  3. 3

    One layer for memories, skills, and rules across any agent

    Feb 2026

  4. 4
    Memoriq130

    Your private AI memory for ChatGPT, Claude, Gemini and Grok

    Jun 2026

  5. 5
    Actx0100

    Memory infrastructure for AI agents.

    16d ago · actx0.com

  6. 6

    Captures and stores your chat from various AI platforms

    Mar 2026

  7. 7

    The memory layer that decides what's worth remembering

    13d ago · skynetlab-cortex.com

  8. 8

    Memory infrastructure for AI coding agents

    Feb 2026

  9. 9MA

    Hey HN! I built Memoripy, a memory layer for AI that adds short-term, long-term, and semantic memory capabilities to enhance LLM applications. It helps AI systems retain and prioritize past interactions, adapt over time, and respond with greater context and personalization. Memoripy uses semantic clustering to retrieve relevant memories, along with adaptive memory decay and reinforcement, so interactions stay fresh and context-aware. It’s designed for easy integration with OpenAI, Ollama, and other platforms—giving your AI applications dynamic memory management with minimal setup. Would love…

    2024 · github.com

  10. 10AO

    Hi HN, I’m Akshay. I built AMP because I was tired of my AI agents having "amnesia" the moment I closed the terminal. Like many of you, I use Claude/Cursor daily. RAG is great for searching documentation, but it’s terrible for continuity. It chunks text blindly, losing the narrative. When I asked my agent "Why did we decide to use FastAPI last week?", it would hallucinate or just give me generic pros/cons because the specific context of our decision was lost in a vector soup. So I decided to build a proper *Hippocampus* for my agents. *What is it?* AMP is a local-first memory…

    Dec 2025 · github.com

  11. 11CO

    Hey HN! We're Vasilije, Laszlo and Lazar, the authors of a new paper and part of https://www.cognee.ai. cognee let’s you build memory layers for AI applications and agents, allowing them to personalize results, connect various data sources, and add custom rules. This enables AI apps to deliver increasingly accurate responses, we reached almost 90% on standard industry benchmarks as you can see here https://github.com/topoteretes/cognee/tree/main/evals and our paper can be accessed at: https://arxiv.org/abs/2505.24478 and collab…

    2025 · github.com

  12. 12AP

    Hello Hacker News, I’m releasing TXT Blah Blah Blah Lite, an open-source plain-text AI reasoning engine powered by semantic embedding rotation. It generates 50 coherent, self-consistent answers within 60 seconds — no training, no external APIs, and zero network calls. Why this matters Six top AI models (ChatGPT, Grok, DeepSeek, Gemini, Perplexity, Kimi) independently gave it perfect 100/100 ratings. For context: Grok scores LangChain around 90 MemoryGPT scores about 92 Typical open-source LLM frameworks score 80-90 Key features Lightweight and portable: runs fully offline as a single…

    2025 · github.com

  13. 13MA

    I've been working on training this small vision language model for the last month - excited to release the first prototype today! It is based on SigLIP (image encoder), Phi-1.5 (text model) and trained using the LLaVa-1.5 training dataset. It runs reasonably fast on CPU with ~8GB of RAM in full 32-bit precision. There's plenty of room to speed it up and reduce memory consumption by quantizing the model. I posted a video of it running on my M2 Macbook Air (on CPU not MPS, so performance should be comparable on other hardware) on Twitter to demonstrate inference speed:…

    2023 · github.com

  14. 14MG

    I built a governed memory layer for AI assistants with deletion compaction, vector purge verification, tenant isolation, and audit evidence.

    Jun 2026 · github.com

  15. 15OY

    Hey HN, I pay for ChatGPT, Claude, Cursor, and use Gemini through work. Four vendors, four separate conversation histories, four profiles of how I think. None of them talk to each other. Switch providers and you start over. So I built a system where the memory is mine. I run a knowledge graph in Postgres (Supabase, free tier) with pgvector for semantic search. A small MCP server reads and writes to it. That server sits behind an MCP Gateway on a $6/month VPS, along with Brave Search and a GitHub server. TypingMind connects to the gateway as a BYOK client -- any model, any device, same…

    Mar 2026 · github.com

  16. 16SA

    I built Syne because I was tired of AI assistants that forget everything after each conversation. Syne is a self-hosted AI agent framework where memory is a first-class citizen — stored as semantic vectors in PostgreSQL, searchable across millions of entries, and persistent forever. Key features: - Unlimited persistent memory with semantic search (pgvector) - Anti-hallucination: only stores user-confirmed facts, auto-deduplicates - Self-evolving: creates new abilities at runtime without restart - Multi-model: switch between Gemini, ChatGPT, Claude mid-conversation - True $0/month setup:…

    Feb 2026

  17. 17MR

    Memora gives AI the ability to recall memories during interactions, just like humans do subconsciously. For now, it’s just text-based memories, but our vision extends to the full spectrum of human memory: emotions, audio, video. Key Features: Built-in multi-tenancy for managing multiple organizations, users, and agents. Time-stamped memories to track how information evolves over time. Scalable, modular, and developer-friendly design. GitHub: https://github.com/ELZAI/memora Install: pip install memora-core We’re looking for feedback and contributions, let’s change how we…

    2025 · github.com

  18. 18SP

    I was recently playing with Apple's CoreML and had several painful observations on tooling. It's not enough for a long read but should be for an HN post. In short, you can take a simple BERT-like encoder model in PyTorch, convert it into an f32 CoreML checkpoint, and run it on CPU or GPU, but not NPU. Let's unpack this. Having a simple and extensible format to exchange common ANN architectures is a big issue for anyone who uses more than one framework or programming language to run the same model. ONNX is the closest we have to that standard, but it's hard to call anything Protobuf-related…

    2024 · github.com

  19. 19IM

    Store memories, auto-extract entities and relationships, search semantically. MCP server + REST API + SDKs. Self-hostable, cloud option, MIT license.

    May 2026 · agentrecall.cloud

  20. 20YP

    It's an biological inspired decay system for our memories with extended support of temporal reasoning. Created a CLI command to infer knowledge from the context stored in memory system without any token utilization or llm call. It comes with a memory dashboard to monitor and manage your memories it can be extended as audit trail for agents as well !

    May 2026

  21. 21HO

    Hey HN, It’s Vineeth from Plastic Labs. We've been building Honcho, an open-source memory library for stateful AI agents. Most memory systems are just vector search—store facts, retrieve facts, stuff into context. We took a different approach: memory as reasoning. (We talk about this a lot on our blog) We built Neuromancer, a model trained specifically for AI-native memory. Instead of naive fact extraction, Neuromancer does formal logical reasoning over conversations to build representations that evolve over time. Its both cheap ( $2/M tokens ingestion, unlimited retrieval), token…

    Jan 2026 · github.com

  22. 22AT

    I have a favour to ask. I’ve been working for a while on Kalavai, a project to make distributed AI easy. There are brilliant tools out there to help AI hobbyists and devs on the software layer (shout out to vLLM and llamacpp amongst many others!) but it’s a jungle out there when it comes to procuring and managing the necessary hardware resources and orchestrating them. This has always led me to compromise on the size of the models I end up using (quantized versions, smaller models) to save cost or to play within the limits of my rig. Today I am happy to share the first public version of our…

    2024 · github.com

  23. 23MA

    Hello there HN I experimented with agentic coding recently and I felt the need to track more contextual data by project. Also I felt the need to be able to go beyond the 1D chat to communicate with agents. So I created a local document memory, that is discoverable by agents themselves. The CLI is designed to be easy to pick up by agents. It allows humans to collaborate too by reading / searching / editing documents in the store. I have a Mac native GUI in the review process, I hope it will show up in the App Store soon. You can try it easily, instructions here:…

    Jun 2026 · metabrain.eu

  24. 24UM

    Hi HN, We’ve been building memU(https://github.com/NevaMind-AI/memU), an open-source, general-purpose memory framework for AI agents. It supports dual-mode retrieval: classic RAG and LLM-based direct file reading. Most multimodal memory systems either embed everything into vectors or treat non-text data as attachments. These work, but at scale it becomes hard to explain why certain context was retrieved and what evidence it relies on. memU takes a different approach: since models reason in language, multimodal memory should converge into structured, queryable text, while…

    Jan 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →