three different bets on memory across open source AI assistants

Reddit r/AI_Agents Products

Summary

The article compares three open-source AI assistants—Hermes, Loop, and Vellum—focusing on their distinct approaches to memory accumulation and knowledge retention. It highlights Vellum's explicit user approval model as the most reliable for maintaining intentional knowledge states over time.

Three fundamentally different approaches to how knowledge should accumulate over time, each revealing something about the design philosophy of the underlying tool. Hermes Generates skills automatically after each task based on the system's own evaluation of the output. Loop closes fast, which is the appeal. Fatal flaw is that the grader and the graded are the same system, which means bad skills stay saved and reinforce across cycles. OpenClaw Memory lives in hand-written markdown skill files that define behavioral patterns and edge-case handling. Works well once heavily tuned. Most of the long-term success depends on continued skill curation, which is a real maintenance cost most people underestimate. Vellum accumulates memory through explicit user approval at each write, which prevents both the self-reinforcement trap and the manual skill tuning tax. The consensus from month-long use is that knowledge state stays intentional rather than emergent, which is what makes the system debuggable when something breaks. Imo this is the most underrated memory approach in the space because it trades ambition for reliability and wins on total time saved. Automated learning loops fail silently, manual skill systems require sustained investment, and the middle path of confirmed updates produces the fewest surprises over a month of daily use.
Original Article

Similar Articles

what open source AI assistants hold up after a month of real use?

Reddit r/AI_Agents

The article analyzes the long-term reliability of open-source AI assistants after one month of use, highlighting issues like memory drift and permission creep. It compares Vellum, OpenClaw, and Hermes, noting Vellum's stability due to intentional memory systems while criticizing Hermes for behavioral degradation.

the agentic depth gap between open source AI assistants ranked

Reddit r/AI_Agents

This article ranks three open source AI assistants—OpenClaw, Vellum, and Hermes—on agentic depth, measuring how far they can autonomously execute tasks before human intervention. It highlights trade-offs between raw capability, configuration complexity, and reliability across long sequences.