
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>My professional blog about AI and software engineering</title>
      <link>https://madmmasblog.vercel.app/blog</link>
      <description>A blog created with Next.js and Tailwind.css about AI and software engineering</description>
      <language>en-us</language>
      <managingEditor>address@yoursite.com (Moinuddin M Masud)</managingEditor>
      <webMaster>address@yoursite.com (Moinuddin M Masud)</webMaster>
      <lastBuildDate>Tue, 02 Jun 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://madmmasblog.vercel.app/tags/pipeline/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://madmmasblog.vercel.app/blog/building-concurrent-ai-pipelines-in-go/phase-1-concurrency-fundamentals/part-1-sequential-ai-pipeline</guid>
    <title>From Sequential Scripts to Concurrent AI Pipelines in Go — Part 1</title>
    <link>https://madmmasblog.vercel.app/blog/building-concurrent-ai-pipelines-in-go/phase-1-concurrency-fundamentals/part-1-sequential-ai-pipeline</link>
    <description>Why Sequential AI Pipelines Stop Scaling</description>
    <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
    <author>address@yoursite.com (Moinuddin M Masud)</author>
    <category>golang</category><category>AI</category><category>pipeline</category>
  </item>

  <item>
    <guid>https://madmmasblog.vercel.app/blog/building-concurrent-ai-pipelines-in-go/phase-1-concurrency-fundamentals/part-2-parallel-llm-calls-with-goroutines</guid>
    <title>From Sequential Scripts to Concurrent AI Pipelines in Go — Part 2</title>
    <link>https://madmmasblog.vercel.app/blog/building-concurrent-ai-pipelines-in-go/phase-1-concurrency-fundamentals/part-2-parallel-llm-calls-with-goroutines</link>
    <description>Introducing Goroutines - Parallel AI Processing in Go</description>
    <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
    <author>address@yoursite.com (Moinuddin M Masud)</author>
    <category>golang</category><category>AI</category><category>pipeline</category>
  </item>

  <item>
    <guid>https://madmmasblog.vercel.app/blog/building-concurrent-ai-pipelines-in-go/phase-1-concurrency-fundamentals/part-3-race-conditions-in-ai-aggregation</guid>
    <title>From Sequential Scripts to Concurrent AI Pipelines in Go — Part 3</title>
    <link>https://madmmasblog.vercel.app/blog/building-concurrent-ai-pipelines-in-go/phase-1-concurrency-fundamentals/part-3-race-conditions-in-ai-aggregation</link>
    <description>Race Conditions in Go - The Bugs That Only Appear Under Load</description>
    <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
    <author>address@yoursite.com (Moinuddin M Masud)</author>
    <category>golang</category><category>AI</category><category>pipeline</category>
  </item>

  <item>
    <guid>https://madmmasblog.vercel.app/blog/building-concurrent-ai-pipelines-in-go/phase-1-concurrency-fundamentals/part-4-streaming-tokens-via-channels</guid>
    <title>From Sequential Scripts to Concurrent AI Pipelines in Go — Part 4</title>
    <link>https://madmmasblog.vercel.app/blog/building-concurrent-ai-pipelines-in-go/phase-1-concurrency-fundamentals/part-4-streaming-tokens-via-channels</link>
    <description>Channels in Go - Communicating Between Concurrent AI Workers</description>
    <pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
    <author>address@yoursite.com (Moinuddin M Masud)</author>
    <category>golang</category><category>AI</category><category>pipeline</category>
  </item>

    </channel>
  </rss>
