nowfound

Alternatives

Products that do what MemHub, Turn Your GPT/Claude/Gemini History into LLM-Wiki Mindmap does

Hi, this is Tristan, CPO of XTrace. We are launching a very cool feature that is inspired by Andrey Karpathy's LLM Wiki mindmap. Let everyone who doesn't have enough sessions and markdowns made with claude code be able to visualize their own memory mindmap!

  1. 1

    Turn your GPT/Claude/Gemini history into a LLM-Wiki Mindmap

    May 2026 · xtrace.ai

  2. 2

    Monitor what ChatGPT, Google Gemini and Claude recommend

    2025

  3. 3
    Hermit147

    Leave ChatGPT while keeping everything it learned about you

    Mar 2026

  4. 4

    One memory across OpenClaw, ChatGPT, Claude & Gemini

    Feb 2026

  5. 5IM

    This is another one of my automate-my-life projects - I'm constantly asking the same question to different AIs since there's always the hope of getting a better answer somewhere else. Maybe ChatGPT's answer is too short, so I ask Perplexity. But I realize that's hallucinated, so I try Gemini. That answer sounds right, but I cross-reference with Claude just to make sure. This doesn't really apply to math/coding (where o1 or Gemini can probably one-shot an excellent response), but more to online search, where information is more fluid and there's no "right" search engine + text…

    2024 · ithy.com

  6. 6

    Turn any prompt into a shareable URL for ChatGPT, Claude

    Feb 2026

  7. 7MI

    Hi HN, TL;DR Memex is a cross-platform desktop app for vibe coding. Think ChatGPT + Claude Code rolled into one. Why we built it: We love chat tools like Perplexity and ChatGPT. We also love coding agents, like in Cursor and Windsurf. We don’t like that web-based app builders are opinionated about tech stack and we can’t run them locally. So, we built Memex to be a chat tool + coding agent that supports any tech stack. What it can do today: Claude Code-like coding. Agentic web search / research. Pre-built templates (e.g. fullstack, iOS, python + modal, etc). Inline data analysis + viz.…

    2025 · memex.tech

  8. 8

    Shared persistent memory across all your LLMs.

    Sep 2025

  9. 9DW

    The first GPT-based solution that uses hallucinations from LLMs for divergent thinking to generate new and novel ideas. Hallucinations are often seen as a negative thing, but what if they could be used for our advantage? dreamGPT is here to show you how. The goal of dreamGPT is to explore as many possibilities as possible, as opposed to most other GPT-based solutions which are focused on solving specific problems.

    2023 · github.com

  10. 10LL

    Author here. I wanted to keep my conversation with #Gemini about code handy while discussing something creative with #ChatGPT and using #DeepSeek in another window. I think it's a waste to have Electron apps and so wanted to chat with LLMs on my own terms. When I discovered the llm CLI tool I really wanted to have convenient and pretty looking access to my conversations, and so I wrote gtk-llm-chat - a plugin for llm that provides an applet and a simple window to interact with LLM models. Make sure you've configure llm first (https://llm.datasette.io/en/stable/) I'd…

    2025 · github.com

  11. 11UA

    Hello hackernews, I am looking for feedback for Labophase.com which is a app that focuses on returning results from multiple ai models at the same time. I currently support: GPT4-Turbo, Claude-2, Google PaLM2, Llama2, Mistral, and OpenOrca. Working on supporting Gemini soonTM. I built it to solve a couple of personal pains I experienced. After reaching out to a couple of users in r/localllama, seems that people would have similar approach to address hallucination, availability, and comparing ai models. Initial feedback came in with some surprises that I'm hoping to get feedback from the…

    2023 · labophase.com

  12. 12

    Your AI memories, portable to any platform

    Dec 2025

  13. 13
    Maestro20

    Bloomberg Terminal for CLI agents

    Jan 2026

  14. 14TO

    I built TraceAIO, an open-source tool that prompts LLMs on your behalf and tells you whether ChatGPT, Perplexity, and Gemini mention your brand — and which competitors and sources show up instead. Yeah, this category smells a bit like a grift, same as early SEO. And I think over time it will become just SEO again, and become about good content. The tool just helps you monitor over time. It queries the browser products through real browser sessions, not APIs, runs on Docker, with an MCP server so you can query your own data through an LLM. No business model, Apache 2.0, self hosted. If you…

    Jun 2026 · traceaio.org

  15. 15VN

    I got the idea of [mindmap.so](http://mindmap.so/) out of my own frustration of managing my personal notes in Notion and Miro in parallel. I have built it 3 months back on top of excalidraw, posted it in Reddit a couple of times, and never looked back (was using it only for personal use). Little did I know that the small and nimble tool that I created has crossed 2000+ users (was so surprised when I saw the dashboard last week). It was all organic and word of mouth . Having 2000+ users trusting a product is no easy feat. That’s when I thought may be I should put some more…

    2024 · mindmap.so

  16. 16LO

    Hi HN! I built LLM OneStop (https://www.llmonestop.com), a unified interface for accessing multiple AI language models in one place. The main problem I wanted to solve: constantly switching between different AI platforms, managing multiple subscriptions, and losing conversation context when comparing outputs across models. Key features: Switch between GPT-4, Claude, Gemini, Llama, and other models mid-conversation Compare responses side-by-side Single interface instead of juggling multiple tabs/subscriptions Free tier available to try it out (no credit card needed) "Connect"…

    Nov 2025 · llmonestop.com

  17. 17SP

    Hey HN, My cofounder and I have gotten tired of CC ignoring our markdown files so we spent 4 days and built a plugin that automatically steers CC based on our previous sessions. The problem is usually post plan-mode. What we've tried: Heavily use plan mode (works great) CLAUDE.md, AGENTS.md, MEMORY.md Local context folder (upkeep is a pain) Cursor rules (for Cursor) claude-mem (OSS) -> does session continuity, not steering We use fusion search to find your CC steering corrections. - user prompt embeddings + bm25 - correction embeddings + bm25 - time decay - target query embeddings -…

    Mar 2026 · gopeek.ai

  18. 18LS

    I kept running into this annoying problem: I’d remember a really useful answer, but not where it was. ChatGPT? Claude? Gemini? No idea. So I’d end up digging through all of them or just rewriting the prompt. Built this to fix that. It’s a Chrome extension that indexes chats locally and lets you search across them all in one place. Once it’s indexed, search is basically instant. Still early. UIs change and break things sometimes, so it’s a bit fragile in places. Curious if other people have the same issue or if it’s just me jumping between tools too much.

    Apr 2026 · chromewebstore.google.com

  19. 19GV

    Hey HN, I just updated my project that compares some LLMs. It uses your prompt for all the models and runs at the same time. You can see the results being generated in real-time and decide what's the best for your use case. I'm open to any suggestions and feedback. Thanks!

    2024 · geminivsgpt.com

  20. 20GC

    I've built an app that extracts interpretable 'circuits' from models using the GPT-2 architecture. These circuits reveal how specific inputs influence the probabilities of the next token in a sequence. While some tutorials present theoretical examples of how feedforward layers and attention heads may produce predictions, this app provides concrete examples of how information flows through an LLM. You can see, for example, the formation of features that search for simple grammatical patterns and trace their construction back to the use of more primitive features. Feel free to reach out with…

    2024 · peterlai.github.io

  21. 21LC

    Im working on a mind mapping app that would allow for integration of gamification features and be nicer and easier to remember. I was missing more advanced graphics from apps and being able to treat it as my note taking and learning tool. i.e. how (and why?) should I remember a mind map if it looks the same like all other maps and all i can do is pick couple of shapes and dashed/dotted lines? this simply doesnt work with my brain so i decided to create something better :) map on page is a preview of this, but im curious about the quiz, typing games and cheatsheet, would love some…

    Oct 2025 · mindmapsonline.com

  22. 22

    One searchable log for Claude, ChatGPT, Copilot & Gemini

    May 2026 · contextkeeper.dev

  23. 23

    Take your AI memory with you across Claude, Gemini, and more

    Apr 2026 · mem-sync.kareverie.com

  24. 24

    Your prompt library across ChatGPT, Claude & Gemini

    Jul 2026

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