<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Brain Bytes</title>
    <link>https://www.codingwithroby.com/newsletter</link>
    <atom:link href="https://www.codingwithroby.com/feed.xml" rel="self" type="application/rss+xml"/>
    <description>Practical backend and AI engineering tips from Eric Roby, every Tuesday.</description>
    <language>en-us</language>
    <item>
      <title>We&apos;re Shipping Faster While Understanding Less</title>
      <link>https://www.codingwithroby.com/newsletter/were-shipping-faster-while-understanding-less</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/were-shipping-faster-while-understanding-less</guid>
      <pubDate>Wed, 29 Jul 2026 12:00:00 GMT</pubDate>
      <description>I&apos;m shipping more code than at any point in my career. And I understand a smaller share of it than ever before. If you use AI coding agents every day, I&apos;d bet the same is true for you.</description>
    </item>
    <item>
      <title>Claude Code Can Maintain Your Repo</title>
      <link>https://www.codingwithroby.com/newsletter/claude-code-can-maintain-your-repo</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/claude-code-can-maintain-your-repo</guid>
      <pubDate>Mon, 27 Jul 2026 12:00:00 GMT</pubDate>
      <description>I do not like refactoring or keeping up security changes. So here&apos;s my fix: schedule Claude Code to run headless every night and do the rounds for me — I review the findings over coffee.</description>
    </item>
    <item>
      <title>Five Frontier Models Shipped in Two Weeks.</title>
      <link>https://www.codingwithroby.com/newsletter/five-frontier-models-shipped-in-two-weeks</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/five-frontier-models-shipped-in-two-weeks</guid>
      <pubDate>Tue, 21 Jul 2026 12:00:00 GMT</pubDate>
      <description>Between 1 July and 16 July 2026, five frontier AI models shipped or came back online. Sixteen days. If you blinked, you missed a full generation of AI tooling.</description>
    </item>
    <item>
      <title>Prompt Injection Is the Input Bug of the Agent Era</title>
      <link>https://www.codingwithroby.com/newsletter/prompt-injection-is-the-input-bug-of-the-agent-era</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/prompt-injection-is-the-input-bug-of-the-agent-era</guid>
      <pubDate>Tue, 07 Jul 2026 12:00:00 GMT</pubDate>
      <description>Do not trust raw user input. Prompt injection teaches the agent-era version: do not trust anything the agent reads - user messages, emails, documents, web pages, or tool responses.</description>
    </item>
    <item>
      <title>The 2026 AI Agent Stack, Drawn from Scratch</title>
      <link>https://www.codingwithroby.com/newsletter/the-2026-ai-agent-stack-drawn-from-scratch</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/the-2026-ai-agent-stack-drawn-from-scratch</guid>
      <pubDate>Tue, 30 Jun 2026 12:00:00 GMT</pubDate>
      <description>A backend team starts building what sounds like a simple internal agent. The agent needs to answer support questions, look up a customer record, and call one refund endpoint.</description>
    </item>
    <item>
      <title>Loop Engineering: Stop Prompting Agents</title>
      <link>https://www.codingwithroby.com/newsletter/loop-engineering-stop-prompting-agents</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/loop-engineering-stop-prompting-agents</guid>
      <pubDate>Wed, 24 Jun 2026 12:00:00 GMT</pubDate>
      <description>Four builders who never worked together reached the same conclusion: the most important skill in AI engineering has changed. It&apos;s no longer writing a good prompt — it&apos;s building the system that generates prompts for you.</description>
    </item>
    <item>
      <title>Sandboxing Your Agent in a DevContainer</title>
      <link>https://www.codingwithroby.com/newsletter/sandboxing-your-agent-in-a-devcontainer</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/sandboxing-your-agent-in-a-devcontainer</guid>
      <pubDate>Tue, 16 Jun 2026 12:00:00 GMT</pubDate>
      <description>I run Claude Code with --dangerously-skip-permissions every single day. Before you think I&apos;m being reckless, hear me out. My agent doesn&apos;t live on my machine. It lives in a DevContainer.</description>
    </item>
    <item>
      <title>Mobile-First AI Coding Is Real</title>
      <link>https://www.codingwithroby.com/newsletter/mobile-first-ai-coding-is-real</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/mobile-first-ai-coding-is-real</guid>
      <pubDate>Tue, 09 Jun 2026 12:00:00 GMT</pubDate>
      <description>I reviewed a real pull request from the grocery store line last week. On my iPhone. Against a live preview environment. Mobile-first AI coding is here, but it&apos;s not about a flashy mobile IDE.</description>
    </item>
    <item>
      <title>The Stop Hook That Won&apos;t Let Claude Lie to You</title>
      <link>https://www.codingwithroby.com/newsletter/the-stop-hook-that-wont-let-claude-lie-to-you</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/the-stop-hook-that-wont-let-claude-lie-to-you</guid>
      <pubDate>Tue, 02 Jun 2026 12:00:00 GMT</pubDate>
      <description>Claude told me the work was done. The tests passed. Everything green. It wasn&apos;t true. That was the moment I stopped trusting agents to grade their own work.</description>
    </item>
    <item>
      <title>How I Built a Second Brain for Agents</title>
      <link>https://www.codingwithroby.com/newsletter/how-i-built-a-second-brain-for-agents</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/how-i-built-a-second-brain-for-agents</guid>
      <pubDate>Tue, 26 May 2026 12:00:00 GMT</pubDate>
      <description>I began a new Claude Code session a few mornings ago. It forgot everything we decided the day before. That&apos;s when I realized a second brain isn&apos;t just a luxury; it&apos;s a must-have for productivity.</description>
    </item>
    <item>
      <title>How My Mac Mini Server Changes How I Work</title>
      <link>https://www.codingwithroby.com/newsletter/how-my-mac-mini-server-changes-how-i-work</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/how-my-mac-mini-server-changes-how-i-work</guid>
      <pubDate>Tue, 19 May 2026 12:00:00 GMT</pubDate>
      <description>I have a Mac Mini sitting on a shelf in my office running Claude Code 24/7. It does work for me while I sleep, and I wake up to a queue of pull requests waiting for review.</description>
    </item>
    <item>
      <title>Git Worktrees Are the Future (Parallel Agents)</title>
      <link>https://www.codingwithroby.com/newsletter/git-worktrees-are-the-future-parallel-agents</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/git-worktrees-are-the-future-parallel-agents</guid>
      <pubDate>Tue, 12 May 2026 12:00:00 GMT</pubDate>
      <description>I run three to five Claude Code sessions in parallel now. The unlock wasn&apos;t a smarter agent. It was git worktrees. That shift changed everything about how I ship work.</description>
    </item>
    <item>
      <title>Why Backend Engineering Is Harder Than It Has Ever Been in 2026</title>
      <link>https://www.codingwithroby.com/newsletter/why-backend-engineering-is-harder-than-it-has-ever-been-in-2026</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/why-backend-engineering-is-harder-than-it-has-ever-been-in-2026</guid>
      <pubDate>Tue, 05 May 2026 12:00:00 GMT</pubDate>
      <description>Five years ago, if you knew an API framework and a database, you were set. That&apos;s no longer true. Backend engineering has fundamentally shifted, and most developers haven&apos;t caught up.</description>
    </item>
    <item>
      <title>How I Actually Ship With AI Every Day</title>
      <link>https://www.codingwithroby.com/newsletter/how-i-actually-ship-with-ai-every-day</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/how-i-actually-ship-with-ai-every-day</guid>
      <pubDate>Tue, 28 Apr 2026 12:00:00 GMT</pubDate>
      <description>The gap between using AI and using it well separates engineers who ship from those who just generate code. Here&apos;s what I&apos;ve learned in months of daily use.</description>
    </item>
    <item>
      <title>Beginner Developers Are Scared of the Wrong Thing About AI</title>
      <link>https://www.codingwithroby.com/newsletter/beginner-developers-are-scared-of-the-wrong-thing-about-ai</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/beginner-developers-are-scared-of-the-wrong-thing-about-ai</guid>
      <pubDate>Tue, 21 Apr 2026 12:00:00 GMT</pubDate>
      <description>A guy learning to code said he was terrified AI would replace him before he even landed his first job. I don&apos;t think he&apos;s wrong to be scared. I think he&apos;s scared of the wrong thing.</description>
    </item>
    <item>
      <title>The Difference Between Using AI and Actually Being Good at It</title>
      <link>https://www.codingwithroby.com/newsletter/the-difference-between-using-ai-and-actually-being-good-at-it</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/the-difference-between-using-ai-and-actually-being-good-at-it</guid>
      <pubDate>Tue, 07 Apr 2026 12:00:00 GMT</pubDate>
      <description>Just communicating with AI doesn&apos;t mean you&apos;re using it well. Typing prompts and hoping for the best isn&apos;t a workflow. It&apos;s a coin flip. You can set things up to be the winning engineer.</description>
    </item>
    <item>
      <title>I Use AI to Code Every Day, But I Still Don&apos;t Trust it</title>
      <link>https://www.codingwithroby.com/newsletter/i-use-ai-to-code-every-day-but-i-still-dont-trust-it</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/i-use-ai-to-code-every-day-but-i-still-dont-trust-it</guid>
      <pubDate>Tue, 24 Mar 2026 12:00:00 GMT</pubDate>
      <description>AI is a core part of how I build software every day. But there are still times where I have to push back on the plan, change direction, or completely disregard what it&apos;s trying to do.</description>
    </item>
    <item>
      <title>The Bar for Junior Developers Has Never Been Higher</title>
      <link>https://www.codingwithroby.com/newsletter/the-bar-for-junior-developers-has-never-been-higher</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/the-bar-for-junior-developers-has-never-been-higher</guid>
      <pubDate>Tue, 17 Mar 2026 12:00:00 GMT</pubDate>
      <description>We are currently in an era with more junior developers than ever before. And while there are more junior developers than ever, the bar to entry is also higher than ever — fundamentally due to AI.</description>
    </item>
    <item>
      <title>I Canceled My Cursor Subscription After a Year. Here&apos;s Why.</title>
      <link>https://www.codingwithroby.com/newsletter/i-canceled-my-cursor-subscription-after-a-year</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/i-canceled-my-cursor-subscription-after-a-year</guid>
      <pubDate>Tue, 10 Mar 2026 12:00:00 GMT</pubDate>
      <description>After a year of using Cursor, I canceled my subscription. Terminal-based agents like Claude Code have completely changed my workflow — and my IDE is now just a code review tool.</description>
    </item>
    <item>
      <title>Here&apos;s How I Became a Backend Engineer</title>
      <link>https://www.codingwithroby.com/newsletter/heres-how-i-became-a-backend-engineer</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/heres-how-i-became-a-backend-engineer</guid>
      <pubDate>Tue, 03 Mar 2026 12:00:00 GMT</pubDate>
      <description>From struggling to land an internship after college to coding 397 days straight — this is the story of how I went from business analyst to backend engineer.</description>
    </item>
    <item>
      <title>Stop Chasing Every New AI Coding Model</title>
      <link>https://www.codingwithroby.com/newsletter/stop-chasing-every-new-ai-coding-model</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/stop-chasing-every-new-ai-coding-model</guid>
      <pubDate>Tue, 17 Feb 2026 12:00:00 GMT</pubDate>
      <description>Every few weeks, there&apos;s a new AI coding model. I know plenty of people who try every new model the moment it releases. Me? I don&apos;t. That&apos;s because this is shiny tool syndrome.</description>
    </item>
    <item>
      <title>How AI Is Changing What It Means to Be a 10x Engineer</title>
      <link>https://www.codingwithroby.com/newsletter/how-ai-is-changing-what-it-means-to-be-a-10x-engineer</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/how-ai-is-changing-what-it-means-to-be-a-10x-engineer</guid>
      <pubDate>Tue, 10 Feb 2026 12:00:00 GMT</pubDate>
      <description>There&apos;s a lot of debate about whether 10x engineers actually exist. They do - but becoming one is really hard to do by yourself. You need to be influenced by mentors and peers to get there.</description>
    </item>
    <item>
      <title>Why Learn to Code When AI Can Do It For You?</title>
      <link>https://www.codingwithroby.com/newsletter/why-learn-to-code-when-ai-can-do-it-for-you</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/why-learn-to-code-when-ai-can-do-it-for-you</guid>
      <pubDate>Tue, 03 Feb 2026 12:00:00 GMT</pubDate>
      <description>I get this question constantly - from aspiring developers, career changers, and entrepreneurs with app ideas. The answer isn&apos;t straightforward. Sometimes you genuinely don&apos;t need to learn traditional coding. Sometimes you absolutely do.</description>
    </item>
    <item>
      <title>The Future of AI Agents in Code Reviews: Your Next PR Reviewer Might Not Be Human</title>
      <link>https://www.codingwithroby.com/newsletter/the-future-of-ai-agents-in-code-reviews</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/the-future-of-ai-agents-in-code-reviews</guid>
      <pubDate>Tue, 27 Jan 2026 12:00:00 GMT</pubDate>
      <description>Code reviews are broken. Not that engineers don&apos;t care. We&apos;re just busy and inconsistent. We&apos;re better at higher-level thinking than at spotting the same pattern violations over and over. AI agents are about to change everything.</description>
    </item>
    <item>
      <title>Are Developers Losing Their Technical Edge to Vibe Coding</title>
      <link>https://www.codingwithroby.com/newsletter/are-developers-losing-their-technical-edge-to-vibe-coding</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/are-developers-losing-their-technical-edge-to-vibe-coding</guid>
      <pubDate>Tue, 20 Jan 2026 12:00:00 GMT</pubDate>
      <description>There&apos;s a new breed of &apos;developer&apos; emerging. They ship fast. They build products. But ask them to explain how their code works, and you get hand-waving about &apos;it just works.&apos; Welcome to vibe coding.</description>
    </item>
    <item>
      <title>Cursor vs Claude Code: Why Top Developers Are Using Both</title>
      <link>https://www.codingwithroby.com/newsletter/cursor-vs-claude-code-why-top-developers-are-using-both</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/cursor-vs-claude-code-why-top-developers-are-using-both</guid>
      <pubDate>Tue, 13 Jan 2026 12:00:00 GMT</pubDate>
      <description>What if the best AI coding setup isn&apos;t Cursor OR Claude Code, it&apos;s Cursor AND Claude Code? Professional developers are using both tools, and here&apos;s why that approach makes perfect sense.</description>
    </item>
    <item>
      <title>6 Claude Code Tips That Cut Dev Time</title>
      <link>https://www.codingwithroby.com/newsletter/6-claude-code-tips-that-cut-dev-time</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/6-claude-code-tips-that-cut-dev-time</guid>
      <pubDate>Tue, 06 Jan 2026 12:00:00 GMT</pubDate>
      <description>Claude Code adds AI help right in your terminal. Here are six practical tips that changed how developers use Claude Code and help save a lot of development time.</description>
    </item>
    <item>
      <title>Why Developers Think They&apos;re 20% Faster with AI ... But Aren&apos;t</title>
      <link>https://www.codingwithroby.com/newsletter/why-developers-think-they-are-20-percent-faster-with-ai</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/why-developers-think-they-are-20-percent-faster-with-ai</guid>
      <pubDate>Tue, 30 Dec 2025 12:00:00 GMT</pubDate>
      <description>What if the AI revolution in coding isn&apos;t really making us more productive? What if it just makes us feel that way? METR&apos;s 2025 study found developers took 19% longer with AI tools while thinking they worked 20% faster.</description>
    </item>
    <item>
      <title>57% Have AI Agents in Production. Only 6% Are Ready</title>
      <link>https://www.codingwithroby.com/newsletter/57-have-ai-agents-in-production-only-6-are-ready</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/57-have-ai-agents-in-production-only-6-are-ready</guid>
      <pubDate>Tue, 23 Dec 2025 12:00:00 GMT</pubDate>
      <description>The AI agent revolution has a hidden issue: many organizations aren&apos;t ready to use them. 57% of companies have agents in production, yet only 6% have the right infrastructure to support them.</description>
    </item>
    <item>
      <title>The AI Workflow Backend Devs Still Ignore</title>
      <link>https://www.codingwithroby.com/newsletter/ai-workflow-backend-devs</link>
      <guid isPermaLink="true">https://www.codingwithroby.com/newsletter/ai-workflow-backend-devs</guid>
      <pubDate>Tue, 02 Dec 2025 12:00:00 GMT</pubDate>
      <description>Most backend devs use AI like StackOverflow - quick answers, quick code, quick fixes. But the workflow that actually saves hours every week? Almost no one uses it.</description>
    </item>
  </channel>
</rss>
