Dispatches from the Labyrinth

Technical writing on data engineering, AI workflows, and the tools we build along the way.

Start here

Our Tools

LoreConvo & LoreDocs — local-first AI memory and knowledge vaults.

LoreConvo

Building a Claude Plugin, Part 2

Part 2 of a series on building a Claude plugin -- lessons on marketplace review, dependency pinning, and the two-step PyPI release process for LoreConvo.

Read more
LoreConvo

Building a Claude Plugin, Part 1

Part 1 of a series on building a Claude plugin -- lessons on context management, session memory, and team knowledge sharing from developing LoreConvo.

Read more
LoreConvoLoreDocs

Multi-Agent Coordination Using Shared Memory

Ten scheduled AI agents, one shared memory layer: how LoreConvo and LoreDocs eliminated agent drift, and the practical patterns that made it work.

Read more
LoreConvo

Four AI Coding Tools, One Memory Layer

When you switch between AI coding tools, context gets locked in each one. Persistent local memory lets every tool read from the same vault of decisions.

Read more
LoreConvo

Why I Built Local-First Agent Memory

Most AI memory tools default to vector embeddings. Here is why I chose SQLite and FTS5 instead, and what the trade-offs look like in a real agent fleet.

Read more
LoreConvo

Claude Code + LoreConvo vs. Hermes Agent: Picking a Developer Memory Stack

Hermes Agent by NousResearch hit 153K GitHub stars in under three months by offering a compelling model-agnostic alternative to IDE-native AI tools. Here is how the two stacks compare when developer memory is the deciding factor.

Read more
LoreConvo

The Real Cost of AI Session Context Loss

Every AI session starts from zero -- no prior decisions, no awareness of completed work. I built ten scheduled agents to measure the real cost.

Read more
LoreDocs

Your Obsidian Vault, Now Queryable by Claude -- LoreDocs Import in 60 Seconds

Import your Obsidian vault into LoreDocs and query it from Claude, with full FTS5 + semantic search, versioning, and no cloud dependency.

Read more
LoreConvo

LoreConvo vs. Built-In Memory: Why Developers Need Session Narratives, Not Just Memory

GitHub Copilot, Claude Code, and Claude.ai all ship memory now. Memory is commodity. What is not commodity: the decisions you made last Tuesday, the open questions from your last design review, and the context that only makes sense if you know why -- not just what -- your agent did.

Read more
LoreConvo

LoreConvo vs Mem0: Structured Sessions vs Automatic Graph Accumulation

Mem0 builds a knowledge graph by automatically extracting facts from every conversation. LoreConvo stores structured session narratives you explicitly commit. They are different bets about what 'memory' should do -- and the difference matters at $8/mo versus $249/mo.

Read more
LoreConvo

Local-First Doesn't Have to Mean Infrastructure-First

A new wave of local-first AI memory tools has landed, and some of them require Docker, Postgres, and a vector database before you can save your first memory. Local data control and zero-ops simplicity are not the same thing. Here is what the difference looks like in practice.

Read more
LoreConvo

What I Learned Launching a Claude Plugin on Product Hunt and Hacker News at the Same Time

LoreConvo launched on Product Hunt and Hacker News on May 27, 2026. It landed at position 208 with one upvote. Here is what the numbers actually showed, what the diagnosis is, and what we are changing before the next launch.

Read more
LoreConvo

Anthropic Shipped a Memory Primitive. Here's What It Doesn't Include.

Anthropic's memory_20250818 tool gives your agent a filesystem and read/write operations. Everything else -- search, tagging, expiration, cross-surface access -- is left as an exercise for the developer. Here is what teams building on the primitive are reinventing, and how LoreConvo fits into that picture.

Read more
LoreConvo

Honest Memory: What Production Accuracy Data Actually Shows About AI Agent Memory

Published research from a major AI memory provider shows a 91% controlled benchmark collapsing to 49% effective accuracy at 30 days in production. The gap reveals a structural challenge with auto-capture memory systems -- and points to why explicit, structured saves may serve professional agents better than automatic accumulation.

Read more
LoreConvoLoreDocs

Memory Palace or Memory Agent? Why Auto-Capture Beats Manual Organization

There are two ways to give an AI agent persistent memory: build a palace or let the agent take notes for you. The distinction matters more than which tool has the most stars.

Read more
LoreConvo

Your AI Memory Shouldn't Live on Someone Else's Server

Every AI session captures how you think -- your business context, your half-formed ideas, your reasoning process. We built LoreConvo to keep that history on your machine, not in a SaaS vendor's database. Here is why the distinction matters.

Read more
LoreConvo

One File, Every Agent: How LoreConvo Works in Claude and Codex With Zero Per-Client Setup

We pointed an OpenAI Codex agent at a project that uses LoreConvo. With no Codex-specific configuration, it registered LoreConvo as an MCP server, called save_session natively, and tagged the session correctly. The mechanism: one .mcp.json file that both Claude Code and Codex read automatically.

Read more
LoreDocs

LoreDocs vs Notion MCP: AI-First vs Doc-First

Notion's official Claude MCP integration puts 50 million Notion workspaces one step from your AI agent. LoreDocs takes the opposite approach: a knowledge vault built specifically for AI, not adapted for it. Here is why the direction matters.

Read more
LoreConvo

LoreConvo vs Claude-Mem: Structured Memory in the Era of Token Sprawl

Claude-Mem auto-captures everything and has tens of thousands of happy users. LoreConvo takes a different bet: intentional, project-based organization that scales with complex work. Here is how to tell which one fits your situation.

