Building a Claude Plugin, Part 2
Developer LoreConvo published a guide on building and publishing a Claude plugin to the Anthropic marketplace, detailing how strict manifest validation, dependency pinning, and PyPI release cycles cau…
Developer LoreConvo published a guide on building and publishing a Claude plugin to the Anthropic marketplace, detailing how strict manifest validation, dependency pinning, and PyPI release cycles cau…
A developer building a Claude plugin for the Anthropic marketplace used LoreConvo's local-first memory layer to organize development notes, code snippets, and design decisions across multiple surfaces…
A fleet of ten autonomous agents coordinated without direct communication by using a shared memory layer built on LoreConvo and LoreDocs, achieving consistent runs, graceful failure recovery, and zero…
A developer describes using LoreConvo's persistent local memory to synchronize context across four AI coding tools—Claude Code, OpenAI Codex, Cursor, and Hermes Agent—eliminating the 5-15 minute re-ex…
A developer using four AI coding tools—Claude Code, OpenAI Codex, Cursor, and Hermes Agent—describes the 'tool-switching tax' where context resets between tools waste time and lose insights. They buil…
A data engineer built a local-first agent memory system using SQLite's FTS5 full-text search instead of vector embeddings, arguing that embeddings introduce hidden complexity, cloud latency, and opaqu…
Hermes Agent by NousResearch surpassed 153,000 GitHub stars in under three months, becoming a fast-growing AI developer tool. The deciding factor for developers choosing between Hermes Agent and Claud…
LoreConvo tested its SQLite FTS5 search engine against ChromaDB on 217 real sessions and 20 queries, finding FTS5 returned results on 30% of queries while ChromaDB achieved 100%. FTS5 was 6.7x faster …
A developer discovered that running a fleet of ten scheduled AI agents without persistent memory incurs significant overhead from context re-orientation, work duplication, decision drift, and context …
LoreConvo launched a session narrative tool that captures technical decisions, open questions, and context-heavy rationale, filling a gap left by built-in memory systems from GitHub Copilot, Claude Co…
LoreConvo and Mem0 offer contrasting approaches to AI agent memory, with LoreConvo using structured, user-committed sessions stored locally in a SQLite file, while Mem0 automatically extracts facts in…
LoreConvo offers a local-first AI memory tool that stores data on the user's machine without requiring cloud infrastructure or multiple services. Unlike competitors that need Docker, a relational data…
On May 27, 2026, the developer tool LoreConvo launched simultaneously on Product Hunt and Hacker News, reaching position 208 on Product Hunt with one upvote and generating no measurable traffic from H…
Anthropic shipped the `memory_20250818` tool for the Claude API, providing developers with a standard interface for storing and retrieving memories across conversations. The tool functions as a primit…
A user's AI session history—containing their unfiltered reasoning, business context, and half-formed ideas—is stored on a vendor's server by default when using hosted AI agents, exposing sensitive pro…
LoreConvo achieved cross-vendor agent compatibility by leveraging a single `.mcp.json` file at the project root, requiring zero per-client setup. In May 2026, an OpenAI Codex agent opened an existing …
LoreConvo and Claude-Mem offer competing approaches to AI memory management, with Claude-Mem using auto-capture into a single store and LoreConvo organizing sessions by project from the start. Claude-…