{"slug": "an-introduction-to-wontopos-the-memory-api-i-work-on", "title": "An Introduction to Wontopos, the Memory API I Work On", "summary": "Wontopos, an AI memory company, has launched WOS, a long-term memory API for AI agents that stores end-user memories once and recalls only relevant ones per query to bound LLM input costs. Four tiers are live — Tablet 1, Tablet 2 (default), Scroll 1, and Scroll 1.2 — with a fifth, Book, in development; the company says no LLM runs over stored memories, only over query reformulation in the Scroll tiers.", "body_md": "My posts here so far have only been about the benchmark I'm working on. This time I want to introduce the company I work at, Wontopos.\n\nWontopos builds WOS: long-term memory for AI agents. It stores an end user's memories once, then recalls only the relevant ones per query so you can feed them into an LLM prompt.\n\nIt is not only for teams. If you are building a product, you use the SDK and your code decides exactly when to store and what to recall. If you just want a finished tool to remember (Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, Gemini CLI), you use MCP and write zero integration code. Same account underneath, so what one surface stores, the other recalls.\n\nEach query returns a small, bounded set no matter how much is stored, so input cost does not grow with the store. A store that has been filling up for a year does not cost more to read from than a new one.\n\nNo LLM ever runs over your stored memories, on any model. Tablet runs no LLM at all. Scroll may use one to reformulate the query only, never your stored data.\n\nNo language is privileged: you can store and query in any language, mixed freely.\n\nFour are live. Tablet is lean and returns less, Scroll returns more context. They read the same stored memories.\n\n**Tablet 1** (live)\n\nThe original. About 1,200 tokens per query. Lean and fast, with no LLM anywhere in it.\n\n**Tablet 2** (live, and the default)\n\nAbout 1,000 tokens per query. It does three things Tablet 1 could not. The engine knows who said what, so you can register speakers and recall one person's words. It stores images as memories, and the caption may be empty, in which case the image is the memory and is searchable on its own. And it can be asked again: if one pass does not carry the answer, verify sends the engine back for memories it has not already returned, up to three times, with no LLM at any value.\n\n**Scroll 1** (live)\n\nAbout 3,700 tokens per query. Adds an LLM query-understanding layer over the same stored memories. That LLM reformulates the query only.\n\n**Scroll 1.2** (live, and the current Scroll)\n\nSentence-level recall over the same memories, so a fact said once, in passing, still surfaces. About 2,800 tokens per query, which is fewer than Scroll 1.\n\n**Book** (in development, not priced)\n\nA fundamentally different design, not the context-for-accuracy trade. Built for one goal: never repeat the same mistake.\n\nEvery measurement we have published, on public benchmarks, with every run reported:\n\n[https://wontopos.com/research](https://wontopos.com/research)", "url": "https://wpnews.pro/news/an-introduction-to-wontopos-the-memory-api-i-work-on", "canonical_source": "https://dev.to/woochan/an-introduction-to-wontopos-the-memory-api-i-work-on-4o1e", "published_at": "2026-09-18 09:30:14+00:00", "updated_at": "2026-09-18 09:52:53.888961+00:00", "lang": "en", "topics": ["ai-agents", "ai-infrastructure", "ai-tools", "agent-protocols", "developer-tools"], "entities": ["Wontopos", "WOS", "Tablet 1", "Tablet 2", "Scroll 1", "Scroll 1.2", "Book", "Claude Code"], "alternates": {"html": "https://wpnews.pro/news/an-introduction-to-wontopos-the-memory-api-i-work-on", "markdown": "https://wpnews.pro/news/an-introduction-to-wontopos-the-memory-api-i-work-on.md", "text": "https://wpnews.pro/news/an-introduction-to-wontopos-the-memory-api-i-work-on.txt", "jsonld": "https://wpnews.pro/news/an-introduction-to-wontopos-the-memory-api-i-work-on.jsonld"}}