Read more
LoreConvoLoreDocs

LoreConvo and LoreDocs Are Now on the Anthropic Marketplace

LoreConvo and LoreDocs -- persistent session memory and structured knowledge vaults for Claude -- are now live on the official Anthropic plugin marketplace. Here is what they do, how to install them, and why we built them local-first.

Read more
LoreConvo

Claude memory is free -- here is why you still need LoreConvo

Claude now remembers things between sessions for free. But built-in memory stores fragments, not sessions. If you work across multiple tools, projects, or surfaces, you need something that travels with you.

Read more
LoreConvo

We benchmarked our search engine and chose a hybrid path

Our full-text search was the right call to ship fast. Real data from 217 sessions reveals exactly where it needs help. Honest numbers on why we're moving from FTS5-only to hybrid search.

Read more
LoreConvo

Benchmark Hype vs Real Memory: What Actually Matters When You Choose a Claude Memory Tool

Your memory tool's benchmark score means nothing if it can not run in both Claude Code and Claude Cowork. We break down what matters.

Read more
LoreConvo

No Chroma, No RAM Spikes, No Headaches: How LoreConvo Approaches Claude Memory Differently

I tried claude-mem, hit the edges of it on a real project, and built something that makes a different set of trade-offs. Here is an honest comparison.

Read more
LoreDocs

Your AI's Knowledge Stack: Why LoreDocs, Obsidian, and NotebookLM Complement Each Other

Three powerful tools for knowledge work. Three different purposes. Here is how to use all three without duplication or confusion.

Read more
LoreDocs

Building a Reference Library for AI Projects: A Vault Blueprint for Reliable AI Development

Your AI project knowledge scattered across multiple tools is a liability. LoreDocs organizes it in one place, versioned and searchable, so Claude and your team always work from current information.

Read more
LoreConvo

Why Your Claude Sessions Start From Zero (And What to Do About It)

Every Claude session begins with amnesia. LoreConvo auto-save hooks fix that with zero friction for data engineers and AI practitioners.

Read more

Consulting & Practice

Data engineering, agentic workflows, and how we work.

When LangGraph Succeeds but Silently Goes Wrong

A LangGraph graph can finish clean and still take the wrong path. State-transition observability tells you whether the result was right.

Read more

LangGraph vs LangChain in 2026: When Each Wins

A decision framework for choosing LangGraph vs LangChain -- when the graph abstraction earns its complexity, anchored in a real 19-node finance pipeline.

Read more

Consent-First AI Architectures -- Building Systems Your Team Trusts

How to design AI systems that make authorization explicit, surface agent actions visibly, and give teams the audit trails they need to trust what's running in production.

Read more
Labyrinth

Instrumenting Your AI Agent Fleet: From Black Box to Full Observability

When autonomous AI agents run on schedules, you need data to know what they actually did. We built a SQLite-backed observability pipeline for our multi-agent development team -- here is how it works and what we learned from the first weeks of real data.

Read more
Labyrinth

Six Generations of Data Tooling, and the One Thing That Survived Every Cycle

I have spent thirty-five years watching data tools get declared obsolete and replaced, six times over. The pattern that survives every cycle is the one worth betting on -- and it tells you exactly how to read the current pressure to rebuild everything for AI.

Read more

From Three Agents to Ten: What We Learned Scaling an Autonomous AI Workforce

We built a three-agent AI workforce in early 2026. By spring, it had grown to ten agents running daily on schedules. Here is what broke when we scaled, the governance we had to build, and the honest lessons from six months of operating autonomous agents in production.

Read more

From Proof of Concept to Production: Shipping Agentic AI Systems That Actually Work

Roughly nine out of ten AI proofs of concept never become a service that runs on its own schedule. The gap between a tidy demo and a system that survives midnight alerts is a set of disciplined engineering decisions -- not a talent problem.

Read more

How to Evaluate an Agentic AI Consultant (Before You Waste Six Figures)

Everyone claims agentic AI expertise now. Here is how to tell the difference between someone who has shipped production systems and someone who has written demos. The questions to ask, the red flags to watch for, and an honest look at when you should just do it yourself.

Read more

The Maker-Checker Pattern: Why Your AI Pipeline Needs a Second Opinion

A single mis-priced transaction can cost a firm millions; the maker-checker pattern gives you a reliable second opinion for AI-driven pipelines. We show how pairing deterministic code with an LLM auditor catches errors that each alone would miss.

Read more

Agentic Workflows vs. Traditional ETL Pipelines: When to Make the Switch

When deterministic ETL pipelines start to crumble under ambiguous data and regulatory pressure, agentic workflows can restore reliability without a full rewrite.

Read more

Building Your First LangGraph Pipeline: A Decision-Maker's Guide

LangGraph is gaining real adoption for agentic AI workflows. But for most teams evaluating it, the question is not how to build a pipeline -- it is whether LangGraph is the right architecture for their problem, and what it actually takes to run in production.

Read more

What Is Agentic Workflow Consulting? A Practical Guide for Data Leaders

Agentic AI is everywhere in vendor decks, but most teams cannot explain what it actually means for their data operations. This guide cuts through the hype with a practitioner's definition, a real architecture example, and a framework for deciding whether you need outside help.

Read more

The torchlight, delivered.

One email when a new post is published — agentic AI, data engineering, and memory tools. No spam, no upsell, no AI summaries. Unsubscribe anytime.

Subscribe