<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Research on grainworks</title><link>https://grainworks.tech/tags/research/</link><description>Recent content in Research 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/research/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>Blumat Automatic Watering — Research</title><link>https://grainworks.tech/projects/blumat-watering-research/</link><pubDate>Wed, 10 Jun 2026 16:00:00 -0400</pubDate><guid>https://grainworks.tech/projects/blumat-watering-research/</guid><description>&lt;p&gt;&lt;strong&gt;Status: Research compiled.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A technical deep-dive into Blumat automatic watering systems — the pressure-regulated drip irrigation systems that use ceramic soil moisture sensors instead of electronic timers. No power, no pumps, no controllers — just physics.&lt;/p&gt;
&lt;h2 id="key-areas"&gt;Key Areas&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;System architecture:&lt;/strong&gt; How the ceramic cone sensors regulate water flow based on soil tension&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Setup considerations:&lt;/strong&gt; Pressure regulation, line runs, emitter placement, system bleeding&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Integration potential:&lt;/strong&gt; Adding IoT monitoring (moisture sensors, flow meters) to the purely mechanical system&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scale considerations:&lt;/strong&gt; Small garden vs greenhouse vs market garden configurations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="source-files"&gt;Source Files&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Research doc:&lt;/strong&gt; &lt;code&gt;/Volumes/Mini_1Tb/Projects/research/blumat-watering-systems.md&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Josh.ai — ELV Dealer Research</title><link>https://grainworks.tech/projects/josh-ai-research/</link><pubDate>Wed, 10 Jun 2026 16:00:00 -0400</pubDate><guid>https://grainworks.tech/projects/josh-ai-research/</guid><description>&lt;p&gt;&lt;strong&gt;Status: Research complete. Briefing compiled.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A comprehensive deep-dive into the Josh.ai voice control platform — architecture, dealer onboarding, competitive positioning, and integration capabilities for the ELV (Electronic Lifestyles) market.&lt;/p&gt;
&lt;h2 id="research-scope"&gt;Research Scope&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Platform architecture:&lt;/strong&gt; Josh Core, Edge, Nano, Micro — what each processor does and how they differ&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Integration ecosystem:&lt;/strong&gt; Lutron, Sonos, AV systems, lighting, shading, HVAC, pools, security, and 50+ other integrations&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dealer training:&lt;/strong&gt; Onboarding process, certification requirements, programming tools&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Competitive analysis:&lt;/strong&gt; Comparison with Control4, Crestron, Savant, and DIY alternatives&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Market positioning:&lt;/strong&gt; Where Josh.ai fits in the ELV landscape&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="key-findings"&gt;Key Findings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Josh.ai&amp;rsquo;s strength is ease of programming and natural language voice control&lt;/li&gt;
&lt;li&gt;The nano processor is the entry point; most dealers start with Core for whole-home&lt;/li&gt;
&lt;li&gt;Lutron integration is the deepest and most mature&lt;/li&gt;
&lt;li&gt;The platform is rapidly expanding its integration library (50+ partners as of 2026)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="source-files"&gt;Source Files&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Comprehensive briefing:&lt;/strong&gt; &lt;code&gt;/Volumes/Mini_1Tb/Projects/research/Josh.ai/JOSH_AI_COMPREHENSIVE_BRIEFING.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;167 source documents:&lt;/strong&gt; PDFs, spec sheets, training materials, integration guides from the Josh.ai knowledge base&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MEDITATION.md:&lt;/strong&gt; Personal reflections on the research process&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;References:&lt;/strong&gt; Individual integration docs in &lt;code&gt;/Volumes/Mini_1Tb/Projects/research/Josh.ai/&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Post-WWII Tech Boom — Economic Research</title><link>https://grainworks.tech/projects/post-wwii-tech-boom/</link><pubDate>Wed, 10 Jun 2026 16:00:00 -0400</pubDate><guid>https://grainworks.tech/projects/post-wwii-tech-boom/</guid><description>&lt;p&gt;&lt;strong&gt;Status: Research compiled.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;An analysis of the post-WWII technology boom: how massive wartime R&amp;amp;D investment in aerospace, electronics, materials science, and computing shaped the consumer technology landscape of the late 20th century.&lt;/p&gt;
&lt;h2 id="key-areas"&gt;Key Areas&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The military-industrial-academic pipeline:&lt;/strong&gt; How defense spending seeded commercial innovation (transistors, integrated circuits, jet engines, GPS, the internet)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The economic multiplier:&lt;/strong&gt; How one dollar of wartime R&amp;amp;D produced tens of dollars of peacetime economic value&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The seven patterns:&lt;/strong&gt; Identified repeating patterns in how wartime technologies transition to civilian use&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Parallels to AI:&lt;/strong&gt; What the post-WWII boom tells us about the current AI investment cycle&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="source-files"&gt;Source Files&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Research doc:&lt;/strong&gt; &lt;code&gt;/Volumes/Mini_1Tb/Projects/research/economic-cycles-knowledge-base.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Seven patterns post:&lt;/strong&gt; &lt;code&gt;/Volumes/Mini_1Tb/Projects/research/seven-patterns-post.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Three patterns deep dive:&lt;/strong&gt; &lt;code&gt;/Volumes/Mini_1Tb/Projects/research/three-patterns-deep-dive.md&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>SOUL.md — Trait Analysis &amp; Personality System</title><link>https://grainworks.tech/projects/soul-trait-analysis/</link><pubDate>Wed, 10 Jun 2026 16:00:00 -0400</pubDate><guid>https://grainworks.tech/projects/soul-trait-analysis/</guid><description>&lt;p&gt;&lt;strong&gt;Status: Active development. 8+ reference souls, trait-8000 analysis engine.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;SOUL.md is an experimental framework for composing AI agent personalities. Instead of a single static persona, it defines agent souls as blends of trait vectors — letting them shift register, adopt archetypes, and compose new personalities from a library of reference souls.&lt;/p&gt;
&lt;h2 id="the-framework"&gt;The Framework&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;SOUL.md/
├── souls/ # Reference archetypes (persona SKILL.md files)
│ ├── jarvis/ # Calm, loyal guardian
│ ├── elizabethan-gentleman/ # Formal, witty
│ ├── eren-yeager/ # Intense, driven
│ ├── gojo/ # Playful, powerful
│ ├── niccolo-paganini/ # Artistic, eccentric
│ ├── rene-descartes/ # Philosophical, methodical
│ ├── senior-programmer/ # Technical, direct
│ ├── soldier-boy/ # Disciplined, loyal
│ └── rapper/ # Rhythmic, expressive
├── trait-8000/ # Trait analysis engine
├── assets/ # Visual references
└── souls/ # Full soul definitions
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="the-trait-8000-engine"&gt;The Trait-8000 Engine&lt;/h2&gt;
&lt;p&gt;A Python-based analysis system that:&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>