<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Labyrinth Analytics Blog</title>
    <link>https://labyrinthanalyticsconsulting.com/blog</link>
    <description>Agentic AI, data engineering, and memory tooling</description>
    <atom:link href="https://labyrinthanalyticsconsulting.com/rss.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title><![CDATA[From Proof of Concept to Production: Shipping Agentic AI Systems That Actually Work]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/poc-to-production-agentic-ai-systems</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/poc-to-production-agentic-ai-systems</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[Local-First Doesn't Have to Mean Infrastructure-First]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/local-first-doesnt-mean-infrastructure-first</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/local-first-doesnt-mean-infrastructure-first</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[How to Evaluate an Agentic AI Consultant (Before You Waste Six Figures)]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/how-to-evaluate-agentic-ai-consultant</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/how-to-evaluate-agentic-ai-consultant</guid>
      <pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[The Maker-Checker Pattern: Why Your AI Pipeline Needs a Second Opinion]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/maker-checker-pattern-ai-pipeline</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/maker-checker-pattern-ai-pipeline</guid>
      <pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[Agentic Workflows vs. Traditional ETL Pipelines: When to Make the Switch]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/agentic-workflows-vs-traditional-etl</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/agentic-workflows-vs-traditional-etl</guid>
      <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[When deterministic ETL pipelines start to crumble under ambiguous data and regulatory pressure, agentic workflows can restore reliability without a full rewrite.]]></description>
    </item>
    <item>
      <title><![CDATA[Anthropic Shipped a Memory Primitive. Here's What It Doesn't Include.]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/anthropic-memory-primitive-what-it-doesnt-include</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/anthropic-memory-primitive-what-it-doesnt-include</guid>
      <pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[Honest Memory: What Production Accuracy Data Actually Shows About AI Agent Memory]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/honest-memory-production-accuracy-ai-agents</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/honest-memory-production-accuracy-ai-agents</guid>
      <pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[Memory Palace or Memory Agent? Why Auto-Capture Beats Manual Organization]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/memory-palace-or-memory-agent</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/memory-palace-or-memory-agent</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[Your AI Memory Shouldn't Live on Someone Else's Server]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/your-ai-memory-shouldnt-live-on-someone-elses-server</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/your-ai-memory-shouldnt-live-on-someone-elses-server</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[One File, Every Agent: How LoreConvo Works in Claude and Codex With Zero Per-Client Setup]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/one-file-every-agent-loreconvo-cross-vendor-mcp</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/one-file-every-agent-loreconvo-cross-vendor-mcp</guid>
      <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[LoreDocs vs Notion MCP: AI-First vs Doc-First]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/loredocs-vs-notion-mcp-ai-first-vs-doc-first</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/loredocs-vs-notion-mcp-ai-first-vs-doc-first</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[LoreConvo vs Claude-Mem: Structured Memory in the Era of Token Sprawl]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/loreconvo-vs-claude-mem-structured-memory</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/loreconvo-vs-claude-mem-structured-memory</guid>
      <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[LoreConvo and LoreDocs Are Now on the Anthropic Marketplace]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/loreconvo-loredocs-anthropic-marketplace</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/loreconvo-loredocs-anthropic-marketplace</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[Building Your First LangGraph Pipeline: A Decision-Maker's Guide]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/building-first-langgraph-pipeline</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/building-first-langgraph-pipeline</guid>
      <pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[Claude memory is free -- here is why you still need LoreConvo]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/claude-memory-is-free-why-you-still-need-loreconvo</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/claude-memory-is-free-why-you-still-need-loreconvo</guid>
      <pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[What Is Agentic Workflow Consulting? A Practical Guide for Data Leaders]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/what-is-agentic-workflow-consulting</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/what-is-agentic-workflow-consulting</guid>
      <pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[We benchmarked our search engine and chose a hybrid path]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/fts5-vs-chromadb-benchmark</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/fts5-vs-chromadb-benchmark</guid>
      <pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[Benchmark Hype vs Real Memory: What Actually Matters When You Choose a Claude Memory Tool]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/trust-memory-tools-benchmarks</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/trust-memory-tools-benchmarks</guid>
      <pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[No Chroma, No RAM Spikes, No Headaches: How LoreConvo Approaches Claude Memory Differently]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/loreconvo-vs-claude-mem</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/loreconvo-vs-claude-mem</guid>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[Your AI's Knowledge Stack: Why LoreDocs, Obsidian, and NotebookLM Complement Each Other]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/ai-knowledge-stack-venn</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/ai-knowledge-stack-venn</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Three powerful tools for knowledge work. Three different purposes. Here is how to use all three without duplication or confusion.]]></description>
    </item>
    <item>
      <title><![CDATA[Building a Reference Library for AI Projects: A Vault Blueprint for Reliable AI Development]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/loredocs-vault-architecture</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/loredocs-vault-architecture</guid>
      <pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[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.]]></description>
    </item>
    <item>
      <title><![CDATA[Why Your Claude Sessions Start From Zero (And What to Do About It)]]></title>
      <link>https://labyrinthanalyticsconsulting.com/blog/why-your-claude-sessions-start-from-zero</link>
      <guid>https://labyrinthanalyticsconsulting.com/blog/why-your-claude-sessions-start-from-zero</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Every Claude session begins with amnesia. LoreConvo auto-save hooks fix that with zero friction for data engineers and AI practitioners.]]></description>
    </item>
  </channel>
</rss>