<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Santhosh J S</title>
    <link>https://santhoshsiddegowda.com</link>
    <description>Backend engineering, AI, and developer productivity.</description>
    <language>en</language>
    <item>
      <title>What I Learned Going From Engineer to Lead (and Back)</title>
      <link>https://santhoshsiddegowda.com/articles/what-i-learned-going-from-engineer-to-lead-and-back</link>
      <guid>https://santhoshsiddegowda.com/articles/what-i-learned-going-from-engineer-to-lead-and-back</guid>
      <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
      <description>Four years leading engineers, the mistakes I made, and what actually changed me—told through real stories, and why the lead mindset stays with you even after going back to IC.</description>
      <category>career</category><category>leadership</category>
    </item>
    <item>
      <title>The Latency Challenge: Scaling Real-Time AI Voice Analysis</title>
      <link>https://santhoshsiddegowda.com/articles/less-is-more</link>
      <guid>https://santhoshsiddegowda.com/articles/less-is-more</guid>
      <pubDate>Sun, 18 Jan 2026 00:00:00 GMT</pubDate>
      <description>How we solved the audio pipeline bottleneck for Bizom's AI Sales Coach using WebRTC and RAM-first architecture.</description>
      <category>ai</category><category>voice</category><category>performance</category>
    </item>
    <item>
      <title>Building a Bugzilla MCP Server: Bridging AI and Bug Tracking</title>
      <link>https://santhoshsiddegowda.com/articles/bugzilla-mcp</link>
      <guid>https://santhoshsiddegowda.com/articles/bugzilla-mcp</guid>
      <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
      <description>The Bugzilla MCP Server is a Model Context Protocol server that enables AI assistants to interact directly with Bugzilla instances. It provides secure access to query bugs, search repositories, add comments, and manage bug tracking—all through natural conversation with your AI assistant.</description>
      <category>ai</category><category>mcp</category>
    </item>
    <item>
      <title>The Day I Became an AI &quot;Babysitter&quot; (And Why I'm Not Ashamed of It)</title>
      <link>https://santhoshsiddegowda.com/articles/llm-baby-sitting-experiences</link>
      <guid>https://santhoshsiddegowda.com/articles/llm-baby-sitting-experiences</guid>
      <pubDate>Sun, 05 Oct 2025 00:00:00 GMT</pubDate>
      <description>How helping transform traditional QA test cases into AI-assisted ones taught me that the future of testing isn't about replacing humans—it's about humans and AI working together</description>
      <category>ai</category><category>llm</category>
    </item>
    <item>
      <title>Why We Need Software Engineers More Than Programmers</title>
      <link>https://santhoshsiddegowda.com/articles/why-we-need-engineers</link>
      <guid>https://santhoshsiddegowda.com/articles/why-we-need-engineers</guid>
      <pubDate>Fri, 22 Aug 2025 00:00:00 GMT</pubDate>
      <description>The other day, in a conversation with my CEO Lalit, he said something that stuck with me:</description>
      <category>career</category><category>engineering</category>
    </item>
    <item>
      <title>Comparing Sarvam AI and OpenAI Whisper - A Deep Dive into Indian Language Transcription</title>
      <link>https://santhoshsiddegowda.com/articles/experiences-working-with-sarvam-and-openai-whisper</link>
      <guid>https://santhoshsiddegowda.com/articles/experiences-working-with-sarvam-and-openai-whisper</guid>
      <pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate>
      <description>In this article, I'll share my hands-on experience using two speech-to-text transcription solutions: Sarvam AI and OpenAI Whisper. I've worked with both in real-world scenarios and will walk through their accuracy, integration process, and how well they perform under different conditions—especially for Indic language use cases.</description>
      <category>ai</category><category>speech-to-text</category>
    </item>
    <item>
      <title>Understanding the Laravel Request Lifecycle</title>
      <link>https://santhoshsiddegowda.com/articles/laravel-request-life-cycle</link>
      <guid>https://santhoshsiddegowda.com/articles/laravel-request-life-cycle</guid>
      <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
      <description>Laravel's request-response flow is powerful yet elegant. Knowing how it works helps with debugging and optimization. Let's break down the journey of a user request in your Laravel app.</description>
      <category>laravel</category>
    </item>
    <item>
      <title>Laravel Zero with PHP Binaries</title>
      <link>https://santhoshsiddegowda.com/articles/laravel-zero-with-php-binaries</link>
      <guid>https://santhoshsiddegowda.com/articles/laravel-zero-with-php-binaries</guid>
      <pubDate>Thu, 17 Apr 2025 00:00:00 GMT</pubDate>
      <description>As a Laravel developer, you're already familiar with the elegance and power of the Laravel ecosystem. But did you know that Laravel Zero allows you to harness that same power to build command-line tools? In this guide, we'll walk through creating a CLI tool using Laravel Zero, then compile it into a standalone PHP binary using Static PHP CLI (SPC). This workflow is perfect for building utilities, automation scripts, or deployment tools.</description>
      <category>laravel</category><category>cli</category>
    </item>
    <item>
      <title>Small Language Models: The Practical AI Solution for Businesses</title>
      <link>https://santhoshsiddegowda.com/articles/what-is-slm</link>
      <guid>https://santhoshsiddegowda.com/articles/what-is-slm</guid>
      <pubDate>Wed, 02 Apr 2025 00:00:00 GMT</pubDate>
      <description>You’ve probably heard about big AI models like ChatGPT or Google’s Gemini. These are called Large Language Models (LLMs), and they’re amazing at understanding and generating text. But there’s another type of AI model that’s smaller, faster, and more practical for businesses: Small Language Models (SLMs).</description>
      <category>ai</category><category>llm</category>
    </item>
    <item>
      <title>Integrating WorkOS with Laravel</title>
      <link>https://santhoshsiddegowda.com/articles/integrate-work-os-with-laravel</link>
      <guid>https://santhoshsiddegowda.com/articles/integrate-work-os-with-laravel</guid>
      <pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate>
      <description>Integrating WorkOS with Laravel enhances your application's authentication capabilities, offering features like social logins, passkeys, and Single Sign-On (SSO). Laravel  provides starter kits for React, Vue, and Livewire, each with a WorkOS AuthKit variant, simplifying the integration process.</description>
      <category>laravel</category><category>auth</category>
    </item>
    <item>
      <title>Coding AI Using AI: My Journey of Building Code Police During a Hackathon</title>
      <link>https://santhoshsiddegowda.com/articles/code-police-journey</link>
      <guid>https://santhoshsiddegowda.com/articles/code-police-journey</guid>
      <pubDate>Thu, 20 Feb 2025 00:00:00 GMT</pubDate>
      <description>At Bizom , our fast-growing company, we faced a growing challenge as our team expanded: maintaining code quality and error handling across our Bitbucket repositories. With more developers contributing code, it became increasingly difficult to ensure consistency and high standards during code reviews.</description>
      <category>ai</category><category>code-review</category><category>hackathon</category>
    </item>
    <item>
      <title>CodePolice: AI-Powered Code Review for Bitbucket Repositories</title>
      <link>https://santhoshsiddegowda.com/articles/code-police-ai-code-reviewer</link>
      <guid>https://santhoshsiddegowda.com/articles/code-police-ai-code-reviewer</guid>
      <pubDate>Tue, 11 Feb 2025 00:00:00 GMT</pubDate>
      <description>A few months ago, I found myself drowning in pull requests. As a developer, I understand the importance of thorough code reviews, but reviewing each pull request manually was time-consuming and often inconsistent. Sometimes, minor issues slipped through the cracks, and at other times, reviews took longer than necessary.</description>
      <category>ai</category><category>code-review</category><category>bitbucket</category>
    </item>
  </channel>
</rss>