<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agents on grainworks</title><link>https://grainworks.tech/tags/agents/</link><description>Recent content in Agents on grainworks</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 10 Jun 2026 16:30:00 -0400</lastBuildDate><atom:link href="https://grainworks.tech/tags/agents/index.xml" rel="self" type="application/rss+xml"/><item><title>Memory Architecture Research</title><link>https://grainworks.tech/projects/memory-research/</link><pubDate>Wed, 10 Jun 2026 16:30:00 -0400</pubDate><guid>https://grainworks.tech/projects/memory-research/</guid><description>&lt;p&gt;A deep-dive comparison of two SQLite-backed agentic memory systems for Hermes Agent: &lt;strong&gt;Sibyl Memory&lt;/strong&gt; (the #2-ranked system on LongMemEval) and &lt;strong&gt;Holographic&lt;/strong&gt; (our local-first baseline).&lt;/p&gt;
&lt;h2 id="the-question"&gt;The Question&lt;/h2&gt;
&lt;p&gt;Agents need memory to work across sessions. But every memory system makes a tradeoff: cloud vs local, free vs paid, simple vs feature-rich. Which one is right for an offline-first, zero-tracking research setup?&lt;/p&gt;
&lt;h2 id="key-findings"&gt;Key Findings&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Dimension&lt;/th&gt;
					&lt;th&gt;Holographic&lt;/th&gt;
					&lt;th&gt;Sibyl Memory&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Storage&lt;/td&gt;
					&lt;td&gt;SQLite + FTS5 (3 tables)&lt;/td&gt;
					&lt;td&gt;SQLite + FTS5 (5 tiers)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Locality&lt;/td&gt;
					&lt;td&gt;Fully offline&lt;/td&gt;
					&lt;td&gt;Requires cloud activation&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Cost&lt;/td&gt;
					&lt;td&gt;Free, unlimited&lt;/td&gt;
					&lt;td&gt;Free cap: 2 MB&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Feature&lt;/td&gt;
					&lt;td&gt;Trust scoring, HRR vectors&lt;/td&gt;
					&lt;td&gt;Self-learning, 5-tier schema&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Search&lt;/td&gt;
					&lt;td&gt;FTS5 + trust-weighted&lt;/td&gt;
					&lt;td&gt;FTS5 + multi-tier + LLM re-ranking&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Dependencies&lt;/td&gt;
					&lt;td&gt;numpy (optional)&lt;/td&gt;
					&lt;td&gt;pip + cloud account&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="the-verdict"&gt;The Verdict&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sibyl wins&lt;/strong&gt; on features — self-learning, multi-tier schema, validated retrieval. But the 2 MB free cap and cloud activation requirement are dealbreakers for an offline-first system.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Holographic wins&lt;/strong&gt; on operational simplicity — zero dependencies, unlimited storage, no accounts. Less flashy but operationally bulletproof.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="where-we-landed"&gt;Where We Landed&lt;/h2&gt;
&lt;p&gt;We&amp;rsquo;re staying on Holographic for the orchestrator, research pipelines, and autonomous morning briefing. The self-learning gap is real, but not worth trading local-first operation.&lt;/p&gt;</description></item><item><title>Sibyl vs Holographic — Memory at the Grain</title><link>https://grainworks.tech/projects/sibyl-memory-evaluation/</link><pubDate>Mon, 08 Jun 2026 16:00:00 -0400</pubDate><guid>https://grainworks.tech/projects/sibyl-memory-evaluation/</guid><description>&lt;p&gt;&lt;strong&gt;Status: Published. Decision: staying on Holographic for now.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A head-to-head comparison of two SQLite-backed agentic memory systems for Hermes Agent:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Holographic:&lt;/strong&gt; Local-first, zero-dependency memory provider with Phase Holographic Reduced Representations (HRR) for compositional retrieval. Unlimited database size, no accounts, no cloud roundtrips.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sibyl Memory:&lt;/strong&gt; Five-tier hierarchical schema (HOT/WARM/COLD/REFERENCE/ARCHIVE) with self-learning, LongMemEval-validated (95.6%), but requires cloud activation and has a 2 MB free cap.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="the-verdict"&gt;The Verdict&lt;/h2&gt;
&lt;p&gt;Sibyl wins on features and benchmarks. Holographic wins on operational simplicity — zero external dependencies, unlimited storage, trust-based fact management.&lt;/p&gt;</description></item></channel></rss>