<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Chris Dabatos — Blog</title>
        <link>https://chrisdabatos.com/blog/</link>
        <description>Technical deep-dives from a Staff DevRel Engineer @ Fly.io: agentic workflows, AI memory systems, voice AI, and what breaks along the way.</description>
        <language>en-us</language>
        <atom:link href="https://chrisdabatos.com/feed.xml" rel="self" type="application/rss+xml"/>
        <lastBuildDate>Wed, 08 Jul 2026 15:44:46 GMT</lastBuildDate>
        <item>
            <title>Everyone Has Claude Code. Now What?</title>
            <link>https://chrisdabatos.com/blog/everyone-has-claude-code-now-what/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/everyone-has-claude-code-now-what/</guid>
            <pubDate>Wed, 08 Jul 2026 12:00:00 GMT</pubDate>
            <description>Good enough is now free. It’s the floor. The speech I keep giving my friends about standing out, and the terminal I built to take my own advice.</description>
        </item>
        <item>
            <title>A Checkpoint Is Not a Safety Net</title>
            <link>https://chrisdabatos.com/blog/a-checkpoint-is-not-a-safety-net/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/a-checkpoint-is-not-a-safety-net/</guid>
            <pubDate>Tue, 16 Jun 2026 12:00:00 GMT</pubDate>
            <description>Sprites can snapshot and restore an agent computer. The harder part is knowing which checkpoint was safe, healthy, and worth restoring.</description>
        </item>
        <item>
            <title>Agents Need Computers. Humans Need Monitors.</title>
            <link>https://chrisdabatos.com/blog/agents-need-computers-humans-need-monitors/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/agents-need-computers-humans-need-monitors/</guid>
            <pubDate>Mon, 08 Jun 2026 12:00:00 GMT</pubDate>
            <description>Persistent agent work needs restore points a human can trust. Checkpoints need context, agents need bounded computers, and humans need monitors.</description>
        </item>
        <item>
            <title>Cloud Pricing Is A UX Problem</title>
            <link>https://chrisdabatos.com/blog/cloud-pricing-is-a-ux-problem/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/cloud-pricing-is-a-ux-problem/</guid>
            <pubDate>Mon, 01 Jun 2026 12:00:00 GMT</pubDate>
            <description>Cloud bills get painful when the pricing model hides what the app is actually doing. This is about CPU, memory, state, agents, and surprise.</description>
        </item>
        <item>
            <title>Don’t Build A Second Product For Voice</title>
            <link>https://chrisdabatos.com/blog/dont-build-a-second-product-for-voice/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/dont-build-a-second-product-for-voice/</guid>
            <pubDate>Mon, 01 Jun 2026 12:00:00 GMT</pubDate>
            <description>A Deepgram Voice Agent pattern for adding realtime voice to an AI app that already has auth, memory, tools, and transcripts.</description>
        </item>
        <item>
            <title>Your AI Agent Is Logged In. That Doesn't Mean It Should Have Access.</title>
            <link>https://chrisdabatos.com/blog/ai-agent-access/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/ai-agent-access/</guid>
            <pubDate>Mon, 25 May 2026 12:00:00 GMT</pubDate>
            <description>What building AI memory taught me about authorization for agents, vector search, delegated access, and why relevance is not permission.</description>
        </item>
        <item>
            <title>Voice Agents Need Receipts</title>
            <link>https://chrisdabatos.com/blog/voice-agents-need-receipts/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/voice-agents-need-receipts/</guid>
            <pubDate>Sat, 23 May 2026 12:00:00 GMT</pubDate>
            <description>RecallMEM now has a Deepgram voice agent with app-controlled memory. Voice made the memory layer stricter: no quote, no memory.</description>
        </item>
        <item>
            <title>The LLM Was The Easy Part</title>
            <link>https://chrisdabatos.com/blog/llm-was-the-easy-part/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/llm-was-the-easy-part/</guid>
            <pubDate>Fri, 22 May 2026 12:00:00 GMT</pubDate>
            <description>I thought RecallMEM was a local chatbot project. The model call took almost no time. The real work was persistence, memory, files, tokens, setup, and all the boring systems that make an AI app usable.</description>
        </item>
        <item>
            <title>AI engineering is web development all over again.</title>
            <link>https://chrisdabatos.com/blog/ai-engineering-new-web-dev/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/ai-engineering-new-web-dev/</guid>
            <pubDate>Mon, 16 Mar 2026 12:00:00 GMT</pubDate>
            <description>The same cycle that made web dev the path into tech is repeating with AI. But the tools are better, the learning curve is different, and the ceiling is way higher.</description>
        </item>
        <item>
            <title>Coding Used to Be Hard. That Was the Point.</title>
            <link>https://chrisdabatos.com/blog/coding-used-to-be-hard/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/coding-used-to-be-hard/</guid>
            <pubDate>Thu, 12 Mar 2026 12:00:00 GMT</pubDate>
            <description>I miss when coding was hard. The frustration was the craft. Now AI writes the code and developers are having an identity crisis.</description>
        </item>
        <item>
            <title>Voice agents should teach you, not just answer you.</title>
            <link>https://chrisdabatos.com/blog/study-mode/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/study-mode/</guid>
            <pubDate>Tue, 10 Mar 2026 12:00:00 GMT</pubDate>
            <description>How I turned a voice-first AI journal into a Socratic tutor that teaches through conversation, quizzes you until you get it right, and won't let you fake understanding.</description>
        </item>
        <item>
            <title>AI memory is broken because we let the model own the truth.</title>
            <link>https://chrisdabatos.com/blog/ai-memory-is-broken/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/ai-memory-is-broken/</guid>
            <pubDate>Thu, 19 Feb 2026 12:00:00 GMT</pubDate>
            <description>Building Speak2Me, a voice-first AI journal that actually knows your story. The hard lessons from building real AI memory systems.</description>
        </item>
        <item>
            <title>College rankings are useless if they ignore the money.</title>
            <link>https://chrisdabatos.com/blog/college-picker/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/college-picker/</guid>
            <pubDate>Thu, 29 Jan 2026 12:00:00 GMT</pubDate>
            <description>College rankings don't help. I built an AI-powered tool that compares colleges based on actual financial outcomes. Not vibes. Not rankings. Money.</description>
        </item>
        <item>
            <title>Voice apps fail when they treat speech like a text box.</title>
            <link>https://chrisdabatos.com/blog/speak-it/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/speak-it/</guid>
            <pubDate>Tue, 27 Jan 2026 12:00:00 GMT</pubDate>
            <description>Privacy-first style learning with TiDB vector search. Can you teach an AI how someone writes by storing statistics only?</description>
        </item>
        <item>
            <title>Journaling apps fail because they only remember what you typed.</title>
            <link>https://chrisdabatos.com/blog/ai-journal-system/</link>
            <guid isPermaLink="true">https://chrisdabatos.com/blog/ai-journal-system/</guid>
            <pubDate>Wed, 03 Dec 2025 12:00:00 GMT</pubDate>
            <description>Most journaling apps are just storage. I built a system that watches my entries, finds patterns in my thinking, and writes my life story in third person - like a biographer following me around.</description>
        </item>
    </channel>
</rss>
