<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://tilomitra.com</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Is Management Dead?</title>
          <link>https://tilomitra.com/blog/is-management-dead</link>
          <description>AI is eating the coordination work managers used to do, so is the job going away or just changing?</description>
          <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Building Deterministic AI</title>
          <link>https://tilomitra.com/blog/building-deterministic-ai</link>
          <description>LLMs are non-deterministic, so how do you build software you can actually rely on top of them?</description>
          <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>MCPs, APIs and CLIs: When to use what</title>
          <link>https://tilomitra.com/blog/mcp-vs-apis-vs-clis</link>
          <description>MCP, a plain API, or a CLI: which should you reach for to give an agent a capability?</description>
          <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Autonomous Mode for Superpowers</title>
          <link>https://tilomitra.com/blog/autonomous-mode-superpowers</link>
          <description>When should you let a coding agent execute a finalized plan with no human checkpoints?</description>
          <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Proactive intelligence</title>
          <link>https://tilomitra.com/blog/proactive-intelligence</link>
          <description>What if agents could continuously monitor your business and act on it without being asked?</description>
          <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Background agents are about to change everything</title>
          <link>https://tilomitra.com/blog/background-agents</link>
          <description>What happens when agents can run autonomously in the cloud with full access to your dev environment?</description>
          <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to create a widget with your Claude Code Stats</title>
          <link>https://tilomitra.com/blog/claude-stats-public</link>
          <description>How can you build a widget that shows how much you actually use Claude Code?</description>
          <pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Open-sourcing release-kit: Claude Code Skills for Shipping</title>
          <link>https://tilomitra.com/blog/release-kit-claude-skills</link>
          <description>Can Claude Code skills turn messy git history into polished changelogs and release notes?</description>
          <pubDate>Mon, 26 Jan 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>My Current AI Development Setup (Jan 2026)</title>
          <link>https://tilomitra.com/blog/ai-development-setup-2026</link>
          <description>What tools, models, and workflows am I actually using for AI-assisted development in 2026?</description>
          <pubDate>Fri, 23 Jan 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Open-sourcing Timeslottr: Create timeslots for scheduling</title>
          <link>https://tilomitra.com/blog/timeslottr-algorithm</link>
          <description>How do you generate scheduling timeslots, and what is surprisingly tricky about it?</description>
          <pubDate>Mon, 27 Oct 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How I Use NotebookLM as an Engineering Manager</title>
          <link>https://tilomitra.com/blog/notebooklm-for-engineering-managers</link>
          <description>How can an engineering manager use NotebookLM to stay organized and save time?</description>
          <pubDate>Sun, 22 Jun 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Incorporating LLMs into Your Management Workflow</title>
          <link>https://tilomitra.com/blog/incorporating-llms</link>
          <description>Where can LLMs actually help your management workflow without making you weird?</description>
          <pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How I am using Cursor in my development</title>
          <link>https://tilomitra.com/blog/cursor-best-practices</link>
          <description>How do you actually get value out of Cursor in your day-to-day development?</description>
          <pubDate>Wed, 08 Jan 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Planning without clear goals</title>
          <link>https://tilomitra.com/blog/leadership-ambiguity</link>
          <description>How do you plan when leadership has not set a clear direction?</description>
          <pubDate>Sat, 05 Oct 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Good Process, Bad Results</title>
          <link>https://tilomitra.com/blog/good-process-bad-results</link>
          <description>If the process feels smooth but the results are bad, what has actually gone wrong?</description>
          <pubDate>Sun, 07 Jul 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Understanding Engineering Health of a Team</title>
          <link>https://tilomitra.com/blog/engineering-health-framework</link>
          <description>How can you tell whether an engineering team is actually healthy?</description>
          <pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Creating High-Performing Teams: Less Chemistry, More Friction</title>
          <link>https://tilomitra.com/blog/high-performing-teams</link>
          <description>What actually makes a team high-performing: chemistry, or something else?</description>
          <pubDate>Wed, 10 Apr 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Move Fast and Fix Things</title>
          <link>https://tilomitra.com/blog/ship-faster</link>
          <description>If shipping value is the job, what does that make everything else?</description>
          <pubDate>Tue, 02 May 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Avoiding Prop Drilling in React</title>
          <link>https://tilomitra.com/blog/prop-drilling</link>
          <description>How do you avoid prop drilling in a React application?</description>
          <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Why Derived State in React Is Not Always an Anti-pattern</title>
          <link>https://tilomitra.com/blog/react-derived-state</link>
          <description>Is derived state in React always an anti-pattern?</description>
          <pubDate>Sun, 22 May 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Why React's Dependency Array is Not About Dependencies</title>
          <link>https://tilomitra.com/blog/react-dependency-array</link>
          <description>If the React dependency array is not really about dependencies, what is it about?</description>
          <pubDate>Fri, 08 Apr 2022 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>