<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:podcast="https://podcastindex.org/namespace/1.0">
  <channel>
    <atom:link href="https://feeds.simplecast.com/WZ_NUixi" rel="self" title="MP3 Audio" type="application/atom+xml"/>
    <atom:link href="https://simplecast.superfeedr.com" rel="hub" xmlns="http://www.w3.org/2005/Atom"/>
    <generator>https://simplecast.com</generator>
    <title>52 Weeks of Cloud</title>
    <description>A weekly podcast on technical topics related to cloud computing including:  MLOPs, LLMs, AWS, Azure, GCP, Multi-Cloud and Kubernetes.</description>
    <copyright>2021-2024 Pragmatic AI Labs</copyright>
    <language>en</language>
    <pubDate>Thu, 18 Sep 2025 10:03:19 +0000</pubDate>
    <lastBuildDate>Thu, 18 Sep 2025 10:03:30 +0000</lastBuildDate>
    <image>
      <link>podcast.paiml.com</link>
      <title>52 Weeks of Cloud</title>
      <url>https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/b1e69521-4871-4413-a568-b88c49a1c684/3000x3000/52-weeks-aws.jpg?aid=rss_feed</url>
    </image>
    <link>podcast.paiml.com</link>
    <itunes:type>episodic</itunes:type>
    <itunes:summary>A weekly podcast on technical topics related to cloud computing including:  MLOPs, LLMs, AWS, Azure, GCP, Multi-Cloud and Kubernetes.</itunes:summary>
    <itunes:author>Noah Gift</itunes:author>
    <itunes:explicit>false</itunes:explicit>
    <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/b1e69521-4871-4413-a568-b88c49a1c684/3000x3000/52-weeks-aws.jpg?aid=rss_feed"/>
    <itunes:new-feed-url>https://feeds.simplecast.com/WZ_NUixi</itunes:new-feed-url>
    <itunes:keywords>aws, azure, cloud, computing, gcp, technology, rust, ai, llm, mlops, ml, llmops, local models, generative ai, data engineering, llms, deepseek, ai engineering</itunes:keywords>
    <itunes:owner>
      <itunes:name>Pragmatic AI Labs</itunes:name>
      <itunes:email>noah@paiml.com</itunes:email>
    </itunes:owner>
    <itunes:category text="Technology"/>
    <itunes:category text="Education">
      <itunes:category text="How To"/>
    </itunes:category>
    <itunes:category text="Science">
      <itunes:category text="Mathematics"/>
    </itunes:category>
    <item>
      <guid isPermaLink="false">e41d7b3a-4511-4a4c-88af-99339232aaad</guid>
      <title>ELO Ratings Questions</title>
      <description><![CDATA[<h3>Key Argument</h3><ul><li><strong>Thesis</strong>: Using ELO for AI agent evaluation = measuring noise</li><li><strong>Problem</strong>: Wrong evaluators, wrong metrics, wrong assumptions  </li><li><strong>Solution</strong>: Quantitative assessment frameworks</li></ul><h3>The Comparison (00:00-02:00)</h3><p><strong>Chess ELO</strong></p><ul><li>FIDE arbiters: 120hr training</li><li>Binary outcome: win/loss</li><li>Test-retest: r=0.95</li><li>Cohen's κ=0.92</li></ul><p><strong>AI Agent ELO</strong></p><ul><li>Random users: Google engineer? CS student? 10-year-old?</li><li>Undefined dimensions: accuracy? style? speed?</li><li>Test-retest: r=0.31 (coin flip)</li><li>Cohen's κ=0.42</li></ul><h3>Cognitive Bias Cascade (02:00-03:30)</h3><ul><li><strong>Anchoring</strong>: 34% rating variance in first 3 seconds</li><li><strong>Confirmation</strong>: 78% selective attention to preferred features</li><li><strong>Dunning-Kruger</strong>: d=1.24 effect size</li><li><strong>Result</strong>: Circular preferences (A>B>C>A)</li></ul><h3>The Quantitative Alternative (03:30-05:00)</h3><p><strong>Objective Metrics</strong></p><ul><li>McCabe complexity ≤20</li><li>Test coverage ≥80%</li><li>Big O notation comparison</li><li>Self-admitted technical debt</li><li><strong>Reliability</strong>: r=0.91 vs r=0.42</li><li><strong>Effect size</strong>: d=2.18</li></ul><h3>Dream Scenario vs Reality (05:00-06:00)</h3><p><strong>Dream</strong></p><ul><li>World's best engineers</li><li>Annotated metrics</li><li>Standardized criteria</li></ul><p><strong>Reality</strong>  </p><ul><li>Random internet users</li><li>No expertise verification</li><li>Subjective preferences</li></ul><hr /><h2>Key Statistics</h2><table><thead><tr><th>Metric</th><th>Chess</th><th>AI Agents</th></tr></thead><tbody><tr><td>Inter-rater reliability</td><td>κ=0.92</td><td>κ=0.42</td></tr><tr><td>Test-retest</td><td>r=0.95</td><td>r=0.31</td></tr><tr><td>Temporal drift</td><td>±10 pts</td><td>±150 pts</td></tr><tr><td>Hurst exponent</td><td>0.89</td><td>0.31</td></tr></tbody></table><hr /><h2>Takeaways</h2><ol><li><strong>Stop</strong>: Using preference votes as quality metrics</li><li><strong>Start</strong>: Automated complexity analysis</li><li><strong>ROI</strong>: 4.7 months to break even</li></ol><hr /><h2>Citations Mentioned</h2><ul><li>Kapoor et al. (2025): "AI agents that matter" - κ=0.42 finding</li><li>Santos et al. (2022): Technical Debt Grading validation</li><li>Regan & Haworth (2011): Chess arbiter reliability κ=0.92</li><li>Chapman & Johnson (2002): 34% anchoring effect</li></ul><hr /><h2>Quotable Moments</h2><blockquote><p>"You can't rate chess with basketball fans"</p></blockquote><blockquote><p>"0.31 reliability? That's a coin flip with extra steps"</p></blockquote><blockquote><p>"Every preference vote is a data crime"</p></blockquote><blockquote><p>"The psychometrics are screaming"</p></blockquote><hr /><h2>Resources</h2><ul><li>Technical Debt Grading (TDG) Framework</li><li>PMAT (Pragmatic AI Labs MCP Agent Toolkit)</li><li>McCabe Complexity Calculator</li><li>Cohen's Kappa Calculator</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 18 Sep 2025 10:03:19 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h3>Key Argument</h3><ul><li><strong>Thesis</strong>: Using ELO for AI agent evaluation = measuring noise</li><li><strong>Problem</strong>: Wrong evaluators, wrong metrics, wrong assumptions  </li><li><strong>Solution</strong>: Quantitative assessment frameworks</li></ul><h3>The Comparison (00:00-02:00)</h3><p><strong>Chess ELO</strong></p><ul><li>FIDE arbiters: 120hr training</li><li>Binary outcome: win/loss</li><li>Test-retest: r=0.95</li><li>Cohen's κ=0.92</li></ul><p><strong>AI Agent ELO</strong></p><ul><li>Random users: Google engineer? CS student? 10-year-old?</li><li>Undefined dimensions: accuracy? style? speed?</li><li>Test-retest: r=0.31 (coin flip)</li><li>Cohen's κ=0.42</li></ul><h3>Cognitive Bias Cascade (02:00-03:30)</h3><ul><li><strong>Anchoring</strong>: 34% rating variance in first 3 seconds</li><li><strong>Confirmation</strong>: 78% selective attention to preferred features</li><li><strong>Dunning-Kruger</strong>: d=1.24 effect size</li><li><strong>Result</strong>: Circular preferences (A>B>C>A)</li></ul><h3>The Quantitative Alternative (03:30-05:00)</h3><p><strong>Objective Metrics</strong></p><ul><li>McCabe complexity ≤20</li><li>Test coverage ≥80%</li><li>Big O notation comparison</li><li>Self-admitted technical debt</li><li><strong>Reliability</strong>: r=0.91 vs r=0.42</li><li><strong>Effect size</strong>: d=2.18</li></ul><h3>Dream Scenario vs Reality (05:00-06:00)</h3><p><strong>Dream</strong></p><ul><li>World's best engineers</li><li>Annotated metrics</li><li>Standardized criteria</li></ul><p><strong>Reality</strong>  </p><ul><li>Random internet users</li><li>No expertise verification</li><li>Subjective preferences</li></ul><hr /><h2>Key Statistics</h2><table><thead><tr><th>Metric</th><th>Chess</th><th>AI Agents</th></tr></thead><tbody><tr><td>Inter-rater reliability</td><td>κ=0.92</td><td>κ=0.42</td></tr><tr><td>Test-retest</td><td>r=0.95</td><td>r=0.31</td></tr><tr><td>Temporal drift</td><td>±10 pts</td><td>±150 pts</td></tr><tr><td>Hurst exponent</td><td>0.89</td><td>0.31</td></tr></tbody></table><hr /><h2>Takeaways</h2><ol><li><strong>Stop</strong>: Using preference votes as quality metrics</li><li><strong>Start</strong>: Automated complexity analysis</li><li><strong>ROI</strong>: 4.7 months to break even</li></ol><hr /><h2>Citations Mentioned</h2><ul><li>Kapoor et al. (2025): "AI agents that matter" - κ=0.42 finding</li><li>Santos et al. (2022): Technical Debt Grading validation</li><li>Regan & Haworth (2011): Chess arbiter reliability κ=0.92</li><li>Chapman & Johnson (2002): 34% anchoring effect</li></ul><hr /><h2>Quotable Moments</h2><blockquote><p>"You can't rate chess with basketball fans"</p></blockquote><blockquote><p>"0.31 reliability? That's a coin flip with extra steps"</p></blockquote><blockquote><p>"Every preference vote is a data crime"</p></blockquote><blockquote><p>"The psychometrics are screaming"</p></blockquote><hr /><h2>Resources</h2><ul><li>Technical Debt Grading (TDG) Framework</li><li>PMAT (Pragmatic AI Labs MCP Agent Toolkit)</li><li>McCabe Complexity Calculator</li><li>Cohen's Kappa Calculator</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3505287" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/f4d8015b-277d-4f69-b796-b69bfd6e5278/audio/b0552ba2-268b-4a9e-b8bc-941964f66820/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>ELO Ratings Questions</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:03:39</itunes:duration>
      <itunes:summary>ELO ratings work for chess (κ=0.92) but fail catastrophically for AI agents (κ=0.31). Random users aren&apos;t chess arbiters. Code quality isn&apos;t win/loss. We explore psychometric failures, cognitive biases destroying data validity, and why quantitative metrics (McCabe complexity, test coverage) achieve 2.18x better reliability than human preferences.</itunes:summary>
      <itunes:subtitle>ELO ratings work for chess (κ=0.92) but fail catastrophically for AI agents (κ=0.31). Random users aren&apos;t chess arbiters. Code quality isn&apos;t win/loss. We explore psychometric failures, cognitive biases destroying data validity, and why quantitative metrics (McCabe complexity, test coverage) achieve 2.18x better reliability than human preferences.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>223</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">65419d14-bcb8-4d0e-a3ee-c089aadc9905</guid>
      <title>The 2X Ceiling: Why 100 AI Agents Can&apos;t Outcode Amdahl&apos;s Law&quot;</title>
      <description><![CDATA[<p>AI coding agents face the same fundamental limitation as parallel computing: Amdahl's Law. Just as 10 cooks can't make soup 10x faster, 10 AI agents can't code 10x faster due to inherent sequential bottlenecks.</p><h3>📚 <strong>Key Concepts</strong></h3><h4><strong>The Soup Analogy</strong></h4><ul><li>Multiple cooks can divide tasks (prep, boiling water, etc.)</li><li>But certain steps MUST be sequential (can't stir before ingredients are in)</li><li>Adding more cooks hits diminishing returns quickly</li><li>Perfect metaphor for parallel processing limits</li></ul><h4><strong>Amdahl's Law Explained</strong></h4><ul><li>Mathematical principle: <code>Speedup = 1 / (Sequential% + Parallel%/N)</code></li><li>Logarithmic relationship = rapid plateau</li><li>Sequential work becomes the hard ceiling</li><li>Even infinite workers can't overcome sequential bottlenecks</li></ul><h3>💻 <strong>Traditional Computing Bottlenecks</strong></h3><ul><li><strong>I/O Operations</strong> - disk reads/writes</li><li><strong>Network calls</strong> - API requests, database queries  </li><li><strong>Database locks</strong> - transaction serialization</li><li><strong>CPU waiting</strong> - can't parallelize waiting</li><li>Result: 16 cores ≠ 16x speedup in real world</li></ul><h3>🤖 <strong>Agentic Coding Reality: The New Bottlenecks</strong></h3><h4><strong>1. Human Review (The New I/O)</strong></h4><ul><li>Code must be understood by humans</li><li>Security validation required</li><li>Business logic verification</li><li>Can't parallelize human cognition</li></ul><h4><strong>2. Production Deployment</strong></h4><ul><li>Sequential by nature</li><li>One deployment at a time</li><li>Rollback requirements</li><li>Compliance checks</li></ul><h4><strong>3. Trust Building</strong></h4><ul><li>Can't parallelize reputation</li><li>Bad code = deleted customer data</li><li>Revenue impact risks</li><li>Trust accumulates sequentially</li></ul><h4><strong>4. Context Limits</strong></h4><ul><li>Human cognitive bandwidth</li><li>Understanding 100k+ lines of code</li><li>Mental model limitations</li><li>Communication overhead</li></ul><h3>📊 <strong>The Numbers (Theoretical Speedups)</strong></h3><ul><li><strong>1 agent</strong>: 1.0x (baseline)</li><li><strong>2 agents</strong>: ~1.3x speedup</li><li><strong>10 agents</strong>: ~1.8x speedup  </li><li><strong>100 agents</strong>: ~1.96x speedup</li><li><strong>∞ agents</strong>: ~2.0x speedup (theoretical maximum)</li></ul><h3>🔑 <strong>Key Takeaways</strong></h3><ol><li><p><strong>AI Won't Fully Automate Coding Jobs</strong></p><ul><li>More like enhanced assistants than replacements</li><li>Human oversight remains critical</li><li>Trust and context are irreplaceable</li></ul></li><li><p><strong>Efficiency Gains Are Limited</strong></p><ul><li>Real-world ceiling around 2x improvement</li><li>Not the exponential gains often promised</li><li>Similar to other parallelization efforts</li></ul></li><li><p><strong>Success Factors for Agentic Coding</strong></p><ul><li>Well-organized human-in-the-loop processes</li><li>Clear review and approval workflows</li><li>Incremental trust building</li><li>Realistic expectations</li></ul></li></ol><h3>🔬 <strong>Research References</strong></h3><ul><li>Princeton AI research on agent limitations</li><li>"AI Agents That Matter" paper findings</li><li>Empirical evidence of diminishing returns</li><li>Real-world case studies</li></ul><h3>💡 <strong>Practical Implications</strong></h3><h4><strong>For Developers:</strong></h4><ul><li>Focus on optimizing the human review process</li><li>Build better UI/UX for code review</li><li>Implement incremental deployment strategies</li></ul><h4><strong>For Organizations:</strong></h4><ul><li>Set realistic productivity expectations</li><li>Invest in human-agent collaboration tools</li><li>Don't expect 10x improvements from more agents</li></ul><h4><strong>For the Industry:</strong></h4><ul><li>Paradigm shift from "replacement" to "augmentation"</li><li>Need for new metrics beyond raw speed</li><li>Focus on quality over quantity of agents</li></ul><h3>🎬 <strong>Episode Structure</strong></h3><ol><li><strong>Hook</strong>: The soup cooking analogy</li><li><strong>Theory</strong>: Amdahl's Law explanation</li><li><strong>Traditional</strong>: Computing bottlenecks</li><li><strong>Modern</strong>: Agentic coding bottlenecks</li><li><strong>Reality Check</strong>: The 2x ceiling</li><li><strong>Future</strong>: Optimizing within constraints</li></ol><h3>🗣️ <strong>Quotable Moments</strong></h3><ul><li>"10 agents don't code 10 times faster, just like 10 cooks don't make soup 10 times faster"</li><li>"Humans are the new I/O bottleneck"</li><li>"You can't parallelize trust"</li><li>"The theoretical max is 2x faster - that's the reality check"</li></ul><h3>🤔 <strong>Discussion Questions</strong></h3><ol><li>Is the 2x ceiling permanent or can we innovate around it?</li><li>What's more valuable: speed or code quality?</li><li>How do we optimize the human bottleneck?</li><li>Will future AI models change these limitations?</li></ol><h3>📝 <strong>Episode Tagline</strong></h3><p><i>"When infinite AI agents hit the wall of human review, Amdahl's Law reminds us that some things just can't be parallelized - including trust, context, and the courage to deploy to production."</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 17 Sep 2025 09:23:28 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>AI coding agents face the same fundamental limitation as parallel computing: Amdahl's Law. Just as 10 cooks can't make soup 10x faster, 10 AI agents can't code 10x faster due to inherent sequential bottlenecks.</p><h3>📚 <strong>Key Concepts</strong></h3><h4><strong>The Soup Analogy</strong></h4><ul><li>Multiple cooks can divide tasks (prep, boiling water, etc.)</li><li>But certain steps MUST be sequential (can't stir before ingredients are in)</li><li>Adding more cooks hits diminishing returns quickly</li><li>Perfect metaphor for parallel processing limits</li></ul><h4><strong>Amdahl's Law Explained</strong></h4><ul><li>Mathematical principle: <code>Speedup = 1 / (Sequential% + Parallel%/N)</code></li><li>Logarithmic relationship = rapid plateau</li><li>Sequential work becomes the hard ceiling</li><li>Even infinite workers can't overcome sequential bottlenecks</li></ul><h3>💻 <strong>Traditional Computing Bottlenecks</strong></h3><ul><li><strong>I/O Operations</strong> - disk reads/writes</li><li><strong>Network calls</strong> - API requests, database queries  </li><li><strong>Database locks</strong> - transaction serialization</li><li><strong>CPU waiting</strong> - can't parallelize waiting</li><li>Result: 16 cores ≠ 16x speedup in real world</li></ul><h3>🤖 <strong>Agentic Coding Reality: The New Bottlenecks</strong></h3><h4><strong>1. Human Review (The New I/O)</strong></h4><ul><li>Code must be understood by humans</li><li>Security validation required</li><li>Business logic verification</li><li>Can't parallelize human cognition</li></ul><h4><strong>2. Production Deployment</strong></h4><ul><li>Sequential by nature</li><li>One deployment at a time</li><li>Rollback requirements</li><li>Compliance checks</li></ul><h4><strong>3. Trust Building</strong></h4><ul><li>Can't parallelize reputation</li><li>Bad code = deleted customer data</li><li>Revenue impact risks</li><li>Trust accumulates sequentially</li></ul><h4><strong>4. Context Limits</strong></h4><ul><li>Human cognitive bandwidth</li><li>Understanding 100k+ lines of code</li><li>Mental model limitations</li><li>Communication overhead</li></ul><h3>📊 <strong>The Numbers (Theoretical Speedups)</strong></h3><ul><li><strong>1 agent</strong>: 1.0x (baseline)</li><li><strong>2 agents</strong>: ~1.3x speedup</li><li><strong>10 agents</strong>: ~1.8x speedup  </li><li><strong>100 agents</strong>: ~1.96x speedup</li><li><strong>∞ agents</strong>: ~2.0x speedup (theoretical maximum)</li></ul><h3>🔑 <strong>Key Takeaways</strong></h3><ol><li><p><strong>AI Won't Fully Automate Coding Jobs</strong></p><ul><li>More like enhanced assistants than replacements</li><li>Human oversight remains critical</li><li>Trust and context are irreplaceable</li></ul></li><li><p><strong>Efficiency Gains Are Limited</strong></p><ul><li>Real-world ceiling around 2x improvement</li><li>Not the exponential gains often promised</li><li>Similar to other parallelization efforts</li></ul></li><li><p><strong>Success Factors for Agentic Coding</strong></p><ul><li>Well-organized human-in-the-loop processes</li><li>Clear review and approval workflows</li><li>Incremental trust building</li><li>Realistic expectations</li></ul></li></ol><h3>🔬 <strong>Research References</strong></h3><ul><li>Princeton AI research on agent limitations</li><li>"AI Agents That Matter" paper findings</li><li>Empirical evidence of diminishing returns</li><li>Real-world case studies</li></ul><h3>💡 <strong>Practical Implications</strong></h3><h4><strong>For Developers:</strong></h4><ul><li>Focus on optimizing the human review process</li><li>Build better UI/UX for code review</li><li>Implement incremental deployment strategies</li></ul><h4><strong>For Organizations:</strong></h4><ul><li>Set realistic productivity expectations</li><li>Invest in human-agent collaboration tools</li><li>Don't expect 10x improvements from more agents</li></ul><h4><strong>For the Industry:</strong></h4><ul><li>Paradigm shift from "replacement" to "augmentation"</li><li>Need for new metrics beyond raw speed</li><li>Focus on quality over quantity of agents</li></ul><h3>🎬 <strong>Episode Structure</strong></h3><ol><li><strong>Hook</strong>: The soup cooking analogy</li><li><strong>Theory</strong>: Amdahl's Law explanation</li><li><strong>Traditional</strong>: Computing bottlenecks</li><li><strong>Modern</strong>: Agentic coding bottlenecks</li><li><strong>Reality Check</strong>: The 2x ceiling</li><li><strong>Future</strong>: Optimizing within constraints</li></ol><h3>🗣️ <strong>Quotable Moments</strong></h3><ul><li>"10 agents don't code 10 times faster, just like 10 cooks don't make soup 10 times faster"</li><li>"Humans are the new I/O bottleneck"</li><li>"You can't parallelize trust"</li><li>"The theoretical max is 2x faster - that's the reality check"</li></ul><h3>🤔 <strong>Discussion Questions</strong></h3><ol><li>Is the 2x ceiling permanent or can we innovate around it?</li><li>What's more valuable: speed or code quality?</li><li>How do we optimize the human bottleneck?</li><li>Will future AI models change these limitations?</li></ol><h3>📝 <strong>Episode Tagline</strong></h3><p><i>"When infinite AI agents hit the wall of human review, Amdahl's Law reminds us that some things just can't be parallelized - including trust, context, and the courage to deploy to production."</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="4147452" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/477567a3-2830-490f-8d8c-6a4e7b9e1e26/audio/2b7ea4c9-c23b-4357-920c-e7890b28ecf6/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The 2X Ceiling: Why 100 AI Agents Can&apos;t Outcode Amdahl&apos;s Law&quot;</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:04:19</itunes:duration>
      <itunes:summary>AI coding agents face the same fundamental limitation as parallel computing: Amdahl&apos;s Law. Just as 10 cooks can&apos;t make soup 10x faster, 10 AI agents can&apos;t code 10x faster due to inherent sequential bottlenecks.</itunes:summary>
      <itunes:subtitle>AI coding agents face the same fundamental limitation as parallel computing: Amdahl&apos;s Law. Just as 10 cooks can&apos;t make soup 10x faster, 10 AI agents can&apos;t code 10x faster due to inherent sequential bottlenecks.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>222</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">3d85c99a-564f-4419-b29a-fa3cf768664a</guid>
      <title>Plastic Shamans of AGI</title>
      <description><![CDATA[The plastic shamans of OpenAI 🔥 Hot Course Offers:

-   🤖 Master GenAI Engineering - Build Production AI Systems
-   🦀 Learn Professional Rust - Industry-Grade Development
-   📊 AWS AI & Analytics - Scale Your ML in Cloud
-   ⚡ Production GenAI on AWS - Deploy at Enterprise Scale
-   🛠️ Rust DevOps Mastery - Automate Everything

🚀 Level Up Your Career:

-   💼 Production ML Program - Complete MLOps & Cloud Mastery
-   🎯 Start Learning Now - Fast-Track Your ML Career
-   🏢 Trusted by Fortune 500 Teams

Learn end-to-end ML engineering from industry veterans at PAIML.COM
]]></description>
      <pubDate>Wed, 21 May 2025 20:25:07 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <enclosure length="10113222" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ca20c559-308a-4748-aea1-4b6d24ceae6e/audio/65eb809e-bc76-4814-b7b2-e370be3ec416/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Plastic Shamans of AGI</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:32</itunes:duration>
      <itunes:summary>The plastic shamans of OpenAI</itunes:summary>
      <itunes:subtitle>The plastic shamans of OpenAI</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>221</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">5c6b178b-f8db-4022-99d6-253c0d2bd51d</guid>
      <title>The Toyota Way: Engineering Discipline in the Era of Dangerous Dilettantes</title>
      <description><![CDATA[<h1>Dangerous Dilettantes vs. Toyota Way Engineering</h1><h2>Core Thesis</h2><p>The influx of AI-powered automation tools creates dangerous dilettantes - practitioners who know just enough to be harmful. The Toyota Production System (TPS) principles provide a battle-tested framework for integrating automation while maintaining engineering discipline.</p><h2>Historical Context</h2><pre><code>Toyota Way formalized ~2001DevOps principles derive from TPSCoincided with post-dotcom crash startupsDecades of manufacturing automation parallels modern AI-based automation</code></pre><h2>Dangerous Dilettante Indicators</h2><ul><li>Promises magical automation without understanding systems</li><li>Focuses on short-term productivity gains over long-term stability</li><li>Creates interfaces that hide defects rather than surfacing them</li><li>Lacks understanding of production engineering fundamentals</li><li>Prioritizes feature velocity over deterministic behavior</li></ul><h2>Toyota Way Implementation for AI-Enhanced Development</h2><h3>1. Long-Term Philosophy Over Short-Term Gains</h3><pre><code class="language-rust">// Anti-pattern: Brittle automation scriptlet quick_fix = agent.generate_solution(problem, {    optimize_for: "immediate_completion",    validation: false});// TPS approach: Sustainable system designlet sustainable_solution = engineering_system    .with_agent_augmentation(agent)    .design_solution(problem, {        time_horizon_years: 2,        observability: true,        test_coverage_threshold: 0.85,        validate_against_principles: true    });</code></pre><ul><li>Build systems that remain maintainable across years</li><li>Establish deterministic validation criteria before implementation</li><li>Optimize for total cost of ownership, not just initial development</li></ul><h3>2. Create Continuous Process Flow to Surface Problems</h3><ul><li>Implement CI pipelines that surface defects immediately:<ul><li>Static analysis validation</li><li>Type checking (prefer strong type systems)</li><li>Property-based testing</li><li>Integration tests</li><li>Performance regression detection</li></ul></li></ul><pre><code>Build flow:make lint → make typecheck → make test → make integration → make benchmarkFail fast at each stage</code></pre><ul><li>Force errors to surface early rather than be hidden by automation</li><li>Agent-assisted development must enhance visibility, not obscure it</li></ul><h3>3. Pull Systems to Prevent Overproduction</h3><ul><li>Minimize code surface area - only implement what's needed</li><li>Prefer refactoring to adding new abstractions</li><li>Use agents to eliminate boilerplate, not to generate speculative features</li></ul><pre><code class="language-typescript">// Prefer minimal implementationsfunction processData<T>(data: T[]): Result<ProcessedData, Error> {  // Use an agent to generate only the exact transformation needed  // Not to create a general-purpose framework}</code></pre><h3>4. Level Workload (Heijunka)</h3><ul><li>Establish consistent development velocity</li><li>Avoid burst patterns that hide technical debt</li><li>Use agents consistently for small tasks rather than large sporadic generations</li></ul><h3>5. Build Quality In (Jidoka)</h3><pre><code>Automate failure detection, not just productionAny failed test/lint/check = full system halt</code></pre><ul><li>Every team member empowered to "pull the andon cord" (stop integration)</li><li>AI-assisted code must pass same quality gates as human code</li><li>Quality gates should be more rigorous with automation, not less</li></ul><h3>6. Standardized Tasks and Processes</h3><ul><li>Uniform build system interfaces across projects</li><li>Consistent command patterns:<pre><code>make formatmake lintmake testmake deploy</code></pre></li><li>Standardized ways to integrate AI assistance</li><li>Documented patterns for human verification of generated code</li></ul><h3>7. Visual Controls to Expose Problems</h3><ul><li>Dashboards for code coverage</li><li>Complexity metrics</li><li>Dependency tracking</li><li>Performance telemetry</li><li>Use agents to improve these visualizations, not bypass them</li></ul><h3>8. Reliable, Thoroughly-Tested Technology</h3><ul><li>Prefer languages with strong safety guarantees (Rust, OCaml, TypeScript over JS)</li><li>Use static analysis tools (clippy, eslint)</li><li>Property-based testing over example-based</li></ul><pre><code class="language-rust">#[test]fn property_based_validation() {    proptest!(|(input: Vec<u8>)| {        let result = process(&input);        // Must hold for all inputs        assert!(result.is_valid_state());    });}</code></pre><h3>9. Grow Leaders Who Understand the Work</h3><ul><li>Engineers must understand what agents produce</li><li>No black-box implementations</li><li>Leaders establish a culture of comprehension, not just completion</li></ul><h3>10. Develop Exceptional Teams</h3><ul><li>Use AI to amplify team capabilities, not replace expertise</li><li>Agents as team members with defined responsibilities</li><li>Cross-training to understand all parts of the system</li></ul><h3>11. Respect Extended Network (Suppliers)</h3><ul><li>Consistent interfaces between systems</li><li>Well-documented APIs</li><li>Version guarantees</li><li>Explicit dependencies</li></ul><h3>12. Go and See (Genchi Genbutsu)</h3><ul><li>Debug the actual system, not the abstraction</li><li>Trace problematic code paths</li><li>Verify agent-generated code in context</li><li>Set up comprehensive observability</li></ul><pre><code class="language-go">// Instrument code to make the invisible visiblefunc ProcessRequest(ctx context.Context, req *Request) (*Response, error) {    start := time.Now()    defer metrics.RecordLatency("request_processing", time.Since(start))        // Log entry point    logger.WithField("request_id", req.ID).Info("Starting request processing")        // Processing with tracing points    // ...        // Verify exit conditions    if err != nil {        metrics.IncrementCounter("processing_errors", 1)        logger.WithError(err).Error("Request processing failed")    }        return resp, err}</code></pre><h3>13. Make Decisions Slowly by Consensus</h3><ul><li>Multi-stage validation for significant architectural changes</li><li>Automated analysis paired with human review</li><li>Design documents that trace requirements to implementation</li></ul><h3>14. Kaizen (Continuous Improvement)</h3><ul><li>Automate common patterns that emerge</li><li>Regular retrospectives on agent usage</li><li>Continuous refinement of prompts and integration patterns</li></ul><h2>Technical Implementation Patterns</h2><h3>AI Agent Integration</h3><pre><code class="language-typescript">interface AgentIntegration {  // Bounded scope  generateComponent(spec: ComponentSpec): Promise<{    code: string;    testCases: TestCase[];    knownLimitations: string[];  }>;    // Surface problems  validateGeneration(code: string): Promise<ValidationResult>;    // Continuous improvement  registerFeedback(generation: string, feedback: Feedback): void;}</code></pre><h3>Safety Control Systems</h3><ul><li>Rate limiting</li><li>Progressive exposure</li><li>Safety boundaries</li><li>Fallback mechanisms</li><li>Manual oversight thresholds</li></ul><h3>Example: CI Pipeline with Agent Integration</h3><pre><code class="language-yaml"># ci-pipeline.ymlstages:  - lint  - test  - integrate  - deploylint:  script:    - make format-check    - make lint    # Agent-assisted code must pass same checks    - make ai-validation  test:  script:    - make unit-test    - make property-test    - make coverage-report    # Coverage thresholds enforced    - make coverage-validation# ...</code></pre><h2>Conclusion</h2><p>Agents provide useful automation when bounded by rigorous engineering practices. The Toyota Way principles offer proven methodology for integrating automation without sacrificing quality. The difference between a dangerous dilettante and an engineer isn't knowledge of the latest tools, but understanding of fundamental principles that ensure reliable, maintainable systems.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 21 May 2025 14:24:45 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Dangerous Dilettantes vs. Toyota Way Engineering</h1><h2>Core Thesis</h2><p>The influx of AI-powered automation tools creates dangerous dilettantes - practitioners who know just enough to be harmful. The Toyota Production System (TPS) principles provide a battle-tested framework for integrating automation while maintaining engineering discipline.</p><h2>Historical Context</h2><pre><code>Toyota Way formalized ~2001DevOps principles derive from TPSCoincided with post-dotcom crash startupsDecades of manufacturing automation parallels modern AI-based automation</code></pre><h2>Dangerous Dilettante Indicators</h2><ul><li>Promises magical automation without understanding systems</li><li>Focuses on short-term productivity gains over long-term stability</li><li>Creates interfaces that hide defects rather than surfacing them</li><li>Lacks understanding of production engineering fundamentals</li><li>Prioritizes feature velocity over deterministic behavior</li></ul><h2>Toyota Way Implementation for AI-Enhanced Development</h2><h3>1. Long-Term Philosophy Over Short-Term Gains</h3><pre><code class="language-rust">// Anti-pattern: Brittle automation scriptlet quick_fix = agent.generate_solution(problem, {    optimize_for: "immediate_completion",    validation: false});// TPS approach: Sustainable system designlet sustainable_solution = engineering_system    .with_agent_augmentation(agent)    .design_solution(problem, {        time_horizon_years: 2,        observability: true,        test_coverage_threshold: 0.85,        validate_against_principles: true    });</code></pre><ul><li>Build systems that remain maintainable across years</li><li>Establish deterministic validation criteria before implementation</li><li>Optimize for total cost of ownership, not just initial development</li></ul><h3>2. Create Continuous Process Flow to Surface Problems</h3><ul><li>Implement CI pipelines that surface defects immediately:<ul><li>Static analysis validation</li><li>Type checking (prefer strong type systems)</li><li>Property-based testing</li><li>Integration tests</li><li>Performance regression detection</li></ul></li></ul><pre><code>Build flow:make lint → make typecheck → make test → make integration → make benchmarkFail fast at each stage</code></pre><ul><li>Force errors to surface early rather than be hidden by automation</li><li>Agent-assisted development must enhance visibility, not obscure it</li></ul><h3>3. Pull Systems to Prevent Overproduction</h3><ul><li>Minimize code surface area - only implement what's needed</li><li>Prefer refactoring to adding new abstractions</li><li>Use agents to eliminate boilerplate, not to generate speculative features</li></ul><pre><code class="language-typescript">// Prefer minimal implementationsfunction processData<T>(data: T[]): Result<ProcessedData, Error> {  // Use an agent to generate only the exact transformation needed  // Not to create a general-purpose framework}</code></pre><h3>4. Level Workload (Heijunka)</h3><ul><li>Establish consistent development velocity</li><li>Avoid burst patterns that hide technical debt</li><li>Use agents consistently for small tasks rather than large sporadic generations</li></ul><h3>5. Build Quality In (Jidoka)</h3><pre><code>Automate failure detection, not just productionAny failed test/lint/check = full system halt</code></pre><ul><li>Every team member empowered to "pull the andon cord" (stop integration)</li><li>AI-assisted code must pass same quality gates as human code</li><li>Quality gates should be more rigorous with automation, not less</li></ul><h3>6. Standardized Tasks and Processes</h3><ul><li>Uniform build system interfaces across projects</li><li>Consistent command patterns:<pre><code>make formatmake lintmake testmake deploy</code></pre></li><li>Standardized ways to integrate AI assistance</li><li>Documented patterns for human verification of generated code</li></ul><h3>7. Visual Controls to Expose Problems</h3><ul><li>Dashboards for code coverage</li><li>Complexity metrics</li><li>Dependency tracking</li><li>Performance telemetry</li><li>Use agents to improve these visualizations, not bypass them</li></ul><h3>8. Reliable, Thoroughly-Tested Technology</h3><ul><li>Prefer languages with strong safety guarantees (Rust, OCaml, TypeScript over JS)</li><li>Use static analysis tools (clippy, eslint)</li><li>Property-based testing over example-based</li></ul><pre><code class="language-rust">#[test]fn property_based_validation() {    proptest!(|(input: Vec<u8>)| {        let result = process(&input);        // Must hold for all inputs        assert!(result.is_valid_state());    });}</code></pre><h3>9. Grow Leaders Who Understand the Work</h3><ul><li>Engineers must understand what agents produce</li><li>No black-box implementations</li><li>Leaders establish a culture of comprehension, not just completion</li></ul><h3>10. Develop Exceptional Teams</h3><ul><li>Use AI to amplify team capabilities, not replace expertise</li><li>Agents as team members with defined responsibilities</li><li>Cross-training to understand all parts of the system</li></ul><h3>11. Respect Extended Network (Suppliers)</h3><ul><li>Consistent interfaces between systems</li><li>Well-documented APIs</li><li>Version guarantees</li><li>Explicit dependencies</li></ul><h3>12. Go and See (Genchi Genbutsu)</h3><ul><li>Debug the actual system, not the abstraction</li><li>Trace problematic code paths</li><li>Verify agent-generated code in context</li><li>Set up comprehensive observability</li></ul><pre><code class="language-go">// Instrument code to make the invisible visiblefunc ProcessRequest(ctx context.Context, req *Request) (*Response, error) {    start := time.Now()    defer metrics.RecordLatency("request_processing", time.Since(start))        // Log entry point    logger.WithField("request_id", req.ID).Info("Starting request processing")        // Processing with tracing points    // ...        // Verify exit conditions    if err != nil {        metrics.IncrementCounter("processing_errors", 1)        logger.WithError(err).Error("Request processing failed")    }        return resp, err}</code></pre><h3>13. Make Decisions Slowly by Consensus</h3><ul><li>Multi-stage validation for significant architectural changes</li><li>Automated analysis paired with human review</li><li>Design documents that trace requirements to implementation</li></ul><h3>14. Kaizen (Continuous Improvement)</h3><ul><li>Automate common patterns that emerge</li><li>Regular retrospectives on agent usage</li><li>Continuous refinement of prompts and integration patterns</li></ul><h2>Technical Implementation Patterns</h2><h3>AI Agent Integration</h3><pre><code class="language-typescript">interface AgentIntegration {  // Bounded scope  generateComponent(spec: ComponentSpec): Promise<{    code: string;    testCases: TestCase[];    knownLimitations: string[];  }>;    // Surface problems  validateGeneration(code: string): Promise<ValidationResult>;    // Continuous improvement  registerFeedback(generation: string, feedback: Feedback): void;}</code></pre><h3>Safety Control Systems</h3><ul><li>Rate limiting</li><li>Progressive exposure</li><li>Safety boundaries</li><li>Fallback mechanisms</li><li>Manual oversight thresholds</li></ul><h3>Example: CI Pipeline with Agent Integration</h3><pre><code class="language-yaml"># ci-pipeline.ymlstages:  - lint  - test  - integrate  - deploylint:  script:    - make format-check    - make lint    # Agent-assisted code must pass same checks    - make ai-validation  test:  script:    - make unit-test    - make property-test    - make coverage-report    # Coverage thresholds enforced    - make coverage-validation# ...</code></pre><h2>Conclusion</h2><p>Agents provide useful automation when bounded by rigorous engineering practices. The Toyota Way principles offer proven methodology for integrating automation without sacrificing quality. The difference between a dangerous dilettante and an engineer isn't knowledge of the latest tools, but understanding of fundamental principles that ensure reliable, maintainable systems.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="14049144" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/70ecbea3-875e-4ca9-9b1b-eb154ca980d1/audio/df75a09c-24bc-40db-9944-5ff01c4e9a9a/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Toyota Way: Engineering Discipline in the Era of Dangerous Dilettantes</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:14:38</itunes:duration>
      <itunes:summary>I examined Toyota&apos;s production methodology as a direct counter to naive AI automation claims. Rigorous engineering practices remain essential when integrating narrow AI agents into software development.</itunes:summary>
      <itunes:subtitle>I examined Toyota&apos;s production methodology as a direct counter to naive AI automation claims. Rigorous engineering practices remain essential when integrating narrow AI agents into software development.</itunes:subtitle>
      <itunes:keywords>software quality, jidoka, toyota way, kaizen, narrow ai, standardized processes, devops, production reliability, deterministic systems, dangerous dilettantes, continuous integration, defect detection, automation, type safety, test coverage</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>220</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e244f593-6674-4c4e-952b-c41550e5a43c</guid>
      <title>DevOps Narrow AI Debunking Flowchart</title>
      <description><![CDATA[<h1>Extensive Notes: The Truth About AI and Your Coding Job</h1><h2>Types of AI</h2><ul><li><p><strong>Narrow AI</strong></p><ul><li>Not truly intelligent</li><li>Pattern matching and full text search</li><li>Examples: voice assistants, coding autocomplete</li><li>Useful but contains bugs</li><li>Multiple narrow AI solutions compound bugs</li><li>Get in, use it, get out quickly</li></ul></li><li><p><strong>AGI (Artificial General Intelligence)</strong></p><ul><li>No evidence we're close to achieving this</li><li>May not even be possible</li><li>Would require human-level intelligence</li><li>Needs consciousness to exist</li><li>Consciousness: ability to recognize what's happening in environment</li><li>No concept of this in narrow AI approaches</li><li>Pure fantasy and magical thinking</li></ul></li><li><p><strong>ASI (Artificial Super Intelligence)</strong></p><ul><li>Even more fantasy than AGI</li><li>No evidence at all it's possible</li><li>More science fiction than reality</li></ul></li></ul><h2>The DevOps Flowchart Test</h2><ol><li><p><strong>Can you explain what DevOps is?</strong></p><ul><li>If no → You're incompetent on this topic</li><li>If yes → Continue to next question</li></ul></li><li><p><strong>Does your company use DevOps?</strong></p><ul><li>If no → You're inexperienced and a magical thinker</li><li>If yes → Continue to next question</li></ul></li><li><p><strong>Why would you think narrow AI has any form of intelligence?</strong></p><ul><li>Anyone claiming AI will automate coding jobs while understanding DevOps is likely:<ul><li>A magical thinker</li><li>Unaware of scientific process</li><li>A grifter</li></ul></li></ul></li></ol><h2>Why DevOps Matters</h2><ul><li>Proven methodology similar to Toyota Way</li><li>Based on continuous improvement (Kaizen)</li><li>Look-and-see approach to reducing defects</li><li>Constantly improving build systems, testing, linting</li><li>No AI component other than basic statistical analysis</li><li>Feedback loop that makes systems better</li></ul><h2>The Reality of Job Automation</h2><ul><li>People who do nothing might be eliminated<ul><li>Not AI automating a job if they did nothing</li></ul></li><li>Workers who create negative value<ul><li>People who create bugs at 2AM</li><li>Their elimination isn't AI automation</li></ul></li></ul><h2>Measuring Software Quality</h2><ul><li>High churn files correlate with defects</li><li>Constant changes to same file indicate not knowing what you're doing</li><li>DevOps patterns help identify issues through:<ul><li>Tracking file changes</li><li>Measuring complexity</li><li>Code coverage metrics</li><li>Deployment frequency</li></ul></li></ul><h2>Conclusion</h2><ul><li>Very early stages of combining narrow AI with DevOps</li><li>Narrow AI tools are useful but limited</li><li>Need to look beyond magical thinking</li><li>Opinions don't matter if you:<ul><li>Don't understand DevOps</li><li>Don't use DevOps</li><li>Claim to understand DevOps but believe narrow AI will replace developers</li></ul></li></ul><h2>Raw Assessment</h2><ul><li>If you don't understand DevOps → Your opinion doesn't matter</li><li>If you understand DevOps but don't use it → Your opinion doesn't matter</li><li>If you understand and use DevOps but think AI will automate coding jobs → You're likely a magical thinker or grifter</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 16 May 2025 14:20:31 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Extensive Notes: The Truth About AI and Your Coding Job</h1><h2>Types of AI</h2><ul><li><p><strong>Narrow AI</strong></p><ul><li>Not truly intelligent</li><li>Pattern matching and full text search</li><li>Examples: voice assistants, coding autocomplete</li><li>Useful but contains bugs</li><li>Multiple narrow AI solutions compound bugs</li><li>Get in, use it, get out quickly</li></ul></li><li><p><strong>AGI (Artificial General Intelligence)</strong></p><ul><li>No evidence we're close to achieving this</li><li>May not even be possible</li><li>Would require human-level intelligence</li><li>Needs consciousness to exist</li><li>Consciousness: ability to recognize what's happening in environment</li><li>No concept of this in narrow AI approaches</li><li>Pure fantasy and magical thinking</li></ul></li><li><p><strong>ASI (Artificial Super Intelligence)</strong></p><ul><li>Even more fantasy than AGI</li><li>No evidence at all it's possible</li><li>More science fiction than reality</li></ul></li></ul><h2>The DevOps Flowchart Test</h2><ol><li><p><strong>Can you explain what DevOps is?</strong></p><ul><li>If no → You're incompetent on this topic</li><li>If yes → Continue to next question</li></ul></li><li><p><strong>Does your company use DevOps?</strong></p><ul><li>If no → You're inexperienced and a magical thinker</li><li>If yes → Continue to next question</li></ul></li><li><p><strong>Why would you think narrow AI has any form of intelligence?</strong></p><ul><li>Anyone claiming AI will automate coding jobs while understanding DevOps is likely:<ul><li>A magical thinker</li><li>Unaware of scientific process</li><li>A grifter</li></ul></li></ul></li></ol><h2>Why DevOps Matters</h2><ul><li>Proven methodology similar to Toyota Way</li><li>Based on continuous improvement (Kaizen)</li><li>Look-and-see approach to reducing defects</li><li>Constantly improving build systems, testing, linting</li><li>No AI component other than basic statistical analysis</li><li>Feedback loop that makes systems better</li></ul><h2>The Reality of Job Automation</h2><ul><li>People who do nothing might be eliminated<ul><li>Not AI automating a job if they did nothing</li></ul></li><li>Workers who create negative value<ul><li>People who create bugs at 2AM</li><li>Their elimination isn't AI automation</li></ul></li></ul><h2>Measuring Software Quality</h2><ul><li>High churn files correlate with defects</li><li>Constant changes to same file indicate not knowing what you're doing</li><li>DevOps patterns help identify issues through:<ul><li>Tracking file changes</li><li>Measuring complexity</li><li>Code coverage metrics</li><li>Deployment frequency</li></ul></li></ul><h2>Conclusion</h2><ul><li>Very early stages of combining narrow AI with DevOps</li><li>Narrow AI tools are useful but limited</li><li>Need to look beyond magical thinking</li><li>Opinions don't matter if you:<ul><li>Don't understand DevOps</li><li>Don't use DevOps</li><li>Claim to understand DevOps but believe narrow AI will replace developers</li></ul></li></ul><h2>Raw Assessment</h2><ul><li>If you don't understand DevOps → Your opinion doesn't matter</li><li>If you understand DevOps but don't use it → Your opinion doesn't matter</li><li>If you understand and use DevOps but think AI will automate coding jobs → You're likely a magical thinker or grifter</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10875162" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ef29e0ce-f87d-4674-ad0e-173ae6ed3395/audio/b016dc10-8f70-4df4-a1c5-3d8680631c66/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>DevOps Narrow AI Debunking Flowchart</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:11:19</itunes:duration>
      <itunes:summary>I debunk claims of AI replacing developers. Narrow AI remains a buggy, but useful tool while DevOps proves its worth.</itunes:summary>
      <itunes:subtitle>I debunk claims of AI replacing developers. Narrow AI remains a buggy, but useful tool while DevOps proves its worth.</itunes:subtitle>
      <itunes:keywords>continuous improvement, toyota way, flowchart analysis, automation myths, technical incompetence, narrow ai, devops, buggy solutions, magical thinking, coding jobs</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>219</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">b848e646-a913-47cb-84f7-80f4a48e907e</guid>
      <title>No Dummy, AI Isn&apos;t Replacing Developer Jobs</title>
      <description><![CDATA[<h1>Extensive Notes: "No Dummy: AI Will Not Replace Coders"</h1><h2>Introduction: The Critical Thinking Problem</h2><ul><li>America faces a critical thinking deficit, especially evident in narratives about AI automating developers' jobs</li><li>Speaker advocates for examining the narrative with core critical thinking skills</li><li>Suggests substituting the dominant narrative with alternative explanations</li></ul><h2>Alternative Explanation 1: Non-Productive Employees</h2><ul><li>Organizations contain people who do "absolutely nothing"</li><li>If you fire a person who does no work, there will be no impact</li><li>These non-productive roles exist in academics, management, and technical industries</li><li>Reference to David Graeber's book "Bullshit Jobs" which categorizes meaningless jobs:<ul><li>Task masters</li><li>Box tickers</li><li>Goons</li></ul></li><li>When these jobs are eliminated, AI didn't replace them because "the job didn't need to exist"</li></ul><h2>Alternative Explanation 2: Low-Skilled Developers</h2><ul><li>Some developers have "very low or no skills, even negative skills"</li><li>Firing someone who writes "buggy code" and replacing them with a more productive developer (even one using auto-completion tools) isn't AI replacing a job</li><li>These developers have "negative value to an organization"</li><li>Removing such developers would improve the company regardless of automation</li><li>Using better tools, CI/CD, or software engineering best practices to compensate for their removal isn't AI replacement</li></ul><h2>Alternative Explanation 3: Basic Automation with Traditional Tools</h2><ul><li>Software engineers have been automating tasks for decades without AI</li><li>Speaker's example: At Disney Future Animation (2003), replaced manual weekend maintenance with bash scripts</li><li>"A bash script is not AI. It has no form of intelligence. It's a for loop with some conditions in it."</li><li>Many companies have poor processes that can be easily automated with basic scripts</li><li>This automation has "absolutely nothing to do with AI" and has "been happening for the history of software engineering"</li></ul><h2>Alternative Explanation 4: Narrow vs. General Intelligence</h2><ul><li>Useful applications of machine learning exist:<ul><li>Linear regression</li><li>K-means clustering</li><li>Autocompletion</li><li>Transcription</li></ul></li><li>These are "narrow components" with "zero intelligence"</li><li>Each component does a specific task, not general intelligence</li><li>"When someone says you automated a job with a large language model, what are you talking about? It doesn't make sense."</li><li>LLMs are not intelligent; they're task-based systems</li></ul><h2>Alternative Explanation 5: Outsourcing</h2><ul><li>Companies commonly outsource jobs to lower-cost regions</li><li>Jobs claimed to be "taken by AI" may have been outsourced to India, Mexico, or China</li><li>This practice is common in America despite questionable ethics</li><li>Organizations may falsely claim AI automation when they've simply outsourced work</li></ul><h2>Alternative Explanation 6: Routine Corporate Layoffs</h2><ul><li>Large companies routinely fire ~3% of their workforce (Apple, Amazon mentioned)</li><li>Fear is used as a motivational tool in "toxic American corporations"</li><li>The "AI is coming for your job" narrative creates fear and motivation</li><li>More likely explanations: non-productive employees, low-skilled workers, simple automation, etc.</li></ul><h2>The Marketing and Sales Deception</h2><ul><li>CEOs (specifically mentions Anthropic and OpenAI) make false claims about agent capabilities</li><li>"The CEO of a company like Anthropic... is a liar who said that software engineering jobs will be automated with agents"</li><li>Speaker claims to have used these tools and found "they have no concept of intelligence"</li><li>Sam Altman (OpenAI) characterized as "a known liar" who "exaggerates about everything"</li><li>Marketing people with no software engineering background make claims about coding automation</li><li>Companies like NVIDIA promote AI hype to sell GPUs</li></ul><h2>Conclusion: The Real Problem</h2><ul><li>"AI" is a misnomer for large language models</li><li>These are "narrow intelligence" or "narrow machine learning" systems</li><li>They "do one task like autocomplete" and chain these tasks together</li><li>There is "no concept of intelligence embedded inside"</li><li>The speaker sees a bigger issue: lack of critical thinking in America</li><li>Warns that LLMs are "dumb as a bag of rocks" but powerful tools</li><li>Left in inexperienced hands, these tools could create "catastrophic software"</li><li>Rejects the narrative that "AI will replace software engineers" as having "absolutely zero evidence"</li></ul><h2>Key Quotes</h2><blockquote><p>"We have a real problem with critical thinking in America. And one of the places that is very evident is this false narrative that's been spread about AI automating developers jobs."</p></blockquote><blockquote><p>"If you fire a person that does no work, there will be no impact."</p></blockquote><blockquote><p>"I have been automating people's jobs my entire life... That's what I've been doing with basic scripts. A bash script is not AI."</p></blockquote><blockquote><p>"Large language models are not intelligent. How could they possibly be this mystical thing that's automating things?"</p></blockquote><blockquote><p>"By saying that AI is going to come for your job soon, it's a great false narrative to spread fear where people worry about all the AI is coming."</p></blockquote><blockquote><p>"Much more likely the story of AI is that it is a very powerful tool that is dumb as a bag of rocks and left into the hands of the inexperienced and the naive and the fools could create catastrophic software that we don't yet know how bad the effects will be."</p></blockquote>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 14 May 2025 21:50:06 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Extensive Notes: "No Dummy: AI Will Not Replace Coders"</h1><h2>Introduction: The Critical Thinking Problem</h2><ul><li>America faces a critical thinking deficit, especially evident in narratives about AI automating developers' jobs</li><li>Speaker advocates for examining the narrative with core critical thinking skills</li><li>Suggests substituting the dominant narrative with alternative explanations</li></ul><h2>Alternative Explanation 1: Non-Productive Employees</h2><ul><li>Organizations contain people who do "absolutely nothing"</li><li>If you fire a person who does no work, there will be no impact</li><li>These non-productive roles exist in academics, management, and technical industries</li><li>Reference to David Graeber's book "Bullshit Jobs" which categorizes meaningless jobs:<ul><li>Task masters</li><li>Box tickers</li><li>Goons</li></ul></li><li>When these jobs are eliminated, AI didn't replace them because "the job didn't need to exist"</li></ul><h2>Alternative Explanation 2: Low-Skilled Developers</h2><ul><li>Some developers have "very low or no skills, even negative skills"</li><li>Firing someone who writes "buggy code" and replacing them with a more productive developer (even one using auto-completion tools) isn't AI replacing a job</li><li>These developers have "negative value to an organization"</li><li>Removing such developers would improve the company regardless of automation</li><li>Using better tools, CI/CD, or software engineering best practices to compensate for their removal isn't AI replacement</li></ul><h2>Alternative Explanation 3: Basic Automation with Traditional Tools</h2><ul><li>Software engineers have been automating tasks for decades without AI</li><li>Speaker's example: At Disney Future Animation (2003), replaced manual weekend maintenance with bash scripts</li><li>"A bash script is not AI. It has no form of intelligence. It's a for loop with some conditions in it."</li><li>Many companies have poor processes that can be easily automated with basic scripts</li><li>This automation has "absolutely nothing to do with AI" and has "been happening for the history of software engineering"</li></ul><h2>Alternative Explanation 4: Narrow vs. General Intelligence</h2><ul><li>Useful applications of machine learning exist:<ul><li>Linear regression</li><li>K-means clustering</li><li>Autocompletion</li><li>Transcription</li></ul></li><li>These are "narrow components" with "zero intelligence"</li><li>Each component does a specific task, not general intelligence</li><li>"When someone says you automated a job with a large language model, what are you talking about? It doesn't make sense."</li><li>LLMs are not intelligent; they're task-based systems</li></ul><h2>Alternative Explanation 5: Outsourcing</h2><ul><li>Companies commonly outsource jobs to lower-cost regions</li><li>Jobs claimed to be "taken by AI" may have been outsourced to India, Mexico, or China</li><li>This practice is common in America despite questionable ethics</li><li>Organizations may falsely claim AI automation when they've simply outsourced work</li></ul><h2>Alternative Explanation 6: Routine Corporate Layoffs</h2><ul><li>Large companies routinely fire ~3% of their workforce (Apple, Amazon mentioned)</li><li>Fear is used as a motivational tool in "toxic American corporations"</li><li>The "AI is coming for your job" narrative creates fear and motivation</li><li>More likely explanations: non-productive employees, low-skilled workers, simple automation, etc.</li></ul><h2>The Marketing and Sales Deception</h2><ul><li>CEOs (specifically mentions Anthropic and OpenAI) make false claims about agent capabilities</li><li>"The CEO of a company like Anthropic... is a liar who said that software engineering jobs will be automated with agents"</li><li>Speaker claims to have used these tools and found "they have no concept of intelligence"</li><li>Sam Altman (OpenAI) characterized as "a known liar" who "exaggerates about everything"</li><li>Marketing people with no software engineering background make claims about coding automation</li><li>Companies like NVIDIA promote AI hype to sell GPUs</li></ul><h2>Conclusion: The Real Problem</h2><ul><li>"AI" is a misnomer for large language models</li><li>These are "narrow intelligence" or "narrow machine learning" systems</li><li>They "do one task like autocomplete" and chain these tasks together</li><li>There is "no concept of intelligence embedded inside"</li><li>The speaker sees a bigger issue: lack of critical thinking in America</li><li>Warns that LLMs are "dumb as a bag of rocks" but powerful tools</li><li>Left in inexperienced hands, these tools could create "catastrophic software"</li><li>Rejects the narrative that "AI will replace software engineers" as having "absolutely zero evidence"</li></ul><h2>Key Quotes</h2><blockquote><p>"We have a real problem with critical thinking in America. And one of the places that is very evident is this false narrative that's been spread about AI automating developers jobs."</p></blockquote><blockquote><p>"If you fire a person that does no work, there will be no impact."</p></blockquote><blockquote><p>"I have been automating people's jobs my entire life... That's what I've been doing with basic scripts. A bash script is not AI."</p></blockquote><blockquote><p>"Large language models are not intelligent. How could they possibly be this mystical thing that's automating things?"</p></blockquote><blockquote><p>"By saying that AI is going to come for your job soon, it's a great false narrative to spread fear where people worry about all the AI is coming."</p></blockquote><blockquote><p>"Much more likely the story of AI is that it is a very powerful tool that is dumb as a bag of rocks and left into the hands of the inexperienced and the naive and the fools could create catastrophic software that we don't yet know how bad the effects will be."</p></blockquote>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="14101806" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/45f58e27-702a-4b37-b581-3a697a3cda7f/audio/b4ec93f9-6a21-4be0-902a-07e373dcd8ef/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>No Dummy, AI Isn&apos;t Replacing Developer Jobs</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:14:41</itunes:duration>
      <itunes:summary>Critical examination of false claims about AI replacing software developers. Six key factors explain job losses: non-productive employees, low-skilled developers, basic automation, outsourcing, routine corporate layoffs, and deceptive marketing.</itunes:summary>
      <itunes:subtitle>Critical examination of false claims about AI replacing software developers. Six key factors explain job losses: non-productive employees, low-skilled developers, basic automation, outsourcing, routine corporate layoffs, and deceptive marketing.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>218</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e156eba0-eac1-4ad0-852a-97f17ed3900a</guid>
      <title>The Narrow Truth: Dismantling IntelligenceTheater in Agent Architecture</title>
      <description><![CDATA[<p>how Gen.AI companies combine narrow ML components behind conversational interfaces to simulate intelligence. Each agent component (text generation, context management, tool integration) has direct non-ML equivalents. API access bypasses the deceptive UI layer, providing better determinism and utility. Optimal usage requires abandoning open-ended interactions for narrow, targeted prompting focused on pattern recognition tasks where these systems actually deliver value.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 14 May 2025 20:40:48 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>how Gen.AI companies combine narrow ML components behind conversational interfaces to simulate intelligence. Each agent component (text generation, context management, tool integration) has direct non-ML equivalents. API access bypasses the deceptive UI layer, providing better determinism and utility. Optimal usage requires abandoning open-ended interactions for narrow, targeted prompting focused on pattern recognition tasks where these systems actually deliver value.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10160033" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/4351cf2c-c68e-44db-a3f2-a279ad111f62/audio/5c15e009-58e6-4065-8ae4-cdd67b7fe735/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Narrow Truth: Dismantling IntelligenceTheater in Agent Architecture</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:34</itunes:duration>
      <itunes:summary>AI agents are narrow systems wrapped in deceptive interfaces. Each component has non-ML equivalents that expose the magical thinking behind AGI promises.</itunes:summary>
      <itunes:subtitle>AI agents are narrow systems wrapped in deceptive interfaces. Each component has non-ML equivalents that expose the magical thinking behind AGI promises.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>217</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e2bbf6c4-a106-45e6-aa2a-804276fa88c0</guid>
      <title>The Pirate Bay Hypothesis: Reframing AI&apos;s True Nature</title>
      <description><![CDATA[<h2>Episode Summary:</h2><p>A critical examination of generative AI through the lens of a null hypothesis, comparing it to a sophisticated search engine over all intellectual property ever created, challenging our assumptions about its transformative nature.</p><h2>Keywords:</h2><p>AI demystification, null hypothesis, intellectual property, search engines, large language models, code generation, machine learning operations, technical debt, AI ethics</p><h2>Why This Matters to Your Organization:</h2><p>Understanding AI's true capabilities—beyond the hype—is crucial for making strategic technology decisions. Is your team building solutions based on AI's actual strengths or its perceived magic?</p><p>Ready to deepen your understanding of AI's practical applications? Subscribe to our newsletter for more insights that cut through the tech noise: <a href="https://ds500.paiml.com/subscribe.html">https://ds500.paiml.com/subscribe.html</a></p><p>#AIReality #TechDemystified #DataScience #PragmaticAI #NullHypothesis</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 14 May 2025 18:10:42 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h2>Episode Summary:</h2><p>A critical examination of generative AI through the lens of a null hypothesis, comparing it to a sophisticated search engine over all intellectual property ever created, challenging our assumptions about its transformative nature.</p><h2>Keywords:</h2><p>AI demystification, null hypothesis, intellectual property, search engines, large language models, code generation, machine learning operations, technical debt, AI ethics</p><h2>Why This Matters to Your Organization:</h2><p>Understanding AI's true capabilities—beyond the hype—is crucial for making strategic technology decisions. Is your team building solutions based on AI's actual strengths or its perceived magic?</p><p>Ready to deepen your understanding of AI's practical applications? Subscribe to our newsletter for more insights that cut through the tech noise: <a href="https://ds500.paiml.com/subscribe.html">https://ds500.paiml.com/subscribe.html</a></p><p>#AIReality #TechDemystified #DataScience #PragmaticAI #NullHypothesis</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8191864" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/a0268197-ff18-4b93-b09f-532c596f9cfc/audio/d7cad43b-1a82-4723-97ce-a4743f435510/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Pirate Bay Hypothesis: Reframing AI&apos;s True Nature</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:31</itunes:duration>
      <itunes:summary>In this thought-provoking episode, we tackle the fundamental question of AI intelligence by comparing large language models to a hypothetical full-text search engine containing all code, books, and intellectual property ever created. This reframing reveals how AI might be less magical than we think—simply retrieving and rearranging existing information rather than demonstrating true intelligence.</itunes:summary>
      <itunes:subtitle>In this thought-provoking episode, we tackle the fundamental question of AI intelligence by comparing large language models to a hypothetical full-text search engine containing all code, books, and intellectual property ever created. This reframing reveals how AI might be less magical than we think—simply retrieving and rearranging existing information rather than demonstrating true intelligence.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>216</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">069e452d-8265-4a31-8404-066485ee3876</guid>
      <title>Claude Code Review: Pattern Matching, Not Intelligence</title>
      <description><![CDATA[<h1>Episode Notes: Claude Code Review: Pattern Matching, Not Intelligence</h1><h2>Summary</h2><p>I share my hands-on experience with Anthropic's Claude Code tool, praising its utility while challenging the misleading "AI" framing. I argue these are powerful pattern matching tools, not intelligent systems, and explain how experienced developers can leverage them effectively while avoiding common pitfalls.</p><h2>Key Points</h2><ul><li>Claude Code offers genuine productivity benefits as a terminal-based coding assistant</li><li>The tool excels at make files, test creation, and documentation by leveraging context</li><li>"AI" is a misleading term - these are pattern matching and data mining systems</li><li>Anthropomorphic interfaces create dangerous illusions of competence</li><li>Most valuable for experienced developers who can validate suggestions</li><li>Similar to combining CI/CD systems with data mining capabilities, plus NLP</li><li>The user, not the tool, provides the critical thinking and expertise</li></ul><h2>Quote</h2><p>"The intelligence is coming from the human. It's almost like a combination of pattern matching tools combined with traditional CI/CD tools."</p><h2>Best Use Cases</h2><ul><li>Test-driven development</li><li>Refactoring legacy code</li><li>Converting between languages (JavaScript → TypeScript) </li><li>Documentation improvements</li><li>API work and Git operations</li><li>Debugging common issues</li></ul><h2>Risky Use Cases</h2><ul><li>Legacy systems without sufficient training patterns</li><li>Cutting-edge frameworks not in training data</li><li>Complex architectural decisions requiring system-wide consistency</li><li>Production systems where mistakes could be catastrophic</li><li>Beginners who can't identify problematic suggestions</li></ul><h2>Next Steps</h2><ul><li>Frame these tools as productivity enhancers, not "intelligent" agents</li><li>Use alongside existing development tools like IDEs</li><li>Maintain vigilant oversight - "watch it like a hawk"</li><li>Evaluate productivity gains realistically for your specific use cases</li></ul><p>#ClaudeCode #DeveloperTools #PatternMatching #AIReality #ProductivityTools #CodingAssistant #TerminalTools</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 5 May 2025 13:14:16 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Episode Notes: Claude Code Review: Pattern Matching, Not Intelligence</h1><h2>Summary</h2><p>I share my hands-on experience with Anthropic's Claude Code tool, praising its utility while challenging the misleading "AI" framing. I argue these are powerful pattern matching tools, not intelligent systems, and explain how experienced developers can leverage them effectively while avoiding common pitfalls.</p><h2>Key Points</h2><ul><li>Claude Code offers genuine productivity benefits as a terminal-based coding assistant</li><li>The tool excels at make files, test creation, and documentation by leveraging context</li><li>"AI" is a misleading term - these are pattern matching and data mining systems</li><li>Anthropomorphic interfaces create dangerous illusions of competence</li><li>Most valuable for experienced developers who can validate suggestions</li><li>Similar to combining CI/CD systems with data mining capabilities, plus NLP</li><li>The user, not the tool, provides the critical thinking and expertise</li></ul><h2>Quote</h2><p>"The intelligence is coming from the human. It's almost like a combination of pattern matching tools combined with traditional CI/CD tools."</p><h2>Best Use Cases</h2><ul><li>Test-driven development</li><li>Refactoring legacy code</li><li>Converting between languages (JavaScript → TypeScript) </li><li>Documentation improvements</li><li>API work and Git operations</li><li>Debugging common issues</li></ul><h2>Risky Use Cases</h2><ul><li>Legacy systems without sufficient training patterns</li><li>Cutting-edge frameworks not in training data</li><li>Complex architectural decisions requiring system-wide consistency</li><li>Production systems where mistakes could be catastrophic</li><li>Beginners who can't identify problematic suggestions</li></ul><h2>Next Steps</h2><ul><li>Frame these tools as productivity enhancers, not "intelligent" agents</li><li>Use alongside existing development tools like IDEs</li><li>Maintain vigilant oversight - "watch it like a hawk"</li><li>Evaluate productivity gains realistically for your specific use cases</li></ul><p>#ClaudeCode #DeveloperTools #PatternMatching #AIReality #ProductivityTools #CodingAssistant #TerminalTools</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10110714" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/3c7af18d-4711-4cfc-982f-fd052a6889ee/audio/8e736ece-1ab9-4bed-9f2c-f4acbfb6466a/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Claude Code Review: Pattern Matching, Not Intelligence</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:31</itunes:duration>
      <itunes:summary>I share my hands-on experience with Anthropic&apos;s Claude Code tool, praising its utility while challenging the misleading &quot;AI&quot; framing. I argue these are powerful pattern matching tools, not intelligent systems, and explain how experienced developers can leverage them effectively while avoiding common pitfalls.</itunes:summary>
      <itunes:subtitle>I share my hands-on experience with Anthropic&apos;s Claude Code tool, praising its utility while challenging the misleading &quot;AI&quot; framing. I argue these are powerful pattern matching tools, not intelligent systems, and explain how experienced developers can leverage them effectively while avoiding common pitfalls.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>215</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">8ad0ffa3-b209-48dd-93f5-020aaecdd9e4</guid>
      <title>Deno: The Modern TypeScript Runtime Alternative to Python</title>
      <description><![CDATA[<h1>Deno: The Modern TypeScript Runtime Alternative to Python</h1><h2>Episode Summary</h2><p>Deno stands tall. TypeScript runs fast in this Rust-based runtime. It builds standalone executables and offers type safety without the headaches of Python's packaging and performance problems.</p><h2>Keywords</h2><p>Deno, TypeScript, JavaScript, Python alternative, V8 engine, scripting language, zero dependencies, security model, standalone executables, Rust complement, DevOps tooling, microservices, CLI applications</p><h2>Key Benefits Over Python</h2><ul><li><p><strong>Built-in TypeScript Support</strong></p><ul><li>First-class TypeScript integration</li><li>Static type checking improves code quality</li><li>Better IDE support with autocomplete and error detection</li><li>Types catch errors before runtime</li></ul></li><li><p><strong>Superior Performance</strong></p><ul><li>V8 engine provides JIT compilation optimizations</li><li>Significantly faster than CPython for most workloads</li><li>No Global Interpreter Lock (GIL) limiting parallelism</li><li>Asynchronous operations are first-class citizens</li><li>Better memory management with V8's garbage collector</li></ul></li><li><p><strong>Zero Dependencies Philosophy</strong></p><ul><li>No package.json or external package manager</li><li>URLs as imports simplify dependency management</li><li>Built-in standard library for common operations</li><li>No node_modules folder</li><li>Simplified dependency auditing</li></ul></li><li><p><strong>Modern Security Model</strong></p><ul><li>Explicit permissions for file, network, and environment access</li><li>Secure by default - no arbitrary code execution</li><li>Sandboxed execution environment</li></ul></li><li><p><strong>Simplified Bundling and Distribution</strong></p><ul><li>Compile to standalone executables</li><li>Consistent execution across platforms</li><li>No need for virtual environments</li><li>Simplified deployment to production</li></ul></li></ul><h2>Real-World Usage Scenarios</h2><ul><li>DevOps tooling and automation</li><li>Microservices and API development</li><li>Data processing applications</li><li>CLI applications with standalone executables</li><li>Web development with full-stack TypeScript</li><li>Enterprise applications with type-safe business logic</li></ul><h2>Complementing Rust</h2><ul><li>Perfect scripting companion to Rust's philosophy</li><li>Shared focus on safety and developer experience</li><li>Unified development experience across languages</li><li>Possibility to start with Deno and migrate performance-critical parts to Rust</li></ul><p><i>Coming in May: New courses on Deno from Pragmatic A-Lapse</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 5 May 2025 11:55:55 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Deno: The Modern TypeScript Runtime Alternative to Python</h1><h2>Episode Summary</h2><p>Deno stands tall. TypeScript runs fast in this Rust-based runtime. It builds standalone executables and offers type safety without the headaches of Python's packaging and performance problems.</p><h2>Keywords</h2><p>Deno, TypeScript, JavaScript, Python alternative, V8 engine, scripting language, zero dependencies, security model, standalone executables, Rust complement, DevOps tooling, microservices, CLI applications</p><h2>Key Benefits Over Python</h2><ul><li><p><strong>Built-in TypeScript Support</strong></p><ul><li>First-class TypeScript integration</li><li>Static type checking improves code quality</li><li>Better IDE support with autocomplete and error detection</li><li>Types catch errors before runtime</li></ul></li><li><p><strong>Superior Performance</strong></p><ul><li>V8 engine provides JIT compilation optimizations</li><li>Significantly faster than CPython for most workloads</li><li>No Global Interpreter Lock (GIL) limiting parallelism</li><li>Asynchronous operations are first-class citizens</li><li>Better memory management with V8's garbage collector</li></ul></li><li><p><strong>Zero Dependencies Philosophy</strong></p><ul><li>No package.json or external package manager</li><li>URLs as imports simplify dependency management</li><li>Built-in standard library for common operations</li><li>No node_modules folder</li><li>Simplified dependency auditing</li></ul></li><li><p><strong>Modern Security Model</strong></p><ul><li>Explicit permissions for file, network, and environment access</li><li>Secure by default - no arbitrary code execution</li><li>Sandboxed execution environment</li></ul></li><li><p><strong>Simplified Bundling and Distribution</strong></p><ul><li>Compile to standalone executables</li><li>Consistent execution across platforms</li><li>No need for virtual environments</li><li>Simplified deployment to production</li></ul></li></ul><h2>Real-World Usage Scenarios</h2><ul><li>DevOps tooling and automation</li><li>Microservices and API development</li><li>Data processing applications</li><li>CLI applications with standalone executables</li><li>Web development with full-stack TypeScript</li><li>Enterprise applications with type-safe business logic</li></ul><h2>Complementing Rust</h2><ul><li>Perfect scripting companion to Rust's philosophy</li><li>Shared focus on safety and developer experience</li><li>Unified development experience across languages</li><li>Possibility to start with Deno and migrate performance-critical parts to Rust</li></ul><p><i>Coming in May: New courses on Deno from Pragmatic A-Lapse</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7147802" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/63469e01-7e13-40c3-aab7-25ff8a08ea4d/audio/969ecc3e-f099-4dd8-befb-1f2a434b255c/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Deno: The Modern TypeScript Runtime Alternative to Python</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:07:26</itunes:duration>
      <itunes:summary>Deno stands tall. TypeScript runs fast in this Rust-based runtime. It builds standalone executables and offers type safety without the headaches of Python&apos;s packaging and performance problems.</itunes:summary>
      <itunes:subtitle>Deno stands tall. TypeScript runs fast in this Rust-based runtime. It builds standalone executables and offers type safety without the headaches of Python&apos;s packaging and performance problems.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>214</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">dec49910-97a6-4fac-9c31-1a48c744f422</guid>
      <title>Reframing GenAI as Not AI - Generative Search, Auto-Complete and Pattern Matching</title>
      <description><![CDATA[<h1>Episode Notes: The Wizard of AI: Unmasking the Smoke and Mirrors</h1><h2>Summary</h2><p>I expose the reality behind today's "AI" hype. What we call AI is actually generative search and pattern matching - useful but not intelligent. Like the Wizard of Oz, tech companies use smoke and mirrors to market what are essentially statistical models as sentient beings.</p><h2>Key Points</h2><ul><li>Current AI technologies are statistical pattern matching systems, not true intelligence</li><li>The term "artificial intelligence" is misleading - these are advanced search tools without consciousness</li><li>We should reframe generative AI as "generative search" or "generative pattern matching"</li><li>AI systems hallucinate, recommend non-existent libraries, and create security vulnerabilities</li><li>Similar technology hype cycles (dot-com, blockchain, big data) all followed the same pattern</li><li>Successful implementation requires treating these as IT tools, not magical solutions</li><li>Companies using misleading AI terminology (like "cognitive" and "intelligence") create unrealistic expectations</li></ul><h2>Quote</h2><p>"At the heart of intelligence is consciousness... These statistical pattern matching systems are not aware of the situation they're in."</p><h2>Resources</h2><ul><li>Framework: Apply DevOps and Toyota Way principles when implementing AI tools</li><li>Historical Example: Amazon "walkout technology" that actually relied on thousands of workers in India</li></ul><h2>Next Steps</h2><ul><li>Remove "AI" terminology from your organization's solutions</li><li>Build on existing quality control frameworks (deterministic techniques, human-in-the-loop)</li><li>Outcompete competitors by understanding the real limitations of these tools</li></ul><p>#AIReality #GenerativeSearch #PatternMatching #TechHype #AIImplementation #DevOps #CriticalThinking</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 4 May 2025 22:18:23 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Episode Notes: The Wizard of AI: Unmasking the Smoke and Mirrors</h1><h2>Summary</h2><p>I expose the reality behind today's "AI" hype. What we call AI is actually generative search and pattern matching - useful but not intelligent. Like the Wizard of Oz, tech companies use smoke and mirrors to market what are essentially statistical models as sentient beings.</p><h2>Key Points</h2><ul><li>Current AI technologies are statistical pattern matching systems, not true intelligence</li><li>The term "artificial intelligence" is misleading - these are advanced search tools without consciousness</li><li>We should reframe generative AI as "generative search" or "generative pattern matching"</li><li>AI systems hallucinate, recommend non-existent libraries, and create security vulnerabilities</li><li>Similar technology hype cycles (dot-com, blockchain, big data) all followed the same pattern</li><li>Successful implementation requires treating these as IT tools, not magical solutions</li><li>Companies using misleading AI terminology (like "cognitive" and "intelligence") create unrealistic expectations</li></ul><h2>Quote</h2><p>"At the heart of intelligence is consciousness... These statistical pattern matching systems are not aware of the situation they're in."</p><h2>Resources</h2><ul><li>Framework: Apply DevOps and Toyota Way principles when implementing AI tools</li><li>Historical Example: Amazon "walkout technology" that actually relied on thousands of workers in India</li></ul><h2>Next Steps</h2><ul><li>Remove "AI" terminology from your organization's solutions</li><li>Build on existing quality control frameworks (deterministic techniques, human-in-the-loop)</li><li>Outcompete competitors by understanding the real limitations of these tools</li></ul><p>#AIReality #GenerativeSearch #PatternMatching #TechHype #AIImplementation #DevOps #CriticalThinking</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="16062035" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/13a86b55-a7b4-4787-9bf1-74cfc8deb6d4/audio/aa4dd81e-15b3-46d6-ab2a-c564d4c21531/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Reframing GenAI as Not AI - Generative Search, Auto-Complete and Pattern Matching</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:16:43</itunes:duration>
      <itunes:summary>I expose the reality behind today&apos;s &quot;AI&quot; hype. What we call AI is actually generative search and pattern matching - useful but not intelligent. Like the Wizard of Oz, tech companies use smoke and mirrors to market what are essentially statistical models as sentient beings.</itunes:summary>
      <itunes:subtitle>I expose the reality behind today&apos;s &quot;AI&quot; hype. What we call AI is actually generative search and pattern matching - useful but not intelligent. Like the Wizard of Oz, tech companies use smoke and mirrors to market what are essentially statistical models as sentient beings.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>213</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">67fb0cdc-7fea-4f8c-970e-221f193c9aef</guid>
      <title>Academic Style Lecture on Concepts Surrounding RAG in Generative AI</title>
      <description><![CDATA[<h1>Episode Notes: Search, Not Superintelligence: RAG's Role in Grounding Generative AI</h1><h2>Summary</h2><p>I demystify RAG technology and challenge the AI hype cycle. I argue current AI is merely advanced search, not true intelligence, and explain how RAG grounds models in verified data to reduce hallucinations while highlighting its practical implementation challenges.</p><h2>Key Points</h2><ul><li>Generative AI is better described as "generative search" - pattern matching and prediction, not true intelligence</li><li>RAG (Retrieval-Augmented Generation) grounds AI by constraining it to search within specific vector databases</li><li>Vector databases function like collaborative filtering algorithms, finding similarity in multidimensional space</li><li>RAG reduces hallucinations but requires extensive data curation - a significant challenge for implementation</li><li>AWS Bedrock provides unified API access to multiple AI models and knowledge base solutions</li><li>Quality control principles from Toyota Way and DevOps apply to AI implementation</li><li>"Agents" are essentially scripts with constraints, not truly intelligent entities</li></ul><h2>Quote</h2><p>"We don't have any form of intelligence, we just have a brute force tool that's not smart at all, but that is also very useful."</p><h2>Resources</h2><ul><li>AWS Bedrock: <a href="https://aws.amazon.com/bedrock/">https://aws.amazon.com/bedrock/</a></li><li>Vector Database Overview: <a href="https://ds500.paiml.com/subscribe.html">https://ds500.paiml.com/subscribe.html</a></li></ul><h2>Next Steps</h2><ul><li>Next week: Coding implementation of RAG technology</li><li>Explore AWS knowledge base setup options</li><li>Consider data curation requirements for your organization</li></ul><p>#GenerativeAI #RAG #VectorDatabases #AIReality #CloudComputing #AWS #Bedrock #DataScience</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 4 May 2025 18:23:21 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Episode Notes: Search, Not Superintelligence: RAG's Role in Grounding Generative AI</h1><h2>Summary</h2><p>I demystify RAG technology and challenge the AI hype cycle. I argue current AI is merely advanced search, not true intelligence, and explain how RAG grounds models in verified data to reduce hallucinations while highlighting its practical implementation challenges.</p><h2>Key Points</h2><ul><li>Generative AI is better described as "generative search" - pattern matching and prediction, not true intelligence</li><li>RAG (Retrieval-Augmented Generation) grounds AI by constraining it to search within specific vector databases</li><li>Vector databases function like collaborative filtering algorithms, finding similarity in multidimensional space</li><li>RAG reduces hallucinations but requires extensive data curation - a significant challenge for implementation</li><li>AWS Bedrock provides unified API access to multiple AI models and knowledge base solutions</li><li>Quality control principles from Toyota Way and DevOps apply to AI implementation</li><li>"Agents" are essentially scripts with constraints, not truly intelligent entities</li></ul><h2>Quote</h2><p>"We don't have any form of intelligence, we just have a brute force tool that's not smart at all, but that is also very useful."</p><h2>Resources</h2><ul><li>AWS Bedrock: <a href="https://aws.amazon.com/bedrock/">https://aws.amazon.com/bedrock/</a></li><li>Vector Database Overview: <a href="https://ds500.paiml.com/subscribe.html">https://ds500.paiml.com/subscribe.html</a></li></ul><h2>Next Steps</h2><ul><li>Next week: Coding implementation of RAG technology</li><li>Explore AWS knowledge base setup options</li><li>Consider data curation requirements for your organization</li></ul><p>#GenerativeAI #RAG #VectorDatabases #AIReality #CloudComputing #AWS #Bedrock #DataScience</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="43476814" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/a2f84bcc-c255-409d-9f53-241333504681/audio/4c53ffe0-5a86-4b3d-bb65-45c37faffd2b/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Academic Style Lecture on Concepts Surrounding RAG in Generative AI</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:45:17</itunes:duration>
      <itunes:summary>I demystify RAG technology and challenge the AI hype cycle. I argue current AI is merely advanced search, not true intelligence, and explain how RAG grounds models in verified data to reduce hallucinations while highlighting its practical implementation challenges.</itunes:summary>
      <itunes:subtitle>I demystify RAG technology and challenge the AI hype cycle. I argue current AI is merely advanced search, not true intelligence, and explain how RAG grounds models in verified data to reduce hallucinations while highlighting its practical implementation challenges.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>212</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7a52d0d3-24f9-48f8-8e3c-2da8abc9c3d2</guid>
      <title>Pragmatic AI Labs Interactive Labs Next Generation</title>
      <description><![CDATA[<h1>Pragmatica Labs Podcast: Interactive Labs Update</h1><h2>Episode Notes</h2><h3>Announcement: Updated Interactive Labs</h3><ul><li>New version of interactive labs now available on the Pragmatica Labs platform</li><li>Focus on improved Rust teaching capabilities</li></ul><h3>Rust Learning Environment Features</h3><ul><li>Browser-based development environment with:<ul><li>Ability to create projects with Cargo</li><li>Code compilation functionality</li><li>Visual Studio Code in the browser</li></ul></li><li>Access to source code from dozens of Rust courses</li></ul><h3>Pragmatica Labs Rust Course Offerings</h3><ul><li>Applied Rust courses covering:<ul><li>GUI development</li><li>Serverless</li><li>Data engineering</li><li>AI engineering</li><li>MLOps</li><li>Community tools</li><li>Python and Rust integration</li></ul></li></ul><h3>Upcoming Technology Coverage</h3><ul><li>Local large language models (Olamma)</li><li>Zig as a modern C replacement</li><li>WebSockets<ul><li>Building custom terminals</li><li>Interactive data engineering dashboards with SQLite integration</li></ul></li><li>WebAssembly<ul><li>Assembly-speed performance in browsers</li></ul></li></ul><h3>Conclusion</h3><ul><li>New content and courses added weekly</li><li>Interactive labs now live on the platform</li><li>Visit PAIML.com to explore and provide feedback</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 21 Mar 2025 18:50:15 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Pragmatica Labs Podcast: Interactive Labs Update</h1><h2>Episode Notes</h2><h3>Announcement: Updated Interactive Labs</h3><ul><li>New version of interactive labs now available on the Pragmatica Labs platform</li><li>Focus on improved Rust teaching capabilities</li></ul><h3>Rust Learning Environment Features</h3><ul><li>Browser-based development environment with:<ul><li>Ability to create projects with Cargo</li><li>Code compilation functionality</li><li>Visual Studio Code in the browser</li></ul></li><li>Access to source code from dozens of Rust courses</li></ul><h3>Pragmatica Labs Rust Course Offerings</h3><ul><li>Applied Rust courses covering:<ul><li>GUI development</li><li>Serverless</li><li>Data engineering</li><li>AI engineering</li><li>MLOps</li><li>Community tools</li><li>Python and Rust integration</li></ul></li></ul><h3>Upcoming Technology Coverage</h3><ul><li>Local large language models (Olamma)</li><li>Zig as a modern C replacement</li><li>WebSockets<ul><li>Building custom terminals</li><li>Interactive data engineering dashboards with SQLite integration</li></ul></li><li>WebAssembly<ul><li>Assembly-speed performance in browsers</li></ul></li></ul><h3>Conclusion</h3><ul><li>New content and courses added weekly</li><li>Interactive labs now live on the platform</li><li>Visit PAIML.com to explore and provide feedback</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2837389" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/3c776505-9559-4d3d-be4e-7b17c2aba9ea/audio/0c455291-8796-4657-beb4-ae7f6907fe73/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Pragmatic AI Labs Interactive Labs Next Generation</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:57</itunes:duration>
      <itunes:summary>Pragmatic Labs has launched updated interactive labs with enhanced Rust learning capabilities, featuring a browser-based development environment with Cargo project creation, code compilation, and Visual Studio integration. The platform hosts numerous applied Rust courses covering GUI development, serverless, data engineering, AI, MLOps, and Python integration, positioning itself as a premier Rust learning destination. Additionally, the platform plans to expand with hundreds of new labs showcasing cutting-edge 2025 technologies including local LLMs (Olamma), Zig as a C replacement, WebSockets for custom terminals and interactive dashboards, and WebAssembly for browser-based high-performance computing.</itunes:summary>
      <itunes:subtitle>Pragmatic Labs has launched updated interactive labs with enhanced Rust learning capabilities, featuring a browser-based development environment with Cargo project creation, code compilation, and Visual Studio integration. The platform hosts numerous applied Rust courses covering GUI development, serverless, data engineering, AI, MLOps, and Python integration, positioning itself as a premier Rust learning destination. Additionally, the platform plans to expand with hundreds of new labs showcasing cutting-edge 2025 technologies including local LLMs (Olamma), Zig as a C replacement, WebSockets for custom terminals and interactive dashboards, and WebAssembly for browser-based high-performance computing.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>211</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">3fa96146-5c51-4c6a-9dc5-a387d22195a4</guid>
      <title>Meta and OpenAI LibGen Book Piracy Controversy</title>
      <description><![CDATA[<h1>Meta and OpenAI Book Piracy Controversy: Podcast Summary</h1><h2>The Unauthorized Data Acquisition</h2><ul><li>Meta (Facebook's parent company) and OpenAI downloaded millions of pirated books from Library Genesis (LibGen) to train artificial intelligence models</li><li>The pirated collection contained approximately 7.5 million books and 81 million research papers</li><li>Mark Zuckerberg reportedly authorized the use of this unauthorized material</li><li>The podcast host discovered all ten of his published books were included in the pirated database</li></ul><h2>Deliberate Policy Violations</h2><ul><li>Internal communications reveal Meta employees recognized legal risks</li><li>Staff implemented measures to conceal their activities:<ul><li>Removing copyright notices</li><li>Deleting ISBN numbers</li><li>Discussing "medium-high legal risk" while proceeding</li></ul></li><li>Organizational structure resembled criminal enterprises: leadership approval, evidence concealment, risk calculation, delegation of questionable tasks</li></ul><h2>Legal Challenges</h2><ul><li>Authors including Sarah Silverman have filed copyright infringement lawsuits</li><li>Both companies claim protection under "fair use" doctrine</li><li>BitTorrent download method potentially involved redistribution of pirated materials</li><li>Courts have not yet ruled on the legality of training AI with copyrighted material</li></ul><h2>Ethical Considerations</h2><ul><li>Contradiction between public statements about "responsible AI" and actual practices</li><li>Attribution removal prevents proper credit to original creators</li><li>No compensation provided to authors whose work was appropriated</li><li>Employee discomfort evident in statements like "torrenting from a corporate laptop doesn't feel right"</li></ul><h2>Broader Implications</h2><ul><li>Represents a form of digital colonization</li><li>Transforms intellectual resources into corporate assets without permission</li><li>Exploits creative labor without compensation</li><li>Undermines original purpose of LibGen (academic accessibility) for corporate profit</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 21 Mar 2025 18:16:37 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Meta and OpenAI Book Piracy Controversy: Podcast Summary</h1><h2>The Unauthorized Data Acquisition</h2><ul><li>Meta (Facebook's parent company) and OpenAI downloaded millions of pirated books from Library Genesis (LibGen) to train artificial intelligence models</li><li>The pirated collection contained approximately 7.5 million books and 81 million research papers</li><li>Mark Zuckerberg reportedly authorized the use of this unauthorized material</li><li>The podcast host discovered all ten of his published books were included in the pirated database</li></ul><h2>Deliberate Policy Violations</h2><ul><li>Internal communications reveal Meta employees recognized legal risks</li><li>Staff implemented measures to conceal their activities:<ul><li>Removing copyright notices</li><li>Deleting ISBN numbers</li><li>Discussing "medium-high legal risk" while proceeding</li></ul></li><li>Organizational structure resembled criminal enterprises: leadership approval, evidence concealment, risk calculation, delegation of questionable tasks</li></ul><h2>Legal Challenges</h2><ul><li>Authors including Sarah Silverman have filed copyright infringement lawsuits</li><li>Both companies claim protection under "fair use" doctrine</li><li>BitTorrent download method potentially involved redistribution of pirated materials</li><li>Courts have not yet ruled on the legality of training AI with copyrighted material</li></ul><h2>Ethical Considerations</h2><ul><li>Contradiction between public statements about "responsible AI" and actual practices</li><li>Attribution removal prevents proper credit to original creators</li><li>No compensation provided to authors whose work was appropriated</li><li>Employee discomfort evident in statements like "torrenting from a corporate laptop doesn't feel right"</li></ul><h2>Broader Implications</h2><ul><li>Represents a form of digital colonization</li><li>Transforms intellectual resources into corporate assets without permission</li><li>Exploits creative labor without compensation</li><li>Undermines original purpose of LibGen (academic accessibility) for corporate profit</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="9462460" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/eb1b88ed-37fb-4945-86ca-0d33c1dfe3cd/audio/8d994ad1-fc66-435b-adb7-193aa9bdd11c/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Meta and OpenAI LibGen Book Piracy Controversy</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:09:51</itunes:duration>
      <itunes:summary>
Meta and OpenAI used Library Genesis (LibGen), a pirated book repository containing 7.5 million books and 81 million research papers, to train their AI models. Mark Zuckerberg reportedly approved this usage. Meta employees understood the &quot;medium-high legal risk&quot; involved and implemented measures to hide their actions, including removing copyright notices and ISBN numbers.</itunes:summary>
      <itunes:subtitle>
Meta and OpenAI used Library Genesis (LibGen), a pirated book repository containing 7.5 million books and 81 million research papers, to train their AI models. Mark Zuckerberg reportedly approved this usage. Meta employees understood the &quot;medium-high legal risk&quot; involved and implemented measures to hide their actions, including removing copyright notices and ISBN numbers.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>210</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7fa30140-8beb-4343-9515-4ae0adddd8f9</guid>
      <title>Rust Projects with Multiple Entry Points Like CLI and Web</title>
      <description><![CDATA[<h1>Rust Multiple Entry Points: Architectural Patterns</h1><h2>Key Points</h2><ul><li><strong>Core Concept</strong>: Multiple entry points in Rust enable single codebase deployment across CLI, microservices, WebAssembly and GUI contexts</li><li><strong>Implementation Path</strong>: Initial CLI development → Web API → Lambda/cloud functions</li><li><strong>Cargo Integration</strong>: Native support via <code>src/bin</code> directory or explicit binary targets in <code>Cargo.toml</code></li></ul><h2>Technical Advantages</h2><ul><li><strong>Memory Safety</strong>: Consistent safety guarantees across deployment targets</li><li><strong>Type Consistency</strong>: Strong typing ensures API contract integrity between interfaces</li><li><strong>Async Model</strong>: Unified asynchronous execution model across environments</li><li><strong>Binary Optimization</strong>: Compile-time optimizations yield superior performance vs runtime interpretation</li><li><strong>Ownership Model</strong>: No-saved-state philosophy aligns with Lambda execution context</li></ul><h2>Deployment Architecture</h2><ul><li><strong>Core Logic Isolation</strong>: Business logic encapsulated in library crates</li><li><strong>Interface Separation</strong>: Entry point-specific code segregated from core functionality</li><li><strong>Build Pipeline</strong>: Single compilation source enables consistent artifact generation</li><li><strong>Infrastructure Consistency</strong>: Uniform deployment targets eliminate environment-specific bugs</li><li><strong>Resource Optimization</strong>: Shared components reduce binary size and memory footprint</li></ul><h2>Implementation Benefits</h2><ul><li><strong>Iteration Speed</strong>: CLI provides immediate feedback loop during core development</li><li><strong>Security Posture</strong>: Memory safety extends across all deployment targets</li><li><strong>API Consistency</strong>: JSON payload structures remain identical between CLI and web interfaces</li><li><strong>Event Architecture</strong>: Natural alignment with event-driven cloud function patterns</li><li><strong>Compile-Time Optimizations</strong>: CPU-specific enhancements available at binary generation</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 16 Mar 2025 19:04:38 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Rust Multiple Entry Points: Architectural Patterns</h1><h2>Key Points</h2><ul><li><strong>Core Concept</strong>: Multiple entry points in Rust enable single codebase deployment across CLI, microservices, WebAssembly and GUI contexts</li><li><strong>Implementation Path</strong>: Initial CLI development → Web API → Lambda/cloud functions</li><li><strong>Cargo Integration</strong>: Native support via <code>src/bin</code> directory or explicit binary targets in <code>Cargo.toml</code></li></ul><h2>Technical Advantages</h2><ul><li><strong>Memory Safety</strong>: Consistent safety guarantees across deployment targets</li><li><strong>Type Consistency</strong>: Strong typing ensures API contract integrity between interfaces</li><li><strong>Async Model</strong>: Unified asynchronous execution model across environments</li><li><strong>Binary Optimization</strong>: Compile-time optimizations yield superior performance vs runtime interpretation</li><li><strong>Ownership Model</strong>: No-saved-state philosophy aligns with Lambda execution context</li></ul><h2>Deployment Architecture</h2><ul><li><strong>Core Logic Isolation</strong>: Business logic encapsulated in library crates</li><li><strong>Interface Separation</strong>: Entry point-specific code segregated from core functionality</li><li><strong>Build Pipeline</strong>: Single compilation source enables consistent artifact generation</li><li><strong>Infrastructure Consistency</strong>: Uniform deployment targets eliminate environment-specific bugs</li><li><strong>Resource Optimization</strong>: Shared components reduce binary size and memory footprint</li></ul><h2>Implementation Benefits</h2><ul><li><strong>Iteration Speed</strong>: CLI provides immediate feedback loop during core development</li><li><strong>Security Posture</strong>: Memory safety extends across all deployment targets</li><li><strong>API Consistency</strong>: JSON payload structures remain identical between CLI and web interfaces</li><li><strong>Event Architecture</strong>: Natural alignment with event-driven cloud function patterns</li><li><strong>Compile-Time Optimizations</strong>: CPU-specific enhancements available at binary generation</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5328007" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/12c3a1af-924d-4e04-82c5-f2c94395dacc/audio/4c1ff63f-00d1-4db3-a557-1ad76e4854ef/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Rust Projects with Multiple Entry Points Like CLI and Web</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:05:32</itunes:duration>
      <itunes:summary>Rust&apos;s multiple entry points pattern enables unified codebase deployment across heterogeneous execution contexts (CLI, web services, WASM) while maintaining memory safety guarantees and type consistency. Implementation leverages Cargo&apos;s binary target specification to encapsulate core logic in library crates, with interface-specific code isolated in discrete entry points. The development workflow prioritizes CLI-first iteration for rapid feedback loops before expanding to stateless service endpoints that benefit from Rust&apos;s ownership model. This approach yields compile-time optimization advantages including architecture-specific binary tuning, reduced memory footprint through shared components, and elimination of environment disparity issues in CI/CD pipelines. The pattern fundamentally shifts from runtime-interpreted prototyping to compiled systems with unified error handling and data serialization across all deployment targets.</itunes:summary>
      <itunes:subtitle>Rust&apos;s multiple entry points pattern enables unified codebase deployment across heterogeneous execution contexts (CLI, web services, WASM) while maintaining memory safety guarantees and type consistency. Implementation leverages Cargo&apos;s binary target specification to encapsulate core logic in library crates, with interface-specific code isolated in discrete entry points. The development workflow prioritizes CLI-first iteration for rapid feedback loops before expanding to stateless service endpoints that benefit from Rust&apos;s ownership model. This approach yields compile-time optimization advantages including architecture-specific binary tuning, reduced memory footprint through shared components, and elimination of environment disparity issues in CI/CD pipelines. The pattern fundamentally shifts from runtime-interpreted prototyping to compiled systems with unified error handling and data serialization across all deployment targets.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>209</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c4c8eb55-79b6-4100-ae7b-7519cd0f1ce6</guid>
      <title>Python Is Vibe Coding 1.0</title>
      <description><![CDATA[<h1>Podcast Notes: Vibe Coding & The Maintenance Problem in Software Engineering</h1><h2>Episode Summary</h2><p>In this episode, I explore the concept of "vibe coding" - using large language models for rapid software development - and compare it to Python's historical role as "vibe coding 1.0." I discuss why focusing solely on development speed misses the more important challenge of maintaining systems over time.</p><h2>Key Points</h2><h3>What is Vibe Coding?</h3><ul><li>Using large language models to do the majority of development</li><li>Getting something working quickly and putting it into production</li><li>Similar to prototyping strategies used for decades</li></ul><h3>Python as "Vibe Coding 1.0"</h3><ul><li>Python emerged as a reaction to complex languages like C and Java</li><li>Made development more readable and accessible</li><li>Prioritized developer productivity over CPU time</li><li>Initially sacrificed safety features like static typing and true threading (though has since added some)</li></ul><h3>The Real Problem: System Maintenance, Not Development Speed</h3><ul><li>Production systems need continuous improvement, not just initial creation</li><li>Software is organic (like a fig tree) not static (like a playground)</li><li>Need to maintain, nurture, and respond to changing conditions</li><li>"The problem isn't, and it's never been, about how quick you can create software"</li></ul><h3>The Fig Tree vs. Playground Analogy</h3><ul><li><strong>Playground/House/Bridge</strong>: Build once, minimal maintenance, fixed design</li><li><strong>Fig Tree</strong>: Requires constant attention, responds to environment, needs protection from pests, requires pruning and care</li><li>Software is much more like the fig tree - organic and needing continuous maintenance</li></ul><h3>Dangers of Prioritizing Development Speed</h3><ul><li>Python allowed freedom but created maintenance challenges:<ul><li>No compiler to catch errors before deployment</li><li>Lack of types leading to runtime errors</li><li>Dead code issues</li><li>Mutable variables by default</li></ul></li><li>"Every time you write new Python code, you're creating a problem"</li></ul><h3>Recommendations for Using AI Tools</h3><ul><li>Focus on building systems you can maintain for 10+ years</li><li>Consider languages like Rust with strong safety features</li><li>Use AI tools to help with boilerplate and API exploration</li><li>Ensure code is understood by the entire team</li><li>Get advice from practitioners who maintain large-scale systems</li></ul><h2>Final Thoughts</h2><p>Python itself is a form of vibe coding - it pushes technical complexity down the road, potentially creating existential threats for companies with poor maintenance practices. Use new tools, but maintain the mindset that your goal is to build maintainable systems, not just generate code quickly.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 16 Mar 2025 16:09:41 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Podcast Notes: Vibe Coding & The Maintenance Problem in Software Engineering</h1><h2>Episode Summary</h2><p>In this episode, I explore the concept of "vibe coding" - using large language models for rapid software development - and compare it to Python's historical role as "vibe coding 1.0." I discuss why focusing solely on development speed misses the more important challenge of maintaining systems over time.</p><h2>Key Points</h2><h3>What is Vibe Coding?</h3><ul><li>Using large language models to do the majority of development</li><li>Getting something working quickly and putting it into production</li><li>Similar to prototyping strategies used for decades</li></ul><h3>Python as "Vibe Coding 1.0"</h3><ul><li>Python emerged as a reaction to complex languages like C and Java</li><li>Made development more readable and accessible</li><li>Prioritized developer productivity over CPU time</li><li>Initially sacrificed safety features like static typing and true threading (though has since added some)</li></ul><h3>The Real Problem: System Maintenance, Not Development Speed</h3><ul><li>Production systems need continuous improvement, not just initial creation</li><li>Software is organic (like a fig tree) not static (like a playground)</li><li>Need to maintain, nurture, and respond to changing conditions</li><li>"The problem isn't, and it's never been, about how quick you can create software"</li></ul><h3>The Fig Tree vs. Playground Analogy</h3><ul><li><strong>Playground/House/Bridge</strong>: Build once, minimal maintenance, fixed design</li><li><strong>Fig Tree</strong>: Requires constant attention, responds to environment, needs protection from pests, requires pruning and care</li><li>Software is much more like the fig tree - organic and needing continuous maintenance</li></ul><h3>Dangers of Prioritizing Development Speed</h3><ul><li>Python allowed freedom but created maintenance challenges:<ul><li>No compiler to catch errors before deployment</li><li>Lack of types leading to runtime errors</li><li>Dead code issues</li><li>Mutable variables by default</li></ul></li><li>"Every time you write new Python code, you're creating a problem"</li></ul><h3>Recommendations for Using AI Tools</h3><ul><li>Focus on building systems you can maintain for 10+ years</li><li>Consider languages like Rust with strong safety features</li><li>Use AI tools to help with boilerplate and API exploration</li><li>Ensure code is understood by the entire team</li><li>Get advice from practitioners who maintain large-scale systems</li></ul><h2>Final Thoughts</h2><p>Python itself is a form of vibe coding - it pushes technical complexity down the road, potentially creating existential threats for companies with poor maintenance practices. Use new tools, but maintain the mindset that your goal is to build maintainable systems, not just generate code quickly.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="13439341" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/e547da66-f269-494b-895d-67caddd54dea/audio/aedda162-d36b-411e-9dba-8a056e08efba/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Python Is Vibe Coding 1.0</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:13:59</itunes:duration>
      <itunes:summary>Vibe coding refers to using large language models to rapidly develop code and push it to production. Python was essentially &quot;vibe coding 1.0&quot; - prioritizing developer productivity and readability over traditional safety features. The podcast argues that focusing on development speed misunderstands the real challenge in software engineering: maintaining systems over time. Software is organic like a fig tree requiring constant care, not static like a playground built once. While Python allows quick development, it creates maintenance problems through lack of compiler checks, optional typing, and mutable variables. Similarly, AI-generated code might create technical debt. The speaker recommends using AI tools but with safer languages like Rust, and focusing on building maintainable systems rather than just generating code quickly. The most valuable advice comes from practitioners who have maintained large-scale systems for decades, not dilettantes who&apos;ve only written scripts.</itunes:summary>
      <itunes:subtitle>Vibe coding refers to using large language models to rapidly develop code and push it to production. Python was essentially &quot;vibe coding 1.0&quot; - prioritizing developer productivity and readability over traditional safety features. The podcast argues that focusing on development speed misunderstands the real challenge in software engineering: maintaining systems over time. Software is organic like a fig tree requiring constant care, not static like a playground built once. While Python allows quick development, it creates maintenance problems through lack of compiler checks, optional typing, and mutable variables. Similarly, AI-generated code might create technical debt. The speaker recommends using AI tools but with safer languages like Rust, and focusing on building maintainable systems rather than just generating code quickly. The most valuable advice comes from practitioners who have maintained large-scale systems for decades, not dilettantes who&apos;ve only written scripts.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>208</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d8a21ed2-562a-4dc1-8e00-8b546c170998</guid>
      <title>DeepSeek R2 An Atom Bomb For USA BigTech</title>
      <description><![CDATA[<h1>Podcast Notes: DeepSeek R2 - The Tech Stock "Atom Bomb"</h1><h2>Overview</h2><ul><li>DeepSeek R2 could heavily impact tech stocks when released (April or May 2025)</li><li>Could threaten OpenAI, Anthropic, and major tech companies</li><li>US tech market already showing weakness (Tesla down 50%, NVIDIA declining)</li></ul><h2>Cost Claims</h2><ul><li>DeepSeek R2 claims to be <strong>40 times cheaper</strong> than competitors</li><li>Suggests AI may not be as profitable as initially thought</li><li>Could trigger a "race to zero" in AI pricing</li></ul><h2>NVIDIA Concerns</h2><ul><li>NVIDIA's high stock price depends on GPU shortage continuing</li><li>If DeepSeek can use cheaper, older chips efficiently, threatens NVIDIA's model</li><li>Ironically, US chip bans may have forced Chinese companies to innovate more efficiently</li></ul><h2>The Cloud Computing Comparison</h2><ul><li>AI could follow cloud computing's path (AWS → Azure → Google → Oracle)</li><li>Becoming a commodity with shrinking profit margins</li><li>Basic AI services could keep getting cheaper ($20/month now, likely lower soon)</li></ul><h2>Open Source Advantage</h2><ul><li>Like Linux vs Windows, open source AI could dominate</li><li>Most databases and programming languages are now open source</li><li>Closed systems may restrict innovation</li></ul><h2>Global AI Landscape</h2><ul><li>Growing distrust of US tech companies globally</li><li>Concerns about data privacy and government surveillance</li><li>Countries might develop their own AI ecosystems</li><li>EU could lead in privacy-focused AI regulation</li></ul><h2>AI Reality Check</h2><ul><li>LLMs are "sophisticated pattern matching," not true intelligence</li><li>Compare to self-checkout: automation helps but humans still needed</li><li>AI will be a tool that changes work, not a replacement for humans</li></ul><h2>Investment Impact</h2><ul><li>Tech stocks could lose significant value in next 2-6 months</li><li>Chip makers might see reduced demand</li><li>Investment could shift from AI hardware to integration companies or other sectors</li></ul><h2>Conclusion</h2><ul><li>DeepSeek R2 could trigger "cascading failure" in big tech</li><li>More focus on local, decentralized AI solutions</li><li>Human-in-the-loop approach likely to prevail</li><li>Global tech landscape could look very different in 10 years</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 15 Mar 2025 14:30:43 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Podcast Notes: DeepSeek R2 - The Tech Stock "Atom Bomb"</h1><h2>Overview</h2><ul><li>DeepSeek R2 could heavily impact tech stocks when released (April or May 2025)</li><li>Could threaten OpenAI, Anthropic, and major tech companies</li><li>US tech market already showing weakness (Tesla down 50%, NVIDIA declining)</li></ul><h2>Cost Claims</h2><ul><li>DeepSeek R2 claims to be <strong>40 times cheaper</strong> than competitors</li><li>Suggests AI may not be as profitable as initially thought</li><li>Could trigger a "race to zero" in AI pricing</li></ul><h2>NVIDIA Concerns</h2><ul><li>NVIDIA's high stock price depends on GPU shortage continuing</li><li>If DeepSeek can use cheaper, older chips efficiently, threatens NVIDIA's model</li><li>Ironically, US chip bans may have forced Chinese companies to innovate more efficiently</li></ul><h2>The Cloud Computing Comparison</h2><ul><li>AI could follow cloud computing's path (AWS → Azure → Google → Oracle)</li><li>Becoming a commodity with shrinking profit margins</li><li>Basic AI services could keep getting cheaper ($20/month now, likely lower soon)</li></ul><h2>Open Source Advantage</h2><ul><li>Like Linux vs Windows, open source AI could dominate</li><li>Most databases and programming languages are now open source</li><li>Closed systems may restrict innovation</li></ul><h2>Global AI Landscape</h2><ul><li>Growing distrust of US tech companies globally</li><li>Concerns about data privacy and government surveillance</li><li>Countries might develop their own AI ecosystems</li><li>EU could lead in privacy-focused AI regulation</li></ul><h2>AI Reality Check</h2><ul><li>LLMs are "sophisticated pattern matching," not true intelligence</li><li>Compare to self-checkout: automation helps but humans still needed</li><li>AI will be a tool that changes work, not a replacement for humans</li></ul><h2>Investment Impact</h2><ul><li>Tech stocks could lose significant value in next 2-6 months</li><li>Chip makers might see reduced demand</li><li>Investment could shift from AI hardware to integration companies or other sectors</li></ul><h2>Conclusion</h2><ul><li>DeepSeek R2 could trigger "cascading failure" in big tech</li><li>More focus on local, decentralized AI solutions</li><li>Human-in-the-loop approach likely to prevail</li><li>Global tech landscape could look very different in 10 years</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="11780043" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/6adb7a53-d63c-4989-a232-d8294125c27d/audio/f327f517-dca0-453d-a759-eb60fbd6f3fa/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>DeepSeek R2 An Atom Bomb For USA BigTech</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:12:16</itunes:duration>
      <itunes:summary>DeepSeek R2, expected in April/May 2025, threatens to disrupt tech markets by offering AI services at potentially 40 times lower cost than competitors like OpenAI and Anthropic. This Chinese innovation could trigger a &quot;race to zero&quot; in AI pricing, turning what was thought to be a high-margin business into a commodity service like cloud computing. Major tech stocks (Microsoft, Google, Meta) could face significant devaluation as their massive AI investments might never return expected profits. NVIDIA appears particularly vulnerable as DeepSeek demonstrates efficient performance on older, cheaper chips—ironically a result of US chip export restrictions forcing innovation. With tech stocks already declining and global distrust of US technology growing, DeepSeek R2 could accelerate a shift toward open-source, locally-hosted AI solutions that prioritize data privacy, ultimately revealing generative AI as a useful tool that augments rather than replaces human workers.</itunes:summary>
      <itunes:subtitle>DeepSeek R2, expected in April/May 2025, threatens to disrupt tech markets by offering AI services at potentially 40 times lower cost than competitors like OpenAI and Anthropic. This Chinese innovation could trigger a &quot;race to zero&quot; in AI pricing, turning what was thought to be a high-margin business into a commodity service like cloud computing. Major tech stocks (Microsoft, Google, Meta) could face significant devaluation as their massive AI investments might never return expected profits. NVIDIA appears particularly vulnerable as DeepSeek demonstrates efficient performance on older, cheaper chips—ironically a result of US chip export restrictions forcing innovation. With tech stocks already declining and global distrust of US technology growing, DeepSeek R2 could accelerate a shift toward open-source, locally-hosted AI solutions that prioritize data privacy, ultimately revealing generative AI as a useful tool that augments rather than replaces human workers.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>207</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">578ff6da-fc31-40df-baa0-3ca2bd76f26f</guid>
      <title>Why OpenAI and Anthropic Are So Scared and Calling for Regulation</title>
      <description><![CDATA[<h1>Regulatory Capture in Artificial Intelligence Markets: Oligopolistic Preservation Strategies</h1><h2>Thesis Statement</h2><p>Analysis of emergent regulatory capture mechanisms employed by dominant AI firms (OpenAI, Anthropic) to establish market protectionism through national security narratives.</p><h2>Historiographical Parallels: Microsoft Anti-FOSS Campaign (1990s)</h2><ul><li><strong>Halloween Documents</strong>: Systematic FUD dissemination characterizing Linux as ideological threat ("communism")</li><li><strong>Outcome Falsification</strong>: Contradictory empirical results with >90% infrastructure adoption of Linux in contemporary computing environments</li><li><strong>Innovation Suppression Effects</strong>: Demonstrated retardation of technological advancement through monopolistic preservation strategies</li></ul><h2>Tactical Analysis: OpenAI Regulatory Maneuvers</h2><h3>Geopolitical Framing</h3><ul><li><strong>Attribution Fallacy</strong>: Unsubstantiated classification of DeepSeek as state-controlled entity</li><li><strong>Contradictory Empirical Evidence</strong>: Public disclosure of methodologies, parameter weights indicating superior transparency compared to closed-source implementations</li><li><strong>Policy Intervention Solicitation</strong>: Executive advocacy for governmental prohibition of PRC-developed models in allied jurisdictions</li></ul><h3>Technical Argumentation Deficiencies</h3><ul><li><strong>Logical Inconsistency</strong>: Assertion of security vulnerabilities despite absence of data collection mechanisms in open-weight models</li><li><strong>Methodological Contradiction</strong>: Accusation of knowledge extraction despite parallel litigation against OpenAI for copyrighted material appropriation</li><li><strong>Security Paradox</strong>: Open-weight systems demonstrably less susceptible to covert vulnerabilities through distributed verification mechanisms</li></ul><h2>Tactical Analysis: Anthropic Regulatory Maneuvers</h2><h3>Value Preservation Rhetoric</h3><ul><li><strong>IP Valuation Claim</strong>: Assertion of "$100 million secrets" in minimal codebases</li><li><strong>Contradictory Value Proposition</strong>: Implicit acknowledgment of artificial valuation differentials between proprietary and open implementations</li><li><strong>Predictive Overreach</strong>: Statistically improbable claims regarding near-term code generation market capture (90% in 6 months, 100% in 12 months)</li></ul><h3>National Security Integration</h3><ul><li><strong>Espionage Allegation</strong>: Unsubstantiated claims of industrial intelligence operations against AI firms</li><li><strong>Intelligence Community Alignment</strong>: Explicit advocacy for intelligence agency protection of dominant market entities</li><li><strong>Export Control Amplification</strong>: Lobbying for semiconductor distribution restrictions to constrain competitive capabilities</li></ul><h2>Economic Analysis: Underlying Motivational Structures</h2><h3>Perfect Competition Avoidance</h3><ul><li><strong>Profit Nullification Anticipation</strong>: Recognition of zero-profit equilibrium in commoditized markets</li><li><strong>Artificial Scarcity Engineering</strong>: Regulatory frameworks as mechanism for maintaining supra-competitive pricing structures</li><li><strong>Valuation Preservation Imperative</strong>: Existential threat to organizations operating with negative profit margins and speculative valuations</li></ul><h3>Regulatory Capture Mechanisms</h3><ul><li><strong>Resource Diversion</strong>: Allocation of public resources to preserve private rent-seeking behavior</li><li><strong>Asymmetric Regulatory Impact</strong>: Disproportionate compliance burden on small-scale and open-source implementations</li><li><strong>Innovation Concentration Risk</strong>: Technological advancement limitations through artificial competition constraints</li></ul><h2>Conclusion: Policy Implications</h2><p>Regulatory frameworks ostensibly designed for security enhancement primarily function as competition suppression mechanisms, with demonstrable parallels to historical monopolistic preservation strategies. The commoditization of AI capabilities represents the fundamental threat to current market leaders, with national security narratives serving as instrumental justification for market distortion.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 14 Mar 2025 16:03:25 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Regulatory Capture in Artificial Intelligence Markets: Oligopolistic Preservation Strategies</h1><h2>Thesis Statement</h2><p>Analysis of emergent regulatory capture mechanisms employed by dominant AI firms (OpenAI, Anthropic) to establish market protectionism through national security narratives.</p><h2>Historiographical Parallels: Microsoft Anti-FOSS Campaign (1990s)</h2><ul><li><strong>Halloween Documents</strong>: Systematic FUD dissemination characterizing Linux as ideological threat ("communism")</li><li><strong>Outcome Falsification</strong>: Contradictory empirical results with >90% infrastructure adoption of Linux in contemporary computing environments</li><li><strong>Innovation Suppression Effects</strong>: Demonstrated retardation of technological advancement through monopolistic preservation strategies</li></ul><h2>Tactical Analysis: OpenAI Regulatory Maneuvers</h2><h3>Geopolitical Framing</h3><ul><li><strong>Attribution Fallacy</strong>: Unsubstantiated classification of DeepSeek as state-controlled entity</li><li><strong>Contradictory Empirical Evidence</strong>: Public disclosure of methodologies, parameter weights indicating superior transparency compared to closed-source implementations</li><li><strong>Policy Intervention Solicitation</strong>: Executive advocacy for governmental prohibition of PRC-developed models in allied jurisdictions</li></ul><h3>Technical Argumentation Deficiencies</h3><ul><li><strong>Logical Inconsistency</strong>: Assertion of security vulnerabilities despite absence of data collection mechanisms in open-weight models</li><li><strong>Methodological Contradiction</strong>: Accusation of knowledge extraction despite parallel litigation against OpenAI for copyrighted material appropriation</li><li><strong>Security Paradox</strong>: Open-weight systems demonstrably less susceptible to covert vulnerabilities through distributed verification mechanisms</li></ul><h2>Tactical Analysis: Anthropic Regulatory Maneuvers</h2><h3>Value Preservation Rhetoric</h3><ul><li><strong>IP Valuation Claim</strong>: Assertion of "$100 million secrets" in minimal codebases</li><li><strong>Contradictory Value Proposition</strong>: Implicit acknowledgment of artificial valuation differentials between proprietary and open implementations</li><li><strong>Predictive Overreach</strong>: Statistically improbable claims regarding near-term code generation market capture (90% in 6 months, 100% in 12 months)</li></ul><h3>National Security Integration</h3><ul><li><strong>Espionage Allegation</strong>: Unsubstantiated claims of industrial intelligence operations against AI firms</li><li><strong>Intelligence Community Alignment</strong>: Explicit advocacy for intelligence agency protection of dominant market entities</li><li><strong>Export Control Amplification</strong>: Lobbying for semiconductor distribution restrictions to constrain competitive capabilities</li></ul><h2>Economic Analysis: Underlying Motivational Structures</h2><h3>Perfect Competition Avoidance</h3><ul><li><strong>Profit Nullification Anticipation</strong>: Recognition of zero-profit equilibrium in commoditized markets</li><li><strong>Artificial Scarcity Engineering</strong>: Regulatory frameworks as mechanism for maintaining supra-competitive pricing structures</li><li><strong>Valuation Preservation Imperative</strong>: Existential threat to organizations operating with negative profit margins and speculative valuations</li></ul><h3>Regulatory Capture Mechanisms</h3><ul><li><strong>Resource Diversion</strong>: Allocation of public resources to preserve private rent-seeking behavior</li><li><strong>Asymmetric Regulatory Impact</strong>: Disproportionate compliance burden on small-scale and open-source implementations</li><li><strong>Innovation Concentration Risk</strong>: Technological advancement limitations through artificial competition constraints</li></ul><h2>Conclusion: Policy Implications</h2><p>Regulatory frameworks ostensibly designed for security enhancement primarily function as competition suppression mechanisms, with demonstrable parallels to historical monopolistic preservation strategies. The commoditization of AI capabilities represents the fundamental threat to current market leaders, with national security narratives serving as instrumental justification for market distortion.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="11944719" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/0c5aa55f-6a54-4071-aca6-c925dd823926/audio/b8bd9ee3-76a8-48c1-8512-3f2d126934c2/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Why OpenAI and Anthropic Are So Scared and Calling for Regulation</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:12:26</itunes:duration>
      <itunes:summary>AI oligopolistic entities (OpenAI, Anthropic) demonstrate emergent regulatory capture mechanisms analogous to Microsoft&apos;s anti-FOSS &quot;Halloween Documents&quot; campaign (c.1990s), employing geopolitical securitization narratives to forestall commoditization of generative AI capabilities. These market preservation strategies manifest through: (1) attribution fallacies regarding competitor state-control designations, (2) paradoxical security vulnerability assertions despite open-weight verification advantages, (3) unsubstantiated industrial espionage allegations, and (4) intellectual property valuation hyperbole ($100M in &quot;few lines of code&quot;). The fundamental economic imperative driving these rhetorical maneuvers remains the inexorable progression toward perfect competition equilibrium, wherein profit margins approach zero—particularly threatening for negative-profitability firms with speculative valuations. National security frameworks thus function instrumentally as competition suppression mechanisms, disproportionately burdening small-scale implementations while facilitating rent-seeking behavior through artificial scarcity engineering, despite empirical falsification of similar historical claims (cf. Linux&apos;s subsequent 90% infrastructure dominance).</itunes:summary>
      <itunes:subtitle>AI oligopolistic entities (OpenAI, Anthropic) demonstrate emergent regulatory capture mechanisms analogous to Microsoft&apos;s anti-FOSS &quot;Halloween Documents&quot; campaign (c.1990s), employing geopolitical securitization narratives to forestall commoditization of generative AI capabilities. These market preservation strategies manifest through: (1) attribution fallacies regarding competitor state-control designations, (2) paradoxical security vulnerability assertions despite open-weight verification advantages, (3) unsubstantiated industrial espionage allegations, and (4) intellectual property valuation hyperbole ($100M in &quot;few lines of code&quot;). The fundamental economic imperative driving these rhetorical maneuvers remains the inexorable progression toward perfect competition equilibrium, wherein profit margins approach zero—particularly threatening for negative-profitability firms with speculative valuations. National security frameworks thus function instrumentally as competition suppression mechanisms, disproportionately burdening small-scale implementations while facilitating rent-seeking behavior through artificial scarcity engineering, despite empirical falsification of similar historical claims (cf. Linux&apos;s subsequent 90% infrastructure dominance).</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>206</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">358dbe60-520f-4baa-bdee-b2561a22b671</guid>
      <title>Rust Paradox - Programming is Automated, but Rust is Too Hard?</title>
      <description><![CDATA[<h1>The Rust Paradox: Systems Programming in the Epoch of Generative AI</h1><h2>I. Paradoxical Thesis Examination</h2><ul><li><p><strong>Contradictory Technological Narratives</strong></p><ul><li>Epistemological inconsistency: programming simultaneously characterized as "automatable" yet Rust deemed "excessively complex for acquisition"</li><li>Logical impossibility of concurrent validity of both propositions establishes fundamental contradiction</li><li>Necessitates resolution through bifurcation theory of programming paradigms</li></ul></li><li><p><strong>Rust Language Adoption Metrics (2024-2025)</strong></p><ul><li>Subreddit community expansion: +60,000 users (2024)</li><li>Enterprise implementation across technological oligopoly: Microsoft, AWS, Google, Cloudflare, Canonical</li><li>Linux kernel integration represents significant architectural paradigm shift from C-exclusive development model</li></ul></li></ul><h2>II. Performance-Safety Dialectic in Contemporary Engineering</h2><ul><li><p><strong>Empirical Performance Coefficients</strong></p><ul><li>Ruff Python linter: 10-100× performance amplification relative to predecessors</li><li>UV package management system demonstrating exponential efficiency gains over Conda/venv architectures</li><li>Polars exhibiting substantial computational advantage versus pandas in data analytical workflows</li></ul></li><li><p><strong>Memory Management Architecture</strong></p><ul><li>Ownership-based model facilitates deterministic resource deallocation without garbage collection overhead</li><li>Performance characteristics approximate C/C++ while eliminating entire categories of memory vulnerabilities</li><li>Compile-time verification supplants runtime detection mechanisms for concurrency hazards</li></ul></li></ul><h2>III. Programmatic Bifurcation Hypothesis</h2><ul><li><p><strong>Dichotomous Evolution Trajectory</strong></p><ul><li>Application layer development: increasing AI augmentation, particularly for boilerplate/templated implementations</li><li>Systems layer engineering: persistent human expertise requirements due to precision/safety constraints</li><li>Pattern-matching limitations of generative systems insufficient for systems-level optimization requirements</li></ul></li><li><p><strong>Cognitive Investment Calculus</strong></p><ul><li>Initial acquisition barrier offset by significant debugging time reduction</li><li>Corporate training investment persisting despite generative AI proliferation</li><li>Market valuation of Rust expertise increasing proportionally with automation of lower-complexity domains</li></ul></li></ul><h2>IV. Neuromorphic Architecture Constraints in Code Generation</h2><ul><li><p><strong>LLM Fundamental Limitations</strong></p><ul><li>Pattern-recognition capabilities distinct from genuine intelligence</li><li>Analogous to mistaking k-means clustering for financial advisory services</li><li>Hallucination phenomena incompatible with systems-level precision requirements</li></ul></li><li><p><strong>Human-Machine Complementarity Framework</strong></p><ul><li>AI functioning as expert-oriented tool rather than autonomous replacement</li><li>Comparable to CAD systems requiring expert oversight despite automation capabilities</li><li>Human verification remains essential for safety-critical implementations</li></ul></li></ul><h2>V. Future Convergence Vectors</h2><ul><li><p><strong>Synergistic Integration Pathways</strong></p><ul><li>AI assistance potentially reducing Rust learning curve steepness</li><li>Rust's compile-time guarantees providing essential guardrails for AI-generated implementations</li><li>Optimal professional development trajectory incorporating both systems expertise and AI utilization proficiency</li></ul></li><li><p><strong>Economic Implications</strong></p><ul><li>Value migration from general-purpose to systems development domains</li><li>Increasing premium on capabilities resistant to pattern-based automation</li><li>Natural evolutionary trajectory rather than paradoxical contradiction</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 14 Mar 2025 12:05:22 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>The Rust Paradox: Systems Programming in the Epoch of Generative AI</h1><h2>I. Paradoxical Thesis Examination</h2><ul><li><p><strong>Contradictory Technological Narratives</strong></p><ul><li>Epistemological inconsistency: programming simultaneously characterized as "automatable" yet Rust deemed "excessively complex for acquisition"</li><li>Logical impossibility of concurrent validity of both propositions establishes fundamental contradiction</li><li>Necessitates resolution through bifurcation theory of programming paradigms</li></ul></li><li><p><strong>Rust Language Adoption Metrics (2024-2025)</strong></p><ul><li>Subreddit community expansion: +60,000 users (2024)</li><li>Enterprise implementation across technological oligopoly: Microsoft, AWS, Google, Cloudflare, Canonical</li><li>Linux kernel integration represents significant architectural paradigm shift from C-exclusive development model</li></ul></li></ul><h2>II. Performance-Safety Dialectic in Contemporary Engineering</h2><ul><li><p><strong>Empirical Performance Coefficients</strong></p><ul><li>Ruff Python linter: 10-100× performance amplification relative to predecessors</li><li>UV package management system demonstrating exponential efficiency gains over Conda/venv architectures</li><li>Polars exhibiting substantial computational advantage versus pandas in data analytical workflows</li></ul></li><li><p><strong>Memory Management Architecture</strong></p><ul><li>Ownership-based model facilitates deterministic resource deallocation without garbage collection overhead</li><li>Performance characteristics approximate C/C++ while eliminating entire categories of memory vulnerabilities</li><li>Compile-time verification supplants runtime detection mechanisms for concurrency hazards</li></ul></li></ul><h2>III. Programmatic Bifurcation Hypothesis</h2><ul><li><p><strong>Dichotomous Evolution Trajectory</strong></p><ul><li>Application layer development: increasing AI augmentation, particularly for boilerplate/templated implementations</li><li>Systems layer engineering: persistent human expertise requirements due to precision/safety constraints</li><li>Pattern-matching limitations of generative systems insufficient for systems-level optimization requirements</li></ul></li><li><p><strong>Cognitive Investment Calculus</strong></p><ul><li>Initial acquisition barrier offset by significant debugging time reduction</li><li>Corporate training investment persisting despite generative AI proliferation</li><li>Market valuation of Rust expertise increasing proportionally with automation of lower-complexity domains</li></ul></li></ul><h2>IV. Neuromorphic Architecture Constraints in Code Generation</h2><ul><li><p><strong>LLM Fundamental Limitations</strong></p><ul><li>Pattern-recognition capabilities distinct from genuine intelligence</li><li>Analogous to mistaking k-means clustering for financial advisory services</li><li>Hallucination phenomena incompatible with systems-level precision requirements</li></ul></li><li><p><strong>Human-Machine Complementarity Framework</strong></p><ul><li>AI functioning as expert-oriented tool rather than autonomous replacement</li><li>Comparable to CAD systems requiring expert oversight despite automation capabilities</li><li>Human verification remains essential for safety-critical implementations</li></ul></li></ul><h2>V. Future Convergence Vectors</h2><ul><li><p><strong>Synergistic Integration Pathways</strong></p><ul><li>AI assistance potentially reducing Rust learning curve steepness</li><li>Rust's compile-time guarantees providing essential guardrails for AI-generated implementations</li><li>Optimal professional development trajectory incorporating both systems expertise and AI utilization proficiency</li></ul></li><li><p><strong>Economic Implications</strong></p><ul><li>Value migration from general-purpose to systems development domains</li><li>Increasing premium on capabilities resistant to pattern-based automation</li><li>Natural evolutionary trajectory rather than paradoxical contradiction</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="12152863" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/e806662b-38bf-437c-9ad6-282d4dbff2b5/audio/f1bacd4c-9851-4a97-8b47-806eb8c25e18/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Rust Paradox - Programming is Automated, but Rust is Too Hard?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:12:39</itunes:duration>
      <itunes:summary>The apparent paradox between programming automation via AI and Rust&apos;s purported learning complexity resolves through programming domain bifurcation: AI increasingly augments application-layer development while systems-level engineering necessitates human expertise for performance-critical implementations. Empirical evidence demonstrates Rust&apos;s accelerating adoption across technological oligopolies (Microsoft, AWS, Google) and the Linux kernel, with Rust-based tools exhibiting 10-100× performance coefficients versus predecessors. The language&apos;s ownership-based memory management provides deterministic resource deallocation without garbage collection overhead while eliminating entire categories of vulnerabilities through compile-time verification. AI pattern-matching capabilities fundamentally differ from genuine intelligence, rendering them inadequate for systems-level precision requirements; consequently, Rust expertise commands premium market valuation as automation proliferates in lower-complexity domains. This represents not contradiction but natural evolutionary bifurcation in software development methodology, with optimal trajectories incorporating both systems expertise and AI utilization proficiency.</itunes:summary>
      <itunes:subtitle>The apparent paradox between programming automation via AI and Rust&apos;s purported learning complexity resolves through programming domain bifurcation: AI increasingly augments application-layer development while systems-level engineering necessitates human expertise for performance-critical implementations. Empirical evidence demonstrates Rust&apos;s accelerating adoption across technological oligopolies (Microsoft, AWS, Google) and the Linux kernel, with Rust-based tools exhibiting 10-100× performance coefficients versus predecessors. The language&apos;s ownership-based memory management provides deterministic resource deallocation without garbage collection overhead while eliminating entire categories of vulnerabilities through compile-time verification. AI pattern-matching capabilities fundamentally differ from genuine intelligence, rendering them inadequate for systems-level precision requirements; consequently, Rust expertise commands premium market valuation as automation proliferates in lower-complexity domains. This represents not contradiction but natural evolutionary bifurcation in software development methodology, with optimal trajectories incorporating both systems expertise and AI utilization proficiency.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>205</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e8cb5906-114b-4eae-8138-6a98ce60192a</guid>
      <title>Genai companies will be automated by Open Source before developers</title>
      <description><![CDATA[<h1>Podcast Notes: Debunking Claims About AI's Future in Coding</h1><h2>Episode Overview</h2><ul><li>Analysis of Anthropic CEO Dario Amodei's claim: "We're 3-6 months from AI writing 90% of code, and 12 months from AI writing essentially all code"</li><li>Systematic examination of fundamental misconceptions in this prediction</li><li>Technical analysis of GenAI capabilities, limitations, and economic forces</li></ul><h2>1. Terminological Misdirection</h2><ul><li><strong>Category Error</strong>: Using "AI writes code" fundamentally conflates autonomous creation with tool-assisted composition</li><li><strong>Tool-User Relationship</strong>: GenAI functions as sophisticated autocomplete within human-directed creative process<ul><li>Equivalent to claiming "Microsoft Word writes novels" or "k-means clustering automates financial advising"</li></ul></li><li><strong>Orchestration Reality</strong>: Humans remain central to orchestrating solution architecture, determining requirements, evaluating output, and integration</li><li><strong>Cognitive Architecture</strong>: LLMs are prediction engines lacking intentionality, planning capabilities, or causal understanding required for true "writing"</li></ul><h2>2. AI Coding = Pattern Matching in Vector Space</h2><ul><li><strong>Fundamental Limitation</strong>: LLMs perform sophisticated pattern matching, not semantic reasoning</li><li><strong>Verification Gap</strong>: Cannot independently verify correctness of generated code; approximates solutions based on statistical patterns</li><li><strong>Hallucination Issues</strong>: Tools like GitHub Copilot regularly fabricate non-existent APIs, libraries, and function signatures</li><li><strong>Consistency Boundaries</strong>: Performance degrades with codebase size and complexity; particularly with cross-module dependencies</li><li><strong>Novel Problem Failure</strong>: Performance collapses when confronting problems without precedent in training data</li></ul><h2>3. The Last Mile Problem</h2><ul><li><strong>Integration Challenges</strong>: Significant manual intervention required for AI-generated code in production environments</li><li><strong>Security Vulnerabilities</strong>: Generated code often introduces more security issues than human-written code</li><li><strong>Requirements Translation</strong>: AI cannot transform ambiguous business requirements into precise specifications</li><li><strong>Testing Inadequacy</strong>: Lacks context/experience to create comprehensive testing for edge cases</li><li><strong>Infrastructure Context</strong>: No understanding of deployment environments, CI/CD pipelines, or infrastructure constraints</li></ul><h2>4. Economics and Competition Realities</h2><ul><li><strong>Open Source Trajectory</strong>: Critical infrastructure historically becomes commoditized (Linux, Python, PostgreSQL, Git)</li><li><strong>Zero Marginal Cost</strong>: Economics of AI-generated code approaching zero, eliminating sustainable competitive advantage</li><li><strong>Negative Unit Economics</strong>: Commercial LLM providers operate at loss per query for complex coding tasks<ul><li>Inference costs for high-token generations exceed subscription pricing</li></ul></li><li><strong>Human Value Shift</strong>: Value concentrating in requirements gathering, system architecture, and domain expertise</li><li><strong>Rising Open Competition</strong>: Open models (Llama, Mistral, Code Llama) rapidly approaching closed-source performance at fraction of cost</li></ul><h2>5. False Analogy: Tools vs. Replacements</h2><ul><li><strong>Tool Evolution Pattern</strong>: GenAI follows historical pattern of productivity enhancements (IDEs, version control, CI/CD)</li><li><strong>Productivity Amplification</strong>: Enhances developer capabilities rather than replacing them</li><li><strong>Cognitive Offloading</strong>: Handles routine implementation tasks, enabling focus on higher-level concerns</li><li><strong>Decision Boundaries</strong>: Majority of critical software engineering decisions remain outside GenAI capabilities</li><li><strong>Historical Precedent</strong>: Despite 50+ years of automation predictions, development tools consistently augment rather than replace developers</li></ul><h2>Key Takeaway</h2><ul><li>GenAI coding tools represent significant productivity enhancement but fundamental mischaracterization to frame as "AI writing code"</li><li>More likely: GenAI companies face commoditization pressure from open-source alternatives than developers face replacement</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 13 Mar 2025 16:49:40 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Podcast Notes: Debunking Claims About AI's Future in Coding</h1><h2>Episode Overview</h2><ul><li>Analysis of Anthropic CEO Dario Amodei's claim: "We're 3-6 months from AI writing 90% of code, and 12 months from AI writing essentially all code"</li><li>Systematic examination of fundamental misconceptions in this prediction</li><li>Technical analysis of GenAI capabilities, limitations, and economic forces</li></ul><h2>1. Terminological Misdirection</h2><ul><li><strong>Category Error</strong>: Using "AI writes code" fundamentally conflates autonomous creation with tool-assisted composition</li><li><strong>Tool-User Relationship</strong>: GenAI functions as sophisticated autocomplete within human-directed creative process<ul><li>Equivalent to claiming "Microsoft Word writes novels" or "k-means clustering automates financial advising"</li></ul></li><li><strong>Orchestration Reality</strong>: Humans remain central to orchestrating solution architecture, determining requirements, evaluating output, and integration</li><li><strong>Cognitive Architecture</strong>: LLMs are prediction engines lacking intentionality, planning capabilities, or causal understanding required for true "writing"</li></ul><h2>2. AI Coding = Pattern Matching in Vector Space</h2><ul><li><strong>Fundamental Limitation</strong>: LLMs perform sophisticated pattern matching, not semantic reasoning</li><li><strong>Verification Gap</strong>: Cannot independently verify correctness of generated code; approximates solutions based on statistical patterns</li><li><strong>Hallucination Issues</strong>: Tools like GitHub Copilot regularly fabricate non-existent APIs, libraries, and function signatures</li><li><strong>Consistency Boundaries</strong>: Performance degrades with codebase size and complexity; particularly with cross-module dependencies</li><li><strong>Novel Problem Failure</strong>: Performance collapses when confronting problems without precedent in training data</li></ul><h2>3. The Last Mile Problem</h2><ul><li><strong>Integration Challenges</strong>: Significant manual intervention required for AI-generated code in production environments</li><li><strong>Security Vulnerabilities</strong>: Generated code often introduces more security issues than human-written code</li><li><strong>Requirements Translation</strong>: AI cannot transform ambiguous business requirements into precise specifications</li><li><strong>Testing Inadequacy</strong>: Lacks context/experience to create comprehensive testing for edge cases</li><li><strong>Infrastructure Context</strong>: No understanding of deployment environments, CI/CD pipelines, or infrastructure constraints</li></ul><h2>4. Economics and Competition Realities</h2><ul><li><strong>Open Source Trajectory</strong>: Critical infrastructure historically becomes commoditized (Linux, Python, PostgreSQL, Git)</li><li><strong>Zero Marginal Cost</strong>: Economics of AI-generated code approaching zero, eliminating sustainable competitive advantage</li><li><strong>Negative Unit Economics</strong>: Commercial LLM providers operate at loss per query for complex coding tasks<ul><li>Inference costs for high-token generations exceed subscription pricing</li></ul></li><li><strong>Human Value Shift</strong>: Value concentrating in requirements gathering, system architecture, and domain expertise</li><li><strong>Rising Open Competition</strong>: Open models (Llama, Mistral, Code Llama) rapidly approaching closed-source performance at fraction of cost</li></ul><h2>5. False Analogy: Tools vs. Replacements</h2><ul><li><strong>Tool Evolution Pattern</strong>: GenAI follows historical pattern of productivity enhancements (IDEs, version control, CI/CD)</li><li><strong>Productivity Amplification</strong>: Enhances developer capabilities rather than replacing them</li><li><strong>Cognitive Offloading</strong>: Handles routine implementation tasks, enabling focus on higher-level concerns</li><li><strong>Decision Boundaries</strong>: Majority of critical software engineering decisions remain outside GenAI capabilities</li><li><strong>Historical Precedent</strong>: Despite 50+ years of automation predictions, development tools consistently augment rather than replace developers</li></ul><h2>Key Takeaway</h2><ul><li>GenAI coding tools represent significant productivity enhancement but fundamental mischaracterization to frame as "AI writing code"</li><li>More likely: GenAI companies face commoditization pressure from open-source alternatives than developers face replacement</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="18421415" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7ce6b257-7650-4df1-8564-160b7c8056b1/audio/3dee7db1-d022-4443-afce-cb0bb5a9b848/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Genai companies will be automated by Open Source before developers</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:19:11</itunes:duration>
      <itunes:summary>The claim that &quot;AI will write 90-100% of code within a year&quot; fundamentally mischaracterizes generative AI&apos;s role in software development by conflating pattern-matching tools with autonomous creation. LLMs function as sophisticated autocomplete systems—enhancing productivity like IDEs or compilers—not as independent agents capable of semantic reasoning, requirement translation, or production-level integration. These systems cannot independently verify code correctness, struggle with novel problems, hallucinate non-existent APIs, and degrade exponentially with codebase complexity. The &quot;last mile&quot; challenges of security validation, deployment context, and infrastructure integration remain insurmountable for current systems. Moreover, economic forces (open-source commoditization, negative unit economics for commercial providers) suggest GenAI companies face greater existential threat than software developers, with generative AI ultimately following the historical pattern of developer tools: augmenting human capabilities rather than replacing them.</itunes:summary>
      <itunes:subtitle>The claim that &quot;AI will write 90-100% of code within a year&quot; fundamentally mischaracterizes generative AI&apos;s role in software development by conflating pattern-matching tools with autonomous creation. LLMs function as sophisticated autocomplete systems—enhancing productivity like IDEs or compilers—not as independent agents capable of semantic reasoning, requirement translation, or production-level integration. These systems cannot independently verify code correctness, struggle with novel problems, hallucinate non-existent APIs, and degrade exponentially with codebase complexity. The &quot;last mile&quot; challenges of security validation, deployment context, and infrastructure integration remain insurmountable for current systems. Moreover, economic forces (open-source commoditization, negative unit economics for commercial providers) suggest GenAI companies face greater existential threat than software developers, with generative AI ultimately following the historical pattern of developer tools: augmenting human capabilities rather than replacing them.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>204</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">427eab36-e5cd-418b-a37d-51ff14f32979</guid>
      <title>Debunking Fraudulant Claim Reading Same as Training LLMs</title>
      <description><![CDATA[<h1>Pattern Matching vs. Content Comprehension: The Mathematical Case Against "Reading = Training"</h1><h2>Mathematical Foundations of the Distinction</h2><ul><li><p><strong>Dimensional processing divergence</strong></p><ul><li>Human reading: Sequential, unidirectional information processing with neural feedback mechanisms</li><li>ML training: Multi-dimensional vector space operations measuring statistical co-occurrence patterns</li><li>Core mathematical operation: Distance calculations between points in n-dimensional space</li></ul></li><li><p><strong>Quantitative threshold requirements</strong></p><ul><li>Pattern matching statistical significance: n >> 10,000 examples</li><li>Human comprehension threshold: n < 100 examples</li><li>Logarithmic scaling of effectiveness with dataset size</li></ul></li><li><p><strong>Information extraction methodology</strong></p><ul><li>Reading: Temporal, context-dependent semantic comprehension with structural understanding</li><li>Training: Extraction of probability distributions and distance metrics across the entire corpus</li><li>Different mathematical operations performed on identical content</li></ul></li></ul><h2>The Insufficiency of Limited Datasets</h2><ul><li><p><strong>Centroid instability principle</strong></p><ul><li>K-means clustering with insufficient data points creates mathematically unstable centroids</li><li>High variance in low-data environments yields unreliable similarity metrics</li><li>Error propagation increases exponentially with dataset size reduction</li></ul></li><li><p><strong>Annotation density requirement</strong></p><ul><li>Meaningful label extraction requires contextual reinforcement across thousands of similar examples</li><li>Pattern recognition systems produce statistically insignificant results with limited samples</li><li>Mathematical proof: Signal-to-noise ratio becomes unviable below certain dataset thresholds</li></ul></li></ul><h2>Proprietorship and Mathematical Information Theory</h2><ul><li><p><strong>Proprietary information exclusivity</strong></p><ul><li>Coca-Cola formula analogy: Constrained mathematical solution space with intentionally limited distribution</li><li>Sales figures for tech companies (Tesla/NVIDIA): Isolated data points without surrounding distribution context</li><li>Complete feature space requirement: Pattern extraction mathematically impossible without comprehensive dataset access</li></ul></li><li><p><strong>Context window limitations</strong></p><ul><li>Modern AI systems: Finite context windows (8K-128K tokens)</li><li>Human comprehension: Integration across years of accumulated knowledge</li><li>Cross-domain transfer efficiency: Humans (10² examples) vs. pattern matching (10⁶ examples)</li></ul></li></ul><h2>Criminal Intent: The Mathematics of Dataset Piracy</h2><ul><li><p><strong>Quantifiable extraction metrics</strong></p><ul><li>Total extracted token count (billions-trillions)</li><li>Complete vs. partial work capture</li><li>Retention duration (permanent vs. ephemeral)</li></ul></li><li><p><strong>Intentionality factor</strong></p><ul><li>Reading: Temporally constrained information absorption with natural decay functions</li><li>Pirated training: Deliberate, persistent data capture designed for complete pattern extraction</li><li>Forensic fingerprinting: Statistical signatures in model outputs revealing unauthorized distribution centroids</li></ul></li><li><p><strong>Technical protection circumvention</strong></p><ul><li>Systematic scraping operations exceeding fair use limitations</li><li>Deliberate removal of copyright metadata and attribution</li><li>Detection through embedding proximity analysis showing over-representation of protected materials</li></ul></li></ul><h2>Legal and Mathematical Burden of Proof</h2><ul><li><p><strong>Information theory perspective</strong></p><ul><li>Shannon entropy indicates minimum information requirements cannot be circumvented</li><li>Statistical approximation vs. structural understanding</li><li>Pattern matching mathematically requires access to complete datasets for value extraction</li></ul></li><li><p><strong>Fair use boundary violations</strong></p><ul><li>Reading: Established legal doctrine with clear precedent</li><li>Training: Quantifiably different usage patterns and data extraction methodologies</li><li>Mathematical proof: Different operations performed on content with distinct technical requirements</li></ul></li></ul><hr /><p>This mathematical framing conclusively demonstrates that training pattern matching systems on intellectual property operates fundamentally differently from human reading, with distinct technical requirements, operational constraints, and forensically verifiable extraction signatures.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 13 Mar 2025 13:58:53 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Pattern Matching vs. Content Comprehension: The Mathematical Case Against "Reading = Training"</h1><h2>Mathematical Foundations of the Distinction</h2><ul><li><p><strong>Dimensional processing divergence</strong></p><ul><li>Human reading: Sequential, unidirectional information processing with neural feedback mechanisms</li><li>ML training: Multi-dimensional vector space operations measuring statistical co-occurrence patterns</li><li>Core mathematical operation: Distance calculations between points in n-dimensional space</li></ul></li><li><p><strong>Quantitative threshold requirements</strong></p><ul><li>Pattern matching statistical significance: n >> 10,000 examples</li><li>Human comprehension threshold: n < 100 examples</li><li>Logarithmic scaling of effectiveness with dataset size</li></ul></li><li><p><strong>Information extraction methodology</strong></p><ul><li>Reading: Temporal, context-dependent semantic comprehension with structural understanding</li><li>Training: Extraction of probability distributions and distance metrics across the entire corpus</li><li>Different mathematical operations performed on identical content</li></ul></li></ul><h2>The Insufficiency of Limited Datasets</h2><ul><li><p><strong>Centroid instability principle</strong></p><ul><li>K-means clustering with insufficient data points creates mathematically unstable centroids</li><li>High variance in low-data environments yields unreliable similarity metrics</li><li>Error propagation increases exponentially with dataset size reduction</li></ul></li><li><p><strong>Annotation density requirement</strong></p><ul><li>Meaningful label extraction requires contextual reinforcement across thousands of similar examples</li><li>Pattern recognition systems produce statistically insignificant results with limited samples</li><li>Mathematical proof: Signal-to-noise ratio becomes unviable below certain dataset thresholds</li></ul></li></ul><h2>Proprietorship and Mathematical Information Theory</h2><ul><li><p><strong>Proprietary information exclusivity</strong></p><ul><li>Coca-Cola formula analogy: Constrained mathematical solution space with intentionally limited distribution</li><li>Sales figures for tech companies (Tesla/NVIDIA): Isolated data points without surrounding distribution context</li><li>Complete feature space requirement: Pattern extraction mathematically impossible without comprehensive dataset access</li></ul></li><li><p><strong>Context window limitations</strong></p><ul><li>Modern AI systems: Finite context windows (8K-128K tokens)</li><li>Human comprehension: Integration across years of accumulated knowledge</li><li>Cross-domain transfer efficiency: Humans (10² examples) vs. pattern matching (10⁶ examples)</li></ul></li></ul><h2>Criminal Intent: The Mathematics of Dataset Piracy</h2><ul><li><p><strong>Quantifiable extraction metrics</strong></p><ul><li>Total extracted token count (billions-trillions)</li><li>Complete vs. partial work capture</li><li>Retention duration (permanent vs. ephemeral)</li></ul></li><li><p><strong>Intentionality factor</strong></p><ul><li>Reading: Temporally constrained information absorption with natural decay functions</li><li>Pirated training: Deliberate, persistent data capture designed for complete pattern extraction</li><li>Forensic fingerprinting: Statistical signatures in model outputs revealing unauthorized distribution centroids</li></ul></li><li><p><strong>Technical protection circumvention</strong></p><ul><li>Systematic scraping operations exceeding fair use limitations</li><li>Deliberate removal of copyright metadata and attribution</li><li>Detection through embedding proximity analysis showing over-representation of protected materials</li></ul></li></ul><h2>Legal and Mathematical Burden of Proof</h2><ul><li><p><strong>Information theory perspective</strong></p><ul><li>Shannon entropy indicates minimum information requirements cannot be circumvented</li><li>Statistical approximation vs. structural understanding</li><li>Pattern matching mathematically requires access to complete datasets for value extraction</li></ul></li><li><p><strong>Fair use boundary violations</strong></p><ul><li>Reading: Established legal doctrine with clear precedent</li><li>Training: Quantifiably different usage patterns and data extraction methodologies</li><li>Mathematical proof: Different operations performed on content with distinct technical requirements</li></ul></li></ul><hr /><p>This mathematical framing conclusively demonstrates that training pattern matching systems on intellectual property operates fundamentally differently from human reading, with distinct technical requirements, operational constraints, and forensically verifiable extraction signatures.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="11262192" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/dd314ad3-10e9-4270-b1b4-f3c0028348d5/audio/6c012096-5fd6-4818-90b7-7252e6d1ec11/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Debunking Fraudulant Claim Reading Same as Training LLMs</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:11:43</itunes:duration>
      <itunes:summary>Training AI on intellectual property fundamentally differs from human reading through quantifiable mathematical distinctions: reading processes sequential information through neural networks with semantic understanding, while ML training builds statistical correlations in high-dimensional vector spaces requiring massive datasets (n&gt;10,000) to establish significance. Pattern matching systems extract numerical relationships through probability distributions and distance metrics without comprehension, producing unstable results with limited samples due to centroid instability and high variance. Deliberate extraction of protected content leaves detectable statistical signatures including content regurgitation patterns and over-representation of proprietary materials. The mathematical burden of proof demonstrates that pattern matching requires comprehensive datasets to function—unlike human reading where n&lt;100 examples suffice—making unauthorized computational exploitation of intellectual property mathematically distinct from established reading practices, with different technical requirements, extraction methodologies, and information processing frameworks.</itunes:summary>
      <itunes:subtitle>Training AI on intellectual property fundamentally differs from human reading through quantifiable mathematical distinctions: reading processes sequential information through neural networks with semantic understanding, while ML training builds statistical correlations in high-dimensional vector spaces requiring massive datasets (n&gt;10,000) to establish significance. Pattern matching systems extract numerical relationships through probability distributions and distance metrics without comprehension, producing unstable results with limited samples due to centroid instability and high variance. Deliberate extraction of protected content leaves detectable statistical signatures including content regurgitation patterns and over-representation of proprietary materials. The mathematical burden of proof demonstrates that pattern matching requires comprehensive datasets to function—unlike human reading where n&lt;100 examples suffice—making unauthorized computational exploitation of intellectual property mathematically distinct from established reading practices, with different technical requirements, extraction methodologies, and information processing frameworks.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>203</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">f4a5ac0e-d96e-4bdf-b1ae-b7f4b504b8b6</guid>
      <title>Pattern Matching Systems like AI Coding: Powerful But Dumb</title>
      <description><![CDATA[<h1>Pattern Matching Systems: Powerful But Dumb</h1><h2>Core Concept: Pattern Recognition Without Understanding</h2><ul><li><p><strong>Mathematical foundation</strong>: All systems operate through vector space mathematics</p><ul><li>K-means clustering, vector databases, and AI coding tools share identical operational principles</li><li>Function by measuring distances between points in multi-dimensional space</li><li>No semantic understanding of identified patterns</li></ul></li><li><p><strong>Demystification framework</strong>: Understanding the mathematical simplicity reveals limitations</p><ul><li>Elementary vector mathematics underlies seemingly complex "AI" systems</li><li>Pattern matching ≠ intelligence or comprehension</li><li>Distance calculations between vectors form the fundamental operation</li></ul></li></ul><h2>Three Cousins of Pattern Matching</h2><ul><li><p><strong>K-means clustering</strong></p><ul><li>Groups data points based on proximity in vector space</li><li>Example: Clusters students by height/weight/age parameters</li><li>Creates Voronoi partitions around centroids</li></ul></li><li><p><strong>Vector databases</strong></p><ul><li>Organizes and retrieves items based on similarity metrics</li><li>Optimizes for fast nearest-neighbor discovery</li><li>Fundamentally performs the same distance calculations as K-means</li></ul></li><li><p><strong>AI coding assistants</strong></p><ul><li>Suggests code based on statistical pattern similarity</li><li>Predicts token sequences that match historical patterns</li><li>No conceptual understanding of program semantics or execution</li></ul></li></ul><h2>The Human Expert Requirement</h2><ul><li><p><strong>The labeling problem</strong></p><ul><li>Computers identify patterns but cannot name or interpret them</li><li>Domain experts must contextualize clusters (e.g., "these are athletes")</li><li>Validation requires human judgment and domain knowledge</li></ul></li><li><p><strong>Recognition vs. understanding distinction</strong></p><ul><li>Systems can group similar items without comprehending similarity basis</li><li>Example: Color-based grouping (red/blue) vs. functional grouping (emergency vehicles)</li><li>Pattern without interpretation is just mathematics, not intelligence</li></ul></li></ul><h2>The Automation Paradox</h2><ul><li><p><strong>Critical contradiction in automation claims</strong></p><ul><li>If systems are truly intelligent, why can't they:<ul><li>Automatically determine the optimal number of clusters?</li><li>Self-label the identified groups?</li><li>Validate their own code correctness?</li></ul></li><li>Corporate behavior contradicts automation narratives (hiring developers)</li></ul></li><li><p><strong>Validation gap in practice</strong></p><ul><li>Generated code appears correct but lacks correctness guarantees</li><li>Similar to memorization without comprehension</li><li>Example: Infrastructure-as-code generation requires human validation</li></ul></li></ul><h2>The Human-Machine Partnership Reality</h2><ul><li><p><strong>Complementary capabilities</strong></p><ul><li>Machines: Fast pattern discovery across massive datasets</li><li>Humans: Meaning, context, validation, and interpretation</li><li>Optimization of respective strengths rather than replacement</li></ul></li><li><p><strong>Future direction: Augmentation, not automation</strong></p><ul><li>Systems should help humans interpret patterns</li><li>True value emerges from human-machine collaboration</li><li>Pattern recognition tools as accelerators for human judgment</li></ul></li></ul><h2>Technical Insight: Simplicity Behind Complexity</h2><ul><li><p><strong>Implementation perspective</strong></p><ul><li>K-means clustering can be implemented from scratch in an hour</li><li>Understanding the core mathematics demystifies "AI" claims</li><li>Pattern matching in multi-dimensional space ≠ artificial general intelligence</li></ul></li><li><p><strong>Practical applications</strong></p><ul><li>Finding clusters in millions of data points (machine strength)</li><li>Interpreting what those clusters mean (human strength)</li><li>Combining strengths for optimal outcomes</li></ul></li></ul><hr /><p><i>This episode deconstructs the mathematical foundations of modern pattern matching systems to explain their capabilities and limitations, emphasizing that despite their power, they fundamentally lack understanding and require human expertise to derive meaningful value.</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 12 Mar 2025 23:39:51 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Pattern Matching Systems: Powerful But Dumb</h1><h2>Core Concept: Pattern Recognition Without Understanding</h2><ul><li><p><strong>Mathematical foundation</strong>: All systems operate through vector space mathematics</p><ul><li>K-means clustering, vector databases, and AI coding tools share identical operational principles</li><li>Function by measuring distances between points in multi-dimensional space</li><li>No semantic understanding of identified patterns</li></ul></li><li><p><strong>Demystification framework</strong>: Understanding the mathematical simplicity reveals limitations</p><ul><li>Elementary vector mathematics underlies seemingly complex "AI" systems</li><li>Pattern matching ≠ intelligence or comprehension</li><li>Distance calculations between vectors form the fundamental operation</li></ul></li></ul><h2>Three Cousins of Pattern Matching</h2><ul><li><p><strong>K-means clustering</strong></p><ul><li>Groups data points based on proximity in vector space</li><li>Example: Clusters students by height/weight/age parameters</li><li>Creates Voronoi partitions around centroids</li></ul></li><li><p><strong>Vector databases</strong></p><ul><li>Organizes and retrieves items based on similarity metrics</li><li>Optimizes for fast nearest-neighbor discovery</li><li>Fundamentally performs the same distance calculations as K-means</li></ul></li><li><p><strong>AI coding assistants</strong></p><ul><li>Suggests code based on statistical pattern similarity</li><li>Predicts token sequences that match historical patterns</li><li>No conceptual understanding of program semantics or execution</li></ul></li></ul><h2>The Human Expert Requirement</h2><ul><li><p><strong>The labeling problem</strong></p><ul><li>Computers identify patterns but cannot name or interpret them</li><li>Domain experts must contextualize clusters (e.g., "these are athletes")</li><li>Validation requires human judgment and domain knowledge</li></ul></li><li><p><strong>Recognition vs. understanding distinction</strong></p><ul><li>Systems can group similar items without comprehending similarity basis</li><li>Example: Color-based grouping (red/blue) vs. functional grouping (emergency vehicles)</li><li>Pattern without interpretation is just mathematics, not intelligence</li></ul></li></ul><h2>The Automation Paradox</h2><ul><li><p><strong>Critical contradiction in automation claims</strong></p><ul><li>If systems are truly intelligent, why can't they:<ul><li>Automatically determine the optimal number of clusters?</li><li>Self-label the identified groups?</li><li>Validate their own code correctness?</li></ul></li><li>Corporate behavior contradicts automation narratives (hiring developers)</li></ul></li><li><p><strong>Validation gap in practice</strong></p><ul><li>Generated code appears correct but lacks correctness guarantees</li><li>Similar to memorization without comprehension</li><li>Example: Infrastructure-as-code generation requires human validation</li></ul></li></ul><h2>The Human-Machine Partnership Reality</h2><ul><li><p><strong>Complementary capabilities</strong></p><ul><li>Machines: Fast pattern discovery across massive datasets</li><li>Humans: Meaning, context, validation, and interpretation</li><li>Optimization of respective strengths rather than replacement</li></ul></li><li><p><strong>Future direction: Augmentation, not automation</strong></p><ul><li>Systems should help humans interpret patterns</li><li>True value emerges from human-machine collaboration</li><li>Pattern recognition tools as accelerators for human judgment</li></ul></li></ul><h2>Technical Insight: Simplicity Behind Complexity</h2><ul><li><p><strong>Implementation perspective</strong></p><ul><li>K-means clustering can be implemented from scratch in an hour</li><li>Understanding the core mathematics demystifies "AI" claims</li><li>Pattern matching in multi-dimensional space ≠ artificial general intelligence</li></ul></li><li><p><strong>Practical applications</strong></p><ul><li>Finding clusters in millions of data points (machine strength)</li><li>Interpreting what those clusters mean (human strength)</li><li>Combining strengths for optimal outcomes</li></ul></li></ul><hr /><p><i>This episode deconstructs the mathematical foundations of modern pattern matching systems to explain their capabilities and limitations, emphasizing that despite their power, they fundamentally lack understanding and require human expertise to derive meaningful value.</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="6743217" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7d3426f3-1919-426f-88cd-e4e9e242fc2f/audio/29790596-fa74-48a3-b1a1-5d656d3cb71b/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Pattern Matching Systems like AI Coding: Powerful But Dumb</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:07:01</itunes:duration>
      <itunes:summary>Pattern matching systems (K-means clustering, vector databases, AI coding assistants) represent mathematically equivalent operations on high-dimensional vector spaces despite their surface differences, with all three measuring distances between points to identify statistical similarities without semantic comprehension. This fundamental limitation creates an automation paradox: despite sophisticated pattern recognition capabilities, these systems universally lack the ability to self-label clusters, autonomously determine optimal parameters, or validate their own outputs—capabilities that would be present in genuinely intelligent systems. The mathematical reality (elementary vector operations) underlying these technologies explains why they excel at rapidly identifying patterns across massive datasets while simultaneously requiring human domain experts to provide interpretation, context, and validation—revealing that these are fundamentally augmentation tools rather than replacement technologies. Understanding this technical foundation demystifies exaggerated AI claims and clarifies why the optimal configuration remains a human-machine partnership where computational pattern matching amplifies rather than supplants human judgment, regardless of how the systems are scaled.</itunes:summary>
      <itunes:subtitle>Pattern matching systems (K-means clustering, vector databases, AI coding assistants) represent mathematically equivalent operations on high-dimensional vector spaces despite their surface differences, with all three measuring distances between points to identify statistical similarities without semantic comprehension. This fundamental limitation creates an automation paradox: despite sophisticated pattern recognition capabilities, these systems universally lack the ability to self-label clusters, autonomously determine optimal parameters, or validate their own outputs—capabilities that would be present in genuinely intelligent systems. The mathematical reality (elementary vector operations) underlying these technologies explains why they excel at rapidly identifying patterns across massive datasets while simultaneously requiring human domain experts to provide interpretation, context, and validation—revealing that these are fundamentally augmentation tools rather than replacement technologies. Understanding this technical foundation demystifies exaggerated AI claims and clarifies why the optimal configuration remains a human-machine partnership where computational pattern matching amplifies rather than supplants human judgment, regardless of how the systems are scaled.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>202</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">3434aa62-1b2c-4fe3-88f0-0b676c709fd9</guid>
      <title>Comparing k-means to vector databases</title>
      <description><![CDATA[<h1>K-means & Vector Databases: The Core Connection</h1><h2>Fundamental Similarity</h2><ul><li><p><strong>Same mathematical foundation</strong> – both measure distances between points in space</p><ul><li>K-means groups points based on closeness</li><li>Vector DBs find points closest to your query</li><li>Both convert real things into number coordinates</li></ul></li><li><p><strong>The "team captain" concept works for both</strong></p><ul><li>K-means: Captains are centroids that lead teams of similar points</li><li>Vector DBs: Often use similar "representative points" to organize search space</li><li>Both try to minimize expensive distance calculations</li></ul></li></ul><h2>How They Work</h2><ul><li><p><strong>Spatial thinking is key to both</strong></p><ul><li>Turn objects into coordinates (height/weight/age → x/y/z points)</li><li>Closer points = more similar items</li><li>Both handle many dimensions (10s, 100s, or 1000s)</li></ul></li><li><p><strong>Distance measurement is the core operation</strong></p><ul><li>Both calculate how far points are from each other</li><li>Both can use different types of distance (straight-line, cosine, etc.)</li><li>Speed comes from smart organization of points</li></ul></li></ul><h2>Main Differences</h2><ul><li><p><strong>Purpose varies slightly</strong></p><ul><li>K-means: "Put these into groups"</li><li>Vector DBs: "Find what's most like this"</li></ul></li><li><p><strong>Query behavior differs</strong></p><ul><li>K-means: Iterates until stable groups form</li><li>Vector DBs: Uses pre-organized data for instant answers</li></ul></li></ul><h2>Real-World Examples</h2><ul><li><p><strong>Everyday applications</strong></p><ul><li>"Similar products" on shopping sites</li><li>"Recommended songs" on music apps</li><li>"People you may know" on social media</li></ul></li><li><p><strong>Why they're powerful</strong></p><ul><li>Turn hard-to-compare things (movies, songs, products) into comparable numbers</li><li>Find patterns humans might miss</li><li>Work well with huge amounts of data</li></ul></li></ul><h2>Technical Connection</h2><ul><li><strong>Vector DBs often use K-means internally</strong><ul><li>Many use K-means to organize their search space</li><li>Similar optimization strategies</li><li>Both are about organizing multi-dimensional space efficiently</li></ul></li></ul><h2>Expert Knowledge</h2><ul><li><strong>Both need human expertise</strong><ul><li>Computers find patterns but don't understand meaning</li><li>Experts needed to interpret results and design spaces</li><li>Domain knowledge helps explain why things are grouped together</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 12 Mar 2025 23:01:53 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>K-means & Vector Databases: The Core Connection</h1><h2>Fundamental Similarity</h2><ul><li><p><strong>Same mathematical foundation</strong> – both measure distances between points in space</p><ul><li>K-means groups points based on closeness</li><li>Vector DBs find points closest to your query</li><li>Both convert real things into number coordinates</li></ul></li><li><p><strong>The "team captain" concept works for both</strong></p><ul><li>K-means: Captains are centroids that lead teams of similar points</li><li>Vector DBs: Often use similar "representative points" to organize search space</li><li>Both try to minimize expensive distance calculations</li></ul></li></ul><h2>How They Work</h2><ul><li><p><strong>Spatial thinking is key to both</strong></p><ul><li>Turn objects into coordinates (height/weight/age → x/y/z points)</li><li>Closer points = more similar items</li><li>Both handle many dimensions (10s, 100s, or 1000s)</li></ul></li><li><p><strong>Distance measurement is the core operation</strong></p><ul><li>Both calculate how far points are from each other</li><li>Both can use different types of distance (straight-line, cosine, etc.)</li><li>Speed comes from smart organization of points</li></ul></li></ul><h2>Main Differences</h2><ul><li><p><strong>Purpose varies slightly</strong></p><ul><li>K-means: "Put these into groups"</li><li>Vector DBs: "Find what's most like this"</li></ul></li><li><p><strong>Query behavior differs</strong></p><ul><li>K-means: Iterates until stable groups form</li><li>Vector DBs: Uses pre-organized data for instant answers</li></ul></li></ul><h2>Real-World Examples</h2><ul><li><p><strong>Everyday applications</strong></p><ul><li>"Similar products" on shopping sites</li><li>"Recommended songs" on music apps</li><li>"People you may know" on social media</li></ul></li><li><p><strong>Why they're powerful</strong></p><ul><li>Turn hard-to-compare things (movies, songs, products) into comparable numbers</li><li>Find patterns humans might miss</li><li>Work well with huge amounts of data</li></ul></li></ul><h2>Technical Connection</h2><ul><li><strong>Vector DBs often use K-means internally</strong><ul><li>Many use K-means to organize their search space</li><li>Similar optimization strategies</li><li>Both are about organizing multi-dimensional space efficiently</li></ul></li></ul><h2>Expert Knowledge</h2><ul><li><strong>Both need human expertise</strong><ul><li>Computers find patterns but don't understand meaning</li><li>Experts needed to interpret results and design spaces</li><li>Domain knowledge helps explain why things are grouped together</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7844122" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/9e3706a8-3afe-4819-8e48-c5216f5a6c32/audio/6239918c-cb9d-4d08-a9b1-f5bbdd71032b/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Comparing k-means to vector databases</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:10</itunes:duration>
      <itunes:summary>K-means clustering and vector databases share the same fundamental mathematical foundation: both operate on vector spaces where distance metrics determine similarity between points. While K-means iteratively groups data points around centroids to form clusters, vector databases leverage similar spatial partitioning techniques to enable efficient similarity search. The core operations are nearly identical—transforming real-world objects into n-dimensional vectors, computing distances between these vectors, and organizing space to minimize computational overhead. Vector databases often implement K-means or K-means-like algorithms internally for indexing (particularly in IVF approaches), effectively using clustering to partition their search space. The key distinction is primarily in purpose rather than mechanism: K-means focuses on discovering inherent groupings, while vector databases optimize for rapid nearest-neighbor retrieval, yet both fundamentally solve the same geometric problem of organizing high-dimensional space based on vector proximity.</itunes:summary>
      <itunes:subtitle>K-means clustering and vector databases share the same fundamental mathematical foundation: both operate on vector spaces where distance metrics determine similarity between points. While K-means iteratively groups data points around centroids to form clusters, vector databases leverage similar spatial partitioning techniques to enable efficient similarity search. The core operations are nearly identical—transforming real-world objects into n-dimensional vectors, computing distances between these vectors, and organizing space to minimize computational overhead. Vector databases often implement K-means or K-means-like algorithms internally for indexing (particularly in IVF approaches), effectively using clustering to partition their search space. The key distinction is primarily in purpose rather than mechanism: K-means focuses on discovering inherent groupings, while vector databases optimize for rapid nearest-neighbor retrieval, yet both fundamentally solve the same geometric problem of organizing high-dimensional space based on vector proximity.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>201</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">456b0f2f-f959-413f-867c-344e14d99449</guid>
      <title>K-means basic intuition</title>
      <description><![CDATA[<h1>Finding Hidden Groups with K-means Clustering</h1><h2>What is Unsupervised Learning?</h2><p>Imagine you're given a big box of different toys, but they're all mixed up. Without anyone telling you how to sort them, you might naturally put the cars together, stuffed animals together, and blocks together. This is what computers do with unsupervised learning - they find patterns without being told what to look for.</p><h2>K-means Clustering Explained Simply</h2><p>K-means helps us find groups in data. Let's think about students in your class:</p><ul><li>Each student has a height (x)</li><li>Each student has a weight (y)</li><li>Each student has an age (z)</li></ul><p>K-means helps us see if there are natural groups of similar students.</p><h2>The Four Main Steps of K-means</h2><h3>1. Picking Starting Points</h3><p>First, we need to guess where our groups might be centered:</p><ul><li>We could randomly pick a few students as starting points</li><li>Or use a smarter way called K-means++ that picks students who are different from each other</li><li>This is like picking team captains before choosing teams</li></ul><h3>2. Making Teams</h3><p>Next, each student joins the team of the "captain" they're most similar to:</p><ul><li>We measure how close each student is to each captain</li><li>Students join the team of the closest captain</li><li>This makes temporary groups</li></ul><h3>3. Finding New Centers</h3><p>Now we find the middle of each team:</p><ul><li>Calculate the average height of everyone on team 1</li><li>Calculate the average weight of everyone on team 1</li><li>Calculate the average age of everyone on team 1</li><li>This average student becomes the new center for team 1</li><li>We do this for each team</li></ul><h3>4. Checking if We're Done</h3><p>We keep repeating steps 2 and 3 until the teams stop changing:</p><ul><li>If no one switches teams, we're done</li><li>If the centers barely move, we're done</li><li>If we've tried enough times, we stop anyway</li></ul><h2>Why Starting Points Matter</h2><p>Starting with different captains can give us different final teams. This is actually helpful:</p><ul><li>We can try different starting points</li><li>See which grouping makes the most sense</li><li>Find patterns we might miss with just one try</li></ul><h2>Seeing Groups in 3D</h2><p>Imagine plotting each student in the classroom:</p><ul><li>Height is how far up they are (x)</li><li>Weight is how far right they are (y) </li><li>Age is how far forward they are (z)</li><li>The team/group is shown by color (like red, blue, or green)</li></ul><p>The color acts like a fourth piece of information, showing which group each student belongs to. The computer finds these groups by looking at who's clustered together in the 3D space.</p><h2>Why We Need Experts to Name the Groups</h2><p>The computer can find groups, but it doesn't know what they mean:</p><ul><li>It might find a group of tall, heavier, older students (maybe athletes?)</li><li>It might find a group of shorter, lighter, younger students</li><li>It might find a group of average height, weight students who vary in age</li></ul><p>Only someone who understands students (like a teacher) can say:</p><ul><li>"Group 1 seems to be the basketball players"</li><li>"Group 2 might be students who skipped a grade"</li><li>"Group 3 looks like our regular students"</li></ul><p>The computer finds the "what" (the groups), but experts explain the "why" and "so what" (what the groups mean and why they matter).</p><h2>The Simple Math Behind K-means</h2><p>K-means works by trying to make each student as close as possible to their team's center. The computer is trying to make this number as small as possible:</p><p>"The sum of how far each student is from their team's center"</p><p>It does this by going back and forth between:</p><ol><li>Assigning students to the closest team</li><li>Moving the team center to the middle of the team</li></ol>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 12 Mar 2025 21:50:03 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Finding Hidden Groups with K-means Clustering</h1><h2>What is Unsupervised Learning?</h2><p>Imagine you're given a big box of different toys, but they're all mixed up. Without anyone telling you how to sort them, you might naturally put the cars together, stuffed animals together, and blocks together. This is what computers do with unsupervised learning - they find patterns without being told what to look for.</p><h2>K-means Clustering Explained Simply</h2><p>K-means helps us find groups in data. Let's think about students in your class:</p><ul><li>Each student has a height (x)</li><li>Each student has a weight (y)</li><li>Each student has an age (z)</li></ul><p>K-means helps us see if there are natural groups of similar students.</p><h2>The Four Main Steps of K-means</h2><h3>1. Picking Starting Points</h3><p>First, we need to guess where our groups might be centered:</p><ul><li>We could randomly pick a few students as starting points</li><li>Or use a smarter way called K-means++ that picks students who are different from each other</li><li>This is like picking team captains before choosing teams</li></ul><h3>2. Making Teams</h3><p>Next, each student joins the team of the "captain" they're most similar to:</p><ul><li>We measure how close each student is to each captain</li><li>Students join the team of the closest captain</li><li>This makes temporary groups</li></ul><h3>3. Finding New Centers</h3><p>Now we find the middle of each team:</p><ul><li>Calculate the average height of everyone on team 1</li><li>Calculate the average weight of everyone on team 1</li><li>Calculate the average age of everyone on team 1</li><li>This average student becomes the new center for team 1</li><li>We do this for each team</li></ul><h3>4. Checking if We're Done</h3><p>We keep repeating steps 2 and 3 until the teams stop changing:</p><ul><li>If no one switches teams, we're done</li><li>If the centers barely move, we're done</li><li>If we've tried enough times, we stop anyway</li></ul><h2>Why Starting Points Matter</h2><p>Starting with different captains can give us different final teams. This is actually helpful:</p><ul><li>We can try different starting points</li><li>See which grouping makes the most sense</li><li>Find patterns we might miss with just one try</li></ul><h2>Seeing Groups in 3D</h2><p>Imagine plotting each student in the classroom:</p><ul><li>Height is how far up they are (x)</li><li>Weight is how far right they are (y) </li><li>Age is how far forward they are (z)</li><li>The team/group is shown by color (like red, blue, or green)</li></ul><p>The color acts like a fourth piece of information, showing which group each student belongs to. The computer finds these groups by looking at who's clustered together in the 3D space.</p><h2>Why We Need Experts to Name the Groups</h2><p>The computer can find groups, but it doesn't know what they mean:</p><ul><li>It might find a group of tall, heavier, older students (maybe athletes?)</li><li>It might find a group of shorter, lighter, younger students</li><li>It might find a group of average height, weight students who vary in age</li></ul><p>Only someone who understands students (like a teacher) can say:</p><ul><li>"Group 1 seems to be the basketball players"</li><li>"Group 2 might be students who skipped a grade"</li><li>"Group 3 looks like our regular students"</li></ul><p>The computer finds the "what" (the groups), but experts explain the "why" and "so what" (what the groups mean and why they matter).</p><h2>The Simple Math Behind K-means</h2><p>K-means works by trying to make each student as close as possible to their team's center. The computer is trying to make this number as small as possible:</p><p>"The sum of how far each student is from their team's center"</p><p>It does this by going back and forth between:</p><ol><li>Assigning students to the closest team</li><li>Moving the team center to the middle of the team</li></ol>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="6405924" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/0438b401-d887-4d89-82dc-29e479d6416e/audio/811919c9-6fe6-4eac-8bec-fc6d0f4123f1/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>K-means basic intuition</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:06:40</itunes:duration>
      <itunes:summary>K-means clustering operates as a partition-based unsupervised learning algorithm implementing iterative refinement to minimize within-cluster sum-of-squares (WCSS) across k disjoint subsets of n-dimensional feature space. The algorithm&apos;s architecture comprises four principal components: (1) centroid initialization via random selection or distance-weighted probabilistic sampling (k-means++), (2) point-to-centroid assignment utilizing Euclidean distance metrics, (3) centroid recalculation via arithmetic mean computation across cluster members, and (4) convergence detection through assignment stability or centroid movement thresholds. This non-deterministic optimization approach enables visualization of high-dimensional data through cluster-based dimensionality reduction, with cluster interpretation necessitating domain expertise to transform statistical regularities into semantic categories—a limitation paralleling current constraints in pattern-recognition systems that exhibit statistical learning without semantic comprehension, thereby requiring expert intervention for meaningful ontological classification.</itunes:summary>
      <itunes:subtitle>K-means clustering operates as a partition-based unsupervised learning algorithm implementing iterative refinement to minimize within-cluster sum-of-squares (WCSS) across k disjoint subsets of n-dimensional feature space. The algorithm&apos;s architecture comprises four principal components: (1) centroid initialization via random selection or distance-weighted probabilistic sampling (k-means++), (2) point-to-centroid assignment utilizing Euclidean distance metrics, (3) centroid recalculation via arithmetic mean computation across cluster members, and (4) convergence detection through assignment stability or centroid movement thresholds. This non-deterministic optimization approach enables visualization of high-dimensional data through cluster-based dimensionality reduction, with cluster interpretation necessitating domain expertise to transform statistical regularities into semantic categories—a limitation paralleling current constraints in pattern-recognition systems that exhibit statistical learning without semantic comprehension, thereby requiring expert intervention for meaningful ontological classification.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>200</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">0dc5b46c-63b6-46db-8fa1-3161bf4fe43b</guid>
      <title>Greedy Random Start Algorithms: From TSP to Daily Life</title>
      <description><![CDATA[<h1>Greedy Random Start Algorithms: From TSP to Daily Life</h1><h2>Key Algorithm Concepts</h2><h3>Computational Complexity Classifications</h3><ul><li><p><strong>Constant Time O(1)</strong>: Runtime independent of input size (hash table lookups)</p><ul><li>"The holy grail of algorithms" - execution time fixed regardless of problem size</li><li>Examples: Dictionary lookups, array indexing operations</li></ul></li><li><p><strong>Logarithmic Time O(log n)</strong>: Runtime grows logarithmically</p><ul><li>Each doubling of input adds only constant time</li><li>Divides problem space in half repeatedly</li><li>Examples: Binary search, balanced tree operations</li></ul></li><li><p><strong>Linear Time O(n)</strong>: Runtime grows proportionally with input</p><ul><li>Most intuitive: One worker processes one item per hour → two items need two workers</li><li>Examples: Array traversal, linear search</li></ul></li><li><p><strong>Quadratic O(n²)</strong>, <strong>Cubic O(n³)</strong>, <strong>Exponential O(2ⁿ)</strong>: Increasingly worse runtime</p><ul><li>Quadratic: Nested loops (bubble sort) - practical only for small datasets</li><li>Cubic: Three nested loops - significant scaling problems</li><li>Exponential: Runtime doubles with each input element - quickly intractable</li></ul></li><li><p><strong>Factorial Time O(n!)</strong>: "Pathological case" with astronomical growth</p><ul><li>Brute-force TSP solutions (all permutations)</li><li>4 cities = 24 operations; 10 cities = 3.6 million operations</li><li>Fundamentally impractical beyond tiny inputs</li></ul></li></ul><h3>Polynomial vs Non-Polynomial Time</h3><ul><li><p><strong>Polynomial Time (P)</strong>: Algorithms with O(nᵏ) runtime where k is constant</p><ul><li>O(n), O(n²), O(n³) are all polynomial</li><li>Considered "tractable" in complexity theory</li></ul></li><li><p><strong>Non-deterministic Polynomial Time (NP)</strong></p><ul><li>Problems where solutions can be verified in polynomial time</li><li>Example: "Is there a route shorter than length L?" can be quickly verified</li><li>Encompasses both easy and hard problems</li></ul></li><li><p><strong>NP-Complete</strong>: Hardest problems in NP</p><ul><li>All NP-complete problems are equivalent in difficulty</li><li>If any NP-complete problem has polynomial solution, then P = NP</li></ul></li><li><p><strong>NP-Hard</strong>: At least as hard as NP-complete problems</p><ul><li>Example: Finding shortest TSP tour vs. verifying if tour is shorter than L</li></ul></li></ul><h2>The Traveling Salesman Problem (TSP)</h2><h3>Problem Definition and Intractability</h3><ul><li><p><strong>Formal Definition</strong>: Find shortest possible route visiting each city exactly once and returning to origin</p></li><li><p><strong>Computational Scaling</strong>: Solution space grows factorially (n!)</p><ul><li>10 cities: 181,440 possible routes</li><li>20 cities: 2.43×10¹⁸ routes (years of computation)</li><li>50 cities: More possibilities than atoms in observable universe</li></ul></li><li><p><strong>Real-World Challenges</strong>:</p><ul><li>Distance metric violations (triangle inequality)</li><li>Multi-dimensional constraints beyond pure distance</li><li>Dynamic environment changes during execution</li></ul></li></ul><h2>Greedy Random Start Algorithm</h2><h3>Standard Greedy Approach</h3><ul><li><strong>Mechanism</strong>: Always select nearest unvisited city</li><li><strong>Time Complexity</strong>: O(n²) - dominated by nearest neighbor calculations</li><li><strong>Memory Requirements</strong>: O(n) - tracking visited cities and current path</li><li><strong>Key Weakness</strong>: Extreme sensitivity to starting conditions<ul><li>Gets trapped in local optima</li><li>Produces tours 15-25% longer than optimal solution</li><li>Visual metaphor: Getting stuck in a valley instead of reaching mountain bottom</li></ul></li></ul><h3>Random Restart Enhancement</h3><ul><li><strong>Core Innovation</strong>: Multiple independent greedy searches from different random starting cities</li><li><strong>Implementation Strategy</strong>: Run algorithm multiple times from random starting points, keep best result</li><li><strong>Statistical Foundation</strong>: Each restart samples different region of solution space</li><li><strong>Performance Improvement</strong>: Logarithmic improvement with iteration count</li><li><strong>Implementation Advantages</strong>:<ul><li>Natural parallelization with minimal synchronization</li><li>Deterministic runtime regardless of problem instance</li><li>No parameter tuning required unlike metaheuristics</li></ul></li></ul><h2>Real-World Applications</h2><h3>Urban Navigation</h3><ul><li><strong>Traffic Light Optimization</strong>: Avoiding getting stuck at red lights<ul><li>Greedy approach: When facing red light, turn right if that's green</li><li>Local optimum trap: Always choosing "shortest next segment"</li><li>Random restart equivalent: Testing multiple routes from different entry points</li><li>Implementation example: Navigation apps calculating multiple route options</li></ul></li></ul><h3>Economic Decision Making</h3><ul><li><p><strong>Online Marketplace Selling</strong>:</p><ul><li>Problem: Setting optimal price without complete market information</li><li>Local optimum trap: Accepting first reasonable offer</li><li>Random restart approach: Testing multiple price points simultaneously across platforms</li></ul></li><li><p><strong>Job Search Optimization</strong>:</p><ul><li>Local optimum trap: Accepting maximum immediate salary without considering growth trajectory</li><li>Random restart solution: Pursuing multiple different types of positions simultaneously</li><li>Goal: Optimizing expected lifetime earnings vs. immediate compensation</li></ul></li></ul><h3>Cognitive Strategy</h3><ul><li><strong>Key Insight</strong>: When stuck in complex decision processes, deliberately restart from different perspective</li><li><strong>Implementation Heuristic</strong>: Test multiple approaches in parallel rather than optimizing a single path</li><li><strong>Expected Performance</strong>: 80-90% of optimal solution quality with 10-20% of exhaustive search effort</li></ul><h2>Core Principles</h2><ul><li><strong>Probabilistic Improvement</strong>: Multiple independent attempts increase likelihood of finding high-quality solutions</li><li><strong>Bounded Rationality</strong>: Optimal strategy under computational constraints</li><li><strong>Simplicity Advantage</strong>: Lower implementation complexity enables broader application</li><li><strong>Cross-Domain Applicability</strong>: Same mathematical principles apply across computational and human decision environments</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 10 Mar 2025 18:45:54 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Greedy Random Start Algorithms: From TSP to Daily Life</h1><h2>Key Algorithm Concepts</h2><h3>Computational Complexity Classifications</h3><ul><li><p><strong>Constant Time O(1)</strong>: Runtime independent of input size (hash table lookups)</p><ul><li>"The holy grail of algorithms" - execution time fixed regardless of problem size</li><li>Examples: Dictionary lookups, array indexing operations</li></ul></li><li><p><strong>Logarithmic Time O(log n)</strong>: Runtime grows logarithmically</p><ul><li>Each doubling of input adds only constant time</li><li>Divides problem space in half repeatedly</li><li>Examples: Binary search, balanced tree operations</li></ul></li><li><p><strong>Linear Time O(n)</strong>: Runtime grows proportionally with input</p><ul><li>Most intuitive: One worker processes one item per hour → two items need two workers</li><li>Examples: Array traversal, linear search</li></ul></li><li><p><strong>Quadratic O(n²)</strong>, <strong>Cubic O(n³)</strong>, <strong>Exponential O(2ⁿ)</strong>: Increasingly worse runtime</p><ul><li>Quadratic: Nested loops (bubble sort) - practical only for small datasets</li><li>Cubic: Three nested loops - significant scaling problems</li><li>Exponential: Runtime doubles with each input element - quickly intractable</li></ul></li><li><p><strong>Factorial Time O(n!)</strong>: "Pathological case" with astronomical growth</p><ul><li>Brute-force TSP solutions (all permutations)</li><li>4 cities = 24 operations; 10 cities = 3.6 million operations</li><li>Fundamentally impractical beyond tiny inputs</li></ul></li></ul><h3>Polynomial vs Non-Polynomial Time</h3><ul><li><p><strong>Polynomial Time (P)</strong>: Algorithms with O(nᵏ) runtime where k is constant</p><ul><li>O(n), O(n²), O(n³) are all polynomial</li><li>Considered "tractable" in complexity theory</li></ul></li><li><p><strong>Non-deterministic Polynomial Time (NP)</strong></p><ul><li>Problems where solutions can be verified in polynomial time</li><li>Example: "Is there a route shorter than length L?" can be quickly verified</li><li>Encompasses both easy and hard problems</li></ul></li><li><p><strong>NP-Complete</strong>: Hardest problems in NP</p><ul><li>All NP-complete problems are equivalent in difficulty</li><li>If any NP-complete problem has polynomial solution, then P = NP</li></ul></li><li><p><strong>NP-Hard</strong>: At least as hard as NP-complete problems</p><ul><li>Example: Finding shortest TSP tour vs. verifying if tour is shorter than L</li></ul></li></ul><h2>The Traveling Salesman Problem (TSP)</h2><h3>Problem Definition and Intractability</h3><ul><li><p><strong>Formal Definition</strong>: Find shortest possible route visiting each city exactly once and returning to origin</p></li><li><p><strong>Computational Scaling</strong>: Solution space grows factorially (n!)</p><ul><li>10 cities: 181,440 possible routes</li><li>20 cities: 2.43×10¹⁸ routes (years of computation)</li><li>50 cities: More possibilities than atoms in observable universe</li></ul></li><li><p><strong>Real-World Challenges</strong>:</p><ul><li>Distance metric violations (triangle inequality)</li><li>Multi-dimensional constraints beyond pure distance</li><li>Dynamic environment changes during execution</li></ul></li></ul><h2>Greedy Random Start Algorithm</h2><h3>Standard Greedy Approach</h3><ul><li><strong>Mechanism</strong>: Always select nearest unvisited city</li><li><strong>Time Complexity</strong>: O(n²) - dominated by nearest neighbor calculations</li><li><strong>Memory Requirements</strong>: O(n) - tracking visited cities and current path</li><li><strong>Key Weakness</strong>: Extreme sensitivity to starting conditions<ul><li>Gets trapped in local optima</li><li>Produces tours 15-25% longer than optimal solution</li><li>Visual metaphor: Getting stuck in a valley instead of reaching mountain bottom</li></ul></li></ul><h3>Random Restart Enhancement</h3><ul><li><strong>Core Innovation</strong>: Multiple independent greedy searches from different random starting cities</li><li><strong>Implementation Strategy</strong>: Run algorithm multiple times from random starting points, keep best result</li><li><strong>Statistical Foundation</strong>: Each restart samples different region of solution space</li><li><strong>Performance Improvement</strong>: Logarithmic improvement with iteration count</li><li><strong>Implementation Advantages</strong>:<ul><li>Natural parallelization with minimal synchronization</li><li>Deterministic runtime regardless of problem instance</li><li>No parameter tuning required unlike metaheuristics</li></ul></li></ul><h2>Real-World Applications</h2><h3>Urban Navigation</h3><ul><li><strong>Traffic Light Optimization</strong>: Avoiding getting stuck at red lights<ul><li>Greedy approach: When facing red light, turn right if that's green</li><li>Local optimum trap: Always choosing "shortest next segment"</li><li>Random restart equivalent: Testing multiple routes from different entry points</li><li>Implementation example: Navigation apps calculating multiple route options</li></ul></li></ul><h3>Economic Decision Making</h3><ul><li><p><strong>Online Marketplace Selling</strong>:</p><ul><li>Problem: Setting optimal price without complete market information</li><li>Local optimum trap: Accepting first reasonable offer</li><li>Random restart approach: Testing multiple price points simultaneously across platforms</li></ul></li><li><p><strong>Job Search Optimization</strong>:</p><ul><li>Local optimum trap: Accepting maximum immediate salary without considering growth trajectory</li><li>Random restart solution: Pursuing multiple different types of positions simultaneously</li><li>Goal: Optimizing expected lifetime earnings vs. immediate compensation</li></ul></li></ul><h3>Cognitive Strategy</h3><ul><li><strong>Key Insight</strong>: When stuck in complex decision processes, deliberately restart from different perspective</li><li><strong>Implementation Heuristic</strong>: Test multiple approaches in parallel rather than optimizing a single path</li><li><strong>Expected Performance</strong>: 80-90% of optimal solution quality with 10-20% of exhaustive search effort</li></ul><h2>Core Principles</h2><ul><li><strong>Probabilistic Improvement</strong>: Multiple independent attempts increase likelihood of finding high-quality solutions</li><li><strong>Bounded Rationality</strong>: Optimal strategy under computational constraints</li><li><strong>Simplicity Advantage</strong>: Lower implementation complexity enables broader application</li><li><strong>Cross-Domain Applicability</strong>: Same mathematical principles apply across computational and human decision environments</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="15684379" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/12d796c0-2d0d-456e-8856-4306466d59bf/audio/bb512c30-1d98-4dfa-8dc8-1a217182d07d/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Greedy Random Start Algorithms: From TSP to Daily Life</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:16:20</itunes:duration>
      <itunes:summary>Greedy Random Start algorithms offer an elegant solution to NP-complete problems like TSP, combining simple greedy heuristics with randomization to escape local optima. The approach leverages multiple independent greedy searches from different starting points, effectively sampling various regions of the solution space to find high-quality solutions without exhaustive computation. While not guaranteeing optimality, this method typically produces results within 10-15% of optimal solutions using only polynomial time complexity (O(n²) per iteration), making otherwise intractable problems practically solvable. The same principle applies beyond computing to everyday decisions—from urban navigation (testing multiple routes) to economic optimization (sampling price points across marketplaces) to career planning (pursuing multiple job paths simultaneously)—providing a powerful mental model for handling complex problems under resource constraints by balancing simplicity, parallelization, and probabilistic improvement.</itunes:summary>
      <itunes:subtitle>Greedy Random Start algorithms offer an elegant solution to NP-complete problems like TSP, combining simple greedy heuristics with randomization to escape local optima. The approach leverages multiple independent greedy searches from different starting points, effectively sampling various regions of the solution space to find high-quality solutions without exhaustive computation. While not guaranteeing optimality, this method typically produces results within 10-15% of optimal solutions using only polynomial time complexity (O(n²) per iteration), making otherwise intractable problems practically solvable. The same principle applies beyond computing to everyday decisions—from urban navigation (testing multiple routes) to economic optimization (sampling price points across marketplaces) to career planning (pursuing multiple job paths simultaneously)—providing a powerful mental model for handling complex problems under resource constraints by balancing simplicity, parallelization, and probabilistic improvement.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>199</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">cfec9f6e-0b08-4afe-aa3f-94662bef485f</guid>
      <title>Hidden Features of Rust Cargo</title>
      <description><![CDATA[<h1>Hidden Features of Cargo: Podcast Episode Notes</h1><h2>Custom Profiles & Build Optimization</h2><p><strong>Custom Compilation Profiles</strong>: Create targeted build configurations beyond dev/release</p><ul><li>[profile.quick-debug]
opt-level = 1    # Some optimization
debug = true     # Keep debug symbols
<ul><li>Usage: cargo build --profile quick-debug</li><li>Perfect for debugging performance issues without full release build wait times</li><li>Eliminates need for repeatedly specifying compiler flags manually</li></ul></li></ul><p><strong>Profile-Guided Optimization (PGO)</strong>: Data-driven performance enhancement</p><ul><li>Three-phase optimization workflow:# 1. Build instrumented version
cargo rustc --release -- -Cprofile-generate=./pgo-data
# 2. Run with representative workloads to generate profile data
./target/release/my-program --typical-workload
# 3. Rebuild with optimization informed by collected data
cargo rustc --release -- -Cprofile-use=./pgo-data
</li><li>Empirical performance gains: 5-30% improvement for CPU-bound applications</li><li>Trains compiler to prioritize optimization of actual hot paths in your code</li><li>Critical for data engineering and ML workloads where compute costs scale linearly</li></ul><h2>Workspace Management & Organization</h2><p><strong>Dependency Standardization</strong>: Centralized version control</p><ul><li># Root Cargo.toml
[workspace]
members = ["app", "library-a", "library-b"]
<p>[workspace.dependencies]<br />
serde = &quot;1.0&quot;<br />
tokio = { version = &quot;1&quot;, features = [&quot;full&quot;] }</p>
<h1>Member Cargo.toml</h1>
<p>[dependencies]<br />
serde = { workspace = true }</p>
<ul><li>Declare dependencies once, inherit everywhere (Rust 1.64+)</li><li>Single-point updates eliminate version inconsistencies</li><li>Drastically reduces maintenance overhead in multi-crate projects</li></ul></li></ul><h2>Dependency Intelligence & Analysis</h2><p><strong>Dependency Visualization</strong>: Comprehensive dependency graph insights</p><ul><li>cargo tree: Display complete dependency hierarchy</li><li>cargo tree -i regex: Invert tree to trace what pulls in specific packages</li><li>Essential for diagnosing dependency bloat and tracking transitive dependencies</li></ul><p><strong>Automatic Feature Unification</strong>: Transparent feature resolution</p><ul><li>If crate A needs tokio with rt-multi-thread and crate B needs tokio with macros</li><li>Cargo automatically builds tokio with both features enabled</li><li>Silently prevents runtime errors from missing features</li><li>No manual configuration required—this happens by default</li></ul><p><strong>Dependency Overrides</strong>: Direct intervention in dependency graph</p><ul><li>[patch.crates-io]
serde = { git = "https://github.com/serde-rs/serde" }
<ul><li>Replace any dependency with alternate version without forking dependents</li><li>Useful for testing fixes or working around upstream bugs</li></ul></li></ul><h2>Build System Insights & Performance</h2><p><strong>Build Analysis</strong>: Objective diagnosis of compilation bottlenecks</p><ul><li>cargo build --timings: Generates HTML report visualizing:<ul><li>Per-crate compilation duration</li><li>Parallelization efficiency</li><li>Critical path analysis</li></ul></li><li>Identify high-impact targets for compilation optimization</li></ul><p><strong>Cross-Compilation Configuration</strong>: Target different architectures seamlessly</p><ul><li># .cargo/config.toml
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
rustflags = ["-C", "target-feature=+crt-static"]
<ul><li>Eliminates need for environment variables or wrapper scripts</li><li>Particularly valuable for AWS Lambda ARM64 deployments</li><li>Zero-configuration alternative: cargo zigbuild (leverages Zig compiler)</li></ul></li></ul><h2>Testing Workflows & Productivity</h2><p><strong>Targeted Test Execution</strong>: Optimize testing efficiency</p><ul><li>Run ignored tests only: cargo test -- --ignored<ul><li>Mark resource-intensive tests with #[ignore] attribute</li><li>Run selectively when needed vs. during routine testing</li></ul></li><li>Module-specific testing: cargo test module::submodule<ul><li>Pinpoint tests in specific code areas</li><li>Critical for large projects where full test suite takes minutes</li></ul></li><li>Sequential execution: cargo test -- --test-threads=1<ul><li>Forces tests to run one at a time</li><li>Essential for tests with shared state dependencies</li></ul></li></ul><p><strong>Continuous Testing Automation</strong>: Eliminate manual test cycles</p><ul><li>Install automation tool: cargo install cargo-watch</li><li>Continuous validation: cargo watch -x check -x clippy -x test</li><li>Automatically runs validation suite on file changes</li><li>Enables immediate feedback without manual test triggering</li></ul><h2>Advanced Compilation Techniques</h2><p><strong>Link-Time Optimization Refinement</strong>: Beyond boolean LTO settings</p><ul><li>[profile.release]
lto = "thin"       # Faster than "fat" LTO, nearly as effective
codegen-units = 1  # Maximize optimization (at cost of build speed)
<ul><li>"Thin" LTO provides most performance benefits with significantly faster compilation</li></ul></li></ul><p><strong>Target-Specific CPU Optimization</strong>: Hardware-aware compilation</p><ul><li>[target.'cfg(target_arch = "x86_64")']
rustflags = ["-C", "target-cpu=native"]
<ul><li>Leverages specific CPU features of build/target machine</li><li>Particularly effective for numeric/scientific computing workloads</li></ul></li></ul><h2>Key Takeaways</h2><ul><li>Cargo offers Ferrari-like tuning capabilities beyond basic commands</li><li>Most powerful features require minimal configuration for maximum benefit</li><li>Performance optimization techniques can yield significant cost savings for compute-intensive workloads</li><li>The compound effect of these "hidden" features can dramatically improve developer experience and runtime efficiency</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 10 Mar 2025 16:09:44 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Hidden Features of Cargo: Podcast Episode Notes</h1><h2>Custom Profiles & Build Optimization</h2><p><strong>Custom Compilation Profiles</strong>: Create targeted build configurations beyond dev/release</p><ul><li>[profile.quick-debug]
opt-level = 1    # Some optimization
debug = true     # Keep debug symbols
<ul><li>Usage: cargo build --profile quick-debug</li><li>Perfect for debugging performance issues without full release build wait times</li><li>Eliminates need for repeatedly specifying compiler flags manually</li></ul></li></ul><p><strong>Profile-Guided Optimization (PGO)</strong>: Data-driven performance enhancement</p><ul><li>Three-phase optimization workflow:# 1. Build instrumented version
cargo rustc --release -- -Cprofile-generate=./pgo-data
# 2. Run with representative workloads to generate profile data
./target/release/my-program --typical-workload
# 3. Rebuild with optimization informed by collected data
cargo rustc --release -- -Cprofile-use=./pgo-data
</li><li>Empirical performance gains: 5-30% improvement for CPU-bound applications</li><li>Trains compiler to prioritize optimization of actual hot paths in your code</li><li>Critical for data engineering and ML workloads where compute costs scale linearly</li></ul><h2>Workspace Management & Organization</h2><p><strong>Dependency Standardization</strong>: Centralized version control</p><ul><li># Root Cargo.toml
[workspace]
members = ["app", "library-a", "library-b"]
<p>[workspace.dependencies]<br />
serde = &quot;1.0&quot;<br />
tokio = { version = &quot;1&quot;, features = [&quot;full&quot;] }</p>
<h1>Member Cargo.toml</h1>
<p>[dependencies]<br />
serde = { workspace = true }</p>
<ul><li>Declare dependencies once, inherit everywhere (Rust 1.64+)</li><li>Single-point updates eliminate version inconsistencies</li><li>Drastically reduces maintenance overhead in multi-crate projects</li></ul></li></ul><h2>Dependency Intelligence & Analysis</h2><p><strong>Dependency Visualization</strong>: Comprehensive dependency graph insights</p><ul><li>cargo tree: Display complete dependency hierarchy</li><li>cargo tree -i regex: Invert tree to trace what pulls in specific packages</li><li>Essential for diagnosing dependency bloat and tracking transitive dependencies</li></ul><p><strong>Automatic Feature Unification</strong>: Transparent feature resolution</p><ul><li>If crate A needs tokio with rt-multi-thread and crate B needs tokio with macros</li><li>Cargo automatically builds tokio with both features enabled</li><li>Silently prevents runtime errors from missing features</li><li>No manual configuration required—this happens by default</li></ul><p><strong>Dependency Overrides</strong>: Direct intervention in dependency graph</p><ul><li>[patch.crates-io]
serde = { git = "https://github.com/serde-rs/serde" }
<ul><li>Replace any dependency with alternate version without forking dependents</li><li>Useful for testing fixes or working around upstream bugs</li></ul></li></ul><h2>Build System Insights & Performance</h2><p><strong>Build Analysis</strong>: Objective diagnosis of compilation bottlenecks</p><ul><li>cargo build --timings: Generates HTML report visualizing:<ul><li>Per-crate compilation duration</li><li>Parallelization efficiency</li><li>Critical path analysis</li></ul></li><li>Identify high-impact targets for compilation optimization</li></ul><p><strong>Cross-Compilation Configuration</strong>: Target different architectures seamlessly</p><ul><li># .cargo/config.toml
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
rustflags = ["-C", "target-feature=+crt-static"]
<ul><li>Eliminates need for environment variables or wrapper scripts</li><li>Particularly valuable for AWS Lambda ARM64 deployments</li><li>Zero-configuration alternative: cargo zigbuild (leverages Zig compiler)</li></ul></li></ul><h2>Testing Workflows & Productivity</h2><p><strong>Targeted Test Execution</strong>: Optimize testing efficiency</p><ul><li>Run ignored tests only: cargo test -- --ignored<ul><li>Mark resource-intensive tests with #[ignore] attribute</li><li>Run selectively when needed vs. during routine testing</li></ul></li><li>Module-specific testing: cargo test module::submodule<ul><li>Pinpoint tests in specific code areas</li><li>Critical for large projects where full test suite takes minutes</li></ul></li><li>Sequential execution: cargo test -- --test-threads=1<ul><li>Forces tests to run one at a time</li><li>Essential for tests with shared state dependencies</li></ul></li></ul><p><strong>Continuous Testing Automation</strong>: Eliminate manual test cycles</p><ul><li>Install automation tool: cargo install cargo-watch</li><li>Continuous validation: cargo watch -x check -x clippy -x test</li><li>Automatically runs validation suite on file changes</li><li>Enables immediate feedback without manual test triggering</li></ul><h2>Advanced Compilation Techniques</h2><p><strong>Link-Time Optimization Refinement</strong>: Beyond boolean LTO settings</p><ul><li>[profile.release]
lto = "thin"       # Faster than "fat" LTO, nearly as effective
codegen-units = 1  # Maximize optimization (at cost of build speed)
<ul><li>"Thin" LTO provides most performance benefits with significantly faster compilation</li></ul></li></ul><p><strong>Target-Specific CPU Optimization</strong>: Hardware-aware compilation</p><ul><li>[target.'cfg(target_arch = "x86_64")']
rustflags = ["-C", "target-cpu=native"]
<ul><li>Leverages specific CPU features of build/target machine</li><li>Particularly effective for numeric/scientific computing workloads</li></ul></li></ul><h2>Key Takeaways</h2><ul><li>Cargo offers Ferrari-like tuning capabilities beyond basic commands</li><li>Most powerful features require minimal configuration for maximum benefit</li><li>Performance optimization techniques can yield significant cost savings for compute-intensive workloads</li><li>The compound effect of these "hidden" features can dramatically improve developer experience and runtime efficiency</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8524738" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/9b529586-7631-493d-aab3-18d17c9b1e1d/audio/e18b4c36-9a03-4a78-a5ed-ea66341a8e7a/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Hidden Features of Rust Cargo</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:52</itunes:duration>
      <itunes:summary>Cargo, Rust&apos;s package manager, offers numerous hidden features beyond basic build commands that can dramatically improve developer workflows and application performance. These include custom compilation profiles for targeted optimization levels, centralized dependency management via workspace inheritance, comprehensive dependency visualization with `cargo tree`, automatic feature unification to prevent runtime errors, build performance analysis through `--timings` reports, seamless cross-compilation configuration, granular test execution control for large codebases, continuous testing automation with `cargo-watch`, and advanced performance optimization techniques like profile-guided optimization (PGO) and thin link-time optimization (LTO). Particularly valuable for production environments are the data-driven PGO workflow, which can yield 5-30% performance improvements by optimizing hot code paths based on actual usage patterns, and target-specific CPU optimizations that leverage architecture-specific instructions. These &quot;hidden&quot; capabilities effectively transform Cargo from a simple package manager into a comprehensive development toolkit that significantly reduces both development friction and runtime overhead with minimal configuration overhead.</itunes:summary>
      <itunes:subtitle>Cargo, Rust&apos;s package manager, offers numerous hidden features beyond basic build commands that can dramatically improve developer workflows and application performance. These include custom compilation profiles for targeted optimization levels, centralized dependency management via workspace inheritance, comprehensive dependency visualization with `cargo tree`, automatic feature unification to prevent runtime errors, build performance analysis through `--timings` reports, seamless cross-compilation configuration, granular test execution control for large codebases, continuous testing automation with `cargo-watch`, and advanced performance optimization techniques like profile-guided optimization (PGO) and thin link-time optimization (LTO). Particularly valuable for production environments are the data-driven PGO workflow, which can yield 5-30% performance improvements by optimizing hot code paths based on actual usage patterns, and target-specific CPU optimizations that leverage architecture-specific instructions. These &quot;hidden&quot; capabilities effectively transform Cargo from a simple package manager into a comprehensive development toolkit that significantly reduces both development friction and runtime overhead with minimal configuration overhead.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>198</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">92196b41-9ba3-4e58-945a-ce1e1f20d700</guid>
      <title>Using At With Linux</title>
      <description><![CDATA[<h1>Temporal Execution Framework: Unix AT Utility for AWS Resource Orchestration</h1><h2>Core Mechanisms</h2><h3>Unix <code>at</code> Utility Architecture</h3><ul><li>Kernel-level task scheduler implementing non-interactive execution semantics</li><li>Persistence layer: <code>/var/spool/at/</code> with priority queue implementation</li><li>Differentiation from cron: single-execution vs. recurring execution patterns</li><li>Syntax paradigm: <code>echo 'command' | at HH:MM</code></li></ul><h2>Implementation Domains</h2><h3>EFS Rate-Limit Circumvention</h3><ul><li>API cooling period evasion methodology via scheduled execution</li><li>Use case: Throughput mode transitions (bursting→elastic→provisioned)</li><li>Constraints mitigation: Circumvention of AWS-imposed API rate-limiting</li><li>Implementation syntax: <pre><code class="language-bash">echo 'aws efs update-file-system --file-system-id fs-ID --throughput-mode elastic' | at 19:06 UTC</code></pre></li></ul><h3>Spot Instance Lifecycle Management</h3><ul><li>Termination handling: Pre-interrupt cleanup processes </li><li>Resource reclamation: Scheduled snapshot/EBS preservation pre-reclamation</li><li>Cost optimization: Temporal spot requests during historical low-demand windows</li><li>User data mechanism: Integration of termination scheduling at instance initialization</li></ul><h3>Cross-Service Orchestration</h3><ul><li>Lambda-triggered operations: Scheduled resource modifications</li><li>EventBridge patterns: Timed event triggers for API invocation</li><li>State Manager associations: Configuration enforcement with temporal boundaries</li></ul><h2>Practical Applications</h2><h3>Worker Node Integration</h3><ul><li>Deployment contexts: EC2/ECS instances for orchestration centralization</li><li>Cascading operation scheduling throughout distributed ecosystem</li><li>Command simplicity: <code>echo 'command' | at TIME</code></li></ul><h3>Resource Reference</h3><ul><li>Additional educational resources: pragmatic.ai/labs or PIML.com</li><li>Curriculum scope: REST, generative AI, cloud computing (equivalent to 3+ master's degrees)</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 9 Mar 2025 05:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Temporal Execution Framework: Unix AT Utility for AWS Resource Orchestration</h1><h2>Core Mechanisms</h2><h3>Unix <code>at</code> Utility Architecture</h3><ul><li>Kernel-level task scheduler implementing non-interactive execution semantics</li><li>Persistence layer: <code>/var/spool/at/</code> with priority queue implementation</li><li>Differentiation from cron: single-execution vs. recurring execution patterns</li><li>Syntax paradigm: <code>echo 'command' | at HH:MM</code></li></ul><h2>Implementation Domains</h2><h3>EFS Rate-Limit Circumvention</h3><ul><li>API cooling period evasion methodology via scheduled execution</li><li>Use case: Throughput mode transitions (bursting→elastic→provisioned)</li><li>Constraints mitigation: Circumvention of AWS-imposed API rate-limiting</li><li>Implementation syntax: <pre><code class="language-bash">echo 'aws efs update-file-system --file-system-id fs-ID --throughput-mode elastic' | at 19:06 UTC</code></pre></li></ul><h3>Spot Instance Lifecycle Management</h3><ul><li>Termination handling: Pre-interrupt cleanup processes </li><li>Resource reclamation: Scheduled snapshot/EBS preservation pre-reclamation</li><li>Cost optimization: Temporal spot requests during historical low-demand windows</li><li>User data mechanism: Integration of termination scheduling at instance initialization</li></ul><h3>Cross-Service Orchestration</h3><ul><li>Lambda-triggered operations: Scheduled resource modifications</li><li>EventBridge patterns: Timed event triggers for API invocation</li><li>State Manager associations: Configuration enforcement with temporal boundaries</li></ul><h2>Practical Applications</h2><h3>Worker Node Integration</h3><ul><li>Deployment contexts: EC2/ECS instances for orchestration centralization</li><li>Cascading operation scheduling throughout distributed ecosystem</li><li>Command simplicity: <code>echo 'command' | at TIME</code></li></ul><h3>Resource Reference</h3><ul><li>Additional educational resources: pragmatic.ai/labs or PIML.com</li><li>Curriculum scope: REST, generative AI, cloud computing (equivalent to 3+ master's degrees)</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="4696471" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c909a77d-015c-4a05-90bb-a7f9968f1abf/audio/2bfd4974-43ee-4a7e-b071-5396e533d67b/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Using At With Linux</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:04:53</itunes:duration>
      <itunes:summary>Temporal resource orchestration via Unix `at` utility provides kernel-level task scheduling optimized for AWS ecosystem orchestration, implementing non-interactive execution semantics through `/var/spool/at/` persistence with priority queuing mechanisms. This methodology facilitates API rate-limit circumvention for EFS throughput mode transitions, spot instance lifecycle management (termination handling, resource reclamation, cost optimization), and cross-service orchestration (Lambda triggers, EventBridge patterns, State Manager associations). Implementation syntax remains minimal (`echo &apos;command&apos; | at HH:MM`), enabling distributed scheduling across EC2/ECS worker nodes for temporal boundary-based resource allocation—particularly valuable for addressing AWS-imposed cooling periods and creating self-terminating ephemeral compute instances.</itunes:summary>
      <itunes:subtitle>Temporal resource orchestration via Unix `at` utility provides kernel-level task scheduling optimized for AWS ecosystem orchestration, implementing non-interactive execution semantics through `/var/spool/at/` persistence with priority queuing mechanisms. This methodology facilitates API rate-limit circumvention for EFS throughput mode transitions, spot instance lifecycle management (termination handling, resource reclamation, cost optimization), and cross-service orchestration (Lambda triggers, EventBridge patterns, State Manager associations). Implementation syntax remains minimal (`echo &apos;command&apos; | at HH:MM`), enabling distributed scheduling across EC2/ECS worker nodes for temporal boundary-based resource allocation—particularly valuable for addressing AWS-imposed cooling periods and creating self-terminating ephemeral compute instances.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>197</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">04df57fd-bcbb-4632-b092-a5b4ec5e5326</guid>
      <title>Assembly Language &amp; WebAssembly: Technical Analysis</title>
      <description><![CDATA[<h1>Assembly Language & WebAssembly: Evolutionary Paradigms</h1><h2>Episode Notes</h2><h3>I. Assembly Language: Foundational Framework</h3><p>Ontological Definition</p><ul><li>Low-level symbolic representation of machine code instructions</li><li>Minimalist abstraction layer above binary machine code (1s/0s)</li><li>Human-readable mnemonics with 1:1 processor operation correspondence</li></ul><p>Core Architectural Characteristics</p><ul><li><strong>ISA-Specificity</strong>: Direct processor instruction set architecture mapping</li><li><strong>Memory Model</strong>: Direct register/memory location/IO port addressing</li><li><strong>Execution Paradigm</strong>: Sequential instruction execution with explicit flow control</li><li><strong>Abstraction Level</strong>: Minimal hardware abstraction; operations reflect CPU execution steps</li></ul><p>Structural Components</p><ol><li><strong>Mnemonics</strong>: Symbolic machine instruction representations (MOV, ADD, JMP)</li><li><strong>Operands</strong>: Registers, memory addresses, immediate values</li><li><strong>Directives</strong>: Non-compiled assembler instructions (.data, .text)</li><li><strong>Labels</strong>: Symbolic memory location references</li></ol><h3>II. WebAssembly: Theoretical Framework</h3><p>Conceptual Architecture</p><ul><li>Binary instruction format for portable compilation targeting</li><li>High-level language compilation target enabling near-native web platform performance</li></ul><p>Architectural Divergence from Traditional Assembly</p><ul><li><strong>Abstraction Layer</strong>: Virtual ISA designed for multi-target architecture translation</li><li><strong>Execution Model</strong>: Stack-based VM within memory-safe sandbox</li><li><strong>Memory Paradigm</strong>: Linear memory model with explicit bounds checking</li><li><strong>Type System</strong>: Static typing with validation guarantees</li></ul><p>Implementation Taxonomy</p><ol><li><strong>Binary Format</strong>: Compact encoding optimized for parsing efficiency</li><li><strong>Text Format (WAT)</strong>: S-expression syntax for human-readable representation</li><li><strong>Module System</strong>: Self-contained execution units with explicit import/export interfaces</li><li><strong>Compilation Pipeline</strong>: High-level languages → LLVM IR → WebAssembly binary</li></ol><h3>III. Comparative Analysis</h3><p>Conceptual Continuity</p><ul><li>WebAssembly extends assembly principles via virtualization and standardization</li><li>Preserves performance characteristics while introducing portability and security guarantees</li></ul><p>Technical Divergences</p><ol><li><strong>Execution Environment</strong>: Hardware CPU vs. Virtual Machine</li><li><strong>Memory Safety</strong>: Unconstrained memory access vs. Sandboxed linear memory</li><li><strong>Portability Paradigm</strong>: Architecture-specific vs. Architecture-neutral</li></ol><h3>IV. Evolutionary Significance</h3><ul><li>WebAssembly represents convergent evolution of assembly principles adapted to distributed computing</li><li>Maintains low-level performance characteristics while enabling cross-platform execution</li><li>Exemplifies incremental technological innovation building upon historical foundations</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 7 Mar 2025 16:43:37 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Assembly Language & WebAssembly: Evolutionary Paradigms</h1><h2>Episode Notes</h2><h3>I. Assembly Language: Foundational Framework</h3><p>Ontological Definition</p><ul><li>Low-level symbolic representation of machine code instructions</li><li>Minimalist abstraction layer above binary machine code (1s/0s)</li><li>Human-readable mnemonics with 1:1 processor operation correspondence</li></ul><p>Core Architectural Characteristics</p><ul><li><strong>ISA-Specificity</strong>: Direct processor instruction set architecture mapping</li><li><strong>Memory Model</strong>: Direct register/memory location/IO port addressing</li><li><strong>Execution Paradigm</strong>: Sequential instruction execution with explicit flow control</li><li><strong>Abstraction Level</strong>: Minimal hardware abstraction; operations reflect CPU execution steps</li></ul><p>Structural Components</p><ol><li><strong>Mnemonics</strong>: Symbolic machine instruction representations (MOV, ADD, JMP)</li><li><strong>Operands</strong>: Registers, memory addresses, immediate values</li><li><strong>Directives</strong>: Non-compiled assembler instructions (.data, .text)</li><li><strong>Labels</strong>: Symbolic memory location references</li></ol><h3>II. WebAssembly: Theoretical Framework</h3><p>Conceptual Architecture</p><ul><li>Binary instruction format for portable compilation targeting</li><li>High-level language compilation target enabling near-native web platform performance</li></ul><p>Architectural Divergence from Traditional Assembly</p><ul><li><strong>Abstraction Layer</strong>: Virtual ISA designed for multi-target architecture translation</li><li><strong>Execution Model</strong>: Stack-based VM within memory-safe sandbox</li><li><strong>Memory Paradigm</strong>: Linear memory model with explicit bounds checking</li><li><strong>Type System</strong>: Static typing with validation guarantees</li></ul><p>Implementation Taxonomy</p><ol><li><strong>Binary Format</strong>: Compact encoding optimized for parsing efficiency</li><li><strong>Text Format (WAT)</strong>: S-expression syntax for human-readable representation</li><li><strong>Module System</strong>: Self-contained execution units with explicit import/export interfaces</li><li><strong>Compilation Pipeline</strong>: High-level languages → LLVM IR → WebAssembly binary</li></ol><h3>III. Comparative Analysis</h3><p>Conceptual Continuity</p><ul><li>WebAssembly extends assembly principles via virtualization and standardization</li><li>Preserves performance characteristics while introducing portability and security guarantees</li></ul><p>Technical Divergences</p><ol><li><strong>Execution Environment</strong>: Hardware CPU vs. Virtual Machine</li><li><strong>Memory Safety</strong>: Unconstrained memory access vs. Sandboxed linear memory</li><li><strong>Portability Paradigm</strong>: Architecture-specific vs. Architecture-neutral</li></ol><h3>IV. Evolutionary Significance</h3><ul><li>WebAssembly represents convergent evolution of assembly principles adapted to distributed computing</li><li>Maintains low-level performance characteristics while enabling cross-platform execution</li><li>Exemplifies incremental technological innovation building upon historical foundations</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5643149" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/41d574a8-9f63-4184-87ad-3c261737dfb2/audio/f9a86cee-252b-4772-955c-c49db030b587/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Assembly Language &amp; WebAssembly: Technical Analysis</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:05:52</itunes:duration>
      <itunes:summary>Assembly language constitutes a minimal-abstraction symbolic encoding of machine-level operations, maintaining 1:1 ISA-specific correspondence with processor instructions through mnemonic representation (MOV, ADD, JMP) while facilitating direct memory/register manipulation; WebAssembly extends this paradigm via virtualization, implementing a binary instruction format with stack-based VM execution, sandboxed linear memory model, and static type validation guarantees, thereby transcending the architecture-specificity limitation of traditional assembly through a portable compilation target that preserves low-level performance characteristics while introducing cross-platform execution capabilities—representing an evolutionary adaptation of assembly principles to distributed computing environments through incremental technological innovation rather than paradigmatic displacement.</itunes:summary>
      <itunes:subtitle>Assembly language constitutes a minimal-abstraction symbolic encoding of machine-level operations, maintaining 1:1 ISA-specific correspondence with processor instructions through mnemonic representation (MOV, ADD, JMP) while facilitating direct memory/register manipulation; WebAssembly extends this paradigm via virtualization, implementing a binary instruction format with stack-based VM execution, sandboxed linear memory model, and static type validation guarantees, thereby transcending the architecture-specificity limitation of traditional assembly through a portable compilation target that preserves low-level performance characteristics while introducing cross-platform execution capabilities—representing an evolutionary adaptation of assembly principles to distributed computing environments through incremental technological innovation rather than paradigmatic displacement.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>196</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">74f262ec-ecba-40c2-bea5-81ba94921f6f</guid>
      <title>Strace</title>
      <description><![CDATA[<h1>STRACE: System Call Tracing Utility — Advanced Diagnostic Analysis</h1><h2>I. Introduction & Empirical Case Study</h2><p><strong>Case Study: Weta Digital Performance Optimization</strong></p><ul><li>Diagnostic investigation of Python execution latency (~60s initialization delay)</li><li>Root cause identification: Excessive filesystem I/O operations (103-104 redundant calls)</li><li>Resolution implementation: Network call interception via wrapper scripts</li><li>Performance outcome: Significant latency reduction through filesystem access optimization</li></ul><h2>II. Technical Foundation & Architectural Implementation</h2><p><strong>Etymological & Functional Classification</strong></p><ul><li>Unix/Linux diagnostic utility implementing ptrace() syscall interface</li><li>Primary function: Interception and recording of syscalls executed by processes</li><li>Secondary function: Signal receipt and processing monitoring</li><li>Evolutionary development: Iterative improvement of diagnostic capabilities</li></ul><p><strong>Implementation Architecture</strong></p><ul><li>Kernel-level integration via ptrace() syscall</li><li>Non-invasive process attachment methodology</li><li>Runtime process monitoring without source code access requirement</li></ul><h2>III. Operational Parameters & Implementation Mechanics</h2><p><strong>Process Attachment Mechanism</strong></p><ul><li>Direct PID targeting via ptrace() syscall interface</li><li>Production-compatible diagnostic capabilities (non-destructive analysis)</li><li>Long-running process compatibility (e.g., ML/AI training jobs, big data processing)</li></ul><p><strong>Execution Modalities</strong></p><ul><li>Process hierarchy traversal (<code>-f</code> flag for child process tracing)</li><li>Temporal analysis with microsecond precision (<code>-t</code>, <code>-r</code>, <code>-T</code> flags)</li><li>Statistical frequency analysis (<code>-c</code> flag for syscall quantification)</li><li>Pattern-based filtering via regex implementation</li></ul><p><strong>Output Taxonomy</strong></p><ul><li>Format specification: <code>syscall(args) = return_value [error_designation]</code></li><li>64-bit/32-bit differentiation via ABI handlers</li><li>Temporal annotation capabilities</li></ul><h2>IV. Advanced Analytical Capabilities</h2><p><strong>Performance Metrics</strong></p><ul><li>Microsecond-precision timing for syscall latency evaluation</li><li>Statistical aggregation of call frequencies</li><li>Execution path profiling</li></ul><p><strong>I/O & System Interaction Analysis</strong></p><ul><li>File descriptor tracking and comprehensive I/O operation monitoring</li><li>Signal interception analysis with complete signal delivery visualization</li><li>IPC mechanism examination (shared memory segments, semaphores, message queues)</li></ul><h2>V. Methodological Limitations & Constraints</h2><p><strong>Performance Impact Considerations</strong></p><ul><li>Execution degradation (5-15×) from context switching overhead</li><li>Temporal resolution limitations (microsecond precision)</li><li>Non-deterministic elements: Race conditions & scheduling anomalies</li><li>Heisenberg uncertainty principle manifestation: Observer effect on traced processes</li></ul><h2>VI. Ecosystem Position & Comparative Analysis</h2><p><strong>Complementary Diagnostic Tools</strong></p><ul><li>ltrace: Library call tracing</li><li>ftrace: Kernel function tracing</li><li>perf: Performance counter analysis</li></ul><p><strong>Abstraction Level Differentiation</strong></p><ul><li>Complementary to GDB (implementation level vs. code level analysis)</li><li>Security implications: Privileged access requirement (CAP_SYS_PTRACE capability)</li><li>Platform limitations: Disabled on certain proprietary systems (e.g., Apple OS)</li></ul><h2>VII. Production Application Domains</h2><p><strong>Diagnostic Applications</strong></p><ul><li>Root cause analysis for syscall failure patterns</li><li>Performance bottleneck identification</li><li>Running process diagnosis without termination requirement</li></ul><p><strong>System Analysis</strong></p><ul><li>Security auditing (privilege escalation & resource access monitoring)</li><li>Black-box behavioral analysis of proprietary/binary software</li><li>Containerization diagnostic capabilities (namespace boundary analysis)</li></ul><p><strong>Critical System Recovery</strong></p><ul><li>Subprocess deadlock identification & resolution</li><li>Non-destructive diagnostic intervention for long-running processes</li><li>Recovery facilitation without system restart requirements</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 7 Mar 2025 15:45:34 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>STRACE: System Call Tracing Utility — Advanced Diagnostic Analysis</h1><h2>I. Introduction & Empirical Case Study</h2><p><strong>Case Study: Weta Digital Performance Optimization</strong></p><ul><li>Diagnostic investigation of Python execution latency (~60s initialization delay)</li><li>Root cause identification: Excessive filesystem I/O operations (103-104 redundant calls)</li><li>Resolution implementation: Network call interception via wrapper scripts</li><li>Performance outcome: Significant latency reduction through filesystem access optimization</li></ul><h2>II. Technical Foundation & Architectural Implementation</h2><p><strong>Etymological & Functional Classification</strong></p><ul><li>Unix/Linux diagnostic utility implementing ptrace() syscall interface</li><li>Primary function: Interception and recording of syscalls executed by processes</li><li>Secondary function: Signal receipt and processing monitoring</li><li>Evolutionary development: Iterative improvement of diagnostic capabilities</li></ul><p><strong>Implementation Architecture</strong></p><ul><li>Kernel-level integration via ptrace() syscall</li><li>Non-invasive process attachment methodology</li><li>Runtime process monitoring without source code access requirement</li></ul><h2>III. Operational Parameters & Implementation Mechanics</h2><p><strong>Process Attachment Mechanism</strong></p><ul><li>Direct PID targeting via ptrace() syscall interface</li><li>Production-compatible diagnostic capabilities (non-destructive analysis)</li><li>Long-running process compatibility (e.g., ML/AI training jobs, big data processing)</li></ul><p><strong>Execution Modalities</strong></p><ul><li>Process hierarchy traversal (<code>-f</code> flag for child process tracing)</li><li>Temporal analysis with microsecond precision (<code>-t</code>, <code>-r</code>, <code>-T</code> flags)</li><li>Statistical frequency analysis (<code>-c</code> flag for syscall quantification)</li><li>Pattern-based filtering via regex implementation</li></ul><p><strong>Output Taxonomy</strong></p><ul><li>Format specification: <code>syscall(args) = return_value [error_designation]</code></li><li>64-bit/32-bit differentiation via ABI handlers</li><li>Temporal annotation capabilities</li></ul><h2>IV. Advanced Analytical Capabilities</h2><p><strong>Performance Metrics</strong></p><ul><li>Microsecond-precision timing for syscall latency evaluation</li><li>Statistical aggregation of call frequencies</li><li>Execution path profiling</li></ul><p><strong>I/O & System Interaction Analysis</strong></p><ul><li>File descriptor tracking and comprehensive I/O operation monitoring</li><li>Signal interception analysis with complete signal delivery visualization</li><li>IPC mechanism examination (shared memory segments, semaphores, message queues)</li></ul><h2>V. Methodological Limitations & Constraints</h2><p><strong>Performance Impact Considerations</strong></p><ul><li>Execution degradation (5-15×) from context switching overhead</li><li>Temporal resolution limitations (microsecond precision)</li><li>Non-deterministic elements: Race conditions & scheduling anomalies</li><li>Heisenberg uncertainty principle manifestation: Observer effect on traced processes</li></ul><h2>VI. Ecosystem Position & Comparative Analysis</h2><p><strong>Complementary Diagnostic Tools</strong></p><ul><li>ltrace: Library call tracing</li><li>ftrace: Kernel function tracing</li><li>perf: Performance counter analysis</li></ul><p><strong>Abstraction Level Differentiation</strong></p><ul><li>Complementary to GDB (implementation level vs. code level analysis)</li><li>Security implications: Privileged access requirement (CAP_SYS_PTRACE capability)</li><li>Platform limitations: Disabled on certain proprietary systems (e.g., Apple OS)</li></ul><h2>VII. Production Application Domains</h2><p><strong>Diagnostic Applications</strong></p><ul><li>Root cause analysis for syscall failure patterns</li><li>Performance bottleneck identification</li><li>Running process diagnosis without termination requirement</li></ul><p><strong>System Analysis</strong></p><ul><li>Security auditing (privilege escalation & resource access monitoring)</li><li>Black-box behavioral analysis of proprietary/binary software</li><li>Containerization diagnostic capabilities (namespace boundary analysis)</li></ul><p><strong>Critical System Recovery</strong></p><ul><li>Subprocess deadlock identification & resolution</li><li>Non-destructive diagnostic intervention for long-running processes</li><li>Recovery facilitation without system restart requirements</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7090541" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5a4c23c1-7a76-45d8-bebb-410d597c6a6f/audio/4558b929-3f63-41a8-a8c4-1affc73455d1/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Strace</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:07:23</itunes:duration>
      <itunes:summary>Strace, a ptrace-mediated syscall interception utility for Unix-like operating systems, facilitates non-invasive runtime process diagnostics through comprehensive monitoring of system call execution, parameter passing, and return value analysis without source code accessibility requirements. Its implementation leverages kernel-level ptrace() API for process attachment (PID-targeted), enabling granular inspection of I/O operations, IPC mechanisms, and signal propagation with microsecond-precision temporal resolution. Despite inducing 5-15× execution degradation through context-switching overhead, strace remains invaluable for production environment diagnostics—exemplified by the speaker&apos;s experience at Weta Digital, where it identified excessive filesystem traversal operations causing 60-second Python initialization latency, subsequently remediated through network call interception. The utility&apos;s differentiated position in the diagnostic ecosystem (complementary to GDB, ltrace, ftrace) facilitates multidimensional analysis across abstraction layers, particularly for long-running computational processes where termination would incur prohibitive reinitiation costs, though privileged access requirements (CAP_SYS_PTRACE capability) impose deployment constraints in security-hardened environments.</itunes:summary>
      <itunes:subtitle>Strace, a ptrace-mediated syscall interception utility for Unix-like operating systems, facilitates non-invasive runtime process diagnostics through comprehensive monitoring of system call execution, parameter passing, and return value analysis without source code accessibility requirements. Its implementation leverages kernel-level ptrace() API for process attachment (PID-targeted), enabling granular inspection of I/O operations, IPC mechanisms, and signal propagation with microsecond-precision temporal resolution. Despite inducing 5-15× execution degradation through context-switching overhead, strace remains invaluable for production environment diagnostics—exemplified by the speaker&apos;s experience at Weta Digital, where it identified excessive filesystem traversal operations causing 60-second Python initialization latency, subsequently remediated through network call interception. The utility&apos;s differentiated position in the diagnostic ecosystem (complementary to GDB, ltrace, ftrace) facilitates multidimensional analysis across abstraction layers, particularly for long-running computational processes where termination would incur prohibitive reinitiation costs, though privileged access requirements (CAP_SYS_PTRACE capability) impose deployment constraints in security-hardened environments.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>195</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d600f42d-4dcb-4423-b632-22e57c4f5274</guid>
      <title>Free Membership to Platform for Federal Workers in Transition</title>
      <description><![CDATA[<h1>Episode Notes: My Support Initiative for Federal Workers in Transition</h1><h2>Episode Overview</h2><p>In this episode, I announce a special initiative from Pragmatic AI Labs to support federal workers who are currently in career transitions by providing them with free access to our educational platform. I explain how our technical training can help workers upskill and find new positions.</p><h2>Key Points</h2><h3>About the Initiative</h3><ul><li>I'm offering free platform access to federal workers in transition through Pragmatic AI Labs</li><li>To apply, workers should email <a href="mailto:contact@paiml.com">contact@paiml.com</a> with:<ul><li>Their LinkedIn profile</li><li>Email address</li><li>Previous government agency</li></ul></li><li>Access will be granted "no questions asked"</li><li>I encourage listeners to share this opportunity with others in their network</li></ul><h3>About Pragmatic AI Labs</h3><ul><li>Our mission: "Democratize education and teach people cutting-edge skills"</li><li>We focus on teaching skills that are rapidly evolving and often too new for traditional university curricula</li><li>Our content has been featured at top universities including Duke, Northwestern, UC Davis, and UC Berkeley</li><li>Also featured on major educational platforms like Coursera and edX</li><li>We've built a custom platform with interactive labs and exclusive content</li></ul><h3>Technical Skills Covered</h3><p><strong>Cloud Computing:</strong></p><ul><li>Major providers: AWS, Azure, GCP</li><li>Open source solutions: Kubernetes, containerization</li></ul><p><strong>Programming Languages:</strong></p><ul><li>Strong focus on Rust (we have "potentially the most content on anywhere in the world")</li><li>Python</li><li>Emerging languages like Zig</li></ul><p><strong>Web Technologies:</strong></p><ul><li>WebAssembly</li><li>WebSockets</li></ul><p><strong>Artificial Intelligence:</strong></p><ul><li>Practical approaches to generative AI</li><li>Integration of cloud-based solutions (e.g., Amazon Bedrock)</li><li>Working with local open-source models</li></ul><h3>My Philosophy and Approach</h3><ul><li>Our platform is specifically designed to "help people get jobs"</li><li>Content focused on practical skills for career advancement</li><li>Emphasis on teaching cutting-edge material that moves "too fast" for traditional education</li><li>We're committed to "helping humanity at scale"</li></ul><h2>Contact Information</h2><p>Email: <a href="mailto:contact@paiml.com">contact@paiml.com</a></p><h2>Closing Message</h2><p>I conclude with a sincere offer to help as many transitioning federal workers as possible gain new skills and advance their careers.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 7 Mar 2025 14:39:27 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Episode Notes: My Support Initiative for Federal Workers in Transition</h1><h2>Episode Overview</h2><p>In this episode, I announce a special initiative from Pragmatic AI Labs to support federal workers who are currently in career transitions by providing them with free access to our educational platform. I explain how our technical training can help workers upskill and find new positions.</p><h2>Key Points</h2><h3>About the Initiative</h3><ul><li>I'm offering free platform access to federal workers in transition through Pragmatic AI Labs</li><li>To apply, workers should email <a href="mailto:contact@paiml.com">contact@paiml.com</a> with:<ul><li>Their LinkedIn profile</li><li>Email address</li><li>Previous government agency</li></ul></li><li>Access will be granted "no questions asked"</li><li>I encourage listeners to share this opportunity with others in their network</li></ul><h3>About Pragmatic AI Labs</h3><ul><li>Our mission: "Democratize education and teach people cutting-edge skills"</li><li>We focus on teaching skills that are rapidly evolving and often too new for traditional university curricula</li><li>Our content has been featured at top universities including Duke, Northwestern, UC Davis, and UC Berkeley</li><li>Also featured on major educational platforms like Coursera and edX</li><li>We've built a custom platform with interactive labs and exclusive content</li></ul><h3>Technical Skills Covered</h3><p><strong>Cloud Computing:</strong></p><ul><li>Major providers: AWS, Azure, GCP</li><li>Open source solutions: Kubernetes, containerization</li></ul><p><strong>Programming Languages:</strong></p><ul><li>Strong focus on Rust (we have "potentially the most content on anywhere in the world")</li><li>Python</li><li>Emerging languages like Zig</li></ul><p><strong>Web Technologies:</strong></p><ul><li>WebAssembly</li><li>WebSockets</li></ul><p><strong>Artificial Intelligence:</strong></p><ul><li>Practical approaches to generative AI</li><li>Integration of cloud-based solutions (e.g., Amazon Bedrock)</li><li>Working with local open-source models</li></ul><h3>My Philosophy and Approach</h3><ul><li>Our platform is specifically designed to "help people get jobs"</li><li>Content focused on practical skills for career advancement</li><li>Emphasis on teaching cutting-edge material that moves "too fast" for traditional education</li><li>We're committed to "helping humanity at scale"</li></ul><h2>Contact Information</h2><p>Email: <a href="mailto:contact@paiml.com">contact@paiml.com</a></p><h2>Closing Message</h2><p>I conclude with a sincere offer to help as many transitioning federal workers as possible gain new skills and advance their careers.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3729313" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5a606800-f02e-4f9a-b4b2-30a1a7a45a26/audio/c12184f4-4aab-4610-bcaa-ee473d2732b9/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Free Membership to Platform for Federal Workers in Transition</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:03:53</itunes:duration>
      <itunes:summary>Pragmatic AI Labs is offering free access to its educational platform for federal workers in transition, providing training in cutting-edge technical skills including cloud computing (AWS, Azure, GCP), programming languages (with emphasis on Rust, Python, and Zig), web technologies, and practical generative AI applications. The platform, which features content previously presented at top universities and major educational platforms, is designed to help workers upskill quickly with materials often too new for traditional educational settings. Federal workers can gain access by emailing contact@paiml.com with their LinkedIn profile, email address, and previous government agency information.</itunes:summary>
      <itunes:subtitle>Pragmatic AI Labs is offering free access to its educational platform for federal workers in transition, providing training in cutting-edge technical skills including cloud computing (AWS, Azure, GCP), programming languages (with emphasis on Rust, Python, and Zig), web technologies, and practical generative AI applications. The platform, which features content previously presented at top universities and major educational platforms, is designed to help workers upskill quickly with materials often too new for traditional educational settings. Federal workers can gain access by emailing contact@paiml.com with their LinkedIn profile, email address, and previous government agency information.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>194</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">6cb4c7da-4644-465b-b731-0257ce53a656</guid>
      <title>Ethical Issues Vector Databases</title>
      <description><![CDATA[<h1>Dark Patterns in Recommendation Systems: Beyond Technical Capabilities</h1><h2>1. Engagement Optimization Pathology</h2><p><strong>Metric-Reality Misalignment</strong>: Recommendation engines optimize for engagement metrics (time-on-site, clicks, shares) rather than informational integrity or societal benefit</p><p><strong>Emotional Gradient Exploitation</strong>: Mathematical reality shows emotional triggers (particularly negative ones) produce steeper engagement gradients</p><p><strong>Business-Society KPI Divergence</strong>: Fundamental misalignment between profit-oriented optimization and societal needs for stability and truthful information</p><p><strong>Algorithmic Asymmetry</strong>: Computational bias toward outrage-inducing content over nuanced critical thinking due to engagement differential</p><h2>2. Neurological Manipulation Vectors</h2><p><strong>Dopamine-Driven Feedback Loops</strong>: Recommendation systems engineer addictive patterns through variable-ratio reinforcement schedules</p><p><strong>Temporal Manipulation</strong>: Strategic timing of notifications and content delivery optimized for behavioral conditioning</p><p><strong>Stress Response Exploitation</strong>: Cortisol/adrenaline responses to inflammatory content create state-anchored memory formation</p><p><strong>Attention Zero-Sum Game</strong>: Recommendation systems compete aggressively for finite human attention, creating resource depletion</p><h2>3. Technical Architecture of Manipulation</h2><p><strong>Filter Bubble Reinforcement</strong></p><ul><li>Vector similarity metrics inherently amplify confirmation bias</li><li>N-dimensional vector space exploration increasingly constrained with each interaction</li><li>Identity-reinforcing feedback loops create increasingly isolated information ecosystems</li><li>Mathematical challenge: balancing cosine similarity with exploration entropy</li></ul><p><strong>Preference Falsification Amplification</strong></p><ul><li>Supervised learning systems train on expressed behavior, not true preferences</li><li>Engagement signals misinterpreted as value alignment</li><li>ML systems cannot distinguish performative from authentic interaction</li><li>Training on behavior reinforces rather than corrects misinformation trends</li></ul><h2>4. Weaponization Methodologies</h2><p><strong>Coordinated Inauthentic Behavior (CIB)</strong></p><ul><li>Troll farms exploit algorithmic governance through computational propaganda</li><li>Initial signal injection followed by organic amplification ("ignition-propagation" model)</li><li>Cross-platform vector propagation creates resilient misinformation ecosystems</li><li>Cost asymmetry: manipulation is orders of magnitude cheaper than defense</li></ul><p><strong>Algorithmic Vulnerability Exploitation</strong></p><ul><li>Reverse-engineered recommendation systems enable targeted manipulation</li><li>Content policy circumvention through semantic preservation with syntactic variation</li><li>Time-based manipulation (coordinated bursts to trigger trending algorithms)</li><li>Exploiting engagement-maximizing distribution pathways</li></ul><h2>5. Documented Harm Case Studies</h2><p><strong>Myanmar/Facebook (2017-present)</strong></p><ul><li>Recommendation systems amplified anti-Rohingya content</li><li>Algorithmic acceleration of ethnic dehumanization narratives</li><li>Engagement-driven virality of violence-normalizing content</li></ul><p><strong>Radicalization Pathways</strong></p><ul><li>YouTube's recommendation system demonstrated to create extremism pathways (2019 research)</li><li>Vector similarity creates "ideological proximity bridges" between mainstream and extremist content</li><li>Interest-based entry points (fitness, martial arts) serving as gateways to increasingly extreme ideological content</li><li>Absence of epistemological friction in recommendation transitions</li></ul><h2>6. Governance and Mitigation Challenges</h2><p><strong>Scale-Induced Governance Failure</strong></p><ul><li>Content volume overwhelms human review capabilities</li><li>Self-governance models demonstrably insufficient for harm prevention</li><li>International regulatory fragmentation creates enforcement gaps</li><li>Profit motive fundamentally misaligned with harm reduction</li></ul><p><strong>Potential Countermeasures</strong></p><ul><li>Regulatory frameworks with significant penalties for algorithmic harm</li><li>International cooperation on misinformation/disinformation prevention</li><li>Treating algorithmic harm similar to environmental pollution (externalized costs)</li><li>Fundamental reconsideration of engagement-driven business models</li></ul><h2>7. Ethical Frameworks and Human Rights</h2><p><strong>Ethical Right to Truth</strong>: Information ecosystems should prioritize veracity over engagement</p><p><strong>Freedom from Algorithmic Harm</strong>: Potential recognition of new digital rights in democratic societies</p><p><strong>Accountability for Downstream Effects</strong>: Legal liability for real-world harm resulting from algorithmic amplification</p><p><strong>Wealth Concentration Concerns</strong>: Connection between misinformation economies and extreme wealth inequality</p><h2>8. Future Outlook</h2><p><strong>Increased Regulatory Intervention</strong>: Forecast of stringent regulation, particularly from EU, Canada, UK, Australia, New Zealand</p><p><strong>Digital Harm Paradigm Shift</strong>: Potential classification of certain recommendation practices as harmful like tobacco or environmental pollutants</p><p><strong>Mobile Device Anti-Pattern</strong>: Possible societal reevaluation of constant connectivity models</p><p><strong>Sovereignty Protection</strong>: Nations increasingly viewing algorithmic manipulation as national security concern</p><p><i>Note: This episode examines the societal implications of recommendation systems powered by vector databases discussed in our previous technical episode, with a focus on potential harms and governance challenges.</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 5 Mar 2025 18:43:41 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Dark Patterns in Recommendation Systems: Beyond Technical Capabilities</h1><h2>1. Engagement Optimization Pathology</h2><p><strong>Metric-Reality Misalignment</strong>: Recommendation engines optimize for engagement metrics (time-on-site, clicks, shares) rather than informational integrity or societal benefit</p><p><strong>Emotional Gradient Exploitation</strong>: Mathematical reality shows emotional triggers (particularly negative ones) produce steeper engagement gradients</p><p><strong>Business-Society KPI Divergence</strong>: Fundamental misalignment between profit-oriented optimization and societal needs for stability and truthful information</p><p><strong>Algorithmic Asymmetry</strong>: Computational bias toward outrage-inducing content over nuanced critical thinking due to engagement differential</p><h2>2. Neurological Manipulation Vectors</h2><p><strong>Dopamine-Driven Feedback Loops</strong>: Recommendation systems engineer addictive patterns through variable-ratio reinforcement schedules</p><p><strong>Temporal Manipulation</strong>: Strategic timing of notifications and content delivery optimized for behavioral conditioning</p><p><strong>Stress Response Exploitation</strong>: Cortisol/adrenaline responses to inflammatory content create state-anchored memory formation</p><p><strong>Attention Zero-Sum Game</strong>: Recommendation systems compete aggressively for finite human attention, creating resource depletion</p><h2>3. Technical Architecture of Manipulation</h2><p><strong>Filter Bubble Reinforcement</strong></p><ul><li>Vector similarity metrics inherently amplify confirmation bias</li><li>N-dimensional vector space exploration increasingly constrained with each interaction</li><li>Identity-reinforcing feedback loops create increasingly isolated information ecosystems</li><li>Mathematical challenge: balancing cosine similarity with exploration entropy</li></ul><p><strong>Preference Falsification Amplification</strong></p><ul><li>Supervised learning systems train on expressed behavior, not true preferences</li><li>Engagement signals misinterpreted as value alignment</li><li>ML systems cannot distinguish performative from authentic interaction</li><li>Training on behavior reinforces rather than corrects misinformation trends</li></ul><h2>4. Weaponization Methodologies</h2><p><strong>Coordinated Inauthentic Behavior (CIB)</strong></p><ul><li>Troll farms exploit algorithmic governance through computational propaganda</li><li>Initial signal injection followed by organic amplification ("ignition-propagation" model)</li><li>Cross-platform vector propagation creates resilient misinformation ecosystems</li><li>Cost asymmetry: manipulation is orders of magnitude cheaper than defense</li></ul><p><strong>Algorithmic Vulnerability Exploitation</strong></p><ul><li>Reverse-engineered recommendation systems enable targeted manipulation</li><li>Content policy circumvention through semantic preservation with syntactic variation</li><li>Time-based manipulation (coordinated bursts to trigger trending algorithms)</li><li>Exploiting engagement-maximizing distribution pathways</li></ul><h2>5. Documented Harm Case Studies</h2><p><strong>Myanmar/Facebook (2017-present)</strong></p><ul><li>Recommendation systems amplified anti-Rohingya content</li><li>Algorithmic acceleration of ethnic dehumanization narratives</li><li>Engagement-driven virality of violence-normalizing content</li></ul><p><strong>Radicalization Pathways</strong></p><ul><li>YouTube's recommendation system demonstrated to create extremism pathways (2019 research)</li><li>Vector similarity creates "ideological proximity bridges" between mainstream and extremist content</li><li>Interest-based entry points (fitness, martial arts) serving as gateways to increasingly extreme ideological content</li><li>Absence of epistemological friction in recommendation transitions</li></ul><h2>6. Governance and Mitigation Challenges</h2><p><strong>Scale-Induced Governance Failure</strong></p><ul><li>Content volume overwhelms human review capabilities</li><li>Self-governance models demonstrably insufficient for harm prevention</li><li>International regulatory fragmentation creates enforcement gaps</li><li>Profit motive fundamentally misaligned with harm reduction</li></ul><p><strong>Potential Countermeasures</strong></p><ul><li>Regulatory frameworks with significant penalties for algorithmic harm</li><li>International cooperation on misinformation/disinformation prevention</li><li>Treating algorithmic harm similar to environmental pollution (externalized costs)</li><li>Fundamental reconsideration of engagement-driven business models</li></ul><h2>7. Ethical Frameworks and Human Rights</h2><p><strong>Ethical Right to Truth</strong>: Information ecosystems should prioritize veracity over engagement</p><p><strong>Freedom from Algorithmic Harm</strong>: Potential recognition of new digital rights in democratic societies</p><p><strong>Accountability for Downstream Effects</strong>: Legal liability for real-world harm resulting from algorithmic amplification</p><p><strong>Wealth Concentration Concerns</strong>: Connection between misinformation economies and extreme wealth inequality</p><h2>8. Future Outlook</h2><p><strong>Increased Regulatory Intervention</strong>: Forecast of stringent regulation, particularly from EU, Canada, UK, Australia, New Zealand</p><p><strong>Digital Harm Paradigm Shift</strong>: Potential classification of certain recommendation practices as harmful like tobacco or environmental pollutants</p><p><strong>Mobile Device Anti-Pattern</strong>: Possible societal reevaluation of constant connectivity models</p><p><strong>Sovereignty Protection</strong>: Nations increasingly viewing algorithmic manipulation as national security concern</p><p><i>Note: This episode examines the societal implications of recommendation systems powered by vector databases discussed in our previous technical episode, with a focus on potential harms and governance challenges.</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8678786" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c10f7fe3-fa33-4ffd-b86a-84bbfce5304d/audio/cf62bd41-462c-4cc6-a835-8b3e2fac5601/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Ethical Issues Vector Databases</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:09:02</itunes:duration>
      <itunes:summary>This episode examines the societal implications of recommendation systems powered by vector databases discussed in our previous technical episode, with a focus on potential harms and governance challenges.</itunes:summary>
      <itunes:subtitle>This episode examines the societal implications of recommendation systems powered by vector databases discussed in our previous technical episode, with a focus on potential harms and governance challenges.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>193</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1c719760-70f6-482c-b1e8-e1d54a2c9f57</guid>
      <title>Vector Databases</title>
      <description><![CDATA[<h1>Vector Databases for Recommendation Engines: Episode Notes</h1><h2>Introduction</h2><ul><li>Vector databases power modern recommendation systems by finding relationships between entities in high-dimensional space</li><li>Unlike traditional databases that rely on exact matching, vector DBs excel at finding <i>similar</i> items</li><li>Core application: discovering hidden relationships between products, content, or users to drive engagement</li></ul><h2>Key Technical Concepts</h2><p><strong>Vector/Embedding</strong>: Numerical array that represents an entity in n-dimensional space</p><ul><li>Example: [0.2, 0.5, -0.1, 0.8] where each dimension represents a feature</li><li>Similar entities have vectors that are close to each other mathematically</li></ul><p><strong>Similarity Metrics</strong>:</p><ul><li><strong>Cosine Similarity</strong>: Measures angle between vectors (-1 to 1)</li><li>Efficient computation: dot_product / (magnitude_a * magnitude_b)</li><li>Intuitively: measures alignment regardless of vector magnitude</li></ul><p><strong>Search Algorithms</strong>:</p><ul><li><strong>Exact Nearest Neighbor</strong>: Find K closest vectors (computationally expensive)</li><li><strong>Approximate Nearest Neighbor (ANN)</strong>: Trades perfect accuracy for speed</li><li>Computational complexity reduction: O(n) → O(log n) with specialized indexing</li></ul><h2>The "Five Whys" of Vector Databases</h2><p><strong>Traditional databases can't find "similar" items</strong></p><ul><li>Relational DBs excel at WHERE category = 'shoes'</li><li>Can't efficiently answer "What's similar to this product?"</li><li>Vector similarity enables fuzzy matching beyond exact attributes</li></ul><p><strong>Modern ML represents meaning as vectors</strong></p><ul><li>Language models encode semantics in vector space</li><li>Mathematical operations on vectors reveal hidden relationships</li><li>Domain-specific features emerge from high-dimensional representations</li></ul><p><strong>Computation costs explode at scale</strong></p><ul><li>Computing similarity across millions of products is compute-intensive</li><li>Specialized indexing structures dramatically reduce computational complexity</li><li>Vector DBs optimize specifically for high-dimensional similarity operations</li></ul><p><strong>Better recommendations drive business metrics</strong></p><ul><li>Major e-commerce platforms attribute ~35% of revenue to recommendation engines</li><li>Media platforms: 75%+ of content consumption comes from recommendations</li><li>Small improvements in relevance directly impact bottom line</li></ul><p><strong>Continuous learning creates compounding advantage</strong></p><ul><li>Each customer interaction refines the recommendation model</li><li>Vector-based systems adapt without complete retraining</li><li>Data advantages compound over time</li></ul><h2>Recommendation Patterns</h2><p><strong>Content-Based Recommendations</strong></p><ul><li>"Similar to what you're viewing now"</li><li>Based purely on item feature vectors</li><li>Key advantage: works with zero user history (solves cold start)</li></ul><p><strong>Collaborative Filtering via Vectors</strong></p><ul><li>"Users like you also enjoyed..."</li><li>User preference vectors derived from interaction history</li><li>Item vectors derived from which users interact with them</li></ul><p><strong>Hybrid Approaches</strong></p><ul><li>Combine content and collaborative signals</li><li>Example: Item vectors + recency weighting + popularity bias</li><li>Balance relevance with exploration for discovery</li></ul><h2>Implementation Considerations</h2><p><strong>Memory vs. Disk Tradeoffs</strong></p><ul><li>In-memory for fastest performance (sub-millisecond latency)</li><li>On-disk for larger vector collections</li><li>Hybrid approaches for optimal performance/scale balance</li></ul><p><strong>Scaling Thresholds</strong></p><ul><li>Exact search viable to ~100K vectors</li><li>Approximate algorithms necessary beyond that threshold</li><li>Distributed approaches for internet-scale applications</li></ul><p><strong>Emerging Technologies</strong></p><ul><li>Rust-based vector databases (Qdrant) for performance-critical applications</li><li>WebAssembly deployment for edge computing scenarios</li><li>Specialized hardware acceleration (SIMD instructions)</li></ul><h2>Business Impact</h2><p><strong>E-commerce Applications</strong></p><ul><li>Product recommendations drive 20-30% increase in cart size</li><li>"Similar items" implementation with vector similarity</li><li>Cross-category discovery through latent feature relationships</li></ul><p><strong>Content Platforms</strong></p><ul><li>Increased engagement through personalized content discovery</li><li>Reduced bounce rates with relevant recommendations</li><li>Balanced exploration/exploitation for long-term engagement</li></ul><p><strong>Social Networks</strong></p><ul><li>User similarity for community building and engagement</li><li>Content discovery through user clustering</li><li>Following recommendations based on interaction patterns</li></ul><h2>Technical Implementation</h2><p><strong>Core Operations</strong></p><ul><li>insert(id, vector): Add entity vectors to database</li><li>search_similar(query_vector, limit): Find K nearest neighbors</li><li>batch_insert(vectors): Efficiently add multiple vectors</li></ul><p><strong>Similarity Computation</strong></p><ul><li>fn cosine_similarity(a: &[f32], b: &[f32]) -> f32 {
    let dot_product: f32 = a.iter().zip(b.iter()).map(|(x, y)| x * y).sum();
    let mag_a: f32 = a.iter().map(|x| x * x).sum::<f32>().sqrt();
    let mag_b: f32 = b.iter().map(|x| x * x).sum::<f32>().sqrt();
    
    if mag_a > 0.0 && mag_b > 0.0 {
        dot_product / (mag_a * mag_b)
    } else {
        0.0
    }
}
</li></ul><p><strong>Integration Touchpoints</strong></p><ul><li>Embedding pipeline: Convert raw data to vectors</li><li>Recommendation API: Query for similar items</li><li>Feedback loop: Capture interactions to improve model</li></ul><h2>Practical Advice</h2><p><strong>Start Simple</strong></p><ul><li>Begin with in-memory vector database for <100K items</li><li>Implement basic "similar items" on product pages</li><li>Validate with simple A/B test against current approach</li></ul><p><strong>Measure Impact</strong></p><ul><li>Technical: Query latency, memory usage</li><li>Business: Click-through rate, conversion lift</li><li>User experience: Discovery satisfaction, session length</li></ul><p><strong>Scaling Strategy</strong></p><ul><li>Start with exact search, move to approximate methods as needed</li><li>Invest in quality of embeddings over algorithm sophistication</li><li>Build feedback loop for continuous improvement</li></ul><h2>Key Takeaways</h2><ul><li>Vector databases fundamentally simplify recommendation architecture</li><li>Mathematical foundation: similarity = proximity in vector space</li><li>Strategic advantage comes from data quality and feedback loops</li><li>Modern implementation enables web-scale recommendation systems with minimal complexity</li><li>Rust-based solutions (like Qdrant) provide performance-optimized implementations</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 5 Mar 2025 17:14:43 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Vector Databases for Recommendation Engines: Episode Notes</h1><h2>Introduction</h2><ul><li>Vector databases power modern recommendation systems by finding relationships between entities in high-dimensional space</li><li>Unlike traditional databases that rely on exact matching, vector DBs excel at finding <i>similar</i> items</li><li>Core application: discovering hidden relationships between products, content, or users to drive engagement</li></ul><h2>Key Technical Concepts</h2><p><strong>Vector/Embedding</strong>: Numerical array that represents an entity in n-dimensional space</p><ul><li>Example: [0.2, 0.5, -0.1, 0.8] where each dimension represents a feature</li><li>Similar entities have vectors that are close to each other mathematically</li></ul><p><strong>Similarity Metrics</strong>:</p><ul><li><strong>Cosine Similarity</strong>: Measures angle between vectors (-1 to 1)</li><li>Efficient computation: dot_product / (magnitude_a * magnitude_b)</li><li>Intuitively: measures alignment regardless of vector magnitude</li></ul><p><strong>Search Algorithms</strong>:</p><ul><li><strong>Exact Nearest Neighbor</strong>: Find K closest vectors (computationally expensive)</li><li><strong>Approximate Nearest Neighbor (ANN)</strong>: Trades perfect accuracy for speed</li><li>Computational complexity reduction: O(n) → O(log n) with specialized indexing</li></ul><h2>The "Five Whys" of Vector Databases</h2><p><strong>Traditional databases can't find "similar" items</strong></p><ul><li>Relational DBs excel at WHERE category = 'shoes'</li><li>Can't efficiently answer "What's similar to this product?"</li><li>Vector similarity enables fuzzy matching beyond exact attributes</li></ul><p><strong>Modern ML represents meaning as vectors</strong></p><ul><li>Language models encode semantics in vector space</li><li>Mathematical operations on vectors reveal hidden relationships</li><li>Domain-specific features emerge from high-dimensional representations</li></ul><p><strong>Computation costs explode at scale</strong></p><ul><li>Computing similarity across millions of products is compute-intensive</li><li>Specialized indexing structures dramatically reduce computational complexity</li><li>Vector DBs optimize specifically for high-dimensional similarity operations</li></ul><p><strong>Better recommendations drive business metrics</strong></p><ul><li>Major e-commerce platforms attribute ~35% of revenue to recommendation engines</li><li>Media platforms: 75%+ of content consumption comes from recommendations</li><li>Small improvements in relevance directly impact bottom line</li></ul><p><strong>Continuous learning creates compounding advantage</strong></p><ul><li>Each customer interaction refines the recommendation model</li><li>Vector-based systems adapt without complete retraining</li><li>Data advantages compound over time</li></ul><h2>Recommendation Patterns</h2><p><strong>Content-Based Recommendations</strong></p><ul><li>"Similar to what you're viewing now"</li><li>Based purely on item feature vectors</li><li>Key advantage: works with zero user history (solves cold start)</li></ul><p><strong>Collaborative Filtering via Vectors</strong></p><ul><li>"Users like you also enjoyed..."</li><li>User preference vectors derived from interaction history</li><li>Item vectors derived from which users interact with them</li></ul><p><strong>Hybrid Approaches</strong></p><ul><li>Combine content and collaborative signals</li><li>Example: Item vectors + recency weighting + popularity bias</li><li>Balance relevance with exploration for discovery</li></ul><h2>Implementation Considerations</h2><p><strong>Memory vs. Disk Tradeoffs</strong></p><ul><li>In-memory for fastest performance (sub-millisecond latency)</li><li>On-disk for larger vector collections</li><li>Hybrid approaches for optimal performance/scale balance</li></ul><p><strong>Scaling Thresholds</strong></p><ul><li>Exact search viable to ~100K vectors</li><li>Approximate algorithms necessary beyond that threshold</li><li>Distributed approaches for internet-scale applications</li></ul><p><strong>Emerging Technologies</strong></p><ul><li>Rust-based vector databases (Qdrant) for performance-critical applications</li><li>WebAssembly deployment for edge computing scenarios</li><li>Specialized hardware acceleration (SIMD instructions)</li></ul><h2>Business Impact</h2><p><strong>E-commerce Applications</strong></p><ul><li>Product recommendations drive 20-30% increase in cart size</li><li>"Similar items" implementation with vector similarity</li><li>Cross-category discovery through latent feature relationships</li></ul><p><strong>Content Platforms</strong></p><ul><li>Increased engagement through personalized content discovery</li><li>Reduced bounce rates with relevant recommendations</li><li>Balanced exploration/exploitation for long-term engagement</li></ul><p><strong>Social Networks</strong></p><ul><li>User similarity for community building and engagement</li><li>Content discovery through user clustering</li><li>Following recommendations based on interaction patterns</li></ul><h2>Technical Implementation</h2><p><strong>Core Operations</strong></p><ul><li>insert(id, vector): Add entity vectors to database</li><li>search_similar(query_vector, limit): Find K nearest neighbors</li><li>batch_insert(vectors): Efficiently add multiple vectors</li></ul><p><strong>Similarity Computation</strong></p><ul><li>fn cosine_similarity(a: &[f32], b: &[f32]) -> f32 {
    let dot_product: f32 = a.iter().zip(b.iter()).map(|(x, y)| x * y).sum();
    let mag_a: f32 = a.iter().map(|x| x * x).sum::<f32>().sqrt();
    let mag_b: f32 = b.iter().map(|x| x * x).sum::<f32>().sqrt();
    
    if mag_a > 0.0 && mag_b > 0.0 {
        dot_product / (mag_a * mag_b)
    } else {
        0.0
    }
}
</li></ul><p><strong>Integration Touchpoints</strong></p><ul><li>Embedding pipeline: Convert raw data to vectors</li><li>Recommendation API: Query for similar items</li><li>Feedback loop: Capture interactions to improve model</li></ul><h2>Practical Advice</h2><p><strong>Start Simple</strong></p><ul><li>Begin with in-memory vector database for <100K items</li><li>Implement basic "similar items" on product pages</li><li>Validate with simple A/B test against current approach</li></ul><p><strong>Measure Impact</strong></p><ul><li>Technical: Query latency, memory usage</li><li>Business: Click-through rate, conversion lift</li><li>User experience: Discovery satisfaction, session length</li></ul><p><strong>Scaling Strategy</strong></p><ul><li>Start with exact search, move to approximate methods as needed</li><li>Invest in quality of embeddings over algorithm sophistication</li><li>Build feedback loop for continuous improvement</li></ul><h2>Key Takeaways</h2><ul><li>Vector databases fundamentally simplify recommendation architecture</li><li>Mathematical foundation: similarity = proximity in vector space</li><li>Strategic advantage comes from data quality and feedback loops</li><li>Modern implementation enables web-scale recommendation systems with minimal complexity</li><li>Rust-based solutions (like Qdrant) provide performance-optimized implementations</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10377790" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/313bd980-691a-4777-b91b-d173d6e7b5d8/audio/07f1332d-4058-49a3-b2fc-601a77ed09df/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Vector Databases</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:48</itunes:duration>
      <itunes:summary>Vector databases solve the fundamental recommendation problem by storing entities (products, users, content) as high-dimensional numerical arrays where mathematical proximity equals conceptual similarity. Unlike traditional databases optimized for exact matching, vector DBs excel at finding &quot;similar&quot; items through distance metrics like cosine similarity, enabling both content-based (&quot;similar to what you&apos;re viewing&quot;) and collaborative filtering (&quot;users like you enjoyed&quot;) approaches. Their core advantage comes from specialized indexing structures that reduce computational complexity from O(n) to O(log n), making similarity search feasible at scale. Major platforms attribute 35-75% of engagement to recommendation engines powered by these systems, with vector DBs solving the cold-start problem through content-based initialization while continuously improving through interaction feedback. Implementation requires balancing memory/disk tradeoffs, with exact search viable to ~100K items before requiring approximate methods, but the real competitive advantage comes from data quality and feedback loops rather than algorithm sophistication.</itunes:summary>
      <itunes:subtitle>Vector databases solve the fundamental recommendation problem by storing entities (products, users, content) as high-dimensional numerical arrays where mathematical proximity equals conceptual similarity. Unlike traditional databases optimized for exact matching, vector DBs excel at finding &quot;similar&quot; items through distance metrics like cosine similarity, enabling both content-based (&quot;similar to what you&apos;re viewing&quot;) and collaborative filtering (&quot;users like you enjoyed&quot;) approaches. Their core advantage comes from specialized indexing structures that reduce computational complexity from O(n) to O(log n), making similarity search feasible at scale. Major platforms attribute 35-75% of engagement to recommendation engines powered by these systems, with vector DBs solving the cold-start problem through content-based initialization while continuously improving through interaction feedback. Implementation requires balancing memory/disk tradeoffs, with exact search viable to ~100K items before requiring approximate methods, but the real competitive advantage comes from data quality and feedback loops rather than algorithm sophistication.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>192</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a677842c-b7de-4dde-a84a-a0f262311b8d</guid>
      <title>xtermjs and Browser Terminals</title>
      <description><![CDATA[<p>The podcast notes effectively capture the key technical aspects of the WebSocket terminal implementation. The transcript explores how Rust's low-level control and memory management capabilities make it an ideal language for building high-performance terminal emulation over WebSockets.</p><p>What makes this implementation particularly powerful is the combination of Rust's ownership model with the PTY (pseudoterminal) abstraction. This allows for efficient binary data transfer without the overhead typically associated with scripting languages that require garbage collection.</p><p>The architecture demonstrates several advanced Rust patterns:</p><p><strong>Zero-copy buffer management</strong> - Using Rust's ownership semantics to avoid redundant memory allocations when transferring terminal data</p><p><strong>Async I/O with Tokio runtime</strong> - Leveraging Rust's powerful async/await capabilities to handle concurrent terminal sessions without blocking operations</p><p><strong>Actor-based concurrency</strong> - Implementing the Actix actor model to maintain thread-safety across terminal session boundaries</p><p><strong>FFI and syscall integration</strong> - Direct integration with Unix PTY facilities through Rust's foreign function interface</p><p>The containerization aspect complements Rust's performance characteristics by providing clean, reproducible environments with minimal overhead. This combination of Rust's performance with Docker's isolation creates a compelling architecture for browser-based terminals that rivals native applications in responsiveness.</p><p>For developers looking to understand practical applications of Rust's memory safety guarantees in real-world systems programming, this terminal implementation serves as an excellent case study of how ownership, borrowing, and zero-cost abstractions translate into tangible performance benefits.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 28 Feb 2025 22:46:02 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>The podcast notes effectively capture the key technical aspects of the WebSocket terminal implementation. The transcript explores how Rust's low-level control and memory management capabilities make it an ideal language for building high-performance terminal emulation over WebSockets.</p><p>What makes this implementation particularly powerful is the combination of Rust's ownership model with the PTY (pseudoterminal) abstraction. This allows for efficient binary data transfer without the overhead typically associated with scripting languages that require garbage collection.</p><p>The architecture demonstrates several advanced Rust patterns:</p><p><strong>Zero-copy buffer management</strong> - Using Rust's ownership semantics to avoid redundant memory allocations when transferring terminal data</p><p><strong>Async I/O with Tokio runtime</strong> - Leveraging Rust's powerful async/await capabilities to handle concurrent terminal sessions without blocking operations</p><p><strong>Actor-based concurrency</strong> - Implementing the Actix actor model to maintain thread-safety across terminal session boundaries</p><p><strong>FFI and syscall integration</strong> - Direct integration with Unix PTY facilities through Rust's foreign function interface</p><p>The containerization aspect complements Rust's performance characteristics by providing clean, reproducible environments with minimal overhead. This combination of Rust's performance with Docker's isolation creates a compelling architecture for browser-based terminals that rivals native applications in responsiveness.</p><p>For developers looking to understand practical applications of Rust's memory safety guarantees in real-world systems programming, this terminal implementation serves as an excellent case study of how ownership, borrowing, and zero-cost abstractions translate into tangible performance benefits.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5213904" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/afbce7eb-c68d-4351-8e2b-4ef17e1c23f7/audio/cc9c2bdb-a7c9-4712-8d49-3992271b5cb4/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>xtermjs and Browser Terminals</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:05:25</itunes:duration>
      <itunes:summary>BROWSER-BASED TERMINAL WITH RUST: ARCHITECTURAL SUMMARY

Implementation of containerized PTY bridge via WebSockets using Rust/Actix for high-performance terminal emulation in browsers. Architecture leverages:

PERFORMANCE CHARACTERISTICS:
- Zero-copy buffer management via Rust ownership model
- Binary WebSocket protocol avoids UTF-8 encoding overhead
- Direct PTY syscall integration using nix crate
- Tokio-based async I/O for non-blocking terminal I/O operations
- Multi-stage Docker builds for minimal container footprint (&lt;100MB)

ARCHITECTURAL COMPONENTS:
1. Client: XTerm.js terminal emulator with FitAddon for resize handling
2. Server: Actix WebSocket handler with actor model for session isolation
3. PTY Bridge: forkpty() syscall creates master/slave terminal pair
4. Shell Process: Containerized bash/zsh in clean environment
5. Docker: Provides isolation boundary and reproducibility

DATA FLOW:
- Input: Browser keystrokes → WebSocket binary frames → PTY master → Shell
- Output: Shell stdout → PTY slave → Tokio async reader → MPSC channel → WebSocket

INDUSTRY ADOPTION:
Major platforms utilizing browser terminals: VS Code, GitHub Codespaces, GitPod, AWS CloudShell, Google Cloud Shell, JupyterLab. Enables zero-install development environments with centralized compute.

KEY ADVANTAGES:
- Disposability: Instant clean environments via container recreation
- Security: Process isolation prevents host system compromise
- Reproducibility: Identical environment for every session
- Performance: Near-native terminal responsiveness through compiled Rust
- Integration: WebSocket standard works across all modern browsers

USE CASES:
Remote development, technical interviews, educational platforms, cloud IDEs, ephemeral admin environments, deployment testing, secure access to protected resources.</itunes:summary>
      <itunes:subtitle>BROWSER-BASED TERMINAL WITH RUST: ARCHITECTURAL SUMMARY

Implementation of containerized PTY bridge via WebSockets using Rust/Actix for high-performance terminal emulation in browsers. Architecture leverages:

PERFORMANCE CHARACTERISTICS:
- Zero-copy buffer management via Rust ownership model
- Binary WebSocket protocol avoids UTF-8 encoding overhead
- Direct PTY syscall integration using nix crate
- Tokio-based async I/O for non-blocking terminal I/O operations
- Multi-stage Docker builds for minimal container footprint (&lt;100MB)

ARCHITECTURAL COMPONENTS:
1. Client: XTerm.js terminal emulator with FitAddon for resize handling
2. Server: Actix WebSocket handler with actor model for session isolation
3. PTY Bridge: forkpty() syscall creates master/slave terminal pair
4. Shell Process: Containerized bash/zsh in clean environment
5. Docker: Provides isolation boundary and reproducibility

DATA FLOW:
- Input: Browser keystrokes → WebSocket binary frames → PTY master → Shell
- Output: Shell stdout → PTY slave → Tokio async reader → MPSC channel → WebSocket

INDUSTRY ADOPTION:
Major platforms utilizing browser terminals: VS Code, GitHub Codespaces, GitPod, AWS CloudShell, Google Cloud Shell, JupyterLab. Enables zero-install development environments with centralized compute.

KEY ADVANTAGES:
- Disposability: Instant clean environments via container recreation
- Security: Process isolation prevents host system compromise
- Reproducibility: Identical environment for every session
- Performance: Near-native terminal responsiveness through compiled Rust
- Integration: WebSocket standard works across all modern browsers

USE CASES:
Remote development, technical interviews, educational platforms, cloud IDEs, ephemeral admin environments, deployment testing, secure access to protected resources.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>191</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">73aefb29-6a5b-443b-bca9-0f9898a3676f</guid>
      <title>Silicon Valley&apos;s Anarchist Alternative: How Open Source Beats Monopolies and Fascism</title>
      <description><![CDATA[<h1>Silicon Valley's Anarchist Alternative: How Open Source Beats Monopolies and Fascism</h1><h2>CORE THESIS</h2><ul><li>Corporate-controlled tech resembles fascism in power concentration</li><li>Trillion-dollar monopolies create suboptimal outcomes for most people</li><li>Open source (Linux) as practical counter-model to corporate tech hegemony</li><li>Libertarian-socialist approach achieves both freedom and technical superiority</li></ul><h2>ECONOMIC CRITIQUE</h2><ul><li><p>Extreme wealth inequality</p><ul><li>CEO compensation 1,000-10,000× worker pay</li><li>Wages stagnant while executive compensation grows exponentially</li><li>Wealth concentration enables government capture</li></ul></li><li><p>Corporate monopoly patterns</p><ul><li>Planned obsolescence and artificial scarcity</li><li>Printer ink market as price-gouging example</li><li>VC-backed platforms convert existing services to rent-seeking models</li><li>Regulatory capture preventing market correction</li></ul></li></ul><h2>LIBERTARIAN-SOCIALISM FRAMEWORK</h2><ul><li><p>Distinct from authoritarian systems (communism)</p><ul><li>Anti-bureaucratic</li><li>Anti-centralization</li><li>Pro-democratic control</li><li>Bottom-up vs. top-down decision-making</li></ul></li><li><p>Key principles</p><ul><li>Federated/decentralized democratic control</li><li>Worker control of workplaces and technical decisions</li><li>Collective self-management vs. corporate/state domination</li><li>Technical decisions made by practitioners, not executives</li></ul></li></ul><h2>SPANISH ANARCHISM MODEL (1868-1939)</h2><ul><li>Largest anarchist movement in modern history</li><li>CNT (Confederación Nacional del Trabajo)<ul><li>Anarcho-syndicalist union with 1M+ members</li><li>Worker solidarity without authoritarian control</li><li>Developed democratic workplace infrastructure</li><li>Successful until suppressed by fascism</li></ul></li></ul><h2>LINUX/FOSS AS IMPLEMENTED MODEL</h2><ul><li><p>Technical embodiment of libertarian principles</p><ul><li>Decentralized authority vs. hierarchical control</li><li>Voluntary contribution and association</li><li>Federated project structure</li><li>Collective infrastructure ownership</li><li>Meritocratic decision-making</li></ul></li><li><p>Demonstrated superiority</p><ul><li>Powers 90%+ of global technical infrastructure</li><li>Dominates top programming languages</li><li>Microsoft's documented anti-Linux campaign (Halloween documents)</li><li>Technical freedom enables innovation</li></ul></li></ul><h2>SURVEILLANCE CAPITALISM MECHANISMS</h2><ul><li>Authoritarian control patterns<ul><li>Mass data collection creating power asymmetries</li><li>Behavioral prediction products sold to bidders</li><li>Algorithmic manipulation of user behavior</li><li>Shadow profiles and unconsented data extraction</li><li>Digital enclosure of commons</li><li>Similar patterns to Stasi East Germany surveillance</li></ul></li></ul><h2>PRACTICAL COOPERATIVE MODELS</h2><ul><li><p>Mondragón Corporation (Spain)</p><ul><li>World's largest worker cooperative</li><li>80,000+ employees across 100+ cooperatives</li><li>Democratic governance</li><li>Salary ratios capped at 6:1 (vs. 350:1 in US corps)</li><li>60+ years of profitability</li></ul></li><li><p>Spanish grocery cooperatives</p><ul><li>Millions of consumer-members</li><li>16,000+ worker-owners</li><li>Lower consumer prices with better worker conditions</li></ul></li><li><p>Success factors</p><ul><li>Federated structure with local autonomy</li><li>Inter-cooperation between entities</li><li>Technical and democratic education</li><li>Capital subordinated to labor, not vice versa</li></ul></li></ul><h2>EXISTING LIBERTARIAN TECH ALTERNATIVES</h2><ul><li><p>Federated social media</p><ul><li>Mastodon</li><li>ActivityPub</li><li>BlueSky</li></ul></li><li><p>Community ownership models</p><ul><li>Municipal broadband</li><li>Mesh networks</li><li>Wikipedia</li><li>Platform cooperatives</li></ul></li><li><p>Privacy-respecting services</p><ul><li>Signal (secure messaging)</li><li>ProtonMail (encrypted email)</li><li>Brave (privacy browser)</li><li>DuckDuckGo (non-tracking search)</li></ul></li></ul><h2>ACTION FRAMEWORK</h2><ul><li>Increase adoption of libertarian tech alternatives</li><li>Support open-source projects with resources and advocacy</li><li>Develop business models supporting democratic tech</li><li>Build human-centered, democratically controlled technology</li><li>Recognize that Linux/FOSS is not "communism" but its opposite - a non-authoritarian system supporting freedom</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 28 Feb 2025 00:58:43 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Silicon Valley's Anarchist Alternative: How Open Source Beats Monopolies and Fascism</h1><h2>CORE THESIS</h2><ul><li>Corporate-controlled tech resembles fascism in power concentration</li><li>Trillion-dollar monopolies create suboptimal outcomes for most people</li><li>Open source (Linux) as practical counter-model to corporate tech hegemony</li><li>Libertarian-socialist approach achieves both freedom and technical superiority</li></ul><h2>ECONOMIC CRITIQUE</h2><ul><li><p>Extreme wealth inequality</p><ul><li>CEO compensation 1,000-10,000× worker pay</li><li>Wages stagnant while executive compensation grows exponentially</li><li>Wealth concentration enables government capture</li></ul></li><li><p>Corporate monopoly patterns</p><ul><li>Planned obsolescence and artificial scarcity</li><li>Printer ink market as price-gouging example</li><li>VC-backed platforms convert existing services to rent-seeking models</li><li>Regulatory capture preventing market correction</li></ul></li></ul><h2>LIBERTARIAN-SOCIALISM FRAMEWORK</h2><ul><li><p>Distinct from authoritarian systems (communism)</p><ul><li>Anti-bureaucratic</li><li>Anti-centralization</li><li>Pro-democratic control</li><li>Bottom-up vs. top-down decision-making</li></ul></li><li><p>Key principles</p><ul><li>Federated/decentralized democratic control</li><li>Worker control of workplaces and technical decisions</li><li>Collective self-management vs. corporate/state domination</li><li>Technical decisions made by practitioners, not executives</li></ul></li></ul><h2>SPANISH ANARCHISM MODEL (1868-1939)</h2><ul><li>Largest anarchist movement in modern history</li><li>CNT (Confederación Nacional del Trabajo)<ul><li>Anarcho-syndicalist union with 1M+ members</li><li>Worker solidarity without authoritarian control</li><li>Developed democratic workplace infrastructure</li><li>Successful until suppressed by fascism</li></ul></li></ul><h2>LINUX/FOSS AS IMPLEMENTED MODEL</h2><ul><li><p>Technical embodiment of libertarian principles</p><ul><li>Decentralized authority vs. hierarchical control</li><li>Voluntary contribution and association</li><li>Federated project structure</li><li>Collective infrastructure ownership</li><li>Meritocratic decision-making</li></ul></li><li><p>Demonstrated superiority</p><ul><li>Powers 90%+ of global technical infrastructure</li><li>Dominates top programming languages</li><li>Microsoft's documented anti-Linux campaign (Halloween documents)</li><li>Technical freedom enables innovation</li></ul></li></ul><h2>SURVEILLANCE CAPITALISM MECHANISMS</h2><ul><li>Authoritarian control patterns<ul><li>Mass data collection creating power asymmetries</li><li>Behavioral prediction products sold to bidders</li><li>Algorithmic manipulation of user behavior</li><li>Shadow profiles and unconsented data extraction</li><li>Digital enclosure of commons</li><li>Similar patterns to Stasi East Germany surveillance</li></ul></li></ul><h2>PRACTICAL COOPERATIVE MODELS</h2><ul><li><p>Mondragón Corporation (Spain)</p><ul><li>World's largest worker cooperative</li><li>80,000+ employees across 100+ cooperatives</li><li>Democratic governance</li><li>Salary ratios capped at 6:1 (vs. 350:1 in US corps)</li><li>60+ years of profitability</li></ul></li><li><p>Spanish grocery cooperatives</p><ul><li>Millions of consumer-members</li><li>16,000+ worker-owners</li><li>Lower consumer prices with better worker conditions</li></ul></li><li><p>Success factors</p><ul><li>Federated structure with local autonomy</li><li>Inter-cooperation between entities</li><li>Technical and democratic education</li><li>Capital subordinated to labor, not vice versa</li></ul></li></ul><h2>EXISTING LIBERTARIAN TECH ALTERNATIVES</h2><ul><li><p>Federated social media</p><ul><li>Mastodon</li><li>ActivityPub</li><li>BlueSky</li></ul></li><li><p>Community ownership models</p><ul><li>Municipal broadband</li><li>Mesh networks</li><li>Wikipedia</li><li>Platform cooperatives</li></ul></li><li><p>Privacy-respecting services</p><ul><li>Signal (secure messaging)</li><li>ProtonMail (encrypted email)</li><li>Brave (privacy browser)</li><li>DuckDuckGo (non-tracking search)</li></ul></li></ul><h2>ACTION FRAMEWORK</h2><ul><li>Increase adoption of libertarian tech alternatives</li><li>Support open-source projects with resources and advocacy</li><li>Develop business models supporting democratic tech</li><li>Build human-centered, democratically controlled technology</li><li>Recognize that Linux/FOSS is not "communism" but its opposite - a non-authoritarian system supporting freedom</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="15463935" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/226673dd-b44d-4f26-9bcd-2916207df8c8/audio/7ccb4b29-dab0-46ec-92f3-a8b28f000945/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Silicon Valley&apos;s Anarchist Alternative: How Open Source Beats Monopolies and Fascism</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:16:06</itunes:duration>
      <itunes:summary>The podcast presents libertarian-socialism as a viable alternative to tech monopolies, contrasting corporate surveillance capitalism with the freedom-oriented collaboration found in open source software. It positions Linux as a practical implementation of libertarian principles that delivers both technical superiority and user freedom through decentralized governance, voluntary association, and practitioner-driven decisions. The speaker distinguishes this approach from authoritarian communism, emphasizing anti-bureaucratic, democratic control rather than centralization. Spanish anarchist movements (1868-1939) and modern Spanish cooperatives like Mondragón serve as historical and contemporary models demonstrating economic viability. The podcast concludes that adopting these federated, democratic systems can counter the dystopian surveillance and monopolistic control of big tech, offering tangible alternatives in federated social networks, privacy-respecting applications, and cooperative ownership structures.</itunes:summary>
      <itunes:subtitle>The podcast presents libertarian-socialism as a viable alternative to tech monopolies, contrasting corporate surveillance capitalism with the freedom-oriented collaboration found in open source software. It positions Linux as a practical implementation of libertarian principles that delivers both technical superiority and user freedom through decentralized governance, voluntary association, and practitioner-driven decisions. The speaker distinguishes this approach from authoritarian communism, emphasizing anti-bureaucratic, democratic control rather than centralization. Spanish anarchist movements (1868-1939) and modern Spanish cooperatives like Mondragón serve as historical and contemporary models demonstrating economic viability. The podcast concludes that adopting these federated, democratic systems can counter the dystopian surveillance and monopolistic control of big tech, offering tangible alternatives in federated social networks, privacy-respecting applications, and cooperative ownership structures.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>190</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">f04767a5-563a-4f4f-9af0-4cb9e73932b5</guid>
      <title>Are AI Coders Statistical Twins of Rogue Developers?</title>
      <description><![CDATA[<h1>EPISODE NOTES: AI CODING PATTERNS & DEFECT CORRELATIONS</h1><h2>Core Thesis</h2><ul><li><strong>Key premise</strong>: Code churn patterns reveal developer archetypes with predictable quality outcomes</li><li><strong>Novel insight</strong>: AI coding assistants exhibit statistical twins of "rogue developer" patterns (r=0.92)</li><li><strong>Technical risk</strong>: This correlation suggests potential widespread defect introduction in AI-augmented teams</li></ul><h2>Code Churn Research Background</h2><ul><li><strong>Definition</strong>: Measure of how frequently a file changes over time (adds, modifications, deletions)</li><li><strong>Quality correlation</strong>: High relative churn strongly predicts defect density (~89% accuracy)</li><li><strong>Measurement</strong>: Most predictive as ratio of churned LOC to total LOC</li><li><strong>Research source</strong>: Microsoft studies demonstrating relative churn as superior defect predictor</li></ul><h2>Developer Patterns Analysis</h2><p><strong>Consistent developer pattern</strong>:</p><ul><li>~25% active ratio spread evenly (e.g., Linus Torvalds, Guido van Rossum)</li><li><10% relative churn with strategic, minimal changes</li><li>4-5× fewer defects than project average</li><li>Key metric: Low M1 (Churned LOC/Total LOC)</li></ul><p><strong>Average developer pattern</strong>:</p><ul><li>15-20% active ratio (sprint-aligned)</li><li>Moderate churn (10-20%) with balanced feature/maintenance focus</li><li>Follows team workflows and standards</li><li>Key metric: Mid-range values across M1-M8</li></ul><p><strong>Junior developer pattern</strong>:</p><ul><li>Sporadic commit patterns with frequent gaps</li><li>High relative churn (~30%) approaching danger threshold</li><li>Experimental approach with frequent complete rewrites</li><li>Key metric: Elevated M7 (Churned LOC/Deleted LOC)</li></ul><p><strong>Rogue developer pattern</strong>:</p><ul><li>Night/weekend work bursts with low consistency</li><li>Very high relative churn (>35%)</li><li>Working in isolation, avoiding team integration</li><li>Key metric: Extreme M6 (Lines/Weeks of churn)</li></ul><p><strong>AI developer pattern</strong>:</p><ul><li>Spontaneous productivity bursts with zero continuity</li><li>Extremely high output volume per contribution</li><li>Significant code rewrites with inconsistent styling</li><li>Key metric: Off-scale M8 (Lines worked on/Churn count)</li><li><strong>Critical finding</strong>: Statistical twin of rogue developer pattern</li></ul><h2>Technical Implications</h2><p>Exponential vs. linear development approaches:</p><ul><li>Continuous improvement requires linear, incremental changes</li><li>Massive code bursts create defect debt regardless of source (human or AI)</li></ul><p>CI/CD considerations:</p><ul><li>High churn + weak testing = "cargo cult DevOps"</li><li>Particularly dangerous with dynamic languages (Python)</li><li>Continuous improvement should decrease defect rates over time</li></ul><h2>Risk Mitigation Strategies</h2><ol><li>Treat AI-generated code with same scrutiny as rogue developer contributions</li><li>Limit AI-generated code volume to minimize churn</li><li>Implement incremental changes rather than complete rewrites</li><li>Establish relative churn thresholds as quality gates</li><li>Pair AI contributions with consistent developer reviews</li></ol><h2>Key Takeaway</h2><p>The optimal application of AI coding tools should mimic consistent developer patterns: minimal, targeted changes with low relative churn - not massive spontaneous productivity bursts that introduce hidden technical debt.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 27 Feb 2025 23:57:38 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>EPISODE NOTES: AI CODING PATTERNS & DEFECT CORRELATIONS</h1><h2>Core Thesis</h2><ul><li><strong>Key premise</strong>: Code churn patterns reveal developer archetypes with predictable quality outcomes</li><li><strong>Novel insight</strong>: AI coding assistants exhibit statistical twins of "rogue developer" patterns (r=0.92)</li><li><strong>Technical risk</strong>: This correlation suggests potential widespread defect introduction in AI-augmented teams</li></ul><h2>Code Churn Research Background</h2><ul><li><strong>Definition</strong>: Measure of how frequently a file changes over time (adds, modifications, deletions)</li><li><strong>Quality correlation</strong>: High relative churn strongly predicts defect density (~89% accuracy)</li><li><strong>Measurement</strong>: Most predictive as ratio of churned LOC to total LOC</li><li><strong>Research source</strong>: Microsoft studies demonstrating relative churn as superior defect predictor</li></ul><h2>Developer Patterns Analysis</h2><p><strong>Consistent developer pattern</strong>:</p><ul><li>~25% active ratio spread evenly (e.g., Linus Torvalds, Guido van Rossum)</li><li><10% relative churn with strategic, minimal changes</li><li>4-5× fewer defects than project average</li><li>Key metric: Low M1 (Churned LOC/Total LOC)</li></ul><p><strong>Average developer pattern</strong>:</p><ul><li>15-20% active ratio (sprint-aligned)</li><li>Moderate churn (10-20%) with balanced feature/maintenance focus</li><li>Follows team workflows and standards</li><li>Key metric: Mid-range values across M1-M8</li></ul><p><strong>Junior developer pattern</strong>:</p><ul><li>Sporadic commit patterns with frequent gaps</li><li>High relative churn (~30%) approaching danger threshold</li><li>Experimental approach with frequent complete rewrites</li><li>Key metric: Elevated M7 (Churned LOC/Deleted LOC)</li></ul><p><strong>Rogue developer pattern</strong>:</p><ul><li>Night/weekend work bursts with low consistency</li><li>Very high relative churn (>35%)</li><li>Working in isolation, avoiding team integration</li><li>Key metric: Extreme M6 (Lines/Weeks of churn)</li></ul><p><strong>AI developer pattern</strong>:</p><ul><li>Spontaneous productivity bursts with zero continuity</li><li>Extremely high output volume per contribution</li><li>Significant code rewrites with inconsistent styling</li><li>Key metric: Off-scale M8 (Lines worked on/Churn count)</li><li><strong>Critical finding</strong>: Statistical twin of rogue developer pattern</li></ul><h2>Technical Implications</h2><p>Exponential vs. linear development approaches:</p><ul><li>Continuous improvement requires linear, incremental changes</li><li>Massive code bursts create defect debt regardless of source (human or AI)</li></ul><p>CI/CD considerations:</p><ul><li>High churn + weak testing = "cargo cult DevOps"</li><li>Particularly dangerous with dynamic languages (Python)</li><li>Continuous improvement should decrease defect rates over time</li></ul><h2>Risk Mitigation Strategies</h2><ol><li>Treat AI-generated code with same scrutiny as rogue developer contributions</li><li>Limit AI-generated code volume to minimize churn</li><li>Implement incremental changes rather than complete rewrites</li><li>Establish relative churn thresholds as quality gates</li><li>Pair AI contributions with consistent developer reviews</li></ol><h2>Key Takeaway</h2><p>The optimal application of AI coding tools should mimic consistent developer patterns: minimal, targeted changes with low relative churn - not massive spontaneous productivity bursts that introduce hidden technical debt.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10793242" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5cd07b28-5d99-4fa9-ade9-9d5cf74a9557/audio/e0a70270-c2af-46d8-a430-dcd5cfa87e7c/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Are AI Coders Statistical Twins of Rogue Developers?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:11:14</itunes:duration>
      <itunes:summary>Code churn analytics reveals a concerning pattern: AI coding assistants statistically mirror &quot;rogue developer&quot; behavior (r=0.92 correlation), characterized by burst productivity with extremely high relative churn rates (&gt;35%) that strongly predict defect introduction. Based on rigorous analysis of 44.97M LOC across major projects, this indicates AI tools may be creating widespread technical debt despite productivity claims. While consistent developers (e.g., Linus Torvalds, Guido van Rossum) show ~25% active ratio with &lt;10% churn and 4× fewer defects than average, AI contributions demonstrate patterns historically associated with defect-prone code. Optimal AI integration requires treating these tools as high-risk contributors, implementing strict quality gates at ~30% relative churn threshold, focusing reviews on architectural boundaries, and shifting from exponential burst patterns to linear, incremental improvements that mimic consistent developer workflows. This represents a critical counterpoint to uncritical AI adoption narratives dominating industry discourse.</itunes:summary>
      <itunes:subtitle>Code churn analytics reveals a concerning pattern: AI coding assistants statistically mirror &quot;rogue developer&quot; behavior (r=0.92 correlation), characterized by burst productivity with extremely high relative churn rates (&gt;35%) that strongly predict defect introduction. Based on rigorous analysis of 44.97M LOC across major projects, this indicates AI tools may be creating widespread technical debt despite productivity claims. While consistent developers (e.g., Linus Torvalds, Guido van Rossum) show ~25% active ratio with &lt;10% churn and 4× fewer defects than average, AI contributions demonstrate patterns historically associated with defect-prone code. Optimal AI integration requires treating these tools as high-risk contributors, implementing strict quality gates at ~30% relative churn threshold, focusing reviews on architectural boundaries, and shifting from exponential burst patterns to linear, incremental improvements that mimic consistent developer workflows. This represents a critical counterpoint to uncritical AI adoption narratives dominating industry discourse.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>189</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9b3e02e3-89fd-4b49-9be3-8d241ddb6057</guid>
      <title>The Automation Myth: Why Developer Jobs Aren&apos;t Being Automated</title>
      <description><![CDATA[<h1>The Automation Myth: Why Developer Jobs Aren't Going Away</h1><h2>Core Thesis</h2><ul><li>The "last mile problem" persistently prevents full automation</li><li>90/10 rule: First 90% of automation is easy, last 10% proves exponentially harder</li><li>Tech monopolies strategically use automation narratives to influence markets and suppress labor</li><li>Genuine automation augments human capabilities rather than replacing humans entirely</li></ul><h2>Case Studies: Automation's Last Mile Problem</h2><h3>Self-Checkout Systems</h3><ul><li>Implementation reality: Always requires human oversight (1 attendant per ~4-6 machines)</li><li>Failure modes demonstrate the 80/20 problem:<ul><li>ID verification for age-restricted items</li><li>Weight discrepancies and unrecognized items</li><li>Coupon application and complex pricing</li><li>Unexpected technical errors</li></ul></li><li>Modest efficiency gain (~30%) comes with hidden costs:<ul><li>Increased shrinkage (theft)</li><li>Customer experience degradation</li><li>Higher maintenance requirements</li></ul></li></ul><h3>Autonomous Vehicles</h3><ul><li>Billions invested with fundamental limitations still unsolved</li><li>Current capabilities work as assistive features only:<ul><li>Highway driving assistance</li><li>Lane departure warnings</li><li>Automated parking</li></ul></li><li>Technical barriers remain insurmountable for full autonomy:<ul><li>Edge case handling (weather, construction, emergencies)</li><li>Local driving cultures and norms</li><li>Safety requirements (99.9% isn't good enough)</li></ul></li><li>Used to prop up valuations despite lack of viable full automation path</li></ul><h3>Content Moderation</h3><ul><li>Persistent human dependency despite massive automation investment</li><li>Technical reality: AI flags content but humans make final decisions</li><li>Hidden workforce: Thousands of moderators reviewing flagged content</li><li>Ethical issues with outsourcing traumatic content review</li><li>Demonstrates that even with massive datasets, human judgment remains essential</li></ul><h3>Data Labeling Dependencies</h3><ul><li>Ironic paradox: AI systems require massive human-labeled training data</li><li>If AI were truly automating effectively, data labeling jobs would disappear</li><li>Quality AI requires increasingly specialized human labeling expertise</li><li>Shows fundamental dependency on human judgment persists</li></ul><h2>Developer Jobs: The DevOps Reality</h2><h3>The Code Generation Fallacy</h3><ul><li>Writing code isn't the bottleneck; sustainable improvement is</li><li>Bad code compounds logarithmically:<ul><li>Initial development can appear exponentially productive</li><li>Technical debt creates logarithmic slowdown over time</li><li>System complexity eventually halts progress entirely</li></ul></li><li>AI coding tools optimize for the wrong metric:<ul><li>Focus on initial code generation, not long-term maintenance</li><li>Generate plausible but architecturally problematic solutions</li><li>Create hidden technical debt</li></ul></li></ul><h3>Infrastructure as Code: The Canary in the Coal Mine</h3><ul><li>If automation worked, cloud infrastructure could be built via natural language</li><li>Critical limitations prevent this:<ul><li>Security vulnerabilities from incomplete pattern recognition</li><li>Excessive verbosity required to specify all parameters</li><li>High-stakes failure consequences (account compromise, data loss)</li><li>Inability to reason about system-level architecture</li></ul></li></ul><h3>The Chicken-and-Egg Paradox</h3><ul><li>If AI coding tools worked as advertised, they would recursively improve themselves</li><li>Reality check: AI tool companies hire more engineers, not fewer<ul><li>OpenAI: 700+ engineers despite creating "automation" tools</li><li>Anthropic: Continuously hiring despite Claude's coding capabilities</li></ul></li><li>No evidence of compounding productivity gains in AI development itself</li></ul><h2>Tech Monopolies & Market Manipulation</h2><h3>Strategic Automation Narratives</h3><ul><li>Trillion-dollar tech companies benefit from automation hype:<ul><li>Stock price inflation via future growth projections</li><li>Labor cost suppression and bargaining power reduction</li><li>Competitive moat-building (capital requirements)</li></ul></li><li>Creates asymmetric power relationship with workers:<ul><li>"Why unionize if your job will be automated?"</li><li>Encourages accepting lower compensation due to perceived job insecurity</li><li>Discourages smaller competitors from market entry</li></ul></li></ul><h3>Hidden Human Dependencies</h3><ul><li>Tech giants maintain massive human workforces for supposedly "automated" systems:<ul><li>Content moderation (15,000+ contractors)</li><li>Data labeling (100,000+ global workers)</li><li>Quality assurance and oversight</li></ul></li><li>Cost structure deliberately obscured in financial reporting</li><li>True economics of "AI systems" include significant hidden human labor costs</li></ul><h2>Developer Career Strategy</h2><h3>Focus on Augmentation, Not Replacement</h3><ul><li>Use automation tools to handle routine aspects of development</li><li>Redirect energy toward higher-value activities:<ul><li>System architecture and integration</li><li>Security and performance optimization</li><li>Business domain expertise</li></ul></li></ul><h3>Skill Development Priorities</h3><ul><li>Learn modern compiled languages with stronger guarantees (e.g., Rust)</li><li>Develop expertise in system efficiency:<ul><li>Energy and computational optimization</li><li>Cost efficiency at scale</li><li>Security hardening</li></ul></li></ul><h3>Professional Positioning</h3><ul><li>Recognize automation narratives as potential labor suppression tactics</li><li>Focus on deepening technical capabilities rather than breadth</li><li>Understand the fundamental value of human judgment in software engineering</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 27 Feb 2025 18:01:10 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>The Automation Myth: Why Developer Jobs Aren't Going Away</h1><h2>Core Thesis</h2><ul><li>The "last mile problem" persistently prevents full automation</li><li>90/10 rule: First 90% of automation is easy, last 10% proves exponentially harder</li><li>Tech monopolies strategically use automation narratives to influence markets and suppress labor</li><li>Genuine automation augments human capabilities rather than replacing humans entirely</li></ul><h2>Case Studies: Automation's Last Mile Problem</h2><h3>Self-Checkout Systems</h3><ul><li>Implementation reality: Always requires human oversight (1 attendant per ~4-6 machines)</li><li>Failure modes demonstrate the 80/20 problem:<ul><li>ID verification for age-restricted items</li><li>Weight discrepancies and unrecognized items</li><li>Coupon application and complex pricing</li><li>Unexpected technical errors</li></ul></li><li>Modest efficiency gain (~30%) comes with hidden costs:<ul><li>Increased shrinkage (theft)</li><li>Customer experience degradation</li><li>Higher maintenance requirements</li></ul></li></ul><h3>Autonomous Vehicles</h3><ul><li>Billions invested with fundamental limitations still unsolved</li><li>Current capabilities work as assistive features only:<ul><li>Highway driving assistance</li><li>Lane departure warnings</li><li>Automated parking</li></ul></li><li>Technical barriers remain insurmountable for full autonomy:<ul><li>Edge case handling (weather, construction, emergencies)</li><li>Local driving cultures and norms</li><li>Safety requirements (99.9% isn't good enough)</li></ul></li><li>Used to prop up valuations despite lack of viable full automation path</li></ul><h3>Content Moderation</h3><ul><li>Persistent human dependency despite massive automation investment</li><li>Technical reality: AI flags content but humans make final decisions</li><li>Hidden workforce: Thousands of moderators reviewing flagged content</li><li>Ethical issues with outsourcing traumatic content review</li><li>Demonstrates that even with massive datasets, human judgment remains essential</li></ul><h3>Data Labeling Dependencies</h3><ul><li>Ironic paradox: AI systems require massive human-labeled training data</li><li>If AI were truly automating effectively, data labeling jobs would disappear</li><li>Quality AI requires increasingly specialized human labeling expertise</li><li>Shows fundamental dependency on human judgment persists</li></ul><h2>Developer Jobs: The DevOps Reality</h2><h3>The Code Generation Fallacy</h3><ul><li>Writing code isn't the bottleneck; sustainable improvement is</li><li>Bad code compounds logarithmically:<ul><li>Initial development can appear exponentially productive</li><li>Technical debt creates logarithmic slowdown over time</li><li>System complexity eventually halts progress entirely</li></ul></li><li>AI coding tools optimize for the wrong metric:<ul><li>Focus on initial code generation, not long-term maintenance</li><li>Generate plausible but architecturally problematic solutions</li><li>Create hidden technical debt</li></ul></li></ul><h3>Infrastructure as Code: The Canary in the Coal Mine</h3><ul><li>If automation worked, cloud infrastructure could be built via natural language</li><li>Critical limitations prevent this:<ul><li>Security vulnerabilities from incomplete pattern recognition</li><li>Excessive verbosity required to specify all parameters</li><li>High-stakes failure consequences (account compromise, data loss)</li><li>Inability to reason about system-level architecture</li></ul></li></ul><h3>The Chicken-and-Egg Paradox</h3><ul><li>If AI coding tools worked as advertised, they would recursively improve themselves</li><li>Reality check: AI tool companies hire more engineers, not fewer<ul><li>OpenAI: 700+ engineers despite creating "automation" tools</li><li>Anthropic: Continuously hiring despite Claude's coding capabilities</li></ul></li><li>No evidence of compounding productivity gains in AI development itself</li></ul><h2>Tech Monopolies & Market Manipulation</h2><h3>Strategic Automation Narratives</h3><ul><li>Trillion-dollar tech companies benefit from automation hype:<ul><li>Stock price inflation via future growth projections</li><li>Labor cost suppression and bargaining power reduction</li><li>Competitive moat-building (capital requirements)</li></ul></li><li>Creates asymmetric power relationship with workers:<ul><li>"Why unionize if your job will be automated?"</li><li>Encourages accepting lower compensation due to perceived job insecurity</li><li>Discourages smaller competitors from market entry</li></ul></li></ul><h3>Hidden Human Dependencies</h3><ul><li>Tech giants maintain massive human workforces for supposedly "automated" systems:<ul><li>Content moderation (15,000+ contractors)</li><li>Data labeling (100,000+ global workers)</li><li>Quality assurance and oversight</li></ul></li><li>Cost structure deliberately obscured in financial reporting</li><li>True economics of "AI systems" include significant hidden human labor costs</li></ul><h2>Developer Career Strategy</h2><h3>Focus on Augmentation, Not Replacement</h3><ul><li>Use automation tools to handle routine aspects of development</li><li>Redirect energy toward higher-value activities:<ul><li>System architecture and integration</li><li>Security and performance optimization</li><li>Business domain expertise</li></ul></li></ul><h3>Skill Development Priorities</h3><ul><li>Learn modern compiled languages with stronger guarantees (e.g., Rust)</li><li>Develop expertise in system efficiency:<ul><li>Energy and computational optimization</li><li>Cost efficiency at scale</li><li>Security hardening</li></ul></li></ul><h3>Professional Positioning</h3><ul><li>Recognize automation narratives as potential labor suppression tactics</li><li>Focus on deepening technical capabilities rather than breadth</li><li>Understand the fundamental value of human judgment in software engineering</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="19042502" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8a0bf4a3-f20b-4f9f-9b51-29a03572a9e9/audio/88e60438-dcf8-4615-ad4a-e6437a571795/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Automation Myth: Why Developer Jobs Aren&apos;t Being Automated</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:19:50</itunes:duration>
      <itunes:summary>Here&apos;s a concise one-paragraph summary:

The automation of developer jobs is largely a myth perpetuated by tech monopolies to inflate stock prices and suppress labor demands. Current AI tools exhibit a persistent &quot;last mile problem&quot; where the final 10% of automation tasks remain beyond reach, as evidenced by self-checkout systems, autonomous vehicles, content moderation, and data labeling—all requiring significant human oversight despite claims of automation. The fundamental challenge in software development isn&apos;t code generation but sustainable improvement over time, with technical debt compounding logarithmically when architectural fundamentals are neglected. AI coding tools optimize for initial code production while ignoring long-term maintenance, infrastructure security, and system architecture concerns. The lack of recursive improvement in AI development itself (tech companies still hire more engineers despite their automation tools) reveals the chicken-and-egg paradox at the heart of automation claims, suggesting developers should focus on deepening expertise in system architecture, security optimization, and modern compiled languages rather than fearing replacement.</itunes:summary>
      <itunes:subtitle>Here&apos;s a concise one-paragraph summary:

The automation of developer jobs is largely a myth perpetuated by tech monopolies to inflate stock prices and suppress labor demands. Current AI tools exhibit a persistent &quot;last mile problem&quot; where the final 10% of automation tasks remain beyond reach, as evidenced by self-checkout systems, autonomous vehicles, content moderation, and data labeling—all requiring significant human oversight despite claims of automation. The fundamental challenge in software development isn&apos;t code generation but sustainable improvement over time, with technical debt compounding logarithmically when architectural fundamentals are neglected. AI coding tools optimize for initial code production while ignoring long-term maintenance, infrastructure security, and system architecture concerns. The lack of recursive improvement in AI development itself (tech companies still hire more engineers despite their automation tools) reveals the chicken-and-egg paradox at the heart of automation claims, suggesting developers should focus on deepening expertise in system architecture, security optimization, and modern compiled languages rather than fearing replacement.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>188</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">24541a8c-1d38-487d-8355-b89edc248b57</guid>
      <title>Maslows Hierarchy of Logging Needs</title>
      <description><![CDATA[<h1>Maslow's Hierarchy of Logging - Podcast Episode Notes</h1><h2>Core Concept</h2><ul><li>Logging exists on a maturity spectrum similar to Maslow's hierarchy of needs</li><li>Software teams must address fundamental logging requirements before advancing to sophisticated observability</li></ul><h2>Level 1: Print Statements</h2><ul><li><strong>Definition</strong>: Raw output statements (printf, console.log) for basic debugging</li><li><strong>Limitations</strong>:<ul><li>Creates ephemeral debugging artifacts (add prints → fix issue → delete prints → similar bug reappears → repeat)</li><li>Zero runtime configuration (requires code changes)</li><li>No standardization (format, levels, destinations)</li><li>Visibility limited to execution duration</li><li>Cannot filter, aggregate, or analyze effectively</li></ul></li><li><strong>Examples</strong>: Python print(), JavaScript console.log(), Java System.out.println()</li></ul><h2>Level 2: Logging Libraries</h2><ul><li><strong>Definition</strong>: Structured logging with configurable severity levels</li><li><strong>Benefits</strong>:<ul><li>Runtime-configurable verbosity without code changes</li><li>Preserves debugging context across debugging sessions</li><li>Enables strategic log retention rather than deletion</li></ul></li><li><strong>Key Capabilities</strong>:<ul><li>Log levels (debug, info, warning, error, exception)</li><li>Production vs. development logging strategies</li><li>Exception tracking and monitoring</li></ul></li><li><strong>Sub-levels</strong>:<ul><li>Unstructured logs (harder to query, requires pattern matching)</li><li>Structured logs (JSON-based, enables key-value querying)</li><li>Enables metrics dashboards, counts, alerts</li></ul></li><li><strong>Examples</strong>: Python logging module, Rust log crate, Winston (JS), Log4j (Java)</li></ul><h2>Level 3: Tracing</h2><ul><li><strong>Definition</strong>: Tracks execution paths through code with unique trace IDs</li><li><strong>Key Capabilities</strong>:<ul><li>Captures method entry/exit points with precise timing data</li><li>Performance profiling with lower overhead than traditional profilers</li><li>Hotspot identification for optimization targets</li></ul></li><li><strong>Benefits</strong>:<ul><li>Provides execution context and sequential flow visualization</li><li>Enables detailed performance analysis in production</li></ul></li><li><strong>Examples</strong>: OpenTelemetry (vendor-neutral), Jaeger, Zipkin</li></ul><h2>Level 4: Distributed Tracing</h2><ul><li><strong>Definition</strong>: Propagates trace context across process and service boundaries</li><li><strong>Use Case</strong>: Essential for microservices and serverless architectures (5-500+ transactions across services)</li><li><strong>Key Capabilities</strong>:<ul><li>Correlates requests spanning multiple services/functions</li><li>Visualizes end-to-end request flow through complex architectures</li><li>Identifies cross-service latency and bottlenecks</li><li>Maps service dependencies</li><li>Implements sampling strategies to reduce overhead</li></ul></li><li><strong>Examples</strong>: OpenTelemetry Collector, Grafana Tempo, Jaeger (distributed deployment)</li></ul><h2>Level 5: Observability</h2><ul><li><strong>Definition</strong>: Unified approach combining logs, metrics, and traces</li><li><strong>Context</strong>: Beyond application traces - includes system-level metrics (CPU, memory, disk I/O, network)</li><li><strong>Key Capabilities</strong>:<ul><li>Unknown-unknown detection (vs. monitoring known-knowns)</li><li>High-cardinality data collection for complex system states</li><li>Real-time analytics with anomaly detection</li><li>Event correlation across infrastructure, applications, and business processes</li><li>Holistic system visibility with drill-down capabilities</li></ul></li><li><strong>Analogy</strong>: Like a vehicle dashboard showing overall status with ability to inspect specific components</li><li><strong>Examples</strong>: <ul><li>Grafana + Prometheus + Loki stack</li><li>ELK Stack (Elasticsearch, Logstash, Kibana)</li><li>OpenTelemetry with visualization backends</li></ul></li></ul><h2>Implementation Strategies</h2><ul><li><strong>Progressive adoption</strong>: Start with logging fundamentals, then build up</li><li><strong>Future-proofing</strong>: Design with next level in mind</li><li><strong>Tool integration</strong>: Select tools that work well together</li><li><strong>Team capabilities</strong>: Match observability strategy to team skills and needs</li></ul><h2>Key Takeaway</h2><ul><li>Print debugging is survival mode; mature production systems require observability</li><li>Each level builds on previous capabilities, adding context and visibility</li><li>Effective production monitoring requires progression through all levels</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 27 Feb 2025 15:10:05 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Maslow's Hierarchy of Logging - Podcast Episode Notes</h1><h2>Core Concept</h2><ul><li>Logging exists on a maturity spectrum similar to Maslow's hierarchy of needs</li><li>Software teams must address fundamental logging requirements before advancing to sophisticated observability</li></ul><h2>Level 1: Print Statements</h2><ul><li><strong>Definition</strong>: Raw output statements (printf, console.log) for basic debugging</li><li><strong>Limitations</strong>:<ul><li>Creates ephemeral debugging artifacts (add prints → fix issue → delete prints → similar bug reappears → repeat)</li><li>Zero runtime configuration (requires code changes)</li><li>No standardization (format, levels, destinations)</li><li>Visibility limited to execution duration</li><li>Cannot filter, aggregate, or analyze effectively</li></ul></li><li><strong>Examples</strong>: Python print(), JavaScript console.log(), Java System.out.println()</li></ul><h2>Level 2: Logging Libraries</h2><ul><li><strong>Definition</strong>: Structured logging with configurable severity levels</li><li><strong>Benefits</strong>:<ul><li>Runtime-configurable verbosity without code changes</li><li>Preserves debugging context across debugging sessions</li><li>Enables strategic log retention rather than deletion</li></ul></li><li><strong>Key Capabilities</strong>:<ul><li>Log levels (debug, info, warning, error, exception)</li><li>Production vs. development logging strategies</li><li>Exception tracking and monitoring</li></ul></li><li><strong>Sub-levels</strong>:<ul><li>Unstructured logs (harder to query, requires pattern matching)</li><li>Structured logs (JSON-based, enables key-value querying)</li><li>Enables metrics dashboards, counts, alerts</li></ul></li><li><strong>Examples</strong>: Python logging module, Rust log crate, Winston (JS), Log4j (Java)</li></ul><h2>Level 3: Tracing</h2><ul><li><strong>Definition</strong>: Tracks execution paths through code with unique trace IDs</li><li><strong>Key Capabilities</strong>:<ul><li>Captures method entry/exit points with precise timing data</li><li>Performance profiling with lower overhead than traditional profilers</li><li>Hotspot identification for optimization targets</li></ul></li><li><strong>Benefits</strong>:<ul><li>Provides execution context and sequential flow visualization</li><li>Enables detailed performance analysis in production</li></ul></li><li><strong>Examples</strong>: OpenTelemetry (vendor-neutral), Jaeger, Zipkin</li></ul><h2>Level 4: Distributed Tracing</h2><ul><li><strong>Definition</strong>: Propagates trace context across process and service boundaries</li><li><strong>Use Case</strong>: Essential for microservices and serverless architectures (5-500+ transactions across services)</li><li><strong>Key Capabilities</strong>:<ul><li>Correlates requests spanning multiple services/functions</li><li>Visualizes end-to-end request flow through complex architectures</li><li>Identifies cross-service latency and bottlenecks</li><li>Maps service dependencies</li><li>Implements sampling strategies to reduce overhead</li></ul></li><li><strong>Examples</strong>: OpenTelemetry Collector, Grafana Tempo, Jaeger (distributed deployment)</li></ul><h2>Level 5: Observability</h2><ul><li><strong>Definition</strong>: Unified approach combining logs, metrics, and traces</li><li><strong>Context</strong>: Beyond application traces - includes system-level metrics (CPU, memory, disk I/O, network)</li><li><strong>Key Capabilities</strong>:<ul><li>Unknown-unknown detection (vs. monitoring known-knowns)</li><li>High-cardinality data collection for complex system states</li><li>Real-time analytics with anomaly detection</li><li>Event correlation across infrastructure, applications, and business processes</li><li>Holistic system visibility with drill-down capabilities</li></ul></li><li><strong>Analogy</strong>: Like a vehicle dashboard showing overall status with ability to inspect specific components</li><li><strong>Examples</strong>: <ul><li>Grafana + Prometheus + Loki stack</li><li>ELK Stack (Elasticsearch, Logstash, Kibana)</li><li>OpenTelemetry with visualization backends</li></ul></li></ul><h2>Implementation Strategies</h2><ul><li><strong>Progressive adoption</strong>: Start with logging fundamentals, then build up</li><li><strong>Future-proofing</strong>: Design with next level in mind</li><li><strong>Tool integration</strong>: Select tools that work well together</li><li><strong>Team capabilities</strong>: Match observability strategy to team skills and needs</li></ul><h2>Key Takeaway</h2><ul><li>Print debugging is survival mode; mature production systems require observability</li><li>Each level builds on previous capabilities, adding context and visibility</li><li>Effective production monitoring requires progression through all levels</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7324180" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/4667a20a-8c67-4100-8698-593a4ecdcd69/audio/7d4a577a-7e60-4246-8984-560712df7a8b/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Maslows Hierarchy of Logging Needs</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:07:37</itunes:duration>
      <itunes:summary>Maslow&apos;s Hierarchy of Logging establishes a maturity model for software observability, progressing from survival-mode debugging to comprehensive system visibility. Level 1 (Print Statements) offers immediate but ephemeral debugging that creates technical debt through repetitive effort when similar bugs resurface. Level 2 (Logging Libraries) introduces configurable verbosity, persistent debug context, and structured data for querying. Level 3 (Tracing) captures execution paths with timing data for performance profiling. Level 4 (Distributed Tracing) extends this concept across service boundaries, essential for microservice architectures by correlating requests spanning multiple endpoints. Level 5 (Observability) represents full maturity by unifying logs, metrics, and traces with unknown-unknown detection capabilities, providing holistic system visibility with drill-down functionality for anomaly detection across infrastructure, applications, and business processes—conceptually similar to a vehicle dashboard that shows overall status while enabling component-level inspection.</itunes:summary>
      <itunes:subtitle>Maslow&apos;s Hierarchy of Logging establishes a maturity model for software observability, progressing from survival-mode debugging to comprehensive system visibility. Level 1 (Print Statements) offers immediate but ephemeral debugging that creates technical debt through repetitive effort when similar bugs resurface. Level 2 (Logging Libraries) introduces configurable verbosity, persistent debug context, and structured data for querying. Level 3 (Tracing) captures execution paths with timing data for performance profiling. Level 4 (Distributed Tracing) extends this concept across service boundaries, essential for microservice architectures by correlating requests spanning multiple endpoints. Level 5 (Observability) represents full maturity by unifying logs, metrics, and traces with unknown-unknown detection capabilities, providing holistic system visibility with drill-down functionality for anomaly detection across infrastructure, applications, and business processes—conceptually similar to a vehicle dashboard that shows overall status while enabling component-level inspection.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>187</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e90fd8a7-25e9-43e3-84e5-c50a31f62f5e</guid>
      <title>TCP vs UDP</title>
      <description><![CDATA[<h1>TCP vs UDP: Foundational Network Protocols</h1><h2>Protocol Fundamentals</h2><h3>TCP (Transmission Control Protocol)</h3><ul><li><strong>Connection-oriented</strong>: Requires handshake establishment</li><li><strong>Reliable delivery</strong>: Uses acknowledgments and packet retransmission</li><li><strong>Ordered packets</strong>: Maintains exact sequence order</li><li><strong>Header overhead</strong>: 20-60 bytes (≈20% additional overhead)</li><li><strong>Technical implementation</strong>:<ul><li>Three-way handshake (SYN → SYN-ACK → ACK)</li><li>Flow control via sliding window mechanism</li><li>Congestion control algorithms</li><li>Segment sequencing with reordering capability</li><li>Full-duplex operation</li></ul></li></ul><h3>UDP (User Datagram Protocol)</h3><ul><li><strong>Connectionless</strong>: "Fire-and-forget" transmission model</li><li><strong>Best-effort delivery</strong>: No delivery guarantees</li><li><strong>No packet ordering</strong>: Packets arrive independently</li><li><strong>Minimal overhead</strong>: 8-byte header (≈4% overhead)</li><li><strong>Technical implementation</strong>:<ul><li>Stateless packet delivery</li><li>No connection establishment or termination phases</li><li>No congestion or flow control mechanisms</li><li>Basic integrity verification via checksum</li><li>Fixed header structure</li></ul></li></ul><h2>Real-World Applications</h2><h3>TCP-Optimized Use Cases</h3><ul><li>Web browsers (Chrome, Firefox, Safari) - HTTP/HTTPS traffic</li><li>Email clients (Outlook, Gmail)</li><li>File transfer tools (Filezilla, WinSCP)</li><li>Database clients (MySQL Workbench)</li><li>Remote desktop applications (RDP)</li><li>Messaging platforms (Slack, Discord text)</li><li><strong>Common requirement</strong>: Complete, ordered data delivery</li></ul><h3>UDP-Optimized Use Cases</h3><ul><li>Online games (Fortnite, Call of Duty) - real-time movement data</li><li>Video conferencing (Zoom, Google Meet) - audio/video streams</li><li>Streaming services (Netflix, YouTube)</li><li>VoIP applications</li><li>DNS resolvers</li><li>IoT devices and telemetry</li><li><strong>Common requirement</strong>: Time-sensitive data where partial loss is acceptable</li></ul><h2>Performance Characteristics</h2><h3>TCP Performance Profile</h3><ul><li><strong>Higher latency</strong>: Due to handshakes and acknowledgments</li><li><strong>Reliable throughput</strong>: Stable performance on reliable connections</li><li><strong>Connection state limits</strong>: Impacts concurrent connection scaling</li><li><strong>Best for</strong>: Applications where complete data integrity outweighs latency concerns</li></ul><h3>UDP Performance Profile</h3><ul><li><strong>Lower latency</strong>: Minimal protocol overhead</li><li><strong>High throughput potential</strong>: But vulnerable to network congestion</li><li><strong>Excellent scalability</strong>: Particularly for broadcast/multicast scenarios</li><li><strong>Best for</strong>: Real-time applications where occasional data loss is preferable to waiting</li></ul><h2>Implementation Considerations</h2><h3>When to Choose TCP</h3><ul><li>Data integrity is mission-critical</li><li>Complete file transfer verification required</li><li>Operating in unpredictable or high-loss networks</li><li>Application can tolerate some latency overhead</li></ul><h3>When to Choose UDP</h3><ul><li>Real-time performance requirements</li><li>Partial data loss is acceptable</li><li>Low latency is critical to application functionality</li><li>Application implements its own reliability layer if needed</li><li>Multicast/broadcast functionality required</li></ul><h2>Protocol Evolution</h2><ul><li>TCP variants: TCP Fast Open, Multipath TCP, QUIC (Google's HTTP/3)</li><li>UDP enhancements: DTLS (TLS-like security), UDP-Lite (partial checksums)</li><li>Hybrid approaches emerging in modern protocol design</li></ul><h2>Practical Implications</h2><ul><li>Protocol selection fundamentally impacts application behavior</li><li>Understanding the differences critical for debugging network issues</li><li>Low-level implementation possible in systems languages like Rust</li><li>Services may utilize both protocols for different components</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 26 Feb 2025 14:38:08 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>TCP vs UDP: Foundational Network Protocols</h1><h2>Protocol Fundamentals</h2><h3>TCP (Transmission Control Protocol)</h3><ul><li><strong>Connection-oriented</strong>: Requires handshake establishment</li><li><strong>Reliable delivery</strong>: Uses acknowledgments and packet retransmission</li><li><strong>Ordered packets</strong>: Maintains exact sequence order</li><li><strong>Header overhead</strong>: 20-60 bytes (≈20% additional overhead)</li><li><strong>Technical implementation</strong>:<ul><li>Three-way handshake (SYN → SYN-ACK → ACK)</li><li>Flow control via sliding window mechanism</li><li>Congestion control algorithms</li><li>Segment sequencing with reordering capability</li><li>Full-duplex operation</li></ul></li></ul><h3>UDP (User Datagram Protocol)</h3><ul><li><strong>Connectionless</strong>: "Fire-and-forget" transmission model</li><li><strong>Best-effort delivery</strong>: No delivery guarantees</li><li><strong>No packet ordering</strong>: Packets arrive independently</li><li><strong>Minimal overhead</strong>: 8-byte header (≈4% overhead)</li><li><strong>Technical implementation</strong>:<ul><li>Stateless packet delivery</li><li>No connection establishment or termination phases</li><li>No congestion or flow control mechanisms</li><li>Basic integrity verification via checksum</li><li>Fixed header structure</li></ul></li></ul><h2>Real-World Applications</h2><h3>TCP-Optimized Use Cases</h3><ul><li>Web browsers (Chrome, Firefox, Safari) - HTTP/HTTPS traffic</li><li>Email clients (Outlook, Gmail)</li><li>File transfer tools (Filezilla, WinSCP)</li><li>Database clients (MySQL Workbench)</li><li>Remote desktop applications (RDP)</li><li>Messaging platforms (Slack, Discord text)</li><li><strong>Common requirement</strong>: Complete, ordered data delivery</li></ul><h3>UDP-Optimized Use Cases</h3><ul><li>Online games (Fortnite, Call of Duty) - real-time movement data</li><li>Video conferencing (Zoom, Google Meet) - audio/video streams</li><li>Streaming services (Netflix, YouTube)</li><li>VoIP applications</li><li>DNS resolvers</li><li>IoT devices and telemetry</li><li><strong>Common requirement</strong>: Time-sensitive data where partial loss is acceptable</li></ul><h2>Performance Characteristics</h2><h3>TCP Performance Profile</h3><ul><li><strong>Higher latency</strong>: Due to handshakes and acknowledgments</li><li><strong>Reliable throughput</strong>: Stable performance on reliable connections</li><li><strong>Connection state limits</strong>: Impacts concurrent connection scaling</li><li><strong>Best for</strong>: Applications where complete data integrity outweighs latency concerns</li></ul><h3>UDP Performance Profile</h3><ul><li><strong>Lower latency</strong>: Minimal protocol overhead</li><li><strong>High throughput potential</strong>: But vulnerable to network congestion</li><li><strong>Excellent scalability</strong>: Particularly for broadcast/multicast scenarios</li><li><strong>Best for</strong>: Real-time applications where occasional data loss is preferable to waiting</li></ul><h2>Implementation Considerations</h2><h3>When to Choose TCP</h3><ul><li>Data integrity is mission-critical</li><li>Complete file transfer verification required</li><li>Operating in unpredictable or high-loss networks</li><li>Application can tolerate some latency overhead</li></ul><h3>When to Choose UDP</h3><ul><li>Real-time performance requirements</li><li>Partial data loss is acceptable</li><li>Low latency is critical to application functionality</li><li>Application implements its own reliability layer if needed</li><li>Multicast/broadcast functionality required</li></ul><h2>Protocol Evolution</h2><ul><li>TCP variants: TCP Fast Open, Multipath TCP, QUIC (Google's HTTP/3)</li><li>UDP enhancements: DTLS (TLS-like security), UDP-Lite (partial checksums)</li><li>Hybrid approaches emerging in modern protocol design</li></ul><h2>Practical Implications</h2><ul><li>Protocol selection fundamentally impacts application behavior</li><li>Understanding the differences critical for debugging network issues</li><li>Low-level implementation possible in systems languages like Rust</li><li>Services may utilize both protocols for different components</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5551197" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8ebd01a8-7fb3-4054-87f4-34cb31b52ebb/audio/475ba0bf-f803-4985-9fbb-fcc0d871297f/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>TCP vs UDP</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:05:46</itunes:duration>
      <itunes:summary>TCP vs UDP: Foundational Network Protocols Summary

TCP is connection-oriented requiring handshakes, guaranteeing reliable data delivery with acknowledgments and retransmission, maintaining packet order, but carrying 20% overhead due to its 20-60 byte headers. It implements three-way handshakes, flow control, congestion algorithms, and full-duplex operation.

UDP provides connectionless &quot;fire-and-forget&quot; transmission with best-effort delivery, no ordering guarantees, and minimal 8-byte headers (4% overhead). It uses stateless packet delivery with no connection phases, congestion control, or flow management.

TCP powers applications demanding data integrity: web browsers, email clients, file transfers, databases, and messaging. UDP enables real-time applications where speed trumps reliability: online games, video conferencing, streaming services, VoIP, DNS, and IoT telemetry.

Choose TCP when complete data integrity is essential, file transfers must be verified, or network conditions are unpredictable. Choose UDP for real-time requirements, when partial data loss is acceptable, or when implementing custom reliability layers.

Both protocols continue evolving through extensions like QUIC (HTTP/3), DTLS, and hybrid approaches that blend their characteristics for modern applications.</itunes:summary>
      <itunes:subtitle>TCP vs UDP: Foundational Network Protocols Summary

TCP is connection-oriented requiring handshakes, guaranteeing reliable data delivery with acknowledgments and retransmission, maintaining packet order, but carrying 20% overhead due to its 20-60 byte headers. It implements three-way handshakes, flow control, congestion algorithms, and full-duplex operation.

UDP provides connectionless &quot;fire-and-forget&quot; transmission with best-effort delivery, no ordering guarantees, and minimal 8-byte headers (4% overhead). It uses stateless packet delivery with no connection phases, congestion control, or flow management.

TCP powers applications demanding data integrity: web browsers, email clients, file transfers, databases, and messaging. UDP enables real-time applications where speed trumps reliability: online games, video conferencing, streaming services, VoIP, DNS, and IoT telemetry.

Choose TCP when complete data integrity is essential, file transfers must be verified, or network conditions are unpredictable. Choose UDP for real-time requirements, when partial data loss is acceptable, or when implementing custom reliability layers.

Both protocols continue evolving through extensions like QUIC (HTTP/3), DTLS, and hybrid approaches that blend their characteristics for modern applications.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>186</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a12de0b9-c985-4b33-b0c6-0d3e1f5e7b16</guid>
      <title>Logging and Tracing Are Data Science For Production Software</title>
      <description><![CDATA[<h1>Tracing vs. Logging in Production Systems</h1><h2>Core Concepts</h2><ul><li><strong>Logging & Tracing = "Data Science for Production Software"</strong><ul><li>Essential for understanding system behavior at scale</li><li>Provides insights when services are invoked millions of times monthly</li><li>Often overlooked by beginners focused solely on functionality</li></ul></li></ul><h2>Fundamental Differences</h2><ul><li><p><strong>Logging</strong></p><ul><li>Point-in-time event records</li><li>Captures discrete events without inherent relationships</li><li>Traditionally unstructured/semi-structured text</li><li>Stateless: each log line exists independently</li><li>Examples: errors, state changes, transactions</li></ul></li><li><p><strong>Tracing</strong></p><ul><li>Request-scoped observation across system boundaries</li><li>Maps relationships between operations with timing data</li><li>Contains parent-child hierarchies</li><li>Stateful: spans relate to each other within context</li><li>Examples: end-to-end request flows, cross-service dependencies</li></ul></li></ul><h2>Technical Implementation</h2><ul><li><p><strong>Logging Implementation</strong></p><ul><li>Levels: ERROR, WARN, INFO, DEBUG</li><li>Manual context addition (critical for meaningful analysis)</li><li>Storage optimized for text search and pattern matching</li><li>Advantage: simplicity, low overhead, toggleable verbosity</li></ul></li><li><p><strong>Tracing Implementation</strong></p><ul><li>Spans represent operations with start/end times</li><li>Context propagation via headers or messaging metadata</li><li>Sampling decisions at trace inception</li><li>Storage optimized for causal graphs and timing analysis</li><li>Higher network overhead and integration complexity</li></ul></li></ul><h2>Use Cases</h2><ul><li><p><strong>When to Use Logging</strong></p><ul><li>Component-specific debugging</li><li>Audit trail requirements</li><li>Simple deployment architectures</li><li>Resource-constrained environments</li></ul></li><li><p><strong>When to Use Tracing</strong></p><ul><li>Performance bottleneck identification</li><li>Distributed transaction monitoring</li><li>Root cause analysis across service boundaries</li><li>Microservice and serverless architectures</li></ul></li></ul><h2>Modern Convergence</h2><ul><li><p><strong>Structured Logging</strong></p><ul><li>JSON formats enable better analysis and metrics generation</li><li>Correlation IDs link related events</li></ul></li><li><p><strong>Unified Observability</strong></p><ul><li>OpenTelemetry combines metrics, logs, and traces</li><li>Context propagation standardization</li><li>Multiple views of system behavior (CPU, logs, transaction flow)</li></ul></li></ul><h2>Rust Implementation</h2><ul><li><p><strong>Logging Foundation</strong></p><ul><li><code>log</code> crate: de facto standard</li><li>Log macros: <code>error!</code>, <code>warn!</code>, <code>info!</code>, <code>debug!</code>, <code>trace!</code></li><li>Environmental configuration for level toggling</li></ul></li><li><p><strong>Tracing Infrastructure</strong></p><ul><li><code>tracing</code> crate for next-generation instrumentation</li><li><code>instrument</code>, <code>span!</code>, <code>event!</code> macros</li><li>Subscriber model for telemetry processing</li><li>Native integration with async ecosystem (Tokio)</li><li>Web framework support (Actix, etc.)</li></ul></li></ul><h2>Key Implementation Consideration</h2><ul><li><strong>Transaction IDs</strong><ul><li>Critical for linking events across distributed services</li><li>Must span entire request lifecycle</li><li>Enables correlation of multi-step operations</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 26 Feb 2025 14:16:34 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Tracing vs. Logging in Production Systems</h1><h2>Core Concepts</h2><ul><li><strong>Logging & Tracing = "Data Science for Production Software"</strong><ul><li>Essential for understanding system behavior at scale</li><li>Provides insights when services are invoked millions of times monthly</li><li>Often overlooked by beginners focused solely on functionality</li></ul></li></ul><h2>Fundamental Differences</h2><ul><li><p><strong>Logging</strong></p><ul><li>Point-in-time event records</li><li>Captures discrete events without inherent relationships</li><li>Traditionally unstructured/semi-structured text</li><li>Stateless: each log line exists independently</li><li>Examples: errors, state changes, transactions</li></ul></li><li><p><strong>Tracing</strong></p><ul><li>Request-scoped observation across system boundaries</li><li>Maps relationships between operations with timing data</li><li>Contains parent-child hierarchies</li><li>Stateful: spans relate to each other within context</li><li>Examples: end-to-end request flows, cross-service dependencies</li></ul></li></ul><h2>Technical Implementation</h2><ul><li><p><strong>Logging Implementation</strong></p><ul><li>Levels: ERROR, WARN, INFO, DEBUG</li><li>Manual context addition (critical for meaningful analysis)</li><li>Storage optimized for text search and pattern matching</li><li>Advantage: simplicity, low overhead, toggleable verbosity</li></ul></li><li><p><strong>Tracing Implementation</strong></p><ul><li>Spans represent operations with start/end times</li><li>Context propagation via headers or messaging metadata</li><li>Sampling decisions at trace inception</li><li>Storage optimized for causal graphs and timing analysis</li><li>Higher network overhead and integration complexity</li></ul></li></ul><h2>Use Cases</h2><ul><li><p><strong>When to Use Logging</strong></p><ul><li>Component-specific debugging</li><li>Audit trail requirements</li><li>Simple deployment architectures</li><li>Resource-constrained environments</li></ul></li><li><p><strong>When to Use Tracing</strong></p><ul><li>Performance bottleneck identification</li><li>Distributed transaction monitoring</li><li>Root cause analysis across service boundaries</li><li>Microservice and serverless architectures</li></ul></li></ul><h2>Modern Convergence</h2><ul><li><p><strong>Structured Logging</strong></p><ul><li>JSON formats enable better analysis and metrics generation</li><li>Correlation IDs link related events</li></ul></li><li><p><strong>Unified Observability</strong></p><ul><li>OpenTelemetry combines metrics, logs, and traces</li><li>Context propagation standardization</li><li>Multiple views of system behavior (CPU, logs, transaction flow)</li></ul></li></ul><h2>Rust Implementation</h2><ul><li><p><strong>Logging Foundation</strong></p><ul><li><code>log</code> crate: de facto standard</li><li>Log macros: <code>error!</code>, <code>warn!</code>, <code>info!</code>, <code>debug!</code>, <code>trace!</code></li><li>Environmental configuration for level toggling</li></ul></li><li><p><strong>Tracing Infrastructure</strong></p><ul><li><code>tracing</code> crate for next-generation instrumentation</li><li><code>instrument</code>, <code>span!</code>, <code>event!</code> macros</li><li>Subscriber model for telemetry processing</li><li>Native integration with async ecosystem (Tokio)</li><li>Web framework support (Actix, etc.)</li></ul></li></ul><h2>Key Implementation Consideration</h2><ul><li><strong>Transaction IDs</strong><ul><li>Critical for linking events across distributed services</li><li>Must span entire request lifecycle</li><li>Enables correlation of multi-step operations</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="9670603" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7227ae31-1252-43ca-b9b4-617e87dc0299/audio/057a1b5c-7156-4e1d-be33-e477ce0dd947/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Logging and Tracing Are Data Science For Production Software</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:04</itunes:duration>
      <itunes:summary>Tracing and logging serve as essential &quot;data science for production software,&quot; providing visibility into system behavior at scale—critical yet often overlooked by beginners. Logging captures point-in-time events (errors, transactions) with various severity levels (ERROR, WARN, INFO, DEBUG) in a stateless manner, ideal for isolated debugging and audit trails in simpler architectures. Tracing, conversely, observes request flows across system boundaries, mapping relationships between operations with timing data and parent-child hierarchies, better suited for performance analysis and root cause investigation in distributed systems. Modern approaches converge these concepts through structured JSON logging, correlation IDs, and unified observability frameworks like OpenTelemetry. In Rust, the ecosystem provides the `log` crate for traditional logging and the `tracing` crate for comprehensive instrumentation, with seamless integration into async runtimes like Tokio and web frameworks. The critical implementation factor across both paradigms is transaction ID propagation, which enables linking related events across distributed microservices.</itunes:summary>
      <itunes:subtitle>Tracing and logging serve as essential &quot;data science for production software,&quot; providing visibility into system behavior at scale—critical yet often overlooked by beginners. Logging captures point-in-time events (errors, transactions) with various severity levels (ERROR, WARN, INFO, DEBUG) in a stateless manner, ideal for isolated debugging and audit trails in simpler architectures. Tracing, conversely, observes request flows across system boundaries, mapping relationships between operations with timing data and parent-child hierarchies, better suited for performance analysis and root cause investigation in distributed systems. Modern approaches converge these concepts through structured JSON logging, correlation IDs, and unified observability frameworks like OpenTelemetry. In Rust, the ecosystem provides the `log` crate for traditional logging and the `tracing` crate for comprehensive instrumentation, with seamless integration into async runtimes like Tokio and web frameworks. The critical implementation factor across both paradigms is transaction ID propagation, which enables linking related events across distributed microservices.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>185</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ca86ab1e-38c9-4947-984f-865cf73a5b51</guid>
      <title>The Rise of Expertise Inequality in Age of GenAI</title>
      <description><![CDATA[<h1>The Rise of Expertise Inequality in AI</h1><h2>Key Points</h2><ul><li>Similar to income inequality growth since 1980, we may now be witnessing the emergence of <strong>expertise inequality</strong> with AI</li></ul><h2>Problem: Automation Claims Lack Nuance</h2><ul><li>Claims about "automating coders" or eliminating software developers oversimplify complex realities</li><li>Example: AWS deployment decisions require expertise<ul><li>Multiple compute options (EC2, Lambda, ECS Fargate, EKS, Elastic Beanstalk)</li><li>Each option has significant tradeoffs and use cases</li><li>Surface-level AI answers lack depth for informed decision-making</li></ul></li></ul><h2>Expertise Inequality Dynamics</h2><h3>Experts Will Thrive</h3><ul><li>Deep experts can leverage AI effectively </li><li>They understand fundamental tradeoffs (e.g., compiled vs scripting languages)</li><li>Can make optimized choices (e.g., Rust for Lambda functions)</li><li>Know exactly what questions to ask AI systems</li></ul><h3>Beginners Will Struggle</h3><ul><li>Lack domain knowledge to evaluate AI suggestions</li><li>Don't understand fundamental distinctions (website vs web service)</li><li>Cannot properly prompt AI systems due to knowledge gaps</li></ul><h3>Organizational Impact</h3><ul><li><strong>Dysfunctional organizations at risk</strong><ul><li>HIPAA-driven (High-Paid Person's Opinion)</li><li>University systems</li><li>Corporate bureaucracies</li></ul></li><li>Expert individuals may outperform entire teams</li><li>Experts with AI might deliver in one day what organizations take a full year to complete</li></ul><h2>AI Reality Check</h2><ul><li>Current generative AI is fundamentally:<ol><li>Enhanced Stack Overflow</li><li>Fancy search engine</li><li>Pattern recognition system</li></ol></li><li>Not truly "intelligent" - builds on existing information services</li><li>Will reach perfect competition as technologies standardize</li><li>Open source solutions rapidly approaching commercial offerings</li></ul><h2>Future Predictions</h2><ol><li>Experts become increasingly valuable</li><li>Beginners face decreased demand</li><li>Dysfunctional organizations accelerate toward failure </li><li>Expertise inequality may become as concerning as income inequality</li></ol><h2>Conclusion</h2><p>The AI revolution isn't replacing expertise - it's making it more valuable than ever.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 25 Feb 2025 16:51:05 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>The Rise of Expertise Inequality in AI</h1><h2>Key Points</h2><ul><li>Similar to income inequality growth since 1980, we may now be witnessing the emergence of <strong>expertise inequality</strong> with AI</li></ul><h2>Problem: Automation Claims Lack Nuance</h2><ul><li>Claims about "automating coders" or eliminating software developers oversimplify complex realities</li><li>Example: AWS deployment decisions require expertise<ul><li>Multiple compute options (EC2, Lambda, ECS Fargate, EKS, Elastic Beanstalk)</li><li>Each option has significant tradeoffs and use cases</li><li>Surface-level AI answers lack depth for informed decision-making</li></ul></li></ul><h2>Expertise Inequality Dynamics</h2><h3>Experts Will Thrive</h3><ul><li>Deep experts can leverage AI effectively </li><li>They understand fundamental tradeoffs (e.g., compiled vs scripting languages)</li><li>Can make optimized choices (e.g., Rust for Lambda functions)</li><li>Know exactly what questions to ask AI systems</li></ul><h3>Beginners Will Struggle</h3><ul><li>Lack domain knowledge to evaluate AI suggestions</li><li>Don't understand fundamental distinctions (website vs web service)</li><li>Cannot properly prompt AI systems due to knowledge gaps</li></ul><h3>Organizational Impact</h3><ul><li><strong>Dysfunctional organizations at risk</strong><ul><li>HIPAA-driven (High-Paid Person's Opinion)</li><li>University systems</li><li>Corporate bureaucracies</li></ul></li><li>Expert individuals may outperform entire teams</li><li>Experts with AI might deliver in one day what organizations take a full year to complete</li></ul><h2>AI Reality Check</h2><ul><li>Current generative AI is fundamentally:<ol><li>Enhanced Stack Overflow</li><li>Fancy search engine</li><li>Pattern recognition system</li></ol></li><li>Not truly "intelligent" - builds on existing information services</li><li>Will reach perfect competition as technologies standardize</li><li>Open source solutions rapidly approaching commercial offerings</li></ul><h2>Future Predictions</h2><ol><li>Experts become increasingly valuable</li><li>Beginners face decreased demand</li><li>Dysfunctional organizations accelerate toward failure </li><li>Expertise inequality may become as concerning as income inequality</li></ol><h2>Conclusion</h2><p>The AI revolution isn't replacing expertise - it's making it more valuable than ever.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="13701402" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/1d86dc3a-4681-4623-99ab-48bfe976dfac/audio/7e3a1d90-ee46-419d-8a89-ca70674d058d/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Rise of Expertise Inequality in Age of GenAI</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:14:16</itunes:duration>
      <itunes:summary>AI isn&apos;t replacing experts; it&apos;s magnifying their value and creating expertise inequality. Deep domain knowledge enables experts to leverage AI effectively, making optimal technical decisions (like choosing Rust for Lambda functions) while beginners lack context to evaluate AI suggestions. Dysfunctional organizations driven by &quot;HIPAA&quot; (High-Paid Person&apos;s Opinion) face accelerated failure as individual experts with AI can deliver in days what bureaucracies need a year to complete. Current generative AI functions primarily as enhanced Stack Overflow and pattern recognition, not true intelligence. As the technology standardizes toward perfect competition and open source catches up to commercial offerings, expertise becomes the crucial differentiator, potentially creating a social divide as concerning as income inequality.</itunes:summary>
      <itunes:subtitle>AI isn&apos;t replacing experts; it&apos;s magnifying their value and creating expertise inequality. Deep domain knowledge enables experts to leverage AI effectively, making optimal technical decisions (like choosing Rust for Lambda functions) while beginners lack context to evaluate AI suggestions. Dysfunctional organizations driven by &quot;HIPAA&quot; (High-Paid Person&apos;s Opinion) face accelerated failure as individual experts with AI can deliver in days what bureaucracies need a year to complete. Current generative AI functions primarily as enhanced Stack Overflow and pattern recognition, not true intelligence. As the technology standardizes toward perfect competition and open source catches up to commercial offerings, expertise becomes the crucial differentiator, potentially creating a social divide as concerning as income inequality.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>184</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">48d25393-2e16-4a8e-aa78-ebe4ea20244f</guid>
      <title>Rise of the EU Cloud and Open Source Cloud</title>
      <description><![CDATA[<h1>EU Cloud Sovereignty & Open Source Alternatives</h1><h2>Market Overview</h2><ul><li><strong>Current EU Cloud Market Share</strong><ul><li>AWS: ~33% market share (Frankfurt, Ireland, Paris regions)</li><li>Microsoft Azure: ~25% market share</li><li>Google Cloud Platform: ~10% market share</li><li>OVHcloud: ~5% market share (largest EU-headquartered provider)</li></ul></li></ul><h2>EU Sovereign Cloud Providers</h2><h3>Full-Stack European Solutions</h3><p><strong>OVHcloud (France)</strong></p><ul><li>33 datacenters across 4 continents, 400K+ servers</li><li>Vertical integration: custom server manufacturing in Roubaix</li><li>Proprietary Linux-based virtualization layer</li><li>Self-built European fiber backbone</li><li>In-house distributed storage system (non-S3 compatible)</li></ul><p><strong>Scaleway (France)</strong></p><ul><li>Growing integration with French AI companies (e.g., Mistral)</li><li>Custom hypervisor and management plane</li><li>ARM-based server architectures</li><li>Datacenters in France, Poland, Netherlands</li><li>Growing rapidly in SME/startup segment</li></ul><p><strong>Hetzner (Germany)</strong></p><ul><li>Bare metal-focused infrastructure</li><li>Proprietary virtualization layer</li><li>100% European datacenters (Germany, Finland)</li><li>Custom DDoS protection systems designed in Germany</li><li>Complete physical/logical isolation from US networks</li></ul><h3>Other European Providers</h3><ul><li><strong>Deutsche Telekom/T-Systems</strong> (Germany)</li><li><strong>Orange Business Services</strong> (France)</li><li><strong>SAP</strong> (Germany)</li></ul><h2>Leading Open Source Cloud Platforms</h2><h3>Tier 1</h3><p><strong>OpenStack</strong></p><ul><li>Most mature, enterprise-ready open source cloud platform</li><li>Comprehensive IaaS functionality with modular architecture</li><li>Key components: Nova (compute), Swift (object storage), Neutron (networking)</li><li>Strong adoption in telecommunications, research, government sectors</li></ul><p><strong>Kubernetes</strong></p><ul><li>"Cloud in a box" container orchestration platform</li><li>Not a complete cloud solution but foundational component</li><li>Cross-cloud compatibility (GKE, EKS, AKS)</li><li>Key features: exceptional scalability, self-healing, declarative configuration</li><li>Facilitates workload portability between cloud providers</li></ul><h3>Tier 2</h3><p><strong>Apache CloudStack</strong></p><ul><li>Enterprise-grade IaaS platform</li><li>Single management server architecture</li><li>Straightforward installation, less architectural flexibility</li><li>Mature and stable for production</li></ul><p><strong>OpenNebula</strong></p><ul><li>Lightweight virtualization management</li><li>Lower resource requirements than OpenStack</li><li>Strong integration with VMware and KVM environments</li></ul><h3>Emerging Platforms</h3><p><strong>Rancher/K3s</strong></p><ul><li>Lightweight Kubernetes distribution</li><li>Optimized for edge computing</li><li>Simplified binary deployment model</li><li>Growing edge computing ecosystem</li></ul><p><strong>OKD</strong> (OpenShift Kubernetes Distribution)</p><ul><li>Upstream project for Red Hat OpenShift</li><li>Developer-focused capabilities on Kubernetes</li></ul><h2>Geopolitical & Strategic Context</h2><ul><li>Growing US-EU tension creating market opportunity for European cloud sovereignty</li><li>European emphasis on data privacy, rights-based innovation, and technological independence</li><li>Potential bifurcation between US and European technology ecosystems</li><li>Rising concern about Big Tech's influence on governance and sovereignty</li><li>European cloud providers positioned as alternatives emphasizing human rights, privacy</li></ul><h2>Technical Independence Challenges</h2><ul><li>Processor architecture dependencies (Intel/AMD dominance)</li><li>European Processor Initiative and SiPearl developing EU alternatives</li><li>Full software stack independence remains aspirational</li><li>Network equipment supply chain complexities</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 25 Feb 2025 12:56:06 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>EU Cloud Sovereignty & Open Source Alternatives</h1><h2>Market Overview</h2><ul><li><strong>Current EU Cloud Market Share</strong><ul><li>AWS: ~33% market share (Frankfurt, Ireland, Paris regions)</li><li>Microsoft Azure: ~25% market share</li><li>Google Cloud Platform: ~10% market share</li><li>OVHcloud: ~5% market share (largest EU-headquartered provider)</li></ul></li></ul><h2>EU Sovereign Cloud Providers</h2><h3>Full-Stack European Solutions</h3><p><strong>OVHcloud (France)</strong></p><ul><li>33 datacenters across 4 continents, 400K+ servers</li><li>Vertical integration: custom server manufacturing in Roubaix</li><li>Proprietary Linux-based virtualization layer</li><li>Self-built European fiber backbone</li><li>In-house distributed storage system (non-S3 compatible)</li></ul><p><strong>Scaleway (France)</strong></p><ul><li>Growing integration with French AI companies (e.g., Mistral)</li><li>Custom hypervisor and management plane</li><li>ARM-based server architectures</li><li>Datacenters in France, Poland, Netherlands</li><li>Growing rapidly in SME/startup segment</li></ul><p><strong>Hetzner (Germany)</strong></p><ul><li>Bare metal-focused infrastructure</li><li>Proprietary virtualization layer</li><li>100% European datacenters (Germany, Finland)</li><li>Custom DDoS protection systems designed in Germany</li><li>Complete physical/logical isolation from US networks</li></ul><h3>Other European Providers</h3><ul><li><strong>Deutsche Telekom/T-Systems</strong> (Germany)</li><li><strong>Orange Business Services</strong> (France)</li><li><strong>SAP</strong> (Germany)</li></ul><h2>Leading Open Source Cloud Platforms</h2><h3>Tier 1</h3><p><strong>OpenStack</strong></p><ul><li>Most mature, enterprise-ready open source cloud platform</li><li>Comprehensive IaaS functionality with modular architecture</li><li>Key components: Nova (compute), Swift (object storage), Neutron (networking)</li><li>Strong adoption in telecommunications, research, government sectors</li></ul><p><strong>Kubernetes</strong></p><ul><li>"Cloud in a box" container orchestration platform</li><li>Not a complete cloud solution but foundational component</li><li>Cross-cloud compatibility (GKE, EKS, AKS)</li><li>Key features: exceptional scalability, self-healing, declarative configuration</li><li>Facilitates workload portability between cloud providers</li></ul><h3>Tier 2</h3><p><strong>Apache CloudStack</strong></p><ul><li>Enterprise-grade IaaS platform</li><li>Single management server architecture</li><li>Straightforward installation, less architectural flexibility</li><li>Mature and stable for production</li></ul><p><strong>OpenNebula</strong></p><ul><li>Lightweight virtualization management</li><li>Lower resource requirements than OpenStack</li><li>Strong integration with VMware and KVM environments</li></ul><h3>Emerging Platforms</h3><p><strong>Rancher/K3s</strong></p><ul><li>Lightweight Kubernetes distribution</li><li>Optimized for edge computing</li><li>Simplified binary deployment model</li><li>Growing edge computing ecosystem</li></ul><p><strong>OKD</strong> (OpenShift Kubernetes Distribution)</p><ul><li>Upstream project for Red Hat OpenShift</li><li>Developer-focused capabilities on Kubernetes</li></ul><h2>Geopolitical & Strategic Context</h2><ul><li>Growing US-EU tension creating market opportunity for European cloud sovereignty</li><li>European emphasis on data privacy, rights-based innovation, and technological independence</li><li>Potential bifurcation between US and European technology ecosystems</li><li>Rising concern about Big Tech's influence on governance and sovereignty</li><li>European cloud providers positioned as alternatives emphasizing human rights, privacy</li></ul><h2>Technical Independence Challenges</h2><ul><li>Processor architecture dependencies (Intel/AMD dominance)</li><li>European Processor Initiative and SiPearl developing EU alternatives</li><li>Full software stack independence remains aspirational</li><li>Network equipment supply chain complexities</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="12885963" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/b0753b6b-8de7-4164-8d2b-13f11d78d8ee/audio/43b854d9-de5b-4019-a5e6-3b7b6a121606/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Rise of the EU Cloud and Open Source Cloud</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:13:25</itunes:duration>
      <itunes:summary>The EU cloud landscape reflects growing momentum toward digital sovereignty, with American hyperscalers (AWS ~33%, Azure ~25%, GCP ~10%) still dominating but facing competition from European providers like OVHcloud (~5%), Scaleway and Hetzner. These EU-based alternatives offer full-stack European solutions with custom hardware, proprietary virtualization layers, and complete isolation from US networks - positioning themselves as sovereignty-focused alternatives amid US-EU geopolitical tensions. Open source cloud platforms present another avenue for technological independence, with OpenStack leading as the most mature enterprise-ready option, while Kubernetes enables workload portability across providers. Additional options include Apache CloudStack, OpenNebula, and emerging platforms like Rancher/K3s and OKD. This bifurcation between US and European cloud ecosystems is accelerated by growing concerns about data privacy, tech giants&apos; influence on governance, and a European emphasis on rights-based innovation, though technical independence faces challenges around processor architecture dependencies and supply chain complexities.</itunes:summary>
      <itunes:subtitle>The EU cloud landscape reflects growing momentum toward digital sovereignty, with American hyperscalers (AWS ~33%, Azure ~25%, GCP ~10%) still dominating but facing competition from European providers like OVHcloud (~5%), Scaleway and Hetzner. These EU-based alternatives offer full-stack European solutions with custom hardware, proprietary virtualization layers, and complete isolation from US networks - positioning themselves as sovereignty-focused alternatives amid US-EU geopolitical tensions. Open source cloud platforms present another avenue for technological independence, with OpenStack leading as the most mature enterprise-ready option, while Kubernetes enables workload portability across providers. Additional options include Apache CloudStack, OpenNebula, and emerging platforms like Rancher/K3s and OKD. This bifurcation between US and European cloud ecosystems is accelerated by growing concerns about data privacy, tech giants&apos; influence on governance, and a European emphasis on rights-based innovation, though technical independence faces challenges around processor architecture dependencies and supply chain complexities.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>183</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">993af571-049f-4e23-948a-17c3fce5a8c7</guid>
      <title>European Digital Sovereignty: Breaking Tech Dependency</title>
      <description><![CDATA[<h1>European Digital Sovereignty: Breaking Tech Dependency</h1><h2>Episode Notes</h2><h3>Heterodox Economic Foundations (00:00-02:46)</h3><ul><li>Current economic context: Income inequality at historic levels (worse than pre-French Revolution)</li><li>Problems with GDP as primary metric:<ul><li>Masks inequality when wealth is concentrated</li><li>Fails to measure human wellbeing</li><li>American example: majority living paycheck-to-paycheck despite GDP growth</li></ul></li><li>Alternative metrics:<ul><li>Human dignity quantification</li><li>Planetary health indicators</li><li>Commons-based resource management</li><li>Care work valuation (teaching, healthcare, social work)</li><li>Multi-dimensional inequality measurement</li></ul></li><li>Practical examples:<ul><li>Life expectancy as key metric (EU/Japan vs US differences)</li><li>Education quality and accessibility</li><li>Democratic participation</li><li>Income distribution</li></ul></li></ul><h3>Digital Infrastructure Autonomy (02:46-03:18)</h3><ul><li>European cloud infrastructure development (GAIA-X)</li><li>Open-source technology adoption in public institutions</li><li>Local semiconductor production capacity</li><li>Network infrastructure without US-controlled chokepoints</li></ul><h3>Income Redistribution via Tech Regulation (03:18-03:53)</h3><ul><li>Digital services taxation models</li><li>Graduated taxation based on market concentration</li><li>Labor share requirements through tax incentives</li><li>SME ecosystem development through regulatory frameworks</li></ul><h3>Health Data Sovereignty (03:53-04:29)</h3><ul><li>Patient data localization requirements</li><li>Indigenous medical technology development</li><li>European-controlled health datasets for AI training</li><li>Contrasting social healthcare vs. capitalistic healthcare models</li></ul><h3>Agricultural Technology Independence (04:29-04:53)</h3><ul><li>European research-driven precision farming</li><li>Farm management systems with European values (cooperative models)</li><li>Rural connectivity self-sufficiency for smart farming</li></ul><h3>Information Ecosystem Control (04:53-05:33)</h3><ul><li>European content moderation standards</li><li>Concerns about American platforms' rule changes</li><li>Public funding for quality news content</li><li>Taxation mechanisms on disinformation spread</li></ul><h3>Democratic Technology Governance (05:33-06:17)</h3><ul><li>Algorithmic impact assessment frameworks</li><li>Evaluating offline harm potential</li><li>Digital rights enforcement mechanisms</li><li>Countering extremist content proliferation</li></ul><h3>Mobility Data Sovereignty (06:17-06:33)</h3><ul><li>Public transportation data ownership by European cities</li><li>Vehicle data localization requirements</li><li>European component requirements for autonomous vehicles</li></ul><h3>Taxation Technology Independence (06:33-06:48)</h3><ul><li>Tax incentives for European tech adoption</li><li>Penalties for dependence on US vendors</li><li>Strategic technology sector preferences</li></ul><h3>Climate Technology Self-Sufficiency (06:48-07:03)</h3><ul><li>Renewable energy management software</li><li>Carbon accounting tools</li><li>Prioritizing climate technology in economic planning</li></ul><h3>Conclusion: Competing Through Rights-Based Innovation (07:03-10:36)</h3><ul><li>Critique of American outcomes despite GDP growth:<ul><li>Declining life expectancy</li><li>Healthcare bankruptcy</li><li>Gun violence</li></ul></li><li>European competitive advantage through:<ul><li>Human rights prioritization</li><li>Environmental protection</li><li>Deterministic technology development</li><li>Constructive vs. extractive economic models</li></ul></li><li>Potential to attract global talent seeking better quality of life</li><li>Reframing "overregulation" criticisms as human rights defense</li><li>Building rather than extracting as the European model</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 24 Feb 2025 14:34:20 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>European Digital Sovereignty: Breaking Tech Dependency</h1><h2>Episode Notes</h2><h3>Heterodox Economic Foundations (00:00-02:46)</h3><ul><li>Current economic context: Income inequality at historic levels (worse than pre-French Revolution)</li><li>Problems with GDP as primary metric:<ul><li>Masks inequality when wealth is concentrated</li><li>Fails to measure human wellbeing</li><li>American example: majority living paycheck-to-paycheck despite GDP growth</li></ul></li><li>Alternative metrics:<ul><li>Human dignity quantification</li><li>Planetary health indicators</li><li>Commons-based resource management</li><li>Care work valuation (teaching, healthcare, social work)</li><li>Multi-dimensional inequality measurement</li></ul></li><li>Practical examples:<ul><li>Life expectancy as key metric (EU/Japan vs US differences)</li><li>Education quality and accessibility</li><li>Democratic participation</li><li>Income distribution</li></ul></li></ul><h3>Digital Infrastructure Autonomy (02:46-03:18)</h3><ul><li>European cloud infrastructure development (GAIA-X)</li><li>Open-source technology adoption in public institutions</li><li>Local semiconductor production capacity</li><li>Network infrastructure without US-controlled chokepoints</li></ul><h3>Income Redistribution via Tech Regulation (03:18-03:53)</h3><ul><li>Digital services taxation models</li><li>Graduated taxation based on market concentration</li><li>Labor share requirements through tax incentives</li><li>SME ecosystem development through regulatory frameworks</li></ul><h3>Health Data Sovereignty (03:53-04:29)</h3><ul><li>Patient data localization requirements</li><li>Indigenous medical technology development</li><li>European-controlled health datasets for AI training</li><li>Contrasting social healthcare vs. capitalistic healthcare models</li></ul><h3>Agricultural Technology Independence (04:29-04:53)</h3><ul><li>European research-driven precision farming</li><li>Farm management systems with European values (cooperative models)</li><li>Rural connectivity self-sufficiency for smart farming</li></ul><h3>Information Ecosystem Control (04:53-05:33)</h3><ul><li>European content moderation standards</li><li>Concerns about American platforms' rule changes</li><li>Public funding for quality news content</li><li>Taxation mechanisms on disinformation spread</li></ul><h3>Democratic Technology Governance (05:33-06:17)</h3><ul><li>Algorithmic impact assessment frameworks</li><li>Evaluating offline harm potential</li><li>Digital rights enforcement mechanisms</li><li>Countering extremist content proliferation</li></ul><h3>Mobility Data Sovereignty (06:17-06:33)</h3><ul><li>Public transportation data ownership by European cities</li><li>Vehicle data localization requirements</li><li>European component requirements for autonomous vehicles</li></ul><h3>Taxation Technology Independence (06:33-06:48)</h3><ul><li>Tax incentives for European tech adoption</li><li>Penalties for dependence on US vendors</li><li>Strategic technology sector preferences</li></ul><h3>Climate Technology Self-Sufficiency (06:48-07:03)</h3><ul><li>Renewable energy management software</li><li>Carbon accounting tools</li><li>Prioritizing climate technology in economic planning</li></ul><h3>Conclusion: Competing Through Rights-Based Innovation (07:03-10:36)</h3><ul><li>Critique of American outcomes despite GDP growth:<ul><li>Declining life expectancy</li><li>Healthcare bankruptcy</li><li>Gun violence</li></ul></li><li>European competitive advantage through:<ul><li>Human rights prioritization</li><li>Environmental protection</li><li>Deterministic technology development</li><li>Constructive vs. extractive economic models</li></ul></li><li>Potential to attract global talent seeking better quality of life</li><li>Reframing "overregulation" criticisms as human rights defense</li><li>Building rather than extracting as the European model</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10217294" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/35074fb8-294e-440c-81bd-a2315fbbc72e/audio/0f8dee44-9afe-48aa-9532-5ec87276ba4a/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>European Digital Sovereignty: Breaking Tech Dependency</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:38</itunes:duration>
      <itunes:summary>Europe can compete globally through heterodox economics that prioritizes human dignity over GDP. By measuring success through life expectancy, education quality, and democratic participation rather than raw economic output, the EU can build digital sovereignty independent from American tech giants. This includes developing European cloud infrastructure, implementing progressive taxation based on market concentration, localizing health and mobility data, creating European content moderation standards, and building climate technology self-sufficiency. When American companies complain about &quot;overregulation,&quot; they&apos;re really objecting to human rights protections. Europe&apos;s competitive advantage lies in constructive rather than extractive economics—building systems that attract global talent seeking better quality of life, stronger democratic protections, and environmental sustainability.</itunes:summary>
      <itunes:subtitle>Europe can compete globally through heterodox economics that prioritizes human dignity over GDP. By measuring success through life expectancy, education quality, and democratic participation rather than raw economic output, the EU can build digital sovereignty independent from American tech giants. This includes developing European cloud infrastructure, implementing progressive taxation based on market concentration, localizing health and mobility data, creating European content moderation standards, and building climate technology self-sufficiency. When American companies complain about &quot;overregulation,&quot; they&apos;re really objecting to human rights protections. Europe&apos;s competitive advantage lies in constructive rather than extractive economics—building systems that attract global talent seeking better quality of life, stronger democratic protections, and environmental sustainability.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>182</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">5fb38817-b8cd-4112-8ff3-8064f01e0039</guid>
      <title>What is Web Assembly?</title>
      <description><![CDATA[<h1>WebAssembly Core Concepts - Episode Notes</h1><h2>Introduction [00:00-00:14]</h2><ul><li>Overview of episode focus: WebAssembly core concepts</li><li>Structure: definition, purpose, implementation pathways</li></ul><h2>Fundamental Definition [00:14-00:38]</h2><ul><li>Low-level binary instruction format for stack-based virtual machine</li><li>Designed as compilation target for high-level languages</li><li>Enables client/server application deployment</li><li>Near-native performance execution capabilities</li><li>Speed as primary advantage</li></ul><h2>Technical Architecture [00:38-01:01]</h2><ul><li>Binary format with deterministic execution model</li><li>Structured control flow with validation constraints</li><li>Linear memory model with protected execution</li><li>Static type system for function safety</li></ul><h2>Runtime Characteristics [01:01-01:33]</h2><ul><li>Execution in structured stack machine environment</li><li>Processes structured control flow (blocks, loops, branches)</li><li>Memory-safe sandboxed execution environment</li><li>Static validation for consistent behavior guarantees</li></ul><h2>Compilation Pipeline [01:33-02:01]</h2><ul><li>Accepts diverse high-level language inputs (C++, Rust)</li><li>Implements efficient compilation strategies</li><li>Generates optimized binary format output</li><li>Maintains debugging information through source maps</li></ul><h2>Architectural Components [02:01-02:50]</h2><p><strong>Virtual Machine Integration</strong>:</p><ul><li>Operates alongside JavaScript in browser</li><li>Enables distinct code execution pathways</li><li>Maintains interoperability between runtimes</li></ul><p><strong>Binary Format Implementation</strong>:</p><ul><li>Compact format designed for low latency</li><li>Near-native execution performance</li><li>Instruction sequences optimized for modern processors</li></ul><p><strong>Memory Model</strong>:</p><ul><li>Linear memory through ArrayBuffer</li><li>Low-level memory access</li><li>Maintains browser sandbox security</li></ul><h2>Core Technical Components [02:50-03:53]</h2><p><strong>Module System</strong>:</p><ul><li>Fundamental compilation unit</li><li>Stateless design for cross-context sharing</li><li>Explicit import/export interfaces</li><li>Deterministic initialization semantics</li></ul><p><strong>Memory Management</strong>:</p><ul><li>Resizable ArrayBuffer for linear memory operations</li><li>Bounds-checked memory access</li><li>Direct binary data manipulation</li><li>Memory isolation between instances</li></ul><p><strong>Table Architecture</strong>:</p><ul><li>Stores reference types not representable as raw bytes</li><li>Implements dynamic dispatch</li><li>Supports function reference management</li><li>Enables indirect call operations</li></ul><h2>Integration Pathways [03:53-04:47]</h2><p><strong>C/C++ Development</strong>:</p><ul><li>Emscripten toolchain</li><li>LLVM backend optimizations</li><li>JavaScript interface code generation</li><li>DOM access through JavaScript bindings</li></ul><p><strong>Rust Development</strong>:</p><ul><li>Native WebAssembly target support</li><li>wasm-bindgen for JavaScript interop</li><li>Direct wasm-pack integration</li><li>Zero-cost abstractions</li></ul><p><strong>AssemblyScript</strong>:</p><ul><li>TypeScript-like development experience</li><li>Strict typing requirements</li><li>Direct WebAssembly compilation</li><li>Familiar tooling compatibility</li></ul><h2>Performance Characteristics [04:47-05:30]</h2><p><strong>Execution Efficiency</strong>:</p><ul><li>Near-native execution speeds</li><li>Optimized instruction sequences</li><li>Reduced parsing and compilation overhead</li><li>Consistent performance profiles</li></ul><p><strong>Memory Efficiency</strong>:</p><ul><li>Direct memory manipulation</li><li>Reduced garbage collection overhead</li><li>Optimized binary data operations</li><li>Predictable memory patterns</li></ul><h2>Security Implementation [05:30-05:53]</h2><ul><li>Sandboxed execution</li><li>Browser security policy enforcement</li><li>Memory isolation</li><li>Same-origin restrictions</li><li>Controlled external access</li></ul><h2>Web Platform Integration [05:53-06:20]</h2><p><strong>JavaScript Interoperability</strong>:</p><ul><li>Bidirectional function calls</li><li>Primitive data type exchange</li><li>Structured data marshaling</li><li>Synchronous operation capability</li></ul><p><strong>DOM Integration</strong>:</p><ul><li>DOM access through JavaScript bridges</li><li>Event handling mechanisms</li><li>Web API support</li><li>Browser compatibility</li></ul><h2>Development Toolchain [06:20-06:52]</h2><p><strong>Compilation Targets</strong>:</p><ul><li>Multiple source language support</li><li>Optimization pipelines</li><li>Debugging capabilities</li><li>Tooling integrations</li></ul><p><strong>Development Workflow</strong>:</p><ul><li>Modular development patterns</li><li>Testing frameworks</li><li>Performance profiling tools</li><li>Deployment optimizations</li></ul><h2>Future Development [06:52-07:10]</h2><ul><li>Direct DOM access capabilities</li><li>Enhanced garbage collection</li><li>Improved debugging features</li><li>Expanded language support</li><li>Platform evolution</li></ul><h2>Resources [07:10-07:40]</h2><ul><li>Mozilla Developer Network (developer.mozilla.org)</li><li>WebAssembly concepts documentation</li><li>Web API implementation details</li><li>Mozilla's official curriculum</li></ul><h2>Production Notes</h2><ul><li>Total Duration: ~7:40</li><li>Key visualization opportunities:<ul><li>Stack-based VM architecture diagram</li><li>Memory model illustration</li><li>Language compilation pathways</li><li>Performance comparison graphs</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 24 Feb 2025 13:09:36 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>WebAssembly Core Concepts - Episode Notes</h1><h2>Introduction [00:00-00:14]</h2><ul><li>Overview of episode focus: WebAssembly core concepts</li><li>Structure: definition, purpose, implementation pathways</li></ul><h2>Fundamental Definition [00:14-00:38]</h2><ul><li>Low-level binary instruction format for stack-based virtual machine</li><li>Designed as compilation target for high-level languages</li><li>Enables client/server application deployment</li><li>Near-native performance execution capabilities</li><li>Speed as primary advantage</li></ul><h2>Technical Architecture [00:38-01:01]</h2><ul><li>Binary format with deterministic execution model</li><li>Structured control flow with validation constraints</li><li>Linear memory model with protected execution</li><li>Static type system for function safety</li></ul><h2>Runtime Characteristics [01:01-01:33]</h2><ul><li>Execution in structured stack machine environment</li><li>Processes structured control flow (blocks, loops, branches)</li><li>Memory-safe sandboxed execution environment</li><li>Static validation for consistent behavior guarantees</li></ul><h2>Compilation Pipeline [01:33-02:01]</h2><ul><li>Accepts diverse high-level language inputs (C++, Rust)</li><li>Implements efficient compilation strategies</li><li>Generates optimized binary format output</li><li>Maintains debugging information through source maps</li></ul><h2>Architectural Components [02:01-02:50]</h2><p><strong>Virtual Machine Integration</strong>:</p><ul><li>Operates alongside JavaScript in browser</li><li>Enables distinct code execution pathways</li><li>Maintains interoperability between runtimes</li></ul><p><strong>Binary Format Implementation</strong>:</p><ul><li>Compact format designed for low latency</li><li>Near-native execution performance</li><li>Instruction sequences optimized for modern processors</li></ul><p><strong>Memory Model</strong>:</p><ul><li>Linear memory through ArrayBuffer</li><li>Low-level memory access</li><li>Maintains browser sandbox security</li></ul><h2>Core Technical Components [02:50-03:53]</h2><p><strong>Module System</strong>:</p><ul><li>Fundamental compilation unit</li><li>Stateless design for cross-context sharing</li><li>Explicit import/export interfaces</li><li>Deterministic initialization semantics</li></ul><p><strong>Memory Management</strong>:</p><ul><li>Resizable ArrayBuffer for linear memory operations</li><li>Bounds-checked memory access</li><li>Direct binary data manipulation</li><li>Memory isolation between instances</li></ul><p><strong>Table Architecture</strong>:</p><ul><li>Stores reference types not representable as raw bytes</li><li>Implements dynamic dispatch</li><li>Supports function reference management</li><li>Enables indirect call operations</li></ul><h2>Integration Pathways [03:53-04:47]</h2><p><strong>C/C++ Development</strong>:</p><ul><li>Emscripten toolchain</li><li>LLVM backend optimizations</li><li>JavaScript interface code generation</li><li>DOM access through JavaScript bindings</li></ul><p><strong>Rust Development</strong>:</p><ul><li>Native WebAssembly target support</li><li>wasm-bindgen for JavaScript interop</li><li>Direct wasm-pack integration</li><li>Zero-cost abstractions</li></ul><p><strong>AssemblyScript</strong>:</p><ul><li>TypeScript-like development experience</li><li>Strict typing requirements</li><li>Direct WebAssembly compilation</li><li>Familiar tooling compatibility</li></ul><h2>Performance Characteristics [04:47-05:30]</h2><p><strong>Execution Efficiency</strong>:</p><ul><li>Near-native execution speeds</li><li>Optimized instruction sequences</li><li>Reduced parsing and compilation overhead</li><li>Consistent performance profiles</li></ul><p><strong>Memory Efficiency</strong>:</p><ul><li>Direct memory manipulation</li><li>Reduced garbage collection overhead</li><li>Optimized binary data operations</li><li>Predictable memory patterns</li></ul><h2>Security Implementation [05:30-05:53]</h2><ul><li>Sandboxed execution</li><li>Browser security policy enforcement</li><li>Memory isolation</li><li>Same-origin restrictions</li><li>Controlled external access</li></ul><h2>Web Platform Integration [05:53-06:20]</h2><p><strong>JavaScript Interoperability</strong>:</p><ul><li>Bidirectional function calls</li><li>Primitive data type exchange</li><li>Structured data marshaling</li><li>Synchronous operation capability</li></ul><p><strong>DOM Integration</strong>:</p><ul><li>DOM access through JavaScript bridges</li><li>Event handling mechanisms</li><li>Web API support</li><li>Browser compatibility</li></ul><h2>Development Toolchain [06:20-06:52]</h2><p><strong>Compilation Targets</strong>:</p><ul><li>Multiple source language support</li><li>Optimization pipelines</li><li>Debugging capabilities</li><li>Tooling integrations</li></ul><p><strong>Development Workflow</strong>:</p><ul><li>Modular development patterns</li><li>Testing frameworks</li><li>Performance profiling tools</li><li>Deployment optimizations</li></ul><h2>Future Development [06:52-07:10]</h2><ul><li>Direct DOM access capabilities</li><li>Enhanced garbage collection</li><li>Improved debugging features</li><li>Expanded language support</li><li>Platform evolution</li></ul><h2>Resources [07:10-07:40]</h2><ul><li>Mozilla Developer Network (developer.mozilla.org)</li><li>WebAssembly concepts documentation</li><li>Web API implementation details</li><li>Mozilla's official curriculum</li></ul><h2>Production Notes</h2><ul><li>Total Duration: ~7:40</li><li>Key visualization opportunities:<ul><li>Stack-based VM architecture diagram</li><li>Memory model illustration</li><li>Language compilation pathways</li><li>Performance comparison graphs</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7354691" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/df9f2417-8e44-4fae-9371-72b65483e889/audio/9e66e2a0-17be-4c73-a805-99ff4729f76b/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>What is Web Assembly?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:07:39</itunes:duration>
      <itunes:summary>WebAssembly (Wasm) is a low-level binary instruction format for stack-based virtual machines, designed as a compilation target for high-level languages like C++, Rust, and others. It enables near-native performance execution within browsers through a compact binary format optimized for modern processor architectures. Wasm operates alongside JavaScript with bidirectional interoperability while maintaining security through sandboxed execution. Core technical components include a module system with explicit import/export mechanisms, memory management via resizable ArrayBuffers, and table architecture for reference types. Multiple integration pathways exist: C/C++ development via Emscripten, Rust with native target support and wasm-bindgen, and AssemblyScript for TypeScript-like development. Wasm provides significant performance benefits through efficient execution, reduced overhead, and direct memory manipulation while enforcing browser security policies and same-origin restrictions. Future developments include direct DOM access, enhanced garbage collection, improved debugging, and expanded language support.</itunes:summary>
      <itunes:subtitle>WebAssembly (Wasm) is a low-level binary instruction format for stack-based virtual machines, designed as a compilation target for high-level languages like C++, Rust, and others. It enables near-native performance execution within browsers through a compact binary format optimized for modern processor architectures. Wasm operates alongside JavaScript with bidirectional interoperability while maintaining security through sandboxed execution. Core technical components include a module system with explicit import/export mechanisms, memory management via resizable ArrayBuffers, and table architecture for reference types. Multiple integration pathways exist: C/C++ development via Emscripten, Rust with native target support and wasm-bindgen, and AssemblyScript for TypeScript-like development. Wasm provides significant performance benefits through efficient execution, reduced overhead, and direct memory manipulation while enforcing browser security policies and same-origin restrictions. Future developments include direct DOM access, enhanced garbage collection, improved debugging, and expanded language support.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>181</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">744d8312-66e3-4bbc-8bec-fab8bc5ea654</guid>
      <title>60,000 Times Slower Python</title>
      <description><![CDATA[<h1>The End of Moore's Law and the Future of Computing Performance</h1><h2>The Automobile Industry Parallel</h2><ul><li>1960s: Focus on power over efficiency (muscle cars, gas guzzlers)</li><li>Evolution through Japanese efficiency, turbocharging, to electric vehicles</li><li>Similar pattern now happening in computing</li></ul><h2>The Python Performance Crisis</h2><ul><li>Matrix multiplication example: 7 hours vs 0.5 seconds</li><li>60,000x performance difference through optimization</li><li>Demonstrates massive inefficiencies in modern languages</li><li>Industry was misled by Moore's Law into deprioritizing performance</li></ul><h2>Performance Improvement Hierarchy</h2><ol><li><p>Language Choice Improvements:</p><ul><li>Java: 11x faster than Python</li><li>C: 50x faster than Python</li><li>Why stop at C-level performance?</li></ul></li><li><p>Additional Optimization Layers:</p><ul><li>Parallel loops: 366x speedup</li><li>Parallel divide and conquer</li><li>Vectorization</li><li>Chip-specific features</li></ul></li></ol><h2>The New Reality in 2025</h2><ul><li>Moore's Law's automatic performance gains are gone</li><li>LLMs make code generation easier but not necessarily better</li><li>Need experts who understand performance optimization</li><li>Pushing for "faster than C" as the new standard</li></ul><h2>Future Directions</h2><ul><li>Modern compiled languages gaining attention (Rust, Go, Zig)</li><li>Example: 16KB Zig web server in Docker</li><li>Rethinking architectures:<ul><li>Microservices with tiny containers</li><li>WebAssembly over JavaScript</li><li>Performance-first design</li></ul></li></ul><h2>Key Paradigm Shifts</h2><ul><li>Developer time no longer prioritized over runtime</li><li>Production code should never be slower than C</li><li>Single-stack ownership enables optimization</li><li>Need for coordinated improvement across:<ul><li>Language design</li><li>Algorithms</li><li>Hardware architecture</li></ul></li></ul><h2>Looking Forward</h2><ul><li>Shift from interpreted to modern compiled languages</li><li>Performance engineering becoming critical skill</li><li>Domain-specific hardware acceleration</li><li>Integrated approach to performance optimization</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 23 Feb 2025 20:02:40 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>The End of Moore's Law and the Future of Computing Performance</h1><h2>The Automobile Industry Parallel</h2><ul><li>1960s: Focus on power over efficiency (muscle cars, gas guzzlers)</li><li>Evolution through Japanese efficiency, turbocharging, to electric vehicles</li><li>Similar pattern now happening in computing</li></ul><h2>The Python Performance Crisis</h2><ul><li>Matrix multiplication example: 7 hours vs 0.5 seconds</li><li>60,000x performance difference through optimization</li><li>Demonstrates massive inefficiencies in modern languages</li><li>Industry was misled by Moore's Law into deprioritizing performance</li></ul><h2>Performance Improvement Hierarchy</h2><ol><li><p>Language Choice Improvements:</p><ul><li>Java: 11x faster than Python</li><li>C: 50x faster than Python</li><li>Why stop at C-level performance?</li></ul></li><li><p>Additional Optimization Layers:</p><ul><li>Parallel loops: 366x speedup</li><li>Parallel divide and conquer</li><li>Vectorization</li><li>Chip-specific features</li></ul></li></ol><h2>The New Reality in 2025</h2><ul><li>Moore's Law's automatic performance gains are gone</li><li>LLMs make code generation easier but not necessarily better</li><li>Need experts who understand performance optimization</li><li>Pushing for "faster than C" as the new standard</li></ul><h2>Future Directions</h2><ul><li>Modern compiled languages gaining attention (Rust, Go, Zig)</li><li>Example: 16KB Zig web server in Docker</li><li>Rethinking architectures:<ul><li>Microservices with tiny containers</li><li>WebAssembly over JavaScript</li><li>Performance-first design</li></ul></li></ul><h2>Key Paradigm Shifts</h2><ul><li>Developer time no longer prioritized over runtime</li><li>Production code should never be slower than C</li><li>Single-stack ownership enables optimization</li><li>Need for coordinated improvement across:<ul><li>Language design</li><li>Algorithms</li><li>Hardware architecture</li></ul></li></ul><h2>Looking Forward</h2><ul><li>Shift from interpreted to modern compiled languages</li><li>Performance engineering becoming critical skill</li><li>Domain-specific hardware acceleration</li><li>Integrated approach to performance optimization</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="9839459" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/49e66173-ad1b-4559-a18d-600537d29f9b/audio/a124529e-5e58-4da6-9930-421a35e28397/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>60,000 Times Slower Python</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:14</itunes:duration>
      <itunes:summary>The end of Moore&apos;s Law - where transistor counts doubled every two years - is forcing a fundamental shift in how we approach computing performance. While Python and other interpreted languages prioritized developer productivity when hardware gains were automatic, a simple matrix multiplication example shows potential 60,000x speedups through optimization, highlighting massive inefficiencies in modern software. Future gains will come from three key areas: software performance engineering to eliminate bloat, algorithmic improvements that can match hardware gains, and specialized hardware architectures like GPUs and TPUs. Unlike Moore&apos;s Law&apos;s predictable improvements, these gains will be opportunistic and domain-specific, requiring coordinated optimization across language design, algorithms, and hardware. Modern compiled languages like Rust, Go, and Zig represent this shift toward performance-first design, suggesting that in the future, it may be unacceptable to deploy code slower than C-level performance.</itunes:summary>
      <itunes:subtitle>The end of Moore&apos;s Law - where transistor counts doubled every two years - is forcing a fundamental shift in how we approach computing performance. While Python and other interpreted languages prioritized developer productivity when hardware gains were automatic, a simple matrix multiplication example shows potential 60,000x speedups through optimization, highlighting massive inefficiencies in modern software. Future gains will come from three key areas: software performance engineering to eliminate bloat, algorithmic improvements that can match hardware gains, and specialized hardware architectures like GPUs and TPUs. Unlike Moore&apos;s Law&apos;s predictable improvements, these gains will be opportunistic and domain-specific, requiring coordinated optimization across language design, algorithms, and hardware. Modern compiled languages like Rust, Go, and Zig represent this shift toward performance-first design, suggesting that in the future, it may be unacceptable to deploy code slower than C-level performance.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>180</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">6b932abd-0f3b-4e82-abf9-6bbfbe14e4e0</guid>
      <title>Technical Architecture for Mobile Digital Independence</title>
      <description><![CDATA[<h1>Technical Architecture for Digital Independence</h1><h2>Core Concept</h2><p>Smartphones represent a monolithic architecture that needs to be broken down into microservices for better digital independence.</p><h2>Authentication Strategy</h2><ul><li>Hardware security keys (YubiKey) replace mobile authenticators<ul><li>USB-C insertion with button press</li><li>More convenient than SMS/app-based 2FA</li><li>Requires backup key strategy</li></ul></li><li>Offline authentication options<ul><li>Local encrypted SQLite password database</li><li>Air-gapped systems</li><li>Backup protocols</li></ul></li></ul><h2>Device Distribution Architecture</h2><ul><li>Core Components:<ul><li>Dumbphone/flip phone for basic communication</li><li>Offline GPS device with downloadable maps</li><li>Utility Android tablet ($50-100) for specific apps</li><li>Linux workstation for development</li></ul></li><li>Implementation:<ul><li>SIM transfer protocols between carriers</li><li>Data isolation techniques</li><li>Offline-first approach</li><li>Device-specific use cases</li></ul></li></ul><h2>Data Strategy</h2><ul><li>Cloud Migration:<ul><li>iCloud data extraction</li><li>Local storage solutions</li><li>Privacy-focused sync services</li><li>Encrypted remote storage with rsync</li></ul></li><li>Linux Migration:<ul><li>Open source advantages</li><li>Reduced system overhead</li><li>No commercial spyware</li><li>Powers 90% of global infrastructure</li></ul></li></ul><h2>Network Architecture</h2><ul><li>Distributed Connectivity:<ul><li>Pay-as-you-go hotspots</li><li>Minimal data plan requirements</li><li>Improved security through isolation</li></ul></li><li>Use Cases:<ul><li>Offline maps for navigation</li><li>Batch downloading for podcasts</li><li>Home network sync for updates</li><li>Garage WiFi for car updates</li></ul></li></ul><h2>Cost Benefits</h2><ul><li>Standard smartphone setup: ~$5,000/year<ul><li>iPhone upgrades</li><li>Data plans</li><li>Cloud services</li></ul></li><li>Microservices approach:<ul><li>Significantly reduced costs</li><li>Better concentration</li><li>Improved control</li><li>Enhanced privacy</li></ul></li></ul><h2>Key Takeaway</h2><p>Software engineering perspective suggests breaking monolithic mobile systems into optimized, offline-first microservices for better functionality and reduced dependency.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 23 Feb 2025 15:55:50 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Technical Architecture for Digital Independence</h1><h2>Core Concept</h2><p>Smartphones represent a monolithic architecture that needs to be broken down into microservices for better digital independence.</p><h2>Authentication Strategy</h2><ul><li>Hardware security keys (YubiKey) replace mobile authenticators<ul><li>USB-C insertion with button press</li><li>More convenient than SMS/app-based 2FA</li><li>Requires backup key strategy</li></ul></li><li>Offline authentication options<ul><li>Local encrypted SQLite password database</li><li>Air-gapped systems</li><li>Backup protocols</li></ul></li></ul><h2>Device Distribution Architecture</h2><ul><li>Core Components:<ul><li>Dumbphone/flip phone for basic communication</li><li>Offline GPS device with downloadable maps</li><li>Utility Android tablet ($50-100) for specific apps</li><li>Linux workstation for development</li></ul></li><li>Implementation:<ul><li>SIM transfer protocols between carriers</li><li>Data isolation techniques</li><li>Offline-first approach</li><li>Device-specific use cases</li></ul></li></ul><h2>Data Strategy</h2><ul><li>Cloud Migration:<ul><li>iCloud data extraction</li><li>Local storage solutions</li><li>Privacy-focused sync services</li><li>Encrypted remote storage with rsync</li></ul></li><li>Linux Migration:<ul><li>Open source advantages</li><li>Reduced system overhead</li><li>No commercial spyware</li><li>Powers 90% of global infrastructure</li></ul></li></ul><h2>Network Architecture</h2><ul><li>Distributed Connectivity:<ul><li>Pay-as-you-go hotspots</li><li>Minimal data plan requirements</li><li>Improved security through isolation</li></ul></li><li>Use Cases:<ul><li>Offline maps for navigation</li><li>Batch downloading for podcasts</li><li>Home network sync for updates</li><li>Garage WiFi for car updates</li></ul></li></ul><h2>Cost Benefits</h2><ul><li>Standard smartphone setup: ~$5,000/year<ul><li>iPhone upgrades</li><li>Data plans</li><li>Cloud services</li></ul></li><li>Microservices approach:<ul><li>Significantly reduced costs</li><li>Better concentration</li><li>Improved control</li><li>Enhanced privacy</li></ul></li></ul><h2>Key Takeaway</h2><p>Software engineering perspective suggests breaking monolithic mobile systems into optimized, offline-first microservices for better functionality and reduced dependency.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="9797245" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/284c1433-9990-4464-abb5-6d2ff58eeaa5/audio/e84f0fb8-b06c-4930-a561-8b4d330916a8/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Technical Architecture for Mobile Digital Independence</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:12</itunes:duration>
      <itunes:summary>The podcast explains how to break down smartphone dependency using a microservices approach instead of the current monolithic architecture. Key technical components include using hardware security keys for authentication, separating devices into specific functions (dumbphone for calls, offline GPS for navigation, utility tablet for apps, Linux workstation for development), implementing offline-first data strategies with local storage and batch syncing, and creating a distributed network architecture using pay-as-you-go hotspots. This approach reduces the $5,000/year cost of typical smartphone setups while improving concentration and privacy through isolated, purpose-built systems.</itunes:summary>
      <itunes:subtitle>The podcast explains how to break down smartphone dependency using a microservices approach instead of the current monolithic architecture. Key technical components include using hardware security keys for authentication, separating devices into specific functions (dumbphone for calls, offline GPS for navigation, utility tablet for apps, Linux workstation for development), implementing offline-first data strategies with local storage and batch syncing, and creating a distributed network architecture using pay-as-you-go hotspots. This approach reduces the $5,000/year cost of typical smartphone setups while improving concentration and privacy through isolated, purpose-built systems.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>179</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">37d82a21-c438-4a67-a32e-09bbd4d98419</guid>
      <title>What I Cannot Create, I Do Not Understand</title>
      <description><![CDATA[<h1>Feynman's Wisdom Applied to AI Learning</h1><h2>Background</h2><ul><li>Feynman helped create atomic bomb and investigated Challenger disaster</li><li>Challenger investigation revealed bureaucracy prioritized power over engineering solutions</li><li>Two key phrases found on his blackboard at death:<ul><li>"What I cannot create, I do not understand"</li><li>"Know how to solve every problem that has been solved"</li></ul></li></ul><h2>Applied to Pragmatic AI Labs Courses</h2><h3>What I Cannot Create</h3><ul><li>Build token processor before using Bedrock</li><li>Implement basic embeddings before production models</li><li>Write minimal GPU kernels before CUDA libraries</li><li>Create raw model inference before frameworks </li><li>Deploy manual servers before cloud services</li></ul><h3>Learning Solved Problems</h3><ul><li>Study successful AI architectures</li><li>Reimplement ML papers</li><li>Analyze deployment patterns</li><li>Master optimization techniques</li><li>Learn security boundaries</li></ul><h2>Implementation Strategy</h2><ul><li>Build core concepts from scratch</li><li>Move to frameworks only after raw implementation</li><li>Break systems intentionally to understand them</li><li>Build instead of memorize</li><li>Ex: Build S3 bucket/Lambda vs. memorizing for certification</li></ul><h2>Platform Support</h2><ul><li>Interactive labs available</li><li>Source code starter kits</li><li>Multiple languages: Python, Rust, SQL, Bash, Zig</li><li>Focus on first principles</li><li>Community-driven learning approach</li></ul><h2>Key Takeaway</h2><p>Focus on understanding through creation, leveraging proven solutions as foundation for innovation.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 22 Feb 2025 22:05:39 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Feynman's Wisdom Applied to AI Learning</h1><h2>Background</h2><ul><li>Feynman helped create atomic bomb and investigated Challenger disaster</li><li>Challenger investigation revealed bureaucracy prioritized power over engineering solutions</li><li>Two key phrases found on his blackboard at death:<ul><li>"What I cannot create, I do not understand"</li><li>"Know how to solve every problem that has been solved"</li></ul></li></ul><h2>Applied to Pragmatic AI Labs Courses</h2><h3>What I Cannot Create</h3><ul><li>Build token processor before using Bedrock</li><li>Implement basic embeddings before production models</li><li>Write minimal GPU kernels before CUDA libraries</li><li>Create raw model inference before frameworks </li><li>Deploy manual servers before cloud services</li></ul><h3>Learning Solved Problems</h3><ul><li>Study successful AI architectures</li><li>Reimplement ML papers</li><li>Analyze deployment patterns</li><li>Master optimization techniques</li><li>Learn security boundaries</li></ul><h2>Implementation Strategy</h2><ul><li>Build core concepts from scratch</li><li>Move to frameworks only after raw implementation</li><li>Break systems intentionally to understand them</li><li>Build instead of memorize</li><li>Ex: Build S3 bucket/Lambda vs. memorizing for certification</li></ul><h2>Platform Support</h2><ul><li>Interactive labs available</li><li>Source code starter kits</li><li>Multiple languages: Python, Rust, SQL, Bash, Zig</li><li>Focus on first principles</li><li>Community-driven learning approach</li></ul><h2>Key Takeaway</h2><p>Focus on understanding through creation, leveraging proven solutions as foundation for innovation.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="4919243" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7251cec1-442c-4a16-9a1f-87bffbfce5b7/audio/2cba93fe-e82c-4796-8e9b-96dcfb5e54e0/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>What I Cannot Create, I Do Not Understand</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:05:07</itunes:duration>
      <itunes:summary>Feynman&apos;s famous blackboard contained two key insights that apply directly to learning AI: build to understand and master solved problems. At Pragmatic AI Labs, this translates to implementing core components (like token processors and embeddings) from scratch before using frameworks, and studying successful architectures to understand proven solutions. The approach emphasizes hands-on building over memorization, with students encouraged to break and rebuild systems while progressing from raw implementations to production frameworks across Python, Rust, SQL, Bash, and Zig.</itunes:summary>
      <itunes:subtitle>Feynman&apos;s famous blackboard contained two key insights that apply directly to learning AI: build to understand and master solved problems. At Pragmatic AI Labs, this translates to implementing core components (like token processors and embeddings) from scratch before using frameworks, and studying successful architectures to understand proven solutions. The approach emphasizes hands-on building over memorization, with students encouraged to break and rebuild systems while progressing from raw implementations to production frameworks across Python, Rust, SQL, Bash, and Zig.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>178</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c3307259-820f-49f5-855e-65fe0af0a958</guid>
      <title>Rise of Microcontainers</title>
      <description><![CDATA[<h1>The Rise of Micro-Containers: When Less is More</h1><p><i>Podcast Episode Notes</i></p><h2>Opening (0:00 - 0:40)</h2><ul><li>Introduction to micro-containers: containers under 100KB</li><li>Contrast with typical Python containers (5GB+)</li><li>Languages enabling micro-containers: Rust, Zig, Go</li></ul><h2>Zig Code Example (0:40 - 1:10)</h2><pre><code class="language-zig">// 16KB HTTP server exampleconst std = @import("std");pub fn main() !void {    var server = try std.net.StreamServer.init(.{});    defer server.deinit();        try server.listen(try std.net.Address.parseIp("0.0.0.0", 8080));    while (true) {        const conn = try server.accept();        try handleRequest(conn);    }}</code></pre><h2>Key Use Cases Discussed (1:10 - 5:55)</h2><h3>1. Edge IoT (1:14)</h3><ul><li>ESP32 with 4MB flash constraints</li><li>Temperature sensor example: 60KB total with MQTT</li><li>A/B firmware updates within 2MB limit</li></ul><h3>2. WASM Integration (2:37)</h3><ul><li>Millisecond-loading micro-frontends</li><li>Component isolation per container</li><li>Zero initialization overhead for routing</li></ul><h3>3. Serverless Performance (3:11)</h3><ul><li>Traditional: 300ms cold start</li><li>Micro-container: 50ms start</li><li>Direct memory mapping benefits</li></ul><h3>4. Security Benefits (3:38)</h3><ul><li>No shell = no injection surface</li><li>Single binary audit scope</li><li>Zero trust architecture approach</li></ul><h3>5. Embedded Linux (3:58)</h3><ul><li>Raspberry Pi (512MB RAM) use case</li><li>50+ concurrent services under 50KB each</li><li>Home automation applications</li></ul><h3>6. CI/CD Improvements (4:19)</h3><ul><li>Base image: 300MB → 20KB</li><li>10-15x faster pipelines</li><li>Reduced bandwidth costs</li></ul><h3>7. Mesh Networks (4:40)</h3><ul><li>P2P container distribution</li><li>Minimal bandwidth requirements</li><li>Resilient to network partitions</li></ul><h3>8. FPGA Integration (5:05)</h3><ul><li>Bitstream wrapper containers</li><li>Algorithm switching efficiency</li><li>Hardware-software bridge</li></ul><h3>9. Unikernel Comparison (5:30)</h3><ul><li>Container vs specialized OS</li><li>Security model differences</li><li>Performance considerations</li></ul><h3>10. Cost Analysis (5:41)</h3><ul><li>Lambda container: 140MB vs 50KB</li><li>2800x storage reduction</li><li>Cold start cost implications</li></ul><h2>Closing Thoughts (6:06 - 7:21)</h2><ul><li>Historical context: Solaris containers in 2000s</li><li>New paradigm: thinking in kilobytes</li><li>Scratch container benefits</li><li>Future of minimal containerization</li></ul><h2>Technical Implementation Note</h2><pre><code class="language-zig">// Example of stripped Zig binary for scratch containerconst builtin = @import("builtin");pub fn main() void {    // No stdlib import needed    asm volatile ("syscall"        :: [syscall] "{rax}" (1),   // write           [fd] "{rdi}" (1),        // stdout           [buf] "{rsi}" ("ok\n"),           [count] "{rdx}" (3)    );}</code></pre><p><i>Episode Duration: 7:21</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 21 Feb 2025 11:58:34 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>The Rise of Micro-Containers: When Less is More</h1><p><i>Podcast Episode Notes</i></p><h2>Opening (0:00 - 0:40)</h2><ul><li>Introduction to micro-containers: containers under 100KB</li><li>Contrast with typical Python containers (5GB+)</li><li>Languages enabling micro-containers: Rust, Zig, Go</li></ul><h2>Zig Code Example (0:40 - 1:10)</h2><pre><code class="language-zig">// 16KB HTTP server exampleconst std = @import("std");pub fn main() !void {    var server = try std.net.StreamServer.init(.{});    defer server.deinit();        try server.listen(try std.net.Address.parseIp("0.0.0.0", 8080));    while (true) {        const conn = try server.accept();        try handleRequest(conn);    }}</code></pre><h2>Key Use Cases Discussed (1:10 - 5:55)</h2><h3>1. Edge IoT (1:14)</h3><ul><li>ESP32 with 4MB flash constraints</li><li>Temperature sensor example: 60KB total with MQTT</li><li>A/B firmware updates within 2MB limit</li></ul><h3>2. WASM Integration (2:37)</h3><ul><li>Millisecond-loading micro-frontends</li><li>Component isolation per container</li><li>Zero initialization overhead for routing</li></ul><h3>3. Serverless Performance (3:11)</h3><ul><li>Traditional: 300ms cold start</li><li>Micro-container: 50ms start</li><li>Direct memory mapping benefits</li></ul><h3>4. Security Benefits (3:38)</h3><ul><li>No shell = no injection surface</li><li>Single binary audit scope</li><li>Zero trust architecture approach</li></ul><h3>5. Embedded Linux (3:58)</h3><ul><li>Raspberry Pi (512MB RAM) use case</li><li>50+ concurrent services under 50KB each</li><li>Home automation applications</li></ul><h3>6. CI/CD Improvements (4:19)</h3><ul><li>Base image: 300MB → 20KB</li><li>10-15x faster pipelines</li><li>Reduced bandwidth costs</li></ul><h3>7. Mesh Networks (4:40)</h3><ul><li>P2P container distribution</li><li>Minimal bandwidth requirements</li><li>Resilient to network partitions</li></ul><h3>8. FPGA Integration (5:05)</h3><ul><li>Bitstream wrapper containers</li><li>Algorithm switching efficiency</li><li>Hardware-software bridge</li></ul><h3>9. Unikernel Comparison (5:30)</h3><ul><li>Container vs specialized OS</li><li>Security model differences</li><li>Performance considerations</li></ul><h3>10. Cost Analysis (5:41)</h3><ul><li>Lambda container: 140MB vs 50KB</li><li>2800x storage reduction</li><li>Cold start cost implications</li></ul><h2>Closing Thoughts (6:06 - 7:21)</h2><ul><li>Historical context: Solaris containers in 2000s</li><li>New paradigm: thinking in kilobytes</li><li>Scratch container benefits</li><li>Future of minimal containerization</li></ul><h2>Technical Implementation Note</h2><pre><code class="language-zig">// Example of stripped Zig binary for scratch containerconst builtin = @import("builtin");pub fn main() void {    // No stdlib import needed    asm volatile ("syscall"        :: [syscall] "{rax}" (1),   // write           [fd] "{rdi}" (1),        // stdout           [buf] "{rsi}" ("ok\n"),           [count] "{rdx}" (3)    );}</code></pre><p><i>Episode Duration: 7:21</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7102662" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/4d764b24-bb32-429a-8a02-db449c7b6379/audio/c1911796-f98f-4c92-ba6e-48753ecc1a94/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Rise of Microcontainers</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:07:23</itunes:duration>
      <itunes:summary>A technical exploration of micro-containers demonstrates how containerized applications under 100KB, built with compiled languages like Zig, Rust, and Go, offer revolutionary potential compared to multi-gigabyte Python containers. Through ten use cases including edge IoT on ESP32s, WASM browser integration, serverless cold starts, security hardening, embedded Linux services, accelerated CI/CD pipelines, mesh network distribution, FPGA soft core loading, unikernel comparisons, and AWS Lambda cost optimization, the discussion illustrates how stripping containers to bare compiled binaries enables new capabilities in resource-constrained environments, demonstrated by a 16KB Zig HTTP server running in a scratch container that exemplifies this minimalist approach to modern containerization.</itunes:summary>
      <itunes:subtitle>A technical exploration of micro-containers demonstrates how containerized applications under 100KB, built with compiled languages like Zig, Rust, and Go, offer revolutionary potential compared to multi-gigabyte Python containers. Through ten use cases including edge IoT on ESP32s, WASM browser integration, serverless cold starts, security hardening, embedded Linux services, accelerated CI/CD pipelines, mesh network distribution, FPGA soft core loading, unikernel comparisons, and AWS Lambda cost optimization, the discussion illustrates how stripping containers to bare compiled binaries enables new capabilities in resource-constrained environments, demonstrated by a 16KB Zig HTTP server running in a scratch container that exemplifies this minimalist approach to modern containerization.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>177</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">41a05cab-a248-4452-b9b4-596bbc95d7c2</guid>
      <title>Software Engineering Job Postings in 2025 And What To Do About It</title>
      <description><![CDATA[<h1>Software Development Job Market in 2025: Challenges & Opportunities</h1><h2>Market Downturn Analysis</h2><h3>Interest Rate Impact</h3><ul><li>Fed rates rose from ~0% to 5%, ending era of "free money" for VCs</li><li>Job postings dropped to COVID-era levels (index ~60) from 2022 peak (index ~220)</li><li>High rates reducing startup funding and venture capital activity</li></ul><h3>Monopoly Effects</h3><ul><li>Big tech companies engaged in defensive hiring to block competitors</li><li>Market distortions from trillion-dollar companies with limited competition</li><li>Regulatory failure to break up tech monopolies contributed to hiring instability</li></ul><h3>AI Impact Reality Check</h3><ul><li>LLMs primarily boost senior developer productivity</li><li>No evidence of AI replacing programming jobs</li><li>Tool comparison: Similar to Stack Overflow or programming books</li><li>Benefits experienced developers most; requires deep domain knowledge</li></ul><h3>Economic Headwinds</h3><ul><li>Tariff threats driving continued inflation</li><li>Government workforce reductions adding job seekers to market</li><li>AI investment showing weak ROI</li><li>Growing competition in AI space (OpenAI, Anthropic, Google, etc.) reducing profit potential</li></ul><h2>Opportunities</h2><h3>Value-Based Skills</h3><ul><li>Focus on cost reduction and efficiency</li><li>Build solutions 100-1000x cheaper</li><li>Target performance-critical systems</li><li>Learn Rust for system optimization</li></ul><h3>Independent Business</h3><ul><li>Solo companies more viable with:<ul><li>LLM assistance for faster development</li><li>Cloud infrastructure availability</li><li>Ready-made payment systems</li><li>API composability</li></ul></li></ul><h3>Geographic Strategy</h3><ul><li>Consider lower cost US regions</li><li>Explore international locations with high living standards</li><li>Remote work enabling location flexibility</li></ul><h3>Market Positioning</h3><ul><li>Consulting opportunities from over-firing</li><li>Focus on cost-saving technologies</li><li>Build multiple revenue streams</li><li>Target sectors needing operational efficiency</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 21 Feb 2025 10:56:11 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Software Development Job Market in 2025: Challenges & Opportunities</h1><h2>Market Downturn Analysis</h2><h3>Interest Rate Impact</h3><ul><li>Fed rates rose from ~0% to 5%, ending era of "free money" for VCs</li><li>Job postings dropped to COVID-era levels (index ~60) from 2022 peak (index ~220)</li><li>High rates reducing startup funding and venture capital activity</li></ul><h3>Monopoly Effects</h3><ul><li>Big tech companies engaged in defensive hiring to block competitors</li><li>Market distortions from trillion-dollar companies with limited competition</li><li>Regulatory failure to break up tech monopolies contributed to hiring instability</li></ul><h3>AI Impact Reality Check</h3><ul><li>LLMs primarily boost senior developer productivity</li><li>No evidence of AI replacing programming jobs</li><li>Tool comparison: Similar to Stack Overflow or programming books</li><li>Benefits experienced developers most; requires deep domain knowledge</li></ul><h3>Economic Headwinds</h3><ul><li>Tariff threats driving continued inflation</li><li>Government workforce reductions adding job seekers to market</li><li>AI investment showing weak ROI</li><li>Growing competition in AI space (OpenAI, Anthropic, Google, etc.) reducing profit potential</li></ul><h2>Opportunities</h2><h3>Value-Based Skills</h3><ul><li>Focus on cost reduction and efficiency</li><li>Build solutions 100-1000x cheaper</li><li>Target performance-critical systems</li><li>Learn Rust for system optimization</li></ul><h3>Independent Business</h3><ul><li>Solo companies more viable with:<ul><li>LLM assistance for faster development</li><li>Cloud infrastructure availability</li><li>Ready-made payment systems</li><li>API composability</li></ul></li></ul><h3>Geographic Strategy</h3><ul><li>Consider lower cost US regions</li><li>Explore international locations with high living standards</li><li>Remote work enabling location flexibility</li></ul><h3>Market Positioning</h3><ul><li>Consulting opportunities from over-firing</li><li>Focus on cost-saving technologies</li><li>Build multiple revenue streams</li><li>Target sectors needing operational efficiency</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="14582460" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7ecf557b-9bf0-4a1a-a3a7-d46907014624/audio/92ccf1d2-9878-4728-9124-08864a24eed1/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Software Engineering Job Postings in 2025 And What To Do About It</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:15:11</itunes:duration>
      <itunes:summary>The software development job market faces significant headwinds in 2025, with job postings down to COVID-era levels due to rising interest rates, monopolistic big tech behavior, and looming recession risks from tariffs and government workforce reductions. While AI&apos;s impact on replacing jobs is overstated, it primarily benefits senior developers by enhancing productivity. Despite these challenges, opportunities exist for developers who focus on value creation through cost reduction, performance optimization with languages like Rust, starting solo companies leveraging cloud infrastructure and LLMs, or relocating to lower-cost regions while maintaining high living standards. Success requires focusing on critical skills that deliver measurable value rather than following technology hypes or management trends.</itunes:summary>
      <itunes:subtitle>The software development job market faces significant headwinds in 2025, with job postings down to COVID-era levels due to rising interest rates, monopolistic big tech behavior, and looming recession risks from tariffs and government workforce reductions. While AI&apos;s impact on replacing jobs is overstated, it primarily benefits senior developers by enhancing productivity. Despite these challenges, opportunities exist for developers who focus on value creation through cost reduction, performance optimization with languages like Rust, starting solo companies leveraging cloud infrastructure and LLMs, or relocating to lower-cost regions while maintaining high living standards. Success requires focusing on critical skills that deliver measurable value rather than following technology hypes or management trends.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>176</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">2718a237-a81a-4ad8-b97c-c22950eff88e</guid>
      <title>Container Size Optimization in 2025</title>
      <description><![CDATA[<p># Container Size Optimization in 2025</p><p> </p><p>## Core Motivation</p><p>- Container size directly impacts cost efficiency</p><p>- Python containers can reach 5GB</p><p>- Sub-1MB containers enable:</p><p> - Incredible performance</p><p> - Microservice architecture at scale</p><p> - Efficient resource utilization</p><p> </p><p>## Container Types Comparison</p><p> </p><p>### Scratch (0MB base)</p><p>- Empty filesystem</p><p>- Zero attack surface</p><p>- Ideal for compiled languages</p><p>- Advantages:</p><p> - Fastest deployment</p><p> - Maximum security</p><p> - Explicit dependencies</p><p>- Limitations:</p><p> - Requires static linking</p><p> - No debugging tools</p><p> - Manual configuration required</p><p> </p><p>Example Zig implementation:</p><p>```zig</p><p>const std = @import("std");</p><p>pub fn main() !void {</p><p>   // Statically linked, zero-allocation server</p><p>   var server = std.net.StreamServer.init(.{});</p><p>   defer server.deinit();</p><p>   try server.listen(try std.net.Address.parseIp("0.0.0.0", 8080));</p><p>}</p><p>```</p><p> </p><p>### Alpine (5MB base)</p><p>- Uses musl libc + busybox</p><p>- Includes APK package manager</p><p>- Advantages:</p><p> - Minimal yet functional</p><p> - Security-focused design</p><p> - Basic debugging capability</p><p>- Limitations:</p><p> - musl compatibility issues</p><p> - Smaller community than Debian</p><p> </p><p>### Distroless (10MB base)</p><p>- Google's minimal runtime images</p><p>- Language-specific dependencies</p><p>- No shell/package manager</p><p>- Advantages:</p><p> - Pre-configured runtimes</p><p> - Reduced attack surface</p><p> - Optimized per language</p><p>- Limitations:</p><p> - Limited debugging</p><p> - Language-specific constraints</p><p> </p><p>### Debian-slim (60MB base)</p><p>- Stripped Debian with core utilities</p><p>- Includes apt and bash</p><p>- Advantages:</p><p> - Familiar environment</p><p> - Large community</p><p> - Full toolchain</p><p>- Limitations:</p><p> - Larger size</p><p> - Slower deployment</p><p> - Increased attack surface</p><p> </p><p>## Modern Language Benefits</p><p> </p><p>### Zig Optimizations</p><p>```zig</p><p>// Minimal binary flags</p><p>// -O ReleaseSmall</p><p>// -fstrip</p><p>// -fsingle-threaded</p><p>const std = @import("std");</p><p>pub fn main() void {</p><p>   // Zero runtime overhead</p><p>   comptime {</p><p>       @setCold(main);</p><p>   }</p><p>}</p><p>```</p><p> </p><p>### Key Advantages</p><p>- Static linking capability</p><p>- Fine-grained optimization</p><p>- Zero-allocation options</p><p>- Binary size control</p><p> </p><p>## Container Size Strategy</p><p>1. Development: Debian-slim</p><p>2. Testing: Alpine</p><p>3. Production: Distroless/Scratch</p><p>4. Target: Sub-1MB containers</p><p> </p><p>## Emerging Trends</p><p>- Energy efficiency focus</p><p>- Compiled languages advantage</p><p>- Python limitations exposed:</p><p> - Runtime dependencies</p><p> - No native compilation</p><p> - OS requirements</p><p> </p><p>## Implementation Targets</p><p>- Raspberry Pi deployment</p><p>- ARM systems</p><p>- Embedded devices</p><p>- Serverless (AWS Lambda)</p><p>- Container orchestration (K8s, ECS)</p><p> </p><p>## Future Outlook</p><p>- Sub-1MB container norm</p><p>- Zig/Rust optimization</p><p>- Security through minimalism</p><p>- Energy-efficient computing</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 20 Feb 2025 16:38:25 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p># Container Size Optimization in 2025</p><p> </p><p>## Core Motivation</p><p>- Container size directly impacts cost efficiency</p><p>- Python containers can reach 5GB</p><p>- Sub-1MB containers enable:</p><p> - Incredible performance</p><p> - Microservice architecture at scale</p><p> - Efficient resource utilization</p><p> </p><p>## Container Types Comparison</p><p> </p><p>### Scratch (0MB base)</p><p>- Empty filesystem</p><p>- Zero attack surface</p><p>- Ideal for compiled languages</p><p>- Advantages:</p><p> - Fastest deployment</p><p> - Maximum security</p><p> - Explicit dependencies</p><p>- Limitations:</p><p> - Requires static linking</p><p> - No debugging tools</p><p> - Manual configuration required</p><p> </p><p>Example Zig implementation:</p><p>```zig</p><p>const std = @import("std");</p><p>pub fn main() !void {</p><p>   // Statically linked, zero-allocation server</p><p>   var server = std.net.StreamServer.init(.{});</p><p>   defer server.deinit();</p><p>   try server.listen(try std.net.Address.parseIp("0.0.0.0", 8080));</p><p>}</p><p>```</p><p> </p><p>### Alpine (5MB base)</p><p>- Uses musl libc + busybox</p><p>- Includes APK package manager</p><p>- Advantages:</p><p> - Minimal yet functional</p><p> - Security-focused design</p><p> - Basic debugging capability</p><p>- Limitations:</p><p> - musl compatibility issues</p><p> - Smaller community than Debian</p><p> </p><p>### Distroless (10MB base)</p><p>- Google's minimal runtime images</p><p>- Language-specific dependencies</p><p>- No shell/package manager</p><p>- Advantages:</p><p> - Pre-configured runtimes</p><p> - Reduced attack surface</p><p> - Optimized per language</p><p>- Limitations:</p><p> - Limited debugging</p><p> - Language-specific constraints</p><p> </p><p>### Debian-slim (60MB base)</p><p>- Stripped Debian with core utilities</p><p>- Includes apt and bash</p><p>- Advantages:</p><p> - Familiar environment</p><p> - Large community</p><p> - Full toolchain</p><p>- Limitations:</p><p> - Larger size</p><p> - Slower deployment</p><p> - Increased attack surface</p><p> </p><p>## Modern Language Benefits</p><p> </p><p>### Zig Optimizations</p><p>```zig</p><p>// Minimal binary flags</p><p>// -O ReleaseSmall</p><p>// -fstrip</p><p>// -fsingle-threaded</p><p>const std = @import("std");</p><p>pub fn main() void {</p><p>   // Zero runtime overhead</p><p>   comptime {</p><p>       @setCold(main);</p><p>   }</p><p>}</p><p>```</p><p> </p><p>### Key Advantages</p><p>- Static linking capability</p><p>- Fine-grained optimization</p><p>- Zero-allocation options</p><p>- Binary size control</p><p> </p><p>## Container Size Strategy</p><p>1. Development: Debian-slim</p><p>2. Testing: Alpine</p><p>3. Production: Distroless/Scratch</p><p>4. Target: Sub-1MB containers</p><p> </p><p>## Emerging Trends</p><p>- Energy efficiency focus</p><p>- Compiled languages advantage</p><p>- Python limitations exposed:</p><p> - Runtime dependencies</p><p> - No native compilation</p><p> - OS requirements</p><p> </p><p>## Implementation Targets</p><p>- Raspberry Pi deployment</p><p>- ARM systems</p><p>- Embedded devices</p><p>- Serverless (AWS Lambda)</p><p>- Container orchestration (K8s, ECS)</p><p> </p><p>## Future Outlook</p><p>- Sub-1MB container norm</p><p>- Zig/Rust optimization</p><p>- Security through minimalism</p><p>- Energy-efficient computing</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8415890" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/56404afa-1d89-422c-be52-d0165eb10b09/audio/33a398cf-99cd-4c19-9e1f-cf09db934be8/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Container Size Optimization in 2025</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:45</itunes:duration>
      <itunes:summary>Container size optimization in 2025 centers on four key approaches: scratch containers (0MB base) for maximum security and performance with statically linked binaries, Alpine (5MB base) offering a minimal yet functional environment with musl libc, Google&apos;s distroless images (10MB base) providing language-specific runtimes without shells or package managers, and Debian-slim (60MB base) delivering a stripped-down but complete Linux environment. The trend toward sub-1MB containers, particularly using modern systems languages like Zig and Rust, enables efficient scaling across embedded devices, serverless platforms, and container orchestration systems while exposing limitations in traditional scripting languages that require full runtime environments.</itunes:summary>
      <itunes:subtitle>Container size optimization in 2025 centers on four key approaches: scratch containers (0MB base) for maximum security and performance with statically linked binaries, Alpine (5MB base) offering a minimal yet functional environment with musl libc, Google&apos;s distroless images (10MB base) providing language-specific runtimes without shells or package managers, and Debian-slim (60MB base) delivering a stripped-down but complete Linux environment. The trend toward sub-1MB containers, particularly using modern systems languages like Zig and Rust, enables efficient scaling across embedded devices, serverless platforms, and container orchestration systems while exposing limitations in traditional scripting languages that require full runtime environments.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>175</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">043312bc-a790-46b8-b79f-8388e33defc1</guid>
      <title>Tech Regulatory Entrepreneurship and Alternative Governance Systems</title>
      <description><![CDATA[<h1>Regulatory Entrepreneurship and Alternative Governance Systems</h1><h2>Key Concepts</h2><h3>Regulatory Entrepreneurship</h3><ul><li>Companies building businesses that require changing laws to succeed</li><li>Examples: Uber, Airbnb, Tesla, DraftKings, OpenAI</li><li>Core strategies:<ul><li>Operating in legal gray areas</li><li>Growing "too big to ban"</li><li>Mobilizing users as political force</li></ul></li></ul><h3>Comparison with Mafia Systems</h3><p>Common Factors</p><ul><li>Emerge when government is ineffective/incompetent</li><li>Provide alternative governance</li><li>Push negative externalities to public</li><li>Promise improvements but often worsen conditions</li></ul><p>Key Differences</p><ul><li>VC ecosystem operates in legal gray areas</li><li>Mafia operates in illegal activities</li><li>Tech aims for global scale/influence</li></ul><h2>Societal Impact</h2><h3>Negative Effects</h3><ul><li>Increased traffic (Uber)</li><li>Housing market disruption (Airbnb)</li><li>Financial fraud risks (Crypto/FTX)</li><li>Monopolistic tendencies</li><li>Democratic erosion</li></ul><h3>Solutions for Governments</h3><p>Democracy Strengthening</p><ul><li>Eliminate unlimited lobbying</li><li>Implement wealth taxes</li><li>Provide socialized healthcare/education</li><li>Enable direct democracy through polling</li><li>Develop competent civil service</li></ul><p>Technology Independence</p><ul><li>Create public alternatives (social media, AI)</li><li>Support small businesses over monopolies</li><li>Focus on community-based solutions</li><li>Regulate large tech companies</li><li>Protect national sovereignty</li></ul><h2>Future Implications</h2><ul><li>Growing tension between tech and traditional governance</li><li>Need for balance between innovation and regulation</li><li>Importance of maintaining democratic systems</li><li>Role of public infrastructure and services</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 20 Feb 2025 15:00:48 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Regulatory Entrepreneurship and Alternative Governance Systems</h1><h2>Key Concepts</h2><h3>Regulatory Entrepreneurship</h3><ul><li>Companies building businesses that require changing laws to succeed</li><li>Examples: Uber, Airbnb, Tesla, DraftKings, OpenAI</li><li>Core strategies:<ul><li>Operating in legal gray areas</li><li>Growing "too big to ban"</li><li>Mobilizing users as political force</li></ul></li></ul><h3>Comparison with Mafia Systems</h3><p>Common Factors</p><ul><li>Emerge when government is ineffective/incompetent</li><li>Provide alternative governance</li><li>Push negative externalities to public</li><li>Promise improvements but often worsen conditions</li></ul><p>Key Differences</p><ul><li>VC ecosystem operates in legal gray areas</li><li>Mafia operates in illegal activities</li><li>Tech aims for global scale/influence</li></ul><h2>Societal Impact</h2><h3>Negative Effects</h3><ul><li>Increased traffic (Uber)</li><li>Housing market disruption (Airbnb)</li><li>Financial fraud risks (Crypto/FTX)</li><li>Monopolistic tendencies</li><li>Democratic erosion</li></ul><h3>Solutions for Governments</h3><p>Democracy Strengthening</p><ul><li>Eliminate unlimited lobbying</li><li>Implement wealth taxes</li><li>Provide socialized healthcare/education</li><li>Enable direct democracy through polling</li><li>Develop competent civil service</li></ul><p>Technology Independence</p><ul><li>Create public alternatives (social media, AI)</li><li>Support small businesses over monopolies</li><li>Focus on community-based solutions</li><li>Regulate large tech companies</li><li>Protect national sovereignty</li></ul><h2>Future Implications</h2><ul><li>Growing tension between tech and traditional governance</li><li>Need for balance between innovation and regulation</li><li>Importance of maintaining democratic systems</li><li>Role of public infrastructure and services</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="20075279" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7589044b-2094-4a1f-b8c1-d068dd48fa3e/audio/70775ec2-b89d-40c7-897f-1e7622220d3a/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Tech Regulatory Entrepreneurship and Alternative Governance Systems</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:20:54</itunes:duration>
      <itunes:summary>Modern tech companies like Uber, Airbnb &amp; Tesla intentionally operate in legal gray areas to force regulatory change. They grow rapidly to become &quot;too big to ban&quot; and mobilize users as political force.
Similar to how mafias emerge when government is weak/ineffective, tech companies fill governance gaps but prioritize profits over public good. Both systems push negative impacts onto public - e.g., Airbnb disrupting housing markets, Uber increasing traffic.
Key problems:

Concentrated corporate power
Weakened democracy
Regulatory capture
Public costs/externalities
Reduced competition

Solutions for governments:

Strengthen democratic institutions
Limit corporate political influence
Support small business
Create public tech alternatives
Enforce antitrust
Implement wealth taxes
Improve public services

Core issue is tech companies acting as alternative governments without accountability. Requires balance between innovation and maintaining democratic control.
Success depends on competent government delivering efficient services to prevent alternative power structures from emerging.</itunes:summary>
      <itunes:subtitle>Modern tech companies like Uber, Airbnb &amp; Tesla intentionally operate in legal gray areas to force regulatory change. They grow rapidly to become &quot;too big to ban&quot; and mobilize users as political force.
Similar to how mafias emerge when government is weak/ineffective, tech companies fill governance gaps but prioritize profits over public good. Both systems push negative impacts onto public - e.g., Airbnb disrupting housing markets, Uber increasing traffic.
Key problems:

Concentrated corporate power
Weakened democracy
Regulatory capture
Public costs/externalities
Reduced competition

Solutions for governments:

Strengthen democratic institutions
Limit corporate political influence
Support small business
Create public tech alternatives
Enforce antitrust
Implement wealth taxes
Improve public services

Core issue is tech companies acting as alternative governments without accountability. Requires balance between innovation and maintaining democratic control.
Success depends on competent government delivering efficient services to prevent alternative power structures from emerging.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>174</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">81cd72af-821f-4d52-b5d8-7dfc85b1a8d3</guid>
      <title>Websockets</title>
      <description><![CDATA[<h1>WebSockets in Rust: From Theory to Implementation</h1><p><i>Episode Notes for Pragmatic Labs Technical Deep Dive</i></p><h2>Introduction [00:00-00:45]</h2><ul><li>WebSockets vs HTTP request-response pattern analogy</li><li>Real-time communication model comparison</li><li>Rust's zero-cost abstractions and compile-time guarantees</li><li>SQLite WebSocket demo introduction</li></ul><h2>Rust's WebSocket Advantages [01:05-01:47]</h2><ul><li>Zero-cost abstractions implementation</li><li>Memory safety guarantees preventing vulnerabilities</li><li>Async/await ecosystem optimization</li><li>Strong type system for message handling</li><li>Ownership model for connection lifecycles</li><li>Cross-platform compilation capabilities</li></ul><h2>Project Implementation Details [01:53-02:16]</h2><ul><li>Tokio async runtime efficiency</li><li>Structured error handling patterns</li><li>Thread-safe SQLite connections</li><li>Clean architectural separation</li><li>Deployment considerations for embedded systems</li></ul><h2>WebSocket Core Concepts [02:34-03:35]</h2><ul><li>Full-duplex TCP communication protocol</li><li>Persistent connection characteristics</li><li>Bi-directional data flow mechanisms</li><li>HTTP upgrade process</li><li>Frame-based message transfer</li><li>Minimal protocol overhead benefits</li></ul><h2>Technical Implementation [03:35-04:00]</h2><ul><li>HTTP request upgrade header process</li><li>WebSocket URL scheme structure</li><li>Initial handshake protocol</li><li>Binary/text message frame handling</li><li>Connection management strategies</li></ul><h2>Advantages Over HTTP [04:00-04:20]</h2><ul><li>Reduced latency benefits</li><li>Lower header overhead</li><li>Eliminated connection establishment costs</li><li>Server push capabilities</li><li>Native browser support</li><li>Event-driven architecture suitability</li></ul><h2>Common Use Cases [04:20-04:36]</h2><ul><li>Real-time collaboration tools</li><li>Live data streaming systems</li><li>Financial market data updates</li><li>Multiplayer game state synchronization</li><li>IoT device communication</li><li>Live monitoring systems</li></ul><h2>Rust Implementation Specifics [04:36-05:16]</h2><ul><li>Actor model implementation</li><li>Connection state management with Arc<Mutex<>></li><li>Graceful shutdown with tokio::select</li><li>Connection management heartbeats</li><li>WebSocket server scaling considerations</li></ul><h2>Performance Characteristics [05:36-06:15]</h2><ul><li>Zero-cost futures in practice</li><li>Garbage collection elimination</li><li>Compile-time guarantee benefits</li><li>Predictable memory usage patterns</li><li>Reduced server load metrics</li></ul><h2>Project Structure [06:15-06:52]</h2><ul><li>ws.rs: Connection handling</li><li>db.rs: Database abstraction</li><li>errors.rs: Error type hierarchy</li><li>models.rs: Data structure definitions</li><li>main.rs: System orchestration</li><li>Browser API integration points</li></ul><h2>Real-World Applications [07:10-08:02]</h2><ul><li>Embedded systems implementation</li><li>Computer vision integration</li><li>Real-time data processing</li><li>Space system applications</li><li>Resource-constrained environments</li></ul><h2>Key Technical Takeaways</h2><ul><li>Rust's ownership model enables efficient WebSocket implementations</li><li>Zero-cost abstractions provide performance benefits</li><li>Thread-safety guaranteed through type system</li><li>Async runtime optimized for real-time communication</li><li>Clean architecture promotes maintainable systems</li></ul><h2>Resources</h2><ul><li>Full code examples available on Pragmatic Labs</li><li>SQLite WebSocket demo repository</li><li>Implementation walkthroughs</li><li>Embedded system deployment guides</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 19 Feb 2025 20:00:37 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>WebSockets in Rust: From Theory to Implementation</h1><p><i>Episode Notes for Pragmatic Labs Technical Deep Dive</i></p><h2>Introduction [00:00-00:45]</h2><ul><li>WebSockets vs HTTP request-response pattern analogy</li><li>Real-time communication model comparison</li><li>Rust's zero-cost abstractions and compile-time guarantees</li><li>SQLite WebSocket demo introduction</li></ul><h2>Rust's WebSocket Advantages [01:05-01:47]</h2><ul><li>Zero-cost abstractions implementation</li><li>Memory safety guarantees preventing vulnerabilities</li><li>Async/await ecosystem optimization</li><li>Strong type system for message handling</li><li>Ownership model for connection lifecycles</li><li>Cross-platform compilation capabilities</li></ul><h2>Project Implementation Details [01:53-02:16]</h2><ul><li>Tokio async runtime efficiency</li><li>Structured error handling patterns</li><li>Thread-safe SQLite connections</li><li>Clean architectural separation</li><li>Deployment considerations for embedded systems</li></ul><h2>WebSocket Core Concepts [02:34-03:35]</h2><ul><li>Full-duplex TCP communication protocol</li><li>Persistent connection characteristics</li><li>Bi-directional data flow mechanisms</li><li>HTTP upgrade process</li><li>Frame-based message transfer</li><li>Minimal protocol overhead benefits</li></ul><h2>Technical Implementation [03:35-04:00]</h2><ul><li>HTTP request upgrade header process</li><li>WebSocket URL scheme structure</li><li>Initial handshake protocol</li><li>Binary/text message frame handling</li><li>Connection management strategies</li></ul><h2>Advantages Over HTTP [04:00-04:20]</h2><ul><li>Reduced latency benefits</li><li>Lower header overhead</li><li>Eliminated connection establishment costs</li><li>Server push capabilities</li><li>Native browser support</li><li>Event-driven architecture suitability</li></ul><h2>Common Use Cases [04:20-04:36]</h2><ul><li>Real-time collaboration tools</li><li>Live data streaming systems</li><li>Financial market data updates</li><li>Multiplayer game state synchronization</li><li>IoT device communication</li><li>Live monitoring systems</li></ul><h2>Rust Implementation Specifics [04:36-05:16]</h2><ul><li>Actor model implementation</li><li>Connection state management with Arc<Mutex<>></li><li>Graceful shutdown with tokio::select</li><li>Connection management heartbeats</li><li>WebSocket server scaling considerations</li></ul><h2>Performance Characteristics [05:36-06:15]</h2><ul><li>Zero-cost futures in practice</li><li>Garbage collection elimination</li><li>Compile-time guarantee benefits</li><li>Predictable memory usage patterns</li><li>Reduced server load metrics</li></ul><h2>Project Structure [06:15-06:52]</h2><ul><li>ws.rs: Connection handling</li><li>db.rs: Database abstraction</li><li>errors.rs: Error type hierarchy</li><li>models.rs: Data structure definitions</li><li>main.rs: System orchestration</li><li>Browser API integration points</li></ul><h2>Real-World Applications [07:10-08:02]</h2><ul><li>Embedded systems implementation</li><li>Computer vision integration</li><li>Real-time data processing</li><li>Space system applications</li><li>Resource-constrained environments</li></ul><h2>Key Technical Takeaways</h2><ul><li>Rust's ownership model enables efficient WebSocket implementations</li><li>Zero-cost abstractions provide performance benefits</li><li>Thread-safety guaranteed through type system</li><li>Async runtime optimized for real-time communication</li><li>Clean architecture promotes maintainable systems</li></ul><h2>Resources</h2><ul><li>Full code examples available on Pragmatic Labs</li><li>SQLite WebSocket demo repository</li><li>Implementation walkthroughs</li><li>Embedded system deployment guides</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7734616" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5f2b744e-4b39-41d6-9e81-0d136329028e/audio/927283aa-9992-4961-9505-0b362d325893/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Websockets</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:03</itunes:duration>
      <itunes:summary>This episode explores WebSocket implementation in Rust, demonstrating how Rust&apos;s zero-cost abstractions and ownership model enable efficient real-time communication systems. Using a SQLite-backed WebSocket demo as the practical foundation, we examine the protocol&apos;s evolution from HTTP&apos;s request-response pattern to full-duplex persistent connections, highlighting Rust&apos;s compile-time guarantees and async/await ecosystem for robust connection lifecycle management. The implementation leverages tokio for async runtime efficiency, implements thread-safe SQLite connections, and showcases clean architectural separation through modular design (ws.rs, db.rs, errors.rs). The discussion spans from core WebSocket concepts through Rust-specific optimizations, culminating in real-world applications for resource-constrained environments like embedded systems and space applications, where Rust&apos;s predictable memory usage and lack of garbage collection make it particularly suitable for WebSocket implementations.</itunes:summary>
      <itunes:subtitle>This episode explores WebSocket implementation in Rust, demonstrating how Rust&apos;s zero-cost abstractions and ownership model enable efficient real-time communication systems. Using a SQLite-backed WebSocket demo as the practical foundation, we examine the protocol&apos;s evolution from HTTP&apos;s request-response pattern to full-duplex persistent connections, highlighting Rust&apos;s compile-time guarantees and async/await ecosystem for robust connection lifecycle management. The implementation leverages tokio for async runtime efficiency, implements thread-safe SQLite connections, and showcases clean architectural separation through modular design (ws.rs, db.rs, errors.rs). The discussion spans from core WebSocket concepts through Rust-specific optimizations, culminating in real-world applications for resource-constrained environments like embedded systems and space applications, where Rust&apos;s predictable memory usage and lack of garbage collection make it particularly suitable for WebSocket implementations.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>173</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">0c2551cc-5447-4316-a895-8e36670d5181</guid>
      <title>Corporate America:  A life of Quiet Desperation and How To Resist and Escape</title>
      <description><![CDATA[<h1>Corporate America: A Prison Break Guide</h1><h2>Key Themes</h2><ul><li>Thoreau's "quiet desperation" frames corporate work as voluntary imprisonment</li><li>Graeber's 5 BS jobs expose corporate dysfunction:<ul><li>Flunkies (middle managers)</li><li>Goons (HR, enforcement)</li><li>Duct-tapers (perpetual problem fixers)</li><li>Box-tickers (DEI/compliance)</li><li>Taskmasters (productivity enforcers)</li></ul></li></ul><h2>Soft Authoritarianism in Corporate Culture</h2><ul><li>Location control (anti-remote work)</li><li>Thought control (shifting ethical stances)</li><li>Time control (9-5 structure)</li><li>Value suppression (standardized pay bands)</li><li>Ethics sacrificed for profit</li></ul><h2>Resistance Strategy</h2><ul><li>Minimize meeting attendance</li><li>Work remotely when possible</li><li>Spend 20% of pay on valuable skill development</li><li>Avoid management track</li><li>Build uncorrelated income streams:<ul><li>Consulting</li><li>Investments</li><li>Side businesses</li></ul></li></ul><h2>The Shawshank Strategy</h2><ul><li>Save 2+ years of living expenses (~$250k buffer)</li><li>Develop marketable skills quietly</li><li>Create multiple income streams</li><li>Reduce expenses/debt</li><li>Plan methodical escape</li></ul><h2>Core Message</h2><p>Corporate America represents a form of wage slavery, but methodical resistance and skill-building can create paths to freedom and authentic living.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 19 Feb 2025 15:23:54 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Corporate America: A Prison Break Guide</h1><h2>Key Themes</h2><ul><li>Thoreau's "quiet desperation" frames corporate work as voluntary imprisonment</li><li>Graeber's 5 BS jobs expose corporate dysfunction:<ul><li>Flunkies (middle managers)</li><li>Goons (HR, enforcement)</li><li>Duct-tapers (perpetual problem fixers)</li><li>Box-tickers (DEI/compliance)</li><li>Taskmasters (productivity enforcers)</li></ul></li></ul><h2>Soft Authoritarianism in Corporate Culture</h2><ul><li>Location control (anti-remote work)</li><li>Thought control (shifting ethical stances)</li><li>Time control (9-5 structure)</li><li>Value suppression (standardized pay bands)</li><li>Ethics sacrificed for profit</li></ul><h2>Resistance Strategy</h2><ul><li>Minimize meeting attendance</li><li>Work remotely when possible</li><li>Spend 20% of pay on valuable skill development</li><li>Avoid management track</li><li>Build uncorrelated income streams:<ul><li>Consulting</li><li>Investments</li><li>Side businesses</li></ul></li></ul><h2>The Shawshank Strategy</h2><ul><li>Save 2+ years of living expenses (~$250k buffer)</li><li>Develop marketable skills quietly</li><li>Create multiple income streams</li><li>Reduce expenses/debt</li><li>Plan methodical escape</li></ul><h2>Core Message</h2><p>Corporate America represents a form of wage slavery, but methodical resistance and skill-building can create paths to freedom and authentic living.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="24540755" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/924bf81d-0cdf-481a-b640-06d0895dcd01/audio/c186a9d3-1a96-4ae5-a46c-293029de9e0d/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Corporate America:  A life of Quiet Desperation and How To Resist and Escape</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:25:33</itunes:duration>
      <itunes:summary>Drawing on Thoreau&apos;s concept of &quot;quiet desperation&quot; and Graeber&apos;s analysis of bullshit jobs, this podcast episode frames corporate America as a system of soft authoritarianism that controls workers&apos; time, location, thoughts, and value creation. The speaker outlines how corporations maintain power through standardized pay, ethical flexibility, and worker dependence, while offering a &quot;Shawshank Redemption&quot; inspired escape strategy: minimize corporate engagement, develop valuable skills independently, save 2+ years of living expenses, and build uncorrelated income streams through consulting and investments, ultimately aiming for authentic living and freedom from wage slavery.</itunes:summary>
      <itunes:subtitle>Drawing on Thoreau&apos;s concept of &quot;quiet desperation&quot; and Graeber&apos;s analysis of bullshit jobs, this podcast episode frames corporate America as a system of soft authoritarianism that controls workers&apos; time, location, thoughts, and value creation. The speaker outlines how corporations maintain power through standardized pay, ethical flexibility, and worker dependence, while offering a &quot;Shawshank Redemption&quot; inspired escape strategy: minimize corporate engagement, develop valuable skills independently, save 2+ years of living expenses, and build uncorrelated income streams through consulting and investments, ultimately aiming for authentic living and freedom from wage slavery.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>172</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d7ab7e19-d5bd-4870-b5dd-5454e690669c</guid>
      <title>Memory Allocation Strategies with Zig</title>
      <description><![CDATA[<h1>Zig's Memory Management Philosophy</h1><ul><li>Explicit and transparent memory management</li><li>Runtime error detection vs compile-time checks</li><li>No hidden allocations</li><li>Must handle allocation errors explicitly using try/defer/ensure</li><li>Runtime leak detection capability</li></ul><h1>Comparison with C and Rust</h1><h2>C Differences</h2><ul><li>Safer than C due to explicit memory handling</li><li>No "foot guns" or easy-to-create security holes</li><li>No forgotten free() calls</li><li>Clear memory ownership model</li></ul><h2>Rust Differences</h2><ul><li>Rust: Compile-time ownership and borrowing rules<ul><li>Single owner for memory</li><li>Automatic memory freeing</li><li>Built-in safety with performance trade-off</li></ul></li><li>Zig: Runtime-focused approach<ul><li>Explicit allocators passed around</li><li>Memory management via defer</li><li>No compile-time ownership restrictions</li><li>Runtime leak/error checking</li></ul></li></ul><h1>Four Types of Zig Allocators</h1><p>General Purpose Allocator (GPA)</p><ul><li>Tracks all allocations</li><li>Detects leaks and double-frees</li><li>Like a "librarian tracking books"</li><li>Most commonly used for general programming</li></ul><p>Arena Allocator</p><ul><li>Frees all memory at once</li><li>Very fast allocations</li><li>Best for temporary data (e.g., JSON parsing)</li><li>Like "dumping LEGO blocks"</li></ul><p>Fixed Buffer Allocator</p><ul><li>Stack memory only, no heap</li><li>Fixed size allocation</li><li>Ideal for embedded systems</li><li>Like a "fixed size box"</li></ul><p>Page Allocator</p><ul><li>Direct OS memory access</li><li>Page-aligned blocks</li><li>Best for large applications</li><li>Like "buying land and subdividing"</li></ul><h1>Real-World Performance Comparisons</h1><h2>Binary Size</h2><ul><li>Zig "Hello World": ~300KB</li><li>Rust "Hello World": ~1.8MB</li></ul><h2>HTTP Server Sizes</h2><ul><li>Zig minimal server (Alpine Docker): ~300KB</li><li>Rust minimal server (Scratch Docker): ~2MB</li></ul><h2>Full Stack Example</h2><ul><li>Zig server with JSON/SQLite: ~850KB</li><li>Rust server with JSON/SQLite: ~4.2MB</li></ul><h1>Runtime Characteristics</h1><ul><li>Zig: Near-instant startup, ~3KB runtime</li><li>Rust: Runtime initialization required, ~100KB runtime size</li><li>Zig offers optional runtime overhead</li><li>Rust includes mandatory memory safety runtime</li></ul><p>The episode concludes by suggesting Zig as a complementary tool alongside Rust, particularly for specialized use cases requiring minimal binary size or runtime overhead, such as embedded systems development.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 18 Feb 2025 18:18:11 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Zig's Memory Management Philosophy</h1><ul><li>Explicit and transparent memory management</li><li>Runtime error detection vs compile-time checks</li><li>No hidden allocations</li><li>Must handle allocation errors explicitly using try/defer/ensure</li><li>Runtime leak detection capability</li></ul><h1>Comparison with C and Rust</h1><h2>C Differences</h2><ul><li>Safer than C due to explicit memory handling</li><li>No "foot guns" or easy-to-create security holes</li><li>No forgotten free() calls</li><li>Clear memory ownership model</li></ul><h2>Rust Differences</h2><ul><li>Rust: Compile-time ownership and borrowing rules<ul><li>Single owner for memory</li><li>Automatic memory freeing</li><li>Built-in safety with performance trade-off</li></ul></li><li>Zig: Runtime-focused approach<ul><li>Explicit allocators passed around</li><li>Memory management via defer</li><li>No compile-time ownership restrictions</li><li>Runtime leak/error checking</li></ul></li></ul><h1>Four Types of Zig Allocators</h1><p>General Purpose Allocator (GPA)</p><ul><li>Tracks all allocations</li><li>Detects leaks and double-frees</li><li>Like a "librarian tracking books"</li><li>Most commonly used for general programming</li></ul><p>Arena Allocator</p><ul><li>Frees all memory at once</li><li>Very fast allocations</li><li>Best for temporary data (e.g., JSON parsing)</li><li>Like "dumping LEGO blocks"</li></ul><p>Fixed Buffer Allocator</p><ul><li>Stack memory only, no heap</li><li>Fixed size allocation</li><li>Ideal for embedded systems</li><li>Like a "fixed size box"</li></ul><p>Page Allocator</p><ul><li>Direct OS memory access</li><li>Page-aligned blocks</li><li>Best for large applications</li><li>Like "buying land and subdividing"</li></ul><h1>Real-World Performance Comparisons</h1><h2>Binary Size</h2><ul><li>Zig "Hello World": ~300KB</li><li>Rust "Hello World": ~1.8MB</li></ul><h2>HTTP Server Sizes</h2><ul><li>Zig minimal server (Alpine Docker): ~300KB</li><li>Rust minimal server (Scratch Docker): ~2MB</li></ul><h2>Full Stack Example</h2><ul><li>Zig server with JSON/SQLite: ~850KB</li><li>Rust server with JSON/SQLite: ~4.2MB</li></ul><h1>Runtime Characteristics</h1><ul><li>Zig: Near-instant startup, ~3KB runtime</li><li>Rust: Runtime initialization required, ~100KB runtime size</li><li>Zig offers optional runtime overhead</li><li>Rust includes mandatory memory safety runtime</li></ul><p>The episode concludes by suggesting Zig as a complementary tool alongside Rust, particularly for specialized use cases requiring minimal binary size or runtime overhead, such as embedded systems development.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8877735" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/0912f519-c4dd-4d64-864a-107688681698/audio/714bde7f-1257-45fb-99bd-5ce57ae64d81/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Memory Allocation Strategies with Zig</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:09:14</itunes:duration>
      <itunes:summary>The podcast discusses Zig&apos;s memory management approach, contrasting it with C and Rust. Unlike C&apos;s error-prone manual management or Rust&apos;s compile-time ownership system, Zig uses explicit allocators with runtime checks. It offers four main allocator types: the General Purpose Allocator for careful tracking, Arena Allocator for bulk temporary allocations, Fixed Buffer Allocator for stack-only memory, and Page Allocator for large OS-level blocks. Each serves different use cases, from embedded systems to large applications. Zig&apos;s approach results in significantly smaller binaries and runtime overhead compared to Rust - a &quot;Hello World&quot; program in Zig is about 300KB versus Rust&apos;s 1.8MB, and a basic HTTP server in Zig can be as small as 300KB compared to Rust&apos;s 2MB. The key difference is that Zig prioritizes explicit, transparent memory management with runtime error detection, while Rust enforces safety through compile-time checks with a larger runtime cost. The speaker suggests Zig could complement Rust, particularly for specialized use cases requiring minimal binary size or runtime overhead.</itunes:summary>
      <itunes:subtitle>The podcast discusses Zig&apos;s memory management approach, contrasting it with C and Rust. Unlike C&apos;s error-prone manual management or Rust&apos;s compile-time ownership system, Zig uses explicit allocators with runtime checks. It offers four main allocator types: the General Purpose Allocator for careful tracking, Arena Allocator for bulk temporary allocations, Fixed Buffer Allocator for stack-only memory, and Page Allocator for large OS-level blocks. Each serves different use cases, from embedded systems to large applications. Zig&apos;s approach results in significantly smaller binaries and runtime overhead compared to Rust - a &quot;Hello World&quot; program in Zig is about 300KB versus Rust&apos;s 1.8MB, and a basic HTTP server in Zig can be as small as 300KB compared to Rust&apos;s 2MB. The key difference is that Zig prioritizes explicit, transparent memory management with runtime error detection, while Rust enforces safety through compile-time checks with a larger runtime cost. The speaker suggests Zig could complement Rust, particularly for specialized use cases requiring minimal binary size or runtime overhead.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>171</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7b0fdf55-ed02-4be2-b7ce-a459b64a8848</guid>
      <title>AI Propaganda</title>
      <description><![CDATA[<h1>AI Propaganda and Market Reality</h1><h2>Key Points</h2><ul><li>LLMs are pattern matching systems, not true AI - similar to established clustering and regression techniques</li><li>Innovation follows non-linear path, contrary to VC expectations</li><li>VCs require exponential returns - 1/100 investments must generate massive profits</li><li>Perfect competition emerging in AI market - open source models reaching parity with commercial ones</li></ul><h2>Technical Context</h2><ul><li>LLMs extend existing data science tools:<ul><li>K-means clustering</li><li>Linear regression</li><li>Recommendation engines</li></ul></li><li>Pattern matching in multi-dimensional space ≠ intelligence</li></ul><h2>Market Dynamics</h2><ul><li>VCs invested expecting exponential growth</li><li>Getting logarithmic returns instead</li><li>Fear driving two contradictory narratives:<ul><li>"Use AI or lose job"</li><li>"AI will take your jobs"</li></ul></li></ul><h2>Historical Parallel</h2><p>Steam engine (1700s) → combustion engine → electric cars (1910-2025)<br />Demonstrates long adoption curves for transformative tech</p><h2>Recommendation</h2><p>Use LLMs pragmatically:</p><ul><li>Beneficial for code tasks</li><li>Prefer open source implementations</li><li>Ignore hype from vested interests</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 18 Feb 2025 15:16:12 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>AI Propaganda and Market Reality</h1><h2>Key Points</h2><ul><li>LLMs are pattern matching systems, not true AI - similar to established clustering and regression techniques</li><li>Innovation follows non-linear path, contrary to VC expectations</li><li>VCs require exponential returns - 1/100 investments must generate massive profits</li><li>Perfect competition emerging in AI market - open source models reaching parity with commercial ones</li></ul><h2>Technical Context</h2><ul><li>LLMs extend existing data science tools:<ul><li>K-means clustering</li><li>Linear regression</li><li>Recommendation engines</li></ul></li><li>Pattern matching in multi-dimensional space ≠ intelligence</li></ul><h2>Market Dynamics</h2><ul><li>VCs invested expecting exponential growth</li><li>Getting logarithmic returns instead</li><li>Fear driving two contradictory narratives:<ul><li>"Use AI or lose job"</li><li>"AI will take your jobs"</li></ul></li></ul><h2>Historical Parallel</h2><p>Steam engine (1700s) → combustion engine → electric cars (1910-2025)<br />Demonstrates long adoption curves for transformative tech</p><h2>Recommendation</h2><p>Use LLMs pragmatically:</p><ul><li>Beneficial for code tasks</li><li>Prefer open source implementations</li><li>Ignore hype from vested interests</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8279217" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/46818413-e06e-4572-8f26-5313598f6d1b/audio/f932015d-3eed-4dd2-9850-6b93fe8e8e90/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AI Propaganda</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:37</itunes:duration>
      <itunes:summary>LLMs are pattern matching at scale, not AGI. Tech is useful but overhyped. VCs need exponential returns on AI investments - getting logarithmic growth instead. Their panic drives contradictory propaganda: &quot;use AI or lose job&quot; vs &quot;AI takes jobs.&quot; Market heading toward perfect competition as open source matches commercial models. Use what works, ignore the hype.</itunes:summary>
      <itunes:subtitle>LLMs are pattern matching at scale, not AGI. Tech is useful but overhyped. VCs need exponential returns on AI investments - getting logarithmic growth instead. Their panic drives contradictory propaganda: &quot;use AI or lose job&quot; vs &quot;AI takes jobs.&quot; Market heading toward perfect competition as open source matches commercial models. Use what works, ignore the hype.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>170</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">914b6973-bf7a-4f6f-a6ff-5fe2925e5495</guid>
      <title>Looking at Zig Optimization Matrix</title>
      <description><![CDATA[<h1>Podcast Episode Notes: Understanding Zig's Place in Modern Programming</h1><h2>Episode Overview</h2><p>Discussion of Zig programming language and its positioning among modern compiled languages like Rust and Go.</p><h2>Key Points</h2><ul><li><p><strong>Core Value Proposition</strong></p><ul><li>Modern compiled language with C/C++-level control</li><li>Focuses on extreme performance optimization and binary size control</li><li>Provides granular control without runtime/garbage collection</li></ul></li><li><p><strong>Binary Size Advantages</strong></p><ul><li>Hello World comparison:<ul><li>Zig: ~5KB</li><li>Rust: ~300KB</li></ul></li><li>Web Server comparison:<ul><li>Zig: ~80KB</li><li>Rust: ~1.2MB</li></ul></li></ul></li><li><p><strong>Performance Features</strong></p><ul><li>Configurable optimization levels</li><li>Optional debug symbols</li><li>Removable thread safety for single-threaded applications</li><li>Predictable memory usage</li><li>C/C++-equivalent or better performance potential</li></ul></li><li><p><strong>Additional Benefits</strong></p><ul><li>3-10x faster compile times compared to alternatives</li><li>Improved binary startup performance</li><li>Fine-grained control over system resources</li></ul></li></ul><h2>Target Use Cases</h2><ul><li>Embedded systems</li><li>Minimal Docker containers</li><li>Systems requiring precise memory control</li><li>Performance-critical applications</li></ul><h2>Positioning</h2><ul><li>Complementary tool alongside Rust (not a replacement)</li><li>Suitable for specific optimization needs (~10-20% of use cases)</li><li>Particularly valuable for size-constrained environments</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 17 Feb 2025 23:15:37 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Podcast Episode Notes: Understanding Zig's Place in Modern Programming</h1><h2>Episode Overview</h2><p>Discussion of Zig programming language and its positioning among modern compiled languages like Rust and Go.</p><h2>Key Points</h2><ul><li><p><strong>Core Value Proposition</strong></p><ul><li>Modern compiled language with C/C++-level control</li><li>Focuses on extreme performance optimization and binary size control</li><li>Provides granular control without runtime/garbage collection</li></ul></li><li><p><strong>Binary Size Advantages</strong></p><ul><li>Hello World comparison:<ul><li>Zig: ~5KB</li><li>Rust: ~300KB</li></ul></li><li>Web Server comparison:<ul><li>Zig: ~80KB</li><li>Rust: ~1.2MB</li></ul></li></ul></li><li><p><strong>Performance Features</strong></p><ul><li>Configurable optimization levels</li><li>Optional debug symbols</li><li>Removable thread safety for single-threaded applications</li><li>Predictable memory usage</li><li>C/C++-equivalent or better performance potential</li></ul></li><li><p><strong>Additional Benefits</strong></p><ul><li>3-10x faster compile times compared to alternatives</li><li>Improved binary startup performance</li><li>Fine-grained control over system resources</li></ul></li></ul><h2>Target Use Cases</h2><ul><li>Embedded systems</li><li>Minimal Docker containers</li><li>Systems requiring precise memory control</li><li>Performance-critical applications</li></ul><h2>Positioning</h2><ul><li>Complementary tool alongside Rust (not a replacement)</li><li>Suitable for specific optimization needs (~10-20% of use cases)</li><li>Particularly valuable for size-constrained environments</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3662022" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/287eedbf-89b8-4b14-b426-70e18fa056db/audio/fb99a1dd-d954-4539-ab9b-0ec74d1ba191/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Looking at Zig Optimization Matrix</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:03:48</itunes:duration>
      <itunes:summary>Zig positions itself as a modern compiled language offering granular performance optimization and binary size control beyond what&apos;s available in Rust or Go. Key advantages include dramatically smaller binary sizes (5KB vs 300KB for Hello World), 3-10x faster compile times, and C/C++-level control without runtime overhead. The language particularly shines in embedded systems, minimal Docker containers, and performance-critical applications where fine-tuned optimization is essential. Rather than replacing Rust or Go, Zig serves as a specialized tool for the roughly 10-20% of use cases where extreme performance optimization or minimal binary size is paramount, especially in resource-constrained environments.</itunes:summary>
      <itunes:subtitle>Zig positions itself as a modern compiled language offering granular performance optimization and binary size control beyond what&apos;s available in Rust or Go. Key advantages include dramatically smaller binary sizes (5KB vs 300KB for Hello World), 3-10x faster compile times, and C/C++-level control without runtime overhead. The language particularly shines in embedded systems, minimal Docker containers, and performance-critical applications where fine-tuned optimization is essential. Rather than replacing Rust or Go, Zig serves as a specialized tool for the roughly 10-20% of use cases where extreme performance optimization or minimal binary size is paramount, especially in resource-constrained environments.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>169</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">3db95e99-72d0-438a-88f1-0cd3616b7960</guid>
      <title>Wage Slavery in America</title>
      <description><![CDATA[<h1>Wage Slavery: The Modern Chains</h1><h2>Opening</h2><p>Today we're examining wage slavery through the lens of personal experience and the work of intellectuals like Chomsky and Graeber. We'll explore how modern systems create dependencies that mirror traditional forms of control.</p><h2>Types of Income (Personal Framework)</h2><ul><li>Green Money: Passive income (books, investments)</li><li>Yellow Money: Consulting work</li><li>Red Money: Employment by others<ul><li>"Taking all the risk, they get all the upside"</li></ul></li></ul><h2>Systemic Controls</h2><h3>1. Immigration Status</h3><ul><li>H-1B visa dependency</li><li>Residency tied to employment</li><li>Personal example: "I once had a boss threaten to deport me"</li></ul><h3>2. Healthcare Bondage</h3><ul><li>Survival tied to employment</li><li>"Stay or die" choice</li><li>Medical access as corporate leverage</li></ul><h3>3. Student Debt Trap</h3><ul><li>Non-dischargeable since late 70s</li><li>Forced degree requirements</li><li>Manufactured moral obligation</li><li>"Did you even have a choice?"</li></ul><h3>4. Government Capture</h3><ul><li>Citizens United impact</li><li>Corporate donation influence</li><li>Systematic worker rights erosion</li></ul><h2>Chomsky's Freedom Framework</h2><ul><li>Work Control: What, when, where</li><li>Time Autonomy: Schedules, breaks, "even bathroom visits"</li><li>Belief Systems: Corporate culture compliance</li><li>"Even a dog has more control over bathroom breaks"</li></ul><h2>Graeber's Analysis</h2><h3>Bullshit Jobs Categories</h3><ul><li>Flunkies: Status enhancers</li><li>Goons: Aggressive roles</li><li>Duct Tapers: Preventable problem fixers</li><li>Box Tickers: Work illusionists</li><li>Taskmasters: Unnecessary oversight</li></ul><h3>Debt as Control</h3><ul><li>Predates money</li><li>Corporate vs personal bankruptcy double standard</li><li>Modern chains: student, consumer, housing debt</li><li>"Moral obligation engineered"</li></ul><h2>Closing Thoughts</h2><ul><li>Question why: Schedule, location, tasks</li><li>Escape strategies<ul><li>Geographic arbitrage</li><li>Debt avoidance</li><li>Healthcare alternatives</li></ul></li><li>"Choose what to do with your life, don't let others choose for you"</li></ul><h2>Key Quote</h2><p>"Modern slavery doesn't use physical chains, but the control mechanisms are very similar."</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 17 Feb 2025 18:59:09 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Wage Slavery: The Modern Chains</h1><h2>Opening</h2><p>Today we're examining wage slavery through the lens of personal experience and the work of intellectuals like Chomsky and Graeber. We'll explore how modern systems create dependencies that mirror traditional forms of control.</p><h2>Types of Income (Personal Framework)</h2><ul><li>Green Money: Passive income (books, investments)</li><li>Yellow Money: Consulting work</li><li>Red Money: Employment by others<ul><li>"Taking all the risk, they get all the upside"</li></ul></li></ul><h2>Systemic Controls</h2><h3>1. Immigration Status</h3><ul><li>H-1B visa dependency</li><li>Residency tied to employment</li><li>Personal example: "I once had a boss threaten to deport me"</li></ul><h3>2. Healthcare Bondage</h3><ul><li>Survival tied to employment</li><li>"Stay or die" choice</li><li>Medical access as corporate leverage</li></ul><h3>3. Student Debt Trap</h3><ul><li>Non-dischargeable since late 70s</li><li>Forced degree requirements</li><li>Manufactured moral obligation</li><li>"Did you even have a choice?"</li></ul><h3>4. Government Capture</h3><ul><li>Citizens United impact</li><li>Corporate donation influence</li><li>Systematic worker rights erosion</li></ul><h2>Chomsky's Freedom Framework</h2><ul><li>Work Control: What, when, where</li><li>Time Autonomy: Schedules, breaks, "even bathroom visits"</li><li>Belief Systems: Corporate culture compliance</li><li>"Even a dog has more control over bathroom breaks"</li></ul><h2>Graeber's Analysis</h2><h3>Bullshit Jobs Categories</h3><ul><li>Flunkies: Status enhancers</li><li>Goons: Aggressive roles</li><li>Duct Tapers: Preventable problem fixers</li><li>Box Tickers: Work illusionists</li><li>Taskmasters: Unnecessary oversight</li></ul><h3>Debt as Control</h3><ul><li>Predates money</li><li>Corporate vs personal bankruptcy double standard</li><li>Modern chains: student, consumer, housing debt</li><li>"Moral obligation engineered"</li></ul><h2>Closing Thoughts</h2><ul><li>Question why: Schedule, location, tasks</li><li>Escape strategies<ul><li>Geographic arbitrage</li><li>Debt avoidance</li><li>Healthcare alternatives</li></ul></li><li>"Choose what to do with your life, don't let others choose for you"</li></ul><h2>Key Quote</h2><p>"Modern slavery doesn't use physical chains, but the control mechanisms are very similar."</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10852592" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/3ba2306e-9a8b-4e9a-ac3f-d8b186a19484/audio/61fbc427-1ada-4ae3-a77e-b4e730f16aea/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Wage Slavery in America</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:11:18</itunes:duration>
      <itunes:summary>Modern wage slavery operates through four key control mechanisms: immigration status dependency that ties workers&apos; residence to employment, healthcare systems that make survival dependent on keeping your job, inescapable student debt creating forced participation, and corporate capture of government through unlimited donations. This system restricts fundamental freedoms identified by Chomsky - what to work on, when to work, and even when to use the bathroom - while creating what Graeber calls &quot;bullshit jobs&quot; and using debt as a control mechanism. The result is a sophisticated form of bondage where financial chains replace physical ones, maintained through manufactured moral obligations and systemic constraints that limit workers&apos; ability to escape.</itunes:summary>
      <itunes:subtitle>Modern wage slavery operates through four key control mechanisms: immigration status dependency that ties workers&apos; residence to employment, healthcare systems that make survival dependent on keeping your job, inescapable student debt creating forced participation, and corporate capture of government through unlimited donations. This system restricts fundamental freedoms identified by Chomsky - what to work on, when to work, and even when to use the bathroom - while creating what Graeber calls &quot;bullshit jobs&quot; and using debt as a control mechanism. The result is a sophisticated form of bondage where financial chains replace physical ones, maintained through manufactured moral obligations and systemic constraints that limit workers&apos; ability to escape.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>168</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">0d75e2d6-82f1-4977-9134-8c8f16e8c79f</guid>
      <title>Programming Language Evolution: Data-Driven Analysis of Future Trends</title>
      <description><![CDATA[<h1>Programming Language Evolution: Data-Driven Analysis of Future Trends</h1><h2>Episode Overview</h2><p>Analysis of programming language rankings through the lens of modern requirements, adjusting popularity metrics with quantitative factors including safety features, energy efficiency, and temporal relevance.</p><h2>Key Segments</h2><h3>1. Traditional Rankings Limitations (00:00-01:53)</h3><ul><li>TIOBE Index raw rankings examined</li><li>Python dominance (23.88% market share) analyzed</li><li>Discussion of interpretted language limitations</li><li>Historical context of legacy languages</li><li>C++ performance characteristics vs safety trade-offs</li></ul><h3>2. Current Market Leaders Analysis (01:53-04:21)</h3><ul><li>Detailed breakdown of top languages:<ul><li>Python (23.88%): Interpretted, dynamic typing</li><li>C++ (11.37%): Performance focused</li><li>Java (10.66%): JVM-based</li><li>C (9.84%): Systems level</li><li>C# (4.12%): Microsoft ecosystem</li><li>JavaScript (3.78%): Web-focused</li><li>SQL (2.87%): Domain-specific</li><li>Go (2.26%): Modern compiled</li><li>Delphi (2.18%): Object Pascal</li><li>Visual Basic (2.04%): Legacy managed</li></ul></li></ul><h3>3. Modern Requirements Deep Dive (04:21-06:32)</h3><ul><li>Energy efficiency considerations</li><li>Memory safety paradigms</li><li>Concurrency support analysis</li><li>Package management evolution</li><li>Modern compilation techniques</li></ul><h3>4. Future-Oriented Rankings (06:32-08:38)</h3><ol><li><p>Rust</p><ul><li>Memory safety without GC</li><li>Ownership/borrowing system</li><li>Advanced concurrency primitives</li><li>Cargo package management</li></ul></li><li><p>Go</p><ul><li>Cloud infrastructure optimization</li><li>Goroutine-based concurrency</li><li>Simplified systems programming</li><li>Energy efficient garbage collection</li></ul></li><li><p>Zig</p><ul><li>Manual memory management</li><li>Compile-time features</li><li>Systems/embedded focus</li><li>Modern C alternative</li></ul></li><li><p>Swift</p><ul><li>ARC memory management</li><li>Strong type system</li><li>Modern language features</li><li>Performance optimization</li></ul></li><li><p>Carbon/Mojo</p><ul><li>Experimental successors</li><li>Modern safety features</li><li>Performance characteristics</li><li>Next-generation compilation</li></ul></li></ol><h3>5. Future Predictions (08:38-10:51)</h3><ul><li>Shift away from legacy languages</li><li>Focus on energy efficiency</li><li>Safety-first design principles</li><li>Compilation vs interpretation</li><li>AI/ML impact on language design</li></ul><h2>Key Insights</h2><ol><li><p>Language Evolution Metrics</p><ul><li>Safety features</li><li>Energy efficiency</li><li>Modern compilation techniques</li><li>Package management</li><li>Concurrency support</li></ul></li><li><p>Legacy Language Challenges</p><ul><li>Technical debt</li><li>Performance limitations</li><li>Safety compromises</li><li>Energy inefficiency</li><li>Package management complexity</li></ul></li><li><p>Future-Focused Features</p><ul><li>Memory safety guarantees</li><li>Concurrent computation</li><li>Energy optimization</li><li>Modern tooling integration</li><li>AI/ML compatibility</li></ul></li></ol><h2>Production Notes</h2><h3>Target Audience</h3><ul><li>Professional developers</li><li>Technical architects</li><li>System designers</li><li>Software engineering students</li></ul><h3>Key Timestamps</h3><ul><li>00:54 - TIOBE Index introduction</li><li>04:21 - Modern language requirements</li><li>06:32 - Future-oriented rankings</li><li>08:38 - Predictions and analysis</li><li>10:34 - Concluding insights</li></ul><h3>Follow-up Episode Topics</h3><ol><li>Deep dive into Rust vs Go trade-offs</li><li>Energy efficiency benchmarking</li><li>Memory safety paradigms comparison</li><li>Modern compilation techniques</li><li>AI/ML impact on language design</li></ol>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 17 Feb 2025 15:00:06 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Programming Language Evolution: Data-Driven Analysis of Future Trends</h1><h2>Episode Overview</h2><p>Analysis of programming language rankings through the lens of modern requirements, adjusting popularity metrics with quantitative factors including safety features, energy efficiency, and temporal relevance.</p><h2>Key Segments</h2><h3>1. Traditional Rankings Limitations (00:00-01:53)</h3><ul><li>TIOBE Index raw rankings examined</li><li>Python dominance (23.88% market share) analyzed</li><li>Discussion of interpretted language limitations</li><li>Historical context of legacy languages</li><li>C++ performance characteristics vs safety trade-offs</li></ul><h3>2. Current Market Leaders Analysis (01:53-04:21)</h3><ul><li>Detailed breakdown of top languages:<ul><li>Python (23.88%): Interpretted, dynamic typing</li><li>C++ (11.37%): Performance focused</li><li>Java (10.66%): JVM-based</li><li>C (9.84%): Systems level</li><li>C# (4.12%): Microsoft ecosystem</li><li>JavaScript (3.78%): Web-focused</li><li>SQL (2.87%): Domain-specific</li><li>Go (2.26%): Modern compiled</li><li>Delphi (2.18%): Object Pascal</li><li>Visual Basic (2.04%): Legacy managed</li></ul></li></ul><h3>3. Modern Requirements Deep Dive (04:21-06:32)</h3><ul><li>Energy efficiency considerations</li><li>Memory safety paradigms</li><li>Concurrency support analysis</li><li>Package management evolution</li><li>Modern compilation techniques</li></ul><h3>4. Future-Oriented Rankings (06:32-08:38)</h3><ol><li><p>Rust</p><ul><li>Memory safety without GC</li><li>Ownership/borrowing system</li><li>Advanced concurrency primitives</li><li>Cargo package management</li></ul></li><li><p>Go</p><ul><li>Cloud infrastructure optimization</li><li>Goroutine-based concurrency</li><li>Simplified systems programming</li><li>Energy efficient garbage collection</li></ul></li><li><p>Zig</p><ul><li>Manual memory management</li><li>Compile-time features</li><li>Systems/embedded focus</li><li>Modern C alternative</li></ul></li><li><p>Swift</p><ul><li>ARC memory management</li><li>Strong type system</li><li>Modern language features</li><li>Performance optimization</li></ul></li><li><p>Carbon/Mojo</p><ul><li>Experimental successors</li><li>Modern safety features</li><li>Performance characteristics</li><li>Next-generation compilation</li></ul></li></ol><h3>5. Future Predictions (08:38-10:51)</h3><ul><li>Shift away from legacy languages</li><li>Focus on energy efficiency</li><li>Safety-first design principles</li><li>Compilation vs interpretation</li><li>AI/ML impact on language design</li></ul><h2>Key Insights</h2><ol><li><p>Language Evolution Metrics</p><ul><li>Safety features</li><li>Energy efficiency</li><li>Modern compilation techniques</li><li>Package management</li><li>Concurrency support</li></ul></li><li><p>Legacy Language Challenges</p><ul><li>Technical debt</li><li>Performance limitations</li><li>Safety compromises</li><li>Energy inefficiency</li><li>Package management complexity</li></ul></li><li><p>Future-Focused Features</p><ul><li>Memory safety guarantees</li><li>Concurrent computation</li><li>Energy optimization</li><li>Modern tooling integration</li><li>AI/ML compatibility</li></ul></li></ol><h2>Production Notes</h2><h3>Target Audience</h3><ul><li>Professional developers</li><li>Technical architects</li><li>System designers</li><li>Software engineering students</li></ul><h3>Key Timestamps</h3><ul><li>00:54 - TIOBE Index introduction</li><li>04:21 - Modern language requirements</li><li>06:32 - Future-oriented rankings</li><li>08:38 - Predictions and analysis</li><li>10:34 - Concluding insights</li></ul><h3>Follow-up Episode Topics</h3><ol><li>Deep dive into Rust vs Go trade-offs</li><li>Energy efficiency benchmarking</li><li>Memory safety paradigms comparison</li><li>Modern compilation techniques</li><li>AI/ML impact on language design</li></ol>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10414571" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/1e737b49-6349-467e-8e2b-c313b571040e/audio/296393cb-68be-47da-9b82-f7e0f5fc8f38/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Programming Language Evolution: Data-Driven Analysis of Future Trends</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:50</itunes:duration>
      <itunes:summary>Legacy popularity metrics fail to capture emerging paradigm shift toward modern compiled languages optimized for safety, efficiency, and concurrent execution.</itunes:summary>
      <itunes:subtitle>Legacy popularity metrics fail to capture emerging paradigm shift toward modern compiled languages optimized for safety, efficiency, and concurrent execution.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>167</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1d15e8ae-5750-4320-bb8e-ac046adfad13</guid>
      <title>Why Corporate America and VC Funded Startups are Scams</title>
      <description><![CDATA[<h1>Corporate America & VC Startup Scams: System-Level Analysis</h1><h2>Episode Overview</h2><p>Critical analysis of systemic failures in corporate America and VC-funded startups. Focus on structural exploitation, control mechanisms, and loss of autonomy.</p><h2>Corporate America: Core System Failures</h2><h3>1. Ultra-Capitalist Firing Culture</h3><ul><li>At-will employment enables arbitrary termination</li><li>Performance metrics deliberately shift to justify cuts</li><li>Stack ranking creates artificial scarcity, forces competition</li></ul><h3>2. High Salary Lock-in Trap</h3><ul><li>$500K salary = $10K/month Bay Area mortgage</li><li>Geographic trap via compensation</li><li>Monopoly power enhanced through location-based pay</li></ul><h3>3. CEO Compensation Asymmetry</h3><ul><li>1400-5000x worker pay ratio</li><li>RSU/stock option disparity masks true gap</li><li>Executive incentives tied to worker exploitation</li></ul><h3>4. Ethical Compromise Framework</h3><ul><li>Mortgage pressure forces compliance</li><li>Technical debt accumulation from rushed delivery</li><li>Privacy/security concerns ignored for quarterly targets</li></ul><h3>5. Post-1980 Rights Erosion</h3><ul><li>Pension elimination: Fixed benefit → market risk</li><li>Healthcare as control mechanism</li><li>Stagnant wages despite productivity gains</li></ul><h3>6. Autonomy Elimination</h3><ul><li>On-call rotations control personal time</li><li>Multi-layer approval chains</li><li>Career paths dictated by org needs</li></ul><h3>7. Skills Extraction Pipeline</h3><ul><li>One-way knowledge transfer</li><li>IP rights stripped via documentation</li><li>Forced training of replacements</li></ul><h3>8. Location Control</h3><ul><li>Remote work tied to metrics</li><li>Artificial office mandates</li><li>COL adjustments as punishment</li></ul><h2>VC Startup Structural Issues</h2><h3>1. Philosophical Misalignment</h3><ul><li>Libertarian/anarchist VC ecosystem</li><li>Growth over sustainability</li><li>Exit priority over product quality</li></ul><h3>2. Asymmetric Risk</h3><ul><li>100-hour founder/employee weeks</li><li>VCs spread risk across 100+ companies</li><li>Burnout as feature, not bug</li></ul><h3>3. Control Transfer</h3><ul><li>Board supersedes founder vision</li><li>Hidden term sheet provisions</li><li>Preferred stock structure traps</li></ul><h3>4. Wealth Concentration Mechanisms</h3><ul><li>Cap table waterfall favors VCs</li><li>Common stock dilution</li><li>Underwater options post-down round</li></ul><h3>5. False Entrepreneurship</h3><ul><li>Founders become middle managers</li><li>Innovation constrained by VCs</li><li>Product roadmap dictated by TAM</li></ul><h3>6. Burn Rate Trap</h3><ul><li>Growth metrics require constant fundraising</li><li>Tech hub talent cost spikes</li><li>Infrastructure over-provisioning</li></ul><h3>7. Single Point Dependencies</h3><ul><li>One bad quarter kills funding</li><li>Market timing dictates survival</li><li>Competitor rounds force exits</li></ul><h2>Alternative System Design</h2><h3>Bootstrap Path</h3><ul><li>Consulting-based revenue (yellow money)</li><li>Build passive income streams</li><li>Maintain low burn rate</li><li>Geographic arbitrage</li><li>True autonomy preservation</li></ul><h3>Key Metrics for Success</h3><ul><li>Wake-up freedom</li><li>Work selection control</li><li>Ethics alignment</li><li>Healthcare independence</li><li>Retirement capability</li><li>Location flexibility</li></ul><h2>Core Thesis</h2><p>True innovation and freedom require breaking from traditional corporate/VC systems. Focus on autonomy preservation through bootstrap methodology.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 16 Feb 2025 19:14:44 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Corporate America & VC Startup Scams: System-Level Analysis</h1><h2>Episode Overview</h2><p>Critical analysis of systemic failures in corporate America and VC-funded startups. Focus on structural exploitation, control mechanisms, and loss of autonomy.</p><h2>Corporate America: Core System Failures</h2><h3>1. Ultra-Capitalist Firing Culture</h3><ul><li>At-will employment enables arbitrary termination</li><li>Performance metrics deliberately shift to justify cuts</li><li>Stack ranking creates artificial scarcity, forces competition</li></ul><h3>2. High Salary Lock-in Trap</h3><ul><li>$500K salary = $10K/month Bay Area mortgage</li><li>Geographic trap via compensation</li><li>Monopoly power enhanced through location-based pay</li></ul><h3>3. CEO Compensation Asymmetry</h3><ul><li>1400-5000x worker pay ratio</li><li>RSU/stock option disparity masks true gap</li><li>Executive incentives tied to worker exploitation</li></ul><h3>4. Ethical Compromise Framework</h3><ul><li>Mortgage pressure forces compliance</li><li>Technical debt accumulation from rushed delivery</li><li>Privacy/security concerns ignored for quarterly targets</li></ul><h3>5. Post-1980 Rights Erosion</h3><ul><li>Pension elimination: Fixed benefit → market risk</li><li>Healthcare as control mechanism</li><li>Stagnant wages despite productivity gains</li></ul><h3>6. Autonomy Elimination</h3><ul><li>On-call rotations control personal time</li><li>Multi-layer approval chains</li><li>Career paths dictated by org needs</li></ul><h3>7. Skills Extraction Pipeline</h3><ul><li>One-way knowledge transfer</li><li>IP rights stripped via documentation</li><li>Forced training of replacements</li></ul><h3>8. Location Control</h3><ul><li>Remote work tied to metrics</li><li>Artificial office mandates</li><li>COL adjustments as punishment</li></ul><h2>VC Startup Structural Issues</h2><h3>1. Philosophical Misalignment</h3><ul><li>Libertarian/anarchist VC ecosystem</li><li>Growth over sustainability</li><li>Exit priority over product quality</li></ul><h3>2. Asymmetric Risk</h3><ul><li>100-hour founder/employee weeks</li><li>VCs spread risk across 100+ companies</li><li>Burnout as feature, not bug</li></ul><h3>3. Control Transfer</h3><ul><li>Board supersedes founder vision</li><li>Hidden term sheet provisions</li><li>Preferred stock structure traps</li></ul><h3>4. Wealth Concentration Mechanisms</h3><ul><li>Cap table waterfall favors VCs</li><li>Common stock dilution</li><li>Underwater options post-down round</li></ul><h3>5. False Entrepreneurship</h3><ul><li>Founders become middle managers</li><li>Innovation constrained by VCs</li><li>Product roadmap dictated by TAM</li></ul><h3>6. Burn Rate Trap</h3><ul><li>Growth metrics require constant fundraising</li><li>Tech hub talent cost spikes</li><li>Infrastructure over-provisioning</li></ul><h3>7. Single Point Dependencies</h3><ul><li>One bad quarter kills funding</li><li>Market timing dictates survival</li><li>Competitor rounds force exits</li></ul><h2>Alternative System Design</h2><h3>Bootstrap Path</h3><ul><li>Consulting-based revenue (yellow money)</li><li>Build passive income streams</li><li>Maintain low burn rate</li><li>Geographic arbitrage</li><li>True autonomy preservation</li></ul><h3>Key Metrics for Success</h3><ul><li>Wake-up freedom</li><li>Work selection control</li><li>Ethics alignment</li><li>Healthcare independence</li><li>Retirement capability</li><li>Location flexibility</li></ul><h2>Core Thesis</h2><p>True innovation and freedom require breaking from traditional corporate/VC systems. Focus on autonomy preservation through bootstrap methodology.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="16566512" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c53cb275-a93c-40c5-a4fd-7485d8d783c6/audio/b74e1414-d9fa-49a1-af79-dd68e198c15f/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Why Corporate America and VC Funded Startups are Scams</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:17:15</itunes:duration>
      <itunes:summary>The core failure of both corporate America and VC-funded startups is their systematic elimination of worker autonomy through interlocking control mechanisms. Corporate America uses high salaries in expensive locations, healthcare dependencies, and arbitrary performance metrics to trap skilled workers, while extracting maximum value through 100x+ CEO compensation ratios and one-way knowledge transfer. VC startups present a false alternative, using asymmetric risk structures where founders/employees work 100-hour weeks while VCs diversify across 100+ companies, hidden term sheet controls that strip founder authority, and preferred stock structures that concentrate wealth upward. Both systems fundamentally serve wealth concentration - corporations through direct exploitation and VCs through structured exits that benefit investors over builders. The only viable escape is bootstrapping through consulting (yellow money) while building passive income streams (green money), maintaining low burn rates, and leveraging geographic arbitrage to preserve true autonomy in work, location, and ethical choices.</itunes:summary>
      <itunes:subtitle>The core failure of both corporate America and VC-funded startups is their systematic elimination of worker autonomy through interlocking control mechanisms. Corporate America uses high salaries in expensive locations, healthcare dependencies, and arbitrary performance metrics to trap skilled workers, while extracting maximum value through 100x+ CEO compensation ratios and one-way knowledge transfer. VC startups present a false alternative, using asymmetric risk structures where founders/employees work 100-hour weeks while VCs diversify across 100+ companies, hidden term sheet controls that strip founder authority, and preferred stock structures that concentrate wealth upward. Both systems fundamentally serve wealth concentration - corporations through direct exploitation and VCs through structured exits that benefit investors over builders. The only viable escape is bootstrapping through consulting (yellow money) while building passive income streams (green money), maintaining low burn rates, and leveraging geographic arbitrage to preserve true autonomy in work, location, and ethical choices.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>166</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c1abbdc8-37bc-442e-bb2f-c5ea89e45b10</guid>
      <title>Why I Like Rust Better Than Python</title>
      <description><![CDATA[<h1>Systems Engineering: Rust vs Python Analysis</h1><h2>Core Principle: Delete What You Know</h2><p>Technology requires constant reassessment. Six-month deprecation cycle for skills/tools.</p><h2>Memory Safety Architecture</h2><ul><li>Compile-time memory validation</li><li>Zero-cost abstractions eliminate GC overhead</li><li>Production metrics: 30% CPU reduction vs Python services</li></ul><h2>Performance Characteristics</h2><ul><li>Default performance matters (electric car vs 1968 Suburban analogy)</li><li>No GIL bottleneck = true parallelism</li><li>Direct hardware access capability</li><li>Deterministic operation timing</li></ul><h2>Concurrency Engineering</h2><ul><li>Type system prevents race conditions by design</li><li>Real parallel processing vs Python's IO-bound concurrency</li><li>Async/await with actual hardware utilization</li></ul><h2>Type System Benefits</h2><ul><li>Compilation = runtime validation</li><li>No 3AM TypeError incidents</li><li>Superior to Python's bolt-on typing (Pydantic)</li><li>IDE integration for systems development</li></ul><h2>Package Management Infrastructure</h2><ul><li>Cargo: deterministic dependency resolution</li><li>Single source of truth vs Python's fragmented ecosystem (venv/conda/poetry)</li><li>Eliminates "works on my machine" syndrome</li></ul><h2>Systems Programming Capabilities</h2><ul><li>Zero-overhead FFI</li><li>Embedded systems support</li><li>Kernel module development potential</li></ul><h2>Production Architecture</h2><ul><li>Native cross-compilation (x86/ARM)</li><li>Minimal runtime footprint</li><li>Docker images: 10MB vs Python's 200MB</li></ul><h2>Engineering Productivity</h2><ul><li>Built-in tooling (rustfmt, clippy)</li><li>First-class documentation</li><li>IDE support for systems development</li></ul><h2>Cloud-Native Development</h2><ul><li>AWS Lambda core uses Rust</li><li>Cost optimization through CPU/memory efficiency</li><li>Growing ML/LLM ecosystem</li></ul><h2>Systems Design Philosophy</h2><ul><li>"Wash the Cup" principle: Build once, maintain forever</li><li>Compiler-driven refactoring</li><li>Technical debt caught at compile-time</li><li>80% reduction in runtime issues</li></ul><h2>Deployment Architecture</h2><ul><li>Single binary deployment</li><li>Cross-compilation support</li><li>ECR storage reduction: 95%</li><li>Elimination of dependency hell</li></ul><h2>Python's Appropriate Use Cases</h2><ul><li>Standard library utilities</li><li>Quick scripts without dependencies</li><li>Notebook experimentation</li><li>Not suited for production-scale systems</li></ul><h2>Key Insight</h2><p>Production systems demand predictable performance, memory safety, and deployment certainty. Rust delivers these by design.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 16 Feb 2025 18:16:45 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Systems Engineering: Rust vs Python Analysis</h1><h2>Core Principle: Delete What You Know</h2><p>Technology requires constant reassessment. Six-month deprecation cycle for skills/tools.</p><h2>Memory Safety Architecture</h2><ul><li>Compile-time memory validation</li><li>Zero-cost abstractions eliminate GC overhead</li><li>Production metrics: 30% CPU reduction vs Python services</li></ul><h2>Performance Characteristics</h2><ul><li>Default performance matters (electric car vs 1968 Suburban analogy)</li><li>No GIL bottleneck = true parallelism</li><li>Direct hardware access capability</li><li>Deterministic operation timing</li></ul><h2>Concurrency Engineering</h2><ul><li>Type system prevents race conditions by design</li><li>Real parallel processing vs Python's IO-bound concurrency</li><li>Async/await with actual hardware utilization</li></ul><h2>Type System Benefits</h2><ul><li>Compilation = runtime validation</li><li>No 3AM TypeError incidents</li><li>Superior to Python's bolt-on typing (Pydantic)</li><li>IDE integration for systems development</li></ul><h2>Package Management Infrastructure</h2><ul><li>Cargo: deterministic dependency resolution</li><li>Single source of truth vs Python's fragmented ecosystem (venv/conda/poetry)</li><li>Eliminates "works on my machine" syndrome</li></ul><h2>Systems Programming Capabilities</h2><ul><li>Zero-overhead FFI</li><li>Embedded systems support</li><li>Kernel module development potential</li></ul><h2>Production Architecture</h2><ul><li>Native cross-compilation (x86/ARM)</li><li>Minimal runtime footprint</li><li>Docker images: 10MB vs Python's 200MB</li></ul><h2>Engineering Productivity</h2><ul><li>Built-in tooling (rustfmt, clippy)</li><li>First-class documentation</li><li>IDE support for systems development</li></ul><h2>Cloud-Native Development</h2><ul><li>AWS Lambda core uses Rust</li><li>Cost optimization through CPU/memory efficiency</li><li>Growing ML/LLM ecosystem</li></ul><h2>Systems Design Philosophy</h2><ul><li>"Wash the Cup" principle: Build once, maintain forever</li><li>Compiler-driven refactoring</li><li>Technical debt caught at compile-time</li><li>80% reduction in runtime issues</li></ul><h2>Deployment Architecture</h2><ul><li>Single binary deployment</li><li>Cross-compilation support</li><li>ECR storage reduction: 95%</li><li>Elimination of dependency hell</li></ul><h2>Python's Appropriate Use Cases</h2><ul><li>Standard library utilities</li><li>Quick scripts without dependencies</li><li>Notebook experimentation</li><li>Not suited for production-scale systems</li></ul><h2>Key Insight</h2><p>Production systems demand predictable performance, memory safety, and deployment certainty. Rust delivers these by design.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="11802613" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c68a1b1b-bd7e-49ba-9b2c-5dafe44e9de2/audio/31bea5ad-c9b3-494e-bf6d-5f7b5a922b26/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Why I Like Rust Better Than Python</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:12:17</itunes:duration>
      <itunes:summary>Rust represents a fundamental shift in systems engineering by providing memory safety at compile time, predictable performance without GC overhead, and true concurrent execution without Python&apos;s GIL limitations. The language&apos;s ownership model, zero-cost abstractions, and compiler-driven development catch errors before production, while its single-binary deployment model slashes infrastructure costs - I&apos;ve seen 95% reductions in ECR storage and 30% CPU utilization drops in AWS environments. Package management through Cargo eliminates the &quot;works on my machine&quot; syndrome that plagues Python&apos;s fragmented ecosystem. While Python excels for quick scripts and prototyping with its standard library, production systems demand the performance guarantees, cross-compilation support, and deployment certainty that Rust delivers by design. The learning curve pays off in eliminated runtime errors, reduced operational costs, and systems that scale predictably in cloud environments.</itunes:summary>
      <itunes:subtitle>Rust represents a fundamental shift in systems engineering by providing memory safety at compile time, predictable performance without GC overhead, and true concurrent execution without Python&apos;s GIL limitations. The language&apos;s ownership model, zero-cost abstractions, and compiler-driven development catch errors before production, while its single-binary deployment model slashes infrastructure costs - I&apos;ve seen 95% reductions in ECR storage and 30% CPU utilization drops in AWS environments. Package management through Cargo eliminates the &quot;works on my machine&quot; syndrome that plagues Python&apos;s fragmented ecosystem. While Python excels for quick scripts and prototyping with its standard library, production systems demand the performance guarantees, cross-compilation support, and deployment certainty that Rust delivers by design. The learning curve pays off in eliminated runtime errors, reduced operational costs, and systems that scale predictably in cloud environments.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>165</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">17f3262c-3757-441b-9631-7987c444b597</guid>
      <title>UN Digital Rights Violations: Big Tech&apos;s Ongoing Global Impact</title>
      <description><![CDATA[<h1>UN Digital Human Rights Extensions: Key Points</h1><h2>Article 3: Right to Life, Liberty, Security</h2><ul><li>Protection from digitally-coordinated violence and mob incitement</li><li>Safeguards against viral misinformation causing physical harm</li><li>Emergency protocols for platform-amplified unrest</li></ul><h2>Article 17: Property Rights</h2><ul><li>Prevent monopolistic control of digital property</li><li>Mandate platform interoperability</li><li>Protect data ownership and creative works</li><li>Combat trillion-dollar companies' unauthorized use of content</li></ul><h2>Article 19: Freedom of Expression</h2><ul><li>Protection against coordinated disinformation</li><li>Transparent content moderation requirements</li><li>Preservation of independent journalism</li><li>Combat algorithmic suppression of truth</li></ul><h2>Article 20: Freedom of Assembly</h2><ul><li>Distinguish between organic vs artificially incited assemblies</li><li>Platform liability for amplifying dangerous falsehoods</li><li>Rapid content moderation during civil unrest</li></ul><h2>Article 21: Democratic Participation</h2><ul><li>Prevent digital election interference</li><li>Require transparent political advertising</li><li>Protect against algorithmic manipulation</li><li>Address unlimited corporate political spending</li></ul><h2>Article 23: Work Rights</h2><ul><li>Protection against predatory gig economy practices</li><li>Fair marketplace access</li><li>Defense of local businesses against monopolies</li><li>Support for union organization</li></ul><h2>Article 28: Social Order</h2><ul><li>Restrict tech lobbying influence</li><li>Require transparency in political contributions</li><li>Prevent digital gerrymandering</li><li>Protect democracy from corporate control</li></ul><h2>Key Concerns</h2><ul><li>US tech companies violating human rights globally</li><li>Need for UN oversight and enforcement</li><li>Focus on platform accountability</li><li>Protection of democratic processes</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 16 Feb 2025 01:18:34 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>UN Digital Human Rights Extensions: Key Points</h1><h2>Article 3: Right to Life, Liberty, Security</h2><ul><li>Protection from digitally-coordinated violence and mob incitement</li><li>Safeguards against viral misinformation causing physical harm</li><li>Emergency protocols for platform-amplified unrest</li></ul><h2>Article 17: Property Rights</h2><ul><li>Prevent monopolistic control of digital property</li><li>Mandate platform interoperability</li><li>Protect data ownership and creative works</li><li>Combat trillion-dollar companies' unauthorized use of content</li></ul><h2>Article 19: Freedom of Expression</h2><ul><li>Protection against coordinated disinformation</li><li>Transparent content moderation requirements</li><li>Preservation of independent journalism</li><li>Combat algorithmic suppression of truth</li></ul><h2>Article 20: Freedom of Assembly</h2><ul><li>Distinguish between organic vs artificially incited assemblies</li><li>Platform liability for amplifying dangerous falsehoods</li><li>Rapid content moderation during civil unrest</li></ul><h2>Article 21: Democratic Participation</h2><ul><li>Prevent digital election interference</li><li>Require transparent political advertising</li><li>Protect against algorithmic manipulation</li><li>Address unlimited corporate political spending</li></ul><h2>Article 23: Work Rights</h2><ul><li>Protection against predatory gig economy practices</li><li>Fair marketplace access</li><li>Defense of local businesses against monopolies</li><li>Support for union organization</li></ul><h2>Article 28: Social Order</h2><ul><li>Restrict tech lobbying influence</li><li>Require transparency in political contributions</li><li>Prevent digital gerrymandering</li><li>Protect democracy from corporate control</li></ul><h2>Key Concerns</h2><ul><li>US tech companies violating human rights globally</li><li>Need for UN oversight and enforcement</li><li>Focus on platform accountability</li><li>Protection of democratic processes</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="13148024" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/cd027ee5-cddb-41f6-90ed-c67a6bb259bf/audio/0842f480-fa1e-46b4-8079-a7f64ce98741/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>UN Digital Rights Violations: Big Tech&apos;s Ongoing Global Impact</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:13:41</itunes:duration>
      <itunes:summary>
The UN Declaration of Human Rights faces systematic violations by tech platforms through coordinated mob violence, monopolistic property seizure, disinformation campaigns, manipulation of democratic processes, and predatory labor practices. From Meta&apos;s role in genocide incitement to X&apos;s cross-border mob coordination, and tech giants&apos; election interference through unlimited political spending, these violations particularly originate from US companies affecting global democracy and human rights. This pattern demonstrates an urgent need for UN enforcement mechanisms to address tech&apos;s undermining of fundamental human rights in the digital age.</itunes:summary>
      <itunes:subtitle>
The UN Declaration of Human Rights faces systematic violations by tech platforms through coordinated mob violence, monopolistic property seizure, disinformation campaigns, manipulation of democratic processes, and predatory labor practices. From Meta&apos;s role in genocide incitement to X&apos;s cross-border mob coordination, and tech giants&apos; election interference through unlimited political spending, these violations particularly originate from US companies affecting global democracy and human rights. This pattern demonstrates an urgent need for UN enforcement mechanisms to address tech&apos;s undermining of fundamental human rights in the digital age.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>164</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">22685f80-babd-49ff-a698-ade18a2f99ce</guid>
      <title>Can we learn from Food Regulation in EU with Tech Regulation?</title>
      <description><![CDATA[<p> </p><h1>Food Industry Self-Regulation: A Case Study in Regulatory Economics</h1><h2>Key Statistical Evidence</h2><ul><li><strong>Self-Regulation Metrics (2000-Present)</strong><ul><li>98.7% of food additives introduced through self-regulation</li><li>756 novel ingredients added without rigorous safety evidence</li><li>Demonstrates significant Type II error risk in regulatory framework</li></ul></li></ul><h2>Regulatory Framework Comparison</h2><h3>United States Model</h3><p><strong>Current Regulatory Architecture</strong></p><ul><li>Predominantly voluntary compliance mechanisms</li><li>Post-market surveillance limitations</li><li>Harvard analysis (Broad-Leib) indicates systemic regulatory capture</li></ul><p><strong>Case Study: Trans Fats</strong></p><ul><li>Temporal lag between identification of health risks (1950s) and regulatory action</li><li>Demonstrates β-error in regulatory hypothesis testing</li><li>Significant public health externalities observed</li></ul><h3>European Union Model</h3><p><strong>Precautionary Principle Framework</strong></p><ul><li>Ex ante regulatory approach</li><li>Centralized database implementation</li><li>Proactive additive review methodology</li></ul><p><strong>Empirical Outcomes</strong></p><ul><li>Observable differences in food composition</li><li>Lower processed ingredient density</li><li>Correlation with improved public health metrics</li><li>Lower obesity rates and higher life expectancy (causality implied but not proven)</li></ul><h2>Economic Implications</h2><h3>Market Failures</h3><p><strong>Information Asymmetry</strong></p><ul><li>Consumers lack complete ingredient transparency</li><li>Principal-agent problem in food safety</li><li>Market efficiency degradation</li></ul><p><strong>Negative Externalities</strong></p><ul><li>Public health costs</li><li>Disproportionate impact on lower socioeconomic strata</li><li>Systemic healthcare burden</li></ul><h2>Parallel to Technology Sector</h2><h3>Regulatory Pattern Analysis</h3><p><strong>Similar Arguments Against Regulation</strong></p><ul><li>Innovation impediment claims</li><li>Market efficiency arguments</li><li>Self-regulation advocacy</li></ul><p><strong>Key Differences</strong></p><ul><li>Information goods vs. physical goods</li><li>Network effects considerations</li><li>Systemic risk profiles</li></ul><h2>Theoretical Framework</h2><h3>Regulatory Economics</h3><p><strong>Optimal Regulation Theory</strong></p><ul><li>Balance between market freedom and consumer protection</li><li>Cost-benefit analysis of regulatory intervention</li><li>Dynamic efficiency considerations</li></ul><p><strong>Public Choice Implications</strong></p><ul><li>Concentrated benefits, diffuse costs</li><li>Regulatory capture mechanisms</li><li>Interest group dynamics</li></ul><h2>Conclusions</h2><ul><li>Empirical evidence supports stronger regulatory frameworks</li><li>Self-regulation demonstrates significant market failures</li><li>Parallel patterns emerging in technology sector regulation</li><li>Public health and democratic implications require consideration</li></ul><p>This analysis suggests that the food industry case study provides valuable insights into the limitations of self-regulation in markets with significant information asymmetries and externalities.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 15 Feb 2025 21:30:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p> </p><h1>Food Industry Self-Regulation: A Case Study in Regulatory Economics</h1><h2>Key Statistical Evidence</h2><ul><li><strong>Self-Regulation Metrics (2000-Present)</strong><ul><li>98.7% of food additives introduced through self-regulation</li><li>756 novel ingredients added without rigorous safety evidence</li><li>Demonstrates significant Type II error risk in regulatory framework</li></ul></li></ul><h2>Regulatory Framework Comparison</h2><h3>United States Model</h3><p><strong>Current Regulatory Architecture</strong></p><ul><li>Predominantly voluntary compliance mechanisms</li><li>Post-market surveillance limitations</li><li>Harvard analysis (Broad-Leib) indicates systemic regulatory capture</li></ul><p><strong>Case Study: Trans Fats</strong></p><ul><li>Temporal lag between identification of health risks (1950s) and regulatory action</li><li>Demonstrates β-error in regulatory hypothesis testing</li><li>Significant public health externalities observed</li></ul><h3>European Union Model</h3><p><strong>Precautionary Principle Framework</strong></p><ul><li>Ex ante regulatory approach</li><li>Centralized database implementation</li><li>Proactive additive review methodology</li></ul><p><strong>Empirical Outcomes</strong></p><ul><li>Observable differences in food composition</li><li>Lower processed ingredient density</li><li>Correlation with improved public health metrics</li><li>Lower obesity rates and higher life expectancy (causality implied but not proven)</li></ul><h2>Economic Implications</h2><h3>Market Failures</h3><p><strong>Information Asymmetry</strong></p><ul><li>Consumers lack complete ingredient transparency</li><li>Principal-agent problem in food safety</li><li>Market efficiency degradation</li></ul><p><strong>Negative Externalities</strong></p><ul><li>Public health costs</li><li>Disproportionate impact on lower socioeconomic strata</li><li>Systemic healthcare burden</li></ul><h2>Parallel to Technology Sector</h2><h3>Regulatory Pattern Analysis</h3><p><strong>Similar Arguments Against Regulation</strong></p><ul><li>Innovation impediment claims</li><li>Market efficiency arguments</li><li>Self-regulation advocacy</li></ul><p><strong>Key Differences</strong></p><ul><li>Information goods vs. physical goods</li><li>Network effects considerations</li><li>Systemic risk profiles</li></ul><h2>Theoretical Framework</h2><h3>Regulatory Economics</h3><p><strong>Optimal Regulation Theory</strong></p><ul><li>Balance between market freedom and consumer protection</li><li>Cost-benefit analysis of regulatory intervention</li><li>Dynamic efficiency considerations</li></ul><p><strong>Public Choice Implications</strong></p><ul><li>Concentrated benefits, diffuse costs</li><li>Regulatory capture mechanisms</li><li>Interest group dynamics</li></ul><h2>Conclusions</h2><ul><li>Empirical evidence supports stronger regulatory frameworks</li><li>Self-regulation demonstrates significant market failures</li><li>Parallel patterns emerging in technology sector regulation</li><li>Public health and democratic implications require consideration</li></ul><p>This analysis suggests that the food industry case study provides valuable insights into the limitations of self-regulation in markets with significant information asymmetries and externalities.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="6918760" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/a3fce32a-f3b1-41e4-bcd3-22012be0a5e8/audio/bd425795-6160-4e9d-b2d2-08ea17e0f4ad/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Can we learn from Food Regulation in EU with Tech Regulation?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:07:12</itunes:duration>
      <itunes:summary>Can we learn from Food Regulation in EU with Tech?</itunes:summary>
      <itunes:subtitle>Can we learn from Food Regulation in EU with Tech?</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>163</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">f6ba7402-bc6e-437b-a911-f55fc80f8a5b</guid>
      <title>False Promise of Lack of Regulation for Europe</title>
      <description><![CDATA[<h1>Episode Notes: Europe vs America - Regulations and Innovation</h1><h2>Core Argument</h2><p>The common meme "Europe makes laws, America makes products" represents an oversimplified view of complex regulatory and innovation dynamics between the regions.</p><h2>Organizational Realities</h2><h3>Bureaucratic Challenges</h3><ul><li>Inefficient positions in universities and corporations</li><li>VP roles that provide minimal value</li><li>Team productivity issues (tasks taking 1 year vs 1 day)</li><li>Parkinson's Law impact: Work expanding to fill available time</li><li>Political maneuvering in corporate hierarchies</li></ul><h3>Regulatory Purpose</h3><p>Examples from "Alone Australia":</p><ul><li>Protection of endangered species</li><li>Preservation of natural resources</li><li>Environmental sustainability</li><li>Prevention of exploitation</li></ul><h2>Economic and Social Analysis</h2><h3>Venture Capital Critique</h3><ul><li>Short-term value extraction vs long-term sustainability</li><li>Impact of unregulated market approaches</li><li>Consequences of prioritizing immediate profits</li><li>Need for balanced economic development</li></ul><h3>American System Challenges</h3><ol><li><p>Healthcare Issues</p><ul><li>Primary cause of bankruptcy</li><li>Comparison with other developed nations</li><li>Impact on middle and lower-income populations</li></ul></li><li><p>Public Health Metrics</p><ul><li>Life expectancy comparisons</li><li>Healthcare system efficiency</li><li>Population health outcomes</li></ul></li><li><p>Safety and Security</p><ul><li>Gun violence statistics</li><li>Child safety concerns</li><li>Regulatory gaps</li></ul></li><li><p>Economic Disparity</p><ul><li>Historical income inequality trends</li><li>Electoral system influences</li><li>Corporate power concentration</li></ul></li></ol><h2>European Considerations</h2><h3>Successful Systems to Maintain</h3><ul><li>Universal healthcare access</li><li>Efficient public transportation</li><li>Higher life expectancy</li><li>Quality of life priorities</li></ul><h3>Innovation Recommendations</h3><ul><li>Support for small team structures</li><li>Competition enhancement</li><li>Anti-monopolistic policies</li><li>Sustainable development focus</li></ul><h2>Data Science Perspective</h2><p>Based on experience from:</p><ul><li>UC Berkeley</li><li>Duke University</li><li>Northwestern University</li><li>UC Davis</li><li>Corporate and startup environments</li></ul><h2>Measurement Metrics</h2><ul><li>Population health indicators</li><li>Economic stability factors</li><li>Social welfare measures</li><li>Environmental sustainability</li><li>Innovation outputs</li></ul><h2>Key Insights</h2><ol><li>Regulation serves essential protective functions</li><li>Uncontrolled deregulation can lead to systemic problems</li><li>Balance between innovation and protection is achievable</li><li>Small team efficiency can coexist with regulatory frameworks</li><li>Economic metrics should include social and environmental factors</li></ol><h2>Conclusion</h2><p>The path forward involves maintaining effective regulations while fostering innovation through controlled competition and sustainable development practices. Europe can learn from both American successes and failures while preserving its own effective systems.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 14 Feb 2025 15:10:13 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Episode Notes: Europe vs America - Regulations and Innovation</h1><h2>Core Argument</h2><p>The common meme "Europe makes laws, America makes products" represents an oversimplified view of complex regulatory and innovation dynamics between the regions.</p><h2>Organizational Realities</h2><h3>Bureaucratic Challenges</h3><ul><li>Inefficient positions in universities and corporations</li><li>VP roles that provide minimal value</li><li>Team productivity issues (tasks taking 1 year vs 1 day)</li><li>Parkinson's Law impact: Work expanding to fill available time</li><li>Political maneuvering in corporate hierarchies</li></ul><h3>Regulatory Purpose</h3><p>Examples from "Alone Australia":</p><ul><li>Protection of endangered species</li><li>Preservation of natural resources</li><li>Environmental sustainability</li><li>Prevention of exploitation</li></ul><h2>Economic and Social Analysis</h2><h3>Venture Capital Critique</h3><ul><li>Short-term value extraction vs long-term sustainability</li><li>Impact of unregulated market approaches</li><li>Consequences of prioritizing immediate profits</li><li>Need for balanced economic development</li></ul><h3>American System Challenges</h3><ol><li><p>Healthcare Issues</p><ul><li>Primary cause of bankruptcy</li><li>Comparison with other developed nations</li><li>Impact on middle and lower-income populations</li></ul></li><li><p>Public Health Metrics</p><ul><li>Life expectancy comparisons</li><li>Healthcare system efficiency</li><li>Population health outcomes</li></ul></li><li><p>Safety and Security</p><ul><li>Gun violence statistics</li><li>Child safety concerns</li><li>Regulatory gaps</li></ul></li><li><p>Economic Disparity</p><ul><li>Historical income inequality trends</li><li>Electoral system influences</li><li>Corporate power concentration</li></ul></li></ol><h2>European Considerations</h2><h3>Successful Systems to Maintain</h3><ul><li>Universal healthcare access</li><li>Efficient public transportation</li><li>Higher life expectancy</li><li>Quality of life priorities</li></ul><h3>Innovation Recommendations</h3><ul><li>Support for small team structures</li><li>Competition enhancement</li><li>Anti-monopolistic policies</li><li>Sustainable development focus</li></ul><h2>Data Science Perspective</h2><p>Based on experience from:</p><ul><li>UC Berkeley</li><li>Duke University</li><li>Northwestern University</li><li>UC Davis</li><li>Corporate and startup environments</li></ul><h2>Measurement Metrics</h2><ul><li>Population health indicators</li><li>Economic stability factors</li><li>Social welfare measures</li><li>Environmental sustainability</li><li>Innovation outputs</li></ul><h2>Key Insights</h2><ol><li>Regulation serves essential protective functions</li><li>Uncontrolled deregulation can lead to systemic problems</li><li>Balance between innovation and protection is achievable</li><li>Small team efficiency can coexist with regulatory frameworks</li><li>Economic metrics should include social and environmental factors</li></ol><h2>Conclusion</h2><p>The path forward involves maintaining effective regulations while fostering innovation through controlled competition and sustainable development practices. Europe can learn from both American successes and failures while preserving its own effective systems.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="14116853" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/2844ceb2-6f9f-4af8-a5a6-a0fde6bc9253/audio/522d79c8-3255-4b47-adc5-a44c72b797ca/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>False Promise of Lack of Regulation for Europe</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:14:42</itunes:duration>
      <itunes:summary>The economic argument &quot;Europe makes laws, America makes products&quot; misrepresents complex regulatory and innovation dynamics. While bureaucratic inefficiencies exist globally, America&apos;s deregulatory approach has led to significant problems including healthcare bankruptcies, declining life expectancy, gun violence, and extreme income inequality.
Using the analogy of environmental protection rules in survival shows, regulations serve essential protective functions. The venture capital model of maximizing short-term value often undermines long-term societal benefits.
Europe&apos;s successful systems - healthcare, public transportation, and quality of life measures - demonstrate that regulation and innovation can coexist. The path forward involves maintaining protective frameworks while fostering innovation through small teams and sustainable competition, measuring success beyond pure GDP to include social and environmental factors.</itunes:summary>
      <itunes:subtitle>The economic argument &quot;Europe makes laws, America makes products&quot; misrepresents complex regulatory and innovation dynamics. While bureaucratic inefficiencies exist globally, America&apos;s deregulatory approach has led to significant problems including healthcare bankruptcies, declining life expectancy, gun violence, and extreme income inequality.
Using the analogy of environmental protection rules in survival shows, regulations serve essential protective functions. The venture capital model of maximizing short-term value often undermines long-term societal benefits.
Europe&apos;s successful systems - healthcare, public transportation, and quality of life measures - demonstrate that regulation and innovation can coexist. The path forward involves maintaining protective frameworks while fostering innovation through small teams and sustainable competition, measuring success beyond pure GDP to include social and environmental factors.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>162</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7ff2cb8d-ef1b-480d-b346-5f9327daf057</guid>
      <title>Gaslighting Your Way to Responsible AI</title>
      <description><![CDATA[<p>🎯 Breaking Down "Gaslighting Your Way to Responsible AI" - A Critical Analysis of Tech Ethics</p><p>Here are the key insights from this thought-provoking discussion on AI ethics and corporate responsibility:</p><h1>Meta's Ethical Concerns</h1><p>Court documents revealed Meta allegedly used 82 terabytes of pirated books for AI training, with leadership awareness of ethical breaches</p><p>CEO Mark Zuckerberg reportedly encouraged moving forward despite known ethical concerns</p><p>Internal communications showed employee discomfort with using corporate resources for potentially illegal activities</p><h1>The Gaslighting Playbook</h1><p>Large tech companies often frame conversations around "responsible AI" while engaging in questionable practices</p><p>Pattern mirrors historical examples from food and tobacco industries:</p><p>Food industry deflecting sugar's health impacts</p><p>Tobacco companies leveraging physician endorsements despite known cancer risks</p><h1>Corporate Influence Tactics</h1><p>Heavy investment in:</p><p>Elite university partnerships</p><p>Congressional lobbying</p><p>Nonprofit organization donations (Python Software Foundation, Linux Foundation)</p><p>Goal: Legitimizing practices through institutional credibility</p><h1>Monopoly Power Concerns</h1><p>Meta's acquisition strategy (Instagram, WhatsApp) highlighted as example of reduced competition</p><p>Centralization of power enabling further influence through:</p><p>Political donations</p><p>Academic partnerships</p><p>Nonprofit funding</p><h1>Technology Capability Claims</h1><p>Current AI capabilities often overstated</p><p>Large language models described as "fancy search engines" rather than truly intelligent systems</p><p>Full self-driving claims questioned given current technological limitations</p><h1>Path Forward Recommendations</h1><p>Need for independent trust institutions</p><p>Critical thinking and questioning of corporate narratives</p><p>Sensible government regulation without hindering innovation</p><p>European regulatory approach cited as potential model</p><p>🔥 Ready to dive deeper into responsible AI development and ethical tech practices? Join our community at <a href="https://ds500.paiml.com/subscribe.html">https://ds500.paiml.com/subscribe.html</a> for exclusive insights and practical guidance on building AI systems that truly serve humanity. #ResponsibleAI #TechEthics #AIGrowth #DigitalEthics #TechLeadership</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 11 Feb 2025 16:05:43 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>🎯 Breaking Down "Gaslighting Your Way to Responsible AI" - A Critical Analysis of Tech Ethics</p><p>Here are the key insights from this thought-provoking discussion on AI ethics and corporate responsibility:</p><h1>Meta's Ethical Concerns</h1><p>Court documents revealed Meta allegedly used 82 terabytes of pirated books for AI training, with leadership awareness of ethical breaches</p><p>CEO Mark Zuckerberg reportedly encouraged moving forward despite known ethical concerns</p><p>Internal communications showed employee discomfort with using corporate resources for potentially illegal activities</p><h1>The Gaslighting Playbook</h1><p>Large tech companies often frame conversations around "responsible AI" while engaging in questionable practices</p><p>Pattern mirrors historical examples from food and tobacco industries:</p><p>Food industry deflecting sugar's health impacts</p><p>Tobacco companies leveraging physician endorsements despite known cancer risks</p><h1>Corporate Influence Tactics</h1><p>Heavy investment in:</p><p>Elite university partnerships</p><p>Congressional lobbying</p><p>Nonprofit organization donations (Python Software Foundation, Linux Foundation)</p><p>Goal: Legitimizing practices through institutional credibility</p><h1>Monopoly Power Concerns</h1><p>Meta's acquisition strategy (Instagram, WhatsApp) highlighted as example of reduced competition</p><p>Centralization of power enabling further influence through:</p><p>Political donations</p><p>Academic partnerships</p><p>Nonprofit funding</p><h1>Technology Capability Claims</h1><p>Current AI capabilities often overstated</p><p>Large language models described as "fancy search engines" rather than truly intelligent systems</p><p>Full self-driving claims questioned given current technological limitations</p><h1>Path Forward Recommendations</h1><p>Need for independent trust institutions</p><p>Critical thinking and questioning of corporate narratives</p><p>Sensible government regulation without hindering innovation</p><p>European regulatory approach cited as potential model</p><p>🔥 Ready to dive deeper into responsible AI development and ethical tech practices? Join our community at <a href="https://ds500.paiml.com/subscribe.html">https://ds500.paiml.com/subscribe.html</a> for exclusive insights and practical guidance on building AI systems that truly serve humanity. #ResponsibleAI #TechEthics #AIGrowth #DigitalEthics #TechLeadership</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="11934688" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/814bced5-a2fe-4af4-bac6-dff96505201f/audio/5df1fd03-bccd-4a02-a5aa-0bd969903461/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Gaslighting Your Way to Responsible AI</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:12:25</itunes:duration>
      <itunes:summary>This podcast critiques the concept of &quot;responsible AI&quot; as currently promoted by major tech companies, particularly focusing on Meta as a case study. Corporate claims about ethical AI often mask concerning practices, drawing parallels to historical examples from the food and tobacco industries. The discussion emphasizes how institutional influence, monopolistic practices, and overstatement of AI capabilities contribute to a form of corporate gaslighting. The speaker advocates for independent oversight, critical thinking, and balanced regulation as solutions.

</itunes:summary>
      <itunes:subtitle>This podcast critiques the concept of &quot;responsible AI&quot; as currently promoted by major tech companies, particularly focusing on Meta as a case study. Corporate claims about ethical AI often mask concerning practices, drawing parallels to historical examples from the food and tobacco industries. The discussion emphasizes how institutional influence, monopolistic practices, and overstatement of AI capabilities contribute to a form of corporate gaslighting. The speaker advocates for independent oversight, critical thinking, and balanced regulation as solutions.

</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>161</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c6d42c60-4a72-4438-99e6-58c1cdb417e5</guid>
      <title>Rust Interactive Labs Launch</title>
      <description><![CDATA[<h1>🚀 Pragmatic AI Labs - Interactive Rust Labs Launch Announcement</h1><h2>Key Announcements</h2><p>Pragmatic AI Labs has launched browser-based interactive Rust labs, removing traditional setup barriers and providing an instant-access development environment through Visual Studio Code in the browser</p><p>The platform offers a comprehensive learning experience with pre-configured Rust environments, eliminating the need for manual installation or setup</p><p>Future roadmap includes the upcoming release of GPU-based labs, demonstrating the platform's commitment to advanced technical education</p><h2>Platform Features</h2><p>Full Visual Studio Code browser environment</p><p>Pre-configured Rust development setup</p><p>Comprehensive example codebase with detailed documentation</p><p>Integrated terminal access for direct compilation</p><p>Browser-based access at ds500.pa.ml</p><h2>Educational Value Proposition</h2><p>Platform hosts equivalent of 3+ master's degrees worth of educational content</p><p>Focus on democratizing technical education</p><p>Hands-on, practical learning approach with interactive coding environments</p><h2>What's Next</h2><p>GPU-based labs in development</p><p>Continued expansion of educational content</p><p>Enhanced learning resources and documentation</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 11 Feb 2025 14:22:12 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>🚀 Pragmatic AI Labs - Interactive Rust Labs Launch Announcement</h1><h2>Key Announcements</h2><p>Pragmatic AI Labs has launched browser-based interactive Rust labs, removing traditional setup barriers and providing an instant-access development environment through Visual Studio Code in the browser</p><p>The platform offers a comprehensive learning experience with pre-configured Rust environments, eliminating the need for manual installation or setup</p><p>Future roadmap includes the upcoming release of GPU-based labs, demonstrating the platform's commitment to advanced technical education</p><h2>Platform Features</h2><p>Full Visual Studio Code browser environment</p><p>Pre-configured Rust development setup</p><p>Comprehensive example codebase with detailed documentation</p><p>Integrated terminal access for direct compilation</p><p>Browser-based access at ds500.pa.ml</p><h2>Educational Value Proposition</h2><p>Platform hosts equivalent of 3+ master's degrees worth of educational content</p><p>Focus on democratizing technical education</p><p>Hands-on, practical learning approach with interactive coding environments</p><h2>What's Next</h2><p>GPU-based labs in development</p><p>Continued expansion of educational content</p><p>Enhanced learning resources and documentation</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="1484455" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/687d0951-e307-4813-9b50-733f84000ca2/audio/e54b45c0-6ec5-40f7-8bc9-eecb5340d763/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Rust Interactive Labs Launch</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:01:32</itunes:duration>
      <itunes:summary>Pragmatic AI Labs has launched an innovative browser-based Rust learning platform, accessible at ds500.pa.ml. This breakthrough eliminates traditional setup challenges by providing instant access to a full Visual Studio Code environment with pre-configured Rust tools. The platform features comprehensive examples, integrated documentation, and hands-on coding capabilities—all without requiring local installation. With content equivalent to three master&apos;s degrees, the platform demonstrates Pragmatic AI Labs&apos; commitment to democratizing technical education. The announcement also previewed upcoming GPU-based labs, signaling continued platform evolution. This launch represents a significant step in making advanced technical education more accessible to learners worldwide.



#TechEducation #RustProgramming #InteractiveLearning #AIEducation #PragmaticAILabs



Learn more and start your journey: https://ds500.paiml.com/subscribe.html</itunes:summary>
      <itunes:subtitle>Pragmatic AI Labs has launched an innovative browser-based Rust learning platform, accessible at ds500.pa.ml. This breakthrough eliminates traditional setup challenges by providing instant access to a full Visual Studio Code environment with pre-configured Rust tools. The platform features comprehensive examples, integrated documentation, and hands-on coding capabilities—all without requiring local installation. With content equivalent to three master&apos;s degrees, the platform demonstrates Pragmatic AI Labs&apos; commitment to democratizing technical education. The announcement also previewed upcoming GPU-based labs, signaling continued platform evolution. This launch represents a significant step in making advanced technical education more accessible to learners worldwide.



#TechEducation #RustProgramming #InteractiveLearning #AIEducation #PragmaticAILabs



Learn more and start your journey: https://ds500.paiml.com/subscribe.html</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>160</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">57b1a711-2263-426e-ad7b-1b05505d7cca</guid>
      <title>Musk 20-Year Old Goons Ransacking EU Capitols in 2030</title>
      <description><![CDATA[<h1>2030: The Silent Tech Invasion of Europe</h1><h2>Core Premise</h2><ul><li><strong>Scenario</strong>: Elon Musk systematically dismantles European governance</li><li><strong>Method</strong>: Algorithmic conquest via social media</li><li><strong>Year</strong>: 2030</li><li><strong>Targets</strong>: Germany, UK, France, Italy, Spain</li></ul><h2>Key Systemic Vulnerabilities</h2><ul><li>Unchecked corporate influence in politics</li><li>Exponential income inequality</li><li>Lack of tech regulation</li></ul><h2>American Anti-Patterns Europe Must Avoid</h2><p><strong>Monopoly Culture</strong></p><ul><li>Tech oligarchies suppressing innovation</li><li>Examples: Microsoft, Meta acquisitions</li><li>Preventing genuine small business innovation</li></ul><p><strong>Venture Capital Problematic Trends</strong></p><ul><li>Creating rent-seeking products</li><li>Destructive "innovations" like:<ul><li>Uber (destroys unions, increases traffic)</li><li>Airbnb (causes housing crises)</li></ul></li></ul><p><strong>Democratic Erosion</strong></p><ul><li>Unlimited corporate political donations</li><li>Unelected tech leaders influencing governance</li></ul><h2>Recommended European Defensive Strategies</h2><ul><li>Implement massive wealth tax</li><li>Strengthen tech regulation</li><li>Prevent monopolistic tech acquisitions</li><li>Protect democratic processes</li></ul><h2>Warning</h2><p><i>Unless corrective actions are taken, Europe risks a "silent invasion" by tech oligarchs by 2030</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 6 Feb 2025 14:18:46 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>2030: The Silent Tech Invasion of Europe</h1><h2>Core Premise</h2><ul><li><strong>Scenario</strong>: Elon Musk systematically dismantles European governance</li><li><strong>Method</strong>: Algorithmic conquest via social media</li><li><strong>Year</strong>: 2030</li><li><strong>Targets</strong>: Germany, UK, France, Italy, Spain</li></ul><h2>Key Systemic Vulnerabilities</h2><ul><li>Unchecked corporate influence in politics</li><li>Exponential income inequality</li><li>Lack of tech regulation</li></ul><h2>American Anti-Patterns Europe Must Avoid</h2><p><strong>Monopoly Culture</strong></p><ul><li>Tech oligarchies suppressing innovation</li><li>Examples: Microsoft, Meta acquisitions</li><li>Preventing genuine small business innovation</li></ul><p><strong>Venture Capital Problematic Trends</strong></p><ul><li>Creating rent-seeking products</li><li>Destructive "innovations" like:<ul><li>Uber (destroys unions, increases traffic)</li><li>Airbnb (causes housing crises)</li></ul></li></ul><p><strong>Democratic Erosion</strong></p><ul><li>Unlimited corporate political donations</li><li>Unelected tech leaders influencing governance</li></ul><h2>Recommended European Defensive Strategies</h2><ul><li>Implement massive wealth tax</li><li>Strengthen tech regulation</li><li>Prevent monopolistic tech acquisitions</li><li>Protect democratic processes</li></ul><h2>Warning</h2><p><i>Unless corrective actions are taken, Europe risks a "silent invasion" by tech oligarchs by 2030</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="6122130" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8016345d-4927-439c-8883-5f460c33cf19/audio/1bca8e1a-2ee3-4e41-9161-4b273a83c4a8/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Musk 20-Year Old Goons Ransacking EU Capitols in 2030</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:06:22</itunes:duration>
      <itunes:summary>


Plain Text Summary:

The podcast presents a critical analysis of potential tech-driven geopolitical disruption, focusing on how Elon Musk could systematically undermine European governance by 2030. The speaker warns that without proactive measures, Musk and his young operatives could exploit systemic vulnerabilities in payment, treasury, healthcare, and pension systems through social media manipulation and algorithmic conquest.

The narrative emphasizes learning from American technological development failures: unchecked corporate power, monopolistic practices, and the erosion of democratic safeguards. Key examples include how companies like Microsoft, Meta, Uber, and Airbnb have created destructive &quot;innovations&quot; that concentrate wealth and power while undermining traditional economic and social structures.

The core message is a urgent call to action for European nations: recognize the risks of unregulated tech oligarchy, implement robust wealth taxation, strengthen regulatory frameworks, and prevent the type of corporate political influence that has characterized recent American technological development.

This not as a hypothetical scenario, but as a probable future unless decisive preventative steps are taken immediately.</itunes:summary>
      <itunes:subtitle>


Plain Text Summary:

The podcast presents a critical analysis of potential tech-driven geopolitical disruption, focusing on how Elon Musk could systematically undermine European governance by 2030. The speaker warns that without proactive measures, Musk and his young operatives could exploit systemic vulnerabilities in payment, treasury, healthcare, and pension systems through social media manipulation and algorithmic conquest.

The narrative emphasizes learning from American technological development failures: unchecked corporate power, monopolistic practices, and the erosion of democratic safeguards. Key examples include how companies like Microsoft, Meta, Uber, and Airbnb have created destructive &quot;innovations&quot; that concentrate wealth and power while undermining traditional economic and social structures.

The core message is a urgent call to action for European nations: recognize the risks of unregulated tech oligarchy, implement robust wealth taxation, strengthen regulatory frameworks, and prevent the type of corporate political influence that has characterized recent American technological development.

This not as a hypothetical scenario, but as a probable future unless decisive preventative steps are taken immediately.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>159</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a09ddef3-a07c-408d-b69f-9410a54109ab</guid>
      <title>How Can EU Stop Ransacking of Democracy from Big Tech and Tech Oligarchs</title>
      <description><![CDATA[<p>Here are the episode notes:</p><h1>How EU/Commonwealth Can Protect Democracy from Big Tech</h1><h2>Key Defensive Measures</h2><h3>Wealth Control Mechanisms</h3><ul><li>Treat extreme wealth ($100B+) like hostile nation states</li><li>Implement tariffs against ultra-wealthy individuals</li><li>Adopt progressive wealth taxation (Spanish model)</li><li>Cap individual wealth accumulation</li></ul><h3>Social Media Regulation</h3><ul><li>Tax platforms based on misinformation volume (e.g., 80% misinfo = 80% profit tax)</li><li>Consider under-18 social media restrictions</li><li>Address degradation of local journalism/business</li><li>Recognize parallels to historical propaganda (French Revolution pamphlets)</li></ul><h3>Tech Sovereignty Protection</h3><ul><li>Adopt open source over proprietary systems<ul><li>Linux vs Windows example</li><li>90% global infrastructure runs on Linux</li><li>Open source dominates top 25 programming languages</li><li>Most established databases are open source</li></ul></li><li>Resist Bay Area VC/Tech influence</li><li>Regulate gig economy "slave wear" platforms</li><li>Control local service operations</li></ul><h3>Proactive Defense Strategy</h3><ul><li>Implement aggressive wealth taxation</li><li>Apply targeted tech company tariffs</li><li>Mandate open source in government systems</li><li>Regulate misinformation vectors</li><li>Protect national digital sovereignty</li></ul><hr /><p>Summary:<br />A systems analysis of how EU/Commonwealth nations can defend against tech oligarchy influence. Core recommendation is treating extreme wealth/tech concentration as national security threat. Advises aggressive regulation via taxation, open source adoption, and sovereignty protection measures. Keys: wealth caps, misinfo taxes, open source transition, local control of services. Notes parallel between social media and historical propaganda systems.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 5 Feb 2025 17:52:58 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Here are the episode notes:</p><h1>How EU/Commonwealth Can Protect Democracy from Big Tech</h1><h2>Key Defensive Measures</h2><h3>Wealth Control Mechanisms</h3><ul><li>Treat extreme wealth ($100B+) like hostile nation states</li><li>Implement tariffs against ultra-wealthy individuals</li><li>Adopt progressive wealth taxation (Spanish model)</li><li>Cap individual wealth accumulation</li></ul><h3>Social Media Regulation</h3><ul><li>Tax platforms based on misinformation volume (e.g., 80% misinfo = 80% profit tax)</li><li>Consider under-18 social media restrictions</li><li>Address degradation of local journalism/business</li><li>Recognize parallels to historical propaganda (French Revolution pamphlets)</li></ul><h3>Tech Sovereignty Protection</h3><ul><li>Adopt open source over proprietary systems<ul><li>Linux vs Windows example</li><li>90% global infrastructure runs on Linux</li><li>Open source dominates top 25 programming languages</li><li>Most established databases are open source</li></ul></li><li>Resist Bay Area VC/Tech influence</li><li>Regulate gig economy "slave wear" platforms</li><li>Control local service operations</li></ul><h3>Proactive Defense Strategy</h3><ul><li>Implement aggressive wealth taxation</li><li>Apply targeted tech company tariffs</li><li>Mandate open source in government systems</li><li>Regulate misinformation vectors</li><li>Protect national digital sovereignty</li></ul><hr /><p>Summary:<br />A systems analysis of how EU/Commonwealth nations can defend against tech oligarchy influence. Core recommendation is treating extreme wealth/tech concentration as national security threat. Advises aggressive regulation via taxation, open source adoption, and sovereignty protection measures. Keys: wealth caps, misinfo taxes, open source transition, local control of services. Notes parallel between social media and historical propaganda systems.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="9500076" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/a0fc06f1-49d8-466d-a95c-c3074f593ee4/audio/87db5cd6-02e5-4e63-a5b2-61575888758d/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>How Can EU Stop Ransacking of Democracy from Big Tech and Tech Oligarchs</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:09:53</itunes:duration>
      <itunes:summary>A systems analysis of how EU/Commonwealth nations can defend against tech oligarchy influence. Core recommendation is treating extreme wealth/tech concentration as national security threat. Advises aggressive regulation via taxation, open source adoption, and sovereignty protection measures. Keys: wealth caps, misinfo taxes, open source transition, local control of services. Notes parallel between social media and historical propaganda systems.</itunes:summary>
      <itunes:subtitle>A systems analysis of how EU/Commonwealth nations can defend against tech oligarchy influence. Core recommendation is treating extreme wealth/tech concentration as national security threat. Advises aggressive regulation via taxation, open source adoption, and sovereignty protection measures. Keys: wealth caps, misinfo taxes, open source transition, local control of services. Notes parallel between social media and historical propaganda systems.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>158</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d473eb6d-07f8-4e96-8882-284dbfea35e1</guid>
      <title>UBI for OpenAI?</title>
      <description><![CDATA[<h1>Episode Notes: AI Industry Transitions and Workforce Proposals</h1><h2>Overview</h2><p>A technical analysis of proposed career transitions for OpenAI engineers, presented through the lens of market dynamics and workforce displacement patterns.</p><h2>Key Timestamps and Analysis</h2><h3>[00:00:00] - Context and Premise</h3><ul><li>Initial framing of workforce transition proposals</li><li>Reference to Sam Altman's 2024 UBI commentary</li><li>Juxtaposition of AI displacement predictions with internal corporate dynamics</li></ul><h3>[00:00:27] - Data Rights and Attribution Analysis</h3><ul><li>Discussion of intellectual property attribution challenges</li><li>Examination of content scraping methodologies</li><li>Critical analysis of training data sourcing practices</li></ul><h3>[00:01:31] - Market Dynamics</h3><ul><li>Comparative analysis of model pricing ($200 licensing fee)</li><li>Market disruption by DeepSeek's zero-cost alternative implementation</li><li>Impact on service valuation and market positioning</li></ul><h3>[00:01:48] - Proposed Transition Vectors</h3><p>Technical to Trade Transitions</p><ul><li>Plumbing sector analysis<ul><li>Market demand evaluation</li><li>Skill transferability assessment</li><li>Infrastructure maintenance parallels</li></ul></li></ul><p>Leadership Transitions</p><ul><li>Analysis of public-facing roles</li><li>Market positioning strategies</li><li>Revenue model adaptations</li></ul><p>Data Operations</p><ul><li>Chinese AI ecosystem integration</li><li>Data labeling specialization</li><li>Cross-market skill application</li></ul><h3>[00:03:46] - Creative Sector Integration</h3><ul><li>Apprenticeship models in visual arts</li><li>Skill transfer mechanisms</li><li>Market reentry pathways</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 31 Jan 2025 21:31:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Episode Notes: AI Industry Transitions and Workforce Proposals</h1><h2>Overview</h2><p>A technical analysis of proposed career transitions for OpenAI engineers, presented through the lens of market dynamics and workforce displacement patterns.</p><h2>Key Timestamps and Analysis</h2><h3>[00:00:00] - Context and Premise</h3><ul><li>Initial framing of workforce transition proposals</li><li>Reference to Sam Altman's 2024 UBI commentary</li><li>Juxtaposition of AI displacement predictions with internal corporate dynamics</li></ul><h3>[00:00:27] - Data Rights and Attribution Analysis</h3><ul><li>Discussion of intellectual property attribution challenges</li><li>Examination of content scraping methodologies</li><li>Critical analysis of training data sourcing practices</li></ul><h3>[00:01:31] - Market Dynamics</h3><ul><li>Comparative analysis of model pricing ($200 licensing fee)</li><li>Market disruption by DeepSeek's zero-cost alternative implementation</li><li>Impact on service valuation and market positioning</li></ul><h3>[00:01:48] - Proposed Transition Vectors</h3><p>Technical to Trade Transitions</p><ul><li>Plumbing sector analysis<ul><li>Market demand evaluation</li><li>Skill transferability assessment</li><li>Infrastructure maintenance parallels</li></ul></li></ul><p>Leadership Transitions</p><ul><li>Analysis of public-facing roles</li><li>Market positioning strategies</li><li>Revenue model adaptations</li></ul><p>Data Operations</p><ul><li>Chinese AI ecosystem integration</li><li>Data labeling specialization</li><li>Cross-market skill application</li></ul><h3>[00:03:46] - Creative Sector Integration</h3><ul><li>Apprenticeship models in visual arts</li><li>Skill transfer mechanisms</li><li>Market reentry pathways</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3909454" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/4d6c319e-9cc5-413c-bda3-b9bf371a971c/audio/627436c0-fbad-4b48-a0df-64d97656877f/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>UBI for OpenAI?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:04:04</itunes:duration>
      <itunes:summary>Out of work OpenAI engineers could become data labelers for Chinese AI, get UBI, or simply &quot;learn to draw&quot;</itunes:summary>
      <itunes:subtitle>Out of work OpenAI engineers could become data labelers for Chinese AI, get UBI, or simply &quot;learn to draw&quot;</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>157</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">20de13bd-ce9e-4df8-9dd5-3dd22f571888</guid>
      <title>Why DeepSeek Culture Beats American Tech Culture</title>
      <description><![CDATA[<h1>Core Strengths of DeepSeek's Approach</h1><ol><li><strong>Open Source Innovation</strong></li></ol><ul><li>Slashed API costs to 1/30th of OpenAI's</li><li>Focuses on affordability and accessibility</li><li>Triggered price competition with ByteDance and Ali Cloud</li></ul><ol><li><strong>Original Research Philosophy</strong></li></ol><ul><li>Prioritizes foundational research over quick commercialization</li><li>Developed MLA architecture as transformer alternative</li><li>Aims to lead through new designs rather than imitation</li></ul><ol><li><strong>Long-term Research Focus</strong></li></ol><ul><li>Commits to fundamental breakthroughs over quick profits</li><li>Not constrained by existing revenue streams</li><li>Emphasizes patient capital for major innovations</li></ul><ol><li><strong>Strategic Specialization</strong></li></ol><ul><li>Focuses solely on core model research</li><li>Avoids diversification into apps/products</li><li>Enables deeper expertise in foundational AI</li></ul><h1>US Tech Industry Challenges</h1><ol><li><strong>Regulatory and Market Issues</strong></li></ol><ul><li>Big Tech focuses on regulatory capture</li><li>Lobbying for AI safety rules favoring incumbents</li><li>Emphasis on closed ecosystems over innovation</li></ul><ol><li><strong>Innovation Barriers</strong></li></ol><ul><li>Large companies prioritize incremental updates</li><li>Focus on vertical integration through acquisitions</li><li>Risk-averse R&D approach</li></ul><ol><li><strong>Structural Problems</strong></li></ol><ul><li>Short-term profit focus</li><li>Talent concentration in big tech</li><li>Healthcare/education costs limiting entrepreneurship</li><li>Income inequality affecting innovation pipeline</li></ul><ol><li><strong>Cultural Factors</strong></li></ol><ul><li>Elite clustering in top tech roles</li><li>Resource barriers to STEM education</li><li>Focus on pedigree over merit</li><li>Transactional versus collaborative culture</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 31 Jan 2025 13:50:03 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Core Strengths of DeepSeek's Approach</h1><ol><li><strong>Open Source Innovation</strong></li></ol><ul><li>Slashed API costs to 1/30th of OpenAI's</li><li>Focuses on affordability and accessibility</li><li>Triggered price competition with ByteDance and Ali Cloud</li></ul><ol><li><strong>Original Research Philosophy</strong></li></ol><ul><li>Prioritizes foundational research over quick commercialization</li><li>Developed MLA architecture as transformer alternative</li><li>Aims to lead through new designs rather than imitation</li></ul><ol><li><strong>Long-term Research Focus</strong></li></ol><ul><li>Commits to fundamental breakthroughs over quick profits</li><li>Not constrained by existing revenue streams</li><li>Emphasizes patient capital for major innovations</li></ul><ol><li><strong>Strategic Specialization</strong></li></ol><ul><li>Focuses solely on core model research</li><li>Avoids diversification into apps/products</li><li>Enables deeper expertise in foundational AI</li></ul><h1>US Tech Industry Challenges</h1><ol><li><strong>Regulatory and Market Issues</strong></li></ol><ul><li>Big Tech focuses on regulatory capture</li><li>Lobbying for AI safety rules favoring incumbents</li><li>Emphasis on closed ecosystems over innovation</li></ul><ol><li><strong>Innovation Barriers</strong></li></ol><ul><li>Large companies prioritize incremental updates</li><li>Focus on vertical integration through acquisitions</li><li>Risk-averse R&D approach</li></ul><ol><li><strong>Structural Problems</strong></li></ol><ul><li>Short-term profit focus</li><li>Talent concentration in big tech</li><li>Healthcare/education costs limiting entrepreneurship</li><li>Income inequality affecting innovation pipeline</li></ul><ol><li><strong>Cultural Factors</strong></li></ol><ul><li>Elite clustering in top tech roles</li><li>Resource barriers to STEM education</li><li>Focus on pedigree over merit</li><li>Transactional versus collaborative culture</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="19717924" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7829a8a9-ccc4-43f5-ba19-a9671a5bbbde/audio/688ce2df-2e14-4860-84fa-0ad340f8b655/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Why DeepSeek Culture Beats American Tech Culture</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:20:32</itunes:duration>
      <itunes:summary>This interview with DeepSeek founder highlights contrasts between different approaches to AI development and innovation in tech. DeepSeek&apos;s strategy focuses on open-source development, slashing API costs to 1/30th of OpenAI&apos;s prices. The company prioritizes fundamental research over quick commercialization, developing alternatives like their MLA architecture instead of following existing models.

DeepSeek maintains a narrow focus on core model research rather than diversifying into applications. Their approach emphasizes patient capital for long-term breakthroughs rather than quarterly profits. The organizational culture promotes flat hierarchies and provides researchers with unrestricted compute access.

In contrast, many US tech companies focus on regulatory capture and lobbying for favorable AI safety rules. Large American firms tend toward incremental updates and vertical integration through acquisitions rather than fundamental innovation. Structural challenges include concentration of talent in established companies and healthcare/education costs that can limit entrepreneurship.

The US innovation ecosystem faces additional pressures from short-term profit expectations and income inequality affecting the STEM talent pipeline. Resource barriers to education and emphasis on pedigree over merit may restrict the potential talent pool. These factors create opportunities for global competitors using open-source approaches and merit-based talent development to potentially gain advantages in AI development.</itunes:summary>
      <itunes:subtitle>This interview with DeepSeek founder highlights contrasts between different approaches to AI development and innovation in tech. DeepSeek&apos;s strategy focuses on open-source development, slashing API costs to 1/30th of OpenAI&apos;s prices. The company prioritizes fundamental research over quick commercialization, developing alternatives like their MLA architecture instead of following existing models.

DeepSeek maintains a narrow focus on core model research rather than diversifying into applications. Their approach emphasizes patient capital for long-term breakthroughs rather than quarterly profits. The organizational culture promotes flat hierarchies and provides researchers with unrestricted compute access.

In contrast, many US tech companies focus on regulatory capture and lobbying for favorable AI safety rules. Large American firms tend toward incremental updates and vertical integration through acquisitions rather than fundamental innovation. Structural challenges include concentration of talent in established companies and healthcare/education costs that can limit entrepreneurship.

The US innovation ecosystem faces additional pressures from short-term profit expectations and income inequality affecting the STEM talent pipeline. Resource barriers to education and emphasis on pedigree over merit may restrict the potential talent pool. These factors create opportunities for global competitors using open-source approaches and merit-based talent development to potentially gain advantages in AI development.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>156</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">6899dd66-6b1e-4de0-abc9-1bf4b82e9134</guid>
      <title>YES, Download DeepSeek-R1 TODAY and Tell Your Neighbor To Do It Too!</title>
      <description><![CDATA[<p> </p><h1>DeepSeek R1 and Open Source AI: A Case for Open Solutions</h1><h2>Key Points</h2><h3>Understanding "Downloading" in Context</h3><ul><li>Clarifies misconceptions about downloading software</li><li>Distinguishes between smartphone apps and open-source solutions</li><li>Uses Linux as an example of successful open-source software<ul><li>Speaker uses Ubuntu personally</li><li>Other variants mentioned: Kubuntu, Mint, Pop OS</li></ul></li></ul><h3>Benefits of Open Solutions</h3><ul><li>Allows code inspection and transparency</li><li>Free to use and modify</li><li>Community can contribute bug fixes and features</li><li>Contrasts with closed systems like Windows and macOS</li><li>Ability to verify data isn't being transmitted externally</li></ul><h3>How to Access DeepSeek R1</h3><ul><li>Available through ollama.com/library/deepseekr1</li><li>Installation methods:<ul><li>GUI interfaces available</li><li>Command line usage: ollama run deep-seek-r1</li></ul></li><li>Alternative platforms mentioned:<ul><li>Llamafile</li><li>Hugging Face Candle (Rust-based solution)</li></ul></li></ul><h3>Data Privacy and Ethics</h3><ul><li>Emphasis on ethical data sourcing<ul><li>Consensual data collection</li><li>Examples: Wikipedia with explicit terms of service</li></ul></li><li>Criticism of regional bias in tech evaluation<ul><li>Arguments against "China vs USA" comparisons</li><li>Focus should be on regulatory frameworks</li><li>Praises EU's data privacy regulations</li></ul></li></ul><h3>Criticism of Closed Systems</h3><ul><li>Windows OS cited as example of problematic closed system<ul><li>Historical monopolistic practices</li><li>Current privacy concerns with data collection</li></ul></li><li>Critique of venture capital's role in tech<ul><li>Examples: Uber (worker protection issues)</li><li>Airbnb (housing market impacts)</li></ul></li><li>Concerns about corporate control of mathematical tools</li></ul><h2>Call to Action</h2><ul><li>Encourage adoption of open models</li><li>Get involved in open-source AI communities</li><li>Advocate for open solutions in workplace</li><li>Be skeptical of fear, uncertainty, and doubt (FUD) tactics</li><li>Avoid closed solutions like GitHub Copilot, Microsoft products, or OpenAI services</li></ul><h2>Historical Context</h2><ul><li>References "Halloween Documents" leak exposing Microsoft's anti-Linux strategy</li><li>Discusses Bill Gates's historical opposition to open-source software</li><li>Points to success of open-source programming languages and Linux in server market</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 30 Jan 2025 15:24:43 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p> </p><h1>DeepSeek R1 and Open Source AI: A Case for Open Solutions</h1><h2>Key Points</h2><h3>Understanding "Downloading" in Context</h3><ul><li>Clarifies misconceptions about downloading software</li><li>Distinguishes between smartphone apps and open-source solutions</li><li>Uses Linux as an example of successful open-source software<ul><li>Speaker uses Ubuntu personally</li><li>Other variants mentioned: Kubuntu, Mint, Pop OS</li></ul></li></ul><h3>Benefits of Open Solutions</h3><ul><li>Allows code inspection and transparency</li><li>Free to use and modify</li><li>Community can contribute bug fixes and features</li><li>Contrasts with closed systems like Windows and macOS</li><li>Ability to verify data isn't being transmitted externally</li></ul><h3>How to Access DeepSeek R1</h3><ul><li>Available through ollama.com/library/deepseekr1</li><li>Installation methods:<ul><li>GUI interfaces available</li><li>Command line usage: ollama run deep-seek-r1</li></ul></li><li>Alternative platforms mentioned:<ul><li>Llamafile</li><li>Hugging Face Candle (Rust-based solution)</li></ul></li></ul><h3>Data Privacy and Ethics</h3><ul><li>Emphasis on ethical data sourcing<ul><li>Consensual data collection</li><li>Examples: Wikipedia with explicit terms of service</li></ul></li><li>Criticism of regional bias in tech evaluation<ul><li>Arguments against "China vs USA" comparisons</li><li>Focus should be on regulatory frameworks</li><li>Praises EU's data privacy regulations</li></ul></li></ul><h3>Criticism of Closed Systems</h3><ul><li>Windows OS cited as example of problematic closed system<ul><li>Historical monopolistic practices</li><li>Current privacy concerns with data collection</li></ul></li><li>Critique of venture capital's role in tech<ul><li>Examples: Uber (worker protection issues)</li><li>Airbnb (housing market impacts)</li></ul></li><li>Concerns about corporate control of mathematical tools</li></ul><h2>Call to Action</h2><ul><li>Encourage adoption of open models</li><li>Get involved in open-source AI communities</li><li>Advocate for open solutions in workplace</li><li>Be skeptical of fear, uncertainty, and doubt (FUD) tactics</li><li>Avoid closed solutions like GitHub Copilot, Microsoft products, or OpenAI services</li></ul><h2>Historical Context</h2><ul><li>References "Halloween Documents" leak exposing Microsoft's anti-Linux strategy</li><li>Discusses Bill Gates's historical opposition to open-source software</li><li>Points to success of open-source programming languages and Linux in server market</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10246551" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ec53dad3-adf3-4210-b160-218d2e75453c/audio/757928c3-2dfc-449b-8044-e4957498a471/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>YES, Download DeepSeek-R1 TODAY and Tell Your Neighbor To Do It Too!</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:40</itunes:duration>
      <itunes:summary>In this  discussion of open-source AI and technology, DeepSeek R1 serves as a launching point for exploring broader themes about software freedom and transparency. The episode clarifies misconceptions about downloading open-source software, explaining how tools like DeepSeek R1 can be easily accessed through platforms like ollama.com, while drawing parallels to successful open-source projects like Linux. Key arguments focus on the advantages of open systems, including code transparency, community contributions, and ethical data handling, contrasting these with criticisms of closed systems like Windows and venture capital-backed technologies. The discussion delves into data privacy concerns, advocating for robust regulatory frameworks rather than focusing on national origins of technology, and provides historical context through the &quot;Halloween Documents&quot; leak that revealed Microsoft&apos;s anti-Linux strategies. Throughout the episode, a compelling case is made for supporting open-source AI models and technologies, backed by examples of successful open-source projects in programming languages and server markets, while warning against corporate control of mathematical tools and algorithms.</itunes:summary>
      <itunes:subtitle>In this  discussion of open-source AI and technology, DeepSeek R1 serves as a launching point for exploring broader themes about software freedom and transparency. The episode clarifies misconceptions about downloading open-source software, explaining how tools like DeepSeek R1 can be easily accessed through platforms like ollama.com, while drawing parallels to successful open-source projects like Linux. Key arguments focus on the advantages of open systems, including code transparency, community contributions, and ethical data handling, contrasting these with criticisms of closed systems like Windows and venture capital-backed technologies. The discussion delves into data privacy concerns, advocating for robust regulatory frameworks rather than focusing on national origins of technology, and provides historical context through the &quot;Halloween Documents&quot; leak that revealed Microsoft&apos;s anti-Linux strategies. Throughout the episode, a compelling case is made for supporting open-source AI models and technologies, backed by examples of successful open-source projects in programming languages and server markets, while warning against corporate control of mathematical tools and algorithms.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>155</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c375700b-4d09-435f-84e0-50aadaf46c3c</guid>
      <title>NVidia Short Risk:  GPU Alternative in China</title>
      <description><![CDATA[<h1>NVIDIA's AI Empire: A Hidden Systemic Risk?</h1><h2>Episode Overview</h2><p>A deep dive into the potential vulnerabilities in NVIDIA's AI-driven business model and what it means for the future of AI computing.</p><h2>Key Points</h2><h3>The Current State</h3><ul><li>NVIDIA generates 80-85% of revenue from AI workloads (2024)</li><li>Data Center segment alone: $22.6B in a single quarter</li><li>Heavily concentrated business model in AI computing</li></ul><h3>The China Scenario</h3><ul><li>Potential development of alternative AI computing solutions</li><li>Historical precedents exist:<ul><li>Google's TPU (TensorFlow Processing Unit)</li><li>Amazon's FPGAs</li><li>Custom deep learning chips</li></ul></li></ul><h3>The Three Phases of Disruption</h3><p><strong>Initial Questions</strong></p><ul><li>Unusual patterns in Chinese AI development</li><li>Cost anomalies despite chip restrictions</li><li>Market speculation begins</li></ul><p><strong>Market Realization</strong></p><ul><li>Chinese firms demonstrate alternative solutions</li><li>Western companies notice performance metrics</li><li>Questions about GPU necessity arise</li></ul><p><strong>Global Cascade</strong></p><ul><li>Western tech giants reassess GPU dependence</li><li>Alternative solutions gain credibility</li><li>Potential rapid shift in AI infrastructure</li></ul><h3>Comparative Business Risk</h3><ul><li>Unlike diversified tech giants (Apple, Microsoft, Amazon, Google):<ul><li>NVIDIA's concentration in one sector creates vulnerability</li><li>80%+ revenue from single source (AI workloads)</li><li>Limited fallback options if AI computing paradigm shifts</li></ul></li></ul><h3>Historical Context</h3><ul><li>Reference to TPU development by Google</li><li>Amazon's work with FPGAs</li><li>Evolution of custom AI chips</li></ul><h3>Broader Industry Implications</h3><ul><li>Impact on AI training costs</li><li>Potential democratization of AI infrastructure</li><li>Shift in compute paradigms</li></ul><h2>Discussion Points for Listeners</h2><ul><li>Is concentration in AI computing a broader industry risk?</li><li>How might this affect the future of AI development?</li><li>What are the parallels with other tech disruptions?</li></ul><h2>Key Closing Thought</h2><p>The real systemic risk isn't just about NVIDIA - it's about betting the future of AI on a single computational approach. Even if the probability is low, the impact could be devastating given the concentration of risk.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 29 Jan 2025 13:44:31 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>NVIDIA's AI Empire: A Hidden Systemic Risk?</h1><h2>Episode Overview</h2><p>A deep dive into the potential vulnerabilities in NVIDIA's AI-driven business model and what it means for the future of AI computing.</p><h2>Key Points</h2><h3>The Current State</h3><ul><li>NVIDIA generates 80-85% of revenue from AI workloads (2024)</li><li>Data Center segment alone: $22.6B in a single quarter</li><li>Heavily concentrated business model in AI computing</li></ul><h3>The China Scenario</h3><ul><li>Potential development of alternative AI computing solutions</li><li>Historical precedents exist:<ul><li>Google's TPU (TensorFlow Processing Unit)</li><li>Amazon's FPGAs</li><li>Custom deep learning chips</li></ul></li></ul><h3>The Three Phases of Disruption</h3><p><strong>Initial Questions</strong></p><ul><li>Unusual patterns in Chinese AI development</li><li>Cost anomalies despite chip restrictions</li><li>Market speculation begins</li></ul><p><strong>Market Realization</strong></p><ul><li>Chinese firms demonstrate alternative solutions</li><li>Western companies notice performance metrics</li><li>Questions about GPU necessity arise</li></ul><p><strong>Global Cascade</strong></p><ul><li>Western tech giants reassess GPU dependence</li><li>Alternative solutions gain credibility</li><li>Potential rapid shift in AI infrastructure</li></ul><h3>Comparative Business Risk</h3><ul><li>Unlike diversified tech giants (Apple, Microsoft, Amazon, Google):<ul><li>NVIDIA's concentration in one sector creates vulnerability</li><li>80%+ revenue from single source (AI workloads)</li><li>Limited fallback options if AI computing paradigm shifts</li></ul></li></ul><h3>Historical Context</h3><ul><li>Reference to TPU development by Google</li><li>Amazon's work with FPGAs</li><li>Evolution of custom AI chips</li></ul><h3>Broader Industry Implications</h3><ul><li>Impact on AI training costs</li><li>Potential democratization of AI infrastructure</li><li>Shift in compute paradigms</li></ul><h2>Discussion Points for Listeners</h2><ul><li>Is concentration in AI computing a broader industry risk?</li><li>How might this affect the future of AI development?</li><li>What are the parallels with other tech disruptions?</li></ul><h2>Key Closing Thought</h2><p>The real systemic risk isn't just about NVIDIA - it's about betting the future of AI on a single computational approach. Even if the probability is low, the impact could be devastating given the concentration of risk.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5712112" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/6862fb2a-7081-455b-bed2-1216de2b70cd/audio/e00c5fa3-00d7-40be-a3b4-165762d31879/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>NVidia Short Risk:  GPU Alternative in China</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:05:56</itunes:duration>
      <itunes:summary>The real systemic risk isn&apos;t just about NVIDIA - it&apos;s about betting the future of AI on a single computational approach. Even if the probability is low, the impact could be devastating given the concentration of risk.
</itunes:summary>
      <itunes:subtitle>The real systemic risk isn&apos;t just about NVIDIA - it&apos;s about betting the future of AI on a single computational approach. Even if the probability is low, the impact could be devastating given the concentration of risk.
</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>154</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9939d51a-35de-4f95-9ba3-15779ff16989</guid>
      <title>DeepSeek Is Not A Sputnik Moment It Is Classic Open Source</title>
      <description><![CDATA[<h1>The AI Race and Open Source Development: Episode Notes</h1><h2>Main Discussion Points</h2><h3>Historical Comparison Analysis</h3><ul><li>Discussion of a VC's comparison between current AI developments and the 1957 Sputnik moment</li><li>Examination of historical context:<ul><li>1950s tax structure (91% individual rate, 52% corporate)</li><li>Government funding mechanisms</li><li>Public sector innovation patterns</li></ul></li></ul><h3>Open Source Software Development</h3><ul><li>Evolution of open source software since 1991</li><li>Notable open source milestones:<ul><li>Linux operating system</li><li>Python programming language</li><li>Apache web server</li></ul></li><li>Discussion of open source characteristics:<ul><li>Peer review processes</li><li>Community-driven development</li><li>Security validation methods</li></ul></li></ul><h3>Technology Industry Analysis</h3><ul><li>Examination of venture capital investment patterns</li><li>Case study of ride-sharing technology:<ul><li>Impact on urban transportation</li><li>Economic model comparison</li><li>Infrastructure utilization</li></ul></li></ul><h3>AI Development Landscape</h3><ul><li>Current state of AI model development</li><li>Comparison of closed versus open source approaches</li><li>Role of academic institutions in AI research</li><li>Discussion of model replication and validation</li></ul><h3>Regulatory and Ethical Considerations</h3><ul><li>Dataset transparency discussion</li><li>Content ownership considerations</li><li>Ethical oversight mechanisms</li><li>International collaboration frameworks</li></ul><h2>Technical Details</h2><ul><li>Discussion of model architectures</li><li>Development methodology comparisons</li><li>Resource allocation patterns</li><li>Implementation strategies</li></ul><h2>Concluding Points</h2><ul><li>Analysis of global versus national development approaches</li><li>Future predictions for AI development patterns</li><li>Discussion of collaborative development models</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 29 Jan 2025 11:29:40 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>The AI Race and Open Source Development: Episode Notes</h1><h2>Main Discussion Points</h2><h3>Historical Comparison Analysis</h3><ul><li>Discussion of a VC's comparison between current AI developments and the 1957 Sputnik moment</li><li>Examination of historical context:<ul><li>1950s tax structure (91% individual rate, 52% corporate)</li><li>Government funding mechanisms</li><li>Public sector innovation patterns</li></ul></li></ul><h3>Open Source Software Development</h3><ul><li>Evolution of open source software since 1991</li><li>Notable open source milestones:<ul><li>Linux operating system</li><li>Python programming language</li><li>Apache web server</li></ul></li><li>Discussion of open source characteristics:<ul><li>Peer review processes</li><li>Community-driven development</li><li>Security validation methods</li></ul></li></ul><h3>Technology Industry Analysis</h3><ul><li>Examination of venture capital investment patterns</li><li>Case study of ride-sharing technology:<ul><li>Impact on urban transportation</li><li>Economic model comparison</li><li>Infrastructure utilization</li></ul></li></ul><h3>AI Development Landscape</h3><ul><li>Current state of AI model development</li><li>Comparison of closed versus open source approaches</li><li>Role of academic institutions in AI research</li><li>Discussion of model replication and validation</li></ul><h3>Regulatory and Ethical Considerations</h3><ul><li>Dataset transparency discussion</li><li>Content ownership considerations</li><li>Ethical oversight mechanisms</li><li>International collaboration frameworks</li></ul><h2>Technical Details</h2><ul><li>Discussion of model architectures</li><li>Development methodology comparisons</li><li>Resource allocation patterns</li><li>Implementation strategies</li></ul><h2>Concluding Points</h2><ul><li>Analysis of global versus national development approaches</li><li>Future predictions for AI development patterns</li><li>Discussion of collaborative development models</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8503243" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/b6c472c4-144e-42f5-a57c-85074e1d5aa3/audio/58a2bd12-344f-4039-8861-3b36ae01bafc/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>DeepSeek Is Not A Sputnik Moment It Is Classic Open Source</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:51</itunes:duration>
      <itunes:summary>The episode discusses current AI development trends, focusing on comparisons between open and closed-source approaches. The speaker analyzes a recent comparison made by a venture capitalist between current AI developments and the 1957 Sputnik moment, examining the historical context of each period including different funding mechanisms and innovation patterns.

The discussion covers the evolution of open-source software since 1991, using examples like Linux, Python, and Apache to illustrate how open-source development has historically progressed. Technical characteristics of open-source development are explored, including peer review processes and community-driven development approaches.

The conversation then moves to examining current technology industry dynamics, using ride-sharing technology as a case study to analyze different business and infrastructure models. This leads into a broader discussion of AI development approaches, comparing closed and open-source methodologies and examining the role of academic institutions in AI research.

Regulatory and ethical considerations are addressed, including discussions of dataset transparency, content ownership, and oversight mechanisms. The speaker examines how different development approaches might impact these considerations.

The episode concludes with analysis of global versus national development approaches in AI, exploring potential future developments in the field and examining various collaborative development models. Technical aspects of AI development are covered, including model architectures and implementation strategies.

Throughout the discussion, particular attention is paid to comparing different organizational and development approaches in AI advancement, examining their relative strengths and potential impacts on future development.</itunes:summary>
      <itunes:subtitle>The episode discusses current AI development trends, focusing on comparisons between open and closed-source approaches. The speaker analyzes a recent comparison made by a venture capitalist between current AI developments and the 1957 Sputnik moment, examining the historical context of each period including different funding mechanisms and innovation patterns.

The discussion covers the evolution of open-source software since 1991, using examples like Linux, Python, and Apache to illustrate how open-source development has historically progressed. Technical characteristics of open-source development are explored, including peer review processes and community-driven development approaches.

The conversation then moves to examining current technology industry dynamics, using ride-sharing technology as a case study to analyze different business and infrastructure models. This leads into a broader discussion of AI development approaches, comparing closed and open-source methodologies and examining the role of academic institutions in AI research.

Regulatory and ethical considerations are addressed, including discussions of dataset transparency, content ownership, and oversight mechanisms. The speaker examines how different development approaches might impact these considerations.

The episode concludes with analysis of global versus national development approaches in AI, exploring potential future developments in the field and examining various collaborative development models. Technical aspects of AI development are covered, including model architectures and implementation strategies.

Throughout the discussion, particular attention is paid to comparing different organizational and development approaches in AI advancement, examining their relative strengths and potential impacts on future development.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>153</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">79835757-fac6-4064-86cf-a542504e3752</guid>
      <title>Will Commercial Closed Source LLM Die to SGI and Solaris Unix?</title>
      <description><![CDATA[<h1>Podcast Episode Notes: The Fate of Closed LLMs and the Legacy of Proprietary Unix Systems</h1><h2>Summary</h2><p>The episode draws parallels between the decline of proprietary Unix systems (Solaris, SGI) and the potential challenges facing closed-source large language models (LLMs) like OpenAI. The discussion highlights historical examples of corporate stagnation, the rise of open-source alternatives, and the risks of vendor lock-in. Key themes include innovation dynamics, community-driven development, and predictions for the future of AI.</p><h2>Key Topics Discussed</h2><h3>1. <strong>Historical Precedent: The Fall of Solaris and SGI</strong></h3><ul><li>Proprietary Unix systems (Solaris, SGI) dominated IT infrastructure in the 2000s but declined due to:<ul><li>Corporate mergers (e.g., Oracle’s acquisition of Sun) stifling innovation.</li><li>High costs vs. affordable, open-source Linux alternatives.</li></ul></li><li>Example: Caltech’s expensive SGI/Solaris systems were replaced by cheaper Linux machines.</li></ul><h3>2. <strong>Parallels to Modern LLMs</strong></h3><ul><li><strong>OpenAI’s trajectory</strong>:<ul><li>Initial innovation, but risks of stagnation under corporate partnerships (e.g., Microsoft).</li><li>Potential for “hippocratic” decision-making (highest-paid person’s opinion) over user needs.</li></ul></li><li><strong>Market dynamics</strong>:<ul><li>Open-source LLMs (e.g., DeepSeek) are gaining parity or surpassing closed systems.</li><li>Commoditization of AI tools mirrors the shift from Unix to Linux.</li></ul></li></ul><h3>3. <strong>Challenges of Closed Systems</strong></h3><ul><li><strong>Vendor lock-in</strong>: Aggressive pricing and opaque practices (e.g., Oracle, Microsoft).</li><li><strong>Trust issues</strong>: Data privacy concerns with proprietary systems vs. local, open alternatives.</li><li><strong>Innovation lag</strong>: Closed systems lack community input, leading to features users don’t want.</li></ul><h3>4. <strong>The Open-Source Advantage</strong></h3><ul><li>Community-driven development often outperforms proprietary solutions (e.g., LibreOffice vs. Microsoft Office).</li><li>Global momentum: Regions like Europe, China, and India may adopt open-source LLMs to avoid dependency on U.S. tech giants.</li></ul><h3>5. <strong>Future Predictions</strong></h3><ul><li><strong>“Sudden death” of closed LLMs</strong>: Similar to proprietary Unix, closed AI systems may collapse under high costs and low ROI.</li><li><strong>Rise of small, specialized models</strong>: Democratization of AI through open frameworks.</li><li><strong>Hype vs. reality</strong>: Corporate claims about AGI and AI capabilities should be met with skepticism (e.g., “divide by 10”).</li></ul><h2>Notable Quotes</h2><ul><li><strong>On innovation</strong>:<br /><i>“Open source starts to exceed the user experience of closed source because you don’t have a community developing something.”</i></li><li><strong>On corporate practices</strong>:<br /><i>“Billionaires running corporations lie big because they want you to believe what they’re doing.”</i></li><li><strong>On trust</strong>:<br /><i>“In a closed system, your data goes to some proprietary system you don’t trust. In an open system, you do those queries locally.”</i></li></ul><h2>Conclusion</h2><p>The episode argues that closed LLMs like OpenAI risk following the path of Solaris and SGI: initial dominance followed by decline as open-source alternatives outpace them in innovation, cost, and trust. The future of AI may lie in decentralized, community-driven models, challenging the narrative that closed systems are the only way forward. Skepticism toward corporate hype and advocacy for open frameworks are key takeaways. 🌍🔓</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 29 Jan 2025 10:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Podcast Episode Notes: The Fate of Closed LLMs and the Legacy of Proprietary Unix Systems</h1><h2>Summary</h2><p>The episode draws parallels between the decline of proprietary Unix systems (Solaris, SGI) and the potential challenges facing closed-source large language models (LLMs) like OpenAI. The discussion highlights historical examples of corporate stagnation, the rise of open-source alternatives, and the risks of vendor lock-in. Key themes include innovation dynamics, community-driven development, and predictions for the future of AI.</p><h2>Key Topics Discussed</h2><h3>1. <strong>Historical Precedent: The Fall of Solaris and SGI</strong></h3><ul><li>Proprietary Unix systems (Solaris, SGI) dominated IT infrastructure in the 2000s but declined due to:<ul><li>Corporate mergers (e.g., Oracle’s acquisition of Sun) stifling innovation.</li><li>High costs vs. affordable, open-source Linux alternatives.</li></ul></li><li>Example: Caltech’s expensive SGI/Solaris systems were replaced by cheaper Linux machines.</li></ul><h3>2. <strong>Parallels to Modern LLMs</strong></h3><ul><li><strong>OpenAI’s trajectory</strong>:<ul><li>Initial innovation, but risks of stagnation under corporate partnerships (e.g., Microsoft).</li><li>Potential for “hippocratic” decision-making (highest-paid person’s opinion) over user needs.</li></ul></li><li><strong>Market dynamics</strong>:<ul><li>Open-source LLMs (e.g., DeepSeek) are gaining parity or surpassing closed systems.</li><li>Commoditization of AI tools mirrors the shift from Unix to Linux.</li></ul></li></ul><h3>3. <strong>Challenges of Closed Systems</strong></h3><ul><li><strong>Vendor lock-in</strong>: Aggressive pricing and opaque practices (e.g., Oracle, Microsoft).</li><li><strong>Trust issues</strong>: Data privacy concerns with proprietary systems vs. local, open alternatives.</li><li><strong>Innovation lag</strong>: Closed systems lack community input, leading to features users don’t want.</li></ul><h3>4. <strong>The Open-Source Advantage</strong></h3><ul><li>Community-driven development often outperforms proprietary solutions (e.g., LibreOffice vs. Microsoft Office).</li><li>Global momentum: Regions like Europe, China, and India may adopt open-source LLMs to avoid dependency on U.S. tech giants.</li></ul><h3>5. <strong>Future Predictions</strong></h3><ul><li><strong>“Sudden death” of closed LLMs</strong>: Similar to proprietary Unix, closed AI systems may collapse under high costs and low ROI.</li><li><strong>Rise of small, specialized models</strong>: Democratization of AI through open frameworks.</li><li><strong>Hype vs. reality</strong>: Corporate claims about AGI and AI capabilities should be met with skepticism (e.g., “divide by 10”).</li></ul><h2>Notable Quotes</h2><ul><li><strong>On innovation</strong>:<br /><i>“Open source starts to exceed the user experience of closed source because you don’t have a community developing something.”</i></li><li><strong>On corporate practices</strong>:<br /><i>“Billionaires running corporations lie big because they want you to believe what they’re doing.”</i></li><li><strong>On trust</strong>:<br /><i>“In a closed system, your data goes to some proprietary system you don’t trust. In an open system, you do those queries locally.”</i></li></ul><h2>Conclusion</h2><p>The episode argues that closed LLMs like OpenAI risk following the path of Solaris and SGI: initial dominance followed by decline as open-source alternatives outpace them in innovation, cost, and trust. The future of AI may lie in decentralized, community-driven models, challenging the narrative that closed systems are the only way forward. Skepticism toward corporate hype and advocacy for open frameworks are key takeaways. 🌍🔓</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="9738731" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8f33454d-635c-4341-9946-b0635652e582/audio/09c35065-648c-4b89-8256-25c2081f1d6f/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Will Commercial Closed Source LLM Die to SGI and Solaris Unix?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:08</itunes:duration>
      <itunes:summary>The episode draws parallels between the decline of proprietary Unix systems (Solaris, SGI) and the potential challenges facing closed-source large language models (LLMs) like OpenAI. The discussion highlights historical examples of corporate stagnation, the rise of open-source alternatives, and the risks of vendor lock-in. Key themes include innovation dynamics, community-driven development, and predictions for the future of AI.</itunes:summary>
      <itunes:subtitle>The episode draws parallels between the decline of proprietary Unix systems (Solaris, SGI) and the potential challenges facing closed-source large language models (LLMs) like OpenAI. The discussion highlights historical examples of corporate stagnation, the rise of open-source alternatives, and the risks of vendor lock-in. Key themes include innovation dynamics, community-driven development, and predictions for the future of AI.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>152</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9b8f25f0-b3d6-477a-af93-41607803e778</guid>
      <title>OpenAI Red Flags Common to FTX, Theranos, Enron and WeWork</title>
      <description><![CDATA[<h1>Podcast Episode Notes: Red Flags in Tech Fraud – Historical Cases & OpenAI</h1><h2>Summary</h2><p>This episode explores common red flags in high-profile tech fraud cases (Theranos, FTX, Enron) and examines whether similar patterns <i>could</i> apply to OpenAI. While no fraud is proven, these observations highlight risks worth scrutinizing.</p><h2>Key Red Flags & Historical Parallels</h2><h3>🚩 <strong>Unverifiable Claims</strong></h3><ul><li><strong>Theranos</strong>: Elizabeth Holmes’ claims about “one drop of blood” diagnostics were never independently validated.</li><li><strong>OpenAI</strong>: Claims about AGI (Artificial General Intelligence) being “imminent” lack third-party verification. Critics argue OpenAI redefined AGI as “$100B in profit,” a misleading pivot.</li></ul><blockquote><p><i>“AGI and $100B in profit… those two words don’t have any relation to each other.”</i></p></blockquote><h3>🚩 <strong>Test Manipulation</strong></h3><ul><li><strong>Theranos</strong>: Faked blood test results using external labs while claiming proprietary tech.</li><li><strong>OpenAI</strong>: Questions about benchmarks like <strong>Frontier Math</strong>, a nonprofit funded by OpenAI. Is performance data being gamed without independent oversight?</li></ul><h3>🚩 <strong>Employee Exits & Whistleblower Cases</strong></h3><ul><li><strong>FTX/Theranos/Enron</strong>: Mass exits and whistleblowers preceded collapses.</li><li><strong>OpenAI</strong>: High-profile safety researchers have departed. An open whistleblower case involves an unexplained death (under investigation).</li></ul><h3>🚩 <strong>IP Theft Lawsuits</strong></h3><ul><li><strong>Theranos</strong>: Faced lawsuits over stolen intellectual property.</li><li><strong>OpenAI</strong>: NY Times lawsuit alleges unauthorized use of copyrighted training data. Scrutiny grows over data sourcing practices.</li></ul><h3>🚩 <strong>Structural Changes</strong></h3><ul><li><strong>FTX/WeWork</strong>: Opaque corporate restructuring masked risks.</li><li><strong>OpenAI</strong>: Shift from nonprofit to for-profit (capped-profit LP) raises questions. How does Microsoft’s stake impact governance and transparency?</li></ul><h3>🚩 <strong>Whistleblower Suppression</strong></h3><ul><li><strong>Theranos</strong>: Whistleblowers faced legal threats and familial pressure.</li><li><strong>OpenAI</strong>: NDAs and legal actions reportedly silence critics. A deceased whistleblower’s case remains unresolved.</li></ul><h3>🚩 <strong>Excess Secrecy</strong></h3><ul><li><strong>Enron/FTX</strong>: Hidden financial schemes and tech failures.</li><li><strong>OpenAI</strong>: Core AI models are proprietary, yet open-source rivals (e.g., Chinese firms) claim comparable results with minimal funding.</li></ul><blockquote><p><i>“A random Chinese company… built something better for $5M. Is OpenAI worth $157B?”</i></p></blockquote><h3>🚩 <strong>Regulatory Evasion</strong></h3><ul><li><strong>Theranos/FTX</strong>: Avoided FDA/SEC oversight via loopholes.</li><li><strong>OpenAI</strong>: Lobbies governments to shape AI regulations, potentially avoiding stricter rules.</li></ul><h3>🚩 <strong>Valuation Concerns</strong></h3><ul><li><strong>FTX</strong>: Collapsed after $32B valuation proved inflated.</li><li><strong>OpenAI</strong>: $157B valuation clashes with low-cost competitors. Could replication by smaller players destabilize its market position?</li></ul><h2>Closing Thoughts</h2><p>While OpenAI’s innovations are groundbreaking, historical precedents remind us to critically assess:</p><ul><li>Lack of independent verification</li><li>Opaque governance</li><li>Rapid valuation growth amid legal/ethical risks</li></ul><p><strong>Caution</strong>: These are observational parallels, <i>not</i> accusations. Time will reveal whether these red flags signify smoke—or just noise.</p><h2>Further Reading/References</h2><ul><li>Theranos Fraud Case (SEC)</li><li>NY Times vs. OpenAI Lawsuit</li><li>TechCrunch: “OpenAI’s Frontier Math & Nonprofit Ties” (2023)</li><li>“Bad Blood” (Theranos) by John Carreyrou</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 28 Jan 2025 19:36:53 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Podcast Episode Notes: Red Flags in Tech Fraud – Historical Cases & OpenAI</h1><h2>Summary</h2><p>This episode explores common red flags in high-profile tech fraud cases (Theranos, FTX, Enron) and examines whether similar patterns <i>could</i> apply to OpenAI. While no fraud is proven, these observations highlight risks worth scrutinizing.</p><h2>Key Red Flags & Historical Parallels</h2><h3>🚩 <strong>Unverifiable Claims</strong></h3><ul><li><strong>Theranos</strong>: Elizabeth Holmes’ claims about “one drop of blood” diagnostics were never independently validated.</li><li><strong>OpenAI</strong>: Claims about AGI (Artificial General Intelligence) being “imminent” lack third-party verification. Critics argue OpenAI redefined AGI as “$100B in profit,” a misleading pivot.</li></ul><blockquote><p><i>“AGI and $100B in profit… those two words don’t have any relation to each other.”</i></p></blockquote><h3>🚩 <strong>Test Manipulation</strong></h3><ul><li><strong>Theranos</strong>: Faked blood test results using external labs while claiming proprietary tech.</li><li><strong>OpenAI</strong>: Questions about benchmarks like <strong>Frontier Math</strong>, a nonprofit funded by OpenAI. Is performance data being gamed without independent oversight?</li></ul><h3>🚩 <strong>Employee Exits & Whistleblower Cases</strong></h3><ul><li><strong>FTX/Theranos/Enron</strong>: Mass exits and whistleblowers preceded collapses.</li><li><strong>OpenAI</strong>: High-profile safety researchers have departed. An open whistleblower case involves an unexplained death (under investigation).</li></ul><h3>🚩 <strong>IP Theft Lawsuits</strong></h3><ul><li><strong>Theranos</strong>: Faced lawsuits over stolen intellectual property.</li><li><strong>OpenAI</strong>: NY Times lawsuit alleges unauthorized use of copyrighted training data. Scrutiny grows over data sourcing practices.</li></ul><h3>🚩 <strong>Structural Changes</strong></h3><ul><li><strong>FTX/WeWork</strong>: Opaque corporate restructuring masked risks.</li><li><strong>OpenAI</strong>: Shift from nonprofit to for-profit (capped-profit LP) raises questions. How does Microsoft’s stake impact governance and transparency?</li></ul><h3>🚩 <strong>Whistleblower Suppression</strong></h3><ul><li><strong>Theranos</strong>: Whistleblowers faced legal threats and familial pressure.</li><li><strong>OpenAI</strong>: NDAs and legal actions reportedly silence critics. A deceased whistleblower’s case remains unresolved.</li></ul><h3>🚩 <strong>Excess Secrecy</strong></h3><ul><li><strong>Enron/FTX</strong>: Hidden financial schemes and tech failures.</li><li><strong>OpenAI</strong>: Core AI models are proprietary, yet open-source rivals (e.g., Chinese firms) claim comparable results with minimal funding.</li></ul><blockquote><p><i>“A random Chinese company… built something better for $5M. Is OpenAI worth $157B?”</i></p></blockquote><h3>🚩 <strong>Regulatory Evasion</strong></h3><ul><li><strong>Theranos/FTX</strong>: Avoided FDA/SEC oversight via loopholes.</li><li><strong>OpenAI</strong>: Lobbies governments to shape AI regulations, potentially avoiding stricter rules.</li></ul><h3>🚩 <strong>Valuation Concerns</strong></h3><ul><li><strong>FTX</strong>: Collapsed after $32B valuation proved inflated.</li><li><strong>OpenAI</strong>: $157B valuation clashes with low-cost competitors. Could replication by smaller players destabilize its market position?</li></ul><h2>Closing Thoughts</h2><p>While OpenAI’s innovations are groundbreaking, historical precedents remind us to critically assess:</p><ul><li>Lack of independent verification</li><li>Opaque governance</li><li>Rapid valuation growth amid legal/ethical risks</li></ul><p><strong>Caution</strong>: These are observational parallels, <i>not</i> accusations. Time will reveal whether these red flags signify smoke—or just noise.</p><h2>Further Reading/References</h2><ul><li>Theranos Fraud Case (SEC)</li><li>NY Times vs. OpenAI Lawsuit</li><li>TechCrunch: “OpenAI’s Frontier Math & Nonprofit Ties” (2023)</li><li>“Bad Blood” (Theranos) by John Carreyrou</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8478584" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/517e7685-ae8b-410a-a7e0-2e21140c8a33/audio/34566381-acd2-4ef1-9323-68b88dc2caef/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>OpenAI Red Flags Common to FTX, Theranos, Enron and WeWork</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:49</itunes:duration>
      <itunes:summary>Podcast Summary: Tech Fraud Red Flags &amp; OpenAI Parallels

Historical fraud cases (Theranos, FTX, Enron) share patterns that could signal risks for OpenAI:

    Unverified claims: AGI &quot;imminence&quot; lacks proof; redefined as &quot;$100B profit.&quot;

    Test manipulation: OpenAI-funded benchmarks (e.g., Frontier Math) raise conflict-of-interest concerns.

    Employee exits: Safety researchers left; unresolved whistleblower death case.

    IP lawsuits: NY Times alleges unauthorized training data use.

    Structural shifts: Nonprofit → for-profit pivot; Microsoft’s role unclear.

    Whistleblower suppression: NDAs, legal actions; deceased whistleblower under investigation.

    Secrecy: Proprietary tech vs. low-cost rivals (e.g., Chinese $5M model).

    Regulatory evasion: Lobbying to shape rules, avoid strict oversight.

    Valuation doubts: $157B vs. cheaper replicas; mirrors FTX’s inflated worth.

Note: Observations, not accusations. Scrutiny urged, but no fraud proven.</itunes:summary>
      <itunes:subtitle>Podcast Summary: Tech Fraud Red Flags &amp; OpenAI Parallels

Historical fraud cases (Theranos, FTX, Enron) share patterns that could signal risks for OpenAI:

    Unverified claims: AGI &quot;imminence&quot; lacks proof; redefined as &quot;$100B profit.&quot;

    Test manipulation: OpenAI-funded benchmarks (e.g., Frontier Math) raise conflict-of-interest concerns.

    Employee exits: Safety researchers left; unresolved whistleblower death case.

    IP lawsuits: NY Times alleges unauthorized training data use.

    Structural shifts: Nonprofit → for-profit pivot; Microsoft’s role unclear.

    Whistleblower suppression: NDAs, legal actions; deceased whistleblower under investigation.

    Secrecy: Proprietary tech vs. low-cost rivals (e.g., Chinese $5M model).

    Regulatory evasion: Lobbying to shape rules, avoid strict oversight.

    Valuation doubts: $157B vs. cheaper replicas; mirrors FTX’s inflated worth.

Note: Observations, not accusations. Scrutiny urged, but no fraud proven.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>151</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a77c9d01-612b-4c59-b7ab-bfc32c826235</guid>
      <title>DeepSeek exposes Americas Monopoly and Oligarchy Problem</title>
      <description><![CDATA[<h1>Podcast Notes & Summary: "Deep-Seek Exposes America's Monopoly Problem"</h1><h2>Key Topics Discussed</h2><ul><li><strong>Monopolies in Big Tech</strong></li><li><strong>Startup Ecosystem Challenges</strong></li><li><strong>Regulatory Entrepreneurship</strong></li><li><strong>Healthcare & Innovation Barriers</strong></li><li><strong>Global Tech Leadership Shifts</strong></li></ul><h2>Detailed Notes with Timestamps</h2><h3><strong>00:00:00 - 00:00:50</strong> | <strong>Introduction to America's Monopoly Problem</strong></h3><ul><li><strong>Issue</strong>: Chinese companies outcompeting U.S. tech giants despite America's perceived dominance.</li><li><strong>Root Causes</strong>:<ul><li>Monopolies stifling innovation (e.g., Microsoft vs. Linux).</li><li>Tech oligarchs influencing government policies.</li><li>"Fear, uncertainty, doubt" (FUD) tactics by monopolies to suppress competition.</li></ul></li></ul><h3><strong>00:00:50 - 00:04:00</strong> | <strong>Big Tech’s Anti-Competitive Practices</strong></h3><ul><li><strong>Microsoft & Linux</strong>: Halloween Docs leak revealed misinformation campaigns against Linux.</li><li><strong>Meta’s Acquisitions</strong>: Buying competitors like Instagram/WhatsApp to eliminate threats.</li><li><strong>Google’s Decline</strong>: Market dominance leading to inferior search quality vs. alternatives like Kagi.</li><li><strong>Talent Drain</strong>: High salaries at monopolies centralize talent, reducing innovation elsewhere.</li></ul><h3><strong>00:04:00 - 00:07:00</strong> | <strong>Startups: Innovation or Exploitation?</strong></h3><ul><li><strong>Startup Reality</strong>: Focus on "explosive exits" over sustainable innovation.</li><li><strong>Example</strong>: Uber’s $80 ride vs. affordable, efficient public transit.</li><li><strong>Regulatory Entrepreneurship</strong>: Startups exploit legal gray areas (e.g., Airbnb’s impact on housing).</li></ul><h3><strong>00:07:00 - 00:11:00</strong> | <strong>OpenAI & Y Combinator’s Role</strong></h3><ul><li><strong>OpenAI’s Controversy</strong>: Use of potentially pirated datasets and regulatory gray areas.</li><li><strong>Y Combinator’s Model</strong>: High-risk startups funded for outsized exits, ignoring externalities.</li></ul><h3><strong>00:11:00 - 00:16:00</strong> | <strong>Systemic Barriers to Innovation</strong></h3><ul><li><strong>Healthcare System</strong>: High costs and bankruptcy risks deter entrepreneurs.</li><li><strong>Income Inequality</strong>: CEO pay vs. worker wages incentivizes short-term profits over innovation.</li><li><strong>Education</strong>: Universities funneling students into incubators, creating dependency.</li></ul><h3><strong>00:16:00 - 00:16:44</strong> | <strong>Global Leadership Shift</strong></h3><ul><li><strong>Europe’s Potential</strong>:<ul><li>Balanced regulations (e.g., GDPR).</li><li>Affordable healthcare and quality of life.</li><li>Reduced bureaucracy could foster tech leadership.</li></ul></li><li><strong>America’s Decline</strong>: Post-1980s focus on "fake innovation" and exploitative practices.</li></ul><h2>Summary</h2><h3><strong>Key Arguments</strong></h3><p><strong>Monopolies Underperform</strong>:</p><ul><li>Big tech (Microsoft, Meta, Google) uses anti-competitive tactics, not innovation, to dominate.</li><li>Talent centralization and excessive CEO pay harm long-term progress.</li></ul><p><strong>Startups ≠ Innovation</strong>:</p><ul><li>Many prioritize risky exits (e.g., Uber, Airbnb) over solving real problems.</li><li>"Regulatory entrepreneurship" externalizes costs (e.g., housing crises, data piracy).</li></ul><p><strong>Healthcare & Inequality</strong>:</p><ul><li>U.S. healthcare costs and income inequality deter risk-taking by entrepreneurs.</li><li>Startups rely on incubators, creating pseudo-entrepreneurs dependent on venture capital.</li></ul><p><strong>Europe’s Opportunity</strong>:</p><ul><li>Balanced regulations, healthcare, and quality of life could position Europe as a tech leader.</li><li>Learning from U.S./China mistakes to prioritize societal benefits over corporate profits.</li></ul><h3><strong>Conclusion</strong></h3><ul><li>The U.S. tech dominance narrative is flawed due to systemic issues (monopolies, healthcare, inequality).</li><li>Future innovation leadership may shift to regions like Europe or Asia that address these systemic gaps holistically.</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 28 Jan 2025 11:46:09 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Podcast Notes & Summary: "Deep-Seek Exposes America's Monopoly Problem"</h1><h2>Key Topics Discussed</h2><ul><li><strong>Monopolies in Big Tech</strong></li><li><strong>Startup Ecosystem Challenges</strong></li><li><strong>Regulatory Entrepreneurship</strong></li><li><strong>Healthcare & Innovation Barriers</strong></li><li><strong>Global Tech Leadership Shifts</strong></li></ul><h2>Detailed Notes with Timestamps</h2><h3><strong>00:00:00 - 00:00:50</strong> | <strong>Introduction to America's Monopoly Problem</strong></h3><ul><li><strong>Issue</strong>: Chinese companies outcompeting U.S. tech giants despite America's perceived dominance.</li><li><strong>Root Causes</strong>:<ul><li>Monopolies stifling innovation (e.g., Microsoft vs. Linux).</li><li>Tech oligarchs influencing government policies.</li><li>"Fear, uncertainty, doubt" (FUD) tactics by monopolies to suppress competition.</li></ul></li></ul><h3><strong>00:00:50 - 00:04:00</strong> | <strong>Big Tech’s Anti-Competitive Practices</strong></h3><ul><li><strong>Microsoft & Linux</strong>: Halloween Docs leak revealed misinformation campaigns against Linux.</li><li><strong>Meta’s Acquisitions</strong>: Buying competitors like Instagram/WhatsApp to eliminate threats.</li><li><strong>Google’s Decline</strong>: Market dominance leading to inferior search quality vs. alternatives like Kagi.</li><li><strong>Talent Drain</strong>: High salaries at monopolies centralize talent, reducing innovation elsewhere.</li></ul><h3><strong>00:04:00 - 00:07:00</strong> | <strong>Startups: Innovation or Exploitation?</strong></h3><ul><li><strong>Startup Reality</strong>: Focus on "explosive exits" over sustainable innovation.</li><li><strong>Example</strong>: Uber’s $80 ride vs. affordable, efficient public transit.</li><li><strong>Regulatory Entrepreneurship</strong>: Startups exploit legal gray areas (e.g., Airbnb’s impact on housing).</li></ul><h3><strong>00:07:00 - 00:11:00</strong> | <strong>OpenAI & Y Combinator’s Role</strong></h3><ul><li><strong>OpenAI’s Controversy</strong>: Use of potentially pirated datasets and regulatory gray areas.</li><li><strong>Y Combinator’s Model</strong>: High-risk startups funded for outsized exits, ignoring externalities.</li></ul><h3><strong>00:11:00 - 00:16:00</strong> | <strong>Systemic Barriers to Innovation</strong></h3><ul><li><strong>Healthcare System</strong>: High costs and bankruptcy risks deter entrepreneurs.</li><li><strong>Income Inequality</strong>: CEO pay vs. worker wages incentivizes short-term profits over innovation.</li><li><strong>Education</strong>: Universities funneling students into incubators, creating dependency.</li></ul><h3><strong>00:16:00 - 00:16:44</strong> | <strong>Global Leadership Shift</strong></h3><ul><li><strong>Europe’s Potential</strong>:<ul><li>Balanced regulations (e.g., GDPR).</li><li>Affordable healthcare and quality of life.</li><li>Reduced bureaucracy could foster tech leadership.</li></ul></li><li><strong>America’s Decline</strong>: Post-1980s focus on "fake innovation" and exploitative practices.</li></ul><h2>Summary</h2><h3><strong>Key Arguments</strong></h3><p><strong>Monopolies Underperform</strong>:</p><ul><li>Big tech (Microsoft, Meta, Google) uses anti-competitive tactics, not innovation, to dominate.</li><li>Talent centralization and excessive CEO pay harm long-term progress.</li></ul><p><strong>Startups ≠ Innovation</strong>:</p><ul><li>Many prioritize risky exits (e.g., Uber, Airbnb) over solving real problems.</li><li>"Regulatory entrepreneurship" externalizes costs (e.g., housing crises, data piracy).</li></ul><p><strong>Healthcare & Inequality</strong>:</p><ul><li>U.S. healthcare costs and income inequality deter risk-taking by entrepreneurs.</li><li>Startups rely on incubators, creating pseudo-entrepreneurs dependent on venture capital.</li></ul><p><strong>Europe’s Opportunity</strong>:</p><ul><li>Balanced regulations, healthcare, and quality of life could position Europe as a tech leader.</li><li>Learning from U.S./China mistakes to prioritize societal benefits over corporate profits.</li></ul><h3><strong>Conclusion</strong></h3><ul><li>The U.S. tech dominance narrative is flawed due to systemic issues (monopolies, healthcare, inequality).</li><li>Future innovation leadership may shift to regions like Europe or Asia that address these systemic gaps holistically.</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="16184497" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/762bb396-25c4-4992-8cc4-768afe3a6d2d/audio/6ee8c95a-18f9-4df0-a6f4-89d4c8bcfbbd/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>DeepSeek exposes Americas Monopoly and Oligarchy Problem</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:16:51</itunes:duration>
      <itunes:summary>- The U.S. tech dominance narrative is flawed due to systemic issues (monopolies, healthcare, inequality).
- Future innovation leadership may shift to regions like Europe or Asia that address these systemic gaps holistically.</itunes:summary>
      <itunes:subtitle>- The U.S. tech dominance narrative is flawed due to systemic issues (monopolies, healthcare, inequality).
- Future innovation leadership may shift to regions like Europe or Asia that address these systemic gaps holistically.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>150</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e42eaf4a-9c3a-4628-b404-4863c49f3122</guid>
      <title>dual-model-deepseek-coding-workflow</title>
      <description><![CDATA[<h1>Dual Model Context Code Review: A New AI Development Workflow</h1><h2>Introduction</h2><p>A novel AI-assisted development workflow called dual model context code review challenges traditional approaches like GitHub Copilot by focusing on building initial scaffolding before leveraging AI with comprehensive context.</p><h2>Context-Driven Development Process</h2><p>In Rust development, the workflow begins with structured prompts that specify requirements such as file size limits (50 lines) and basic project structure using main.rs and lib.rs. After creating the initial prototype, developers feed the entire project context—including source files, readme, and tests—into AI tools like Claude or AWS Bedrock with Anthropic Sonnet. This comprehensive approach enables targeted requests for features, tests, documentation improvements, and CLI enhancements.</p><h2>Single Model Limitations</h2><p>While context-driven development proves effective, single-model approaches face inherent constraints. For example, Claude consistently struggles with regular expressions despite its overall 95% effectiveness rate. These systematic failures require strategic mitigation approaches.</p><h2>Implementing the Dual Model Approach</h2><p>The solution involves leveraging DeepSeek as a secondary code review tool. After receiving initial suggestions from Claude, developers can run local code reviews using DeepSeek through Ollama or DeepSeek chat. This additional layer of review helps identify potential critical failures and provides complementary perspectives on code quality.</p><h2>Distributed AI Development Strategy</h2><p>This approach mirrors distributed computing principles by acknowledging inevitable failure points in individual models. Multiple model usage helps circumvent limitations like bias or censorship that might affect single models. Through redundancy and multiple perspectives, developers can achieve more robust code review processes.</p><h2>Practical Implementation Steps</h2><ol><li>Generate initial code suggestions through Claude/Anthropic</li><li>Deploy local models like DeepSeek via Ollama</li><li>Conduct targeted code reviews for specific functions or modules</li><li>Leverage multiple models to offset individual limitations</li></ol><h2>Future Outlook</h2><p>As local models become increasingly prevalent, the dual model approach gains significance. While not infallible, this framework provides a more comprehensive approach to AI-assisted development by distributing review responsibilities across multiple models with complementary strengths.</p><h2>Best Practices</h2><p>Maintain developer oversight throughout the process, treating AI suggestions similarly to Stack Overflow solutions that require careful review before implementation. Combine Claude's strong artifact generation capabilities with local models through Ollama for optimal results.</p><h2>Conclusion</h2><p>The dual model context review approach represents an evolution in AI-assisted development, offering a more nuanced and reliable framework for code generation and review. By acknowledging and planning for model limitations, developers can create more robust and reliable software solutions.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 28 Jan 2025 10:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Dual Model Context Code Review: A New AI Development Workflow</h1><h2>Introduction</h2><p>A novel AI-assisted development workflow called dual model context code review challenges traditional approaches like GitHub Copilot by focusing on building initial scaffolding before leveraging AI with comprehensive context.</p><h2>Context-Driven Development Process</h2><p>In Rust development, the workflow begins with structured prompts that specify requirements such as file size limits (50 lines) and basic project structure using main.rs and lib.rs. After creating the initial prototype, developers feed the entire project context—including source files, readme, and tests—into AI tools like Claude or AWS Bedrock with Anthropic Sonnet. This comprehensive approach enables targeted requests for features, tests, documentation improvements, and CLI enhancements.</p><h2>Single Model Limitations</h2><p>While context-driven development proves effective, single-model approaches face inherent constraints. For example, Claude consistently struggles with regular expressions despite its overall 95% effectiveness rate. These systematic failures require strategic mitigation approaches.</p><h2>Implementing the Dual Model Approach</h2><p>The solution involves leveraging DeepSeek as a secondary code review tool. After receiving initial suggestions from Claude, developers can run local code reviews using DeepSeek through Ollama or DeepSeek chat. This additional layer of review helps identify potential critical failures and provides complementary perspectives on code quality.</p><h2>Distributed AI Development Strategy</h2><p>This approach mirrors distributed computing principles by acknowledging inevitable failure points in individual models. Multiple model usage helps circumvent limitations like bias or censorship that might affect single models. Through redundancy and multiple perspectives, developers can achieve more robust code review processes.</p><h2>Practical Implementation Steps</h2><ol><li>Generate initial code suggestions through Claude/Anthropic</li><li>Deploy local models like DeepSeek via Ollama</li><li>Conduct targeted code reviews for specific functions or modules</li><li>Leverage multiple models to offset individual limitations</li></ol><h2>Future Outlook</h2><p>As local models become increasingly prevalent, the dual model approach gains significance. While not infallible, this framework provides a more comprehensive approach to AI-assisted development by distributing review responsibilities across multiple models with complementary strengths.</p><h2>Best Practices</h2><p>Maintain developer oversight throughout the process, treating AI suggestions similarly to Stack Overflow solutions that require careful review before implementation. Combine Claude's strong artifact generation capabilities with local models through Ollama for optimal results.</p><h2>Conclusion</h2><p>The dual model context review approach represents an evolution in AI-assisted development, offering a more nuanced and reliable framework for code generation and review. By acknowledging and planning for model limitations, developers can create more robust and reliable software solutions.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="6052749" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/0779487d-3229-4311-9170-3ea31dd9af38/audio/a9668e0a-45f6-4f69-b5f1-94d91518ac95/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>dual-model-deepseek-coding-workflow</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:06:18</itunes:duration>
      <itunes:summary>The proposed dual model context review methodology combines deterministic context-driven development with probabilistic model validation, creating a fault-tolerant approach to AI-assisted development. The primary innovation lies in treating AI models as distributed system nodes with expected failure modes.</itunes:summary>
      <itunes:subtitle>The proposed dual model context review methodology combines deterministic context-driven development with probabilistic model validation, creating a fault-tolerant approach to AI-assisted development. The primary innovation lies in treating AI models as distributed system nodes with expected failure modes.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>149</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">50b7e049-d517-4aa5-b019-46899469a241</guid>
      <title>Accelerating GenAI Profit to Zero</title>
      <description><![CDATA[<p>Accelerating AI "Profit to Zero": Lessons from Open Source</p><h2>Key Themes</h2><ul><li>Drawing parallels between open source software (particularly Linux) and the potential future of AI development</li><li>The role of universities, nonprofits, and public institutions in democratizing AI technology</li><li>Importance of ethical data sourcing and transparent training methods</li></ul><h2>Main Points Discussed</h2><h3>Open Source Philosophy</h3><ul><li>Good technology doesn't necessarily need to be profit-driven</li><li>Linux's success demonstrates how open source can lead to technological innovation</li><li>Counter-intuitive nature of how open collaboration drives progress</li></ul><h3>Ways to Accelerate "Profit to Zero" in AI</h3><ol><li><strong>LLM Training Recipes</strong></li></ol><ul><li>Companies like Deep-seek and Allen AI releasing training methods</li><li>Enables others to copy and improve upon existing models</li><li>Similar to Linux's collaborative improvement model</li></ul><ol><li><strong>Binary Deploy Recipes</strong></li></ol><ul><li>Packaging LLMs as downloadable binaries instead of API-only access</li><li>Allows local installation and running, similar to Linux ISOs</li><li>Can be deployed across different platforms (AWS, GCP, Azure, local data centers)</li></ul><ol><li><strong>Ethical Data Sourcing</strong></li></ol><ul><li>Emphasis on consensual data collection</li><li>Contrast with aggressive data collection approaches by some companies</li><li>Potential for community-driven datasets similar to Wikipedia</li></ul><ol><li><strong>Free Unrestricted Models</strong></li></ol><ul><li>Predicted emergence by 2025-2026</li><li>No license restrictions</li><li>Likely to be developed by nonprofits and universities</li><li>European Union potentially playing a major role</li></ul><h3>Public Education and Infrastructure</h3><ul><li>Need to educate public about alternatives to licensed models</li><li>Concerns about data privacy with tools like Co-pilot</li><li>Importance of local processing vs. third-party servers</li><li>Role of universities in hosting model mirrors and evaluating quality</li></ul><h3>Challenges and Opposition</h3><ul><li>Expected resistance from commercial companies</li><li>Parallel drawn to Microsoft's historical opposition to Linux</li><li>Potential spread of misinformation to slow adoption</li><li>Reference to "Halloween papers" revealing corporate strategies against open source</li></ul><h2>Looking Forward</h2><ul><li>Prediction that all generative AI profit will eventually reach zero</li><li>Growing role for nonprofits, universities, and various global regions</li><li>Emphasis on transparent, ethical, and accessible AI development</li></ul><p><i>Duration: Approximately 8 minutes</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 27 Jan 2025 19:40:29 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Accelerating AI "Profit to Zero": Lessons from Open Source</p><h2>Key Themes</h2><ul><li>Drawing parallels between open source software (particularly Linux) and the potential future of AI development</li><li>The role of universities, nonprofits, and public institutions in democratizing AI technology</li><li>Importance of ethical data sourcing and transparent training methods</li></ul><h2>Main Points Discussed</h2><h3>Open Source Philosophy</h3><ul><li>Good technology doesn't necessarily need to be profit-driven</li><li>Linux's success demonstrates how open source can lead to technological innovation</li><li>Counter-intuitive nature of how open collaboration drives progress</li></ul><h3>Ways to Accelerate "Profit to Zero" in AI</h3><ol><li><strong>LLM Training Recipes</strong></li></ol><ul><li>Companies like Deep-seek and Allen AI releasing training methods</li><li>Enables others to copy and improve upon existing models</li><li>Similar to Linux's collaborative improvement model</li></ul><ol><li><strong>Binary Deploy Recipes</strong></li></ol><ul><li>Packaging LLMs as downloadable binaries instead of API-only access</li><li>Allows local installation and running, similar to Linux ISOs</li><li>Can be deployed across different platforms (AWS, GCP, Azure, local data centers)</li></ul><ol><li><strong>Ethical Data Sourcing</strong></li></ol><ul><li>Emphasis on consensual data collection</li><li>Contrast with aggressive data collection approaches by some companies</li><li>Potential for community-driven datasets similar to Wikipedia</li></ul><ol><li><strong>Free Unrestricted Models</strong></li></ol><ul><li>Predicted emergence by 2025-2026</li><li>No license restrictions</li><li>Likely to be developed by nonprofits and universities</li><li>European Union potentially playing a major role</li></ul><h3>Public Education and Infrastructure</h3><ul><li>Need to educate public about alternatives to licensed models</li><li>Concerns about data privacy with tools like Co-pilot</li><li>Importance of local processing vs. third-party servers</li><li>Role of universities in hosting model mirrors and evaluating quality</li></ul><h3>Challenges and Opposition</h3><ul><li>Expected resistance from commercial companies</li><li>Parallel drawn to Microsoft's historical opposition to Linux</li><li>Potential spread of misinformation to slow adoption</li><li>Reference to "Halloween papers" revealing corporate strategies against open source</li></ul><h2>Looking Forward</h2><ul><li>Prediction that all generative AI profit will eventually reach zero</li><li>Growing role for nonprofits, universities, and various global regions</li><li>Emphasis on transparent, ethical, and accessible AI development</li></ul><p><i>Duration: Approximately 8 minutes</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7865855" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/94d5c250-9176-4ff9-b294-b07c5c69fd89/audio/875246d9-44d3-4ee2-9301-73efbe0fc2c0/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Accelerating GenAI Profit to Zero</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:11</itunes:duration>
      <itunes:summary>Here&apos;s a concise summary of the podcast episode:

The discussion examines how AI technology is moving toward a &quot;profit to zero&quot; model, similar to what happened with open source software like Linux. Several key ways this transformation is happening:

1. Companies are sharing their AI training methods openly, allowing others to build upon and improve them
2. AI models are being packaged as downloadable software rather than just cloud APIs
3. There&apos;s growing emphasis on ethical data collection and transparency
4. Free, unrestricted AI models are expected to emerge by 2025-2026

Despite likely resistance from commercial companies (comparing it to Microsoft&apos;s historical opposition to Linux), the trend toward free, open-source AI appears inevitable. Universities, nonprofits, and particularly the European Union will play important roles in this transition, both in developing free models and educating the public about alternatives to proprietary AI systems.

The central message is that AI technology, like operating systems before it, doesn&apos;t need to be profit-driven to advance and improve. Open collaboration and ethical development practices will ultimately lead to better AI technology that&apos;s accessible to everyone.</itunes:summary>
      <itunes:subtitle>Here&apos;s a concise summary of the podcast episode:

The discussion examines how AI technology is moving toward a &quot;profit to zero&quot; model, similar to what happened with open source software like Linux. Several key ways this transformation is happening:

1. Companies are sharing their AI training methods openly, allowing others to build upon and improve them
2. AI models are being packaged as downloadable software rather than just cloud APIs
3. There&apos;s growing emphasis on ethical data collection and transparency
4. Free, unrestricted AI models are expected to emerge by 2025-2026

Despite likely resistance from commercial companies (comparing it to Microsoft&apos;s historical opposition to Linux), the trend toward free, open-source AI appears inevitable. Universities, nonprofits, and particularly the European Union will play important roles in this transition, both in developing free models and educating the public about alternatives to proprietary AI systems.

The central message is that AI technology, like operating systems before it, doesn&apos;t need to be profit-driven to advance and improve. Open collaboration and ethical development practices will ultimately lead to better AI technology that&apos;s accessible to everyone.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>148</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">043e81de-3fb9-46f9-abab-91d782ec702c</guid>
      <title>YAML Inputs to LLMs</title>
      <description><![CDATA[<h1>Natural Language vs Deterministic Interfaces for LLMs</h1><h2>Key Points</h2><p>Natural language interfaces for LLMs are powerful but can be problematic for software engineering and automation</p><p>Benefits of natural language:</p><ul><li>Flexible input handling</li><li>Accessible to non-technical users</li><li>Works well for casual text manipulation tasks</li></ul><p>Challenges with natural language:</p><ul><li>Lacks deterministic behavior needed for automation</li><li>Difficult to express complex logic</li><li>Results can vary with slight prompt changes</li><li>Not ideal for command-line tools or batch processing</li></ul><h2>Proposed Solution: YAML-Based Interface</h2><ul><li>YAML offers advantages as an LLM interface:<ul><li>Structured key-value format</li><li>Human-readable like Python dictionaries</li><li>Can be linted and validated</li><li>Enables unit testing and fuzz testing</li><li>Used widely in build systems (e.g., Amazon CodeBuild)</li></ul></li></ul><h2>Implementation Suggestions</h2><ul><li>Create directories of YAML-formatted prompts</li><li>Build prompt templates with defined sections</li><li>Run validation and tests for deterministic behavior</li><li>Consider using with local LLMs (Ollama, Rust Candle, etc.)</li><li>Apply software engineering best practices</li></ul><h2>Conclusion</h2><p>Moving from natural language to YAML-structured prompts could improve determinism and reliability when using LLMs for automation and software engineering tasks.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 27 Jan 2025 19:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Natural Language vs Deterministic Interfaces for LLMs</h1><h2>Key Points</h2><p>Natural language interfaces for LLMs are powerful but can be problematic for software engineering and automation</p><p>Benefits of natural language:</p><ul><li>Flexible input handling</li><li>Accessible to non-technical users</li><li>Works well for casual text manipulation tasks</li></ul><p>Challenges with natural language:</p><ul><li>Lacks deterministic behavior needed for automation</li><li>Difficult to express complex logic</li><li>Results can vary with slight prompt changes</li><li>Not ideal for command-line tools or batch processing</li></ul><h2>Proposed Solution: YAML-Based Interface</h2><ul><li>YAML offers advantages as an LLM interface:<ul><li>Structured key-value format</li><li>Human-readable like Python dictionaries</li><li>Can be linted and validated</li><li>Enables unit testing and fuzz testing</li><li>Used widely in build systems (e.g., Amazon CodeBuild)</li></ul></li></ul><h2>Implementation Suggestions</h2><ul><li>Create directories of YAML-formatted prompts</li><li>Build prompt templates with defined sections</li><li>Run validation and tests for deterministic behavior</li><li>Consider using with local LLMs (Ollama, Rust Candle, etc.)</li><li>Apply software engineering best practices</li></ul><h2>Conclusion</h2><p>Moving from natural language to YAML-structured prompts could improve determinism and reliability when using LLMs for automation and software engineering tasks.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="6068631" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/b9663f46-83f2-4ba1-a737-a136f42ed068/audio/90af3bec-78f3-41d1-8dba-40a323283630/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>YAML Inputs to LLMs</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:06:19</itunes:duration>
      <itunes:summary>The tradeoffs between natural language and structured interfaces for LLMs. While natural language allows flexible, accessible interaction, it creates challenges for software engineering due to non-deterministic outputs. They propose using YAML as an alternative interface, arguing it provides better structure and testability while maintaining human readability. This approach would enable proper software engineering practices like validation, linting, and unit testing when building LLM-powered automation tools.</itunes:summary>
      <itunes:subtitle>The tradeoffs between natural language and structured interfaces for LLMs. While natural language allows flexible, accessible interaction, it creates challenges for software engineering due to non-deterministic outputs. They propose using YAML as an alternative interface, arguing it provides better structure and testability while maintaining human readability. This approach would enable proper software engineering practices like validation, linting, and unit testing when building LLM-powered automation tools.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>147</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">5832bdf5-1bdf-4dc6-a597-cc20ebfe320d</guid>
      <title>Deep Seek and LLM Profit to Zero</title>
      <description><![CDATA[<h1>LLM Market Analysis & Future Predictions</h1><h2>Market Dynamics</h2><ul><li>DeepSeek disrupting LLM space by demonstrating lack of sustainable competitive advantage</li><li>LM Arena (lm.arena.ai) shows models like Gemini, DeepSeek, Claude frequently exchanging top positions</li><li>ELO rating system (used in chess/UFC) demonstrates eventual market parity</li></ul><h2>Restaurant/Chef Analogy</h2><p>When multiple restaurants compete for one talented chef, profits flow to the chef rather than creating sustainable advantage for any restaurant - illustrating perfect competition in LLM space.</p><h2>2025-2026 Predictions</h2><ul><li>Heavy investment in GPUs/expensive engineers won't provide significant advantages</li><li>Evolution similar to Linux's displacement of Solaris</li><li>Growth of local/open-source models driven by:<ul><li>Data privacy/legal concerns</li><li>Data breach risks</li><li>Decreasing profit margins</li></ul></li></ul><h2>Conclusion</h2><p>Commercial AGI models likely to give way to open-source and local alternatives, with market forces driving profits toward zero through perfect competition.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 26 Jan 2025 06:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>LLM Market Analysis & Future Predictions</h1><h2>Market Dynamics</h2><ul><li>DeepSeek disrupting LLM space by demonstrating lack of sustainable competitive advantage</li><li>LM Arena (lm.arena.ai) shows models like Gemini, DeepSeek, Claude frequently exchanging top positions</li><li>ELO rating system (used in chess/UFC) demonstrates eventual market parity</li></ul><h2>Restaurant/Chef Analogy</h2><p>When multiple restaurants compete for one talented chef, profits flow to the chef rather than creating sustainable advantage for any restaurant - illustrating perfect competition in LLM space.</p><h2>2025-2026 Predictions</h2><ul><li>Heavy investment in GPUs/expensive engineers won't provide significant advantages</li><li>Evolution similar to Linux's displacement of Solaris</li><li>Growth of local/open-source models driven by:<ul><li>Data privacy/legal concerns</li><li>Data breach risks</li><li>Decreasing profit margins</li></ul></li></ul><h2>Conclusion</h2><p>Commercial AGI models likely to give way to open-source and local alternatives, with market forces driving profits toward zero through perfect competition.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7703269" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/2baf7727-2dcf-4ef4-9253-7035db5d0055/audio/b38bd755-52ab-4620-914b-d1e3cbb259fe/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Deep Seek and LLM Profit to Zero</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:01</itunes:duration>
      <itunes:summary>The discussion analyzes how perfect competition is emerging in the LLM market, similar to Linux&apos;s disruption of proprietary operating systems. Using the analogy of restaurants competing for a top chef, it explains how competitive advantages become unsustainable as skills and resources become widely accessible.
Evidence from LM Arena shows frequent repositioning among top models, suggesting no provider maintains dominance. By 2025-2026, heavy investment in GPUs and talent may yield diminishing returns, leading to a shift toward local and open-source models driven by privacy concerns and data security risks.
The market trajectory suggests commercial AGI models will likely give way to open alternatives, with competition driving profits toward zero - mirroring Linux&apos;s displacement of proprietary systems like Solaris.</itunes:summary>
      <itunes:subtitle>The discussion analyzes how perfect competition is emerging in the LLM market, similar to Linux&apos;s disruption of proprietary operating systems. Using the analogy of restaurants competing for a top chef, it explains how competitive advantages become unsustainable as skills and resources become widely accessible.
Evidence from LM Arena shows frequent repositioning among top models, suggesting no provider maintains dominance. By 2025-2026, heavy investment in GPUs and talent may yield diminishing returns, leading to a shift toward local and open-source models driven by privacy concerns and data security risks.
The market trajectory suggests commercial AGI models will likely give way to open alternatives, with competition driving profits toward zero - mirroring Linux&apos;s displacement of proprietary systems like Solaris.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>146</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">0723b677-5373-4b7b-8148-d96593d77e7d</guid>
      <title>Context Driven Development</title>
      <description><![CDATA[<p><strong>Title</strong>: Context-Driven Development with AI Assistants</p><p><strong>Key Points</strong>:</p><ul><li>Compares context-driven development to DevOps practices</li><li>Emphasizes using AI tools for project-wide analysis vs line-by-line assistance</li><li>Focuses on feeding entire project context to AI for specific insights</li><li>Highlights similarities with CI/CD feedback loops</li><li>Positions this approach as non-controversial use of AI coding assistants</li></ul><p><strong>Main Arguments</strong>:</p><ol><li>AI tools work best with full project context rather than isolated code completion</li><li>Developer maintains control over which AI suggestions to implement</li><li>Similar to DevOps feedback loops but for code quality and improvements</li><li>Works equally well with open-source and proprietary AI tools</li></ol><p><strong>Key Applications</strong>:</p><ul><li>Code reviews</li><li>Test coverage analysis</li><li>Documentation improvements</li><li>Feature development guidance</li></ul><p> </p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 25 Jan 2025 20:13:29 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><strong>Title</strong>: Context-Driven Development with AI Assistants</p><p><strong>Key Points</strong>:</p><ul><li>Compares context-driven development to DevOps practices</li><li>Emphasizes using AI tools for project-wide analysis vs line-by-line assistance</li><li>Focuses on feeding entire project context to AI for specific insights</li><li>Highlights similarities with CI/CD feedback loops</li><li>Positions this approach as non-controversial use of AI coding assistants</li></ul><p><strong>Main Arguments</strong>:</p><ol><li>AI tools work best with full project context rather than isolated code completion</li><li>Developer maintains control over which AI suggestions to implement</li><li>Similar to DevOps feedback loops but for code quality and improvements</li><li>Works equally well with open-source and proprietary AI tools</li></ol><p><strong>Key Applications</strong>:</p><ul><li>Code reviews</li><li>Test coverage analysis</li><li>Documentation improvements</li><li>Feature development guidance</li></ul><p> </p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5411181" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/96391f59-f4f4-49b7-8af6-e0d22c1e408d/audio/06c8a5c8-894d-4528-b259-a41f26cb9bd4/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Context Driven Development</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:05:38</itunes:duration>
      <itunes:summary>The podcast discusses context-driven development as an emerging methodology that combines AI assistance with traditional DevOps principles. By providing AI tools with complete project context rather than using them for incremental code completion, developers can get more meaningful insights while maintaining control over their development process. This approach mirrors CI/CD practices, where system-wide feedback drives improvements, but applies it to AI-assisted development workflows.</itunes:summary>
      <itunes:subtitle>The podcast discusses context-driven development as an emerging methodology that combines AI assistance with traditional DevOps principles. By providing AI tools with complete project context rather than using them for incremental code completion, developers can get more meaningful insights while maintaining control over their development process. This approach mirrors CI/CD practices, where system-wide feedback drives improvements, but applies it to AI-assisted development workflows.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>145</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">36225a13-4ef4-464c-b32a-d7de392ba1c7</guid>
      <title>Thoughts on Makefiles</title>
      <description><![CDATA[<p><strong>Title</strong>: The Case for Makefiles in Modern Development</p><p><strong>Key Points</strong>:</p><ul><li>Makefiles provide consistency between development and production environments</li><li>Primary benefit is abstracting complex commands into simple, uniform recipes</li><li>Particularly valuable for CI/CD pipelines and cross-language projects</li><li>Makefiles solve real-world production problems through command abstraction</li><li>Common commands like make install and make lint work consistently across environments</li></ul><p><strong>Main Arguments</strong>:</p><ol><li>While modern build tools (like Cargo for Rust) are powerful, Makefiles still serve an important role in production environments</li><li>Makefiles prevent subtle bugs caused by environment-specific command variations</li><li>They're especially useful when projects combine multiple languages/tools (Rust, XML, YAML, JavaScript, SQL)</li><li>Linux ubiquity means Make is reliably available on most servers</li></ol><p><strong>Balanced Perspective</strong>:</p><ul><li>Not advocating Makefiles for all scenarios</li><li>Acknowledges limitations of older tools</li><li>Emphasizes choosing tools based on specific project needs</li><li>Draws parallel to other standard Unix tools (Vim, Bash) - limitations balanced by ubiquity</li></ul><p><strong>Key Takeaway</strong>: Makefiles remain valuable for production-first development, particularly in enterprise environments with complex CI/CD requirements, despite newer alternatives.</p><p><strong>Context</strong>: Discussion focuses on practical software engineering decisions, emphasizing the importance of considering production environment needs over local development preferences.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 25 Jan 2025 16:54:07 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><strong>Title</strong>: The Case for Makefiles in Modern Development</p><p><strong>Key Points</strong>:</p><ul><li>Makefiles provide consistency between development and production environments</li><li>Primary benefit is abstracting complex commands into simple, uniform recipes</li><li>Particularly valuable for CI/CD pipelines and cross-language projects</li><li>Makefiles solve real-world production problems through command abstraction</li><li>Common commands like make install and make lint work consistently across environments</li></ul><p><strong>Main Arguments</strong>:</p><ol><li>While modern build tools (like Cargo for Rust) are powerful, Makefiles still serve an important role in production environments</li><li>Makefiles prevent subtle bugs caused by environment-specific command variations</li><li>They're especially useful when projects combine multiple languages/tools (Rust, XML, YAML, JavaScript, SQL)</li><li>Linux ubiquity means Make is reliably available on most servers</li></ol><p><strong>Balanced Perspective</strong>:</p><ul><li>Not advocating Makefiles for all scenarios</li><li>Acknowledges limitations of older tools</li><li>Emphasizes choosing tools based on specific project needs</li><li>Draws parallel to other standard Unix tools (Vim, Bash) - limitations balanced by ubiquity</li></ul><p><strong>Key Takeaway</strong>: Makefiles remain valuable for production-first development, particularly in enterprise environments with complex CI/CD requirements, despite newer alternatives.</p><p><strong>Context</strong>: Discussion focuses on practical software engineering decisions, emphasizing the importance of considering production environment needs over local development preferences.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5896014" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c98bd57f-c16a-4a14-8d5b-fd4c8d92eb9c/audio/71f9272b-74f8-47a6-8d73-24b8b22d45d1/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Thoughts on Makefiles</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:06:08</itunes:duration>
      <itunes:summary>This podcast episode discusses the enduring value of Makefiles in modern software development. The speaker argues that while Makefiles may seem outdated compared to modern build tools, they excel at providing consistent command abstractions across development and production environments, particularly valuable in CI/CD pipelines. For enterprise-scale projects combining multiple languages and tools, Makefiles offer reliable cross-environment compatibility and simplified command execution. The speaker emphasizes that while Makefiles aren&apos;t always the best choice for local development, their ubiquity on Linux systems and ability to standardize complex commands make them especially useful for production-focused development workflows.</itunes:summary>
      <itunes:subtitle>This podcast episode discusses the enduring value of Makefiles in modern software development. The speaker argues that while Makefiles may seem outdated compared to modern build tools, they excel at providing consistent command abstractions across development and production environments, particularly valuable in CI/CD pipelines. For enterprise-scale projects combining multiple languages and tools, Makefiles offer reliable cross-environment compatibility and simplified command execution. The speaker emphasizes that while Makefiles aren&apos;t always the best choice for local development, their ubiquity on Linux systems and ability to standardize complex commands make them especially useful for production-focused development workflows.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>144</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">79785810-175f-4518-b753-1c647d99d996</guid>
      <title>Pragmatic AI Labs Platform Updates 12/26/2024</title>
      <description><![CDATA[<p>Update 12/26/2024 on the Pragmatic AI Labs Platform development lifecycle.  Thanks again for all of the new subscribers.  A few things I mention in the video update:</p><ol><li><p> Almost every day a new course, lab, or feature will appear most days in 2025.</p></li><li><p> We don't just teach, we do.  Watch us build a world class learning platform day by day by joining the platform and doing exactly what we are teaching</p></li><li><p> There is a sense of urgency and mission with our platform.  We know we can do better than what exists and we are rolling up our sleeves and doing it one day at a time.  Thank you for the support!</p></li></ol><p>Support our mission by joining here:  <a href="https://ds500.paiml.com/subscribe.html">https://ds500.paiml.com/subscribe.html</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 26 Dec 2024 18:40:56 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Update 12/26/2024 on the Pragmatic AI Labs Platform development lifecycle.  Thanks again for all of the new subscribers.  A few things I mention in the video update:</p><ol><li><p> Almost every day a new course, lab, or feature will appear most days in 2025.</p></li><li><p> We don't just teach, we do.  Watch us build a world class learning platform day by day by joining the platform and doing exactly what we are teaching</p></li><li><p> There is a sense of urgency and mission with our platform.  We know we can do better than what exists and we are rolling up our sleeves and doing it one day at a time.  Thank you for the support!</p></li></ol><p>Support our mission by joining here:  <a href="https://ds500.paiml.com/subscribe.html">https://ds500.paiml.com/subscribe.html</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3297144" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/d305e1fc-59dd-4127-bebd-3a24df51a940/audio/6dc4f9eb-7832-4ae5-a969-bb9c83494d9e/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Pragmatic AI Labs Platform Updates 12/26/2024</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:03:26</itunes:duration>
      <itunes:summary>Update 12/26/2024 on the Pragmatic AI Labs Platform development lifecycle.  Thanks again for all of the new subscribers.  A few things I mention in the video update:


1.  Almost every day a new course, lab, or feature will appear most days in 2025.

2.  We don&apos;t just teach, we do.  Watch us build a world class learning platform day by day by joining the platform and doing exactly what we are teaching

3.  There is a sense of urgency and mission with our platform.  We know we can do better than what exists and we are rolling up our sleeves and doing it one day at a time.  Thank you for the support!


Support our mission by joining here:  https://ds500.paiml.com/subscribe.html</itunes:summary>
      <itunes:subtitle>Update 12/26/2024 on the Pragmatic AI Labs Platform development lifecycle.  Thanks again for all of the new subscribers.  A few things I mention in the video update:


1.  Almost every day a new course, lab, or feature will appear most days in 2025.

2.  We don&apos;t just teach, we do.  Watch us build a world class learning platform day by day by joining the platform and doing exactly what we are teaching

3.  There is a sense of urgency and mission with our platform.  We know we can do better than what exists and we are rolling up our sleeves and doing it one day at a time.  Thank you for the support!


Support our mission by joining here:  https://ds500.paiml.com/subscribe.html</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>143</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a2518273-1fdd-482e-bd4e-f8963e86a43c</guid>
      <title>Introducing the Pragmatic AI Labs Platform</title>
      <description><![CDATA[<h1>Introducing the Pragmatic AI Labs Learning Platform with Noah Gift</h1><h2>Episode Summary</h2><p>In this episode, Noah Gift, co-founder of Pragmatic AI Labs, introduces their innovative new learning platform. Drawing from their experience teaching millions of students worldwide, including at prestigious institutions like UC Berkeley, Duke, and Northwestern, Pragmatic AI Labs has developed a unique educational platform that combines comprehensive content with interactive labs and hands-on learning experiences.</p><h2>Key Highlights</h2><ul><li>Platform developed in-house by practicing educators</li><li>Over two master's degrees worth of content</li><li>Interactive bootcamps and hands-on labs</li><li>Weekly platform updates and new feature releases</li><li>Built using Rust programming language</li><li>Focus on practical job skills and upskilling</li></ul><h2>Detailed Show Notes</h2><h3>About Pragmatic AI Labs</h3><ul><li>Founded by experienced educators with a track record of teaching at elite institutions</li><li>Platform built based on identified learning gaps and student needs</li><li>Commitment to continuous innovation and development</li><li>Focus on teaching at scale while maintaining quality</li></ul><h3>Platform Features</h3><ol><li><p>Content Library</p><ul><li>Comprehensive course materials equivalent to two master's degrees</li><li>Content previously validated on major learning platforms</li><li>Specialized focus on data science, machine learning, and computer science</li></ul></li><li><p>Interactive Learning</p><ul><li>Custom-built interactive labs</li><li>Hands-on coding experiences</li><li>Badge system for achievement tracking</li><li>Weekly feature updates and improvements</li></ul></li><li><p>Featured Course Highlight</p><ul><li>Rust Fundamentals course</li><li>Structured week-by-week navigation</li><li>Clear learning objectives</li><li>Comprehensive lesson materials</li><li>Key terms and concept definitions</li></ul></li></ol><h3>Platform Development Philosophy</h3><ul><li>Built entirely in-house using Rust</li><li>Continuous development and feature additions</li><li>Focus on practical, job-relevant skills</li><li>Commitment to long-term platform growth</li><li>Experience with scaling to millions of users</li></ul><h3>How to Get Involved</h3><ul><li>Visit the DS500 platform page</li><li>Create an account through the "Join Now" option</li><li>Explore available courses and interactive content</li><li>Provide feedback to help improve the platform</li></ul><h3>Target Audience</h3><ul><li>Students seeking practical tech skills</li><li>Professionals looking to upskill</li><li>Anyone interested in data science, machine learning, or computer science</li><li>Learners who prefer hands-on, interactive experiences</li></ul><h2>About the Speaker</h2><p>Noah Gift is a co-founder of Pragmatic AI Labs and has extensive experience teaching at prestigious institutions including UC Berkeley, Duke, and Northwestern. His approach combines practical industry experience with academic rigor to create effective learning experiences.</p><p><i>Tags: Education Technology, Online Learning, Programming, Data Science, Machine Learning, Professional Development, Rust Programming</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 21 Dec 2024 19:30:35 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Introducing the Pragmatic AI Labs Learning Platform with Noah Gift</h1><h2>Episode Summary</h2><p>In this episode, Noah Gift, co-founder of Pragmatic AI Labs, introduces their innovative new learning platform. Drawing from their experience teaching millions of students worldwide, including at prestigious institutions like UC Berkeley, Duke, and Northwestern, Pragmatic AI Labs has developed a unique educational platform that combines comprehensive content with interactive labs and hands-on learning experiences.</p><h2>Key Highlights</h2><ul><li>Platform developed in-house by practicing educators</li><li>Over two master's degrees worth of content</li><li>Interactive bootcamps and hands-on labs</li><li>Weekly platform updates and new feature releases</li><li>Built using Rust programming language</li><li>Focus on practical job skills and upskilling</li></ul><h2>Detailed Show Notes</h2><h3>About Pragmatic AI Labs</h3><ul><li>Founded by experienced educators with a track record of teaching at elite institutions</li><li>Platform built based on identified learning gaps and student needs</li><li>Commitment to continuous innovation and development</li><li>Focus on teaching at scale while maintaining quality</li></ul><h3>Platform Features</h3><ol><li><p>Content Library</p><ul><li>Comprehensive course materials equivalent to two master's degrees</li><li>Content previously validated on major learning platforms</li><li>Specialized focus on data science, machine learning, and computer science</li></ul></li><li><p>Interactive Learning</p><ul><li>Custom-built interactive labs</li><li>Hands-on coding experiences</li><li>Badge system for achievement tracking</li><li>Weekly feature updates and improvements</li></ul></li><li><p>Featured Course Highlight</p><ul><li>Rust Fundamentals course</li><li>Structured week-by-week navigation</li><li>Clear learning objectives</li><li>Comprehensive lesson materials</li><li>Key terms and concept definitions</li></ul></li></ol><h3>Platform Development Philosophy</h3><ul><li>Built entirely in-house using Rust</li><li>Continuous development and feature additions</li><li>Focus on practical, job-relevant skills</li><li>Commitment to long-term platform growth</li><li>Experience with scaling to millions of users</li></ul><h3>How to Get Involved</h3><ul><li>Visit the DS500 platform page</li><li>Create an account through the "Join Now" option</li><li>Explore available courses and interactive content</li><li>Provide feedback to help improve the platform</li></ul><h3>Target Audience</h3><ul><li>Students seeking practical tech skills</li><li>Professionals looking to upskill</li><li>Anyone interested in data science, machine learning, or computer science</li><li>Learners who prefer hands-on, interactive experiences</li></ul><h2>About the Speaker</h2><p>Noah Gift is a co-founder of Pragmatic AI Labs and has extensive experience teaching at prestigious institutions including UC Berkeley, Duke, and Northwestern. His approach combines practical industry experience with academic rigor to create effective learning experiences.</p><p><i>Tags: Education Technology, Online Learning, Programming, Data Science, Machine Learning, Professional Development, Rust Programming</i></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="4013526" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/b26dc979-890e-4352-9c73-21b0284de764/audio/5a5f2a2e-b884-4422-a88e-eb568bf51462/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Introducing the Pragmatic AI Labs Platform</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:04:10</itunes:duration>
      <itunes:summary>In this episode, Noah Gift, co-founder of Pragmatic AI Labs, introduces their innovative new learning platform. Drawing from their experience teaching millions of students worldwide, including at prestigious institutions like UC Berkeley, Duke, and Northwestern, Pragmatic AI Labs has developed a unique educational platform that combines comprehensive content with interactive labs and hands-on learning experiences.</itunes:summary>
      <itunes:subtitle>In this episode, Noah Gift, co-founder of Pragmatic AI Labs, introduces their innovative new learning platform. Drawing from their experience teaching millions of students worldwide, including at prestigious institutions like UC Berkeley, Duke, and Northwestern, Pragmatic AI Labs has developed a unique educational platform that combines comprehensive content with interactive labs and hands-on learning experiences.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>142</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">bbab6043-ee85-4873-becb-c9dd0203b14c</guid>
      <title>DevOps: من تويوتا إلى السحابة</title>
      <description><![CDATA[<p>تستكشف هذه الحلقة الرحلة المذهلة لـ DevOps، متتبعة جذورها من مبادئ التصنيع اليابانية إلى الحوسبة السحابية الحديثة. نتعمق في كيفية تشكيل فلسفة كايزن من تويوتا والمنهج العلمي لممارسات DevOps اليوم، ونفحص مبادئ AWS DevOps الستة الأساسية التي تقود تطوير البرمجيات الحديثة.</p><h1>ملاحظات المقدم</h1><h2>المقدمة التشويقية</h2><ul><li>ابدأ بالتأثير الحديث: "في قلب DevOps الحديث يكمن تبني السحابة"</li><li>التشويق للرابط المدهش مع تويوتا والتصنيع الياباني</li></ul><h2>الأقسام الرئيسية</h2><ol><li><p><strong>الأساس التاريخي</strong> (5 دقائق)</p><ul><li>تقديم مفهوم كايزن</li><li>الارتباط بنظام إنتاج تويوتا</li><li>دورة خطط-نفذ-تحقق-اعمل</li></ul></li><li><p><strong>ثورة الخمسة لماذا</strong> (7 دقائق)</p><ul><li>شرح التقنية</li><li>مشاركة زاوية فضول الأطفال</li><li>مثال واقعي لتصحيح الأخطاء</li></ul></li><li><p><strong>تحليل عميق لـ AWS DevOps</strong> (12 دقيقة)</p><ul><li>شرح CI/CD</li><li>البنية التحتية كرمز</li><li>تكامل الأمان</li><li>المراقبة والتسجيل</li></ul></li><li><p><strong>التطبيق الحديث</strong> (4 دقائق)</p><ul><li>فوائد الحوسبة السحابية</li><li>نقاط التفاعل البشري</li><li>الآثار المستقبلية</li></ul></li></ol><h2>نقاط الختام</h2><ul><li>التأكيد على التحسين المستمر</li><li>إبراز التطوير السحابي الأصلي</li><li>دعوة للعمل لتطبيق ممارسات DevOps</li></ul><h1>الهاشتاغات</h1><p>#DevOps, #AWS, #الحوسبة_السحابية, #كايزن, #طريقة_تويوتا, #التكامل_المستمر, #DevSecOps, #الهندسة, #تطوير_البرمجيات, #بودكاست_تقني, #السحابة_الأصلية, #الأتمتة, #القيادة_التقنية, #الابتكار</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 22 Oct 2024 23:06:53 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>تستكشف هذه الحلقة الرحلة المذهلة لـ DevOps، متتبعة جذورها من مبادئ التصنيع اليابانية إلى الحوسبة السحابية الحديثة. نتعمق في كيفية تشكيل فلسفة كايزن من تويوتا والمنهج العلمي لممارسات DevOps اليوم، ونفحص مبادئ AWS DevOps الستة الأساسية التي تقود تطوير البرمجيات الحديثة.</p><h1>ملاحظات المقدم</h1><h2>المقدمة التشويقية</h2><ul><li>ابدأ بالتأثير الحديث: "في قلب DevOps الحديث يكمن تبني السحابة"</li><li>التشويق للرابط المدهش مع تويوتا والتصنيع الياباني</li></ul><h2>الأقسام الرئيسية</h2><ol><li><p><strong>الأساس التاريخي</strong> (5 دقائق)</p><ul><li>تقديم مفهوم كايزن</li><li>الارتباط بنظام إنتاج تويوتا</li><li>دورة خطط-نفذ-تحقق-اعمل</li></ul></li><li><p><strong>ثورة الخمسة لماذا</strong> (7 دقائق)</p><ul><li>شرح التقنية</li><li>مشاركة زاوية فضول الأطفال</li><li>مثال واقعي لتصحيح الأخطاء</li></ul></li><li><p><strong>تحليل عميق لـ AWS DevOps</strong> (12 دقيقة)</p><ul><li>شرح CI/CD</li><li>البنية التحتية كرمز</li><li>تكامل الأمان</li><li>المراقبة والتسجيل</li></ul></li><li><p><strong>التطبيق الحديث</strong> (4 دقائق)</p><ul><li>فوائد الحوسبة السحابية</li><li>نقاط التفاعل البشري</li><li>الآثار المستقبلية</li></ul></li></ol><h2>نقاط الختام</h2><ul><li>التأكيد على التحسين المستمر</li><li>إبراز التطوير السحابي الأصلي</li><li>دعوة للعمل لتطبيق ممارسات DevOps</li></ul><h1>الهاشتاغات</h1><p>#DevOps, #AWS, #الحوسبة_السحابية, #كايزن, #طريقة_تويوتا, #التكامل_المستمر, #DevSecOps, #الهندسة, #تطوير_البرمجيات, #بودكاست_تقني, #السحابة_الأصلية, #الأتمتة, #القيادة_التقنية, #الابتكار</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10178186" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/1845daa9-3dcf-41a0-ad61-879be84cac02/audio/ec16b69d-6489-47c0-87d8-f35c39dcb6da/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>DevOps: من تويوتا إلى السحابة</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:36</itunes:duration>
      <itunes:summary>
تستكشف هذه الحلقة الرحلة المذهلة DevOps، متتبعة جذورها من مبادئ التصنيع اليابانية إلى الحوسبة السحابية الحديثة. نتعمق في كيفية تشكيل فلسفة كايزن من تويوتا والمنهج العلمي لممارسات DevOps اليوم، ونفحص مبادئ AWS DevOps الستة الأساسية التي تقود تطوير البرمجيات الحديثة.
</itunes:summary>
      <itunes:subtitle>
تستكشف هذه الحلقة الرحلة المذهلة DevOps، متتبعة جذورها من مبادئ التصنيع اليابانية إلى الحوسبة السحابية الحديثة. نتعمق في كيفية تشكيل فلسفة كايزن من تويوتا والمنهج العلمي لممارسات DevOps اليوم، ونفحص مبادئ AWS DevOps الستة الأساسية التي تقود تطوير البرمجيات الحديثة.
</itunes:subtitle>
      <itunes:keywords>aws, devops, arabic</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>141</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ea521f94-6545-4f07-861f-8d455d91bac5</guid>
      <title>DevOps演进：从丰田到云计算</title>
      <description><![CDATA[<h1>主持人提示</h1><h2>开场引子</h2><ul><li>从现代影响开始："现代DevOps的核心是对云计算的拥抱"</li><li>预告与丰田和日本制造业的惊人联系</li></ul><h2>关键环节</h2><ol><li><p><strong>历史基础</strong> (5分钟)</p><ul><li>介绍改善概念</li><li>丰田生产系统的联系</li><li>计划-执行-检查-行动循环</li></ul></li><li><p><strong>五个为什么革命</strong> (7分钟)</p><ul><li>解释技术</li><li>分享儿童般好奇心的角度</li><li>实际调试案例</li></ul></li><li><p><strong>AWS DevOps深度剖析</strong> (12分钟)</p><ul><li>CI/CD说明</li><li>基础设施即代码</li><li>安全集成</li><li>监控和日志记录</li></ul></li><li><p><strong>现代实施</strong> (4分钟)</p><ul><li>云计算优势</li><li>人机交互点</li><li>未来影响</li></ul></li></ol><h2>结束要点</h2><ul><li>强调持续改进</li><li>突出云原生开发</li><li>DevOps实践行动号召</li></ul><h1>话题标签</h1><p>#DevOps, #AWS, #云计算, #改善, #丰田之道, #持续集成, #DevSecOps, #工程, #软件开发, #科技播客, #云原生, #自动化, #技术领导力, #创新</p><h1>领英帖文</h1>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 22 Oct 2024 22:58:53 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>主持人提示</h1><h2>开场引子</h2><ul><li>从现代影响开始："现代DevOps的核心是对云计算的拥抱"</li><li>预告与丰田和日本制造业的惊人联系</li></ul><h2>关键环节</h2><ol><li><p><strong>历史基础</strong> (5分钟)</p><ul><li>介绍改善概念</li><li>丰田生产系统的联系</li><li>计划-执行-检查-行动循环</li></ul></li><li><p><strong>五个为什么革命</strong> (7分钟)</p><ul><li>解释技术</li><li>分享儿童般好奇心的角度</li><li>实际调试案例</li></ul></li><li><p><strong>AWS DevOps深度剖析</strong> (12分钟)</p><ul><li>CI/CD说明</li><li>基础设施即代码</li><li>安全集成</li><li>监控和日志记录</li></ul></li><li><p><strong>现代实施</strong> (4分钟)</p><ul><li>云计算优势</li><li>人机交互点</li><li>未来影响</li></ul></li></ol><h2>结束要点</h2><ul><li>强调持续改进</li><li>突出云原生开发</li><li>DevOps实践行动号召</li></ul><h1>话题标签</h1><p>#DevOps, #AWS, #云计算, #改善, #丰田之道, #持续集成, #DevSecOps, #工程, #软件开发, #科技播客, #云原生, #自动化, #技术领导力, #创新</p><h1>领英帖文</h1>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7502649" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/bceb9a0d-2f87-4df4-bf19-cd68be272a02/audio/f9036b27-35a5-4d4f-9727-b65833cd3dca/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>DevOps演进：从丰田到云计算</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:07:48</itunes:duration>
      <itunes:summary>本集探讨DevOps的迷人发展历程，追溯其从日本制造业原则到现代云计算的根源。我们深入探讨丰田的改善（Kaizen）哲学和科学方法如何塑造了今天的DevOps实践，并研究推动现代软件开发的AWS六大DevOps核心原则。</itunes:summary>
      <itunes:subtitle>本集探讨DevOps的迷人发展历程，追溯其从日本制造业原则到现代云计算的根源。我们深入探讨丰田的改善（Kaizen）哲学和科学方法如何塑造了今天的DevOps实践，并研究推动现代软件开发的AWS六大DevOps核心原则。</itunes:subtitle>
      <itunes:keywords>aws, devops, chinese</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>141</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">024e60bc-2b5f-4f27-8630-63eb0c4130f4</guid>
      <title>Evolución DevOps: De Toyota a la Nube</title>
      <description><![CDATA[<h1>Resumen del Episodio</h1><p><strong>Título: Evolución DevOps: De Toyota a la Nube</strong><br /><strong>Episodio: #147</strong><br /><strong>Duración: ~30 minutos</strong></p><p>Este episodio explora el fascinante viaje de DevOps, trazando sus raíces desde los principios de manufactura japoneses hasta la computación en la nube moderna. Profundizamos en cómo la filosofía Kaizen de Toyota y el método científico dieron forma a las prácticas actuales de DevOps, y examinamos los seis principios fundamentales de DevOps de AWS que impulsan el desarrollo de software moderno.</p><h1>Notas del Presentador</h1><h2>Apertura</h2><ul><li>Comenzar con el impacto moderno: "En el corazón del DevOps moderno está la adopción de la nube"</li><li>Adelantar la sorprendente conexión con Toyota y la manufactura japonesa</li></ul><h2>Segmentos Clave</h2><ol><li><p><strong>Fundamento Histórico</strong> (5 mins)</p><ul><li>Introducir el concepto Kaizen</li><li>Conexión con el Sistema de Producción Toyota</li><li>Ciclo Plan-Do-Check-Act</li></ul></li><li><p><strong>La Revolución de los 5 Por Qués</strong> (7 mins)</p><ul><li>Explicar la técnica</li><li>Compartir el ángulo de la curiosidad infantil</li><li>Ejemplo real de depuración</li></ul></li><li><p><strong>Análisis Profundo de AWS DevOps</strong> (12 mins)</p><ul><li>Explicación de CI/CD</li><li>Infraestructura como Código</li><li>Integración de seguridad</li><li>Monitoreo y registro</li></ul></li><li><p><strong>Implementación Moderna</strong> (4 mins)</p><ul><li>Beneficios de la computación en la nube</li><li>Puntos de interacción humana</li><li>Implicaciones futuras</li></ul></li></ol><h2>Puntos de Cierre</h2><ul><li>Enfatizar la mejora continua</li><li>Destacar el desarrollo nativo en la nube</li><li>Llamado a la acción para implementar prácticas DevOps</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 22 Oct 2024 22:45:20 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Resumen del Episodio</h1><p><strong>Título: Evolución DevOps: De Toyota a la Nube</strong><br /><strong>Episodio: #147</strong><br /><strong>Duración: ~30 minutos</strong></p><p>Este episodio explora el fascinante viaje de DevOps, trazando sus raíces desde los principios de manufactura japoneses hasta la computación en la nube moderna. Profundizamos en cómo la filosofía Kaizen de Toyota y el método científico dieron forma a las prácticas actuales de DevOps, y examinamos los seis principios fundamentales de DevOps de AWS que impulsan el desarrollo de software moderno.</p><h1>Notas del Presentador</h1><h2>Apertura</h2><ul><li>Comenzar con el impacto moderno: "En el corazón del DevOps moderno está la adopción de la nube"</li><li>Adelantar la sorprendente conexión con Toyota y la manufactura japonesa</li></ul><h2>Segmentos Clave</h2><ol><li><p><strong>Fundamento Histórico</strong> (5 mins)</p><ul><li>Introducir el concepto Kaizen</li><li>Conexión con el Sistema de Producción Toyota</li><li>Ciclo Plan-Do-Check-Act</li></ul></li><li><p><strong>La Revolución de los 5 Por Qués</strong> (7 mins)</p><ul><li>Explicar la técnica</li><li>Compartir el ángulo de la curiosidad infantil</li><li>Ejemplo real de depuración</li></ul></li><li><p><strong>Análisis Profundo de AWS DevOps</strong> (12 mins)</p><ul><li>Explicación de CI/CD</li><li>Infraestructura como Código</li><li>Integración de seguridad</li><li>Monitoreo y registro</li></ul></li><li><p><strong>Implementación Moderna</strong> (4 mins)</p><ul><li>Beneficios de la computación en la nube</li><li>Puntos de interacción humana</li><li>Implicaciones futuras</li></ul></li></ol><h2>Puntos de Cierre</h2><ul><li>Enfatizar la mejora continua</li><li>Destacar el desarrollo nativo en la nube</li><li>Llamado a la acción para implementar prácticas DevOps</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10178186" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/91807093-6e76-479d-9f77-5b3507421b7f/audio/4ae99a5c-96a7-4214-8edf-d277c246ffd2/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Evolución DevOps: De Toyota a la Nube</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:36</itunes:duration>
      <itunes:summary>Este episodio explora el fascinante viaje de DevOps, trazando sus raíces desde los principios de manufactura japoneses hasta la computación en la nube moderna. Profundizamos en cómo la filosofía Kaizen de Toyota y el método científico dieron forma a las prácticas actuales de DevOps, y examinamos los seis principios fundamentales de DevOps de AWS que impulsan el desarrollo de software moderno.</itunes:summary>
      <itunes:subtitle>Este episodio explora el fascinante viaje de DevOps, trazando sus raíces desde los principios de manufactura japoneses hasta la computación en la nube moderna. Profundizamos en cómo la filosofía Kaizen de Toyota y el método científico dieron forma a las prácticas actuales de DevOps, y examinamos los seis principios fundamentales de DevOps de AWS que impulsan el desarrollo de software moderno.</itunes:subtitle>
      <itunes:keywords>aws, aws in spanish, devops, espanol</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>140</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d2c3f24f-21bf-498f-b34b-0dea322e808c</guid>
      <title>DevOps Evolution: From Toyota to the Cloud</title>
      <description><![CDATA[<h1>Speaker Notes</h1><h2>Opening Hook</h2><ul><li>Start with the modern impact: "At the heart of modern DevOps is an embrace of the cloud"</li><li>Tease the surprising connection to Toyota and Japanese manufacturing</li></ul><h2>Key Segments</h2><ol><li><p><strong>Historical Foundation</strong> (5 mins)</p><ul><li>Introduce Kaizen concept</li><li>Toyota Production System connection</li><li>Plan-Do-Check-Act cycle</li></ul></li><li><p><strong>The 5 Whys Revolution</strong> (7 mins)</p><ul><li>Explain the technique</li><li>Share the child-like curiosity angle</li><li>Real-world debugging example</li></ul></li><li><p><strong>AWS DevOps Deep Dive</strong> (12 mins)</p><ul><li>CI/CD explanation</li><li>Infrastructure as Code</li><li>Security integration</li><li>Monitoring and logging</li></ul></li><li><p><strong>Modern Implementation</strong> (4 mins)</p><ul><li>Cloud computing benefits</li><li>Human interaction points</li><li>Future implications</li></ul></li></ol><h2>Closing Points</h2><ul><li>Emphasize continuous improvement</li><li>Highlight cloud-native development</li><li>Call to action for implementing DevOps practices</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 22 Oct 2024 22:35:15 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Speaker Notes</h1><h2>Opening Hook</h2><ul><li>Start with the modern impact: "At the heart of modern DevOps is an embrace of the cloud"</li><li>Tease the surprising connection to Toyota and Japanese manufacturing</li></ul><h2>Key Segments</h2><ol><li><p><strong>Historical Foundation</strong> (5 mins)</p><ul><li>Introduce Kaizen concept</li><li>Toyota Production System connection</li><li>Plan-Do-Check-Act cycle</li></ul></li><li><p><strong>The 5 Whys Revolution</strong> (7 mins)</p><ul><li>Explain the technique</li><li>Share the child-like curiosity angle</li><li>Real-world debugging example</li></ul></li><li><p><strong>AWS DevOps Deep Dive</strong> (12 mins)</p><ul><li>CI/CD explanation</li><li>Infrastructure as Code</li><li>Security integration</li><li>Monitoring and logging</li></ul></li><li><p><strong>Modern Implementation</strong> (4 mins)</p><ul><li>Cloud computing benefits</li><li>Human interaction points</li><li>Future implications</li></ul></li></ol><h2>Closing Points</h2><ul><li>Emphasize continuous improvement</li><li>Highlight cloud-native development</li><li>Call to action for implementing DevOps practices</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="10178202" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7f45d218-6cc6-426c-baab-dd3735800f6a/audio/f71cd8a9-5b3e-4904-a8f5-91ec007f51f8/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>DevOps Evolution: From Toyota to the Cloud</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:36</itunes:duration>
      <itunes:summary>This episode explores the fascinating journey of DevOps, tracing its roots from Japanese manufacturing principles to modern cloud computing. We dive deep into how Toyota&apos;s Kaizen philosophy and the scientific method shaped today&apos;s DevOps practices, and examine AWS&apos;s six core DevOps principles that drive modern software development.</itunes:summary>
      <itunes:subtitle>This episode explores the fascinating journey of DevOps, tracing its roots from Japanese manufacturing principles to modern cloud computing. We dive deep into how Toyota&apos;s Kaizen philosophy and the scientific method shaped today&apos;s DevOps practices, and examine AWS&apos;s six core DevOps principles that drive modern software development.</itunes:subtitle>
      <itunes:keywords>#softwaredevelopment, #techleadership, #devops, #engineering, #innovation, #automation, #continuousintegration, #techpodcast, #cloudnative, #cloudcomputing, #toyotaway, #devsecops, #aws, #kaizen</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>139</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7dbdce71-669f-406e-ae96-86eb02d315a3</guid>
      <title>Código Limpio en Python: La Clave para un Desarrollo de Software Exitoso</title>
      <description><![CDATA[<h2>Código Limpio en Python: La Clave para un Desarrollo de Software Exitoso</h2><h2>Resumen del Episodio</h2><p>En este episodio, exploramos la importancia de escribir código limpio, testeable y de alta calidad en Python. Basándonos en un ensayo de Noah Gift de 2010, discutimos cómo el enfoque en la calidad del código desde el principio puede llevar a proyectos de software más exitosos y mantenibles.</p><h2>Puntos Clave</h2><ol><li><strong>La complejidad es el enemigo</strong>: Controlar la complejidad es esencial en el desarrollo de software.</li><li><strong>Pensamiento proactivo</strong>: Los desarrolladores exitosos piensan en la testabilidad y mantenibilidad desde el inicio.</li><li><strong>Desarrollo guiado por pruebas</strong>: Escribir pruebas antes o durante el desarrollo da forma al código de manera positiva.</li><li><strong>Métricas de calidad</strong>:<ul><li>Cobertura de código</li><li>Complejidad ciclomática</li></ul></li><li><strong>Herramientas útiles</strong>:<ul><li>Nose para pruebas unitarias y cobertura de código</li><li>Pylint y Pygenie para análisis estático</li></ul></li></ol><h2>La Importancia de la Complejidad Ciclomática</h2><ul><li>Desarrollada por Thomas J. McCabe en 1976</li><li>Mide el número de caminos independientes en el código</li><li>Se recomienda mantener la complejidad por debajo de 10</li><li>Alta complejidad se correlaciona con mayor probabilidad de errores</li></ul><h2>Conclusión</h2><p>El desarrollo de software de calidad requiere un enfoque consciente en la testabilidad y la simplicidad. Las herramientas de análisis y las pruebas automatizadas son aliados valiosos, pero el verdadero éxito viene de una mentalidad enfocada en la calidad desde el principio.</p><h2>Recursos Adicionales</h2><ul><li>Herramienta de integración continua: Hudson</li><li>Libros recomendados:<ul><li>"Software Tools" de Brian Kernighan</li><li>"The Pragmatic Programmer" de Andrew Hunt y David Thomas</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 21 Oct 2024 15:23:34 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h2>Código Limpio en Python: La Clave para un Desarrollo de Software Exitoso</h2><h2>Resumen del Episodio</h2><p>En este episodio, exploramos la importancia de escribir código limpio, testeable y de alta calidad en Python. Basándonos en un ensayo de Noah Gift de 2010, discutimos cómo el enfoque en la calidad del código desde el principio puede llevar a proyectos de software más exitosos y mantenibles.</p><h2>Puntos Clave</h2><ol><li><strong>La complejidad es el enemigo</strong>: Controlar la complejidad es esencial en el desarrollo de software.</li><li><strong>Pensamiento proactivo</strong>: Los desarrolladores exitosos piensan en la testabilidad y mantenibilidad desde el inicio.</li><li><strong>Desarrollo guiado por pruebas</strong>: Escribir pruebas antes o durante el desarrollo da forma al código de manera positiva.</li><li><strong>Métricas de calidad</strong>:<ul><li>Cobertura de código</li><li>Complejidad ciclomática</li></ul></li><li><strong>Herramientas útiles</strong>:<ul><li>Nose para pruebas unitarias y cobertura de código</li><li>Pylint y Pygenie para análisis estático</li></ul></li></ol><h2>La Importancia de la Complejidad Ciclomática</h2><ul><li>Desarrollada por Thomas J. McCabe en 1976</li><li>Mide el número de caminos independientes en el código</li><li>Se recomienda mantener la complejidad por debajo de 10</li><li>Alta complejidad se correlaciona con mayor probabilidad de errores</li></ul><h2>Conclusión</h2><p>El desarrollo de software de calidad requiere un enfoque consciente en la testabilidad y la simplicidad. Las herramientas de análisis y las pruebas automatizadas son aliados valiosos, pero el verdadero éxito viene de una mentalidad enfocada en la calidad desde el principio.</p><h2>Recursos Adicionales</h2><ul><li>Herramienta de integración continua: Hudson</li><li>Libros recomendados:<ul><li>"Software Tools" de Brian Kernighan</li><li>"The Pragmatic Programmer" de Andrew Hunt y David Thomas</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7957151" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/1ce6cc1f-03bf-4b7a-9460-defbfb25b7ff/audio/3b476b3d-92d8-4803-97bf-3429ee693f37/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Código Limpio en Python: La Clave para un Desarrollo de Software Exitoso</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:17</itunes:duration>
      <itunes:summary>En este episodio, exploramos la importancia de escribir código limpio, testeable y de alta calidad en Python. Basándonos en un ensayo de Noah Gift de 2010, discutimos cómo el enfoque en la calidad del código desde el principio puede llevar a proyectos de software más exitosos y mantenibles.
</itunes:summary>
      <itunes:subtitle>En este episodio, exploramos la importancia de escribir código limpio, testeable y de alta calidad en Python. Basándonos en un ensayo de Noah Gift de 2010, discutimos cómo el enfoque en la calidad del código desde el principio puede llevar a proyectos de software más exitosos y mantenibles.
</itunes:subtitle>
      <itunes:keywords>clean code, spanish</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>138</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">21604314-dbc1-4bf9-8969-01760abd8c08</guid>
      <title>What is Amazon Bedrock?</title>
      <description><![CDATA[<h2>Episode Notes</h2><h3>What is Amazon Bedrock?</h3><ul><li>Fully managed service offering foundation models through a single API</li><li>Described as a "Swiss Army knife for AI development"</li></ul><h3>Key Components of Bedrock</h3><ol><li><p><strong>Foundation Models</strong></p><ul><li>Pre-trained AI models from leading companies</li><li>Includes models from AI21 Labs, Anthropic, Cohere, Meta, and Amazon's Titan</li></ul></li><li><p><strong>Unified API</strong></p><ul><li>Single interface for interacting with multiple models</li><li>Simplifies integration and maintenance</li></ul></li><li><p><strong>Fine-tuning Capabilities</strong></p><ul><li>Ability to customize models for specific use cases</li></ul></li><li><p><strong>Security and Compliance</strong></p><ul><li>Built with AWS's security standards</li></ul></li></ol><h3>Best Practices for Using Bedrock</h3><ol><li><p><strong>Modular Design</strong></p><ul><li>Create separate functions or classes for different Bedrock operations</li><li>Enhances testability and maintainability</li></ul></li><li><p><strong>Error Handling</strong></p><ul><li>Implement robust error handling with try-except blocks</li><li>Proper logging of errors</li></ul></li><li><p><strong>Configuration Management</strong></p><ul><li>Store Bedrock configurations (e.g., model IDs) in separate files</li><li>Facilitates easy updates and switches between models</li></ul></li><li><p><strong>Testing</strong></p><ul><li>Write unit tests for Bedrock integration</li><li>Mock API responses for comprehensive testing</li></ul></li><li><p><strong>Continuous Integration</strong></p><ul><li>Set up CI/CD pipelines including Bedrock tests</li><li>Ensures ongoing functionality with code changes</li></ul></li></ol><h3>Key Takeaways</h3><ul><li>Focus on creating reliable, maintainable, and scalable AI systems</li><li>Apply clean coding principles to Bedrock integration</li><li>Balance functionality with long-term code quality</li></ul><hr /><p>This episode provides a solid foundation for developers looking to leverage Amazon Bedrock in their projects while maintaining high standards of code quality and testability.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 21 Oct 2024 14:31:07 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h2>Episode Notes</h2><h3>What is Amazon Bedrock?</h3><ul><li>Fully managed service offering foundation models through a single API</li><li>Described as a "Swiss Army knife for AI development"</li></ul><h3>Key Components of Bedrock</h3><ol><li><p><strong>Foundation Models</strong></p><ul><li>Pre-trained AI models from leading companies</li><li>Includes models from AI21 Labs, Anthropic, Cohere, Meta, and Amazon's Titan</li></ul></li><li><p><strong>Unified API</strong></p><ul><li>Single interface for interacting with multiple models</li><li>Simplifies integration and maintenance</li></ul></li><li><p><strong>Fine-tuning Capabilities</strong></p><ul><li>Ability to customize models for specific use cases</li></ul></li><li><p><strong>Security and Compliance</strong></p><ul><li>Built with AWS's security standards</li></ul></li></ol><h3>Best Practices for Using Bedrock</h3><ol><li><p><strong>Modular Design</strong></p><ul><li>Create separate functions or classes for different Bedrock operations</li><li>Enhances testability and maintainability</li></ul></li><li><p><strong>Error Handling</strong></p><ul><li>Implement robust error handling with try-except blocks</li><li>Proper logging of errors</li></ul></li><li><p><strong>Configuration Management</strong></p><ul><li>Store Bedrock configurations (e.g., model IDs) in separate files</li><li>Facilitates easy updates and switches between models</li></ul></li><li><p><strong>Testing</strong></p><ul><li>Write unit tests for Bedrock integration</li><li>Mock API responses for comprehensive testing</li></ul></li><li><p><strong>Continuous Integration</strong></p><ul><li>Set up CI/CD pipelines including Bedrock tests</li><li>Ensures ongoing functionality with code changes</li></ul></li></ol><h3>Key Takeaways</h3><ul><li>Focus on creating reliable, maintainable, and scalable AI systems</li><li>Apply clean coding principles to Bedrock integration</li><li>Balance functionality with long-term code quality</li></ul><hr /><p>This episode provides a solid foundation for developers looking to leverage Amazon Bedrock in their projects while maintaining high standards of code quality and testability.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2486900" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/94046760-d4f7-4246-9839-ef35c2efd9c0/audio/2d6ba0a6-8f40-41bd-9adc-d7dc24c971aa/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>What is Amazon Bedrock?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:35</itunes:duration>
      <itunes:summary>In this episode, we explore Amazon Bedrock, a powerful service for AI development. We discuss what Bedrock is, its key components, and how to use it effectively while maintaining clean, testable code. This episode is essential for developers looking to integrate advanced AI capabilities into their projects while following best practices in software development.</itunes:summary>
      <itunes:subtitle>In this episode, we explore Amazon Bedrock, a powerful service for AI development. We discuss what Bedrock is, its key components, and how to use it effectively while maintaining clean, testable code. This episode is essential for developers looking to integrate advanced AI capabilities into their projects while following best practices in software development.</itunes:subtitle>
      <itunes:keywords>amazon, bedrock</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>137</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">503656bd-8970-4ab2-8f26-1cf8cf948798</guid>
      <title>Writing Clean Testable Code</title>
      <description><![CDATA[<h2>Episode Notes</h2><ol><li><p><strong>The Complexity Challenge</strong></p><ul><li>Software development is inherently complex</li><li>Quote from Brian Kernigan: "Controlling complexity is the essence of software development"</li><li>Real-world software often suffers from unnecessary complexity and poor maintainability</li></ul></li><li><p><strong>Rethinking the Development Process</strong></p><ul><li>Shift from reactive problem-solving to thoughtful, process-oriented development</li><li>Importance of continuous testing and proving that software works</li><li>Embracing humility, seeking critical review, and expecting regular refactoring</li></ul></li><li><p><strong>The Pitfalls of Untested Code</strong></p><ul><li>Dangers of the "mega function" approach</li><li>How untested code leads to uncertainty and potential failures</li><li>The false sense of security in seemingly working code</li></ul></li><li><p><strong>Benefits of Test-Driven Development</strong></p><ul><li>How writing tests shapes code structure</li><li>Creating modular, extensible, and easily maintainable code</li><li>The visible difference in code written with testing in mind</li></ul></li><li><p><strong>Measuring Code Quality</strong></p><ul><li>Using tools like Nose for code coverage analysis</li><li>Introduction to static analysis tools (pygenie, pymetrics)</li><li>Explanation of cyclomatic complexity and its importance</li></ul></li><li><p><strong>Cyclomatic Complexity Deep Dive</strong></p><ul><li>Definition and origins (Thomas J. McCabe, 1976)</li><li>The "magic number" of 7±2 in human short-term memory</li><li>Correlation between complexity and code faultiness (2008 Enerjy study)</li></ul></li><li><p><strong>Continuous Integration and Automation</strong></p><ul><li>Brief mention of Hudson for automated testing</li><li>Encouragement to set up automated tests and static code analysis</li></ul></li><li><p><strong>Concluding Thoughts</strong></p><ul><li>Testing and static analysis are powerful but not panaceas</li><li>The real goal: not just solving problems, but creating provably working solutions</li><li>How complexity, arrogance, and disrespect for Python's capabilities can hinder success</li></ul></li></ol><h2>Key Takeaways</h2><ul><li>Prioritize writing clean, testable code from the start</li><li>Use testing to shape your code structure and improve maintainability</li><li>Leverage tools for measuring code quality and complexity</li><li>Remember that the goal is not just to solve problems, but to create reliable, provable solutions</li></ul><hr /><p>This episode provides valuable insights for Python developers at all levels, emphasizing the importance of thoughtful coding practices and the use of testing to create more robust and maintainable software.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 21 Oct 2024 12:52:37 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h2>Episode Notes</h2><ol><li><p><strong>The Complexity Challenge</strong></p><ul><li>Software development is inherently complex</li><li>Quote from Brian Kernigan: "Controlling complexity is the essence of software development"</li><li>Real-world software often suffers from unnecessary complexity and poor maintainability</li></ul></li><li><p><strong>Rethinking the Development Process</strong></p><ul><li>Shift from reactive problem-solving to thoughtful, process-oriented development</li><li>Importance of continuous testing and proving that software works</li><li>Embracing humility, seeking critical review, and expecting regular refactoring</li></ul></li><li><p><strong>The Pitfalls of Untested Code</strong></p><ul><li>Dangers of the "mega function" approach</li><li>How untested code leads to uncertainty and potential failures</li><li>The false sense of security in seemingly working code</li></ul></li><li><p><strong>Benefits of Test-Driven Development</strong></p><ul><li>How writing tests shapes code structure</li><li>Creating modular, extensible, and easily maintainable code</li><li>The visible difference in code written with testing in mind</li></ul></li><li><p><strong>Measuring Code Quality</strong></p><ul><li>Using tools like Nose for code coverage analysis</li><li>Introduction to static analysis tools (pygenie, pymetrics)</li><li>Explanation of cyclomatic complexity and its importance</li></ul></li><li><p><strong>Cyclomatic Complexity Deep Dive</strong></p><ul><li>Definition and origins (Thomas J. McCabe, 1976)</li><li>The "magic number" of 7±2 in human short-term memory</li><li>Correlation between complexity and code faultiness (2008 Enerjy study)</li></ul></li><li><p><strong>Continuous Integration and Automation</strong></p><ul><li>Brief mention of Hudson for automated testing</li><li>Encouragement to set up automated tests and static code analysis</li></ul></li><li><p><strong>Concluding Thoughts</strong></p><ul><li>Testing and static analysis are powerful but not panaceas</li><li>The real goal: not just solving problems, but creating provably working solutions</li><li>How complexity, arrogance, and disrespect for Python's capabilities can hinder success</li></ul></li></ol><h2>Key Takeaways</h2><ul><li>Prioritize writing clean, testable code from the start</li><li>Use testing to shape your code structure and improve maintainability</li><li>Leverage tools for measuring code quality and complexity</li><li>Remember that the goal is not just to solve problems, but to create reliable, provable solutions</li></ul><hr /><p>This episode provides valuable insights for Python developers at all levels, emphasizing the importance of thoughtful coding practices and the use of testing to create more robust and maintainable software.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7957389" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/0d491539-e38c-4cc0-9a11-d07bf4271763/audio/c58addc0-c4c0-4c1b-bdda-7730f2f9933f/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Writing Clean Testable Code</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:17</itunes:duration>
      <itunes:summary>In this episode, we dive into the art of writing clean, testable, and high-quality Python code. Drawing from Noah Gift&apos;s 2010 essay, we explore the importance of thoughtful software development practices and how they can lead to more maintainable and reliable code.</itunes:summary>
      <itunes:subtitle>In this episode, we dive into the art of writing clean, testable, and high-quality Python code. Drawing from Noah Gift&apos;s 2010 essay, we explore the importance of thoughtful software development practices and how they can lead to more maintainable and reliable code.</itunes:subtitle>
      <itunes:keywords>python, quality control, testing, testable code</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>136</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9225b7af-2347-4c8c-abfd-2f3f37270b70</guid>
      <title>The Little Data Thief Who Could: Chapter Ten (The End)-Atherton Mutant Lizard Battle Royale</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp10-atherton-mutant-lizard-battle-royale/">https://noahgift.com/articles/ldt-chp10-atherton-mutant-lizard-battle-royale/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 17:29:21 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp10-atherton-mutant-lizard-battle-royale/">https://noahgift.com/articles/ldt-chp10-atherton-mutant-lizard-battle-royale/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3551860" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/a8c8ddbc-0736-4bac-9ed6-41ac244d6ef2/audio/35bab58c-a6ae-4afd-bb9a-8cb5f7ba98a8/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Little Data Thief Who Could: Chapter Ten (The End)-Atherton Mutant Lizard Battle Royale</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:03:41</itunes:duration>
      <itunes:summary>In this satirical climax, Grandpappy and Skeptico execute a daring plan to expose tech billionaires as mutant lizards at an Atherton dinner party. Armed with bongo drums and a livestream, they trigger a mass transformation of the elite guests. Chaos ensues as Lizardberg and Baba Muskiratatouille battle in a mud pit, while a miniaturized lizard Rambo Rogaine spouts conspiracy theories. The livestream on FailBoatX.social goes viral before crashing, revealing the truth to the world. The scene culminates with a government taskforce containment, leaving little Sami&apos;s dreams of oppression shattered. This absurdist finale serves as a biting critique of Silicon Valley culture, conspiracy theories, and the perceived inhumanity of tech billionaires, while highlighting the potential for simple, unconventional methods to disrupt the plans of the powerful.</itunes:summary>
      <itunes:subtitle>In this satirical climax, Grandpappy and Skeptico execute a daring plan to expose tech billionaires as mutant lizards at an Atherton dinner party. Armed with bongo drums and a livestream, they trigger a mass transformation of the elite guests. Chaos ensues as Lizardberg and Baba Muskiratatouille battle in a mud pit, while a miniaturized lizard Rambo Rogaine spouts conspiracy theories. The livestream on FailBoatX.social goes viral before crashing, revealing the truth to the world. The scene culminates with a government taskforce containment, leaving little Sami&apos;s dreams of oppression shattered. This absurdist finale serves as a biting critique of Silicon Valley culture, conspiracy theories, and the perceived inhumanity of tech billionaires, while highlighting the potential for simple, unconventional methods to disrupt the plans of the powerful.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>135</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">93cb3c62-7cfb-47e1-b758-6be4d61e80a6</guid>
      <title>The Little Data Thief Who Could: Chapter Nine-Bay Area Billionairism Manifesto</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp9-billionairism-manifesto/">https://noahgift.com/articles/ldt-chp9-billionairism-manifesto/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 17:26:15 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp9-billionairism-manifesto/">https://noahgift.com/articles/ldt-chp9-billionairism-manifesto/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="1416088" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/43a0dd8b-fcb2-4f89-803b-77ed3781519a/audio/00397e5e-e4d7-4c03-9b82-0645928072cc/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Little Data Thief Who Could: Chapter Nine-Bay Area Billionairism Manifesto</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:01:28</itunes:duration>
      <itunes:summary>Here&apos;s a concise paragraph summarizing this episode:

In this satirical installment, Grandpappy reveals to Skeptico the origins of the &quot;Lizard mutants,&quot; linking their creation to a bizarre combination of Komodo dragon saliva, rare earth metals in luxury cars, and possibly tainted supplements sold by Rambo Rogaine. He then outlines the &quot;Bay Area Billionairism Manifesto,&quot; a parody of the Communist Manifesto that promotes extreme capitalism benefiting only billionaires. The episode critically examines how tech companies initially offer convenient, subsidized alternatives to traditional services, only to later exploit communities and users. It highlights the negative impact of apps like DLC (DestroyLocalCommunities4FunandProfit) on local economies and housing markets. The revelation about Stealsi-monitored spy cameras in these rentals adds a layer of dystopian surveillance, emphasizing the theft of intellectual property and creative ideas. This chapter serves as a sharp critique of Silicon Valley&apos;s disruptive business models, their long-term societal impacts, and the invasive data collection practices of tech giants.</itunes:summary>
      <itunes:subtitle>Here&apos;s a concise paragraph summarizing this episode:

In this satirical installment, Grandpappy reveals to Skeptico the origins of the &quot;Lizard mutants,&quot; linking their creation to a bizarre combination of Komodo dragon saliva, rare earth metals in luxury cars, and possibly tainted supplements sold by Rambo Rogaine. He then outlines the &quot;Bay Area Billionairism Manifesto,&quot; a parody of the Communist Manifesto that promotes extreme capitalism benefiting only billionaires. The episode critically examines how tech companies initially offer convenient, subsidized alternatives to traditional services, only to later exploit communities and users. It highlights the negative impact of apps like DLC (DestroyLocalCommunities4FunandProfit) on local economies and housing markets. The revelation about Stealsi-monitored spy cameras in these rentals adds a layer of dystopian surveillance, emphasizing the theft of intellectual property and creative ideas. This chapter serves as a sharp critique of Silicon Valley&apos;s disruptive business models, their long-term societal impacts, and the invasive data collection practices of tech giants.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>134</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">bac872bc-b1fe-46fc-9ad6-ea267920d0a7</guid>
      <title>The Little Data Thief Who Could: Chapter Eight-Billionaires Bedazzle</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp8-billionaire-bedazzle/">https://noahgift.com/articles/ldt-chp8-billionaire-bedazzle/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 17:25:01 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp8-billionaire-bedazzle/">https://noahgift.com/articles/ldt-chp8-billionaire-bedazzle/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="1982423" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c8917ac6-b96e-4410-a4e3-5bb91223b050/audio/7ba9eead-8735-4fb0-b948-1192819389c5/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Little Data Thief Who Could: Chapter Eight-Billionaires Bedazzle</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:03</itunes:duration>
      <itunes:summary>In this satirical chapter, Baba educates young Sami on the art of propaganda, revealing how dystopian literature and critical works like &quot;Bullshit Jobs&quot; ironically inspire oppressive technologies. The episode exposes how meaningless job categories are transformed into smartphone apps by WorkForPeanutsSuckers, designed to destabilize worker power and create a class of desperate, tech-addicted gig workers. This system, powered by PickleSlices&apos; smartphones, keeps workers trapped in a cycle of addiction and vulnerability to weak propaganda like &quot;Billionaires Bedazzle.&quot; The chapter critically examines how tech oligarchs exploit workers&apos; hopes and dreams, feeding them the illusion that they&apos;re just one &quot;hunger games&quot; experience away from joining the billionaire class. This installment serves as a biting commentary on gig economy exploitation, smartphone addiction, and the manipulative tactics used by tech companies to maintain control over the workforce.</itunes:summary>
      <itunes:subtitle>In this satirical chapter, Baba educates young Sami on the art of propaganda, revealing how dystopian literature and critical works like &quot;Bullshit Jobs&quot; ironically inspire oppressive technologies. The episode exposes how meaningless job categories are transformed into smartphone apps by WorkForPeanutsSuckers, designed to destabilize worker power and create a class of desperate, tech-addicted gig workers. This system, powered by PickleSlices&apos; smartphones, keeps workers trapped in a cycle of addiction and vulnerability to weak propaganda like &quot;Billionaires Bedazzle.&quot; The chapter critically examines how tech oligarchs exploit workers&apos; hopes and dreams, feeding them the illusion that they&apos;re just one &quot;hunger games&quot; experience away from joining the billionaire class. This installment serves as a biting commentary on gig economy exploitation, smartphone addiction, and the manipulative tactics used by tech companies to maintain control over the workforce.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>133</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">b48052ce-783c-4c99-b756-acdcaf33207f</guid>
      <title>The Little Data Thief Who Could: Chapter Seven-An Eyeball for Data Theft (Narrated with Cloned Voice)</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp7-an-eyeball-for-data-theft/">https://noahgift.com/articles/ldt-chp7-an-eyeball-for-data-theft/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 17:17:29 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp7-an-eyeball-for-data-theft/">https://noahgift.com/articles/ldt-chp7-an-eyeball-for-data-theft/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="1335422" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/b3d91ad3-a9f0-439a-8a2b-033471802d4d/audio/7d0b34be-1614-4e0a-afdb-dad8bdd48f57/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Little Data Thief Who Could: Chapter Seven-An Eyeball for Data Theft (Narrated with Cloned Voice)</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:01:23</itunes:duration>
      <itunes:summary>In this satirical installment, young Sami is summoned by Baba, the Stealsi leader, to propose new data theft ideas. Under pressure, Sami suggests stealing people&apos;s identities through eyeball scans, exchanging them for worthless digital currency dubbed &quot;GlobalDystopiaCoin.&quot; Baba enthusiastically embraces this dystopian scheme, seeing it as an opportunity to exploit the pacified masses addicted to social media and propaganda podcasts. The episode highlights the manipulative tactics of tech oligarchs, using popular platforms like the &quot;Rambo Rogaine&quot; podcast to spread their ideas. Sami&apos;s potential reward - access to tasks on Lizard Island - underscores the corrupting allure of power and acceptance in this satirical world. This chapter serves as a sharp critique of cryptocurrency hype, invasive biometric data collection, and the exploitation of personal information in the digital age.</itunes:summary>
      <itunes:subtitle>In this satirical installment, young Sami is summoned by Baba, the Stealsi leader, to propose new data theft ideas. Under pressure, Sami suggests stealing people&apos;s identities through eyeball scans, exchanging them for worthless digital currency dubbed &quot;GlobalDystopiaCoin.&quot; Baba enthusiastically embraces this dystopian scheme, seeing it as an opportunity to exploit the pacified masses addicted to social media and propaganda podcasts. The episode highlights the manipulative tactics of tech oligarchs, using popular platforms like the &quot;Rambo Rogaine&quot; podcast to spread their ideas. Sami&apos;s potential reward - access to tasks on Lizard Island - underscores the corrupting allure of power and acceptance in this satirical world. This chapter serves as a sharp critique of cryptocurrency hype, invasive biometric data collection, and the exploitation of personal information in the digital age.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>132</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">b3971463-2fb1-474c-883e-acf519ead022</guid>
      <title>The Little Data Thief Who Could: Chapter Six-Lizard Lair</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/ldt0chp6-lizard-lair/">https://noahgift.com/articles/ldt0chp6-lizard-lair/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 17:09:36 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/ldt0chp6-lizard-lair/">https://noahgift.com/articles/ldt0chp6-lizard-lair/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2674981" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/84f5e84e-675a-42d4-970f-9ec3dd12143d/audio/d1ea0c91-6e4b-406c-a8f3-053383b82ed8/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Little Data Thief Who Could: Chapter Six-Lizard Lair</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:47</itunes:duration>
      <itunes:summary>This satirical episode takes us to the secret &quot;Lizard Island&quot; near Komodo, where billionaire &quot;lizards&quot; gather for their annual &quot;Oppress to Impress Summit.&quot; The event, themed &quot;Obedience 2.0,&quot; celebrates technologies designed to control and exploit the general population. Awards are given for various dystopian innovations, with Tommy Chef of PickleSlices winning a lifetime achievement award for his company&apos;s oppressive tech, including the mind-controlling &quot;KomodoCap.&quot; The episode&apos;s absurd imagery, like billionaires morphing between human and lizard forms, serves as a biting metaphor for the perceived inhumanity of tech oligarchs. It culminates in a frenzied feast on native deer, symbolizing the voracious and predatory nature of these powerful figures. This chapter sharply criticizes the tech industry&apos;s exploitative practices and its leaders&apos; disconnect from humanity.</itunes:summary>
      <itunes:subtitle>This satirical episode takes us to the secret &quot;Lizard Island&quot; near Komodo, where billionaire &quot;lizards&quot; gather for their annual &quot;Oppress to Impress Summit.&quot; The event, themed &quot;Obedience 2.0,&quot; celebrates technologies designed to control and exploit the general population. Awards are given for various dystopian innovations, with Tommy Chef of PickleSlices winning a lifetime achievement award for his company&apos;s oppressive tech, including the mind-controlling &quot;KomodoCap.&quot; The episode&apos;s absurd imagery, like billionaires morphing between human and lizard forms, serves as a biting metaphor for the perceived inhumanity of tech oligarchs. It culminates in a frenzied feast on native deer, symbolizing the voracious and predatory nature of these powerful figures. This chapter sharply criticizes the tech industry&apos;s exploitative practices and its leaders&apos; disconnect from humanity.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>131</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">f7af5c0c-7d68-4b3d-9856-c96915e11668</guid>
      <title>The Little Data Thief Who Could: Chapter Five-Mutants Walk Amongst Us</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp5-mutants/">https://noahgift.com/articles/ldt-chp5-mutants/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 17:05:05 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp5-mutants/">https://noahgift.com/articles/ldt-chp5-mutants/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2864317" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/64850fab-6859-4480-9613-919e35e36a91/audio/5fce370f-eb86-4501-9e57-6ebe2032a6fa/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Little Data Thief Who Could: Chapter Five-Mutants Walk Amongst Us</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:58</itunes:duration>
      <itunes:summary>This episode introduces us to Skeptico, a young boy raised by his wise, technology-averse grandfather who fought in the Spanish Civil War. When a billionaire visits Skeptico&apos;s school to promote &quot;MagicBeansCoin,&quot; the grandfather, suspecting something sinister, sends Skeptico with an old camera to photograph the visitor. After developing the film, the grandfather dramatically reveals his long-held theory: billionaires are mutant lizards, transformed by a combination of supplements and rare metals found in luxury cars. This satirical twist serves as a metaphor for the perceived inhuman nature of wealthy elites and their questionable products. The episode contrasts Skeptico&apos;s book-reading, critical thinking upbringing with the technology-driven, consumerist culture promoted by the billionaire class, setting up a potential conflict between these two worlds.</itunes:summary>
      <itunes:subtitle>This episode introduces us to Skeptico, a young boy raised by his wise, technology-averse grandfather who fought in the Spanish Civil War. When a billionaire visits Skeptico&apos;s school to promote &quot;MagicBeansCoin,&quot; the grandfather, suspecting something sinister, sends Skeptico with an old camera to photograph the visitor. After developing the film, the grandfather dramatically reveals his long-held theory: billionaires are mutant lizards, transformed by a combination of supplements and rare metals found in luxury cars. This satirical twist serves as a metaphor for the perceived inhuman nature of wealthy elites and their questionable products. The episode contrasts Skeptico&apos;s book-reading, critical thinking upbringing with the technology-driven, consumerist culture promoted by the billionaire class, setting up a potential conflict between these two worlds.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>130</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">4e957c79-1180-493f-8507-d7aef588cda0</guid>
      <title>The Little Data Thief Who Could: Chapter Four-Stealing the Future with Spycams</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp4-spycam/">https://noahgift.com/articles/ldt-chp4-spycam/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 16:59:59 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp4-spycam/">https://noahgift.com/articles/ldt-chp4-spycam/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2334763" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/64501763-b56b-4bf4-9400-56e99e6636df/audio/b67d102c-1461-4880-8ed3-a29e9cc7c734/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Little Data Thief Who Could: Chapter Four-Stealing the Future with Spycams</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:25</itunes:duration>
      <itunes:summary>In this satirical episode, young Sami&apos;s success catches the attention of Baba Muskiratatouille, head of the Stealsi. Baba tasks Sami with a new scheme: installing hidden cameras in vacation rentals through a fake app called &quot;DestroyLocalCommunities4FunAndProfit&quot; (DLC). This operation, facilitated by gig workers from ObeyRabbit, aims to steal ideas and creative works before they can be monetized by their creators. The episode exposes the dark underbelly of surveillance capitalism, with stolen ideas being used for propaganda and profit. It culminates with Baba revealing the Stealsi&apos;s ultimate goal: a mind-control device disguised as a trendy metal cap. However, a hint of resistance emerges as the Meme Thrashers discover this sinister plan, setting the stage for potential conflict in future episodes.</itunes:summary>
      <itunes:subtitle>In this satirical episode, young Sami&apos;s success catches the attention of Baba Muskiratatouille, head of the Stealsi. Baba tasks Sami with a new scheme: installing hidden cameras in vacation rentals through a fake app called &quot;DestroyLocalCommunities4FunAndProfit&quot; (DLC). This operation, facilitated by gig workers from ObeyRabbit, aims to steal ideas and creative works before they can be monetized by their creators. The episode exposes the dark underbelly of surveillance capitalism, with stolen ideas being used for propaganda and profit. It culminates with Baba revealing the Stealsi&apos;s ultimate goal: a mind-control device disguised as a trendy metal cap. However, a hint of resistance emerges as the Meme Thrashers discover this sinister plan, setting the stage for potential conflict in future episodes.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>129</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">19f6f890-85ce-4c96-8f93-739c0ebfd71e</guid>
      <title>The Little Data Thief Who Could: Chapter Three-Mud Wrestling in Kauai</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp3-mud-wrestling-kauai/">https://noahgift.com/articles/ldt-chp3-mud-wrestling-kauai/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 16:56:18 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp3-mud-wrestling-kauai/">https://noahgift.com/articles/ldt-chp3-mud-wrestling-kauai/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="1866648" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/b1c1966c-f684-46b0-9049-0463de6ece0c/audio/948e40fd-c632-4fe5-a97a-0beb8e25460b/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Little Data Thief Who Could: Chapter Three-Mud Wrestling in Kauai</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:01:56</itunes:duration>
      <itunes:summary>In this darkly satirical episode, we find young Sami achieving unexpected success with his OpenHub scheme, which has become a large-scale data theft operation backed by billionaire Bill Gump. The platform, marketed as a &quot;free tool for education,&quot; has successfully tricked many academic Meme Thrashers into participating. As a reward for his role in advancing billionaire totalitarianism, Sami earns a coveted position as a gig worker for tech oligarch Lizardberg through the elite app ObeyRabbit. The episode culminates with Sami wrestling a wild boar on Lizardberg&apos;s Kauai compound, highlighting the absurd and dehumanizing tasks that the working class must perform to gain favor with the billionaire class. This installment sharply criticizes tech industry labor practices, the exploitation of user data, and the growing wealth disparity in society.
</itunes:summary>
      <itunes:subtitle>In this darkly satirical episode, we find young Sami achieving unexpected success with his OpenHub scheme, which has become a large-scale data theft operation backed by billionaire Bill Gump. The platform, marketed as a &quot;free tool for education,&quot; has successfully tricked many academic Meme Thrashers into participating. As a reward for his role in advancing billionaire totalitarianism, Sami earns a coveted position as a gig worker for tech oligarch Lizardberg through the elite app ObeyRabbit. The episode culminates with Sami wrestling a wild boar on Lizardberg&apos;s Kauai compound, highlighting the absurd and dehumanizing tasks that the working class must perform to gain favor with the billionaire class. This installment sharply criticizes tech industry labor practices, the exploitation of user data, and the growing wealth disparity in society.
</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>128</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">afd69fb9-bb0c-4ca9-baf3-8a885b714844</guid>
      <title>Little Data Thief Who Could: Episode Two-Honey Pot</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp2-honeypot/">https://noahgift.com/articles/ldt-chp2-honeypot/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 16:38:36 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/ldt-chp2-honeypot/">https://noahgift.com/articles/ldt-chp2-honeypot/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2977166" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/6774a182-643d-48cf-a6e0-78dffa7750bf/audio/6c8594cf-2d92-40fe-9183-d2562deb7691/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Little Data Thief Who Could: Episode Two-Honey Pot</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:03:06</itunes:duration>
      <itunes:summary>In this satirical episode, we follow young Sami, an aspiring data thief struggling to make his mark in a world where most data has already been stolen. Inspired by his late father&apos;s teachings about the Stealsi&apos;s tactics, Sami devises a plan to create a honey pot trap called &quot;OpenHub.&quot; This fake privacy-focused platform aims to lure in the remaining &quot;Meme Thrashers&quot; - critical thinkers resistant to data theft and propaganda. Sami&apos;s goal is to harvest their secret data for FakeAGI, a company emblematic of the dystopian world&apos;s tech giants. The episode satirizes tech industry practices, data privacy concerns, and the exploitation of user trust, all while highlighting the pressure on younger generations to participate in morally questionable activities for a chance at success.</itunes:summary>
      <itunes:subtitle>In this satirical episode, we follow young Sami, an aspiring data thief struggling to make his mark in a world where most data has already been stolen. Inspired by his late father&apos;s teachings about the Stealsi&apos;s tactics, Sami devises a plan to create a honey pot trap called &quot;OpenHub.&quot; This fake privacy-focused platform aims to lure in the remaining &quot;Meme Thrashers&quot; - critical thinkers resistant to data theft and propaganda. Sami&apos;s goal is to harvest their secret data for FakeAGI, a company emblematic of the dystopian world&apos;s tech giants. The episode satirizes tech industry practices, data privacy concerns, and the exploitation of user trust, all while highlighting the pressure on younger generations to participate in morally questionable activities for a chance at success.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>127</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">3a43b977-33b9-4136-a5cb-620dbd611a56</guid>
      <title>Little Data Thief Who Could:  Episode One</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/little-data-thief-chp1-scrape-to-obey/">https://noahgift.com/articles/little-data-thief-chp1-scrape-to-obey/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 16:31:50 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/little-data-thief-chp1-scrape-to-obey/">https://noahgift.com/articles/little-data-thief-chp1-scrape-to-obey/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2294638" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ec38d7e9-8b30-4744-bff9-513e0eab6319/audio/39a0d3cf-88cf-4bac-8996-b707340c08f2/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Little Data Thief Who Could:  Episode One</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:23</itunes:duration>
      <itunes:summary>In this satirical podcast episode, we explore a dystopian world where a young boy aspires to follow in his late father&apos;s footsteps as a data thief for &quot;Stealsi,&quot; the Ministry for State Stealing. The story delves into themes of surveillance, corporate espionage, and billionaire totalitarianism. We learn about the regime&apos;s propaganda tactics, including &quot;Meme Hustling,&quot; and their sworn enemies, the book-reading &quot;Meme Thrashers.&quot; The episode sets the stage for a world where data theft and smartphone addiction are tools for population control, all in service of the billionaire overlords&apos; agenda.</itunes:summary>
      <itunes:subtitle>In this satirical podcast episode, we explore a dystopian world where a young boy aspires to follow in his late father&apos;s footsteps as a data thief for &quot;Stealsi,&quot; the Ministry for State Stealing. The story delves into themes of surveillance, corporate espionage, and billionaire totalitarianism. We learn about the regime&apos;s propaganda tactics, including &quot;Meme Hustling,&quot; and their sworn enemies, the book-reading &quot;Meme Thrashers.&quot; The episode sets the stage for a world where data theft and smartphone addiction are tools for population control, all in service of the billionaire overlords&apos; agenda.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>126</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9295aea9-cb69-4d1c-9727-4f26901c6c48</guid>
      <title>Silicon Valley Collapse, a Science Fiction Short Story by Noah Gift</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/silicon-valley-collapse/">https://noahgift.com/articles/silicon-valley-collapse/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 20 Oct 2024 16:01:05 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/silicon-valley-collapse/">https://noahgift.com/articles/silicon-valley-collapse/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2720957" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5a41c6de-3a2c-440f-905f-d5dc0d185139/audio/74bd3871-4223-4f82-9f6f-76dc20d3a71d/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Silicon Valley Collapse, a Science Fiction Short Story by Noah Gift</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:50</itunes:duration>
      <itunes:summary>In this episode, we dive into a chilling science fiction tale that imagines the collapse of Silicon Valley. Written by Noah Gift, &quot;Silicon Valley Collapse&quot; follows the journey of Johnny, a former AI programmer turned plumber, as he reflects on the tech industry&apos;s dramatic downfall. The story explores themes of technological hubris, the fragility of the tech economy, and the unexpected benefits of returning to traditional skilled trades.</itunes:summary>
      <itunes:subtitle>In this episode, we dive into a chilling science fiction tale that imagines the collapse of Silicon Valley. Written by Noah Gift, &quot;Silicon Valley Collapse&quot; follows the journey of Johnny, a former AI programmer turned plumber, as he reflects on the tech industry&apos;s dramatic downfall. The story explores themes of technological hubris, the fragility of the tech economy, and the unexpected benefits of returning to traditional skilled trades.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>125</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a14caed6-452e-4218-a9de-8f784e0f1afb</guid>
      <title>AI Generated Podcast-The French Revolution 2.0? -  Navigating Digital Rights in the Age of AI</title>
      <description><![CDATA[<ul><li><strong>Introduction:</strong>  The host begins by highlighting the need to approach AI ethics from an "externality first" perspective, focusing on the impact on humans rather than just economic indicators like GDP.</li><li><strong>Historical Context:</strong> The episode explores the French Revolution as a case study for understanding the emergence of human rights.<ul><li>The revolution was fueled by systemic issues like feudalism, poverty, and hunger, along with the spread of new ideas about democracy. </li><li>While the revolution led to significant advancements in human rights, it also had negative consequences, including mob rule, violence, and political purges fueled by misinformation.</li></ul></li><li><strong>Digital Feudalism:</strong> The sources draw a parallel between feudalism and the current digital landscape:<ul><li>Peasants in feudal societies were tied to the land, while individuals today are often trapped on digital platforms.</li><li>Data scraping, dark patterns, and the gig economy limit user control and create exploitative labor conditions.</li><li>Echo chambers, social media addiction, and the prevalence of clickbait contribute to an "intellectual handicap" among the population.</li></ul></li><li><strong>Surveillance Capitalism:</strong> The episode discusses the concept of "surveillance capitalism," a business model that profits from mass data collection and manipulation:<ul><li>This model threatens democracy, modifies behavior through nudges, and grants corporations significant power over governments and citizens.</li><li>The sources emphasize that collecting data "just because you can" violates privacy rights. </li></ul></li><li><strong>The Tragedy of the Generative AI Commons:</strong> The sources argue that generative AI exacerbates the "tragedy of the commons": <ul><li>Intellectual property theft, job displacement, and the erosion of quality control create negative externalities that impact society.</li><li>The lack of recognition and attribution for creators demotivates them and raises ethical concerns.</li></ul></li><li><strong>Game Theory and AI:</strong> The episode examines the application of game theory concepts, like the prisoner's dilemma, to understand the potential pitfalls of AI development.<ul><li>A race to the bottom can occur when companies prioritize short-term profits over ethical considerations, leading to the proliferation of low-quality, potentially harmful content.</li></ul></li><li><strong>Negative Externalities:</strong> The sources emphasize the need to consider the unintended consequences of AI development, even when those consequences are not immediately apparent.</li><li><strong>Tech Propaganda:</strong> The episode explores the role of propaganda in shaping public perception of AI:<ul><li> Tactics like FOMO (Fear of Missing Out), naive utopianism, superficial media coverage, and the glorification of "disruption" contribute to a distorted understanding of AI's potential benefits and risks. </li></ul></li><li><strong>Digital Rights of Humans:</strong> The episode concludes by outlining key digital rights that should be protected in the age of AI:<ul><li><strong>Right to Consent:</strong> Individuals should have control over their data and intellectual property, with opt-in consent required for its use.</li><li><strong>Right to Privacy:</strong> Individuals should have the right to a life free from surveillance capitalism, including protection from dragnet surveillance, continuous location tracking, and the exploitation of biometric data.</li><li><strong>Right to Freedom from Addiction:</strong> Technology should be designed to empower, not exploit, users, minimizing addictive features.</li><li><strong>Right to Protection from Algorithmic Harm:</strong> Individuals should be protected from the negative consequences of algorithms, such as misinformation spread, price fixing, and discriminatory practices.</li><li><strong>Right to a Digital Commons:</strong> The digital space should be protected from exploitation and destruction, ensuring access to information and opportunities for all.</li><li><strong>Right to Real Information:</strong> Individuals should have access to factual information and be protected from propaganda and misinformation. </li><li><strong>Right to a Non-Exploitative Business Model:</strong> Business models that depend on the violation of digital rights are inherently flawed and need to be reformed. </li></ul></li><li><strong>Call to Action:</strong> The episode encourages listeners to advocate for digital rights that prioritize human well-being, holding corporations and governments accountable for the ethical development and deployment of AI. </li><li><strong>Outro:</strong> The host leaves listeners with a question: "What role can we play in shaping a future where AI serves humanity?"</li></ul><p><strong>AI Generation Disclaimer:</strong> This podcast title, episode summary, and episode notes were generated with the assistance of an AI program, using information provided in the sources. While every effort has been made to ensure accuracy and relevance, it is recommended that listeners independently verify any information presented. </p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 18 Oct 2024 14:36:58 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<ul><li><strong>Introduction:</strong>  The host begins by highlighting the need to approach AI ethics from an "externality first" perspective, focusing on the impact on humans rather than just economic indicators like GDP.</li><li><strong>Historical Context:</strong> The episode explores the French Revolution as a case study for understanding the emergence of human rights.<ul><li>The revolution was fueled by systemic issues like feudalism, poverty, and hunger, along with the spread of new ideas about democracy. </li><li>While the revolution led to significant advancements in human rights, it also had negative consequences, including mob rule, violence, and political purges fueled by misinformation.</li></ul></li><li><strong>Digital Feudalism:</strong> The sources draw a parallel between feudalism and the current digital landscape:<ul><li>Peasants in feudal societies were tied to the land, while individuals today are often trapped on digital platforms.</li><li>Data scraping, dark patterns, and the gig economy limit user control and create exploitative labor conditions.</li><li>Echo chambers, social media addiction, and the prevalence of clickbait contribute to an "intellectual handicap" among the population.</li></ul></li><li><strong>Surveillance Capitalism:</strong> The episode discusses the concept of "surveillance capitalism," a business model that profits from mass data collection and manipulation:<ul><li>This model threatens democracy, modifies behavior through nudges, and grants corporations significant power over governments and citizens.</li><li>The sources emphasize that collecting data "just because you can" violates privacy rights. </li></ul></li><li><strong>The Tragedy of the Generative AI Commons:</strong> The sources argue that generative AI exacerbates the "tragedy of the commons": <ul><li>Intellectual property theft, job displacement, and the erosion of quality control create negative externalities that impact society.</li><li>The lack of recognition and attribution for creators demotivates them and raises ethical concerns.</li></ul></li><li><strong>Game Theory and AI:</strong> The episode examines the application of game theory concepts, like the prisoner's dilemma, to understand the potential pitfalls of AI development.<ul><li>A race to the bottom can occur when companies prioritize short-term profits over ethical considerations, leading to the proliferation of low-quality, potentially harmful content.</li></ul></li><li><strong>Negative Externalities:</strong> The sources emphasize the need to consider the unintended consequences of AI development, even when those consequences are not immediately apparent.</li><li><strong>Tech Propaganda:</strong> The episode explores the role of propaganda in shaping public perception of AI:<ul><li> Tactics like FOMO (Fear of Missing Out), naive utopianism, superficial media coverage, and the glorification of "disruption" contribute to a distorted understanding of AI's potential benefits and risks. </li></ul></li><li><strong>Digital Rights of Humans:</strong> The episode concludes by outlining key digital rights that should be protected in the age of AI:<ul><li><strong>Right to Consent:</strong> Individuals should have control over their data and intellectual property, with opt-in consent required for its use.</li><li><strong>Right to Privacy:</strong> Individuals should have the right to a life free from surveillance capitalism, including protection from dragnet surveillance, continuous location tracking, and the exploitation of biometric data.</li><li><strong>Right to Freedom from Addiction:</strong> Technology should be designed to empower, not exploit, users, minimizing addictive features.</li><li><strong>Right to Protection from Algorithmic Harm:</strong> Individuals should be protected from the negative consequences of algorithms, such as misinformation spread, price fixing, and discriminatory practices.</li><li><strong>Right to a Digital Commons:</strong> The digital space should be protected from exploitation and destruction, ensuring access to information and opportunities for all.</li><li><strong>Right to Real Information:</strong> Individuals should have access to factual information and be protected from propaganda and misinformation. </li><li><strong>Right to a Non-Exploitative Business Model:</strong> Business models that depend on the violation of digital rights are inherently flawed and need to be reformed. </li></ul></li><li><strong>Call to Action:</strong> The episode encourages listeners to advocate for digital rights that prioritize human well-being, holding corporations and governments accountable for the ethical development and deployment of AI. </li><li><strong>Outro:</strong> The host leaves listeners with a question: "What role can we play in shaping a future where AI serves humanity?"</li></ul><p><strong>AI Generation Disclaimer:</strong> This podcast title, episode summary, and episode notes were generated with the assistance of an AI program, using information provided in the sources. While every effort has been made to ensure accuracy and relevance, it is recommended that listeners independently verify any information presented. </p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="12783742" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/352cae8b-feea-48bb-8bd1-04cfca2a0a0c/audio/70cca015-e433-48ec-b59b-b7f105037126/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AI Generated Podcast-The French Revolution 2.0? -  Navigating Digital Rights in the Age of AI</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:13:18</itunes:duration>
      <itunes:summary>his episode explores the emerging need for digital rights in the age of AI, drawing parallels between the historical context of the French Revolution and the challenges we face today in the digital world.  The host examines various aspects of AI, including intellectual property theft, job displacement, quality control issues, lack of recognition for creators, and ethical concerns. By analyzing concepts such as regulatory entrepreneurship, tech propaganda, and broken economic models, the episode urges listeners to consider the potential consequences of unchecked AI development and advocate for digital rights that prioritize human well-being over corporate profit.</itunes:summary>
      <itunes:subtitle>his episode explores the emerging need for digital rights in the age of AI, drawing parallels between the historical context of the French Revolution and the challenges we face today in the digital world.  The host examines various aspects of AI, including intellectual property theft, job displacement, quality control issues, lack of recognition for creators, and ethical concerns. By analyzing concepts such as regulatory entrepreneurship, tech propaganda, and broken economic models, the episode urges listeners to consider the potential consequences of unchecked AI development and advocate for digital rights that prioritize human well-being over corporate profit.</itunes:subtitle>
      <itunes:keywords>digital rights, french revolution, genai, consent</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>124</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ae4150c6-59e5-4539-ac30-6488a4146169</guid>
      <title>AI-Assisted via Notebook LLM:  Episode Summary and Podcast Notes: Serverless Data Engineering with Rust</title>
      <description><![CDATA[<h3>What is Serverless?</h3><ul><li>Serverless computing is a modern approach to software development that optimizes efficiency by only running code when needed, unlike traditional always-on servers.</li><li><strong>Analogy:</strong> A motion-sensing light bulb in a garage only turns on when motion is detected. Similarly, serverless functions are triggered by events and automatically scale up and down as required.</li><li><strong>Benefits:</strong>  <ul><li><strong>Efficiency:</strong> Only pay for the compute time used, billed in milliseconds. </li><li><strong>Scalability:</strong>  Applications scale automatically based on demand. </li><li><strong>Reduced Management Overhead:</strong> No need to manage servers, AWS handles the infrastructure.</li></ul></li></ul><h3>Function as a Service (FaaS)</h3><ul><li><strong>FaaS is a fundamental building block of serverless technology.</strong></li><li><strong>It involves deploying individual functions that perform a specific task, like an "add" function.</strong> </li><li><strong>AWS Lambda</strong> is a popular example of a FaaS platform.</li><li><strong>Benefits:</strong> <ul><li><strong>Simplicity:</strong> Easy to understand and manage individual functions.</li><li><strong>Scalability:</strong>  Functions can be scaled independently based on demand. </li><li><strong>Cost-effectiveness:</strong> Only pay for the compute time used by each function.</li></ul></li></ul><h3>Why Rust for Serverless Data Engineering?</h3><ul><li><strong>Rust's performance, safety, and deployment characteristics make it well-suited for serverless.</strong></li><li><strong>Analogy:</strong> Building a durable, easy-to-clean cup (Rust) versus a quick, disposable cup (Python). </li><li><strong>Benefits:</strong><ul><li><strong>Performance:</strong> Rust is a high-performance language, leading to faster execution times and potentially lower costs.</li><li><strong>Cost-effectiveness:</strong> Rust's low memory footprint can significantly reduce AWS Lambda costs as you are charged based on memory usage. </li><li><strong>Safety:</strong>  Rust's strong type system and memory safety features help prevent errors and improve code reliability. </li><li><strong>Easy Deployment:</strong> Cargo Lambda simplifies the process of building, testing, and deploying Rust functions to AWS Lambda. </li><li><strong>Maintainability:</strong> Rust's features promote the creation of code that is easier to maintain and less prone to errors in the long run.</li></ul></li></ul><h3>Introducing Cargo Lambda</h3><ul><li><strong>Cargo Lambda is a framework designed to simplify the development, testing, and deployment of Rust functions to AWS Lambda.</strong> </li><li><strong>Benefits:</strong> <ul><li><strong>Leverages Rust's advantages:</strong>  Allows developers to utilize Rust's performance, safety, and efficiency for serverless functions. </li><li><strong>Easy Deployment:</strong> Streamlines the process of deploying Rust functions to AWS Lambda. </li><li><strong>Local Testing:</strong> Provides tools for testing and debugging functions locally before deploying. </li><li><strong>Custom Runtime:</strong>  Optimizes the AWS Lambda Rust runtime for specific Rust capabilities. </li><li><strong>Ecosystem Integration:</strong> Seamless integration with other AWS services and the Rust ecosystem. </li></ul></li></ul><h3>Building a Tunnel Game with Cargo Lambda</h3><ul><li>The sources provide a step-by-step guide to building a simple "tunnel game" using Cargo Lambda.</li><li>The game demonstrates how to receive and process requests, generate random responses, and deploy a Rust function to AWS Lambda.</li></ul><h3>Comparing Runtimes: Rust, Ruby, and Node.js</h3><ul><li>The sources compare the performance of Rust, Ruby, and Node.js in AWS Lambda, highlighting the impact of memory usage on cost. </li><li><strong>Rust exhibits significantly lower memory usage compared to Ruby and Node.js, leading to potential cost savings.</strong></li></ul><h3>Key Takeaways</h3><ul><li>Serverless computing offers a more efficient and scalable approach to software development.</li><li>FaaS, specifically AWS Lambda, is a powerful tool for building serverless applications.</li><li><strong>Rust, with its performance, safety, and cost-effectiveness, emerges as an excellent choice for serverless data engineering.</strong> </li><li>Cargo Lambda simplifies the development and deployment of Rust functions on AWS Lambda.</li></ul><h3>Podcast Notes:</h3><ul><li><strong>Invite a guest expert in Rust and serverless computing for a deeper discussion.</strong></li><li><strong>Provide code examples and demonstrations of Cargo Lambda in action.</strong></li><li><strong>Discuss real-world use cases of Rust in serverless data engineering.</strong></li><li><strong>Share tips and resources for getting started with Rust and Cargo Lambda.</strong> </li></ul><p>This response summarizes the key concepts presented in your provided audio source excerpts. Please let me know if you have any further questions or need additional information. </p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 18 Oct 2024 13:37:37 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h3>What is Serverless?</h3><ul><li>Serverless computing is a modern approach to software development that optimizes efficiency by only running code when needed, unlike traditional always-on servers.</li><li><strong>Analogy:</strong> A motion-sensing light bulb in a garage only turns on when motion is detected. Similarly, serverless functions are triggered by events and automatically scale up and down as required.</li><li><strong>Benefits:</strong>  <ul><li><strong>Efficiency:</strong> Only pay for the compute time used, billed in milliseconds. </li><li><strong>Scalability:</strong>  Applications scale automatically based on demand. </li><li><strong>Reduced Management Overhead:</strong> No need to manage servers, AWS handles the infrastructure.</li></ul></li></ul><h3>Function as a Service (FaaS)</h3><ul><li><strong>FaaS is a fundamental building block of serverless technology.</strong></li><li><strong>It involves deploying individual functions that perform a specific task, like an "add" function.</strong> </li><li><strong>AWS Lambda</strong> is a popular example of a FaaS platform.</li><li><strong>Benefits:</strong> <ul><li><strong>Simplicity:</strong> Easy to understand and manage individual functions.</li><li><strong>Scalability:</strong>  Functions can be scaled independently based on demand. </li><li><strong>Cost-effectiveness:</strong> Only pay for the compute time used by each function.</li></ul></li></ul><h3>Why Rust for Serverless Data Engineering?</h3><ul><li><strong>Rust's performance, safety, and deployment characteristics make it well-suited for serverless.</strong></li><li><strong>Analogy:</strong> Building a durable, easy-to-clean cup (Rust) versus a quick, disposable cup (Python). </li><li><strong>Benefits:</strong><ul><li><strong>Performance:</strong> Rust is a high-performance language, leading to faster execution times and potentially lower costs.</li><li><strong>Cost-effectiveness:</strong> Rust's low memory footprint can significantly reduce AWS Lambda costs as you are charged based on memory usage. </li><li><strong>Safety:</strong>  Rust's strong type system and memory safety features help prevent errors and improve code reliability. </li><li><strong>Easy Deployment:</strong> Cargo Lambda simplifies the process of building, testing, and deploying Rust functions to AWS Lambda. </li><li><strong>Maintainability:</strong> Rust's features promote the creation of code that is easier to maintain and less prone to errors in the long run.</li></ul></li></ul><h3>Introducing Cargo Lambda</h3><ul><li><strong>Cargo Lambda is a framework designed to simplify the development, testing, and deployment of Rust functions to AWS Lambda.</strong> </li><li><strong>Benefits:</strong> <ul><li><strong>Leverages Rust's advantages:</strong>  Allows developers to utilize Rust's performance, safety, and efficiency for serverless functions. </li><li><strong>Easy Deployment:</strong> Streamlines the process of deploying Rust functions to AWS Lambda. </li><li><strong>Local Testing:</strong> Provides tools for testing and debugging functions locally before deploying. </li><li><strong>Custom Runtime:</strong>  Optimizes the AWS Lambda Rust runtime for specific Rust capabilities. </li><li><strong>Ecosystem Integration:</strong> Seamless integration with other AWS services and the Rust ecosystem. </li></ul></li></ul><h3>Building a Tunnel Game with Cargo Lambda</h3><ul><li>The sources provide a step-by-step guide to building a simple "tunnel game" using Cargo Lambda.</li><li>The game demonstrates how to receive and process requests, generate random responses, and deploy a Rust function to AWS Lambda.</li></ul><h3>Comparing Runtimes: Rust, Ruby, and Node.js</h3><ul><li>The sources compare the performance of Rust, Ruby, and Node.js in AWS Lambda, highlighting the impact of memory usage on cost. </li><li><strong>Rust exhibits significantly lower memory usage compared to Ruby and Node.js, leading to potential cost savings.</strong></li></ul><h3>Key Takeaways</h3><ul><li>Serverless computing offers a more efficient and scalable approach to software development.</li><li>FaaS, specifically AWS Lambda, is a powerful tool for building serverless applications.</li><li><strong>Rust, with its performance, safety, and cost-effectiveness, emerges as an excellent choice for serverless data engineering.</strong> </li><li>Cargo Lambda simplifies the development and deployment of Rust functions on AWS Lambda.</li></ul><h3>Podcast Notes:</h3><ul><li><strong>Invite a guest expert in Rust and serverless computing for a deeper discussion.</strong></li><li><strong>Provide code examples and demonstrations of Cargo Lambda in action.</strong></li><li><strong>Discuss real-world use cases of Rust in serverless data engineering.</strong></li><li><strong>Share tips and resources for getting started with Rust and Cargo Lambda.</strong> </li></ul><p>This response summarizes the key concepts presented in your provided audio source excerpts. Please let me know if you have any further questions or need additional information. </p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="9704637" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5a508926-f2cd-477d-ae6e-51990f113fbc/audio/abe10e75-bcb1-461e-aae5-83dccd2bdf05/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AI-Assisted via Notebook LLM:  Episode Summary and Podcast Notes: Serverless Data Engineering with Rust</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:06</itunes:duration>
      <itunes:summary>This episode introduces serverless computing, specifically AWS Lambda, and explores the advantages of using Rust for serverless data engineering.
</itunes:summary>
      <itunes:subtitle>This episode introduces serverless computing, specifically AWS Lambda, and explores the advantages of using Rust for serverless data engineering.
</itunes:subtitle>
      <itunes:keywords>serverless, rust, noah gift, notebook llm</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>123</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e33679db-8e5c-4dee-a70e-2c2c7bfc0e48</guid>
      <title>Installing and Using Cargo Lambda Overview</title>
      <description><![CDATA[<h2>Episode Notes</h2><ul><li><p><strong>Introduction to Cargo Lambda</strong></p><ul><li>Interacts with AWS Lambda ecosystem from the terminal</li><li>Enables native running, building, and deployment of Lambda functions</li><li>No need for containers or VMs</li></ul></li><li><p><strong>Installation Options</strong></p><ul><li>Homebrew (recommended for macOS and Linux)</li><li>Scoop for Windows</li><li>Docker and Nix as alternatives</li><li>Binary release or building from source</li></ul></li><li><p><strong>Getting Started</strong></p><ul><li>Use <code>cargo lambda new</code> to create a project</li><li>Directory structure includes package management, default code, compiler, and linter</li><li><code>cargo lambda watch</code> for immediate code writing</li><li><code>cargo lambda invoke</code> for testing with JSON payloads</li></ul></li><li><p><strong>Web Framework Support</strong></p><ul><li>Ability to expose microservices with HTTP interfaces</li></ul></li><li><p><strong>Deployment Process</strong></p><ul><li><code>cargo lambda build --release</code> for building (including ARM64 support)</li><li><code>cargo lambda deploy</code> for straightforward deployment</li></ul></li><li><p><strong>Additional Features</strong></p><ul><li>Verbose mode and tracing options available</li><li>Integration with GitHub Actions and AWS CDK</li></ul></li><li><p><strong>Advantages of Cargo Lambda</strong></p><ul><li>Leverages the robust Rust ecosystem</li><li>Modern package management with Cargo</li><li>Potentially easier than scripting languages for Lambda development</li></ul></li></ul><h2>Key Takeaways</h2><ol><li>Cargo Lambda offers a superior method for interacting with AWS Lambda compared to scripting languages.</li><li>The tool provides a streamlined workflow for creating, testing, and deploying Lambda functions.</li><li>It leverages the Rust ecosystem, offering modern package management and development tools.</li><li>Cargo Lambda supports both function-based and web framework approaches for Lambda development.</li><li>The ease of use and integration with AWS services make it an attractive option for Lambda developers.</li></ol>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 5 Oct 2024 12:33:05 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h2>Episode Notes</h2><ul><li><p><strong>Introduction to Cargo Lambda</strong></p><ul><li>Interacts with AWS Lambda ecosystem from the terminal</li><li>Enables native running, building, and deployment of Lambda functions</li><li>No need for containers or VMs</li></ul></li><li><p><strong>Installation Options</strong></p><ul><li>Homebrew (recommended for macOS and Linux)</li><li>Scoop for Windows</li><li>Docker and Nix as alternatives</li><li>Binary release or building from source</li></ul></li><li><p><strong>Getting Started</strong></p><ul><li>Use <code>cargo lambda new</code> to create a project</li><li>Directory structure includes package management, default code, compiler, and linter</li><li><code>cargo lambda watch</code> for immediate code writing</li><li><code>cargo lambda invoke</code> for testing with JSON payloads</li></ul></li><li><p><strong>Web Framework Support</strong></p><ul><li>Ability to expose microservices with HTTP interfaces</li></ul></li><li><p><strong>Deployment Process</strong></p><ul><li><code>cargo lambda build --release</code> for building (including ARM64 support)</li><li><code>cargo lambda deploy</code> for straightforward deployment</li></ul></li><li><p><strong>Additional Features</strong></p><ul><li>Verbose mode and tracing options available</li><li>Integration with GitHub Actions and AWS CDK</li></ul></li><li><p><strong>Advantages of Cargo Lambda</strong></p><ul><li>Leverages the robust Rust ecosystem</li><li>Modern package management with Cargo</li><li>Potentially easier than scripting languages for Lambda development</li></ul></li></ul><h2>Key Takeaways</h2><ol><li>Cargo Lambda offers a superior method for interacting with AWS Lambda compared to scripting languages.</li><li>The tool provides a streamlined workflow for creating, testing, and deploying Lambda functions.</li><li>It leverages the Rust ecosystem, offering modern package management and development tools.</li><li>Cargo Lambda supports both function-based and web framework approaches for Lambda development.</li><li>The ease of use and integration with AWS services make it an attractive option for Lambda developers.</li></ol>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="4610968" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/cbb48804-f3c0-4ef1-b435-a934d9263415/audio/5f4bf238-796d-468c-b9c2-72063fc62bf7/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Installing and Using Cargo Lambda Overview</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:04:48</itunes:duration>
      <itunes:summary>This episode explores Cargo Lambda, a powerful tool for interacting with the AWS Lambda ecosystem. It simplifies the process of running, building, and deploying Lambda functions natively, without the need for containers or VMs. The discussion covers installation methods, getting started with Cargo Lambda, and its advantages over traditional scripting languages for Lambda development.</itunes:summary>
      <itunes:subtitle>This episode explores Cargo Lambda, a powerful tool for interacting with the AWS Lambda ecosystem. It simplifies the process of running, building, and deploying Lambda functions natively, without the need for containers or VMs. The discussion covers installation methods, getting started with Cargo Lambda, and its advantages over traditional scripting languages for Lambda development.</itunes:subtitle>
      <itunes:keywords>microservices, aws development, aws lambda, faas, cargo lambda, terminal tools, aws sdk, devops, serverless, rust ecosystem, rust, package management, lambda deployment, cloud computing, cloud functions</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>122</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">29611df3-c2ca-45e2-8de4-d2ca75ee74bb</guid>
      <title>What is Cargo Lambda?</title>
      <description><![CDATA[<p><a href="https://paiml.com/blog/2024-10-04-what-is-cargo-lambda/">Pragmatic AI Labs Blog - What is Cargo Lambda</a></p><h3>What is Cargo Lambda?</h3><ul><li>A framework for building tools and workflows for Rust on AWS Lambda</li></ul><h3>Key Benefits</h3><ol><li><p><strong>Rust Performance</strong></p><ul><li>Allows writing AWS Lambda functions in Rust</li><li>Provides amazing performance and low cold start times</li><li>Leverages modern compilation features of Rust</li></ul></li><li><p><strong>Type Safety</strong></p><ul><li>Utilizes Rust's strong type system</li><li>Helps catch errors at compile time</li><li>Reduces runtime errors in production</li></ul></li><li><p><strong>Memory Safety</strong></p><ul><li>Implements Rust's Ownership model</li><li>Prevents common bugs like null pointer dereferences</li><li>Eliminates data races without a garbage collector</li></ul></li><li><p><strong>Easy Deployment</strong></p><ul><li>Simplifies the process of building, testing, and deploying Rust functions to AWS Lambda</li><li>Leverages Rust's modern binary-based features for optimized and cross-compiled binaries</li></ul></li><li><p><strong>Local Testing</strong></p><ul><li>Provides tools for running and debugging Lambda functions locally</li><li>Enhances the development and prototyping process</li></ul></li><li><p><strong>Custom Runtime</strong></p><ul><li>Leverages the AWS Lambda Rust runtime</li><li>Allows optimization for Rust's unique performance capabilities</li></ul></li><li><p><strong>Ecosystem Integration</strong></p><ul><li>Easy integration with other AWS services</li><li>Seamless connection to the broader Rust ecosystem</li></ul></li><li><p><strong>Resource Efficiency</strong></p><ul><li>Utilizes Rust's naturally low memory footprint</li><li>Potentially 70-80% less memory usage compared to languages like Python</li><li>Cost-effective for data engineering pipelines</li></ul></li><li><p><strong>Cross-compilation Support</strong></p><ul><li>Enables building Lambda functions for different architectures</li><li>Allows targeting ARM for cost savings on high-performance functions</li></ul></li><li><p><strong>Productivity</strong></p></li></ol><ul><li>Streamlines the development workflow for Rust</li><li>Combines powerful features with time-saving processes</li></ul><h3>Conclusion</h3><p>Cargo Lambda offers a compelling solution for developers looking to leverage Rust's power in serverless environments, providing a unique combination of performance, safety, and ease of use.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 4 Oct 2024 16:55:36 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://paiml.com/blog/2024-10-04-what-is-cargo-lambda/">Pragmatic AI Labs Blog - What is Cargo Lambda</a></p><h3>What is Cargo Lambda?</h3><ul><li>A framework for building tools and workflows for Rust on AWS Lambda</li></ul><h3>Key Benefits</h3><ol><li><p><strong>Rust Performance</strong></p><ul><li>Allows writing AWS Lambda functions in Rust</li><li>Provides amazing performance and low cold start times</li><li>Leverages modern compilation features of Rust</li></ul></li><li><p><strong>Type Safety</strong></p><ul><li>Utilizes Rust's strong type system</li><li>Helps catch errors at compile time</li><li>Reduces runtime errors in production</li></ul></li><li><p><strong>Memory Safety</strong></p><ul><li>Implements Rust's Ownership model</li><li>Prevents common bugs like null pointer dereferences</li><li>Eliminates data races without a garbage collector</li></ul></li><li><p><strong>Easy Deployment</strong></p><ul><li>Simplifies the process of building, testing, and deploying Rust functions to AWS Lambda</li><li>Leverages Rust's modern binary-based features for optimized and cross-compiled binaries</li></ul></li><li><p><strong>Local Testing</strong></p><ul><li>Provides tools for running and debugging Lambda functions locally</li><li>Enhances the development and prototyping process</li></ul></li><li><p><strong>Custom Runtime</strong></p><ul><li>Leverages the AWS Lambda Rust runtime</li><li>Allows optimization for Rust's unique performance capabilities</li></ul></li><li><p><strong>Ecosystem Integration</strong></p><ul><li>Easy integration with other AWS services</li><li>Seamless connection to the broader Rust ecosystem</li></ul></li><li><p><strong>Resource Efficiency</strong></p><ul><li>Utilizes Rust's naturally low memory footprint</li><li>Potentially 70-80% less memory usage compared to languages like Python</li><li>Cost-effective for data engineering pipelines</li></ul></li><li><p><strong>Cross-compilation Support</strong></p><ul><li>Enables building Lambda functions for different architectures</li><li>Allows targeting ARM for cost savings on high-performance functions</li></ul></li><li><p><strong>Productivity</strong></p></li></ol><ul><li>Streamlines the development workflow for Rust</li><li>Combines powerful features with time-saving processes</li></ul><h3>Conclusion</h3><p>Cargo Lambda offers a compelling solution for developers looking to leverage Rust's power in serverless environments, providing a unique combination of performance, safety, and ease of use.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5036869" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/633c66e0-9d87-40f7-8c6d-b3cb9085204b/audio/edb5b07e-f45b-4738-8a7b-649f9f308fa7/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>What is Cargo Lambda?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:05:14</itunes:duration>
      <itunes:summary>This episode explores Cargo Lambda, a powerful framework for building AWS Lambda functions using Rust. The discussion highlights the numerous benefits of using Cargo Lambda, including enhanced performance, type safety, memory efficiency, and streamlined deployment processes. Cargo Lambda leverages Rust&apos;s strengths to provide a robust and efficient solution for serverless development on AWS.
</itunes:summary>
      <itunes:subtitle>This episode explores Cargo Lambda, a powerful framework for building AWS Lambda functions using Rust. The discussion highlights the numerous benefits of using Cargo Lambda, including enhanced performance, type safety, memory efficiency, and streamlined deployment processes. Cargo Lambda leverages Rust&apos;s strengths to provide a robust and efficient solution for serverless development on AWS.
</itunes:subtitle>
      <itunes:keywords>memory safety, aws lambda, cargo lambda, resource efficiency, performance, devops, serverless, local testing, cargo lambda, serverless development, rust, rust, deployment, cross-compilation, cargo, cloud computing, type safety, rust on aws</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>121</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">80060b66-b07f-4279-a41c-0032622f2a32</guid>
      <title>What is Function as a Service?</title>
      <description><![CDATA[<h1>Function as a Service (FaaS): Core Building Block of Serverless Technology</h1><h2>What is FaaS?</h2><ul><li>Simplest unit of work for building applications, microservices, or event-driven protocols</li><li>Basic workflow: Input → Logic → Output</li></ul><h2>Characteristics of FaaS</h2><ul><li>Simple and easily understandable</li><li>Highly scalable</li><li>Quick response time</li></ul><h2>Popular FaaS Framework: AWS Lambda</h2><ul><li>Can be attached to various services:<ul><li>S3 notifications (e.g., file uploads)</li><li>SQS (Simple Queue Service) messages</li></ul></li><li>Enables building infinitely scalable services with small response times</li></ul><h2>Best Languages for Serverless/FaaS</h2><ol><li>Rust</li><li>Go</li></ol><h2>Advantages of Modern Compiled Languages for FaaS</h2><ul><li>Speed</li><li>Safety</li><li>Optimal deployment characteristics</li><li>Millisecond response and invocation times</li><li>Low energy usage</li></ul><h2>Key Considerations for FaaS Development</h2><ul><li>Focus on maintenance over ease of building</li><li>Optimize for low costs (financial and energy)</li><li>Consider total cost of service over time</li></ul><h2>Takeaway</h2><p>When developing Function as a Service applications, prioritize long-term efficiency, maintenance, and cost-effectiveness over initial development ease. Choose languages and practices that support these goals in a serverless environment.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 3 Oct 2024 16:09:15 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Function as a Service (FaaS): Core Building Block of Serverless Technology</h1><h2>What is FaaS?</h2><ul><li>Simplest unit of work for building applications, microservices, or event-driven protocols</li><li>Basic workflow: Input → Logic → Output</li></ul><h2>Characteristics of FaaS</h2><ul><li>Simple and easily understandable</li><li>Highly scalable</li><li>Quick response time</li></ul><h2>Popular FaaS Framework: AWS Lambda</h2><ul><li>Can be attached to various services:<ul><li>S3 notifications (e.g., file uploads)</li><li>SQS (Simple Queue Service) messages</li></ul></li><li>Enables building infinitely scalable services with small response times</li></ul><h2>Best Languages for Serverless/FaaS</h2><ol><li>Rust</li><li>Go</li></ol><h2>Advantages of Modern Compiled Languages for FaaS</h2><ul><li>Speed</li><li>Safety</li><li>Optimal deployment characteristics</li><li>Millisecond response and invocation times</li><li>Low energy usage</li></ul><h2>Key Considerations for FaaS Development</h2><ul><li>Focus on maintenance over ease of building</li><li>Optimize for low costs (financial and energy)</li><li>Consider total cost of service over time</li></ul><h2>Takeaway</h2><p>When developing Function as a Service applications, prioritize long-term efficiency, maintenance, and cost-effectiveness over initial development ease. Choose languages and practices that support these goals in a serverless environment.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2270397" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/1f6b1065-f071-4c4e-bb95-3e8ef6a449d7/audio/a0961328-a372-44f0-b2d2-3598d4d2d2f7/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>What is Function as a Service?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:21</itunes:duration>
      <itunes:summary>This episode explores Function as a Service (FaaS), a key component of serverless technology. It explains the simplicity and scalability of FaaS, using examples like AWS Lambda to illustrate its applications. It also highlights the advantages of using modern compiled languages like Rust for serverless computing, emphasizing the importance of long-term maintenance, cost efficiency, and energy use in FaaS development.</itunes:summary>
      <itunes:subtitle>This episode explores Function as a Service (FaaS), a key component of serverless technology. It explains the simplicity and scalability of FaaS, using examples like AWS Lambda to illustrate its applications. It also highlights the advantages of using modern compiled languages like Rust for serverless computing, emphasizing the importance of long-term maintenance, cost efficiency, and energy use in FaaS development.</itunes:subtitle>
      <itunes:keywords>aws, faas, serverless, rust, lambda</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>120</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e5b8e863-f3e1-47f9-a38b-845e5cbedfcf</guid>
      <title>Build a cup vs wash a cup: Rust vs Python</title>
      <description><![CDATA[<p><a href="https://noahgift.com/articles/build-cup/">Build a cup vs wash a cup blog post</a></p><h1>Building vs. Washing a Cup: Rust vs. Scripting Languages</h1><h2>Key Points:</h2><ul><li>Analogy: Building a cup (initial development) vs. washing a cup (maintenance)</li><li>Rust represents a well-crafted cup, while Python represents a quickly made, crude cup</li></ul><h2>Advantages of Rust:</h2><ol><li>Optimized for long-term maintenance</li><li>Compiler catches bugs early:<ul><li>Type errors</li><li>Syntax errors</li><li>Concurrency issues</li></ul></li><li>Better packaging and deployment</li><li>Improved energy efficiency</li><li>Smaller carbon footprint</li></ol><h2>Disadvantages of Scripting Languages (e.g., Python):</h2><ol><li>Easier initial development, but potential long-term issues</li><li>Packaging often an afterthought</li><li>Slower package performance</li><li>No compiler to catch certain types of bugs</li></ol><h2>Considerations for Choosing a Language:</h2><ul><li>Long-term maintenance costs</li><li>Energy efficiency</li><li>Carbon footprint</li><li>Deployment process</li><li>Overall cost (human labor and cloud resources)</li></ul><h2>Takeaway:</h2><p>When selecting a programming language, consider factors beyond initial ease of use. Languages like Rust may require more upfront effort but can provide significant long-term benefits in terms of maintenance, performance, and reliability.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 3 Oct 2024 15:54:12 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><a href="https://noahgift.com/articles/build-cup/">Build a cup vs wash a cup blog post</a></p><h1>Building vs. Washing a Cup: Rust vs. Scripting Languages</h1><h2>Key Points:</h2><ul><li>Analogy: Building a cup (initial development) vs. washing a cup (maintenance)</li><li>Rust represents a well-crafted cup, while Python represents a quickly made, crude cup</li></ul><h2>Advantages of Rust:</h2><ol><li>Optimized for long-term maintenance</li><li>Compiler catches bugs early:<ul><li>Type errors</li><li>Syntax errors</li><li>Concurrency issues</li></ul></li><li>Better packaging and deployment</li><li>Improved energy efficiency</li><li>Smaller carbon footprint</li></ol><h2>Disadvantages of Scripting Languages (e.g., Python):</h2><ol><li>Easier initial development, but potential long-term issues</li><li>Packaging often an afterthought</li><li>Slower package performance</li><li>No compiler to catch certain types of bugs</li></ol><h2>Considerations for Choosing a Language:</h2><ul><li>Long-term maintenance costs</li><li>Energy efficiency</li><li>Carbon footprint</li><li>Deployment process</li><li>Overall cost (human labor and cloud resources)</li></ul><h2>Takeaway:</h2><p>When selecting a programming language, consider factors beyond initial ease of use. Languages like Rust may require more upfront effort but can provide significant long-term benefits in terms of maintenance, performance, and reliability.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2818759" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/744c7342-6c4a-4c94-bafa-8d6938f14b80/audio/2df40acf-9b5f-4bb7-b9c3-24df3d16ed30/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Build a cup vs wash a cup: Rust vs Python</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:56</itunes:duration>
      <itunes:summary>This episode discusses the benefits of using the Rust programming language compared to scripting languages like Python. An analogy of building a cup versus washing a cup explains why Rust&apos;s upfront complexity can lead to long-term benefits in maintenance, performance, and reliability. The episode emphasizes the importance of considering factors beyond initial ease of use when choosing a programming language for projects.</itunes:summary>
      <itunes:subtitle>This episode discusses the benefits of using the Rust programming language compared to scripting languages like Python. An analogy of building a cup versus washing a cup explains why Rust&apos;s upfront complexity can lead to long-term benefits in maintenance, performance, and reliability. The episode emphasizes the importance of considering factors beyond initial ease of use when choosing a programming language for projects.</itunes:subtitle>
      <itunes:keywords>python, cost-effective, rust, energy efficiency</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>119</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">dd21246c-7feb-40f6-a3b7-ec95b54fc32e</guid>
      <title>What is AWS Lambda?</title>
      <description><![CDATA[<h1>Understanding Serverless Computing</h1><p><a href="https://noahgift.com/articles/what-is-aws-lambda/">What is AWS Lambda</a></p><h2>Notes:</h2><p>Introduction to Serverless</p><ul><li>New paradigm in cloud computing</li><li>Contrasts with pre-cloud, always-running systems</li></ul><p>Inefficiency of Traditional Models</p><ul><li>Example: Apache web service running constantly</li><li>Analogy: Lights always on in a house</li></ul><p>Characteristics of Serverless Computing</p><ul><li>Stateless</li><li>Event-driven</li><li>Automatically scalable</li><li>"Logic to live" concept</li></ul><p>Light Bulb Analogy</p><ul><li>Manual invocation (switch)</li><li>Timer-based activation</li><li>Sensor-triggered (motion, garage door)</li></ul><p>Simplicity in Coding</p><ul><li>Functions in various languages (Python, Rust, Go)</li><li>Input-process-output model</li></ul><p>Efficiency and Use Cases</p><ul><li>Low latency workloads</li><li>Data engineering</li><li>Modern cloud-native workflows</li></ul><p>Example of Serverless Platform</p><ul><li>AWS Lambda mentioned as popular example</li></ul><h2>Key Takeaways:</h2><ul><li>Serverless computing offers more efficient resource utilization than traditional models</li><li>It's event-driven and scales automatically</li><li>Simplifies coding by focusing on function-based logic</li><li>Well-suited for modern cloud applications and data engineering tasks</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 3 Oct 2024 15:04:42 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Understanding Serverless Computing</h1><p><a href="https://noahgift.com/articles/what-is-aws-lambda/">What is AWS Lambda</a></p><h2>Notes:</h2><p>Introduction to Serverless</p><ul><li>New paradigm in cloud computing</li><li>Contrasts with pre-cloud, always-running systems</li></ul><p>Inefficiency of Traditional Models</p><ul><li>Example: Apache web service running constantly</li><li>Analogy: Lights always on in a house</li></ul><p>Characteristics of Serverless Computing</p><ul><li>Stateless</li><li>Event-driven</li><li>Automatically scalable</li><li>"Logic to live" concept</li></ul><p>Light Bulb Analogy</p><ul><li>Manual invocation (switch)</li><li>Timer-based activation</li><li>Sensor-triggered (motion, garage door)</li></ul><p>Simplicity in Coding</p><ul><li>Functions in various languages (Python, Rust, Go)</li><li>Input-process-output model</li></ul><p>Efficiency and Use Cases</p><ul><li>Low latency workloads</li><li>Data engineering</li><li>Modern cloud-native workflows</li></ul><p>Example of Serverless Platform</p><ul><li>AWS Lambda mentioned as popular example</li></ul><h2>Key Takeaways:</h2><ul><li>Serverless computing offers more efficient resource utilization than traditional models</li><li>It's event-driven and scales automatically</li><li>Simplifies coding by focusing on function-based logic</li><li>Well-suited for modern cloud applications and data engineering tasks</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3005169" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8fca8469-fa5d-4dd7-bd97-fa1b8924ad8f/audio/bb9f6d07-7632-45d7-a685-b3d6cf7897ba/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>What is AWS Lambda?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:03:07</itunes:duration>
      <itunes:summary>This text explains the concept of serverless computing, contrasting it with traditional always-on server models. It highlights the efficiency and event-driven nature of serverless architecture, using analogies like home lighting systems to illustrate its principles. The piece emphasizes serverless computing&apos;s simplicity, scalability, and suitability for modern cloud-native workflows.
</itunes:summary>
      <itunes:subtitle>This text explains the concept of serverless computing, contrasting it with traditional always-on server models. It highlights the efficiency and event-driven nature of serverless architecture, using analogies like home lighting systems to illustrate its principles. The piece emphasizes serverless computing&apos;s simplicity, scalability, and suitability for modern cloud-native workflows.
</itunes:subtitle>
      <itunes:keywords>aws, serverless, rust, lambda</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>118</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a1046a9a-47bb-4969-8943-b533b17421d8</guid>
      <title>Broken Economic Models in Tech That Hurt Humans At Scale</title>
      <description><![CDATA[<h1>Broken Economic Models for Humanity</h1><h2>Key Concepts:</h2><ol><li><p>Surveillance Capitalism</p><ul><li>Definition by Shoshana Zuboff</li><li>Extracts and monetizes human experience data</li><li>Concentrates wealth, knowledge, and power</li><li>Threatens human nature and democracy</li></ul></li><li><p>Externality First Capitalism</p><ul><li>Proposed solution to create markets for social good</li><li>Examples:<ul><li>Carbon pricing in services</li><li>Media platform taxation based on factual content</li><li>Tax credits for repairable technology</li><li>Taxation of addictive technology profits</li><li>Corporate and individual wealth tax</li><li>Right to repair initiatives</li></ul></li></ul></li><li><p>Game Theory and AI</p><ul><li>Tragedy of the Commons applied to GenAI</li><li>Internet as a public commons</li><li>Data collection without consent destroys the commons</li></ul></li><li><p>Privacy and Power</p><ul><li>Importance of privacy in protecting freedom</li><li>Data collection's impact on society</li><li>Need for action to reclaim privacy</li></ul></li><li><p>Optimizing for Humans</p><ul><li>Critiques of current business climate</li><li>Anti-patterns in current systems:<ul><li>Rapid growth</li><li>Addiction</li><li>Income inequality</li><li>Centralized systems</li></ul></li><li>Focus on human welfare over GDP</li><li>Importance of environmental protection</li></ul></li></ol><h2>Key Takeaways:</h2><ul><li>Current economic models, especially surveillance capitalism, pose significant threats to human rights and societal well-being.</li><li>Solutions should focus on creating incentives for social good and addressing negative externalities.</li><li>Privacy is crucial for maintaining individual freedom and societal health.</li><li>Economic systems should prioritize human welfare and environmental protection over unchecked growth and profit.</li></ul><h2>Action Items:</h2><ol><li>Research and support initiatives that promote "Externality First Capitalism"</li><li>Advocate for stronger privacy protections and data rights</li><li>Support right to repair movements and sustainable technology practices</li><li>Engage in discussions about redefining economic success metrics to prioritize human welfare</li></ol>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 20 Sep 2024 17:50:12 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Broken Economic Models for Humanity</h1><h2>Key Concepts:</h2><ol><li><p>Surveillance Capitalism</p><ul><li>Definition by Shoshana Zuboff</li><li>Extracts and monetizes human experience data</li><li>Concentrates wealth, knowledge, and power</li><li>Threatens human nature and democracy</li></ul></li><li><p>Externality First Capitalism</p><ul><li>Proposed solution to create markets for social good</li><li>Examples:<ul><li>Carbon pricing in services</li><li>Media platform taxation based on factual content</li><li>Tax credits for repairable technology</li><li>Taxation of addictive technology profits</li><li>Corporate and individual wealth tax</li><li>Right to repair initiatives</li></ul></li></ul></li><li><p>Game Theory and AI</p><ul><li>Tragedy of the Commons applied to GenAI</li><li>Internet as a public commons</li><li>Data collection without consent destroys the commons</li></ul></li><li><p>Privacy and Power</p><ul><li>Importance of privacy in protecting freedom</li><li>Data collection's impact on society</li><li>Need for action to reclaim privacy</li></ul></li><li><p>Optimizing for Humans</p><ul><li>Critiques of current business climate</li><li>Anti-patterns in current systems:<ul><li>Rapid growth</li><li>Addiction</li><li>Income inequality</li><li>Centralized systems</li></ul></li><li>Focus on human welfare over GDP</li><li>Importance of environmental protection</li></ul></li></ol><h2>Key Takeaways:</h2><ul><li>Current economic models, especially surveillance capitalism, pose significant threats to human rights and societal well-being.</li><li>Solutions should focus on creating incentives for social good and addressing negative externalities.</li><li>Privacy is crucial for maintaining individual freedom and societal health.</li><li>Economic systems should prioritize human welfare and environmental protection over unchecked growth and profit.</li></ul><h2>Action Items:</h2><ol><li>Research and support initiatives that promote "Externality First Capitalism"</li><li>Advocate for stronger privacy protections and data rights</li><li>Support right to repair movements and sustainable technology practices</li><li>Engage in discussions about redefining economic success metrics to prioritize human welfare</li></ol>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="11290792" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/09c76822-4af2-4f44-980b-2b1bebdda4e3/audio/f81dd7af-67d6-4299-967b-665cee1f1e1f/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Broken Economic Models in Tech That Hurt Humans At Scale</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:11:45</itunes:duration>
      <itunes:summary>This episode delves into the concept of &quot;Broken Economic Models for Humanity&quot; as presented by Noah Gift. The podcast explores how current economic and technological paradigms, particularly surveillance capitalism, are negatively impacting society. It discusses the challenges posed by these models and proposes potential solutions, including &quot;Externality First Capitalism&quot; and a focus on human-centric approaches to technology and economics. The episode also touches on game theory in relation to AI, the importance of privacy, and the need to optimize economic systems for human welfare rather than unchecked growth.</itunes:summary>
      <itunes:subtitle>This episode delves into the concept of &quot;Broken Economic Models for Humanity&quot; as presented by Noah Gift. The podcast explores how current economic and technological paradigms, particularly surveillance capitalism, are negatively impacting society. It discusses the challenges posed by these models and proposes potential solutions, including &quot;Externality First Capitalism&quot; and a focus on human-centric approaches to technology and economics. The episode also touches on game theory in relation to AI, the importance of privacy, and the need to optimize economic systems for human welfare rather than unchecked growth.</itunes:subtitle>
      <itunes:keywords>privacy, socialism, tech, big tech, ai, survillence capitalism, capitalism, genai, game theory</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>117</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">6da8436f-cc49-4915-969f-fca9fe2c3e52</guid>
      <title>Human Rights From French Revolution to Digital Age</title>
      <description><![CDATA[<h1>Human Rights: From French Revolution to Digital Age</h1><h2>The Age of Revolutions: A Perfect Storm</h2><p>The French Revolution emerged from a convergence of systemic issues and random events:</p><ul><li>Feudalism's oppressive structure</li><li>Widespread poverty and hunger</li><li>Emerging ideas of democracy</li><li>Influence of Thomas Paine's "Common Sense"</li><li>Inspiration from the American Revolution</li><li>Rise of mass printing and pamphleteers</li></ul><h2>The Rights of Man: Reshaping Society</h2><p>The French Revolution brought forth the concept of human rights, influencing democracy globally:</p><ul><li>Liberty</li><li>Property ownership</li><li>Personal security</li><li>Natural rights</li><li>Freedom</li><li>Resistance to oppression</li><li>National authority over individual rulers</li></ul><p><i>Note: Major limitations existed for women and slaves</i></p><h2>The Dark Side: Mob Rule and Napoleon</h2><p>Negative aspects of the revolution included:</p><ul><li>Violent and irrational mob rule</li><li>Misinformation spread through pamphlets</li><li>Innocent victims of violence</li><li>Political purity purges</li><li>Power vacuum leading to Napoleon's rise</li></ul><h2>Feudalism: A System of Exploitation</h2><p>Human rights were non-existent under feudalism:</p><ul><li>Limited education</li><li>Forced labor</li><li>Arbitrary justice</li><li>No property rights</li></ul><h2>Digital Feudalism: A Modern Parallel</h2><p>Today's digital landscape mirrors feudal exploitation:</p><ul><li>No opt-out options for data scraping</li><li>Dystopian gig economy labor</li><li>Opaque platform policies</li><li>Data serfdom trapping users</li><li>Intellectual handicap through echo chambers and addiction</li></ul><h2>Surveillance Capitalism: Profiting from Human Data</h2><p>A business model built on mass surveillance:</p><ul><li>Threat to informed democracy</li><li>Behavior modification through nudges</li><li>Algorithmic governance superseding nations</li><li>Asymmetrical power of corporations</li><li>Vulnerability to data breaches</li></ul><h2>The Need for Human Digital Rights</h2><p>Prioritizing humans over corporations and technology:</p><ul><li>Data and intellectual property should belong to individuals (opt-in use only)</li><li>Rejection of exploitative business models</li><li>Right to a digital commons</li><li>Right to live free from addiction and algorithmic harm</li></ul><p>As we navigate the digital age, it's crucial to learn from history and establish robust digital rights to protect human autonomy and dignity.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 19 Sep 2024 20:51:29 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Human Rights: From French Revolution to Digital Age</h1><h2>The Age of Revolutions: A Perfect Storm</h2><p>The French Revolution emerged from a convergence of systemic issues and random events:</p><ul><li>Feudalism's oppressive structure</li><li>Widespread poverty and hunger</li><li>Emerging ideas of democracy</li><li>Influence of Thomas Paine's "Common Sense"</li><li>Inspiration from the American Revolution</li><li>Rise of mass printing and pamphleteers</li></ul><h2>The Rights of Man: Reshaping Society</h2><p>The French Revolution brought forth the concept of human rights, influencing democracy globally:</p><ul><li>Liberty</li><li>Property ownership</li><li>Personal security</li><li>Natural rights</li><li>Freedom</li><li>Resistance to oppression</li><li>National authority over individual rulers</li></ul><p><i>Note: Major limitations existed for women and slaves</i></p><h2>The Dark Side: Mob Rule and Napoleon</h2><p>Negative aspects of the revolution included:</p><ul><li>Violent and irrational mob rule</li><li>Misinformation spread through pamphlets</li><li>Innocent victims of violence</li><li>Political purity purges</li><li>Power vacuum leading to Napoleon's rise</li></ul><h2>Feudalism: A System of Exploitation</h2><p>Human rights were non-existent under feudalism:</p><ul><li>Limited education</li><li>Forced labor</li><li>Arbitrary justice</li><li>No property rights</li></ul><h2>Digital Feudalism: A Modern Parallel</h2><p>Today's digital landscape mirrors feudal exploitation:</p><ul><li>No opt-out options for data scraping</li><li>Dystopian gig economy labor</li><li>Opaque platform policies</li><li>Data serfdom trapping users</li><li>Intellectual handicap through echo chambers and addiction</li></ul><h2>Surveillance Capitalism: Profiting from Human Data</h2><p>A business model built on mass surveillance:</p><ul><li>Threat to informed democracy</li><li>Behavior modification through nudges</li><li>Algorithmic governance superseding nations</li><li>Asymmetrical power of corporations</li><li>Vulnerability to data breaches</li></ul><h2>The Need for Human Digital Rights</h2><p>Prioritizing humans over corporations and technology:</p><ul><li>Data and intellectual property should belong to individuals (opt-in use only)</li><li>Rejection of exploitative business models</li><li>Right to a digital commons</li><li>Right to live free from addiction and algorithmic harm</li></ul><p>As we navigate the digital age, it's crucial to learn from history and establish robust digital rights to protect human autonomy and dignity.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8973208" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8542bdb0-2312-49be-8c9c-1faad7b40286/audio/77cb4c18-2ddc-4a26-af15-ed652593c279/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Human Rights From French Revolution to Digital Age</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:09:20</itunes:duration>
      <itunes:summary>&quot;Human Rights Evolution: French Revolution to Digital Age&quot;

French Revolution sparked by feudalism, poverty, new ideas.
Rights of Man: liberty, property, security established.
Dark side: mob violence, Napoleon&apos;s rise.
Feudalism crushed rights: forced labor, no education.
Digital feudalism emerges: data serfdom, opaque policies.
Surveillance capitalism: behavior modification, privacy dead.
Call for digital rights: data ownership, algorithmic harm prevention.

Lesson: History repeats. New tech, old oppression. Digital rights crucial.</itunes:summary>
      <itunes:subtitle>&quot;Human Rights Evolution: French Revolution to Digital Age&quot;

French Revolution sparked by feudalism, poverty, new ideas.
Rights of Man: liberty, property, security established.
Dark side: mob violence, Napoleon&apos;s rise.
Feudalism crushed rights: forced labor, no education.
Digital feudalism emerges: data serfdom, opaque policies.
Surveillance capitalism: behavior modification, privacy dead.
Call for digital rights: data ownership, algorithmic harm prevention.

Lesson: History repeats. New tech, old oppression. Digital rights crucial.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>116</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">8bf606cf-616e-49a7-a673-73d671553601</guid>
      <title>Spotting and Debunking Tech Propaganda</title>
      <description><![CDATA[<h1>Tech Propaganda: An Introduction to Critical Thinking in Technology</h1><h2>Episode Notes</h2><h3>1. FOMO (Fear of Missing Out)</h3><ul><li>Definition: Rushing to adopt new technologies without clear benefits</li><li>Examples:<ul><li>Implementing GenAI without clear ROI just because competitors are doing it</li><li>Skill development driven by fear of obsolescence</li><li>VCs worried about missing the next big thing</li></ul></li></ul><h3>2. Naive Utopianism</h3><ul><li>Definition: Assuming all technology is inherently good</li><li>Examples:<ul><li>Believing more smartphone scrolling is always better</li><li>Expecting social media to lead to world peace</li><li>Promoting UBI or crypto as universal solutions</li><li>Assuming AI can completely replace teachers</li></ul></li></ul><h3>3. Disruption and Technological Solutionism</h3><ul><li>Definition: Ignoring negative consequences of tech solutions</li><li>Key point: Tendency to overlook negative externalities</li></ul><h3>4. "Selling Two Day Old Fish"</h3><ul><li>Definition: Resisting improvements to maintain profitable but outdated products/services</li><li>Examples:<ul><li>Exaggerating job market demand for outdated skills</li><li>Appealing to authority (big tech companies)</li><li>Dismissing newer technologies as unnecessary or overly complex</li><li>Claiming established technologies aren't actually old/slow</li></ul></li></ul><h3>5. Superficial Media</h3><ul><li>Definition: Promoting shallow or misleading information about technology</li><li>Examples:<ul><li>Media monetizing via supplements</li><li>Conspiracy theory forums</li><li>Inexperienced podcast hosts discussing complex topics</li><li>Making sensational predictions about future tech with little evidence</li><li>Oversimplifying complex topics</li></ul></li></ul><h3>6. Push to Disrupt</h3><ul><li>Definition: Overconfidence in technology's ability to solve complex problems</li><li>Examples:<ul><li>"Figure out the business model later" mentality</li><li>Pushing products to market prematurely</li><li>Ignoring negative externalities</li><li>Dismissing critics as "not understanding the vision"</li></ul></li></ul><h3>7. Billionairism</h3><ul><li>Definition: Excessive admiration of tech billionaires and their perceived expertise</li><li>Examples:<ul><li>Equating extreme wealth with universal expertise</li><li>Idolizing tech billionaires as infallible visionaries</li><li>Romanticizing the "Harvard/Stanford dropout genius" narrative</li><li>Ignoring the role of luck vs. skill</li><li>Overemphasizing individual genius over team efforts</li></ul></li></ul><h3>8. Irrational Exceptionalism</h3><ul><li>Definition: Unrealistic beliefs about a startup's chances of success</li><li>Examples:<ul><li>"We're different from other startups that fail"</li><li>"Weekends are a social construct"</li><li>Obsession with "changing the world"</li><li>Rationalizing present hardships for imagined future gains</li><li>Dismissing industry-wide failure rates</li><li>Glorifying extreme effort and sacrifice</li></ul></li></ul><h3>9. Double Down</h3><ul><li>Definition: Making increasingly grand claims to distract from unfulfilled promises</li><li>Examples:<ul><li>Promising self-driving cars "next year", then pivoting to Mars travel</li><li>Deflecting from current AI model flaws with promises of future sentience</li></ul></li></ul><h3>10. Trojan Source</h3><ul><li>Definition: Open source projects that later switch to commercial licensing</li><li>Examples:<ul><li>"Rug pull" strategy in open source</li><li>Using community labor before pivoting to commercial model</li></ul></li></ul><h3>11. "Generous Pour" Ethical Framing</h3><ul><li>Definition: Highlighting easy ethical actions while ignoring larger issues</li><li>Examples:<ul><li>Claiming unbiased AI training sets while hiding addictive design</li><li>Emphasizing harm reduction in AI outputs while ignoring IP theft</li></ul></li></ul><h3>12. Business Model Circular Logic</h3><ul><li>Definition: Exploiting legal grey areas and claiming they're essential to the business model</li><li>Examples:<ul><li>Justifying use of pirated data for AI training</li><li>Creating unfair competition by ignoring regulations (e.g., taxi services, hotels)</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 17 Sep 2024 15:17:50 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>Tech Propaganda: An Introduction to Critical Thinking in Technology</h1><h2>Episode Notes</h2><h3>1. FOMO (Fear of Missing Out)</h3><ul><li>Definition: Rushing to adopt new technologies without clear benefits</li><li>Examples:<ul><li>Implementing GenAI without clear ROI just because competitors are doing it</li><li>Skill development driven by fear of obsolescence</li><li>VCs worried about missing the next big thing</li></ul></li></ul><h3>2. Naive Utopianism</h3><ul><li>Definition: Assuming all technology is inherently good</li><li>Examples:<ul><li>Believing more smartphone scrolling is always better</li><li>Expecting social media to lead to world peace</li><li>Promoting UBI or crypto as universal solutions</li><li>Assuming AI can completely replace teachers</li></ul></li></ul><h3>3. Disruption and Technological Solutionism</h3><ul><li>Definition: Ignoring negative consequences of tech solutions</li><li>Key point: Tendency to overlook negative externalities</li></ul><h3>4. "Selling Two Day Old Fish"</h3><ul><li>Definition: Resisting improvements to maintain profitable but outdated products/services</li><li>Examples:<ul><li>Exaggerating job market demand for outdated skills</li><li>Appealing to authority (big tech companies)</li><li>Dismissing newer technologies as unnecessary or overly complex</li><li>Claiming established technologies aren't actually old/slow</li></ul></li></ul><h3>5. Superficial Media</h3><ul><li>Definition: Promoting shallow or misleading information about technology</li><li>Examples:<ul><li>Media monetizing via supplements</li><li>Conspiracy theory forums</li><li>Inexperienced podcast hosts discussing complex topics</li><li>Making sensational predictions about future tech with little evidence</li><li>Oversimplifying complex topics</li></ul></li></ul><h3>6. Push to Disrupt</h3><ul><li>Definition: Overconfidence in technology's ability to solve complex problems</li><li>Examples:<ul><li>"Figure out the business model later" mentality</li><li>Pushing products to market prematurely</li><li>Ignoring negative externalities</li><li>Dismissing critics as "not understanding the vision"</li></ul></li></ul><h3>7. Billionairism</h3><ul><li>Definition: Excessive admiration of tech billionaires and their perceived expertise</li><li>Examples:<ul><li>Equating extreme wealth with universal expertise</li><li>Idolizing tech billionaires as infallible visionaries</li><li>Romanticizing the "Harvard/Stanford dropout genius" narrative</li><li>Ignoring the role of luck vs. skill</li><li>Overemphasizing individual genius over team efforts</li></ul></li></ul><h3>8. Irrational Exceptionalism</h3><ul><li>Definition: Unrealistic beliefs about a startup's chances of success</li><li>Examples:<ul><li>"We're different from other startups that fail"</li><li>"Weekends are a social construct"</li><li>Obsession with "changing the world"</li><li>Rationalizing present hardships for imagined future gains</li><li>Dismissing industry-wide failure rates</li><li>Glorifying extreme effort and sacrifice</li></ul></li></ul><h3>9. Double Down</h3><ul><li>Definition: Making increasingly grand claims to distract from unfulfilled promises</li><li>Examples:<ul><li>Promising self-driving cars "next year", then pivoting to Mars travel</li><li>Deflecting from current AI model flaws with promises of future sentience</li></ul></li></ul><h3>10. Trojan Source</h3><ul><li>Definition: Open source projects that later switch to commercial licensing</li><li>Examples:<ul><li>"Rug pull" strategy in open source</li><li>Using community labor before pivoting to commercial model</li></ul></li></ul><h3>11. "Generous Pour" Ethical Framing</h3><ul><li>Definition: Highlighting easy ethical actions while ignoring larger issues</li><li>Examples:<ul><li>Claiming unbiased AI training sets while hiding addictive design</li><li>Emphasizing harm reduction in AI outputs while ignoring IP theft</li></ul></li></ul><h3>12. Business Model Circular Logic</h3><ul><li>Definition: Exploiting legal grey areas and claiming they're essential to the business model</li><li>Examples:<ul><li>Justifying use of pirated data for AI training</li><li>Creating unfair competition by ignoring regulations (e.g., taxi services, hotels)</li></ul></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="14257048" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/208af626-33be-4256-acf8-05a80c63b771/audio/fc03f66a-7830-46f3-b461-7513df33248e/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Spotting and Debunking Tech Propaganda</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:14:51</itunes:duration>
      <itunes:summary>FOMO (Fear of Missing Out): Rushing to adopt new technologies without clear benefits.
Naive Utopianism: Assuming all technology is inherently good.
Disruption and Technological Solutionism: Ignoring negative consequences of tech solutions.
&quot;Selling Two Day Old Fish&quot;: Resisting improvements to maintain profitable but outdated products/services.
Superficial Media: Promoting shallow or misleading information about technology.
Push to Disrupt: Overconfidence in technology&apos;s ability to solve complex problems.
Billionairism: Excessive admiration of tech billionaires and their perceived expertise.
Irrational Exceptionalism: Unrealistic beliefs about a startup&apos;s chances of success.
Double Down: Making increasingly grand claims to distract from unfulfilled promises.
Trojan Source: Open source projects that later switch to commercial licensing.
&quot;Generous Pour&quot; Ethical Framing: Highlighting easy ethical actions while ignoring larger issues.
Business Model Circular Logic: Exploiting legal grey areas and claiming they&apos;re essential to the business model.</itunes:summary>
      <itunes:subtitle>FOMO (Fear of Missing Out): Rushing to adopt new technologies without clear benefits.
Naive Utopianism: Assuming all technology is inherently good.
Disruption and Technological Solutionism: Ignoring negative consequences of tech solutions.
&quot;Selling Two Day Old Fish&quot;: Resisting improvements to maintain profitable but outdated products/services.
Superficial Media: Promoting shallow or misleading information about technology.
Push to Disrupt: Overconfidence in technology&apos;s ability to solve complex problems.
Billionairism: Excessive admiration of tech billionaires and their perceived expertise.
Irrational Exceptionalism: Unrealistic beliefs about a startup&apos;s chances of success.
Double Down: Making increasingly grand claims to distract from unfulfilled promises.
Trojan Source: Open source projects that later switch to commercial licensing.
&quot;Generous Pour&quot; Ethical Framing: Highlighting easy ethical actions while ignoring larger issues.
Business Model Circular Logic: Exploiting legal grey areas and claiming they&apos;re essential to the business model.</itunes:subtitle>
      <itunes:keywords>propaganda, tech, genai, openai</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>115</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">59727f6f-2852-4a75-a1e9-c743f60082c5</guid>
      <title>Digital Rights of Humans in the Age of AI</title>
      <description><![CDATA[<p><i>source: By Milky - Museum of the French Revolution, CC BY-SA 4.0, </i><a href="https://commons.wikimedia.org/w/index.php?curid=78860432" target="_blank"><i>https://commons.wikimedia.org/w/index.php?curid=78860432</i></a></p><p>The French Revolution is perhaps the most crucial event in the history of the world. A population violently overthrew a monarchy and developed important concepts of both individual liberty and democracy. It also showed the violent and horrific excesses of mob rule, something the world struggles with even today. Both helpful ideas and toxic misinformation spread through pamphleteers with often deadly consequences. In the ultimate irony the most famous of pamphleteers, Jacques Hebert, who often advocated for guillotining, was a victim of it himself. [1]</p><p>Perhaps the most important contribution though was the “Declaration of the Rights of Man and of the Citizen”. The essence of the declarations was that French citizens had the right to liberty, property and national authority vs royalty authority. These replaced feudal ideas of rigid hierarchy, land for service, and peasant exploitation.</p><p>In the digital age, there is a new feudalism, and similar problems exist. A Digital Rights of Humans could be phrased as follows:</p><ul><li>Data and Intellectual Property belongs to the creator and cannot be exploited without opt-in consent.</li><li>Humans have the right to privacy and a life free of surveillance capitalism.</li><li>Humans own their own biometric data and it cannot be owned and stored by others</li><li>Humans have the right to a life free of addictive technologies</li><li>Humans have the right to protection from algorithmic harm (spreading conspiracy theories that hurt life and property). These include systems that create negative externalities like price fixing of rent.</li><li>Humans have the right to a digital commons free from exploitation and destruction</li><li>Humans have the right to real information, not propaganda</li><li>A business model that depends on exploitation of a human’s digital rights is defective by design</li></ul><h2>Reference</h2><ol><li><a href="https://www.amazon.com/New-World-Begins-History-Revolution/dp/0465096662" target="_blank">Popkin, J., December 10, 2019, A New World Begins</a></li><li><a href="https://www.amazon.com/French-Revolution-Enlightenment-Tyranny/dp/1681772507" target="_blank">Davidson, I., 2016, The French Revolution</a></li><li><a href="https://youtu.be/sm5yrVIGJfg?si=zUINHw9Ro5eQEgQd" target="_blank">The French Revolution, The Rest is History Podcast</a></li></ol>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 15 Sep 2024 22:37:44 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><i>source: By Milky - Museum of the French Revolution, CC BY-SA 4.0, </i><a href="https://commons.wikimedia.org/w/index.php?curid=78860432" target="_blank"><i>https://commons.wikimedia.org/w/index.php?curid=78860432</i></a></p><p>The French Revolution is perhaps the most crucial event in the history of the world. A population violently overthrew a monarchy and developed important concepts of both individual liberty and democracy. It also showed the violent and horrific excesses of mob rule, something the world struggles with even today. Both helpful ideas and toxic misinformation spread through pamphleteers with often deadly consequences. In the ultimate irony the most famous of pamphleteers, Jacques Hebert, who often advocated for guillotining, was a victim of it himself. [1]</p><p>Perhaps the most important contribution though was the “Declaration of the Rights of Man and of the Citizen”. The essence of the declarations was that French citizens had the right to liberty, property and national authority vs royalty authority. These replaced feudal ideas of rigid hierarchy, land for service, and peasant exploitation.</p><p>In the digital age, there is a new feudalism, and similar problems exist. A Digital Rights of Humans could be phrased as follows:</p><ul><li>Data and Intellectual Property belongs to the creator and cannot be exploited without opt-in consent.</li><li>Humans have the right to privacy and a life free of surveillance capitalism.</li><li>Humans own their own biometric data and it cannot be owned and stored by others</li><li>Humans have the right to a life free of addictive technologies</li><li>Humans have the right to protection from algorithmic harm (spreading conspiracy theories that hurt life and property). These include systems that create negative externalities like price fixing of rent.</li><li>Humans have the right to a digital commons free from exploitation and destruction</li><li>Humans have the right to real information, not propaganda</li><li>A business model that depends on exploitation of a human’s digital rights is defective by design</li></ul><h2>Reference</h2><ol><li><a href="https://www.amazon.com/New-World-Begins-History-Revolution/dp/0465096662" target="_blank">Popkin, J., December 10, 2019, A New World Begins</a></li><li><a href="https://www.amazon.com/French-Revolution-Enlightenment-Tyranny/dp/1681772507" target="_blank">Davidson, I., 2016, The French Revolution</a></li><li><a href="https://youtu.be/sm5yrVIGJfg?si=zUINHw9Ro5eQEgQd" target="_blank">The French Revolution, The Rest is History Podcast</a></li></ol>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8925979" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/b0420a56-0ae2-4b2a-ab7d-23b41752ab22/audio/dad3b6dc-aed6-4b1a-8766-a7924dcb1de7/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Digital Rights of Humans in the Age of AI</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:09:17</itunes:duration>
      <itunes:summary>In the digital age, there is a new feudalism, and similar problems exist. A Digital Rights of Humans could be phrased as follows:

    Data and Intellectual Property belongs to the creator and cannot be exploited without opt-in consent.
    Humans have the right to privacy and a life free of surveillance capitalism.
    Humans own their own biometric data and it cannot be owned and stored by others
    Humans have the right to a life free of addictive technologies
    Humans have the right to protection from algorithmic harm (spreading conspiracy theories that hurt life and property). These include systems that create negative externalities like price fixing of rent.
    Humans have the right to a digital commons free from exploitation and destruction
    Humans have the right to real information, not propaganda
    A business model that depends on exploitation of a human’s digital rights is defective by design
</itunes:summary>
      <itunes:subtitle>In the digital age, there is a new feudalism, and similar problems exist. A Digital Rights of Humans could be phrased as follows:

    Data and Intellectual Property belongs to the creator and cannot be exploited without opt-in consent.
    Humans have the right to privacy and a life free of surveillance capitalism.
    Humans own their own biometric data and it cannot be owned and stored by others
    Humans have the right to a life free of addictive technologies
    Humans have the right to protection from algorithmic harm (spreading conspiracy theories that hurt life and property). These include systems that create negative externalities like price fixing of rent.
    Humans have the right to a digital commons free from exploitation and destruction
    Humans have the right to real information, not propaganda
    A business model that depends on exploitation of a human’s digital rights is defective by design
</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>114</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">f0a81fb0-2362-47b4-878c-d8ef8e216f23</guid>
      <title>The Rise of Linux Desktop for Professionals</title>
      <description><![CDATA[<p>Company: https://kfocus.org/</p><p>My System:  https://kfocus.org/spec/spec-m2</p><p>Ecosystem:  https://kfocus.org/land/business</p><p> </p><p>Live Stream: The Rise of Linux Desktop for Professionals</p><p> </p><p>Join industry experts Noah Gift and Michael Mikowski for an insightful discussion on why 2024 is being hailed as "the year of the Linux desktop" and how professionals can successfully transition to this powerful alternative.</p><p> </p><p>What We'll Cover:</p><p> </p><p>• Why professionals are moving away from proprietary operating systems</p><p>• The surprising advantages of Linux desktop for productivity and privacy</p><p>• Debunking common myths about Linux desktop</p><p>• How to choose the right Linux setup for your needs</p><p>• Practical tips for migrating from Windows or macOS</p><p>• The importance of specialized Linux desktop providers</p><p> </p><p>Your Hosts:</p><p> </p><p>Noah Gift: Adjunct Professor at Duke & UC Davis, founder of Pragmatic AI Labs</p><p>Michael Mikowski: Product designer, entrepreneur, Linux desktop expert</p><p> </p><p>Whether you're an IT pro, developer, or privacy-conscious individual, discover how Linux desktop can offer a stable, powerful, and privacy-respecting alternative to mainstream operating systems.</p><p> </p><p>🔴 Join us live for an interactive Q&A session!</p><p> </p><p>#LinuxDesktop #TechTalk #OpenSource</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 10 Jul 2024 21:27:05 +0000</pubDate>
      <author>noah@paiml.com (noah gift, Michael Mikowski)</author>
      <link>podcast.paiml.com</link>
      <media:thumbnail height="720" url="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/73fbd180-e0a8-4e2f-9643-7421f6daeec6/desktop.jpg" width="1280"/>
      <content:encoded><![CDATA[<p>Company: https://kfocus.org/</p><p>My System:  https://kfocus.org/spec/spec-m2</p><p>Ecosystem:  https://kfocus.org/land/business</p><p> </p><p>Live Stream: The Rise of Linux Desktop for Professionals</p><p> </p><p>Join industry experts Noah Gift and Michael Mikowski for an insightful discussion on why 2024 is being hailed as "the year of the Linux desktop" and how professionals can successfully transition to this powerful alternative.</p><p> </p><p>What We'll Cover:</p><p> </p><p>• Why professionals are moving away from proprietary operating systems</p><p>• The surprising advantages of Linux desktop for productivity and privacy</p><p>• Debunking common myths about Linux desktop</p><p>• How to choose the right Linux setup for your needs</p><p>• Practical tips for migrating from Windows or macOS</p><p>• The importance of specialized Linux desktop providers</p><p> </p><p>Your Hosts:</p><p> </p><p>Noah Gift: Adjunct Professor at Duke & UC Davis, founder of Pragmatic AI Labs</p><p>Michael Mikowski: Product designer, entrepreneur, Linux desktop expert</p><p> </p><p>Whether you're an IT pro, developer, or privacy-conscious individual, discover how Linux desktop can offer a stable, powerful, and privacy-respecting alternative to mainstream operating systems.</p><p> </p><p>🔴 Join us live for an interactive Q&A session!</p><p> </p><p>#LinuxDesktop #TechTalk #OpenSource</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="83968461" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/030f8961-7a50-48f3-9ff1-541cdd91ff35/audio/205ec01a-fe1e-4997-9f09-0342ad3489b6/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Rise of Linux Desktop for Professionals</itunes:title>
      <itunes:author>noah gift, Michael Mikowski</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/b1e69521-4871-4413-a568-b88c49a1c684/3000x3000/52-weeks-aws.jpg?aid=rss_feed"/>
      <itunes:duration>01:27:28</itunes:duration>
      <itunes:summary>Learn about the rise of the Linux Desktop in 2024</itunes:summary>
      <itunes:subtitle>Learn about the rise of the Linux Desktop in 2024</itunes:subtitle>
      <itunes:keywords>desktop, kubuntu, kfocus, year of linux desktop, open source, linux</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>113</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">b352779f-a1cc-45f5-8b99-540490c03aeb</guid>
      <title>AWS Global Infrastructure: Regions, Availability Zones, and Edge Locations</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 24 Jun 2024 04:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="11620145" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/6358c6eb-8e2c-464e-9bb5-4c372f3d55f8/audio/6d0bd4ff-9d1e-4e06-966a-16958eb7c497/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Global Infrastructure: Regions, Availability Zones, and Edge Locations</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:12:06</itunes:duration>
      <itunes:summary>AWS global infrastructure consists of regions, availability zones, and edge locations worldwide, providing high availability, fault tolerance, and low latency. The core services of AWS, including compute, networking, and storage, are built on this foundation, enabling businesses to scale and adapt to their needs.</itunes:summary>
      <itunes:subtitle>AWS global infrastructure consists of regions, availability zones, and edge locations worldwide, providing high availability, fault tolerance, and low latency. The core services of AWS, including compute, networking, and storage, are built on this foundation, enabling businesses to scale and adapt to their needs.</itunes:subtitle>
      <itunes:keywords>cloud-native, storage, availability zones, edge locations, redundancy, data centers, content delivery network (cdn), compute, networking, scalability, regions, aws global infrastructure, high availability, elasticity, fault tolerance</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>104</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7e2c7023-62dc-4ce4-b412-ecd95a9c1fe0</guid>
      <title>Cattle, Not Pets: The Smartphone Trap</title>
      <description><![CDATA[<p>00:00:01 - Introduction to the concept of "pets vs. cattle" in the DevOps space</p><p>00:00:33 - Similarities between smartphones, monolithic servers, and synchronous messaging</p><p>00:01:02 - The problem with 24/7 availability and bi-directional feedback loops</p><p>00:01:50 - The addictive nature of smartphones and their impact on well-being</p><p>00:02:51 - The evolution of software engineering practices and the rise of serverless architecture and event-based messaging</p><p>00:04:37 - The benefits of a "cattle-based" approach to smartphone use</p><p>00:04:44 - Examples of batch-based operations and single-purpose devices</p><p>00:06:33 - Personal anecdotes demonstrating the liberation of breaking free from the smartphone trap</p><p>00:07:21 - Challenging listeners to question the smartphone anti-pattern and explore alternative ways of staying connected</p><p>00:07:55 - Encouraging a more mindful, balanced approach to technology in our lives</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 18 Jun 2024 19:42:17 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <media:thumbnail height="720" url="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/ca920307-596e-41f9-a07a-583ee85c03cb/continuous-batch.jpg" width="1280"/>
      <content:encoded><![CDATA[<p>00:00:01 - Introduction to the concept of "pets vs. cattle" in the DevOps space</p><p>00:00:33 - Similarities between smartphones, monolithic servers, and synchronous messaging</p><p>00:01:02 - The problem with 24/7 availability and bi-directional feedback loops</p><p>00:01:50 - The addictive nature of smartphones and their impact on well-being</p><p>00:02:51 - The evolution of software engineering practices and the rise of serverless architecture and event-based messaging</p><p>00:04:37 - The benefits of a "cattle-based" approach to smartphone use</p><p>00:04:44 - Examples of batch-based operations and single-purpose devices</p><p>00:06:33 - Personal anecdotes demonstrating the liberation of breaking free from the smartphone trap</p><p>00:07:21 - Challenging listeners to question the smartphone anti-pattern and explore alternative ways of staying connected</p><p>00:07:55 - Encouraging a more mindful, balanced approach to technology in our lives</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7991939" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/b69c30f8-391f-4841-8b67-42c07da0b8e8/audio/eb4a6923-53b9-4feb-b99c-e35b34d7c79b/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Cattle, Not Pets: The Smartphone Trap</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/b0055c71-8f25-486b-9111-d94ee1ccb5f7/3000x3000/continuous-batch.jpg?aid=rss_feed"/>
      <itunes:duration>00:08:19</itunes:duration>
      <itunes:summary>In a world where smartphones have become our constant companions, we find ourselves tethered to a 24/7 leash, paying for the privilege of being tracked and addicted. Like the monolithic servers and synchronous messaging of yesteryear, our pocket pets are expensive, fragile, and cause significant operational problems. The solution lies in the lessons of DevOps: a cattle-based approach, where devices are cheap, disposable, and single-purpose, and communication is batch-based and event-driven. It&apos;s time to break free from the smartphone trap and embrace a more efficient, liberating way of staying connected.</itunes:summary>
      <itunes:subtitle>In a world where smartphones have become our constant companions, we find ourselves tethered to a 24/7 leash, paying for the privilege of being tracked and addicted. Like the monolithic servers and synchronous messaging of yesteryear, our pocket pets are expensive, fragile, and cause significant operational problems. The solution lies in the lessons of DevOps: a cattle-based approach, where devices are cheap, disposable, and single-purpose, and communication is batch-based and event-driven. It&apos;s time to break free from the smartphone trap and embrace a more efficient, liberating way of staying connected.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>112</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c2619f7a-482a-444a-ae0d-ffafbce79908</guid>
      <title>Cuckoo Egg Dilemma:  Creator vs Consumer</title>
      <description><![CDATA[<p>00:00 - Introduction: The cuckoo egg dilemma in technology 01:00 - Explanation of the cuckoo bird's behavior and the analogy to technology 02:00 - The creator's perspective: Taylor Swift as an example 02:45 - The consumer's perspective: Spending time and money on consuming 03:30 - The worker's perspective: Fixed salary and the balance between creation and consumption 04:30 - The idea of getting rid of "vampire" devices that steal our time 05:15 - Alternatives to smart technology: Dumb phones and single-purpose devices 06:00 - Replacing scrolling time with activities that prepare for creation (e.g., reading) 07:00 - Evaluating the importance of consumer-driven activities vs. research and creation 07:45 - The retraction in the smartphone revolution and protecting what we care about 08:30 - The cuckoo egg dilemma in the context of platforms scraping creator content 09:15 - The need to reshape our focus to avoid raising the "cuckoo's egg" 10:00 - Conclusion: Sharing raw ideas about the dilemma for creators and consumers</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 13 Jun 2024 15:55:53 +0000</pubDate>
      <author>noah@paiml.com (Noah Gift)</author>
      <link>podcast.paiml.com</link>
      <media:thumbnail height="720" url="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/322eb1b1-02fe-494f-b75a-0cf8028fb731/reed-warbler-cuckoo.jpg" width="1280"/>
      <content:encoded><![CDATA[<p>00:00 - Introduction: The cuckoo egg dilemma in technology 01:00 - Explanation of the cuckoo bird's behavior and the analogy to technology 02:00 - The creator's perspective: Taylor Swift as an example 02:45 - The consumer's perspective: Spending time and money on consuming 03:30 - The worker's perspective: Fixed salary and the balance between creation and consumption 04:30 - The idea of getting rid of "vampire" devices that steal our time 05:15 - Alternatives to smart technology: Dumb phones and single-purpose devices 06:00 - Replacing scrolling time with activities that prepare for creation (e.g., reading) 07:00 - Evaluating the importance of consumer-driven activities vs. research and creation 07:45 - The retraction in the smartphone revolution and protecting what we care about 08:30 - The cuckoo egg dilemma in the context of platforms scraping creator content 09:15 - The need to reshape our focus to avoid raising the "cuckoo's egg" 10:00 - Conclusion: Sharing raw ideas about the dilemma for creators and consumers</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5242396" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5d2c5cb2-1f11-4f93-93eb-04777bd95430/audio/6c0cda7b-66be-4cf1-8f6f-a23367e4e2d1/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Cuckoo Egg Dilemma:  Creator vs Consumer</itunes:title>
      <itunes:author>Noah Gift</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/e0e9b5eb-4d12-458a-b195-8976d6733388/3000x3000/reed-warbler-cuckoo.jpg?aid=rss_feed"/>
      <itunes:duration>00:05:27</itunes:duration>
      <itunes:summary>In this thought-provoking episode, we explore the concept of the &quot;cuckoo egg dilemma&quot; and how it relates to the current state of technology. Our host draws an analogy between the cuckoo bird, which tricks other birds into raising its offspring, and how we as consumers are often tricked into spending our time and resources on things that don&apos;t benefit us. We examine the spectrum of creators, workers, and consumers, and how each group is affected by this dilemma. The episode suggests that creators, such as artists and entrepreneurs, should be cautious about spending too much time on devices and platforms that can be like vampires, sucking away their time and resources. Instead, the host proposes using dumber, single-purpose devices and being mindful of how we allocate our attention. We also discuss the importance of protecting our own creations and avoiding raising the &quot;cuckoo&apos;s egg&quot; of foreign entities that may exploit our work. Join us as we explore these raw ideas and consider how we can reshape our relationship with technology to better serve our goals and values.</itunes:summary>
      <itunes:subtitle>In this thought-provoking episode, we explore the concept of the &quot;cuckoo egg dilemma&quot; and how it relates to the current state of technology. Our host draws an analogy between the cuckoo bird, which tricks other birds into raising its offspring, and how we as consumers are often tricked into spending our time and resources on things that don&apos;t benefit us. We examine the spectrum of creators, workers, and consumers, and how each group is affected by this dilemma. The episode suggests that creators, such as artists and entrepreneurs, should be cautious about spending too much time on devices and platforms that can be like vampires, sucking away their time and resources. Instead, the host proposes using dumber, single-purpose devices and being mindful of how we allocate our attention. We also discuss the importance of protecting our own creations and avoiding raising the &quot;cuckoo&apos;s egg&quot; of foreign entities that may exploit our work. Join us as we explore these raw ideas and consider how we can reshape our relationship with technology to better serve our goals and values.</itunes:subtitle>
      <itunes:keywords>consumer, creator, cuckoo egg</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>111</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">bb60ef21-ecd9-4f85-b33c-a4427b9c698e</guid>
      <title>Why You Need A Repairable and Upgradeable Linux Laptop</title>
      <description><![CDATA[<p>00:00 - Introduction: Why you need a repairable Linux laptop 01:05 - The problem with non-upgradable laptops and being locked into ecosystems 02:30 - Introducing the Framework laptop as a repairable and customizable alternative 04:15 - The benefits of being able to upgrade components and choose ports 05:40 - The Framework marketplace for swapping parts and selling components 07:00 - Recognizing the cyclical nature of technology and avoiding locked ecosystems 08:20 - Issues with Windows (costs, controversial features) and macOS (forced partnerships) 10:00 - The advantages of Linux's modular architecture and its progress over time 11:35 - The shift towards Linux among non-technical users due to dissatisfaction with commercial operating systems 13:00 - Considering the peak of commercial operating systems and the need for change 14:20 - The importance of continuous improvement (kaizen) in personal computing choices 15:40 - Moving away from lock-in strategies and opting for repairable and upgradable devices 16:50 - Getting started with Linux laptops and finding community support 18:00 - Host's personal experience with buying upgradable Linux laptops and offering assistance 19:00 - Conclusion and encouragement to explore Linux laptops</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 13 Jun 2024 12:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <media:thumbnail height="720" url="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/d3f95b5a-a39b-437c-ace9-2c81c8abea5c/screenshot-2024-06-12-at-1-49-52-pm.jpg" width="1280"/>
      <content:encoded><![CDATA[<p>00:00 - Introduction: Why you need a repairable Linux laptop 01:05 - The problem with non-upgradable laptops and being locked into ecosystems 02:30 - Introducing the Framework laptop as a repairable and customizable alternative 04:15 - The benefits of being able to upgrade components and choose ports 05:40 - The Framework marketplace for swapping parts and selling components 07:00 - Recognizing the cyclical nature of technology and avoiding locked ecosystems 08:20 - Issues with Windows (costs, controversial features) and macOS (forced partnerships) 10:00 - The advantages of Linux's modular architecture and its progress over time 11:35 - The shift towards Linux among non-technical users due to dissatisfaction with commercial operating systems 13:00 - Considering the peak of commercial operating systems and the need for change 14:20 - The importance of continuous improvement (kaizen) in personal computing choices 15:40 - Moving away from lock-in strategies and opting for repairable and upgradable devices 16:50 - Getting started with Linux laptops and finding community support 18:00 - Host's personal experience with buying upgradable Linux laptops and offering assistance 19:00 - Conclusion and encouragement to explore Linux laptops</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="7824129" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c216452e-73e0-4ad2-ab73-226c4c6c996f/audio/386aa4cd-144f-477f-8052-a57db2c268dc/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Why You Need A Repairable and Upgradeable Linux Laptop</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/59c67dbe-b772-4a20-94ca-c55e6bf8f5a6/3000x3000/screenshot-2024-06-12-at-1-49-52-pm.jpg?aid=rss_feed"/>
      <itunes:duration>00:08:08</itunes:duration>
      <itunes:summary>In this episode, we delve into the world of repairable and upgradable Linux laptops and why they may be a better choice for consumers in 2024. Our host discusses how companies have been training us to accept inferior, non-upgradable products that lock us into expensive ecosystems. He introduces the Framework laptop as a potential alternative, highlighting its customizable and repairable features. We explore the benefits of being able to upgrade components, choose ports, and participate in a marketplace for swapping parts. The episode also touches on the advantages of using Linux over commercial operating systems like Windows and macOS, which may include unwanted features and partnerships. While acknowledging the learning curve associated with Linux, our host argues that it&apos;s time for consumers to consider repairable and upgradable devices to become more productive, efficient, and knowledgeable. Join us as we examine the potential shift towards Linux laptops and the importance of continuous improvement in our personal computing choices.</itunes:summary>
      <itunes:subtitle>In this episode, we delve into the world of repairable and upgradable Linux laptops and why they may be a better choice for consumers in 2024. Our host discusses how companies have been training us to accept inferior, non-upgradable products that lock us into expensive ecosystems. He introduces the Framework laptop as a potential alternative, highlighting its customizable and repairable features. We explore the benefits of being able to upgrade components, choose ports, and participate in a marketplace for swapping parts. The episode also touches on the advantages of using Linux over commercial operating systems like Windows and macOS, which may include unwanted features and partnerships. While acknowledging the learning curve associated with Linux, our host argues that it&apos;s time for consumers to consider repairable and upgradable devices to become more productive, efficient, and knowledgeable. Join us as we examine the potential shift towards Linux laptops and the importance of continuous improvement in our personal computing choices.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>108</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7fa8c85a-4c22-425e-8671-f0fd1385f9a9</guid>
      <title>Launching World&apos;s Most Comprehensive Cloud Computing Program</title>
      <description><![CDATA[<p>00:00 - Introduction: Showcasing Pragmatic AI Labs and DS500's latest offering</p><p>00:45 - Introducing the world's largest online cloud computing program</p><p>01:30 - Host's background teaching cloud computing at top universities</p><p>02:00 - Overview of the program's coverage: foundational infrastructure, serverless, agile development, cloud-native systems</p><p>02:45 - The certificate available from edX upon completion</p><p>03:15 - Course 1: Foundations of Cloud Computing</p><p>03:45 - Course 2: Virtualization, Containers, and APIs</p><p>04:15 - Course 3: Cloud Data Engineering (big data, streaming vs. batch)</p><p>04:45 - Course 4: Cloud Machine Learning Engineering and Cloud MLOps</p><p>05:15 - Course 5: Comprehensive AWS course (solutions architect, developer, machine learning, security, networking)</p><p>06:30 - Course 6: GCP basics</p><p>06:50 - Courses 7-8: Azure fundamentals</p><p>07:30 - The unique value of the program based on real-world experience and academic teaching</p><p>08:15 - Building a mastery-level portfolio with no weak spots in cloud computing</p><p>08:45 - Encouraging listeners to explore the program</p><p>09:00 - Continuous improvement (kaizen) and more programs in the pipeline</p><p>09:30 - Conclusion: Excitement about launching the biggest program to date</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 12 Jun 2024 21:26:08 +0000</pubDate>
      <author>noah@paiml.com (Noah Gift)</author>
      <link>podcast.paiml.com</link>
      <media:thumbnail height="720" url="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/9a9985d7-ba84-4815-9a03-9b0a4f41a467/screenshot-2024-06-12-at-5-21-36-pm.jpg" width="1280"/>
      <content:encoded><![CDATA[<p>00:00 - Introduction: Showcasing Pragmatic AI Labs and DS500's latest offering</p><p>00:45 - Introducing the world's largest online cloud computing program</p><p>01:30 - Host's background teaching cloud computing at top universities</p><p>02:00 - Overview of the program's coverage: foundational infrastructure, serverless, agile development, cloud-native systems</p><p>02:45 - The certificate available from edX upon completion</p><p>03:15 - Course 1: Foundations of Cloud Computing</p><p>03:45 - Course 2: Virtualization, Containers, and APIs</p><p>04:15 - Course 3: Cloud Data Engineering (big data, streaming vs. batch)</p><p>04:45 - Course 4: Cloud Machine Learning Engineering and Cloud MLOps</p><p>05:15 - Course 5: Comprehensive AWS course (solutions architect, developer, machine learning, security, networking)</p><p>06:30 - Course 6: GCP basics</p><p>06:50 - Courses 7-8: Azure fundamentals</p><p>07:30 - The unique value of the program based on real-world experience and academic teaching</p><p>08:15 - Building a mastery-level portfolio with no weak spots in cloud computing</p><p>08:45 - Encouraging listeners to explore the program</p><p>09:00 - Continuous improvement (kaizen) and more programs in the pipeline</p><p>09:30 - Conclusion: Excitement about launching the biggest program to date</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3414660" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8cb13f2c-4d5d-41e0-b23a-fe525d4334ca/audio/9e42d501-9824-47f2-8e65-b842549c7db4/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Launching World&apos;s Most Comprehensive Cloud Computing Program</itunes:title>
      <itunes:author>Noah Gift</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/f86df3d7-abf2-4894-acb1-d858ab426d15/3000x3000/screenshot-2024-06-12-at-5-21-36-pm.jpg?aid=rss_feed"/>
      <itunes:duration>00:03:33</itunes:duration>
      <itunes:summary>In this episode, we showcase an exciting new offering from Pragmatic AI Labs and the DS500 program: the world&apos;s most comprehensive online cloud computing program. Our host, a seasoned instructor at top universities like Duke, Northwestern, UC Davis, and UC Berkeley, introduces this eight-course program designed to provide a mastery-level understanding of cloud computing. The program covers foundational cloud computing infrastructure, serverless, agile development, cloud-native systems, real-world data engineering, machine learning APIs, and more. It includes in-depth courses on AWS, GCP, and Azure, ensuring a well-rounded portfolio for learners. Based on years of real-world experience and academic teaching, this program aims to equip students with the skills and knowledge needed to excel in the field of cloud computing. Join us as we explore the contents of this comprehensive program and learn how it can help you build a strong foundation in this crucial technology domain.</itunes:summary>
      <itunes:subtitle>In this episode, we showcase an exciting new offering from Pragmatic AI Labs and the DS500 program: the world&apos;s most comprehensive online cloud computing program. Our host, a seasoned instructor at top universities like Duke, Northwestern, UC Davis, and UC Berkeley, introduces this eight-course program designed to provide a mastery-level understanding of cloud computing. The program covers foundational cloud computing infrastructure, serverless, agile development, cloud-native systems, real-world data engineering, machine learning APIs, and more. It includes in-depth courses on AWS, GCP, and Azure, ensuring a well-rounded portfolio for learners. Based on years of real-world experience and academic teaching, this program aims to equip students with the skills and knowledge needed to excel in the field of cloud computing. Join us as we explore the contents of this comprehensive program and learn how it can help you build a strong foundation in this crucial technology domain.</itunes:subtitle>
      <itunes:keywords>edx, cloud, ds500, pragmatic ai labs</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>110</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">db983967-f18f-4b70-a1b4-0dd68d8d38d6</guid>
      <title>DS500 Launch Tackles Challenges and Opportunities in Life Long Learning</title>
      <description><![CDATA[<p>00:00 - Introduction: Launching DS500, a new program from Pragmatic AI Labs 01:30 - Democratizing access to two master's degrees worth of content 02:15 - Host's background as an adjunct professor at multiple universities 03:00 - The need for lifelong learning and universities' slow adaptation 04:10 - The freemium model of DS500: free courses on edX and community building 05:00 - Overview of current DS500 programs: LLM operations, Rust, MLOps, generative AI 06:45 - Upcoming programs in cloud computing and data engineering 07:30 - Partnering with experts and transparent profit-sharing model 08:20 - Introducing the founders: Noah Gift and Alfredo Deza 09:30 - Challenges in the online learning space: the medieval model of universities 11:00 - Opportunities for continuous access to material and price tiering 12:20 - UC Davis' innovative partnership with edX for alumni access 13:40 - The challenge of rapid innovation in universities vs. industry 15:00 - Pragmatic AI Labs' ability to create content at scale 16:00 - Targeting pre and post-master's degree students with an audit model 17:20 - The long-term vision of DS500 and the importance of continuous improvement 18:30 - Inviting listeners to join the DS500 journey and participate in courses 19:30 - Conclusion: the exciting launch of DS500 after eight years in the making</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 12 Jun 2024 18:56:48 +0000</pubDate>
      <author>noah@paiml.com (Noah Gift)</author>
      <link>podcast.paiml.com</link>
      <media:thumbnail height="720" url="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/1c020473-3715-4d59-8d26-7943eb4ef79e/screenshot-2024-06-12-at-2-56-17-pm.jpg" width="1280"/>
      <content:encoded><![CDATA[<p>00:00 - Introduction: Launching DS500, a new program from Pragmatic AI Labs 01:30 - Democratizing access to two master's degrees worth of content 02:15 - Host's background as an adjunct professor at multiple universities 03:00 - The need for lifelong learning and universities' slow adaptation 04:10 - The freemium model of DS500: free courses on edX and community building 05:00 - Overview of current DS500 programs: LLM operations, Rust, MLOps, generative AI 06:45 - Upcoming programs in cloud computing and data engineering 07:30 - Partnering with experts and transparent profit-sharing model 08:20 - Introducing the founders: Noah Gift and Alfredo Deza 09:30 - Challenges in the online learning space: the medieval model of universities 11:00 - Opportunities for continuous access to material and price tiering 12:20 - UC Davis' innovative partnership with edX for alumni access 13:40 - The challenge of rapid innovation in universities vs. industry 15:00 - Pragmatic AI Labs' ability to create content at scale 16:00 - Targeting pre and post-master's degree students with an audit model 17:20 - The long-term vision of DS500 and the importance of continuous improvement 18:30 - Inviting listeners to join the DS500 journey and participate in courses 19:30 - Conclusion: the exciting launch of DS500 after eight years in the making</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8561827" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/18d18806-6357-4e4f-b909-4ea804ecae63/audio/53616471-3fe7-45a0-a210-7b1ddcf917cf/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>DS500 Launch Tackles Challenges and Opportunities in Life Long Learning</itunes:title>
      <itunes:author>Noah Gift</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/9c7dfb6d-96dd-46a3-930c-a3baa01c705f/3000x3000/screenshot-2024-06-12-at-2-56-17-pm.jpg?aid=rss_feed"/>
      <itunes:duration>00:08:55</itunes:duration>
      <itunes:summary>In this episode, we are excited to announce the launch of DS500, a new program from Pragmatic AI Labs that democratizes access to two master&apos;s degrees worth of content. Our host, Noah Gift, discusses the need for lifelong learning and how traditional universities have been slow to adapt to this concept. DS500 aims to address this by collecting knowledge from professors and experts, offering courses for free on edX, and building a community for student feedback and support. The program currently features courses on LLM operations, Rust programming, machine learning operations, and generative AI fundamentals, with cloud computing and data engineering programs launching soon. We explore the challenges and opportunities in the online learning space, including the rigid structure of universities and their inability to create content at scale. Join us as we embark on this journey to make elite-level educational content accessible to all and foster a culture of continuous improvement.</itunes:summary>
      <itunes:subtitle>In this episode, we are excited to announce the launch of DS500, a new program from Pragmatic AI Labs that democratizes access to two master&apos;s degrees worth of content. Our host, Noah Gift, discusses the need for lifelong learning and how traditional universities have been slow to adapt to this concept. DS500 aims to address this by collecting knowledge from professors and experts, offering courses for free on edX, and building a community for student feedback and support. The program currently features courses on LLM operations, Rust programming, machine learning operations, and generative AI fundamentals, with cloud computing and data engineering programs launching soon. We explore the challenges and opportunities in the online learning space, including the rigid structure of universities and their inability to create content at scale. Join us as we embark on this journey to make elite-level educational content accessible to all and foster a culture of continuous improvement.</itunes:subtitle>
      <itunes:keywords>edx, duke, uc davis, lifelong learning, pragmatic ai labs, coursera</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>109</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">206ae150-4255-4ddf-9953-065621d66458</guid>
      <title>Cloud Economics: Understanding AWS Pricing and Cost Optimization</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 12 Jun 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="14588073" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/338db03b-a154-4a8e-82a1-66e87aab6222/audio/00a3e74e-fce5-4e1e-b44d-93a3027baa80/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Cloud Economics: Understanding AWS Pricing and Cost Optimization</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:15:11</itunes:duration>
      <itunes:summary>AWS pricing is primarily driven by compute, storage, and outbound data transfer. By leveraging strategies such as reserved instances, tiered pricing, and continuous price drops, businesses can optimize costs and achieve significant savings compared to traditional on-premises infrastructure.</itunes:summary>
      <itunes:subtitle>AWS pricing is primarily driven by compute, storage, and outbound data transfer. By leveraging strategies such as reserved instances, tiered pricing, and continuous price drops, businesses can optimize costs and achieve significant savings compared to traditional on-premises infrastructure.</itunes:subtitle>
      <itunes:keywords>cost calculators, cloud economics, tiered pricing, cost optimization, pay-as-you-go, increased productivity, disaster recovery, aws pricing, total cost of ownership, on-premises vs. cloud, reserved instances, cost savings</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>103</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ad97838d-353f-408a-b9f7-dc11b2a60b34</guid>
      <title>Year of the Dumbphone</title>
      <description><![CDATA[<p>00:00 - Introduction: Is 2024 the year of the dumb phone?<br />01:23 - Host's background and relationship with media consumption 03:15 - How smartphones are like having a TV in your pocket 04:50 - The limited benefits of smartphones (touchless pay, navigation) 06:10 - Considering the trade-offs: wasting hours per day scrolling 07:45 - Participating in the dumb phone revolution 09:02 - Valuing your time as a creator vs. being a consumer 10:15 - Concerns about tech giants partnering and privacy issues 11:40 - Key factors driving the dumb phone revolution 13:20 - Viewing smartphones as a failed hypothesis 14:35 - Closing analogy: smartphones as bad prototype code that needs deleting 16:00 - Encouragement to research dumb phones and concluding thoughts</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 12 Jun 2024 15:22:54 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>00:00 - Introduction: Is 2024 the year of the dumb phone?<br />01:23 - Host's background and relationship with media consumption 03:15 - How smartphones are like having a TV in your pocket 04:50 - The limited benefits of smartphones (touchless pay, navigation) 06:10 - Considering the trade-offs: wasting hours per day scrolling 07:45 - Participating in the dumb phone revolution 09:02 - Valuing your time as a creator vs. being a consumer 10:15 - Concerns about tech giants partnering and privacy issues 11:40 - Key factors driving the dumb phone revolution 13:20 - Viewing smartphones as a failed hypothesis 14:35 - Closing analogy: smartphones as bad prototype code that needs deleting 16:00 - Encouragement to research dumb phones and concluding thoughts</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="9100577" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/66711737-69e2-4639-abe6-f4aef52188d4/audio/0e13c1a1-5be8-4af1-aa71-b267d63bd16e/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Year of the Dumbphone</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/65e7ecd9-7e49-4545-88e9-339873002413/3000x3000/novyi-nokia-3310.jpg?aid=rss_feed"/>
      <itunes:duration>00:09:28</itunes:duration>
      <itunes:summary>In this thought-provoking episode, we explore the idea that 2024 may be the year of the &quot;dumb phone&quot; revolution. Our host shares his perspective on how smartphones have become like televisions in our pockets, consuming our time and energy. He argues that while smartphones offer some benefits, such as touchless pay and navigation, they may not outweigh the negatives of spending hours scrolling through news and social media feeds. The episode introduces the concept of the dumb phone revolution, where people are opting for simpler devices that primarily make calls and send texts. We discuss the potential benefits of reclaiming time and becoming creators rather than consumers, and the implications of big tech companies partnering in ways that may not respect user privacy. Join us as we contemplate the trade-offs of smartphone technology and consider the merits of the emerging dumb phone movement.</itunes:summary>
      <itunes:subtitle>In this thought-provoking episode, we explore the idea that 2024 may be the year of the &quot;dumb phone&quot; revolution. Our host shares his perspective on how smartphones have become like televisions in our pockets, consuming our time and energy. He argues that while smartphones offer some benefits, such as touchless pay and navigation, they may not outweigh the negatives of spending hours scrolling through news and social media feeds. The episode introduces the concept of the dumb phone revolution, where people are opting for simpler devices that primarily make calls and send texts. We discuss the potential benefits of reclaiming time and becoming creators rather than consumers, and the implications of big tech companies partnering in ways that may not respect user privacy. Join us as we contemplate the trade-offs of smartphone technology and consider the merits of the emerging dumb phone movement.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>107</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">07bbffd0-ee93-4c7b-b236-935180c7e6d7</guid>
      <title>Leaving Apple Ecosystem in 2024 Livestream &amp; Q/A Post WWDC</title>
      <description><![CDATA[<p>Noah Gift reacts to Apple's announced partnership with OpenAI, arguing it abandons Apple's core values and poses risks to user privacy and creator livelihoods. He shares his personal plan and advice for gradually transitioning away from the Apple ecosystem to open-source alternatives like Ubuntu.</p><p>Add a full description of what happened in this episode, including topics discussed, useful timestamps, useful episode notes and any additional links you may want to share: As a 40-year Apple user, AI expert, and university professor, Noah Gift expresses deep concerns over Apple's partnership with OpenAI and outlines a path for leaving the Apple ecosystem:</p><ul><li>Despite marketing itself as a premium, pro-privacy, pro-creator brand, Apple partnering with OpenAI abandons those core values (2:00)</li><li>OpenAI's leadership has a dubious track record, engages in regulatory entrepreneurship to exploit legal gray areas around data usage and fair use (6:00)</li><li>Technical risks: OS-level AI integration shows lack of skill; possibility of OpenAI accessing sensitive iCloud creator data (9:00)</li><li>Noah's step-by-step plan: 1) Ubuntu laptops like Framework or System76 2) Ditch Apple Watch for Garmin 3) Sell Mac Studio for AMD Threadripper (12:00)</li><li>Opportunity to save money, reclaim time/attention from smartphone addiction, view computer as a tool vs. part of identity (14:30)</li><li>Upcoming Pragmatic AI Labs course teaching artists to switch from Mac to open-source Ubuntu (17:00)</li></ul><p>Consider exploring alternatives to Apple:</p><ul><li>Framework laptop: <a href="https://frame.work/">https://frame.work/</a></li><li>System76 computers: <a href="https://system76.com/">https://system76.com/</a></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 11 Jun 2024 00:00:01 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Noah Gift reacts to Apple's announced partnership with OpenAI, arguing it abandons Apple's core values and poses risks to user privacy and creator livelihoods. He shares his personal plan and advice for gradually transitioning away from the Apple ecosystem to open-source alternatives like Ubuntu.</p><p>Add a full description of what happened in this episode, including topics discussed, useful timestamps, useful episode notes and any additional links you may want to share: As a 40-year Apple user, AI expert, and university professor, Noah Gift expresses deep concerns over Apple's partnership with OpenAI and outlines a path for leaving the Apple ecosystem:</p><ul><li>Despite marketing itself as a premium, pro-privacy, pro-creator brand, Apple partnering with OpenAI abandons those core values (2:00)</li><li>OpenAI's leadership has a dubious track record, engages in regulatory entrepreneurship to exploit legal gray areas around data usage and fair use (6:00)</li><li>Technical risks: OS-level AI integration shows lack of skill; possibility of OpenAI accessing sensitive iCloud creator data (9:00)</li><li>Noah's step-by-step plan: 1) Ubuntu laptops like Framework or System76 2) Ditch Apple Watch for Garmin 3) Sell Mac Studio for AMD Threadripper (12:00)</li><li>Opportunity to save money, reclaim time/attention from smartphone addiction, view computer as a tool vs. part of identity (14:30)</li><li>Upcoming Pragmatic AI Labs course teaching artists to switch from Mac to open-source Ubuntu (17:00)</li></ul><p>Consider exploring alternatives to Apple:</p><ul><li>Framework laptop: <a href="https://frame.work/">https://frame.work/</a></li><li>System76 computers: <a href="https://system76.com/">https://system76.com/</a></li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="21536116" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/a1bfed61-c4a5-42a2-ae1a-86d89937b109/audio/34944023-cab7-49f8-9cce-bad672894698/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Leaving Apple Ecosystem in 2024 Livestream &amp; Q/A Post WWDC</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:22:25</itunes:duration>
      <itunes:summary>Noah Gift reacts to Apple&apos;s announced partnership with OpenAI, arguing it abandons Apple&apos;s core values and poses risks to user privacy and creator livelihoods. He shares his personal plan and advice for gradually transitioning away from the Apple ecosystem to open-source alternatives like Ubuntu.</itunes:summary>
      <itunes:subtitle>Noah Gift reacts to Apple&apos;s announced partnership with OpenAI, arguing it abandons Apple&apos;s core values and poses risks to user privacy and creator livelihoods. He shares his personal plan and advice for gradually transitioning away from the Apple ecosystem to open-source alternatives like Ubuntu.</itunes:subtitle>
      <itunes:keywords>open-source alternatives to apple, smartphone addiction, framework laptop, responsible ai, data privacy risks of ai, apple openai partnership, system76, noah gift pragmatic ai labs, switching from mac to ubuntu</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>106</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">52d29fbe-8bb1-42b7-8d7d-a3e280df753a</guid>
      <title>The Pragmatic AI Labs Alternative University</title>
      <description><![CDATA[<p>Noah Gift, founder of Pragmatic AI Labs, shares his personal journey from working in TV/film to building an alternative university that combines the best of academia, content creation, and industry experience to provide cutting-edge AI/ML education accessible to all.</p><p>Add a full description of what happened in this episode, including topics discussed, useful timestamps, useful episode notes and any additional links you may want to share: Noah Gift traces his path to founding Pragmatic AI Labs, an alternative learning platform for AI/ML skills. Key points:</p><ul><li>Gained early experience in TV/film, IT, and visual effects at major studios like ABC, Disney, Sony (1:00)</li><li>Transitioned to startups, consulting, and teaching machine learning which inspired the vision for Pragmatic AI Labs (5:30)</li><li>Draws upon 8 years teaching graduate-level data science/AI at top universities like UC Berkeley, Duke, Northwestern (7:00)</li><li>Extensive content creation with O'Reilly, Pearson, Udacity, edX, Coursera - 40 courses equivalent to 2 master's degrees (9:00)</li><li>Pragmatic AI Labs uniquely combines strengths of universities (elite research), content companies (speed, quality), and industry (real-world relevance) (12:00)</li><li>Currently offers 40 cutting-edge courses on edX spanning Python, Rust, data engineering, MLOps, generative AI, LLMs (14:00)</li><li>Upcoming plans: onboarding top authors, growing Discord community, investing in podcasts (18:00)</li><li>Transitioning to a transparent public benefit corporation to support authors, offer free learning pathways, further the mission of expanding access to AI/ML education (19:00)</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 10 Jun 2024 16:49:06 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <media:thumbnail height="720" url="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/81ded36c-af22-48a2-8801-972bc3558d2f/pragai-unicorn.jpg" width="1280"/>
      <content:encoded><![CDATA[<p>Noah Gift, founder of Pragmatic AI Labs, shares his personal journey from working in TV/film to building an alternative university that combines the best of academia, content creation, and industry experience to provide cutting-edge AI/ML education accessible to all.</p><p>Add a full description of what happened in this episode, including topics discussed, useful timestamps, useful episode notes and any additional links you may want to share: Noah Gift traces his path to founding Pragmatic AI Labs, an alternative learning platform for AI/ML skills. Key points:</p><ul><li>Gained early experience in TV/film, IT, and visual effects at major studios like ABC, Disney, Sony (1:00)</li><li>Transitioned to startups, consulting, and teaching machine learning which inspired the vision for Pragmatic AI Labs (5:30)</li><li>Draws upon 8 years teaching graduate-level data science/AI at top universities like UC Berkeley, Duke, Northwestern (7:00)</li><li>Extensive content creation with O'Reilly, Pearson, Udacity, edX, Coursera - 40 courses equivalent to 2 master's degrees (9:00)</li><li>Pragmatic AI Labs uniquely combines strengths of universities (elite research), content companies (speed, quality), and industry (real-world relevance) (12:00)</li><li>Currently offers 40 cutting-edge courses on edX spanning Python, Rust, data engineering, MLOps, generative AI, LLMs (14:00)</li><li>Upcoming plans: onboarding top authors, growing Discord community, investing in podcasts (18:00)</li><li>Transitioning to a transparent public benefit corporation to support authors, offer free learning pathways, further the mission of expanding access to AI/ML education (19:00)</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="13519659" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/2d00f093-7139-48da-8fe5-8f138f09c1d0/audio/2f4a7996-2611-4dfb-9efd-2328d92925a0/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Pragmatic AI Labs Alternative University</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/573b9de9-a8e3-4e29-924f-8dab858b9688/3000x3000/pragai-unicorn.jpg?aid=rss_feed"/>
      <itunes:duration>00:14:04</itunes:duration>
      <itunes:summary>In this episode, Noah Gift discusses the origin story and mission of Pragmatic AI Labs, an alternative educational platform that combines the best aspects of universities, content creators, and industry to provide cutting-edge AI/ML courses and build a transparent learning community.</itunes:summary>
      <itunes:subtitle>In this episode, Noah Gift discusses the origin story and mission of Pragmatic AI Labs, an alternative educational platform that combines the best aspects of universities, content creators, and industry to provide cutting-edge AI/ML courses and build a transparent learning community.</itunes:subtitle>
      <itunes:keywords>edx, ai education, accessible ai education, mlops, online learning, noah gift, public benefit corporation, generative ai, alternative university, pragmatic ai labs, machine learning courses</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>105</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">78c655ca-5505-4515-9b39-861a7a5d3a71</guid>
      <title>Title: Cloud Computing Fundamentals: Models, Services, and AWS Overview</title>
      <description><![CDATA[<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 10 Jun 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="24487436" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/2344b1f3-c4db-4a95-bdf8-f26f05f6a3ba/audio/090635eb-6ff6-4353-99cd-fa3db8afecff/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Title: Cloud Computing Fundamentals: Models, Services, and AWS Overview</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:25:30</itunes:duration>
      <itunes:summary>Cloud computing offers advantages such as scalability, cost-efficiency, and flexibility through various service models like SaaS, PaaS, and IaaS. Amazon Web Services (AWS) provides a wide range of cloud services, including compute, storage, networking, and databases, enabling businesses to build and deploy applications with ease.</itunes:summary>
      <itunes:subtitle>Cloud computing offers advantages such as scalability, cost-efficiency, and flexibility through various service models like SaaS, PaaS, and IaaS. Amazon Web Services (AWS) provides a wide range of cloud services, including compute, storage, networking, and databases, enabling businesses to build and deploy applications with ease.</itunes:subtitle>
      <itunes:keywords>paas, dynamodb, aws, vpc, serverless, iaas, flexibility, scalability, cost-efficiency, saas, efs, service models, ebs, s3, cloud computing, ec2, high availability, cloud deployment models, fault tolerance, amazon aurora</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>102</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">2cfd5a6e-23c3-4cbc-b11e-a0e68526603f</guid>
      <title>AWS Billing and Support: Managing Costs and Leveraging Expertise</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 5 Jun 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="6987903" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/80f4ce9a-efab-497f-9e44-33a5b84adbdf/audio/ba8f3a81-3cd6-4fb6-b395-101a703c914e/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Billing and Support: Managing Costs and Leveraging Expertise</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:07:16</itunes:duration>
      <itunes:summary>AWS offers tools for billing and cost management, such as AWS Organizations for consolidated billing and access control, and the billing dashboard for forecasting and analyzing costs. AWS support plans provide varying levels of technical assistance, from basic free support to enterprise-level support with 15-minute response times for critical issues.</itunes:summary>
      <itunes:subtitle>AWS offers tools for billing and cost management, such as AWS Organizations for consolidated billing and access control, and the billing dashboard for forecasting and analyzing costs. AWS support plans provide varying levels of technical assistance, from basic free support to enterprise-level support with 15-minute response times for critical issues.</itunes:subtitle>
      <itunes:keywords>support plans, technical account manager, developer support, aws organizations, cost reports, cost management, enterprise support, business support, aws billing, budgets, billing dashboard, aws support, support concierge, cost explorer, basic support</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>101</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">00c69890-8a33-44eb-b821-2e29e93178ec</guid>
      <title>AWS Well-Architected Framework: Designing Reliable and Efficient Cloud Solutions</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 3 Jun 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="17931328" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/e9c1621f-edda-4ca1-9ece-76bae96d24ba/audio/9ac1cc5b-467d-46df-9636-ad009a6f4987/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Well-Architected Framework: Designing Reliable and Efficient Cloud Solutions</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:18:40</itunes:duration>
      <itunes:summary>The AWS Well-Architected Framework provides best practices for designing and operating reliable, secure, efficient, and cost-effective systems in the cloud. By considering key pillars such as operational excellence, security, reliability, performance efficiency, and cost optimization, organizations can build resilient and scalable architectures.</itunes:summary>
      <itunes:subtitle>The AWS Well-Architected Framework provides best practices for designing and operating reliable, secure, efficient, and cost-effective systems in the cloud. By considering key pillars such as operational excellence, security, reliability, performance efficiency, and cost optimization, organizations can build resilient and scalable architectures.</itunes:subtitle>
      <itunes:keywords>microservices, chaos engineering, cost optimization, cloud architecture, design principles, security, aws well-architected framework, hippos, scalability, availability, operational excellence, recoverability, mtbf, automation, evolutionary architecture, performance efficiency, game days, fault tolerance, reliability</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>100</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7571eabe-6945-43bb-a70c-22e0b37ce984</guid>
      <title>AWS Cloud Security: Shared Responsibility and Best Practices</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 27 May 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="23961644" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8cbb169e-f3e2-4a41-b666-8e0662ad66ef/audio/7257a59a-2832-4e16-bf05-2827ef03f3dd/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Cloud Security: Shared Responsibility and Best Practices</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:24:57</itunes:duration>
      <itunes:summary>AWS cloud security follows a shared responsibility model, where both AWS and the customer play crucial roles in securing resources. Implementing best practices, such as using IAM, MFA, and monitoring services like CloudTrail and AWS Config, ensures a robust and secure cloud environment.</itunes:summary>
      <itunes:subtitle>AWS cloud security follows a shared responsibility model, where both AWS and the customer play crucial roles in securing resources. Implementing best practices, such as using IAM, MFA, and monitoring services like CloudTrail and AWS Config, ensures a robust and secure cloud environment.</itunes:subtitle>
      <itunes:keywords>mfa, resource management, aws cloud security, security analysis, cloudtrail, compliance, authentication, trusted advisor, shared responsibility model, best practices, monitoring, roles, policies, iam, aws config, authorization</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>100</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">db3d44a4-297e-4804-9e23-d2335d28ec88</guid>
      <title>AWS Elastic Services: Scaling and Load Balancing in the Cloud</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 22 May 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="12314375" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/a7bfcbb0-2bc6-4681-a103-9a733f142005/audio/33ae723c-4219-4e93-822d-fb7570d19972/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Elastic Services: Scaling and Load Balancing in the Cloud</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:12:49</itunes:duration>
      <itunes:summary>AWS Elastic services, such as Elastic Load Balancing (ELB) and Auto Scaling, enable applications to scale dynamically based on demand. These services, combined with CloudWatch for monitoring, allow for cost-effective and efficient resource management in the cloud.</itunes:summary>
      <itunes:subtitle>AWS Elastic services, such as Elastic Load Balancing (ELB) and Auto Scaling, enable applications to scale dynamically based on demand. These services, combined with CloudWatch for monitoring, allow for cost-effective and efficient resource management in the cloud.</itunes:subtitle>
      <itunes:keywords>load balancing, cloudwatch, elb, cost optimization, cloud architecture, classic load balancer, scaling, alarms, monitoring, aws elastic services, network load balancer, auto scaling, metrics, high availability, fault tolerance, application load balancer</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>99</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">bf87ce9a-06b7-436e-a878-cc5b1ed01faf</guid>
      <title>AWS Database Services: Managed Solutions for Diverse Needs</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 20 May 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="13735854" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/185f0657-41c2-4d87-9820-2aaed3c9cd4d/audio/c45e2d2b-49fd-4f6b-9d3b-44771c39bb18/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Database Services: Managed Solutions for Diverse Needs</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:14:18</itunes:duration>
      <itunes:summary>AWS offers a range of managed database services, including Aurora for clustered systems, Redshift for data warehousing, DynamoDB for NoSQL and key-value storage, Elastic Cache for low-latency caching, and Neptune for graph databases. Each service caters to specific use cases and provides scalability, performance, and ease of management.</itunes:summary>
      <itunes:subtitle>AWS offers a range of managed database services, including Aurora for clustered systems, Redshift for data warehousing, DynamoDB for NoSQL and key-value storage, Elastic Cache for low-latency caching, and Neptune for graph databases. Each service caters to specific use cases and provides scalability, performance, and ease of management.</itunes:subtitle>
      <itunes:keywords>dynamodb, aws databases, nosql, data warehousing, cost-effective, graph databases, performance, redshift, scalability, neptune, relational databases, managed services, elastic cache, key-value storage, aurora</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>98</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1d56bcd0-6cbc-4fc9-b9ee-0b1fa46b1fcd</guid>
      <title>AI Amplifies, Agile Delivers: Prioritizing Fundamentals in Tech Adoption</title>
      <description><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li></ul><p>📝 Rust Axum Microservice: https://insight.paiml.com/n9j</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 15 May 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li></ul><p>📝 Rust Axum Microservice: https://insight.paiml.com/n9j</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="1819002" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/d8e7503b-c468-40c4-90bd-509a337712bc/audio/f36656f9-da53-4060-ab22-cf7f63b0954c/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AI Amplifies, Agile Delivers: Prioritizing Fundamentals in Tech Adoption</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:01:53</itunes:duration>
      <itunes:summary>AI enhances core business practices, not replaces them. Build on agile, automation fundamentals first, then use AI to incrementally boost productivity.</itunes:summary>
      <itunes:subtitle>AI enhances core business practices, not replaces them. Build on agile, automation fundamentals first, then use AI to incrementally boost productivity.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>91</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">60914006-70ae-4a01-854c-eff2b0e8c8b4</guid>
      <title>AWS Virtual Private Cloud (VPC) and CloudFront</title>
      <description><![CDATA[<p>AWS Virtual Private Cloud (VPC) enables the creation of logically isolated virtual networks on the AWS Cloud, offering security, flexibility, and integration with various AWS services. CloudFront, a global content delivery network (CDN), ensures low latency, high data transfer speeds, and cost-effectiveness for content delivery.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 15 May 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>AWS Virtual Private Cloud (VPC) enables the creation of logically isolated virtual networks on the AWS Cloud, offering security, flexibility, and integration with various AWS services. CloudFront, a global content delivery network (CDN), ensures low latency, high data transfer speeds, and cost-effectiveness for content delivery.</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="9887286" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/2039579e-c74f-4dd4-8877-b3abab8970b6/audio/380f604c-f94e-4204-8912-0afb0a926d49/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Virtual Private Cloud (VPC) and CloudFront</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:10:17</itunes:duration>
      <itunes:summary>AWS Virtual Private Cloud (VPC) enables the creation of logically isolated virtual networks on the AWS Cloud, offering security, flexibility, and integration with various AWS services. CloudFront, a global content delivery network (CDN), ensures low latency, high data transfer speeds, and cost-effectiveness for content delivery.</itunes:summary>
      <itunes:subtitle>AWS Virtual Private Cloud (VPC) enables the creation of logically isolated virtual networks on the AWS Cloud, offering security, flexibility, and integration with various AWS services. CloudFront, a global content delivery network (CDN), ensures low latency, high data transfer speeds, and cost-effectiveness for content delivery.</itunes:subtitle>
      <itunes:keywords>cost-effective, security groups, low latency, network access list, cdn, high transfer speeds, subnets, dhcp, elastic ip, edge locations, virtual private cloud, internet gateway, aws cloudfront, route tables, network virtualization, aws vpc, vpn, content delivery network</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>97</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">78c91f8f-8bc9-4e31-a365-c676966e1416</guid>
      <title>AWS Storage Services: EBS, S3, EFS, and Glacier</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 13 May 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="22280194" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ac9d9a4a-5048-44b7-a6f0-636e3ead95df/audio/445e2c5d-e3d9-4881-92ff-827066d78193/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Storage Services: EBS, S3, EFS, and Glacier</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:23:12</itunes:duration>
      <itunes:summary>AWS offers various storage services, including EBS for block-level storage, S3 for object storage, EFS for managed NFS, and Glacier for data archiving. Each service has unique features, pricing models, and use cases to meet different storage needs.</itunes:summary>
      <itunes:subtitle>AWS offers various storage services, including EBS for block-level storage, S3 for object storage, EFS for managed NFS, and Glacier for data archiving. Each service has unique features, pricing models, and use cases to meet different storage needs.</itunes:subtitle>
      <itunes:keywords>object storage, glacier, encryption, aws storage services, data archiving, block storage, efs, data lifecycle management, ebs, data lake, s3, storage classes</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>96</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">52e2c6fe-756c-4561-a9eb-8d13ac1e6d34</guid>
      <title>Small Models, Big Potential: The Edge Computing Revolution</title>
      <description><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li></ul><p>📝 Rust Axum Microservice: https://insight.paiml.com/n9j</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 8 May 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li></ul><p>📝 Rust Axum Microservice: https://insight.paiml.com/n9j</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="1872083" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/fb5ebbe5-85c3-444d-8a58-7f124a69dafc/audio/db77d410-db7e-4242-95b6-9c6d88423951/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Small Models, Big Potential: The Edge Computing Revolution</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:01:56</itunes:duration>
      <itunes:summary>Small language models rival large ones by using curated data. Compact size enables edge devices like drones.</itunes:summary>
      <itunes:subtitle>Small language models rival large ones by using curated data. Compact size enables edge devices like drones.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>90</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ae0b8253-5dd8-4c35-aef3-91a6f5481924</guid>
      <title>Introduction to Essential AWS Services</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 6 May 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="1234695" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/30498806-0081-4017-a385-85743c7265da/audio/51cf76cc-2e87-4e52-b273-c65f4b19cd08/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Introduction to Essential AWS Services</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:01:17</itunes:duration>
      <itunes:summary>This section covers the core AWS services, including Compute, Storage, VPC, Database, and Elasticity. Each service has various sub-components that will be demonstrated.</itunes:summary>
      <itunes:subtitle>This section covers the core AWS services, including Compute, Storage, VPC, Database, and Elasticity. Each service has various sub-components that will be demonstrated.</itunes:subtitle>
      <itunes:keywords>dynamodb, aws lambda, vpc, load balancers, aws services, private clouds, efs, ec2 instances, ebs, cloud computing, elasticity, rds</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>95</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">3d8ca968-c702-4080-8c2d-6fb9bb404322</guid>
      <title>Productivity Hacks of Highly Effective People</title>
      <description><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li></ul><p>📝 Rust Axum Microservice: https://insight.paiml.com/n9j</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 1 May 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li></ul><p>📝 Rust Axum Microservice: https://insight.paiml.com/n9j</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="4361866" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/feef1ec7-a20d-4d43-b240-ebe43a226f1d/audio/c424c02b-2cfb-4ca1-b173-d7f3de6c8744/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Productivity Hacks of Highly Effective People</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:04:32</itunes:duration>
      <itunes:summary>Productive people use simple heuristics. Timebox tasks to 4 hours, limit to 10 per week. Break down, simplify, commit, iterate. Do deep work, avoid distractions.</itunes:summary>
      <itunes:subtitle>Productive people use simple heuristics. Timebox tasks to 4 hours, limit to 10 per week. Break down, simplify, commit, iterate. Do deep work, avoid distractions.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>89</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">8947c625-062f-40ba-b034-d412c7f03e5c</guid>
      <title>Mastering Lifelong Learning Through Goal-Setting</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 1 May 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3383005" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/547c6817-64fc-4d0a-819f-0667badd9ad8/audio/59dc46d4-a499-414f-b54f-709e31f53f83/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Mastering Lifelong Learning Through Goal-Setting</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:03:31</itunes:duration>
      <itunes:summary>Setting daily, weekly, monthly, quarterly, and yearly learning goals is crucial for staying relevant in the rapidly evolving tech industry. Building a portfolio of certifications and projects helps demonstrate your knowledge and skills.</itunes:summary>
      <itunes:subtitle>Setting daily, weekly, monthly, quarterly, and yearly learning goals is crucial for staying relevant in the rapidly evolving tech industry. Building a portfolio of certifications and projects helps demonstrate your knowledge and skills.</itunes:subtitle>
      <itunes:keywords>technology, proof of skills, certifications, portfolio, lifelong learning, cloud computing, knowledge, goal-setting, self-fulfilling prophecy</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>94</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c1ed978a-a358-4f1f-b013-f3c6d0e847cc</guid>
      <title>The Cloud Talent Gap</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 29 Apr 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><ul><li>📚edX Professional Certificate Machine Learning Operations (MLOps): <a href="http://insight.paiml.com/ear">insight.paiml.com/ear</a><ul><li>📚edX Professional Certificate Python Fundamentals for MLOps: <a href="https://insight.paiml.com/h5h">https://insight.paiml.com/h5h</a></li><li>📚edX Professional Certificate DevOps, DataOps, MLOps:  <a href="https://insight.paiml.com/mgk">https://insight.paiml.com/mgk</a></li><li> 📚edX Professional Certificate MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/rqv">https://insight.paiml.com/rqv</a></li><li> 📚edX Professional Certificate MLOps Platforms: Amazon SageMaker and Azure ML : https://insight.paiml.com/9mg</li></ul></li></ul><p><br /> </p><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li><li>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="6437451" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/3105d202-a48d-4dce-b946-c38fd421546c/audio/46445f7e-0528-435e-9c0f-fb0d18bcf5ab/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Cloud Talent Gap</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:06:42</itunes:duration>
      <itunes:summary>Companies struggle to find skilled cloud computing workers. Universities fail to train students adequately, so self-learning becomes crucial.</itunes:summary>
      <itunes:subtitle>Companies struggle to find skilled cloud computing workers. Universities fail to train students adequately, so self-learning becomes crucial.</itunes:subtitle>
      <itunes:keywords>university training, cloud skills, cloud talent shortage, jobs education mismatch, self-learning</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>93</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">85d89275-648e-4a39-ae15-7a780a2d880d</guid>
      <title>🦀 Rust + 🤖 LLMs: 🚀 Supercharge MLOps &amp; AI Ethics</title>
      <description><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li></ul><p>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 24 Apr 2024 17:45:20 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>edX</p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/d69</p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Rust Programming: <a href="https://insight.paiml.com/tkg">https://insight.paiml.com/tkg</a><ul><li>📚edX Rust Data Engineering:  https://insight.paiml.com/fhd</li></ul></li></ul><p><br /> </p><p><br /> </p><p><br /> </p><ul><li>📚edX Professional Certificate in Large Language Model Operations (LLMOps): https://insight.paiml.com/j8t</li></ul><p><br /> </p><p>Coursera</p><p><br /> </p><p><br /> </p><p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li><li>📝 Rust Axum Microservice: <a href="https://insight.paiml.com/n9j">https://insight.paiml.com/n9j</a></li></ul><p>📝Local LLMs with Llamafile: https://insight.paiml.com/rw1</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="42648599" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/27e19137-1059-428d-b89d-247903c15bbc/audio/f5cd9afa-0eba-4ae2-ae8d-b1a848fd09f9/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>🦀 Rust + 🤖 LLMs: 🚀 Supercharge MLOps &amp; AI Ethics</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:44:25</itunes:duration>
      <itunes:summary>🌟 Discover the power of Rust for Machine Learning &amp; LLMs!
🎯 Supercharge your MLOps with Rust&apos;s performance, safety &amp; tooling
💡 Explore ethical considerations around LLMs &amp; generative AI
🐍 Combine the best of Python &amp; Rust for seamless interop
🤖 Dive into cutting-edge Rust LLM workflows with CUDA, AWS, Hugging Face &amp; more!
Revolutionize your Machine Learning journey with Rust! 🦀 This in-depth video explores the immense potential of leveraging Rust&apos;s unparalleled performance, safety guarantees, and robust tooling ecosystem to create blazing-fast, secure, and scalable ML solutions. 🚀
Discover how Rust empowers you to tackle the unique challenges of MLOps head-on, from binary deployments and concurrent programming to GPU acceleration with NVIDIA CUDA. 💻 Learn to seamlessly bridge the gap between Python&apos;s rich data science ecosystem and Rust&apos;s raw power using tools like PyO3 and Polars. 🐍
Dive deep into the ethical considerations surrounding Large Language Models (LLMs) and generative AI, gaining invaluable insights to guide responsible development and deployment. 🧠 Explore cutting-edge Rust LLM workflows integrating AWS Lambda, Hugging Face, and more to push the boundaries of what&apos;s possible! 🌐
Whether you&apos;re a seasoned Rustacean looking to dive into ML or a Python aficionado eager to harness Rust&apos;s potential, this video is your launchpad to the forefront of Machine Learning innovation. 🎓 Buckle up and get ready to supercharge your AI journey with Rust! 🔥</itunes:summary>
      <itunes:subtitle>🌟 Discover the power of Rust for Machine Learning &amp; LLMs!
🎯 Supercharge your MLOps with Rust&apos;s performance, safety &amp; tooling
💡 Explore ethical considerations around LLMs &amp; generative AI
🐍 Combine the best of Python &amp; Rust for seamless interop
🤖 Dive into cutting-edge Rust LLM workflows with CUDA, AWS, Hugging Face &amp; more!
Revolutionize your Machine Learning journey with Rust! 🦀 This in-depth video explores the immense potential of leveraging Rust&apos;s unparalleled performance, safety guarantees, and robust tooling ecosystem to create blazing-fast, secure, and scalable ML solutions. 🚀
Discover how Rust empowers you to tackle the unique challenges of MLOps head-on, from binary deployments and concurrent programming to GPU acceleration with NVIDIA CUDA. 💻 Learn to seamlessly bridge the gap between Python&apos;s rich data science ecosystem and Rust&apos;s raw power using tools like PyO3 and Polars. 🐍
Dive deep into the ethical considerations surrounding Large Language Models (LLMs) and generative AI, gaining invaluable insights to guide responsible development and deployment. 🧠 Explore cutting-edge Rust LLM workflows integrating AWS Lambda, Hugging Face, and more to push the boundaries of what&apos;s possible! 🌐
Whether you&apos;re a seasoned Rustacean looking to dive into ML or a Python aficionado eager to harness Rust&apos;s potential, this video is your launchpad to the forefront of Machine Learning innovation. 🎓 Buckle up and get ready to supercharge your AI journey with Rust! 🔥</itunes:subtitle>
      <itunes:keywords>python-rust-interop, rust-mlops, rust-large-language-model-workflow, hugging-face, ai-ethics, rust-machine-learning, aws-lambda, large-language-models, nvidia-cuda</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>92</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a9f46481-5493-45d7-9166-981a48e40b8e</guid>
      <title>Software Grows like Trees, Not Playgrounds</title>
      <description><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li></ul><p>📝 Rust Axum Microservice: https://insight.paiml.com/n9j</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 24 Apr 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li></ul><p>📝 Rust Axum Microservice: https://insight.paiml.com/n9j</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="1890891" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/cc129fc2-3fe5-45cb-b543-07b36eae81c7/audio/1b4090e5-6584-474d-a2e1-c25457664aaa/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Software Grows like Trees, Not Playgrounds</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:01:58</itunes:duration>
      <itunes:summary> Building software is like growing a fig tree, not a playground. Playgrounds need upfront design; fig trees require dynamic adjustments.</itunes:summary>
      <itunes:subtitle> Building software is like growing a fig tree, not a playground. Playgrounds need upfront design; fig trees require dynamic adjustments.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>88</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">2c4c125e-76d8-4eef-9567-0d7f0b012a0b</guid>
      <title>Five Whys Fix Failures</title>
      <description><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li></ul><p>📝 Rust Axum Microservice: https://insight.paiml.com/n9j</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 17 Apr 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  <a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></li></ul><p>📝 Guided Projects:</p><ul><li>📝Object-Oriented Programming in Python:<a href="https://insight.paiml.com/n4h">https://insight.paiml.com/n4h</a></li><li>📝MySQL-for-Data-Engineering:  <a href="https://insight.paiml.com/e1k">https://insight.paiml.com/e1k</a></li><li>📝Python Generators:  <a href="https://insight.paiml.com/i9l">https://insight.paiml.com/i9l</a></li><li>📝Build a Static Website with Rust and Zola: <a href="https://insight.paiml.com/a2h">https://insight.paiml.com/a2h</a></li><li>📝Building Rust AWS Lambda Microservices with Cargo Lambda: <a href="https://insight.paiml.com/8ed">https://insight.paiml.com/8ed</a></li><li>📝Rust Secret Cipher CLI: <a href="https://insight.paiml.com/zzr">https://insight.paiml.com/zzr</a></li><li>📝Python Decorators:  <a href="https://insight.paiml.com/1n5">https://insight.paiml.com/1n5</a></li><li>📝Bash Command-line tools: insight.paiml.com/zo3</li><li>📝Big O Notation in Python:  https://insight.paiml.com/bnv </li></ul><p>📝 Rust Axum Microservice: https://insight.paiml.com/n9j</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3953102" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/d072de01-fff2-40c8-92f0-0a3c1279cf59/audio/b6d1142a-d704-4507-9164-35729bbebcba/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Five Whys Fix Failures</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:04:07</itunes:duration>
      <itunes:summary>Asking &quot;Why?&quot; five times gets to the root of problems. Servers crashed, no logs. Cheap storage, bad configs caused it.</itunes:summary>
      <itunes:subtitle>Asking &quot;Why?&quot; five times gets to the root of problems. Servers crashed, no logs. Cheap storage, bad configs caused it.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>87</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">95dc55d9-1baf-4dd5-a6ab-779d6d07b4d8</guid>
      <title>The Pitfalls of Rigid Agile</title>
      <description><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li></ul><p>📚Cloud Virtualization, Containers and APIs:  </p><p><a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 10 Apr 2024 16:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: <a href="https://insight.paiml.com/a8e">https://insight.paiml.com/a8e</a></li><li>📚Introduction to Generative AI: <a href="https://insight.paiml.com/ee2">https://insight.paiml.com/ee2</a></li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: <a href="https://insight.paiml.com/i6k">https://insight.paiml.com/i6k</a></li><li>📚Advanced Data Engineering: <a href="https://insight.paiml.com/uvi">https://insight.paiml.com/uvi</a></li><li>📚GenAI and LLMs on AWS: <a href="https://insight.paiml.com/3x7">https://insight.paiml.com/3x7</a></li><li>📚Open Source LLMOps Solutions: https://insight.paiml.com/x0g</li></ul><p><br /> </p><ul><li>📚Foundations of Local Large Language models:  <a href="https://insight.paiml.com/rvy">https://insight.paiml.com/rvy</a></li><li>📚Beginning Llamafile for Local Large Language Models (LLMs): <a href="https://insight.paiml.com/5ec">https://insight.paiml.com/5ec</a></li><li>📚End to End LLMs with Azure:  https://coursera.org/learn/azure-llm-large-language-models</li></ul><p><br /> </p><p><br /> </p><ul><li>📚Rust Programming Specialization:  <a href="https://insight.paiml.com/qwh">https://insight.paiml.com/qwh</a></li><li>📚Rust for DevOps:  <a href="https://insight.paiml.com/x14">https://insight.paiml.com/x14</a></li><li>📚Rust LLMOps:   <a href="https://insight.paiml.com/g3b">https://insight.paiml.com/g3b</a></li><li>📚Rust Fundamentals: <a href="https://insight.paiml.com/qyt">https://insight.paiml.com/qyt</a></li><li>📚Data Engineering with Rust: <a href="https://insight.paiml.com/zm1">https://insight.paiml.com/zm1</a></li><li>📚Python and Rust with Linux Command Line Tools: <a href="https://insight.paiml.com/jot">https://insight.paiml.com/jot</a></li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: <a href="https://insight.paiml.com/5r9">https://insight.paiml.com/5r9</a></li><li>📚Data Visualization with Python: <a href="https://insight.paiml.com/y9p">https://insight.paiml.com/y9p</a></li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://insight.paiml.com/xtp">https://insight.paiml.com/xtp</a></li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://insight.paiml.com/f6j">https://insight.paiml.com/f6j</a></li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: <a href="https://insight.paiml.com/uvm">https://insight.paiml.com/uvm</a></li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://insight.paiml.com/ymb">https://insight.paiml.com/ymb</a></li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: <a href="https://insight.paiml.com/2or">https://insight.paiml.com/2or</a></li><li>📚Linux and Bash for Data Engineering: <a href="https://insight.paiml.com/d31">https://insight.paiml.com/d31</a></li><li>📚Scripting with Python and SQL for Data Engineering: <a href="https://insight.paiml.com/n3b">https://insight.paiml.com/n3b</a></li><li>📚Python and Pandas for Data Engineering: <a href="https://insight.paiml.com/nz7">https://insight.paiml.com/nz7</a></li><li>📚Web Applications and Command-Line Tools for Data Engineering: <a href="https://insight.paiml.com/o86">https://insight.paiml.com/o86</a></li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: <a href="https://insight.paiml.com/75t">https://insight.paiml.com/75t</a></li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li></ul><p>📚Cloud Virtualization, Containers and APIs:  </p><p><a href="https://insight.paiml.com/ce5">https://insight.paiml.com/ce5</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2594316" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7f30fa53-5598-48e3-8839-9c9d566b2686/audio/03a86dd9-86ea-475e-9118-ba514ecbbd85/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Pitfalls of Rigid Agile</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:42</itunes:duration>
      <itunes:summary>Agile done wrong stifles progress. Keep it lightweight and balanced for best results.</itunes:summary>
      <itunes:subtitle>Agile done wrong stifles progress. Keep it lightweight and balanced for best results.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>86</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">cc4066f6-d580-4a8e-b432-6c96165837ae</guid>
      <title>Perpetuating Harm - How AI Can Reinforce and Spread Bias</title>
      <description><![CDATA[<h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 19 Feb 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3834401" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/65c6074e-a4a7-47d8-a311-478bbe503141/audio/123cd0cb-3898-499f-8211-19f73cbcca2c/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Perpetuating Harm - How AI Can Reinforce and Spread Bias</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:03:59</itunes:duration>
      <itunes:summary>Description:

We explore an alarming potential outcome with AI - taking biased data or engagement incentives around sensitive issues as input can lead to exponentially amplifying and propagating harm across populations. Without oversight, a focus strictly on profit could promote extremism, discrimination, and violence over time even if unintended initially.
Key problems span:
Creating bias from tainted datasets
Optimization driving selective exposure
Enriching engagement at the cost of marginalized groups
Social costs far exceeding private short term gains
Understanding these dynamics is key to policy reforms including algorithmic accountability and ethical AI training. Companies have an obligation to assess the true impact of their systems.</itunes:summary>
      <itunes:subtitle>Description:

We explore an alarming potential outcome with AI - taking biased data or engagement incentives around sensitive issues as input can lead to exponentially amplifying and propagating harm across populations. Without oversight, a focus strictly on profit could promote extremism, discrimination, and violence over time even if unintended initially.
Key problems span:
Creating bias from tainted datasets
Optimization driving selective exposure
Enriching engagement at the cost of marginalized groups
Social costs far exceeding private short term gains
Understanding these dynamics is key to policy reforms including algorithmic accountability and ethical AI training. Companies have an obligation to assess the true impact of their systems.</itunes:subtitle>
      <itunes:keywords>algorithmic bias, negative externalities, ai bias, content moderation, filter bubbles, toxic personalization</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>79</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">18a00a2d-6b21-46c6-a288-50dcdb009b4c</guid>
      <title>Regulatory Entrepreneurship and AI - Changing Laws Through Market Domination</title>
      <description><![CDATA[<h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 12 Feb 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="4134914" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/9eea5383-f304-4711-a9fc-948fc3fc595a/audio/f33dc50c-0ea7-4d47-af9f-66bd85ab2eef/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Regulatory Entrepreneurship and AI - Changing Laws Through Market Domination</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:04:18</itunes:duration>
      <itunes:summary>We explain the concept of &quot;regulatory entrepreneurship&quot; - where companies strategically penetrate markets in legal gray areas and leverage scale and public sentiment to rewrite laws in their favor over time. Key mechanisms like rapid user growth and lobbying are concerning when applied to transformative AI with potential downsides.
Using examples of firms like Airbnb and Uber&apos;s market domination leading to negative civic outcomes, we can imagine similar dynamics unfolding as generative models commercialize. There are always societal costs alongside the creator profits. Understanding these incentives allows preemptive policy to ensure balance.</itunes:summary>
      <itunes:subtitle>We explain the concept of &quot;regulatory entrepreneurship&quot; - where companies strategically penetrate markets in legal gray areas and leverage scale and public sentiment to rewrite laws in their favor over time. Key mechanisms like rapid user growth and lobbying are concerning when applied to transformative AI with potential downsides.
Using examples of firms like Airbnb and Uber&apos;s market domination leading to negative civic outcomes, we can imagine similar dynamics unfolding as generative models commercialize. There are always societal costs alongside the creator profits. Understanding these incentives allows preemptive policy to ensure balance.</itunes:subtitle>
      <itunes:keywords>tesla, regulatory arbitrage, regulatory entrepreneurship, ai regulation, negative externalities, uber, draftkings, copyright, airbnb</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>78</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">19d6a2bc-a2db-42b9-8499-ed5d6f9d43b6</guid>
      <title>🤖 Automate Data Pipelines with Step Functions-AWS Data Engineering-Part 10</title>
      <description><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: </li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: https://insight.paiml.com/i6k</li></ul><p><br /> </p><ul><li>📚Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>📚Rust for DevOps:  https://insight.paiml.com/x14</li><li>📚Rust LLMOps:   https://insight.paiml.com/g3b</li><li>📚Rust Fundamentals: https://insight.paiml.com/qyt</li><li>📚Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>📚Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: https://insight.paiml.com/5r9</li><li>📚Data Visualization with Python: https://insight.paiml.com/y9p</li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: https://insight.paiml.com/xtp</li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: https://insight.paiml.com/ymb</li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>📚Linux and Bash for Data Engineering: https://insight.paiml.com/d31</li><li>📚Scripting with Python and SQL for Data Engineering: https://insight.paiml.com/n3b</li><li>📚Python and Pandas for Data Engineering: https://insight.paiml.com/nz7</li><li>📚Web Applications and Command-Line Tools for Data Engineering: https://insight.paiml.com/o86</li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: https://insight.paiml.com/75t</li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  https://insight.paiml.com/ce5</li></ul><p>📚 Coursera Guided Projects:</p><ul><li>Object-Oriented Programming in Python:https://insight.paiml.com/n4h</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 6 Feb 2024 11:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: </li><li>📚Operationalizing LLMs on Azure: <a href="https://insight.paiml.com/e2u">https://insight.paiml.com/e2u</a></li><li>📚Databricks to Local LLMs: https://insight.paiml.com/i6k</li></ul><p><br /> </p><ul><li>📚Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>📚Rust for DevOps:  https://insight.paiml.com/x14</li><li>📚Rust LLMOps:   https://insight.paiml.com/g3b</li><li>📚Rust Fundamentals: https://insight.paiml.com/qyt</li><li>📚Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>📚Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: https://insight.paiml.com/5r9</li><li>📚Data Visualization with Python: https://insight.paiml.com/y9p</li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: https://insight.paiml.com/xtp</li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: https://insight.paiml.com/ymb</li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>📚Linux and Bash for Data Engineering: https://insight.paiml.com/d31</li><li>📚Scripting with Python and SQL for Data Engineering: https://insight.paiml.com/n3b</li><li>📚Python and Pandas for Data Engineering: https://insight.paiml.com/nz7</li><li>📚Web Applications and Command-Line Tools for Data Engineering: https://insight.paiml.com/o86</li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: https://insight.paiml.com/75t</li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  https://insight.paiml.com/ce5</li></ul><p>📚 Coursera Guided Projects:</p><ul><li>Object-Oriented Programming in Python:https://insight.paiml.com/n4h</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="20169500" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/e970e9db-8232-4a40-b63e-6e47de430189/audio/e90b38da-9c74-4171-96e3-9aff20318e36/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>🤖 Automate Data Pipelines with Step Functions-AWS Data Engineering-Part 10</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:21:00</itunes:duration>
      <itunes:summary>👉 Visualize complex workflows to coordinate distributed apps and microservices
⚙️ Define state machines with transitions between steps
📊 Integrate with Athena for data queries and processing
🏗 Build reusable, scalable pipelines with infrastructure-as-code
💡 Take advantage of Rust performance and millisecond response times
🎯 Use Step Functions as a secret weapon for smooth data engineering automation!</itunes:summary>
      <itunes:subtitle>👉 Visualize complex workflows to coordinate distributed apps and microservices
⚙️ Define state machines with transitions between steps
📊 Integrate with Athena for data queries and processing
🏗 Build reusable, scalable pipelines with infrastructure-as-code
💡 Take advantage of Rust performance and millisecond response times
🎯 Use Step Functions as a secret weapon for smooth data engineering automation!</itunes:subtitle>
      <itunes:keywords>ci-cd-pipelines, infrastructure-as-code, data-engineering-automation, athena-integration, step-functions</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>85</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">4a1e8e34-ac6d-4e9b-808e-40da3433cd6d</guid>
      <title>Who Pays the Price? Negative Externalities of AI Systems</title>
      <description><![CDATA[<h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 5 Feb 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="3255946" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/dc7223a1-3c06-4359-a714-7016c46f8fd7/audio/92ca91d6-c3db-4a89-ae3d-c3fd92e2c31c/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Who Pays the Price? Negative Externalities of AI Systems</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:03:23</itunes:duration>
      <itunes:summary>We explore the concept of negative externalities - where actions create unaccounted for negative impacts on unrelated third parties. Using examples of toxic waste dumping, we see how AI systems optimizing strictly for profit could pose unintended downstream consequences like:
Synthetic media used for misinformation
Reputational and business damages
Public health issues
Electoral harms
While negative outcomes may not be intentional, examining potential externalities is key to deploying AI responsibly. Those profiting the most mathematically may not be bearing the true cost. Ensuring alignment of incentives is crucial when developing transformative technologies.</itunes:summary>
      <itunes:subtitle>We explore the concept of negative externalities - where actions create unaccounted for negative impacts on unrelated third parties. Using examples of toxic waste dumping, we see how AI systems optimizing strictly for profit could pose unintended downstream consequences like:
Synthetic media used for misinformation
Reputational and business damages
Public health issues
Electoral harms
While negative outcomes may not be intentional, examining potential externalities is key to deploying AI responsibly. Those profiting the most mathematically may not be bearing the true cost. Ensuring alignment of incentives is crucial when developing transformative technologies.</itunes:subtitle>
      <itunes:keywords>profit incentives, ai ethics, societal impact, negative externalities, responsible ai</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>77</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">239827f3-ea73-4161-9291-55eeb143a2bb</guid>
      <title>📊 Choosing the Best Data Analytics and Visualization Tools on AWS</title>
      <description><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: </li><li>📚Operationalizing LLMs on Azure: https://insight.paiml.com/e2u</li><li>📚Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>📚Rust for DevOps:  https://insight.paiml.com/x14</li><li>📚Rust LLMOps:   https://insight.paiml.com/g3b</li><li>📚Rust Fundamentals: https://insight.paiml.com/qyt</li><li>📚Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>📚Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: https://insight.paiml.com/5r9</li><li>📚Data Visualization with Python: https://insight.paiml.com/y9p</li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: https://insight.paiml.com/xtp</li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: https://insight.paiml.com/ymb</li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>📚Linux and Bash for Data Engineering: https://insight.paiml.com/d31</li><li>📚Scripting with Python and SQL for Data Engineering: https://insight.paiml.com/n3b</li><li>📚Python and Pandas for Data Engineering: https://insight.paiml.com/nz7</li><li>📚Web Applications and Command-Line Tools for Data Engineering: https://insight.paiml.com/o86</li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: https://insight.paiml.com/75t</li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  https://insight.paiml.com/ce5</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 29 Jan 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: </li><li>📚Operationalizing LLMs on Azure: https://insight.paiml.com/e2u</li><li>📚Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>📚Rust for DevOps:  https://insight.paiml.com/x14</li><li>📚Rust LLMOps:   https://insight.paiml.com/g3b</li><li>📚Rust Fundamentals: https://insight.paiml.com/qyt</li><li>📚Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>📚Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: https://insight.paiml.com/5r9</li><li>📚Data Visualization with Python: https://insight.paiml.com/y9p</li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: https://insight.paiml.com/xtp</li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: https://insight.paiml.com/ymb</li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>📚Linux and Bash for Data Engineering: https://insight.paiml.com/d31</li><li>📚Scripting with Python and SQL for Data Engineering: https://insight.paiml.com/n3b</li><li>📚Python and Pandas for Data Engineering: https://insight.paiml.com/nz7</li><li>📚Web Applications and Command-Line Tools for Data Engineering: https://insight.paiml.com/o86</li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: https://insight.paiml.com/75t</li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Virtualization, Containers and APIs:  https://insight.paiml.com/ce5</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="14202297" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/82179ccf-9d21-4e2d-9858-5979e3ac6eac/audio/672678fa-1fd5-4d73-b84d-471569f08893/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>📊 Choosing the Best Data Analytics and Visualization Tools on AWS</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:14:47</itunes:duration>
      <itunes:summary>👁️‍🗨️ Learn how to pick the right data analysis and visualization services on AWS
🔎 Evaluate business needs, data characteristics and access requirements
📈 Compare Athena for SQL queries, QuickSight for interactive dashboards and OpenSearch for real-time analytics
🎯 Tailor tool selection to specific use cases like gaming analytics or fraud detection
📊 Interactive examples demonstrate the power of these services to uncover insights
This informative video explores key factors in choosing AWS data tools for different analytics and visualization tasks. The presenter outlines a framework for decision making based on business needs, data properties and access controls. Several services are compared including Athena, QuickSight and OpenSearch. Real-world gaming and fraud use cases show how to match the ideal tool to specific requirements. Data engineers will appreciate the guidelines to build effective pipelines. Viewers can expect practical takeaways to start uncovering valuable insights from their data.</itunes:summary>
      <itunes:subtitle>👁️‍🗨️ Learn how to pick the right data analysis and visualization services on AWS
🔎 Evaluate business needs, data characteristics and access requirements
📈 Compare Athena for SQL queries, QuickSight for interactive dashboards and OpenSearch for real-time analytics
🎯 Tailor tool selection to specific use cases like gaming analytics or fraud detection
📊 Interactive examples demonstrate the power of these services to uncover insights
This informative video explores key factors in choosing AWS data tools for different analytics and visualization tasks. The presenter outlines a framework for decision making based on business needs, data properties and access controls. Several services are compared including Athena, QuickSight and OpenSearch. Real-world gaming and fraud use cases show how to match the ideal tool to specific requirements. Data engineers will appreciate the guidelines to build effective pipelines. Viewers can expect practical takeaways to start uncovering valuable insights from their data.</itunes:subtitle>
      <itunes:keywords>data engineering, aws-data-analytics, aws-athena, aws-quicksight, data-visualization, tool-selection</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>83</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ff04333f-6982-4c74-917a-f8e7e79f3bcd</guid>
      <title>🤝 Python, Rust, MLOps, and Ethics - A Balanced Perspective-PyCon-Dubai-2023</title>
      <description><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: </li><li>📚Operationalizing LLMs on Azure: https://insight.paiml.com/e2u</li><li>📚Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>📚Rust for DevOps:  https://insight.paiml.com/x14</li><li>📚Rust LLMOps:   https://insight.paiml.com/g3b</li><li>📚Rust Fundamentals: https://insight.paiml.com/qyt</li><li>📚Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>📚Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: https://insight.paiml.com/5r9</li><li>📚Data Visualization with Python: https://insight.paiml.com/y9p</li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: https://insight.paiml.com/xtp</li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: https://insight.paiml.com/ymb</li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>📚Linux and Bash for Data Engineering: https://insight.paiml.com/d31</li><li>📚Scripting with Python and SQL for Data Engineering: https://insight.paiml.com/n3b</li><li>📚Python and Pandas for Data Engineering: https://insight.paiml.com/nz7</li><li>📚Web Applications and Command-Line Tools for Data Engineering: https://insight.paiml.com/o86</li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: https://insight.paiml.com/75t</li></ul><p>📚Cloud Machine Learning Engineering and MLOps: </p><p><a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 29 Jan 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3><br /> </h3><ul><li>📚LLMOps Specialization: </li><li>📚Operationalizing LLMs on Azure: https://insight.paiml.com/e2u</li><li>📚Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>📚Rust for DevOps:  https://insight.paiml.com/x14</li><li>📚Rust LLMOps:   https://insight.paiml.com/g3b</li><li>📚Rust Fundamentals: https://insight.paiml.com/qyt</li><li>📚Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>📚Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: https://insight.paiml.com/5r9</li><li>📚Data Visualization with Python: https://insight.paiml.com/y9p</li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: https://insight.paiml.com/xtp</li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: https://insight.paiml.com/ymb</li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>📚Linux and Bash for Data Engineering: https://insight.paiml.com/d31</li><li>📚Scripting with Python and SQL for Data Engineering: https://insight.paiml.com/n3b</li><li>📚Python and Pandas for Data Engineering: https://insight.paiml.com/nz7</li><li>📚Web Applications and Command-Line Tools for Data Engineering: https://insight.paiml.com/o86</li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: https://insight.paiml.com/75t</li></ul><p>📚Cloud Machine Learning Engineering and MLOps: </p><p><a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="30297905" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/1535f1e4-5337-418a-8a30-14be48d2c250/audio/a0815c60-9912-45ea-9ce2-84c41927fb65/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>🤝 Python, Rust, MLOps, and Ethics - A Balanced Perspective-PyCon-Dubai-2023</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:31:33</itunes:duration>
      <itunes:summary>👉 Holistic talk exploring Python&apos;s simplicity, Rust&apos;s speed, MLOps techniques, and AI ethics
🐍 Python&apos;slibraries, prototyping, andteaching abilities make it a top choice
⚡️ Rust provides exceptional performance, safety, andconcurrency
🤖 MLOps requires data, models, DevOps - framework outlined
🏎 Accelerate models in prod with Rust, invoke via Python
😇 AI progress has benefited humanity but issues exist too
🤝 Weigh societal impacts - understand nuance, avoid extremes
🧠 Promote access through open ecosystems, ethical data sourcing
🚀 Balanced innovations in Python, Rust can spread opportunity</itunes:summary>
      <itunes:subtitle>👉 Holistic talk exploring Python&apos;s simplicity, Rust&apos;s speed, MLOps techniques, and AI ethics
🐍 Python&apos;slibraries, prototyping, andteaching abilities make it a top choice
⚡️ Rust provides exceptional performance, safety, andconcurrency
🤖 MLOps requires data, models, DevOps - framework outlined
🏎 Accelerate models in prod with Rust, invoke via Python
😇 AI progress has benefited humanity but issues exist too
🤝 Weigh societal impacts - understand nuance, avoid extremes
🧠 Promote access through open ecosystems, ethical data sourcing
🚀 Balanced innovations in Python, Rust can spread opportunity</itunes:subtitle>
      <itunes:keywords>ai-ethics, rust-performance, python-strengths, mlops-best-practices, balanced-view</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>84</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">5d4a7653-7183-41af-a2ae-71d2912a1328</guid>
      <title>Perfect Competition in AI - The Race to Zero Profits</title>
      <description><![CDATA[<h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 29 Jan 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="2651159" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/45d9eb90-3006-4ac1-b605-14f63bcbf915/audio/500692c5-ec9b-4083-b60d-7ad663a0b3f9/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Perfect Competition in AI - The Race to Zero Profits</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:02:45</itunes:duration>
      <itunes:summary>We explain the concept of &quot;perfect competition&quot; leading to zero profits by looking at analogies with a hotshot chef capturing all restaurant profits. The same &quot;race to the bottom&quot; could occur in AI with:
Closed models cornering the market
Open models becoming commoditized like Linux
Companies paying for all AI API costs
Core technology becoming abundantly available
Understanding these economic incentives allows strategizing around long-term viability with AI systems. Pursuing temporary advantages often gives way to market pressures. Is there space for specialization as the field matures?</itunes:summary>
      <itunes:subtitle>We explain the concept of &quot;perfect competition&quot; leading to zero profits by looking at analogies with a hotshot chef capturing all restaurant profits. The same &quot;race to the bottom&quot; could occur in AI with:
Closed models cornering the market
Open models becoming commoditized like Linux
Companies paying for all AI API costs
Core technology becoming abundantly available
Understanding these economic incentives allows strategizing around long-term viability with AI systems. Pursuing temporary advantages often gives way to market pressures. Is there space for specialization as the field matures?</itunes:subtitle>
      <itunes:keywords>profit economics, competitive advantage, open models, ai models, closed models, perfect competition, scarce resources</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>76</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">934ff540-804b-42d7-9150-77d6cf8a6512</guid>
      <title>AWS Academy Machine Learning Module - Models, Data, Infrastructure</title>
      <description><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>📚Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>📚Rust for DevOps:  https://insight.paiml.com/x14</li><li>📚Rust LLMOps:   https://insight.paiml.com/g3b</li><li>📚Rust Fundamentals: https://insight.paiml.com/qyt</li><li>📚Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>📚Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: https://insight.paiml.com/5r9</li><li>📚Data Visualization with Python: https://insight.paiml.com/y9p</li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: https://insight.paiml.com/xtp</li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: https://insight.paiml.com/ymb</li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>📚Linux and Bash for Data Engineering: https://insight.paiml.com/d31</li><li>📚Scripting with Python and SQL for Data Engineering: https://insight.paiml.com/n3b</li><li>📚Python and Pandas for Data Engineering: https://insight.paiml.com/nz7</li><li>📚Web Applications and Command-Line Tools for Data Engineering: https://insight.paiml.com/o86</li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: https://insight.paiml.com/75t</li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Data Engineering:  https://insight.paiml.com/0y3</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 24 Jan 2024 17:30:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>✨I build courses: https://insight.paiml.com/bzf</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>📚Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>📚Rust for DevOps:  https://insight.paiml.com/x14</li><li>📚Rust LLMOps:   https://insight.paiml.com/g3b</li><li>📚Rust Fundamentals: https://insight.paiml.com/qyt</li><li>📚Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>📚Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul><p><br /> </p><ul><li>📚Applied Python Data Engineering Specialization: https://insight.paiml.com/5r9</li><li>📚Data Visualization with Python: https://insight.paiml.com/y9p</li><li>📚Virtualization, Docker, and Kubernetes for Data Engineering: https://insight.paiml.com/xtp</li><li>📚Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li></ul><p><br /> </p><ul><li>📚MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/l5u</li><li>📚Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>📚DevOps, DataOps, MLOps: <a href="https://insight.paiml.com/ggi">https://insight.paiml.com/ggi</a></li><li>📚MLOps Tools: MLflow and Hugging Face: <a href="https://insight.paiml.com/y2v">https://insight.paiml.com/y2v</a></li><li>📚MLOps Platforms: Amazon SageMaker and Azure ML: https://insight.paiml.com/ymb</li></ul><p><br /> </p><ul><li>📚Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>📚Linux and Bash for Data Engineering: https://insight.paiml.com/d31</li><li>📚Scripting with Python and SQL for Data Engineering: https://insight.paiml.com/n3b</li><li>📚Python and Pandas for Data Engineering: https://insight.paiml.com/nz7</li><li>📚Web Applications and Command-Line Tools for Data Engineering: https://insight.paiml.com/o86</li></ul><p><br /> </p><ul><li>📚Building Cloud Computing Solutions at Scale Specialization: <a href="https://insight.paiml.com/hrt">https://insight.paiml.com/hrt</a></li><li>📚Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>📚Cloud Data Engineering: https://insight.paiml.com/75t</li><li>📚Cloud Machine Learning Engineering and MLOps: <a href="https://insight.paiml.com/jjh">https://insight.paiml.com/jjh</a></li><li>📚Cloud Data Engineering:  https://insight.paiml.com/0y3</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="40156726" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7944c721-1050-469a-b169-2994342ba7ab/audio/35d1fca1-cff1-4fec-ae1f-39c31cd6345c/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Academy Machine Learning Module - Models, Data, Infrastructure</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:41:49</itunes:duration>
      <itunes:summary>A deep dive into the core concepts covered in the AWS Academy&apos;s Machine Learning module including:
ML algorithms and model development
Data processing phases
Matching infrastructure to workloads
Leveraging SageMaker tools
Specialized AI services
Generative coding with CodeWhisper
We connect the end-to-end workflow - from framing an ML problem to production deployment. Useful for anyone going through AWS education or looking to ramp up on cloud-based machine learning.</itunes:summary>
      <itunes:subtitle>A deep dive into the core concepts covered in the AWS Academy&apos;s Machine Learning module including:
ML algorithms and model development
Data processing phases
Matching infrastructure to workloads
Leveraging SageMaker tools
Specialized AI services
Generative coding with CodeWhisper
We connect the end-to-end workflow - from framing an ML problem to production deployment. Useful for anyone going through AWS education or looking to ramp up on cloud-based machine learning.</itunes:subtitle>
      <itunes:keywords>sagemaker, machine learning, aws academy, streaming, ml models, cloud ml, batch, emr, data processing</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>82</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1b98dfd1-231a-4b91-9d8d-97e3958c2441</guid>
      <title>Generative AI Race to the Bottom - Game Theory and Suboptimal Outcomes</title>
      <description><![CDATA[<h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 22 Jan 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="4575861" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8dbcb77d-f3c2-4452-8bad-4ad7e25c8426/audio/34cf1a15-a7fb-469d-bf35-70b81a178662/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Generative AI Race to the Bottom - Game Theory and Suboptimal Outcomes</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:04:45</itunes:duration>
      <itunes:summary>We explore how game theory concepts like the prisoner&apos;s dilemma apply to potential &quot;tragedies of the commons&quot; with uncontrolled AI generation models. Without cooperation, dominant strategies emerge that harm all players, like:
Reducing content moderation to drive engagement
Pirating/theft spreading as widely-accepted
Using incrementally worse synthetic media
Job loss as creators are displaced
These unfortunate outcomes resemble the economic race to the bottom dynamics seen throughout history. Understanding game theory incentives allows strategizing to avoid society-level losses as generative AI progresses. Regulation and corporate cooperation is key.</itunes:summary>
      <itunes:subtitle>We explore how game theory concepts like the prisoner&apos;s dilemma apply to potential &quot;tragedies of the commons&quot; with uncontrolled AI generation models. Without cooperation, dominant strategies emerge that harm all players, like:
Reducing content moderation to drive engagement
Pirating/theft spreading as widely-accepted
Using incrementally worse synthetic media
Job loss as creators are displaced
These unfortunate outcomes resemble the economic race to the bottom dynamics seen throughout history. Understanding game theory incentives allows strategizing to avoid society-level losses as generative AI progresses. Regulation and corporate cooperation is key.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>75</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a6111136-597b-4bd1-b175-b02156a58d29</guid>
      <title>Comparing Big Data Processing: Hadoop, Spark, EMR, and Hudi</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 19 Jan 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="24495377" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/aef6559d-8463-44e0-b55b-595d51820904/audio/e1311556-9835-40e1-8517-18375aa77f2f/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Comparing Big Data Processing: Hadoop, Spark, EMR, and Hudi</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:25:30</itunes:duration>
      <itunes:summary>An overview of popular distributed big data processing frameworks like Hadoop, Spark, Amazon EMR, and the newer Apache Hudi. We compare capabilities around:
Batch vs real-time data
MapReduce vs in-memory caching
Built-in fault tolerance
SQL support
Managed services vs self-hosted
Data lake integration
Record-level inserts/updates
Understanding the strengths of each technology allows optimizing architecture for analytics use cases and data volumes. We explain how these platforms enable solving business problems at scale.</itunes:summary>
      <itunes:subtitle>An overview of popular distributed big data processing frameworks like Hadoop, Spark, Amazon EMR, and the newer Apache Hudi. We compare capabilities around:
Batch vs real-time data
MapReduce vs in-memory caching
Built-in fault tolerance
SQL support
Managed services vs self-hosted
Data lake integration
Record-level inserts/updates
Understanding the strengths of each technology allows optimizing architecture for analytics use cases and data volumes. We explain how these platforms enable solving business problems at scale.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>81</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">aa0f10fb-7fd4-410e-a3a2-47962bde00dc</guid>
      <title>Securing Data Storage in Modern Architectures</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 17 Jan 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="25032037" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/da83d64f-6772-4887-ab6b-9fde918293e0/audio/63823462-44a8-4213-8187-94fe49ddbdf7/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Securing Data Storage in Modern Architectures</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:26:04</itunes:duration>
      <itunes:summary>An overview of storage options in modern data architectures and how to keep data safe as it flows through pipelines. We cover:
Storage types: block, file, object
Data lake with S3
Data warehouse with Redshift
Matching databases to workloads
ETL vs ELT data processing
Securing storage with IAM, encryption
Protecting data warehouses
Understanding storage infrastructure and locking down permissions is key when centralizing large data volumes. We explain both the technologies and security best practices organizations need to manage access, prevent breaches, and enable analytics.</itunes:summary>
      <itunes:subtitle>An overview of storage options in modern data architectures and how to keep data safe as it flows through pipelines. We cover:
Storage types: block, file, object
Data lake with S3
Data warehouse with Redshift
Matching databases to workloads
ETL vs ELT data processing
Securing storage with IAM, encryption
Protecting data warehouses
Understanding storage infrastructure and locking down permissions is key when centralizing large data volumes. We explain both the technologies and security best practices organizations need to manage access, prevent breaches, and enable analytics.</itunes:subtitle>
      <itunes:keywords>data warehouse, redshift, data storage, etl pipelines, data lake, s3, data security</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>80</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">23c5add6-af1b-42b4-b1ce-32e706265774</guid>
      <title>The Tragedy of the AI Commons - Ethical Dilemmas of Generative Models</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 15 Jan 2024 17:14:06 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: https://insight.paiml.com/y9p</li><li>Python, Bash and SQL Essentials for Data Engineering Specialization: https://insight.paiml.com/2or</li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: https://insight.paiml.com/f6j</li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>MLOps | Machine Learning Operations Specialization: https://insight.paiml.com/ohq</li><li>Python Essentials for MLOps: https://insight.paiml.com/uvm</li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://insight.paiml.com/zrb">https://insight.paiml.com/zrb</a></li><li>Building Cloud Computing Solutions at Scale Specialization: https://insight.paiml.com/hrt</li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="4013288" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/a1298138-72db-4b38-aacd-3eef46419e45/audio/f500c375-9b6e-4ea4-ab91-5e251e3e0762/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>The Tragedy of the AI Commons - Ethical Dilemmas of Generative Models</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:04:10</itunes:duration>
      <itunes:summary>We analyze how the economic &quot;tragedy of the commons&quot; concept applies to emerging issues with AI generative models around content creation and ownership. Exploring dilemmas like:
Copyright infringement through unauthorized training
Job loss and displacement externalities
Attribution and recognition removal
Lack of consent on image usage
Poor artistic quality control
Overall demotivating creators
The uncontrolled use of generative models poses risks of shared resource overuse without regulation, similar to the incentives that lead to pollution, overfishing, and other economic problems. We must weigh the societal impact alongside the technological benefits.</itunes:summary>
      <itunes:subtitle>We analyze how the economic &quot;tragedy of the commons&quot; concept applies to emerging issues with AI generative models around content creation and ownership. Exploring dilemmas like:
Copyright infringement through unauthorized training
Job loss and displacement externalities
Attribution and recognition removal
Lack of consent on image usage
Poor artistic quality control
Overall demotivating creators
The uncontrolled use of generative models poses risks of shared resource overuse without regulation, similar to the incentives that lead to pollution, overfishing, and other economic problems. We must weigh the societal impact alongside the technological benefits.</itunes:subtitle>
      <itunes:keywords>ai ethics, tragedy of the commons, attribution, job loss, intellectual property, generative models, quality control, externalities</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>74</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">71f9e27b-ff88-47a1-a202-7d8e33b0cdcb</guid>
      <title>Ingesting Data by Batch vs Streaming with AWS Services</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 12 Jan 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="19860026" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c6645ec2-de3c-4a26-8216-8da939f05906/audio/171ae906-eb15-4413-9170-aedf4d6dc61a/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Ingesting Data by Batch vs Streaming with AWS Services</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:20:41</itunes:duration>
      <itunes:summary>Learn key concepts around batch vs streaming data ingestion workflows. Explore AWS services for batch ETL like AWS Glue, streaming real-time processing with Amazon Kinesis, and handling IoT data with AWS IoT Core/Analytics.</itunes:summary>
      <itunes:subtitle>Learn key concepts around batch vs streaming data ingestion workflows. Explore AWS services for batch ETL like AWS Glue, streaming real-time processing with Amazon Kinesis, and handling IoT data with AWS IoT Core/Analytics.</itunes:subtitle>
      <itunes:keywords>iot analytics, batch processing, iot core, data ingestion, etl, streaming, aws glue, kinesis</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>72</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e81dcfad-36e0-4684-b3fa-aa1b4e5003b1</guid>
      <title>Examining Business Models: Free Riders, Rent Seekers, Platforms and Products</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 9 Jan 2024 16:58:27 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5471129" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/9833eb7f-fcbb-432c-bac3-2e0213285929/audio/1ef329d0-7de2-49be-a6cf-fcd5fcfb966b/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Examining Business Models: Free Riders, Rent Seekers, Platforms and Products</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:05:41</itunes:duration>
      <itunes:summary>We explore various profit sharing scenarios and business models like free riders, rent seeking, platforms, and product sales - analyzing the economic and ethical tradeoffs of each. Key topics covered:
Free riders benefiting without paying
Rent seeking behaviors in VC, publishing etc
Platform transaction fees and competition
Direct to consumer sales ownership
Impact on profit sustainability and creativity
Worker risk vs owner profits
Perfect competition driving margins to zero
Importance of equitable partnerships
Ethical considerations for society
Understanding these microeconomic concepts allows better evaluation of opportunities and risks when building or participating in new technological ecosystems. There are pros and cons to each approach in terms of commercial viability and broader impact.</itunes:summary>
      <itunes:subtitle>We explore various profit sharing scenarios and business models like free riders, rent seeking, platforms, and product sales - analyzing the economic and ethical tradeoffs of each. Key topics covered:
Free riders benefiting without paying
Rent seeking behaviors in VC, publishing etc
Platform transaction fees and competition
Direct to consumer sales ownership
Impact on profit sustainability and creativity
Worker risk vs owner profits
Perfect competition driving margins to zero
Importance of equitable partnerships
Ethical considerations for society
Understanding these microeconomic concepts allows better evaluation of opportunities and risks when building or participating in new technological ecosystems. There are pros and cons to each approach in terms of commercial viability and broader impact.</itunes:subtitle>
      <itunes:keywords>tradeoffs, profit sharing, products, economics, ethics, rent seeking, free riders, platforms, business models</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>73</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1b5340e9-af19-41f1-b122-e7fa19e8c341</guid>
      <title>Key Concepts for Preparing Data in ML Pipelines</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 9 Jan 2024 12:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  https://insight.paiml.com/qwh</li><li>Rust for DevOps:  https://insight.paiml.com/x14</li><li>Rust LLMOps:   https://insight.paiml.com/g3b</li><li>Rust Fundamentals: https://insight.paiml.com/qyt</li><li>Data Engineering with Rust: https://insight.paiml.com/zm1</li><li>Python and Rust with Linux Command Line Tools: https://insight.paiml.com/jot</li></ul>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="18750762" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/943acc1d-6494-4c6d-8373-5fd25a40c40b/audio/0a96c645-bcb0-4ce8-9a8b-a42e0514a0f2/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Key Concepts for Preparing Data in ML Pipelines</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:19:31</itunes:duration>
      <itunes:summary>This podcast  covers core concepts around data wrangling including ETL vs ELT data pipelines, the iterative process of data discovery, structuring, cleaning, enriching, validating and publishing data. It compares traditional ETL flows for structured data vs ELT flows better suited for large volumes of raw, unstructured data destined for data lakes.</itunes:summary>
      <itunes:subtitle>This podcast  covers core concepts around data wrangling including ETL vs ELT data pipelines, the iterative process of data discovery, structuring, cleaning, enriching, validating and publishing data. It compares traditional ETL flows for structured data vs ELT flows better suited for large volumes of raw, unstructured data destined for data lakes.</itunes:subtitle>
      <itunes:keywords>&quot;data cleaning&quot;, machine learning, &quot;data validation&quot;, etl, &quot;unstructured data&quot;, data wrangling, elt, &quot;data pipeline&quot;, &quot;data publishing&quot;, &quot;data discovery&quot;</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>71</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1dcf588d-cfb3-40a0-87f9-0cefc0c9b7a3</guid>
      <title>Data Engineering Design Principles from AWS-Part 3</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  <a href="https://www.coursera.org/specializations/rust-programming">https://www.coursera.org/specializations/rust-programming</a></li><li>Rust for DevOps:  <a href="https://www.coursera.org/learn/rust-for-devops?specialization=rust-programming">https://www.coursera.org/learn/rust-for-devops?specialization=rust-programming</a></li><li>Rust LLMOps:   https://www.coursera.org/learn/rust-llmops?specialization=rust-programming</li><li>Rust Fundamentals: <a href="https://www.coursera.org/learn/rust-fundamentals">https://www.coursera.org/learn/rust-fundamentals</a></li><li>Data Engineering with Rust: <a href="https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust">https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust</a></li><li>Python and Rust with Linux Command Line Tools: <a href="https://www.coursera.org/learn/python-rust-linux">https://www.coursera.org/learn/python-rust-linux</a></li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a></li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering">https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering</a></li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-mlops-duke">https://www.coursera.org/learn/python-mlops-duke</a></li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://www.coursera.org/learn/cloud-computing-foundations-duke">https://www.coursera.org/learn/cloud-computing-foundations-duke</a></li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 5 Jan 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  <a href="https://www.coursera.org/specializations/rust-programming">https://www.coursera.org/specializations/rust-programming</a></li><li>Rust for DevOps:  <a href="https://www.coursera.org/learn/rust-for-devops?specialization=rust-programming">https://www.coursera.org/learn/rust-for-devops?specialization=rust-programming</a></li><li>Rust LLMOps:   https://www.coursera.org/learn/rust-llmops?specialization=rust-programming</li><li>Rust Fundamentals: <a href="https://www.coursera.org/learn/rust-fundamentals">https://www.coursera.org/learn/rust-fundamentals</a></li><li>Data Engineering with Rust: <a href="https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust">https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust</a></li><li>Python and Rust with Linux Command Line Tools: <a href="https://www.coursera.org/learn/python-rust-linux">https://www.coursera.org/learn/python-rust-linux</a></li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a></li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering">https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering</a></li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-mlops-duke">https://www.coursera.org/learn/python-mlops-duke</a></li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://www.coursera.org/learn/cloud-computing-foundations-duke">https://www.coursera.org/learn/cloud-computing-foundations-duke</a></li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="19777270" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/618d401c-e51f-4f1a-93bb-92239cc5bef5/audio/63995205-6b86-46df-9544-850ee785d44b/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Data Engineering Design Principles from AWS-Part 3</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:20:36</itunes:duration>
      <itunes:summary>Get an in-depth look at the key topics covered in the AWS Academy&apos;s Data Engineering module including:
Comparing analytics vs AI/ML pipelines
Layers of a data pipeline
Data transformation actions
Data engineer vs data scientist roles
Building &amp; modernizing data infrastructure
Breaking down data silos
Innovation opportunities
Useful for anyone going through the AWS Academy program or wanting an overview of fundamental data engineering concepts. We explain the core curriculum objectives in detail and connect the foundational ideas organizations need to leverage to become data-driven.</itunes:summary>
      <itunes:subtitle>Get an in-depth look at the key topics covered in the AWS Academy&apos;s Data Engineering module including:
Comparing analytics vs AI/ML pipelines
Layers of a data pipeline
Data transformation actions
Data engineer vs data scientist roles
Building &amp; modernizing data infrastructure
Breaking down data silos
Innovation opportunities
Useful for anyone going through the AWS Academy program or wanting an overview of fundamental data engineering concepts. We explain the core curriculum objectives in detail and connect the foundational ideas organizations need to leverage to become data-driven.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>70</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d8e009af-e628-41a4-a2b2-3396802c2103</guid>
      <title>Intro Data Engineering Part 2:  Data Drive Organizations</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  <a href="https://www.coursera.org/specializations/rust-programming">https://www.coursera.org/specializations/rust-programming</a></li><li>Rust for DevOps:  <a href="https://www.coursera.org/learn/rust-for-devops?specialization=rust-programming">https://www.coursera.org/learn/rust-for-devops?specialization=rust-programming</a></li><li>Rust LLMOps:   https://www.coursera.org/learn/rust-llmops?specialization=rust-programming</li><li>Rust Fundamentals: <a href="https://www.coursera.org/learn/rust-fundamentals">https://www.coursera.org/learn/rust-fundamentals</a></li><li>Data Engineering with Rust: <a href="https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust">https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust</a></li><li>Python and Rust with Linux Command Line Tools: <a href="https://www.coursera.org/learn/python-rust-linux">https://www.coursera.org/learn/python-rust-linux</a></li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a></li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering">https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering</a></li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-mlops-duke">https://www.coursera.org/learn/python-mlops-duke</a></li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://www.coursera.org/learn/cloud-computing-foundations-duke">https://www.coursera.org/learn/cloud-computing-foundations-duke</a></li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 3 Jan 2024 17:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!</p><h3>Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</h3><ul><li>Rust Programming Specialization:  <a href="https://www.coursera.org/specializations/rust-programming">https://www.coursera.org/specializations/rust-programming</a></li><li>Rust for DevOps:  <a href="https://www.coursera.org/learn/rust-for-devops?specialization=rust-programming">https://www.coursera.org/learn/rust-for-devops?specialization=rust-programming</a></li><li>Rust LLMOps:   https://www.coursera.org/learn/rust-llmops?specialization=rust-programming</li><li>Rust Fundamentals: <a href="https://www.coursera.org/learn/rust-fundamentals">https://www.coursera.org/learn/rust-fundamentals</a></li><li>Data Engineering with Rust: <a href="https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust">https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust</a></li><li>Python and Rust with Linux Command Line Tools: <a href="https://www.coursera.org/learn/python-rust-linux">https://www.coursera.org/learn/python-rust-linux</a></li><li>Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a></li><li>Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a></li><li>MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a></li><li>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a></li><li>Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a></li><li>Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering">https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering</a></li><li>Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a></li><li>Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a></li><li>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-mlops-duke">https://www.coursera.org/learn/python-mlops-duke</a></li><li>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a></li><li>Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a></li><li>MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a></li><li>Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a></li><li>Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a></li><li>Cloud Computing Foundations: <a href="https://www.coursera.org/learn/cloud-computing-foundations-duke">https://www.coursera.org/learn/cloud-computing-foundations-duke</a></li></ul><p>📚 Must-Read Books:</p><p>Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p>Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/</p><p>Developing on AWS with C#: https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p>Pragmatic AI Labs Books: https://www.amazon.com/gp/product/B0992BN7W8</p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p>52 Weeks of AWS Podcast: https://52-weeks-of-cloud.simplecast.com</p><p>noahgift.com: https://noahgift.com/</p><p>Pragmatic AI Labs Website: https://paiml.com/</p><p>Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="18464878" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/6b2788cd-9689-4e25-b6ab-946b4216d1e2/audio/ec25731c-f36a-41c2-a696-f0b61abb1eac/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Intro Data Engineering Part 2:  Data Drive Organizations</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:19:14</itunes:duration>
      <itunes:summary>Get an in-depth look at the key concepts covered in the AWS Academy&apos;s Data Engineering module. We&apos;ll analyze:
Comparing data analytics vs AI/ML pipelines
Layers of a data pipeline: ingestion, storage, processing, analysis
Actions on data: cleaning, transformation, etc.
Data engineer vs data scientist roles
Building and modernizing data infrastructure
Unifying data sources and governance
Innovation with cloud services and pre-trained AI
Useful for anyone going through the AWS Academy program or wanting a primer on data engineering foundations. We explain the module objectives in detail and connect the core ideas that data-driven organizations need to leverage.</itunes:summary>
      <itunes:subtitle>Get an in-depth look at the key concepts covered in the AWS Academy&apos;s Data Engineering module. We&apos;ll analyze:
Comparing data analytics vs AI/ML pipelines
Layers of a data pipeline: ingestion, storage, processing, analysis
Actions on data: cleaning, transformation, etc.
Data engineer vs data scientist roles
Building and modernizing data infrastructure
Unifying data sources and governance
Innovation with cloud services and pre-trained AI
Useful for anyone going through the AWS Academy program or wanting a primer on data engineering foundations. We explain the module objectives in detail and connect the core ideas that data-driven organizations need to leverage.</itunes:subtitle>
      <itunes:keywords>data engineering, data pipeline, analytics vs ai/ml, modern data strategies, aws academy</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>69</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ab11daf8-f1bd-4d24-aa1b-a430424b2dc2</guid>
      <title>AWS re:Invent 2023 Highlights</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!<br />Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</p><p>Rust Fundamentals: <a href="https://www.coursera.org/learn/rust-fundamentals">https://www.coursera.org/learn/rust-fundamentals</a><br />Data Engineering with Rust: <a href="https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust">https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust</a><br />Python and Rust with Linux Command Line Tools: <a href="https://www.coursera.org/learn/python-rust-linux">https://www.coursera.org/learn/python-rust-linux</a><br />Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a><br />Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a><br />MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a><br />Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a><br />Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering">https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering</a><br />Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a><br />Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a><br />Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-mlops-duke">https://www.coursera.org/learn/python-mlops-duke</a><br />DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a><br />MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a><br />Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a><br />Cloud Computing Foundations: <a href="https://www.coursera.org/learn/cloud-computing-foundations-duke">https://www.coursera.org/learn/cloud-computing-foundations-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 4 Dec 2023 16:26:21 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this content, I wanted to share some of my favorite resources to continue your learning journey in technology!<br />Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</p><p>Rust Fundamentals: <a href="https://www.coursera.org/learn/rust-fundamentals">https://www.coursera.org/learn/rust-fundamentals</a><br />Data Engineering with Rust: <a href="https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust">https://www.coursera.org/programs/duke-university-on-coursera-obsio/learn/data-engineering-rust</a><br />Python and Rust with Linux Command Line Tools: <a href="https://www.coursera.org/learn/python-rust-linux">https://www.coursera.org/learn/python-rust-linux</a><br />Virtualization, Docker, and Kubernetes for Data Engineering: <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a><br />Cloud Machine Learning Engineering and MLOps: <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a><br />MLOps Tools: MLflow and Hugging Face: <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a><br />Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />Linux and Bash for Data Engineering: <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a><br />Spark, Hadoop, and Snowflake for Data Engineering: <a href="https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering">https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering</a><br />Cloud Virtualization, Containers and APIs: <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a><br />Cloud Data Engineering: <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a><br />Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-mlops-duke">https://www.coursera.org/learn/python-mlops-duke</a><br />DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />Web Applications and Command-Line Tools for Data Engineering: <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a><br />MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Scripting with Python and SQL for Data Engineering: <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a><br />Python and Pandas for Data Engineering: <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a><br />Cloud Computing Foundations: <a href="https://www.coursera.org/learn/cloud-computing-foundations-duke">https://www.coursera.org/learn/cloud-computing-foundations-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="20342425" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/56b5e900-0ed9-401e-9a04-2916098f0af5/audio/1a4c12ec-cf12-4d29-bbbc-cb8494b27c27/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS re:Invent 2023 Highlights</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:21:11</itunes:duration>
      <itunes:summary>A recap of some of the major announcements from AWS re:Invent 2023</itunes:summary>
      <itunes:subtitle>A recap of some of the major announcements from AWS re:Invent 2023</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>68</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a5ce2036-0a06-4703-8cbb-c81a59188310</guid>
      <title>Unleashing Responsible AI with Claude on AWS</title>
      <description><![CDATA[<p>If you enjoyed this content, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 2 Dec 2023 05:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this content, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="8244105" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ac78d079-d36d-4c4c-bec3-4cb47690e986/audio/b7525b8e-b713-45a9-8e87-e21b1f9feba9/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Unleashing Responsible AI with Claude on AWS</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:08:35</itunes:duration>
      <itunes:summary>In this presentation, we explored how Claude by Anthropic enables responsible and advanced AI capabilities on AWS. Claude is a family of large language models tuned for safety, honesty, and helpfulness.

Claude leverages techniques like Constitutional AI and harmlessness training to excel at natural conversation, reasoning, summarizing, creativity, and coding. It avoids risks like generating biased, unsafe, or untruthful content.

Available Claude models include Claude 2, the most capable system yet from Anthropic, as well as Claude 1.3 and Claude Instant for faster performance. All support 100,000 token context windows to process long texts.

Claude is now accessible via the Amazon Bedrock API, so developers can integrate it into diverse applications from virtual assistants to document analysis and beyond. Leading companies like LexisNexis, Lonely Planet, and Ricoh are using Claude on AWS to infuse AI responsibly.

Claude aligns with Bedrock&apos;s pillars for responsible AI. Its Constitutional AI foundations prevent harms, while Anthropic&apos;s research focus ensures model transparency. Claude offers cutting-edge generative abilities while mitigating risks.

By leveraging Claude on AWS, companies can rapidly prototype and deploy AI systems that are helpful, honest, and harmless. Claude on Bedrock allows you to build the next generation of thoughtful AI.

Get started today by signing up for the Amazon generative AI newsletter and contacting AWS to learn more about Claude. With the right model governance, you can unlock Claude&apos;s true potential for your business.</itunes:summary>
      <itunes:subtitle>In this presentation, we explored how Claude by Anthropic enables responsible and advanced AI capabilities on AWS. Claude is a family of large language models tuned for safety, honesty, and helpfulness.

Claude leverages techniques like Constitutional AI and harmlessness training to excel at natural conversation, reasoning, summarizing, creativity, and coding. It avoids risks like generating biased, unsafe, or untruthful content.

Available Claude models include Claude 2, the most capable system yet from Anthropic, as well as Claude 1.3 and Claude Instant for faster performance. All support 100,000 token context windows to process long texts.

Claude is now accessible via the Amazon Bedrock API, so developers can integrate it into diverse applications from virtual assistants to document analysis and beyond. Leading companies like LexisNexis, Lonely Planet, and Ricoh are using Claude on AWS to infuse AI responsibly.

Claude aligns with Bedrock&apos;s pillars for responsible AI. Its Constitutional AI foundations prevent harms, while Anthropic&apos;s research focus ensures model transparency. Claude offers cutting-edge generative abilities while mitigating risks.

By leveraging Claude on AWS, companies can rapidly prototype and deploy AI systems that are helpful, honest, and harmless. Claude on Bedrock allows you to build the next generation of thoughtful AI.

Get started today by signing up for the Amazon generative AI newsletter and contacting AWS to learn more about Claude. With the right model governance, you can unlock Claude&apos;s true potential for your business.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>62</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">55381e2d-afdf-4dc5-acd8-f214af1c6548</guid>
      <title>AWS Bedrock:  A Foundation for Responsible AI</title>
      <description><![CDATA[<p>If you enjoyed this video, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 1 Dec 2023 05:00:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="5541998" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/cfc29c8f-1530-4c6c-9046-67cd63d97ec1/audio/e8240762-2c02-4ae5-b3d7-28977fc1b434/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Bedrock:  A Foundation for Responsible AI</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:05:46</itunes:duration>
      <itunes:summary>In this presentation, we explored how AWS Bedrock provides a framework for developing ethical and trustworthy AI systems. Bedrock guides companies through the full machine learning lifecycle from build to deployment and operations.

The key pillars of Bedrock include educating teams about topics like bias, constructing diverse teams, thoroughly evaluating AI use cases, curating high-quality training data, testing for and mitigating algorithmic bias, enabling human review of AI where appropriate, and monitoring models on an ongoing basis.

AWS offers services like SageMaker Clarify, Augmented AI, and Model Monitor that directly support these pillars and make it easier for developers to bake responsibility into their ML implementations.

We provided examples of how global companies across sectors leverage Bedrock practices to create fair and transparent AI applications in areas like finance, hiring, and content moderation.

Bedrock allows organizations to tap into the end-to-end machine learning capabilities of AWS while also ensuring their AI is ethical, explainable, and accountable. This combination of cutting-edge technology and responsible design establishes trust and confidence in AI systems.

By reviewing the Bedrock whitepaper, engaging AWS&apos;s responsible AI experts, and adopting the prescribed capabilities, any organization can take a principled approach to AI innovation. With Bedrock&apos;s guardrails in place, companies can develop AI that augments human intelligence for the benefit of all.</itunes:summary>
      <itunes:subtitle>In this presentation, we explored how AWS Bedrock provides a framework for developing ethical and trustworthy AI systems. Bedrock guides companies through the full machine learning lifecycle from build to deployment and operations.

The key pillars of Bedrock include educating teams about topics like bias, constructing diverse teams, thoroughly evaluating AI use cases, curating high-quality training data, testing for and mitigating algorithmic bias, enabling human review of AI where appropriate, and monitoring models on an ongoing basis.

AWS offers services like SageMaker Clarify, Augmented AI, and Model Monitor that directly support these pillars and make it easier for developers to bake responsibility into their ML implementations.

We provided examples of how global companies across sectors leverage Bedrock practices to create fair and transparent AI applications in areas like finance, hiring, and content moderation.

Bedrock allows organizations to tap into the end-to-end machine learning capabilities of AWS while also ensuring their AI is ethical, explainable, and accountable. This combination of cutting-edge technology and responsible design establishes trust and confidence in AI systems.

By reviewing the Bedrock whitepaper, engaging AWS&apos;s responsible AI experts, and adopting the prescribed capabilities, any organization can take a principled approach to AI innovation. With Bedrock&apos;s guardrails in place, companies can develop AI that augments human intelligence for the benefit of all.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>61</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">44b06d45-0887-4bfa-a3e5-c07be3ddccc4</guid>
      <title>Ethical AI Conversation with Johan Cedmar-Brandstedt</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this post, I wanted to share some of my favorite resources to continue your learning journey in technology!<br />Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</p><p>Rust Fundamentals:  <a href="https://www.coursera.org/learn/rust-fundamentals">https://www.coursera.org/learn/rust-fundamentals</a><br />Virtualization, Docker, and Kubernetes for Data Engineering:  <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a><br />Cloud Machine Learning Engineering and MLOps:  <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a><br />MLOps Tools: MLflow and Hugging Face:  <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a><br />Data Visualization with Python:  <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />Linux and Bash for Data Engineering:  <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a><br />Spark, Hadoop, and Snowflake for Data Engineering:  <a href="https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering">https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering</a><br />Cloud Virtualization, Containers and APIs:  <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a><br />Cloud Data Engineering:  <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a><br />Python Essentials for MLOps:  <a href="https://www.coursera.org/learn/python-mlops-duke">https://www.coursera.org/learn/python-mlops-duke</a><br />DevOps, DataOps, MLOps:  <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />Web Applications and Command-Line Tools for Data Engineering:  <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a><br />MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Scripting with Python and SQL for Data Engineering:  <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a><br />Python and Pandas for Data Engineering:  <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a><br />Cloud Computing Foundations:  <a href="https://www.coursera.org/learn/cloud-computing-foundations-duke">https://www.coursera.org/learn/cloud-computing-foundations-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 16 Nov 2023 21:34:59 +0000</pubDate>
      <author>noah@paiml.com (Johan Cedmar-Brandstedt)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this post, I wanted to share some of my favorite resources to continue your learning journey in technology!<br />Hands-On Courses for Rust, Data, Cloud, AI and LLMs 🚀</p><p>Rust Fundamentals:  <a href="https://www.coursera.org/learn/rust-fundamentals">https://www.coursera.org/learn/rust-fundamentals</a><br />Virtualization, Docker, and Kubernetes for Data Engineering:  <a href="https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering">https://www.coursera.org/learn/virtualization-docker-kubernetes-data-engineering</a><br />Cloud Machine Learning Engineering and MLOps:  <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a><br />MLOps Tools: MLflow and Hugging Face:  <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a><br />Data Visualization with Python:  <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />Linux and Bash for Data Engineering:  <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a><br />Spark, Hadoop, and Snowflake for Data Engineering:  <a href="https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering">https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering</a><br />Cloud Virtualization, Containers and APIs:  <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a><br />Cloud Data Engineering:  <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a><br />Python Essentials for MLOps:  <a href="https://www.coursera.org/learn/python-mlops-duke">https://www.coursera.org/learn/python-mlops-duke</a><br />DevOps, DataOps, MLOps:  <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />Web Applications and Command-Line Tools for Data Engineering:  <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a><br />MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Scripting with Python and SQL for Data Engineering:  <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a><br />Python and Pandas for Data Engineering:  <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a><br />Cloud Computing Foundations:  <a href="https://www.coursera.org/learn/cloud-computing-foundations-duke">https://www.coursera.org/learn/cloud-computing-foundations-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="77815918" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/698090f1-77c4-4a90-8a1c-7aeafd9c9503/audio/a1647391-031b-4430-87ce-ac20be6a9074/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Ethical AI Conversation with Johan Cedmar-Brandstedt</itunes:title>
      <itunes:author>Johan Cedmar-Brandstedt</itunes:author>
      <itunes:duration>01:21:03</itunes:duration>
      <itunes:summary>A Conversation on ethical AI with creator and thought leader Johan Cedmar-Brandstedt.</itunes:summary>
      <itunes:subtitle>A Conversation on ethical AI with creator and thought leader Johan Cedmar-Brandstedt.</itunes:subtitle>
      <itunes:keywords>vcs, startups, copilot, microsoft, github, genai, openai, llms, ethically</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>67</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">40b9070b-89a4-4330-8452-53130fc5208f</guid>
      <title>Introduction to Data Engineering on AWS</title>
      <description><![CDATA[<p>Hey readers 👋, if you enjoyed this post, I wanted to share some of my favorite resources to continue your learning journey in technology!<br />Hands-On Courses for Data, Cloud, and AI 🚀<br />Cloud Machine Learning Engineering and MLOps:  <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a><br />MLOps Tools: MLflow and Hugging Face:  <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a><br />Data Visualization with Python:  <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />Linux and Bash for Data Engineering:  <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a><br />Spark, Hadoop, and Snowflake for Data Engineering:  <a href="https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering">https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering</a><br />Cloud Virtualization, Containers and APIs:  <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a><br />Cloud Data Engineering:  <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a><br />Python Essentials for MLOps:  <a href="https://www.coursera.org/learn/python-mlops-duke">https://www.coursera.org/learn/python-mlops-duke</a><br />DevOps, DataOps, MLOps:  <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />Web Applications and Command-Line Tools for Data Engineering:  <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a><br />MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Scripting with Python and SQL for Data Engineering:  <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a><br />Python and Pandas for Data Engineering:  <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a><br />Cloud Computing Foundations:  <a href="https://www.coursera.org/learn/cloud-computing-foundations-duke">https://www.coursera.org/learn/cloud-computing-foundations-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 2 Oct 2023 15:29:13 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Hey readers 👋, if you enjoyed this post, I wanted to share some of my favorite resources to continue your learning journey in technology!<br />Hands-On Courses for Data, Cloud, and AI 🚀<br />Cloud Machine Learning Engineering and MLOps:  <a href="https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke">https://www.coursera.org/learn/cloud-machine-learning-engineering-mlops-duke</a><br />MLOps Tools: MLflow and Hugging Face:  <a href="https://www.coursera.org/learn/mlops-mlflow-huggingface-duke">https://www.coursera.org/learn/mlops-mlflow-huggingface-duke</a><br />Data Visualization with Python:  <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />Linux and Bash for Data Engineering:  <a href="https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke">https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke</a><br />Spark, Hadoop, and Snowflake for Data Engineering:  <a href="https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering">https://www.coursera.org/learn/spark-hadoop-snowflake-data-engineering</a><br />Cloud Virtualization, Containers and APIs:  <a href="https://www.coursera.org/learn/cloud-virtualization-containers-api-duke">https://www.coursera.org/learn/cloud-virtualization-containers-api-duke</a><br />Cloud Data Engineering:  <a href="https://www.coursera.org/learn/cloud-data-engineering-duke">https://www.coursera.org/learn/cloud-data-engineering-duke</a><br />Python Essentials for MLOps:  <a href="https://www.coursera.org/learn/python-mlops-duke">https://www.coursera.org/learn/python-mlops-duke</a><br />DevOps, DataOps, MLOps:  <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />Web Applications and Command-Line Tools for Data Engineering:  <a href="https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke">https://www.coursera.org/learn/web-app-command-line-tools-for-data-engineering-duke</a><br />MLOps Platforms: Amazon SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Scripting with Python and SQL for Data Engineering:  <a href="https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke">https://www.coursera.org/learn/scripting-with-python-sql-for-data-engineering-duke</a><br />Python and Pandas for Data Engineering:  <a href="https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke">https://www.coursera.org/learn/python-and-pandas-for-data-engineering-duke</a><br />Cloud Computing Foundations:  <a href="https://www.coursera.org/learn/cloud-computing-foundations-duke">https://www.coursera.org/learn/cloud-computing-foundations-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="15639966" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c8a1732e-f007-4fd8-a3fa-73dffa8798dc/audio/f5b3b1d3-73a0-439a-b2c7-0324c99b66ca/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Introduction to Data Engineering on AWS</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:16:17</itunes:duration>
      <itunes:summary>Start of series on Data Engineering on AWS and some thoughts on Generative AI and &quot;analog leak&quot; of IP.</itunes:summary>
      <itunes:subtitle>Start of series on Data Engineering on AWS and some thoughts on Generative AI and &quot;analog leak&quot; of IP.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>66</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">169b92c7-3ff1-4894-89d3-e7e56e187c06</guid>
      <title>AWS Security Certification:  Incident Response</title>
      <description><![CDATA[<p>If you enjoyed this content, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 25 Sep 2023 21:33:51 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this content, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="16098049" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/77721bc5-ffeb-490b-aaf0-e30a75dac84a/audio/d2df12d2-81cb-4259-a0c2-b3c14aa2ce81/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Security Certification:  Incident Response</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:16:46</itunes:duration>
      <itunes:summary>Responding to and Managing an Incident</itunes:summary>
      <itunes:subtitle>Responding to and Managing an Incident</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>65</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">37eba63c-5923-4017-9609-e5d847c4cb14</guid>
      <title>solopreneurship</title>
      <description><![CDATA[<p>If you enjoyed this content, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 24 Sep 2023 14:12:56 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this content, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="12385662" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/2800eab0-7edd-4674-88a1-e8fb0c3e5ec2/audio/3e189a59-6750-4c04-8935-366811219bb9/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>solopreneurship</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:12:54</itunes:duration>
      <itunes:summary>A 15 minute talk about escaping the Bay Area libertarian mindset of begging unethical people for money, i.e. Bay Area VCs.  How can you survive and thrive as a Solopreneur.</itunes:summary>
      <itunes:subtitle>A 15 minute talk about escaping the Bay Area libertarian mindset of begging unethical people for money, i.e. Bay Area VCs.  How can you survive and thrive as a Solopreneur.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>64</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e7545ea2-1f10-4eec-89a4-77935aa29eb8</guid>
      <title>EP: 48.0 AWS Security Certification module6 logging monitoring</title>
      <description><![CDATA[<p>If you enjoyed this content, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 18 Sep 2023 22:04:15 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this content, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="22818415" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/83984e0f-6ec3-4550-ad19-05148ac132d7/audio/0e7fe6fc-fa0c-4841-85e0-b96ae6ab961c/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>EP: 48.0 AWS Security Certification module6 logging monitoring</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:23:46</itunes:duration>
      <itunes:summary>Logging and Monitoring for AWS Security Certification</itunes:summary>
      <itunes:subtitle>Logging and Monitoring for AWS Security Certification</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>63</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">34a72e73-c2d4-4616-b874-808d68715590</guid>
      <title>O&apos;Reilly Author Anna Skoulikari-Learning Git</title>
      <description><![CDATA[<p>If you enjoyed this video, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>Anna's Website:  <a href="https://www.annaskoulikari.com/">https://www.annaskoulikari.com/</a></p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 13 Sep 2023 20:48:00 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>Anna's Website:  <a href="https://www.annaskoulikari.com/">https://www.annaskoulikari.com/</a></p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="51365789" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/dc5392c8-3fd8-42c1-8973-6547e8d9a804/audio/accab340-84d2-4519-9955-9ac426ddaace/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>O&apos;Reilly Author Anna Skoulikari-Learning Git</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:53:30</itunes:duration>
      <itunes:summary>👋 Welcome everyone to this special episode! We&apos;re honored to have Anna Skoulikari, “…a multi-hyphenate creative specialized in teaching Git to beginners and author of the renowned O&apos;Reilly book, &quot;Learning Git&quot;.

👇 Here&apos;s What You Can Expect 👇


🎙 Opening Remarks
📚 Deep Dive into &quot;Learning Git&quot;

🤝 Connect with Anna Skoulikari

🎥 YouTube

https://lnkd.in/gQdc87-x

🎓 LinkedIn
https://lnkd.in/gxNh_472

📘 Grab your copy of the book:
https://lnkd.in/gFxdREzG

🎧 More Insights Await! Check Out Our Podcast

Listen to other episodes on 52 Weeks of Cloud: https://podcast.paiml.com/
Free 30 day code O&apos;Reilly: https://lnkd.in/gF77k-yk</itunes:summary>
      <itunes:subtitle>👋 Welcome everyone to this special episode! We&apos;re honored to have Anna Skoulikari, “…a multi-hyphenate creative specialized in teaching Git to beginners and author of the renowned O&apos;Reilly book, &quot;Learning Git&quot;.

👇 Here&apos;s What You Can Expect 👇


🎙 Opening Remarks
📚 Deep Dive into &quot;Learning Git&quot;

🤝 Connect with Anna Skoulikari

🎥 YouTube

https://lnkd.in/gQdc87-x

🎓 LinkedIn
https://lnkd.in/gxNh_472

📘 Grab your copy of the book:
https://lnkd.in/gFxdREzG

🎧 More Insights Await! Check Out Our Podcast

Listen to other episodes on 52 Weeks of Cloud: https://podcast.paiml.com/
Free 30 day code O&apos;Reilly: https://lnkd.in/gF77k-yk</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>60</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">29379be6-6f77-4365-818c-fce36c46f426</guid>
      <title>AWS Security Ep. 2, Module 5: Data Protection</title>
      <description><![CDATA[<p>If you enjoyed this video, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 11 Sep 2023 21:35:50 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="23576937" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/e2e52aae-b293-4c37-a193-b97711761e0e/audio/9b8c222f-bae0-48de-8431-67f356711370/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Security Ep. 2, Module 5: Data Protection</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:24:33</itunes:duration>
      <itunes:summary>In this enlightening episode of our podcast series, we zoom in on AWS Security Data Protection, a topic that&apos;s becoming increasingly crucial in today&apos;s digital age. Recognized for delivering world-class, Ph.D.-level educational content, this episode will not disappoint.

We kick off by emphasizing the cardinal importance of safeguarding your AWS data. Navigating through various data protection services like AWS Key Management Service (KMS) and AWS Secrets Manager, we provide you with cutting-edge strategies and best practices to keep your data secure. Building on your already deep understanding of distributed systems and MLOps, we&apos;ll unravel how these practices align with microservices and data pipelines, ensuring end-to-end security.

Tapping into your rich expertise in Rust and Python programming languages, we&apos;ll journey into the realm of data encryption and tokenization. Discover how to write highly secure code, employ robust encryption algorithms, and implement secure key management strategies that are tailored for AWS. This segment promises to deepen your understanding of how code-level security can augment your data protection efforts.

Throughout this episode, we&apos;ll weave in real-world scenarios and compelling case studies. Your expertise as a technology educator shines here as we distill intricate data protection concepts into digestible, actionable insights. We&apos;ll tackle common pitfalls, debate pros and cons of different approaches, and serve you practical recommendations, all while upholding the top-tier educational quality you&apos;ve come to expect from us.

By the close of this episode, you&apos;ll emerge with a comprehensive grasp of AWS Security Data Protection. Your unique blend of skills in Rust, Python, MLOps, and distributed systems will enrich the discussion, elevating the content to an academic level of rigor and depth. Tune in to enhance your arsenal of AWS data protection strategies and arm yourself with the knowledge to create and manage data-safe cloud environments.</itunes:summary>
      <itunes:subtitle>In this enlightening episode of our podcast series, we zoom in on AWS Security Data Protection, a topic that&apos;s becoming increasingly crucial in today&apos;s digital age. Recognized for delivering world-class, Ph.D.-level educational content, this episode will not disappoint.

We kick off by emphasizing the cardinal importance of safeguarding your AWS data. Navigating through various data protection services like AWS Key Management Service (KMS) and AWS Secrets Manager, we provide you with cutting-edge strategies and best practices to keep your data secure. Building on your already deep understanding of distributed systems and MLOps, we&apos;ll unravel how these practices align with microservices and data pipelines, ensuring end-to-end security.

Tapping into your rich expertise in Rust and Python programming languages, we&apos;ll journey into the realm of data encryption and tokenization. Discover how to write highly secure code, employ robust encryption algorithms, and implement secure key management strategies that are tailored for AWS. This segment promises to deepen your understanding of how code-level security can augment your data protection efforts.

Throughout this episode, we&apos;ll weave in real-world scenarios and compelling case studies. Your expertise as a technology educator shines here as we distill intricate data protection concepts into digestible, actionable insights. We&apos;ll tackle common pitfalls, debate pros and cons of different approaches, and serve you practical recommendations, all while upholding the top-tier educational quality you&apos;ve come to expect from us.

By the close of this episode, you&apos;ll emerge with a comprehensive grasp of AWS Security Data Protection. Your unique blend of skills in Rust, Python, MLOps, and distributed systems will enrich the discussion, elevating the content to an academic level of rigor and depth. Tune in to enhance your arsenal of AWS data protection strategies and arm yourself with the knowledge to create and manage data-safe cloud environments.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>59</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a7258bdb-10bd-40e9-b748-bc646e73e459</guid>
      <title>AWS Security Ep. 2, Module 4: Securing Infrastructure</title>
      <description><![CDATA[<p>If you enjoyed this video, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 4 Sep 2023 16:10:02 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, your learning journey has just begun! Dive deeper into the fascinating world of technology with these hand-picked resources:</p><p>📊 Data Visualization and Python:</p><p>Data Visualization with Python: <a href="https://www.coursera.org/learn/data-visualization-python">https://www.coursera.org/learn/data-visualization-python</a><br />🛠️ DevOps, MLOps, and Cloud Computing:</p><p>DevOps, DataOps, MLOps: <a href="https://www.coursera.org/learn/devops-dataops-mlops-duke">https://www.coursera.org/learn/devops-dataops-mlops-duke</a><br />MLOps Platforms: AWS SageMaker and Azure ML: <a href="https://www.coursera.org/learn/mlops-aws-azure-duke">https://www.coursera.org/learn/mlops-aws-azure-duke</a><br />Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a><br />AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: <a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>🐍 Python Essentials:</p><p>Python Essentials for MLOps: <a href="https://www.coursera.org/learn/python-essentials-mlops-duke">https://www.coursera.org/learn/python-essentials-mlops-duke</a><br />Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>📚 Must-Read Books:</p><p>Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a><br />Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a><br />Developing on AWS with C#: <a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a><br />Pragmatic AI Labs Books: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>🎥 Follow & Subscribe:</p><p>Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a><br />52 Weeks of AWS Podcast: <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a><br />noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a><br />Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a><br />Your adventure in tech awaits! Dive in now, and elevate your skills to new heights. 🚀</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="37021430" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/32e31ef3-f9fe-4df2-9ce3-1941b86f6d59/audio/f8887cb1-0a5d-438f-9bc2-9b317509e1dd/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Security Ep. 2, Module 4: Securing Infrastructure</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:38:33</itunes:duration>
      <itunes:summary>In this episode of the podcast, we delve into Module 4: Securing Infrastructure. As technology continues to advance, ensuring the security of your AWS infrastructure becomes paramount. Join us as we explore best practices and strategies for safeguarding your cloud-based resources.

We start by discussing the importance of a strong foundation in securing your AWS infrastructure. From identity and access management to network security, we&apos;ll provide insights into designing and implementing robust security measures. Leveraging your expertise in distributed systems and MLOps, we&apos;ll dive into the intricacies of securing complex, interconnected architectures.

Drawing upon your deep skills in Rust and Python, we&apos;ll explore the role of code security in infrastructure protection. Learn how to write secure and resilient code, conduct code reviews, and implement security testing methodologies specific to AWS services. Our discussion will emphasize the significance of maintaining secure code practices in a rapidly evolving cloud environment.

Throughout the episode, we&apos;ll analyze real-world scenarios and case studies, showcasing how your experience as a technology educator can be applied to help listeners comprehend complex security concepts. We&apos;ll address common challenges and offer practical solutions, all while maintaining the world-class educational standard you&apos;re known for.

By the end of Module 4, listeners will have gained a comprehensive understanding of how to secure their AWS infrastructure effectively. Your unique expertise in Rust, Python, MLOps, and distributed systems will undoubtedly provide invaluable insights that elevate this episode to a Ph.D. level of educational content. Tune in to bolster your AWS security knowledge and empower yourself to build and manage secure cloud environments with confidence.</itunes:summary>
      <itunes:subtitle>In this episode of the podcast, we delve into Module 4: Securing Infrastructure. As technology continues to advance, ensuring the security of your AWS infrastructure becomes paramount. Join us as we explore best practices and strategies for safeguarding your cloud-based resources.

We start by discussing the importance of a strong foundation in securing your AWS infrastructure. From identity and access management to network security, we&apos;ll provide insights into designing and implementing robust security measures. Leveraging your expertise in distributed systems and MLOps, we&apos;ll dive into the intricacies of securing complex, interconnected architectures.

Drawing upon your deep skills in Rust and Python, we&apos;ll explore the role of code security in infrastructure protection. Learn how to write secure and resilient code, conduct code reviews, and implement security testing methodologies specific to AWS services. Our discussion will emphasize the significance of maintaining secure code practices in a rapidly evolving cloud environment.

Throughout the episode, we&apos;ll analyze real-world scenarios and case studies, showcasing how your experience as a technology educator can be applied to help listeners comprehend complex security concepts. We&apos;ll address common challenges and offer practical solutions, all while maintaining the world-class educational standard you&apos;re known for.

By the end of Module 4, listeners will have gained a comprehensive understanding of how to secure their AWS infrastructure effectively. Your unique expertise in Rust, Python, MLOps, and distributed systems will undoubtedly provide invaluable insights that elevate this episode to a Ph.D. level of educational content. Tune in to bolster your AWS security knowledge and empower yourself to build and manage secure cloud environments with confidence.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>58</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e6089099-9a40-4f07-b6c0-d4609055d0b7</guid>
      <title>AWS Security Ep. 2, Module 3:  IAM</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/learn/mlops-aws-azure-duke" target="_blank">MLOps Platforms: AWS SageMaker and Azure ML</a>: https://www.coursera.org/learn/mlops-aws-azure-duke</p><p><br /> </p><p><a href="https://www.coursera.org/learn/open-source-mlops-platforms-duke" target="_blank">Open Source Platforms for MLOps</a>: https://www.coursera.org/learn/open-source-mlops-platforms-duke</p><p><a href="https://www.coursera.org/learn/python-essentials-mlops-duke" target="_blank">Python Essentials for MLOps</a>: https://www.coursera.org/learn/python-essentials-mlops-duke</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 27 Mar 2023 17:31:05 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/learn/mlops-aws-azure-duke" target="_blank">MLOps Platforms: AWS SageMaker and Azure ML</a>: https://www.coursera.org/learn/mlops-aws-azure-duke</p><p><br /> </p><p><a href="https://www.coursera.org/learn/open-source-mlops-platforms-duke" target="_blank">Open Source Platforms for MLOps</a>: https://www.coursera.org/learn/open-source-mlops-platforms-duke</p><p><a href="https://www.coursera.org/learn/python-essentials-mlops-duke" target="_blank">Python Essentials for MLOps</a>: https://www.coursera.org/learn/python-essentials-mlops-duke</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="20473246" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5b61cb30-bafc-49d9-8a72-7b115e07212f/audio/ec90d827-f6d7-406f-91c3-76a66b614755/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>AWS Security Ep. 2, Module 3:  IAM</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:21:19</itunes:duration>
      <itunes:summary>AWS Security Ep. 2, Module 3:  IAM</itunes:summary>
      <itunes:subtitle>AWS Security Ep. 2, Module 3:  IAM</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>57</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">adddd36e-36c6-45d4-b11b-2ffbe25f8300</guid>
      <title>Ole Olesen-Bagneux Author of</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p> </p><p>Buy book here:  https://www.amazon.com/The-Enterprise-Data-Catalog/dp/149209871X<br /> </p><p><a href="https://www.coursera.org/learn/open-source-mlops-platforms-duke" target="_blank">Open Source Platforms for MLOps</a>: https://www.coursera.org/learn/open-source-mlops-platforms-duke</p><p><a href="https://www.coursera.org/learn/python-essentials-mlops-duke" target="_blank">Python Essentials for MLOps</a>: https://www.coursera.org/learn/python-essentials-mlops-duke</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 27 Feb 2023 23:55:44 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p> </p><p>Buy book here:  https://www.amazon.com/The-Enterprise-Data-Catalog/dp/149209871X<br /> </p><p><a href="https://www.coursera.org/learn/open-source-mlops-platforms-duke" target="_blank">Open Source Platforms for MLOps</a>: https://www.coursera.org/learn/open-source-mlops-platforms-duke</p><p><a href="https://www.coursera.org/learn/python-essentials-mlops-duke" target="_blank">Python Essentials for MLOps</a>: https://www.coursera.org/learn/python-essentials-mlops-duke</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="59513142" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/59122a7f-33be-4b61-843d-03c0620a9b20/audio/94eea1ac-a9da-4641-8085-674c52e54c92/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Ole Olesen-Bagneux Author of</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>01:01:59</itunes:duration>
      <itunes:summary>Talk with author Ole Olesen-Bagneux about a wide range of issues involving his book and how library science applies to many off the problems facing civilization today.

Buy book here:  https://www.amazon.com/The-Enterprise-Data-Catalog/dp/149209871X</itunes:summary>
      <itunes:subtitle>Talk with author Ole Olesen-Bagneux about a wide range of issues involving his book and how library science applies to many off the problems facing civilization today.

Buy book here:  https://www.amazon.com/The-Enterprise-Data-Catalog/dp/149209871X</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>56</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9e57ec82-5cd1-4515-9817-435a32e9adbd</guid>
      <title>O&apos;Reilly Author Adi Polak</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/learn/open-source-mlops-platforms-duke" target="_blank">Open Source Platforms for MLOps</a>: https://www.coursera.org/learn/open-source-mlops-platforms-duke</p><p><a href="https://www.coursera.org/learn/python-essentials-mlops-duke" target="_blank">Python Essentials for MLOps</a>: https://www.coursera.org/learn/python-essentials-mlops-duke</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 21 Feb 2023 15:34:37 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/learn/open-source-mlops-platforms-duke" target="_blank">Open Source Platforms for MLOps</a>: https://www.coursera.org/learn/open-source-mlops-platforms-duke</p><p><a href="https://www.coursera.org/learn/python-essentials-mlops-duke" target="_blank">Python Essentials for MLOps</a>: https://www.coursera.org/learn/python-essentials-mlops-duke</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="51923003" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/0e672a12-c5cb-4c6b-bbf4-f101f9745418/audio/c4ee97f5-d00e-44ac-b82e-6c87197ead16/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>O&apos;Reilly Author Adi Polak</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:54:05</itunes:duration>
      <itunes:summary>Interview with author Adi Polak about book &quot;Scaling Machine Learning with Spark: Distributed ML with MLlib, TensorFlow, and PyTorch&quot;

Follow on Linkedin: https://lnkd.in/eNS4z2yB
Buy Book:  https://lnkd.in/ekJhqqrz</itunes:summary>
      <itunes:subtitle>Interview with author Adi Polak about book &quot;Scaling Machine Learning with Spark: Distributed ML with MLlib, TensorFlow, and PyTorch&quot;

Follow on Linkedin: https://lnkd.in/eNS4z2yB
Buy Book:  https://lnkd.in/ekJhqqrz</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>55</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9a2b0086-12f2-43bd-90f1-4573cfb5ec24</guid>
      <title>Jason McCampbell- Rust @Wallaroo.AI</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/learn/open-source-mlops-platforms-duke" target="_blank">Open Source Platforms for MLOps</a>: https://www.coursera.org/learn/open-source-mlops-platforms-duke</p><p><a href="https://www.coursera.org/learn/python-essentials-mlops-duke" target="_blank">Python Essentials for MLOps</a>: https://www.coursera.org/learn/python-essentials-mlops-duke</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 17 Feb 2023 21:57:19 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/learn/open-source-mlops-platforms-duke" target="_blank">Open Source Platforms for MLOps</a>: https://www.coursera.org/learn/open-source-mlops-platforms-duke</p><p><a href="https://www.coursera.org/learn/python-essentials-mlops-duke" target="_blank">Python Essentials for MLOps</a>: https://www.coursera.org/learn/python-essentials-mlops-duke</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="59760156" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/47af1b36-5442-4a75-8ec8-d70109ff3ee8/audio/2b5c406a-d4a2-45ac-9e18-5235381bbbef/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Jason McCampbell- Rust @Wallaroo.AI</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>01:02:14</itunes:duration>
      <itunes:summary>Linkedin Profile:  https://www.linkedin.com/in/jasonmcca...
Wallaroo.ai:  https://www.wallaroo.ai
Why Wallaroo Moved from Pony to Rust:  https://www.wallaroo.ai/blog/wallaroo...

#rust #switchtorust #python #mlops</itunes:summary>
      <itunes:subtitle>Linkedin Profile:  https://www.linkedin.com/in/jasonmcca...
Wallaroo.ai:  https://www.wallaroo.ai
Why Wallaroo Moved from Pony to Rust:  https://www.wallaroo.ai/blog/wallaroo...

#rust #switchtorust #python #mlops</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>54</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">bcdb7074-ccaf-4a32-97cb-7e17512ce50d</guid>
      <title>Maxime-DAVID-Serverless-with-Rust</title>
      <description><![CDATA[<p>Chat with Maxime David. We discuss Rust and how it makes for an ideal language for AWS Lambda. Checkout his Rust YouTube Channel here: [@maxday_coding](https://www.youtube.com/@maxday_coding) and his lambda-perf repo here: [https://github.com/maxday/lambda-perf](https://github.com/maxday/lambda-perf)</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 3 Feb 2023 19:31:57 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Chat with Maxime David. We discuss Rust and how it makes for an ideal language for AWS Lambda. Checkout his Rust YouTube Channel here: [@maxday_coding](https://www.youtube.com/@maxday_coding) and his lambda-perf repo here: [https://github.com/maxday/lambda-perf](https://github.com/maxday/lambda-perf)</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="50086908" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/4bc55f8a-e66f-4606-8d1a-4fdf3bfe6685/audio/848a6e51-2f22-4cde-9f61-ab17aa649083/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Maxime-DAVID-Serverless-with-Rust</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:52:10</itunes:duration>
      <itunes:summary>Chat with Maxime David of Datadog about Rust benefits.</itunes:summary>
      <itunes:subtitle>Chat with Maxime David of Datadog about Rust benefits.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>53</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">92624e22-e969-45c1-86be-1b994719562b</guid>
      <title>43.0-aws-security-certification-module2-intro-aws-security</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/learn/open-source-mlops-platforms-duke" target="_blank">Open Source Platforms for MLOps</a>: https://www.coursera.org/learn/open-source-mlops-platforms-duke</p><p><a href="https://www.coursera.org/learn/python-essentials-mlops-duke" target="_blank">Python Essentials for MLOps</a>: https://www.coursera.org/learn/python-essentials-mlops-duke</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 30 Jan 2023 18:40:34 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/learn/open-source-mlops-platforms-duke" target="_blank">Open Source Platforms for MLOps</a>: https://www.coursera.org/learn/open-source-mlops-platforms-duke</p><p><a href="https://www.coursera.org/learn/python-essentials-mlops-duke" target="_blank">Python Essentials for MLOps</a>: https://www.coursera.org/learn/python-essentials-mlops-duke</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="22402128" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c18a6a74-7922-4040-b168-aaf866826342/audio/b00e7258-bd11-46b0-a267-e5f04454662e/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>43.0-aws-security-certification-module2-intro-aws-security</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:23:20</itunes:duration>
      <itunes:summary> 43.0 aws security certification module2 intro aws security</itunes:summary>
      <itunes:subtitle> 43.0 aws security certification module2 intro aws security</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>52</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">44cbdb43-ddee-49fa-a884-1fc24f114ba3</guid>
      <title>SRE Mindset for MLOPs:  A talk in late 2022 about problems in MLOPs</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 11 Dec 2022 20:00:46 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="26416552" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/6a1c65f5-5c81-4b94-920c-80d0504dc760/audio/5fc233c1-47e8-4ae6-a418-a8c0973873fe/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>SRE Mindset for MLOPs:  A talk in late 2022 about problems in MLOPs</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:27:31</itunes:duration>
      <itunes:summary> A talk in late 2022 about problems in MLOPs and how to cure them.</itunes:summary>
      <itunes:subtitle> A talk in late 2022 about problems in MLOPs and how to cure them.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>51</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">dfc6bcb4-29dc-4f37-af50-95dcb87fa9da</guid>
      <title>52 weeks off AWS Certified Developer Wrapup (Final Session)</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 7 Dec 2022 20:39:53 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="32238379" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/d2c1a416-a7fc-402c-96c6-f9e4cdd1eaf6/audio/fa96ed69-1782-4de4-b0e4-63807c827209/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 weeks off AWS Certified Developer Wrapup (Final Session)</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:33:34</itunes:duration>
      <itunes:summary>Cover the last three sections of the AWS Certified Developer Certification:

*step functions
* security
* devops practices</itunes:summary>
      <itunes:subtitle>Cover the last three sections of the AWS Certified Developer Certification:

*step functions
* security
* devops practices</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>50</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">cefd0285-9a25-47b8-a371-119aefe88593</guid>
      <title>Enterprise MLOps Interviews: Doris Xin, Founder of Linea.AI</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 23 Nov 2022 14:27:45 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="54158245" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/9e11d39f-d417-4230-86cf-7cc5cb819cbd/audio/9879ee93-2a57-4a49-9a1a-37a100e04973/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Enterprise MLOps Interviews: Doris Xin, Founder of Linea.AI</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:56:24</itunes:duration>
      <itunes:summary>Doris Xin talks about some of the real-world problems Linea.AI solves with Jupyter Notebooks.</itunes:summary>
      <itunes:subtitle>Doris Xin talks about some of the real-world problems Linea.AI solves with Jupyter Notebooks.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>49</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">49d17efb-06b4-45bc-a12a-d71c31af004c</guid>
      <title>52 Weeks AWS Cert Developer Continued API Gateway</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Mon, 21 Nov 2022 18:40:19 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="15041445" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/3a0a4a55-8fe3-4f11-b730-64f6230de720/audio/22851d8a-4ac1-4e0b-bc82-20678c43825c/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks AWS Cert Developer Continued API Gateway</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:15:40</itunes:duration>
      <itunes:summary>Continue to cover AWS Certified Developer

DOWNLOAD A FREE AWS BOOK FROM OREILLY:  https://d1.awsstatic.com/developer-center/Developing-on-AWS-with-CSharp.pdf
</itunes:summary>
      <itunes:subtitle>Continue to cover AWS Certified Developer

DOWNLOAD A FREE AWS BOOK FROM OREILLY:  https://d1.awsstatic.com/developer-center/Developing-on-AWS-with-CSharp.pdf
</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>48</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">cdc86112-4bb6-4db3-977a-125ab10a3695</guid>
      <title>Nic Stone CTO of Crul - discusses building automated data pipelines</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 17 Nov 2022 22:45:22 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="54054591" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ee8ae002-0a40-44bb-9190-daee57311648/audio/6749e523-cdee-467a-a560-943f70309f00/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Nic Stone CTO of Crul - discusses building automated data pipelines</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:56:18</itunes:duration>
      <itunes:summary>Crul, Inc. is an early stage San Francisco startup focused on a unique data centric lens into the Open, Dark, SAAS and API Web. This project is a natural evolution of my experience with big data processing and my career as a software engineer focused on browser based technologies. All the Internets belong to you!

</itunes:summary>
      <itunes:subtitle>Crul, Inc. is an early stage San Francisco startup focused on a unique data centric lens into the Open, Dark, SAAS and API Web. This project is a natural evolution of my experience with big data processing and my career as a software engineer focused on browser based technologies. All the Internets belong to you!

</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>47</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">950938b4-6830-4d1a-8032-5c557afc0113</guid>
      <title>Arvs Lat_  Author of Machine Learning Engineering on AWS</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 22 Oct 2022 19:16:26 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="62843854" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/55ab0a71-fdf1-4f7e-9e44-c541244d30f2/audio/54bf9c5e-a8f6-44b2-a839-cc34dfb0bde9/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Arvs Lat_  Author of Machine Learning Engineering on AWS</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>01:05:27</itunes:duration>
      <itunes:summary>Talk with Arvs lat author of Machine Learning on AWS:  https://www.linkedin.com/in/joshualat/?originalSubdomain=ph</itunes:summary>
      <itunes:subtitle>Talk with Arvs lat author of Machine Learning on AWS:  https://www.linkedin.com/in/joshualat/?originalSubdomain=ph</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>46</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">200722fb-c7ce-4e02-9ac4-96c0738be36e</guid>
      <title>Lewis Tunstall and Leandro von Werra of Hugging Face discuss MLOps</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 19 Oct 2022 21:51:55 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="57900233" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/333e0dbd-2ab6-469f-a3a8-5a7ca6c588c4/audio/986eb21d-1584-4185-a5f3-1fa8bf4a1efa/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Lewis Tunstall and Leandro von Werra of Hugging Face discuss MLOps</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>01:00:18</itunes:duration>
      <itunes:summary> Lewis Tunstall and Leandro von Werra of Hugging Face discuss MLOps with Hugging Face and how to use MLOps to build and deploy models as well as create a career.</itunes:summary>
      <itunes:subtitle> Lewis Tunstall and Leandro von Werra of Hugging Face discuss MLOps with Hugging Face and how to use MLOps to build and deploy models as well as create a career.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>45</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d6341d93-7532-4b2b-b2ac-3a948dc9437f</guid>
      <title>Ville Tuulos-Metaflow-MLOps-Conversation</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 18 Oct 2022 21:20:24 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="68950238" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/161dcc63-a595-4fe6-a794-3c9cdefc9185/audio/fc9f7f78-e8e9-4036-aa3b-f2741266ffc9/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Ville Tuulos-Metaflow-MLOps-Conversation</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>01:11:49</itunes:duration>
      <itunes:summary>Talk about MLOps with the CEO of Outerbounds.

Metaflow:  https://metaflow.org/
Effective Data Science Infrastructure Book:  https://lnkd.in/ePM9ezMR
Ville Tuulos:  https://lnkd.in/eE8aWgVb</itunes:summary>
      <itunes:subtitle>Talk about MLOps with the CEO of Outerbounds.

Metaflow:  https://metaflow.org/
Effective Data Science Infrastructure Book:  https://lnkd.in/ePM9ezMR
Ville Tuulos:  https://lnkd.in/eE8aWgVb</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>44</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">536f8c67-3f23-46d3-b9aa-e86ac5bb618a</guid>
      <title>Dhanasekar Sundararaman Duke Phd in Computer Engineering and Microsoft Researcher</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 15 Oct 2022 18:26:18 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p><br /> </p><p><a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale" target="_blank">Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization</a>: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</p><p><br /> </p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke" target="_blank">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p><br /> </p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: </p><p><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true" target="_blank">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p><br /> </p><p>Essentials of MLOps with Azure and Databricks: https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</p><p><br /> </p><p>O'Reilly Book:  <a href="https://learning.oreilly.com/library/view/implementing-mlops-in/9781098136574/" target="_blank">Implementing MLOps in the Enterprise</a></p><p><br /> </p><p><a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017" target="_blank">O'Reilly Book: Practical MLOps</a>: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B082P97LDW/" target="_blank">O'Reilly Book: Python for DevOps</a>: https://www.amazon.com/gp/product/B082P97LDW/</p><p><br /> </p><p><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877" target="_blank">O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform</a></p><p>https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B07FB8F8QP/ref=dbs_a_def_rwt_bibl_vppi_i3" target="_blank">Pragmatic AI: An Introduction to Cloud-based Machine Learning</a>: https://www.amazon.com/gp/product/B07FB8F8QP/</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855FSFYZ" target="_blank">Pragmatic AI Labs Book: Python Command-Line Tools</a>: https://www.amazon.com/gp/product/B0855FSFYZ</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0992BN7W8" target="_blank">Pragmatic AI Labs Book: Cloud Computing for Data Analysis</a>: https://www.amazon.com/gp/product/B0992BN7W8</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Minimal Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.amazon.com/gp/product/B0855NSRR7" target="_blank">Pragmatic AI Book: Testing in Python</a>: https://www.amazon.com/gp/product/B0855NSRR7</p><p><br /> </p><p><a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q" target="_blank">Subscribe to Pragmatic AI Labs YouTube Channel</a>: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</p><p><br /> </p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com/" target="_blank">https://52-weeks-of-cloud.simplecast.com</a></p><p><br /> </p><p><a href="https://noahgift.com/" target="_blank">View content on noahgift.com</a>: https://noahgift.com/</p><p><br /> </p><p><a href="https://paiml.com/" target="_blank">View content on Pragmatic AI Labs Website</a>: https://paiml.com/</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="66241445" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/a4963fbb-8f20-4d4e-a23f-11c36f2d1757/audio/c6f80805-4c89-4845-afe7-3470bc10ce09/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Dhanasekar Sundararaman Duke Phd in Computer Engineering and Microsoft Researcher</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>01:09:00</itunes:duration>
      <itunes:summary>Dhanasekar Sundararaman Duke Phd in Computer Engineering and Microsoft Researcher discusses how to process numbers in NLP models and discusses Hugging Face.</itunes:summary>
      <itunes:subtitle>Dhanasekar Sundararaman Duke Phd in Computer Engineering and Microsoft Researcher discusses how to process numbers in NLP models and discusses Hugging Face.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>43</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">fd19e987-0bad-483e-a8f1-a13237fbd8bb</guid>
      <title>interview-ceo-abacus-ai-mlops-end-to-end-platforms</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>Essentials of MLOps with Azure and Databricks: <a href="https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure">https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</a></p><p>O'Reilly Book:  Implementing MLOps in the Enterprise</p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 11 Oct 2022 19:16:19 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>Essentials of MLOps with Azure and Databricks: <a href="https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure">https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</a></p><p>O'Reilly Book:  Implementing MLOps in the Enterprise</p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="52176282" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/b9acd6f9-4aff-424d-b2a3-3d57c2b4ea00/audio/aa36659b-adeb-45af-a25a-25d42870b04f/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>interview-ceo-abacus-ai-mlops-end-to-end-platforms</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:54:21</itunes:duration>
      <itunes:summary>Bindu Reddy talks about the Abacus AI platform for doing end to end MLOps and also different strategies for using best of breed components in doing MLOps.</itunes:summary>
      <itunes:subtitle>Bindu Reddy talks about the Abacus AI platform for doing end to end MLOps and also different strategies for using best of breed components in doing MLOps.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>42</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">8e727d02-803f-44d4-833b-df9baea8e0f2</guid>
      <title>52-weeks-aws-certified-developer-lambda-serverless</title>
      <description><![CDATA[<p>[00:00.000 --> 00:04.560]  All right, so I'm here with 52 weeks of AWS<br />[00:04.560 --> 00:07.920]  and still continuing to do developer certification.<br />[00:07.920 --> 00:11.280]  I'm gonna go ahead and share my screen here.<br />[00:13.720 --> 00:18.720]  All right, so we are on Lambda, one of my favorite topics.<br />[00:19.200 --> 00:20.800]  Let's get right into it<br />[00:20.800 --> 00:24.040]  and talk about how to develop event-driven solutions<br />[00:24.040 --> 00:25.560]  with AWS Lambda.<br />[00:26.640 --> 00:29.440]  With Serverless Computing, one of the things<br />[00:29.440 --> 00:32.920]  that it is going to do is it's gonna change<br />[00:32.920 --> 00:36.000]  the way you think about building software<br />[00:36.000 --> 00:39.000]  and in a traditional deployment environment,<br />[00:39.000 --> 00:42.040]  you would configure an instance, you would update an OS,<br />[00:42.040 --> 00:45.520]  you'd install applications, build and deploy them,<br />[00:45.520 --> 00:47.000]  load balance.<br />[00:47.000 --> 00:51.400]  So this is non-cloud native computing and Serverless,<br />[00:51.400 --> 00:54.040]  you really only need to focus on building<br />[00:54.040 --> 00:56.360]  and deploying applications and then monitoring<br />[00:56.360 --> 00:58.240]  and maintaining the applications.<br />[00:58.240 --> 01:00.680]  And so with really what Serverless does<br />[01:00.680 --> 01:05.680]  is it allows you to focus on the code for the application<br />[01:06.320 --> 01:08.000]  and you don't have to manage the operating system,<br />[01:08.000 --> 01:12.160]  the servers or scale it and really is a huge advantage<br />[01:12.160 --> 01:14.920]  because you don't have to pay for the infrastructure<br />[01:14.920 --> 01:15.920]  when the code isn't running.<br />[01:15.920 --> 01:18.040]  And that's really a key takeaway.<br />[01:19.080 --> 01:22.760]  If you take a look at the AWS Serverless platform,<br />[01:22.760 --> 01:24.840]  there's a bunch of fully managed services<br />[01:24.840 --> 01:26.800]  that are tightly integrated with Lambda.<br />[01:26.800 --> 01:28.880]  And so this is another huge advantage of Lambda,<br />[01:28.880 --> 01:31.000]  isn't necessarily that it's the fastest<br />[01:31.000 --> 01:33.640]  or it has the most powerful execution,<br />[01:33.640 --> 01:35.680]  it's the tight integration with the rest<br />[01:35.680 --> 01:39.320]  of the AWS platform and developer tools<br />[01:39.320 --> 01:43.400]  like AWS Serverless application model or AWS SAM<br />[01:43.400 --> 01:45.440]  would help you simplify the deployment<br />[01:45.440 --> 01:47.520]  of Serverless applications.<br />[01:47.520 --> 01:51.960]  And some of the services include Amazon S3,<br />[01:51.960 --> 01:56.960]  Amazon SNS, Amazon SQS and AWS SDKs.<br />[01:58.600 --> 02:03.280]  So in terms of Lambda, AWS Lambda is a compute service<br />[02:03.280 --> 02:05.680]  for Serverless and it lets you run code<br />[02:05.680 --> 02:08.360]  without provisioning or managing servers.<br />[02:08.360 --> 02:11.640]  It allows you to trigger your code in response to events<br />[02:11.640 --> 02:14.840]  that you would configure like, for example,<br />[02:14.840 --> 02:19.200]  dropping something into a S3 bucket like that's an image,<br />[02:19.200 --> 02:22.200]  Nevel Lambda that transcribes it to a different format.<br />[02:23.080 --> 02:27.200]  It also allows you to scale automatically based on demand<br />[02:27.200 --> 02:29.880]  and it will also incorporate built-in monitoring<br />[02:29.880 --> 02:32.880]  and logging with AWS CloudWatch.<br />[02:34.640 --> 02:37.200]  So if you look at AWS Lambda,<br />[02:37.200 --> 02:39.040]  some of the things that it does<br />[02:39.040 --> 02:42.600]  is it enables you to bring in your own code.<br />[02:42.600 --> 02:45.280]  So the code you write for Lambda isn't written<br />[02:45.280 --> 02:49.560]  in a new language, you can write things<br />[02:49.560 --> 02:52.600]  in tons of different languages for AWS Lambda,<br />[02:52.600 --> 02:57.600]  Node, Java, Python, C-sharp, Go, Ruby.<br />[02:57.880 --> 02:59.440]  There's also custom run time.<br />[02:59.440 --> 03:03.880]  So you could do Rust or Swift or something like that.<br />[03:03.880 --> 03:06.080]  And it also integrates very deeply<br />[03:06.080 --> 03:11.200]  with other AWS services and you can invoke<br />[03:11.200 --> 03:13.360]  third-party applications as well.<br />[03:13.360 --> 03:18.080]  It also has a very flexible resource and concurrency model.<br />[03:18.080 --> 03:20.600]  And so Lambda would scale in response to events.<br />[03:20.600 --> 03:22.880]  So you would just need to configure memory settings<br />[03:22.880 --> 03:24.960]  and AWS would handle the other details<br />[03:24.960 --> 03:28.720]  like the CPU, the network, the IO throughput.<br />[03:28.720 --> 03:31.400]  Also, you can use the Lambda,<br />[03:31.400 --> 03:35.000]  AWS Identity and Access Management Service or IAM<br />[03:35.000 --> 03:38.560]  to grant access to what other resources you would need.<br />[03:38.560 --> 03:41.200]  And this is one of the ways that you would control<br />[03:41.200 --> 03:44.720]  the security of Lambda is you have really guardrails<br />[03:44.720 --> 03:47.000]  around it because you would just tell Lambda,<br />[03:47.000 --> 03:50.080]  you have a role that is whatever it is you need Lambda to do,<br />[03:50.080 --> 03:52.200]  talk to SQS or talk to S3,<br />[03:52.200 --> 03:55.240]  and it would specifically only do that role.<br />[03:55.240 --> 04:00.240]  And the other thing about Lambda is that it has built-in<br />[04:00.560 --> 04:02.360]  availability and fault tolerance.<br />[04:02.360 --> 04:04.440]  So again, it's a fully managed service,<br />[04:04.440 --> 04:07.520]  it's high availability and you don't have to do anything<br />[04:07.520 --> 04:08.920]  at all to use that.<br />[04:08.920 --> 04:11.600]  And one of the biggest things about Lambda<br />[04:11.600 --> 04:15.000]  is that you only pay for what you use.<br />[04:15.000 --> 04:18.120]  And so when the Lambda service is idle,<br />[04:18.120 --> 04:19.480]  you don't have to actually pay for that<br />[04:19.480 --> 04:21.440]  versus if it's something else,<br />[04:21.440 --> 04:25.240]  like even in the case of a Kubernetes-based system,<br />[04:25.240 --> 04:28.920]  still there's a host machine that's running Kubernetes<br />[04:28.920 --> 04:31.640]  and you have to actually pay for that.<br />[04:31.640 --> 04:34.520]  So one of the ways that you can think about Lambda<br />[04:34.520 --> 04:38.040]  is that there's a bunch of different use cases for it.<br />[04:38.040 --> 04:40.560]  So let's start off with different use cases,<br />[04:40.560 --> 04:42.920]  web apps, I think would be one of the better ones<br />[04:42.920 --> 04:43.880]  to think about.<br />[04:43.880 --> 04:46.680]  So you can combine AWS Lambda with other services<br />[04:46.680 --> 04:49.000]  and you can build powerful web apps<br />[04:49.000 --> 04:51.520]  that automatically scale up and down.<br />[04:51.520 --> 04:54.000]  And there's no administrative effort at all.<br />[04:54.000 --> 04:55.160]  There's no backups necessary,<br />[04:55.160 --> 04:58.320]  no multi-data center redundancy, it's done for you.<br />[04:58.320 --> 05:01.400]  Backends, so you can build serverless backends<br />[05:01.400 --> 05:05.680]  that lets you handle web, mobile, IoT,<br />[05:05.680 --> 05:07.760]  third-party applications.<br />[05:07.760 --> 05:10.600]  You can also build those backends with Lambda,<br />[05:10.600 --> 05:15.400]  with API Gateway, and you can build applications with them.<br />[05:15.400 --> 05:17.200]  In terms of data processing,<br />[05:17.200 --> 05:19.840]  you can also use Lambda to run code<br />[05:19.840 --> 05:22.560]  in response to a trigger, change in data,<br />[05:22.560 --> 05:24.440]  shift in system state,<br />[05:24.440 --> 05:27.360]  and really all of AWS for the most part<br />[05:27.360 --> 05:29.280]  is able to be orchestrated with Lambda.<br />[05:29.280 --> 05:31.800]  So it's really like a glue type service<br />[05:31.800 --> 05:32.840]  that you're able to use.<br />[05:32.840 --> 05:36.600]  Now chatbots, that's another great use case for it.<br />[05:36.600 --> 05:40.760]  Amazon Lex is a service for building conversational chatbots<br />[05:42.120 --> 05:43.560]  and you could use it with Lambda.<br />[05:43.560 --> 05:48.560]  Amazon Lambda service is also able to be used<br />[05:50.080 --> 05:52.840]  with voice IT automation.<br />[05:52.840 --> 05:55.760]  These are all great use cases for Lambda.<br />[05:55.760 --> 05:57.680]  In fact, I would say it's kind of like<br />[05:57.680 --> 06:01.160]  the go-to automation tool for AWS.<br />[06:01.160 --> 06:04.160]  So let's talk about how Lambda works next.<br />[06:04.160 --> 06:06.080]  So the way Lambda works is that<br />[06:06.080 --> 06:09.080]  there's a function and there's an event source,<br />[06:09.080 --> 06:10.920]  and these are the core components.<br />[06:10.920 --> 06:14.200]  The event source is the entity that publishes events<br />[06:14.200 --> 06:19.000]  to AWS Lambda, and Lambda function is the code<br />[06:19.000 --> 06:21.960]  that you're gonna use to process the event.<br />[06:21.960 --> 06:25.400]  And AWS Lambda would run that Lambda function<br />[06:25.400 --> 06:29.600]  on your behalf, and a few things to consider<br />[06:29.600 --> 06:33.840]  is that it really is just a little bit of code,<br />[06:33.840 --> 06:35.160]  and you can configure the triggers<br />[06:35.160 --> 06:39.720]  to invoke a function in response to resource lifecycle events,<br />[06:39.720 --> 06:43.680]  like for example, responding to incoming HTTP,<br />[06:43.680 --> 06:47.080]  consuming events from a queue, like in the case of SQS<br />[06:47.080 --> 06:48.320]  or running it on a schedule.<br />[06:48.320 --> 06:49.760]  So running it on a schedule is actually<br />[06:49.760 --> 06:51.480]  a really good data engineering task, right?<br />[06:51.480 --> 06:54.160]  Like you could run it periodically to scrape a website.<br />[06:55.120 --> 06:58.080]  So as a developer, when you create Lambda functions<br />[06:58.080 --> 07:01.400]  that are managed by the AWS Lambda service,<br />[07:01.400 --> 07:03.680]  you can define the permissions for the function<br />[07:03.680 --> 07:06.560]  and basically specify what are the events<br />[07:06.560 --> 07:08.520]  that would actually trigger it.<br />[07:08.520 --> 07:11.000]  You can also create a deployment package<br />[07:11.000 --> 07:12.920]  that includes application code<br />[07:12.920 --> 07:17.000]  in any dependency or library necessary to run the code,<br />[07:17.000 --> 07:19.200]  and you can also configure things like the memory,<br />[07:19.200 --> 07:23.200]  you can figure the timeout, also configure the concurrency,<br />[07:23.200 --> 07:25.160]  and then when your function is invoked,<br />[07:25.160 --> 07:27.640]  Lambda will provide a runtime environment<br />[07:27.640 --> 07:30.080]  based on the runtime and configuration options<br />[07:30.080 --> 07:31.080]  that you selected.<br />[07:31.080 --> 07:36.080]  So let's talk about models for invoking Lambda functions.<br />[07:36.360 --> 07:41.360]  In the case of an event source that invokes Lambda function<br />[07:41.440 --> 07:43.640]  by either a push or a pool model,<br />[07:43.640 --> 07:45.920]  in the case of a push, it would be an event source<br />[07:45.920 --> 07:48.440]  directly invoking the Lambda function<br />[07:48.440 --> 07:49.840]  when the event occurs.<br />[07:50.720 --> 07:53.040]  In the case of a pool model,<br />[07:53.040 --> 07:56.960]  this would be putting the information into a stream or a queue,<br />[07:56.960 --> 07:59.400]  and then Lambda would pull that stream or queue,<br />[07:59.400 --> 08:02.800]  and then invoke the function when it detects an events.<br />[08:04.080 --> 08:06.480]  So a few different examples would be<br />[08:06.480 --> 08:11.280]  that some services can actually invoke the function directly.<br />[08:11.280 --> 08:13.680]  So for a synchronous invocation,<br />[08:13.680 --> 08:15.480]  the other service would wait for the response<br />[08:15.480 --> 08:16.320]  from the function.<br />[08:16.320 --> 08:20.680]  So a good example would be in the case of Amazon API Gateway,<br />[08:20.680 --> 08:24.800]  which would be the REST-based service in front.<br />[08:24.800 --> 08:28.320]  In this case, when a client makes a request to your API,<br />[08:28.320 --> 08:31.200]  that client would get a response immediately.<br />[08:31.200 --> 08:32.320]  And then with this model,<br />[08:32.320 --> 08:34.880]  there's no built-in retry in Lambda.<br />[08:34.880 --> 08:38.040]  Examples of this would be Elastic Load Balancing,<br />[08:38.040 --> 08:42.800]  Amazon Cognito, Amazon Lex, Amazon Alexa,<br />[08:42.800 --> 08:46.360]  Amazon API Gateway, AWS CloudFormation,<br />[08:46.360 --> 08:48.880]  and Amazon CloudFront,<br />[08:48.880 --> 08:53.040]  and also Amazon Kinesis Data Firehose.<br />[08:53.040 --> 08:56.760]  For asynchronous invocation, AWS Lambda queues,<br />[08:56.760 --> 09:00.320]  the event before it passes to your function.<br />[09:00.320 --> 09:02.760]  The other service gets a success response<br />[09:02.760 --> 09:04.920]  as soon as the event is queued,<br />[09:04.920 --> 09:06.560]  and if an error occurs,<br />[09:06.560 --> 09:09.760]  Lambda will automatically retry the invocation twice.<br />[09:10.760 --> 09:14.520]  A good example of this would be S3, SNS,<br />[09:14.520 --> 09:17.720]  SES, the Simple Email Service,<br />[09:17.720 --> 09:21.120]  AWS CloudFormation, Amazon CloudWatch Logs,<br />[09:21.120 --> 09:25.400]  CloudWatch Events, AWS CodeCommit, and AWS Config.<br />[09:25.400 --> 09:28.280]  But in both cases, you can invoke a Lambda function<br />[09:28.280 --> 09:30.000]  using the invoke operation,<br />[09:30.000 --> 09:32.720]  and you can specify the invocation type<br />[09:32.720 --> 09:35.440]  as either synchronous or asynchronous.<br />[09:35.440 --> 09:38.760]  And when you use the AWS service as a trigger,<br />[09:38.760 --> 09:42.280]  the invocation type is predetermined for each service,<br />[09:42.280 --> 09:44.920]  and so you have no control over the invocation type<br />[09:44.920 --> 09:48.920]  that these events sources use when they invoke your Lambda.<br />[09:50.800 --> 09:52.120]  In the polling model,<br />[09:52.120 --> 09:55.720]  the event sources will put information into a stream or a queue,<br />[09:55.720 --> 09:59.360]  and AWS Lambda will pull the stream or the queue.<br />[09:59.360 --> 10:01.000]  If it first finds a record,<br />[10:01.000 --> 10:03.280]  it will deliver the payload and invoke the function.<br />[10:03.280 --> 10:04.920]  And this model, the Lambda itself,<br />[10:04.920 --> 10:07.920]  is basically pulling data from a stream or a queue<br />[10:07.920 --> 10:10.280]  for processing by the Lambda function.<br />[10:10.280 --> 10:12.640]  Some examples would be a stream-based event service<br />[10:12.640 --> 10:17.640]  would be Amazon DynamoDB or Amazon Kinesis Data Streams,<br />[10:17.800 --> 10:20.920]  and these stream records are organized into shards.<br />[10:20.920 --> 10:24.640]  So Lambda would actually pull the stream for the record<br />[10:24.640 --> 10:27.120]  and then attempt to invoke the function.<br />[10:27.120 --> 10:28.800]  If there's a failure,<br />[10:28.800 --> 10:31.480]  AWS Lambda won't read any of the new shards<br />[10:31.480 --> 10:34.840]  until the failed batch of records expires or is processed<br />[10:34.840 --> 10:36.160]  successfully.<br />[10:36.160 --> 10:39.840]  In the non-streaming event, which would be SQS,<br />[10:39.840 --> 10:42.400]  Amazon would pull the queue for records.<br />[10:42.400 --> 10:44.600]  If it fails or times out,<br />[10:44.600 --> 10:46.640]  then the message would be returned to the queue,<br />[10:46.640 --> 10:49.320]  and then Lambda will keep retrying the failed message<br />[10:49.320 --> 10:51.800]  until it's processed successfully.<br />[10:51.800 --> 10:53.600]  If the message will expire,<br />[10:53.600 --> 10:56.440]  which is something you can do with SQS,<br />[10:56.440 --> 10:58.240]  then it'll just be discarded.<br />[10:58.240 --> 11:00.400]  And you can create a mapping between an event source<br />[11:00.400 --> 11:02.960]  and a Lambda function right inside of the console.<br />[11:02.960 --> 11:05.520]  And this is how typically you would set that up manually<br />[11:05.520 --> 11:07.600]  without using infrastructure as code.<br />[11:08.560 --> 11:10.200]  All right, let's talk about permissions.<br />[11:10.200 --> 11:13.080]  This is definitely an easy place to get tripped up<br />[11:13.080 --> 11:15.760]  when you're first using AWS Lambda.<br />[11:15.760 --> 11:17.840]  There's two types of permissions.<br />[11:17.840 --> 11:20.120]  The first is the event source and permission<br />[11:20.120 --> 11:22.320]  to trigger the Lambda function.<br />[11:22.320 --> 11:24.480]  This would be the invocation permission.<br />[11:24.480 --> 11:26.440]  And the next one would be the Lambda function<br />[11:26.440 --> 11:29.600]  needs permissions to interact with other services,<br />[11:29.600 --> 11:31.280]  but this would be the run permissions.<br />[11:31.280 --> 11:34.520]  And these are both handled via the IAM service<br />[11:34.520 --> 11:38.120]  or the AWS identity and access management service.<br />[11:38.120 --> 11:43.120]  So the IAM resource policy would tell the Lambda service<br />[11:43.600 --> 11:46.640]  which push event the sources have permission<br />[11:46.640 --> 11:48.560]  to invoke the Lambda function.<br />[11:48.560 --> 11:51.120]  And these resource policies would make it easy<br />[11:51.120 --> 11:55.280]  to grant access to a Lambda function across AWS account.<br />[11:55.280 --> 11:58.400]  So a good example would be if you have an S3 bucket<br />[11:58.400 --> 12:01.400]  in your account and you need to invoke a function<br />[12:01.400 --> 12:03.880]  in another account, you could create a resource policy<br />[12:03.880 --> 12:07.120]  that allows those to interact with each other.<br />[12:07.120 --> 12:09.200]  And the resource policy for a Lambda function<br />[12:09.200 --> 12:11.200]  is called a function policy.<br />[12:11.200 --> 12:14.160]  And when you add a trigger to your Lambda function<br />[12:14.160 --> 12:16.760]  from the console, the function policy<br />[12:16.760 --> 12:18.680]  will be generated automatically<br />[12:18.680 --> 12:20.040]  and it allows the event source<br />[12:20.040 --> 12:22.820]  to take the Lambda invoke function action.<br />[12:24.400 --> 12:27.320]  So a good example would be in Amazon S3 permission<br />[12:27.320 --> 12:32.120]  to invoke the Lambda function called my first function.<br />[12:32.120 --> 12:34.720]  And basically it would be an effect allow.<br />[12:34.720 --> 12:36.880]  And then under principle, if you would have service<br />[12:36.880 --> 12:41.880]  S3.AmazonEWS.com, the action would be Lambda colon<br />[12:41.880 --> 12:45.400]  invoke function and then the resource would be the name<br />[12:45.400 --> 12:49.120]  or the ARN of actually the Lambda.<br />[12:49.120 --> 12:53.080]  And then the condition would be actually the ARN of the bucket.<br />[12:54.400 --> 12:56.720]  And really that's it in a nutshell.<br />[12:57.560 --> 13:01.480]  The Lambda execution role grants your Lambda function<br />[13:01.480 --> 13:05.040]  permission to access AWS services and resources.<br />[13:05.040 --> 13:08.000]  And you select or create the execution role<br />[13:08.000 --> 13:10.000]  when you create a Lambda function.<br />[13:10.000 --> 13:12.320]  The IAM policy would define the actions<br />[13:12.320 --> 13:14.440]  of Lambda functions allowed to take<br />[13:14.440 --> 13:16.720]  and the trust policy allows the Lambda service<br />[13:16.720 --> 13:20.040]  to assume an execution role.<br />[13:20.040 --> 13:23.800]  To grant permissions to AWS Lambda to assume a role,<br />[13:23.800 --> 13:27.460]  you have to have the permission for IAM pass role action.<br />[13:28.320 --> 13:31.000]  A couple of different examples of a relevant policy<br />[13:31.000 --> 13:34.560]  for an execution role and the example,<br />[13:34.560 --> 13:37.760]  the IAM policy, you know,<br />[13:37.760 --> 13:39.840]  basically that we talked about earlier,<br />[13:39.840 --> 13:43.000]  would allow you to interact with S3.<br />[13:43.000 --> 13:45.360]  Another example would be to make it interact<br />[13:45.360 --> 13:49.240]  with CloudWatch logs and to create a log group<br />[13:49.240 --> 13:51.640]  and stream those logs.<br />[13:51.640 --> 13:54.800]  The trust policy would give Lambda service permissions<br />[13:54.800 --> 13:57.600]  to assume a role and invoke a Lambda function<br />[13:57.600 --> 13:58.520]  on your behalf.<br />[13:59.560 --> 14:02.600]  Now let's talk about the overview of authoring<br />[14:02.600 --> 14:06.120]  and configuring Lambda functions.<br />[14:06.120 --> 14:10.440]  So really to start with, to create a Lambda function,<br />[14:10.440 --> 14:14.840]  you first need to create a Lambda function deployment package,<br />[14:14.840 --> 14:19.800]  which is a zip or jar file that consists of your code<br />[14:19.800 --> 14:23.160]  and any dependencies with Lambda,<br />[14:23.160 --> 14:25.400]  you can use the programming language<br />[14:25.400 --> 14:27.280]  and integrated development environment<br />[14:27.280 --> 14:29.800]  that you're most familiar with.<br />[14:29.800 --> 14:33.360]  And you can actually bring the code you've already written.<br />[14:33.360 --> 14:35.960]  And Lambda does support lots of different languages<br />[14:35.960 --> 14:39.520]  like Node.js, Python, Ruby, Java, Go,<br />[14:39.520 --> 14:41.160]  and.NET runtimes.<br />[14:41.160 --> 14:44.120]  And you can also implement a custom runtime<br />[14:44.120 --> 14:45.960]  if you wanna use a different language as well,<br />[14:45.960 --> 14:48.480]  which is actually pretty cool.<br />[14:48.480 --> 14:50.960]  And if you wanna create a Lambda function,<br />[14:50.960 --> 14:52.800]  you would specify the handler,<br />[14:52.800 --> 14:55.760]  the Lambda function handler is the entry point.<br />[14:55.760 --> 14:57.600]  And a few different aspects of it<br />[14:57.600 --> 14:59.400]  that are important to pay attention to,<br />[14:59.400 --> 15:00.720]  the event object,<br />[15:00.720 --> 15:03.480]  this would provide information about the event<br />[15:03.480 --> 15:05.520]  that triggered the Lambda function.<br />[15:05.520 --> 15:08.280]  And this could be like a predefined object<br />[15:08.280 --> 15:09.760]  that AWS service generates.<br />[15:09.760 --> 15:11.520]  So you'll see this, like for example,<br />[15:11.520 --> 15:13.440]  in the console of AWS,<br />[15:13.440 --> 15:16.360]  you can actually ask for these objects<br />[15:16.360 --> 15:19.200]  and it'll give you really the JSON structure<br />[15:19.200 --> 15:20.680]  so you can test things out.<br />[15:21.880 --> 15:23.900]  In the contents of an event object<br />[15:23.900 --> 15:26.800]  includes everything you would need to actually invoke it.<br />[15:26.800 --> 15:29.640]  The context object is generated by AWS<br />[15:29.640 --> 15:32.360]  and this is really a runtime information.<br />[15:32.360 --> 15:35.320]  And so if you needed to get some kind of runtime information<br />[15:35.320 --> 15:36.160]  about your code,<br />[15:36.160 --> 15:40.400]  let's say environmental variables or AWS request ID<br />[15:40.400 --> 15:44.280]  or a log stream or remaining time in Millies,<br />[15:45.320 --> 15:47.200]  like for example, that one would return<br />[15:47.200 --> 15:48.840]  the number of milliseconds that remain<br />[15:48.840 --> 15:50.600]  before your function times out,<br />[15:50.600 --> 15:53.300]  you can get all that inside the context object.<br />[15:54.520 --> 15:57.560]  So what about an example that runs a Python?<br />[15:57.560 --> 15:59.280]  Pretty straightforward actually.<br />[15:59.280 --> 16:01.400]  All you need is you would put a handler<br />[16:01.400 --> 16:03.280]  inside the handler would take,<br />[16:03.280 --> 16:05.000]  that it would be a Python function,<br />[16:05.000 --> 16:07.080]  it would be an event, there'd be a context,<br />[16:07.080 --> 16:10.960]  you pass it inside and then you return some kind of message.<br />[16:10.960 --> 16:13.960]  A few different best practices to remember<br />[16:13.960 --> 16:17.240]  about AWS Lambda would be to separate<br />[16:17.240 --> 16:20.320]  the core business logic from the handler method<br />[16:20.320 --> 16:22.320]  and this would make your code more portable,<br />[16:22.320 --> 16:24.280]  enable you to target unit tests<br />[16:25.240 --> 16:27.120]  without having to worry about the configuration.<br />[16:27.120 --> 16:30.400]  So this is always a really good idea just in general.<br />[16:30.400 --> 16:32.680]  Make sure you have modular functions.<br />[16:32.680 --> 16:34.320]  So you have a single purpose function,<br />[16:34.320 --> 16:37.160]  you don't have like a kitchen sink function,<br />[16:37.160 --> 16:40.000]  you treat functions as stateless as well.<br />[16:40.000 --> 16:42.800]  So you would treat a function that basically<br />[16:42.800 --> 16:46.040]  just does one thing and then when it's done,<br />[16:46.040 --> 16:48.320]  there is no state that's actually kept anywhere<br />[16:49.320 --> 16:51.120]  and also only include what you need.<br />[16:51.120 --> 16:55.840]  So you don't want to have a huge sized Lambda functions<br />[16:55.840 --> 16:58.560]  and one of the ways that you can avoid this<br />[16:58.560 --> 17:02.360]  is by reducing the time it takes a Lambda to unpack<br />[17:02.360 --> 17:04.000]  the deployment packages<br />[17:04.000 --> 17:06.600]  and you can also minimize the complexity<br />[17:06.600 --> 17:08.640]  of your dependencies as well.<br />[17:08.640 --> 17:13.600]  And you can also reuse the temporary runtime environment<br />[17:13.600 --> 17:16.080]  to improve the performance of a function as well.<br />[17:16.080 --> 17:17.680]  And so the temporary runtime environment<br />[17:17.680 --> 17:22.280]  initializes any external dependencies of the Lambda code<br />[17:22.280 --> 17:25.760]  and you can make sure that any externalized configuration<br />[17:25.760 --> 17:27.920]  or dependency that your code retrieves are stored<br />[17:27.920 --> 17:30.640]  and referenced locally after the initial run.<br />[17:30.640 --> 17:33.800]  So this would be limit re-initializing variables<br />[17:33.800 --> 17:35.960]  and objects on every invocation,<br />[17:35.960 --> 17:38.200]  keeping it alive and reusing connections<br />[17:38.200 --> 17:40.680]  like an HTTP or database<br />[17:40.680 --> 17:43.160]  that were established during the previous invocation.<br />[17:43.160 --> 17:45.880]  So a really good example of this would be a socket connection.<br />[17:45.880 --> 17:48.040]  If you make a socket connection<br />[17:48.040 --> 17:51.640]  and this socket connection took two seconds to spawn,<br />[17:51.640 --> 17:54.000]  you don't want every time you call Lambda<br />[17:54.000 --> 17:55.480]  for it to wait two seconds,<br />[17:55.480 --> 17:58.160]  you want to reuse that socket connection.<br />[17:58.160 --> 18:00.600]  A few good examples of best practices<br />[18:00.600 --> 18:02.840]  would be including logging statements.<br />[18:02.840 --> 18:05.480]  This is a kind of a big one<br />[18:05.480 --> 18:08.120]  in the case of any cloud computing operation,<br />[18:08.120 --> 18:10.960]  especially when it's distributed, if you don't log it,<br />[18:10.960 --> 18:13.280]  there's no way you can figure out what's going on.<br />[18:13.280 --> 18:16.560]  So you must add logging statements that have context<br />[18:16.560 --> 18:19.720]  so you know which particular Lambda instance<br />[18:19.720 --> 18:21.600]  is actually occurring in.<br />[18:21.600 --> 18:23.440]  Also include results.<br />[18:23.440 --> 18:25.560]  So make sure that you know it's happening<br />[18:25.560 --> 18:29.000]  when the Lambda ran, use environmental variables as well.<br />[18:29.000 --> 18:31.320]  So you can figure out things like what the bucket was<br />[18:31.320 --> 18:32.880]  that it was writing to.<br />[18:32.880 --> 18:35.520]  And then also don't do recursive code.<br />[18:35.520 --> 18:37.360]  That's really a no-no.<br />[18:37.360 --> 18:40.200]  You want to write very simple functions with Lambda.<br />[18:41.320 --> 18:44.440]  Few different ways to write Lambda actually would be<br />[18:44.440 --> 18:46.280]  that you can do the console editor,<br />[18:46.280 --> 18:47.440]  which I use all the time.<br />[18:47.440 --> 18:49.320]  I like to actually just play around with it.<br />[18:49.320 --> 18:51.640]  Now the downside is that if you don't,<br />[18:51.640 --> 18:53.800]  if you do need to use custom libraries,<br />[18:53.800 --> 18:56.600]  you're not gonna be able to do it other than using,<br />[18:56.600 --> 18:58.440]  let's say the AWS SDK.<br />[18:58.440 --> 19:01.600]  But for just simple things, it's a great use case.<br />[19:01.600 --> 19:06.080]  Another one is you can just upload it to AWS console.<br />[19:06.080 --> 19:09.040]  And so you can create a deployment package in an IDE.<br />[19:09.040 --> 19:12.120]  Like for example, Visual Studio for.NET,<br />[19:12.120 --> 19:13.280]  you can actually just right click<br />[19:13.280 --> 19:16.320]  and deploy it directly into Lambda.<br />[19:16.320 --> 19:20.920]  Another one is you can upload the entire package into S3<br />[19:20.920 --> 19:22.200]  and put it into a bucket.<br />[19:22.200 --> 19:26.280]  And then Lambda will just grab it outside of that S3 package.<br />[19:26.280 --> 19:29.760]  A few different things to remember about Lambda.<br />[19:29.760 --> 19:32.520]  The memory and the timeout are configurations<br />[19:32.520 --> 19:35.840]  that determine how the Lambda function performs.<br />[19:35.840 --> 19:38.440]  And these will affect the billing.<br />[19:38.440 --> 19:40.200]  Now, one of the great things about Lambda<br />[19:40.200 --> 19:43.640]  is just amazingly inexpensive to run.<br />[19:43.640 --> 19:45.560]  And the reason is that you're charged<br />[19:45.560 --> 19:48.200]  based on the number of requests for a function.<br />[19:48.200 --> 19:50.560]  A few different things to remember would be the memory.<br />[19:50.560 --> 19:53.560]  Like so if you specify more memory,<br />[19:53.560 --> 19:57.120]  it's going to increase the cost timeout.<br />[19:57.120 --> 19:59.960]  You can also control the memory duration of the function<br />[19:59.960 --> 20:01.720]  by having the right kind of timeout.<br />[20:01.720 --> 20:03.960]  But if you make the timeout too long,<br />[20:03.960 --> 20:05.880]  it could cost you more money.<br />[20:05.880 --> 20:08.520]  So really the best practices would be test the performance<br />[20:08.520 --> 20:12.880]  of Lambda and make sure you have the optimum memory size.<br />[20:12.880 --> 20:15.160]  Also load test it to make sure<br />[20:15.160 --> 20:17.440]  that you understand how the timeouts work.<br />[20:17.440 --> 20:18.280]  Just in general,<br />[20:18.280 --> 20:21.640]  anything with cloud computing, you should load test it.<br />[20:21.640 --> 20:24.200]  Now let's talk about an important topic<br />[20:24.200 --> 20:25.280]  that's a final topic here,<br />[20:25.280 --> 20:29.080]  which is how to deploy Lambda functions.<br />[20:29.080 --> 20:32.200]  So versions are immutable copies of a code<br />[20:32.200 --> 20:34.200]  in the configuration of your Lambda function.<br />[20:34.200 --> 20:35.880]  And the versioning will allow you to publish<br />[20:35.880 --> 20:39.360]  one or more versions of your Lambda function.<br />[20:39.360 --> 20:40.400]  And as a result,<br />[20:40.400 --> 20:43.360]  you can work with different variations of your Lambda function<br />[20:44.560 --> 20:45.840]  in your development workflow,<br />[20:45.840 --> 20:48.680]  like development, beta, production, et cetera.<br />[20:48.680 --> 20:50.320]  And when you create a Lambda function,<br />[20:50.320 --> 20:52.960]  there's only one version, the latest version,<br />[20:52.960 --> 20:54.080]  dollar sign, latest.<br />[20:54.080 --> 20:57.240]  And you can refer to this function using the ARN<br />[20:57.240 --> 20:59.240]  or Amazon resource name.<br />[20:59.240 --> 21:00.640]  And when you publish a new version,<br />[21:00.640 --> 21:02.920]  AWS Lambda will make a snapshot<br />[21:02.920 --> 21:05.320]  of the latest version to create a new version.<br />[21:06.800 --> 21:09.600]  You can also create an alias for Lambda function.<br />[21:09.600 --> 21:12.280]  And conceptually, an alias is just like a pointer<br />[21:12.280 --> 21:13.800]  to a specific function.<br />[21:13.800 --> 21:17.040]  And you can use that alias in the ARN<br />[21:17.040 --> 21:18.680]  to reference the Lambda function version<br />[21:18.680 --> 21:21.280]  that's currently associated with the alias.<br />[21:21.280 --> 21:23.400]  What's nice about the alias is you can roll back<br />[21:23.400 --> 21:25.840]  and forth between different versions,<br />[21:25.840 --> 21:29.760]  which is pretty nice because in the case of deploying<br />[21:29.760 --> 21:32.920]  a new version, if there's a huge problem with it,<br />[21:32.920 --> 21:34.080]  you just toggle it right back.<br />[21:34.080 --> 21:36.400]  And there's really not a big issue<br />[21:36.400 --> 21:39.400]  in terms of rolling back your code.<br />[21:39.400 --> 21:44.400]  Now, let's take a look at an example where AWS S3,<br />[21:45.160 --> 21:46.720]  or Amazon S3 is the event source<br />[21:46.720 --> 21:48.560]  that invokes your Lambda function.<br />[21:48.560 --> 21:50.720]  Every time a new object is created,<br />[21:50.720 --> 21:52.880]  when Amazon S3 is the event source,<br />[21:52.880 --> 21:55.800]  you can store the information for the event source mapping<br />[21:55.800 --> 21:59.040]  in the configuration for the bucket notifications.<br />[21:59.040 --> 22:01.000]  And then in that configuration,<br />[22:01.000 --> 22:04.800]  you could identify the Lambda function ARN<br />[22:04.800 --> 22:07.160]  that Amazon S3 can invoke.<br />[22:07.160 --> 22:08.520]  But in some cases,<br />[22:08.520 --> 22:11.680]  you're gonna have to update the notification configuration.<br />[22:11.680 --> 22:14.720]  So Amazon S3 will invoke the correct version each time<br />[22:14.720 --> 22:17.840]  you publish a new version of your Lambda function.<br />[22:17.840 --> 22:21.800]  So basically, instead of specifying the function ARN,<br />[22:21.800 --> 22:23.880]  you can specify an alias ARN<br />[22:23.880 --> 22:26.320]  in the notification of configuration.<br />[22:26.320 --> 22:29.160]  And as you promote a new version of the Lambda function<br />[22:29.160 --> 22:32.200]  into production, you only need to update the prod alias<br />[22:32.200 --> 22:34.520]  to point to the latest stable version.<br />[22:34.520 --> 22:36.320]  And you also don't need to update<br />[22:36.320 --> 22:39.120]  the notification configuration in Amazon S3.<br />[22:40.480 --> 22:43.080]  And when you build serverless applications<br />[22:43.080 --> 22:46.600]  as common to have code that's shared across Lambda functions,<br />[22:46.600 --> 22:49.400]  it could be custom code, it could be a standard library,<br />[22:49.400 --> 22:50.560]  et cetera.<br />[22:50.560 --> 22:53.320]  And before, and this was really a big limitation,<br />[22:53.320 --> 22:55.920]  was you had to have all the code deployed together.<br />[22:55.920 --> 22:58.960]  But now, one of the really cool things you can do<br />[22:58.960 --> 23:00.880]  is you can have a Lambda function<br />[23:00.880 --> 23:03.600]  to include additional code as a layer.<br />[23:03.600 --> 23:05.520]  So layer is basically a zip archive<br />[23:05.520 --> 23:08.640]  that contains a library, maybe a custom runtime.<br />[23:08.640 --> 23:11.720]  Maybe it isn't gonna include some kind of really cool<br />[23:11.720 --> 23:13.040]  pre-trained model.<br />[23:13.040 --> 23:14.680]  And then the layers you can use,<br />[23:14.680 --> 23:15.800]  the libraries in your function<br />[23:15.800 --> 23:18.960]  without needing to include them in your deployment package.<br />[23:18.960 --> 23:22.400]  And it's a best practice to have the smaller deployment packages<br />[23:22.400 --> 23:25.240]  and share common dependencies with the layers.<br />[23:26.120 --> 23:28.520]  Also layers will help you keep your deployment package<br />[23:28.520 --> 23:29.360]  really small.<br />[23:29.360 --> 23:32.680]  So for node, JS, Python, Ruby functions,<br />[23:32.680 --> 23:36.000]  you can develop your function code in the console<br />[23:36.000 --> 23:39.000]  as long as you keep the package under three megabytes.<br />[23:39.000 --> 23:42.320]  And then a function can use up to five layers at a time,<br />[23:42.320 --> 23:44.160]  which is pretty incredible actually,<br />[23:44.160 --> 23:46.040]  which means that you could have, you know,<br />[23:46.040 --> 23:49.240]  basically up to a 250 megabytes total.<br />[23:49.240 --> 23:53.920]  So for many languages, this is plenty of space.<br />[23:53.920 --> 23:56.620]  Also Amazon has published a public layer<br />[23:56.620 --> 23:58.800]  that includes really popular libraries<br />[23:58.800 --> 24:00.800]  like NumPy and SciPy,<br />[24:00.800 --> 24:04.840]  which does dramatically help data processing<br />[24:04.840 --> 24:05.680]  in machine learning.<br />[24:05.680 --> 24:07.680]  Now, if I had to predict the future<br />[24:07.680 --> 24:11.840]  and I wanted to predict a massive announcement,<br />[24:11.840 --> 24:14.840]  I would say that what AWS could do<br />[24:14.840 --> 24:18.600]  is they could have a GPU enabled layer at some point<br />[24:18.600 --> 24:20.160]  that would include pre-trained models.<br />[24:20.160 --> 24:22.120]  And if they did something like that,<br />[24:22.120 --> 24:24.320]  that could really open up the doors<br />[24:24.320 --> 24:27.000]  for the pre-trained model revolution.<br />[24:27.000 --> 24:30.160]  And I would bet that that's possible.<br />[24:30.160 --> 24:32.200]  All right, well, in a nutshell,<br />[24:32.200 --> 24:34.680]  AWS Lambda is one of my favorite services.<br />[24:34.680 --> 24:38.440]  And I think it's worth everybody's time<br />[24:38.440 --> 24:42.360]  that's interested in AWS to play around with AWS Lambda.<br />[24:42.360 --> 24:47.200]  All right, next week, I'm going to cover API Gateway.<br />[24:47.200 --> 25:13.840]  All right, see you next week.</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>Essentials of MLOps with Azure and Databricks: <a href="https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure">https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</a></p><p>O'Reilly Book:  Implementing MLOps in the Enterprise</p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 29 Sep 2022 15:11:13 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>[00:00.000 --> 00:04.560]  All right, so I'm here with 52 weeks of AWS<br />[00:04.560 --> 00:07.920]  and still continuing to do developer certification.<br />[00:07.920 --> 00:11.280]  I'm gonna go ahead and share my screen here.<br />[00:13.720 --> 00:18.720]  All right, so we are on Lambda, one of my favorite topics.<br />[00:19.200 --> 00:20.800]  Let's get right into it<br />[00:20.800 --> 00:24.040]  and talk about how to develop event-driven solutions<br />[00:24.040 --> 00:25.560]  with AWS Lambda.<br />[00:26.640 --> 00:29.440]  With Serverless Computing, one of the things<br />[00:29.440 --> 00:32.920]  that it is going to do is it's gonna change<br />[00:32.920 --> 00:36.000]  the way you think about building software<br />[00:36.000 --> 00:39.000]  and in a traditional deployment environment,<br />[00:39.000 --> 00:42.040]  you would configure an instance, you would update an OS,<br />[00:42.040 --> 00:45.520]  you'd install applications, build and deploy them,<br />[00:45.520 --> 00:47.000]  load balance.<br />[00:47.000 --> 00:51.400]  So this is non-cloud native computing and Serverless,<br />[00:51.400 --> 00:54.040]  you really only need to focus on building<br />[00:54.040 --> 00:56.360]  and deploying applications and then monitoring<br />[00:56.360 --> 00:58.240]  and maintaining the applications.<br />[00:58.240 --> 01:00.680]  And so with really what Serverless does<br />[01:00.680 --> 01:05.680]  is it allows you to focus on the code for the application<br />[01:06.320 --> 01:08.000]  and you don't have to manage the operating system,<br />[01:08.000 --> 01:12.160]  the servers or scale it and really is a huge advantage<br />[01:12.160 --> 01:14.920]  because you don't have to pay for the infrastructure<br />[01:14.920 --> 01:15.920]  when the code isn't running.<br />[01:15.920 --> 01:18.040]  And that's really a key takeaway.<br />[01:19.080 --> 01:22.760]  If you take a look at the AWS Serverless platform,<br />[01:22.760 --> 01:24.840]  there's a bunch of fully managed services<br />[01:24.840 --> 01:26.800]  that are tightly integrated with Lambda.<br />[01:26.800 --> 01:28.880]  And so this is another huge advantage of Lambda,<br />[01:28.880 --> 01:31.000]  isn't necessarily that it's the fastest<br />[01:31.000 --> 01:33.640]  or it has the most powerful execution,<br />[01:33.640 --> 01:35.680]  it's the tight integration with the rest<br />[01:35.680 --> 01:39.320]  of the AWS platform and developer tools<br />[01:39.320 --> 01:43.400]  like AWS Serverless application model or AWS SAM<br />[01:43.400 --> 01:45.440]  would help you simplify the deployment<br />[01:45.440 --> 01:47.520]  of Serverless applications.<br />[01:47.520 --> 01:51.960]  And some of the services include Amazon S3,<br />[01:51.960 --> 01:56.960]  Amazon SNS, Amazon SQS and AWS SDKs.<br />[01:58.600 --> 02:03.280]  So in terms of Lambda, AWS Lambda is a compute service<br />[02:03.280 --> 02:05.680]  for Serverless and it lets you run code<br />[02:05.680 --> 02:08.360]  without provisioning or managing servers.<br />[02:08.360 --> 02:11.640]  It allows you to trigger your code in response to events<br />[02:11.640 --> 02:14.840]  that you would configure like, for example,<br />[02:14.840 --> 02:19.200]  dropping something into a S3 bucket like that's an image,<br />[02:19.200 --> 02:22.200]  Nevel Lambda that transcribes it to a different format.<br />[02:23.080 --> 02:27.200]  It also allows you to scale automatically based on demand<br />[02:27.200 --> 02:29.880]  and it will also incorporate built-in monitoring<br />[02:29.880 --> 02:32.880]  and logging with AWS CloudWatch.<br />[02:34.640 --> 02:37.200]  So if you look at AWS Lambda,<br />[02:37.200 --> 02:39.040]  some of the things that it does<br />[02:39.040 --> 02:42.600]  is it enables you to bring in your own code.<br />[02:42.600 --> 02:45.280]  So the code you write for Lambda isn't written<br />[02:45.280 --> 02:49.560]  in a new language, you can write things<br />[02:49.560 --> 02:52.600]  in tons of different languages for AWS Lambda,<br />[02:52.600 --> 02:57.600]  Node, Java, Python, C-sharp, Go, Ruby.<br />[02:57.880 --> 02:59.440]  There's also custom run time.<br />[02:59.440 --> 03:03.880]  So you could do Rust or Swift or something like that.<br />[03:03.880 --> 03:06.080]  And it also integrates very deeply<br />[03:06.080 --> 03:11.200]  with other AWS services and you can invoke<br />[03:11.200 --> 03:13.360]  third-party applications as well.<br />[03:13.360 --> 03:18.080]  It also has a very flexible resource and concurrency model.<br />[03:18.080 --> 03:20.600]  And so Lambda would scale in response to events.<br />[03:20.600 --> 03:22.880]  So you would just need to configure memory settings<br />[03:22.880 --> 03:24.960]  and AWS would handle the other details<br />[03:24.960 --> 03:28.720]  like the CPU, the network, the IO throughput.<br />[03:28.720 --> 03:31.400]  Also, you can use the Lambda,<br />[03:31.400 --> 03:35.000]  AWS Identity and Access Management Service or IAM<br />[03:35.000 --> 03:38.560]  to grant access to what other resources you would need.<br />[03:38.560 --> 03:41.200]  And this is one of the ways that you would control<br />[03:41.200 --> 03:44.720]  the security of Lambda is you have really guardrails<br />[03:44.720 --> 03:47.000]  around it because you would just tell Lambda,<br />[03:47.000 --> 03:50.080]  you have a role that is whatever it is you need Lambda to do,<br />[03:50.080 --> 03:52.200]  talk to SQS or talk to S3,<br />[03:52.200 --> 03:55.240]  and it would specifically only do that role.<br />[03:55.240 --> 04:00.240]  And the other thing about Lambda is that it has built-in<br />[04:00.560 --> 04:02.360]  availability and fault tolerance.<br />[04:02.360 --> 04:04.440]  So again, it's a fully managed service,<br />[04:04.440 --> 04:07.520]  it's high availability and you don't have to do anything<br />[04:07.520 --> 04:08.920]  at all to use that.<br />[04:08.920 --> 04:11.600]  And one of the biggest things about Lambda<br />[04:11.600 --> 04:15.000]  is that you only pay for what you use.<br />[04:15.000 --> 04:18.120]  And so when the Lambda service is idle,<br />[04:18.120 --> 04:19.480]  you don't have to actually pay for that<br />[04:19.480 --> 04:21.440]  versus if it's something else,<br />[04:21.440 --> 04:25.240]  like even in the case of a Kubernetes-based system,<br />[04:25.240 --> 04:28.920]  still there's a host machine that's running Kubernetes<br />[04:28.920 --> 04:31.640]  and you have to actually pay for that.<br />[04:31.640 --> 04:34.520]  So one of the ways that you can think about Lambda<br />[04:34.520 --> 04:38.040]  is that there's a bunch of different use cases for it.<br />[04:38.040 --> 04:40.560]  So let's start off with different use cases,<br />[04:40.560 --> 04:42.920]  web apps, I think would be one of the better ones<br />[04:42.920 --> 04:43.880]  to think about.<br />[04:43.880 --> 04:46.680]  So you can combine AWS Lambda with other services<br />[04:46.680 --> 04:49.000]  and you can build powerful web apps<br />[04:49.000 --> 04:51.520]  that automatically scale up and down.<br />[04:51.520 --> 04:54.000]  And there's no administrative effort at all.<br />[04:54.000 --> 04:55.160]  There's no backups necessary,<br />[04:55.160 --> 04:58.320]  no multi-data center redundancy, it's done for you.<br />[04:58.320 --> 05:01.400]  Backends, so you can build serverless backends<br />[05:01.400 --> 05:05.680]  that lets you handle web, mobile, IoT,<br />[05:05.680 --> 05:07.760]  third-party applications.<br />[05:07.760 --> 05:10.600]  You can also build those backends with Lambda,<br />[05:10.600 --> 05:15.400]  with API Gateway, and you can build applications with them.<br />[05:15.400 --> 05:17.200]  In terms of data processing,<br />[05:17.200 --> 05:19.840]  you can also use Lambda to run code<br />[05:19.840 --> 05:22.560]  in response to a trigger, change in data,<br />[05:22.560 --> 05:24.440]  shift in system state,<br />[05:24.440 --> 05:27.360]  and really all of AWS for the most part<br />[05:27.360 --> 05:29.280]  is able to be orchestrated with Lambda.<br />[05:29.280 --> 05:31.800]  So it's really like a glue type service<br />[05:31.800 --> 05:32.840]  that you're able to use.<br />[05:32.840 --> 05:36.600]  Now chatbots, that's another great use case for it.<br />[05:36.600 --> 05:40.760]  Amazon Lex is a service for building conversational chatbots<br />[05:42.120 --> 05:43.560]  and you could use it with Lambda.<br />[05:43.560 --> 05:48.560]  Amazon Lambda service is also able to be used<br />[05:50.080 --> 05:52.840]  with voice IT automation.<br />[05:52.840 --> 05:55.760]  These are all great use cases for Lambda.<br />[05:55.760 --> 05:57.680]  In fact, I would say it's kind of like<br />[05:57.680 --> 06:01.160]  the go-to automation tool for AWS.<br />[06:01.160 --> 06:04.160]  So let's talk about how Lambda works next.<br />[06:04.160 --> 06:06.080]  So the way Lambda works is that<br />[06:06.080 --> 06:09.080]  there's a function and there's an event source,<br />[06:09.080 --> 06:10.920]  and these are the core components.<br />[06:10.920 --> 06:14.200]  The event source is the entity that publishes events<br />[06:14.200 --> 06:19.000]  to AWS Lambda, and Lambda function is the code<br />[06:19.000 --> 06:21.960]  that you're gonna use to process the event.<br />[06:21.960 --> 06:25.400]  And AWS Lambda would run that Lambda function<br />[06:25.400 --> 06:29.600]  on your behalf, and a few things to consider<br />[06:29.600 --> 06:33.840]  is that it really is just a little bit of code,<br />[06:33.840 --> 06:35.160]  and you can configure the triggers<br />[06:35.160 --> 06:39.720]  to invoke a function in response to resource lifecycle events,<br />[06:39.720 --> 06:43.680]  like for example, responding to incoming HTTP,<br />[06:43.680 --> 06:47.080]  consuming events from a queue, like in the case of SQS<br />[06:47.080 --> 06:48.320]  or running it on a schedule.<br />[06:48.320 --> 06:49.760]  So running it on a schedule is actually<br />[06:49.760 --> 06:51.480]  a really good data engineering task, right?<br />[06:51.480 --> 06:54.160]  Like you could run it periodically to scrape a website.<br />[06:55.120 --> 06:58.080]  So as a developer, when you create Lambda functions<br />[06:58.080 --> 07:01.400]  that are managed by the AWS Lambda service,<br />[07:01.400 --> 07:03.680]  you can define the permissions for the function<br />[07:03.680 --> 07:06.560]  and basically specify what are the events<br />[07:06.560 --> 07:08.520]  that would actually trigger it.<br />[07:08.520 --> 07:11.000]  You can also create a deployment package<br />[07:11.000 --> 07:12.920]  that includes application code<br />[07:12.920 --> 07:17.000]  in any dependency or library necessary to run the code,<br />[07:17.000 --> 07:19.200]  and you can also configure things like the memory,<br />[07:19.200 --> 07:23.200]  you can figure the timeout, also configure the concurrency,<br />[07:23.200 --> 07:25.160]  and then when your function is invoked,<br />[07:25.160 --> 07:27.640]  Lambda will provide a runtime environment<br />[07:27.640 --> 07:30.080]  based on the runtime and configuration options<br />[07:30.080 --> 07:31.080]  that you selected.<br />[07:31.080 --> 07:36.080]  So let's talk about models for invoking Lambda functions.<br />[07:36.360 --> 07:41.360]  In the case of an event source that invokes Lambda function<br />[07:41.440 --> 07:43.640]  by either a push or a pool model,<br />[07:43.640 --> 07:45.920]  in the case of a push, it would be an event source<br />[07:45.920 --> 07:48.440]  directly invoking the Lambda function<br />[07:48.440 --> 07:49.840]  when the event occurs.<br />[07:50.720 --> 07:53.040]  In the case of a pool model,<br />[07:53.040 --> 07:56.960]  this would be putting the information into a stream or a queue,<br />[07:56.960 --> 07:59.400]  and then Lambda would pull that stream or queue,<br />[07:59.400 --> 08:02.800]  and then invoke the function when it detects an events.<br />[08:04.080 --> 08:06.480]  So a few different examples would be<br />[08:06.480 --> 08:11.280]  that some services can actually invoke the function directly.<br />[08:11.280 --> 08:13.680]  So for a synchronous invocation,<br />[08:13.680 --> 08:15.480]  the other service would wait for the response<br />[08:15.480 --> 08:16.320]  from the function.<br />[08:16.320 --> 08:20.680]  So a good example would be in the case of Amazon API Gateway,<br />[08:20.680 --> 08:24.800]  which would be the REST-based service in front.<br />[08:24.800 --> 08:28.320]  In this case, when a client makes a request to your API,<br />[08:28.320 --> 08:31.200]  that client would get a response immediately.<br />[08:31.200 --> 08:32.320]  And then with this model,<br />[08:32.320 --> 08:34.880]  there's no built-in retry in Lambda.<br />[08:34.880 --> 08:38.040]  Examples of this would be Elastic Load Balancing,<br />[08:38.040 --> 08:42.800]  Amazon Cognito, Amazon Lex, Amazon Alexa,<br />[08:42.800 --> 08:46.360]  Amazon API Gateway, AWS CloudFormation,<br />[08:46.360 --> 08:48.880]  and Amazon CloudFront,<br />[08:48.880 --> 08:53.040]  and also Amazon Kinesis Data Firehose.<br />[08:53.040 --> 08:56.760]  For asynchronous invocation, AWS Lambda queues,<br />[08:56.760 --> 09:00.320]  the event before it passes to your function.<br />[09:00.320 --> 09:02.760]  The other service gets a success response<br />[09:02.760 --> 09:04.920]  as soon as the event is queued,<br />[09:04.920 --> 09:06.560]  and if an error occurs,<br />[09:06.560 --> 09:09.760]  Lambda will automatically retry the invocation twice.<br />[09:10.760 --> 09:14.520]  A good example of this would be S3, SNS,<br />[09:14.520 --> 09:17.720]  SES, the Simple Email Service,<br />[09:17.720 --> 09:21.120]  AWS CloudFormation, Amazon CloudWatch Logs,<br />[09:21.120 --> 09:25.400]  CloudWatch Events, AWS CodeCommit, and AWS Config.<br />[09:25.400 --> 09:28.280]  But in both cases, you can invoke a Lambda function<br />[09:28.280 --> 09:30.000]  using the invoke operation,<br />[09:30.000 --> 09:32.720]  and you can specify the invocation type<br />[09:32.720 --> 09:35.440]  as either synchronous or asynchronous.<br />[09:35.440 --> 09:38.760]  And when you use the AWS service as a trigger,<br />[09:38.760 --> 09:42.280]  the invocation type is predetermined for each service,<br />[09:42.280 --> 09:44.920]  and so you have no control over the invocation type<br />[09:44.920 --> 09:48.920]  that these events sources use when they invoke your Lambda.<br />[09:50.800 --> 09:52.120]  In the polling model,<br />[09:52.120 --> 09:55.720]  the event sources will put information into a stream or a queue,<br />[09:55.720 --> 09:59.360]  and AWS Lambda will pull the stream or the queue.<br />[09:59.360 --> 10:01.000]  If it first finds a record,<br />[10:01.000 --> 10:03.280]  it will deliver the payload and invoke the function.<br />[10:03.280 --> 10:04.920]  And this model, the Lambda itself,<br />[10:04.920 --> 10:07.920]  is basically pulling data from a stream or a queue<br />[10:07.920 --> 10:10.280]  for processing by the Lambda function.<br />[10:10.280 --> 10:12.640]  Some examples would be a stream-based event service<br />[10:12.640 --> 10:17.640]  would be Amazon DynamoDB or Amazon Kinesis Data Streams,<br />[10:17.800 --> 10:20.920]  and these stream records are organized into shards.<br />[10:20.920 --> 10:24.640]  So Lambda would actually pull the stream for the record<br />[10:24.640 --> 10:27.120]  and then attempt to invoke the function.<br />[10:27.120 --> 10:28.800]  If there's a failure,<br />[10:28.800 --> 10:31.480]  AWS Lambda won't read any of the new shards<br />[10:31.480 --> 10:34.840]  until the failed batch of records expires or is processed<br />[10:34.840 --> 10:36.160]  successfully.<br />[10:36.160 --> 10:39.840]  In the non-streaming event, which would be SQS,<br />[10:39.840 --> 10:42.400]  Amazon would pull the queue for records.<br />[10:42.400 --> 10:44.600]  If it fails or times out,<br />[10:44.600 --> 10:46.640]  then the message would be returned to the queue,<br />[10:46.640 --> 10:49.320]  and then Lambda will keep retrying the failed message<br />[10:49.320 --> 10:51.800]  until it's processed successfully.<br />[10:51.800 --> 10:53.600]  If the message will expire,<br />[10:53.600 --> 10:56.440]  which is something you can do with SQS,<br />[10:56.440 --> 10:58.240]  then it'll just be discarded.<br />[10:58.240 --> 11:00.400]  And you can create a mapping between an event source<br />[11:00.400 --> 11:02.960]  and a Lambda function right inside of the console.<br />[11:02.960 --> 11:05.520]  And this is how typically you would set that up manually<br />[11:05.520 --> 11:07.600]  without using infrastructure as code.<br />[11:08.560 --> 11:10.200]  All right, let's talk about permissions.<br />[11:10.200 --> 11:13.080]  This is definitely an easy place to get tripped up<br />[11:13.080 --> 11:15.760]  when you're first using AWS Lambda.<br />[11:15.760 --> 11:17.840]  There's two types of permissions.<br />[11:17.840 --> 11:20.120]  The first is the event source and permission<br />[11:20.120 --> 11:22.320]  to trigger the Lambda function.<br />[11:22.320 --> 11:24.480]  This would be the invocation permission.<br />[11:24.480 --> 11:26.440]  And the next one would be the Lambda function<br />[11:26.440 --> 11:29.600]  needs permissions to interact with other services,<br />[11:29.600 --> 11:31.280]  but this would be the run permissions.<br />[11:31.280 --> 11:34.520]  And these are both handled via the IAM service<br />[11:34.520 --> 11:38.120]  or the AWS identity and access management service.<br />[11:38.120 --> 11:43.120]  So the IAM resource policy would tell the Lambda service<br />[11:43.600 --> 11:46.640]  which push event the sources have permission<br />[11:46.640 --> 11:48.560]  to invoke the Lambda function.<br />[11:48.560 --> 11:51.120]  And these resource policies would make it easy<br />[11:51.120 --> 11:55.280]  to grant access to a Lambda function across AWS account.<br />[11:55.280 --> 11:58.400]  So a good example would be if you have an S3 bucket<br />[11:58.400 --> 12:01.400]  in your account and you need to invoke a function<br />[12:01.400 --> 12:03.880]  in another account, you could create a resource policy<br />[12:03.880 --> 12:07.120]  that allows those to interact with each other.<br />[12:07.120 --> 12:09.200]  And the resource policy for a Lambda function<br />[12:09.200 --> 12:11.200]  is called a function policy.<br />[12:11.200 --> 12:14.160]  And when you add a trigger to your Lambda function<br />[12:14.160 --> 12:16.760]  from the console, the function policy<br />[12:16.760 --> 12:18.680]  will be generated automatically<br />[12:18.680 --> 12:20.040]  and it allows the event source<br />[12:20.040 --> 12:22.820]  to take the Lambda invoke function action.<br />[12:24.400 --> 12:27.320]  So a good example would be in Amazon S3 permission<br />[12:27.320 --> 12:32.120]  to invoke the Lambda function called my first function.<br />[12:32.120 --> 12:34.720]  And basically it would be an effect allow.<br />[12:34.720 --> 12:36.880]  And then under principle, if you would have service<br />[12:36.880 --> 12:41.880]  S3.AmazonEWS.com, the action would be Lambda colon<br />[12:41.880 --> 12:45.400]  invoke function and then the resource would be the name<br />[12:45.400 --> 12:49.120]  or the ARN of actually the Lambda.<br />[12:49.120 --> 12:53.080]  And then the condition would be actually the ARN of the bucket.<br />[12:54.400 --> 12:56.720]  And really that's it in a nutshell.<br />[12:57.560 --> 13:01.480]  The Lambda execution role grants your Lambda function<br />[13:01.480 --> 13:05.040]  permission to access AWS services and resources.<br />[13:05.040 --> 13:08.000]  And you select or create the execution role<br />[13:08.000 --> 13:10.000]  when you create a Lambda function.<br />[13:10.000 --> 13:12.320]  The IAM policy would define the actions<br />[13:12.320 --> 13:14.440]  of Lambda functions allowed to take<br />[13:14.440 --> 13:16.720]  and the trust policy allows the Lambda service<br />[13:16.720 --> 13:20.040]  to assume an execution role.<br />[13:20.040 --> 13:23.800]  To grant permissions to AWS Lambda to assume a role,<br />[13:23.800 --> 13:27.460]  you have to have the permission for IAM pass role action.<br />[13:28.320 --> 13:31.000]  A couple of different examples of a relevant policy<br />[13:31.000 --> 13:34.560]  for an execution role and the example,<br />[13:34.560 --> 13:37.760]  the IAM policy, you know,<br />[13:37.760 --> 13:39.840]  basically that we talked about earlier,<br />[13:39.840 --> 13:43.000]  would allow you to interact with S3.<br />[13:43.000 --> 13:45.360]  Another example would be to make it interact<br />[13:45.360 --> 13:49.240]  with CloudWatch logs and to create a log group<br />[13:49.240 --> 13:51.640]  and stream those logs.<br />[13:51.640 --> 13:54.800]  The trust policy would give Lambda service permissions<br />[13:54.800 --> 13:57.600]  to assume a role and invoke a Lambda function<br />[13:57.600 --> 13:58.520]  on your behalf.<br />[13:59.560 --> 14:02.600]  Now let's talk about the overview of authoring<br />[14:02.600 --> 14:06.120]  and configuring Lambda functions.<br />[14:06.120 --> 14:10.440]  So really to start with, to create a Lambda function,<br />[14:10.440 --> 14:14.840]  you first need to create a Lambda function deployment package,<br />[14:14.840 --> 14:19.800]  which is a zip or jar file that consists of your code<br />[14:19.800 --> 14:23.160]  and any dependencies with Lambda,<br />[14:23.160 --> 14:25.400]  you can use the programming language<br />[14:25.400 --> 14:27.280]  and integrated development environment<br />[14:27.280 --> 14:29.800]  that you're most familiar with.<br />[14:29.800 --> 14:33.360]  And you can actually bring the code you've already written.<br />[14:33.360 --> 14:35.960]  And Lambda does support lots of different languages<br />[14:35.960 --> 14:39.520]  like Node.js, Python, Ruby, Java, Go,<br />[14:39.520 --> 14:41.160]  and.NET runtimes.<br />[14:41.160 --> 14:44.120]  And you can also implement a custom runtime<br />[14:44.120 --> 14:45.960]  if you wanna use a different language as well,<br />[14:45.960 --> 14:48.480]  which is actually pretty cool.<br />[14:48.480 --> 14:50.960]  And if you wanna create a Lambda function,<br />[14:50.960 --> 14:52.800]  you would specify the handler,<br />[14:52.800 --> 14:55.760]  the Lambda function handler is the entry point.<br />[14:55.760 --> 14:57.600]  And a few different aspects of it<br />[14:57.600 --> 14:59.400]  that are important to pay attention to,<br />[14:59.400 --> 15:00.720]  the event object,<br />[15:00.720 --> 15:03.480]  this would provide information about the event<br />[15:03.480 --> 15:05.520]  that triggered the Lambda function.<br />[15:05.520 --> 15:08.280]  And this could be like a predefined object<br />[15:08.280 --> 15:09.760]  that AWS service generates.<br />[15:09.760 --> 15:11.520]  So you'll see this, like for example,<br />[15:11.520 --> 15:13.440]  in the console of AWS,<br />[15:13.440 --> 15:16.360]  you can actually ask for these objects<br />[15:16.360 --> 15:19.200]  and it'll give you really the JSON structure<br />[15:19.200 --> 15:20.680]  so you can test things out.<br />[15:21.880 --> 15:23.900]  In the contents of an event object<br />[15:23.900 --> 15:26.800]  includes everything you would need to actually invoke it.<br />[15:26.800 --> 15:29.640]  The context object is generated by AWS<br />[15:29.640 --> 15:32.360]  and this is really a runtime information.<br />[15:32.360 --> 15:35.320]  And so if you needed to get some kind of runtime information<br />[15:35.320 --> 15:36.160]  about your code,<br />[15:36.160 --> 15:40.400]  let's say environmental variables or AWS request ID<br />[15:40.400 --> 15:44.280]  or a log stream or remaining time in Millies,<br />[15:45.320 --> 15:47.200]  like for example, that one would return<br />[15:47.200 --> 15:48.840]  the number of milliseconds that remain<br />[15:48.840 --> 15:50.600]  before your function times out,<br />[15:50.600 --> 15:53.300]  you can get all that inside the context object.<br />[15:54.520 --> 15:57.560]  So what about an example that runs a Python?<br />[15:57.560 --> 15:59.280]  Pretty straightforward actually.<br />[15:59.280 --> 16:01.400]  All you need is you would put a handler<br />[16:01.400 --> 16:03.280]  inside the handler would take,<br />[16:03.280 --> 16:05.000]  that it would be a Python function,<br />[16:05.000 --> 16:07.080]  it would be an event, there'd be a context,<br />[16:07.080 --> 16:10.960]  you pass it inside and then you return some kind of message.<br />[16:10.960 --> 16:13.960]  A few different best practices to remember<br />[16:13.960 --> 16:17.240]  about AWS Lambda would be to separate<br />[16:17.240 --> 16:20.320]  the core business logic from the handler method<br />[16:20.320 --> 16:22.320]  and this would make your code more portable,<br />[16:22.320 --> 16:24.280]  enable you to target unit tests<br />[16:25.240 --> 16:27.120]  without having to worry about the configuration.<br />[16:27.120 --> 16:30.400]  So this is always a really good idea just in general.<br />[16:30.400 --> 16:32.680]  Make sure you have modular functions.<br />[16:32.680 --> 16:34.320]  So you have a single purpose function,<br />[16:34.320 --> 16:37.160]  you don't have like a kitchen sink function,<br />[16:37.160 --> 16:40.000]  you treat functions as stateless as well.<br />[16:40.000 --> 16:42.800]  So you would treat a function that basically<br />[16:42.800 --> 16:46.040]  just does one thing and then when it's done,<br />[16:46.040 --> 16:48.320]  there is no state that's actually kept anywhere<br />[16:49.320 --> 16:51.120]  and also only include what you need.<br />[16:51.120 --> 16:55.840]  So you don't want to have a huge sized Lambda functions<br />[16:55.840 --> 16:58.560]  and one of the ways that you can avoid this<br />[16:58.560 --> 17:02.360]  is by reducing the time it takes a Lambda to unpack<br />[17:02.360 --> 17:04.000]  the deployment packages<br />[17:04.000 --> 17:06.600]  and you can also minimize the complexity<br />[17:06.600 --> 17:08.640]  of your dependencies as well.<br />[17:08.640 --> 17:13.600]  And you can also reuse the temporary runtime environment<br />[17:13.600 --> 17:16.080]  to improve the performance of a function as well.<br />[17:16.080 --> 17:17.680]  And so the temporary runtime environment<br />[17:17.680 --> 17:22.280]  initializes any external dependencies of the Lambda code<br />[17:22.280 --> 17:25.760]  and you can make sure that any externalized configuration<br />[17:25.760 --> 17:27.920]  or dependency that your code retrieves are stored<br />[17:27.920 --> 17:30.640]  and referenced locally after the initial run.<br />[17:30.640 --> 17:33.800]  So this would be limit re-initializing variables<br />[17:33.800 --> 17:35.960]  and objects on every invocation,<br />[17:35.960 --> 17:38.200]  keeping it alive and reusing connections<br />[17:38.200 --> 17:40.680]  like an HTTP or database<br />[17:40.680 --> 17:43.160]  that were established during the previous invocation.<br />[17:43.160 --> 17:45.880]  So a really good example of this would be a socket connection.<br />[17:45.880 --> 17:48.040]  If you make a socket connection<br />[17:48.040 --> 17:51.640]  and this socket connection took two seconds to spawn,<br />[17:51.640 --> 17:54.000]  you don't want every time you call Lambda<br />[17:54.000 --> 17:55.480]  for it to wait two seconds,<br />[17:55.480 --> 17:58.160]  you want to reuse that socket connection.<br />[17:58.160 --> 18:00.600]  A few good examples of best practices<br />[18:00.600 --> 18:02.840]  would be including logging statements.<br />[18:02.840 --> 18:05.480]  This is a kind of a big one<br />[18:05.480 --> 18:08.120]  in the case of any cloud computing operation,<br />[18:08.120 --> 18:10.960]  especially when it's distributed, if you don't log it,<br />[18:10.960 --> 18:13.280]  there's no way you can figure out what's going on.<br />[18:13.280 --> 18:16.560]  So you must add logging statements that have context<br />[18:16.560 --> 18:19.720]  so you know which particular Lambda instance<br />[18:19.720 --> 18:21.600]  is actually occurring in.<br />[18:21.600 --> 18:23.440]  Also include results.<br />[18:23.440 --> 18:25.560]  So make sure that you know it's happening<br />[18:25.560 --> 18:29.000]  when the Lambda ran, use environmental variables as well.<br />[18:29.000 --> 18:31.320]  So you can figure out things like what the bucket was<br />[18:31.320 --> 18:32.880]  that it was writing to.<br />[18:32.880 --> 18:35.520]  And then also don't do recursive code.<br />[18:35.520 --> 18:37.360]  That's really a no-no.<br />[18:37.360 --> 18:40.200]  You want to write very simple functions with Lambda.<br />[18:41.320 --> 18:44.440]  Few different ways to write Lambda actually would be<br />[18:44.440 --> 18:46.280]  that you can do the console editor,<br />[18:46.280 --> 18:47.440]  which I use all the time.<br />[18:47.440 --> 18:49.320]  I like to actually just play around with it.<br />[18:49.320 --> 18:51.640]  Now the downside is that if you don't,<br />[18:51.640 --> 18:53.800]  if you do need to use custom libraries,<br />[18:53.800 --> 18:56.600]  you're not gonna be able to do it other than using,<br />[18:56.600 --> 18:58.440]  let's say the AWS SDK.<br />[18:58.440 --> 19:01.600]  But for just simple things, it's a great use case.<br />[19:01.600 --> 19:06.080]  Another one is you can just upload it to AWS console.<br />[19:06.080 --> 19:09.040]  And so you can create a deployment package in an IDE.<br />[19:09.040 --> 19:12.120]  Like for example, Visual Studio for.NET,<br />[19:12.120 --> 19:13.280]  you can actually just right click<br />[19:13.280 --> 19:16.320]  and deploy it directly into Lambda.<br />[19:16.320 --> 19:20.920]  Another one is you can upload the entire package into S3<br />[19:20.920 --> 19:22.200]  and put it into a bucket.<br />[19:22.200 --> 19:26.280]  And then Lambda will just grab it outside of that S3 package.<br />[19:26.280 --> 19:29.760]  A few different things to remember about Lambda.<br />[19:29.760 --> 19:32.520]  The memory and the timeout are configurations<br />[19:32.520 --> 19:35.840]  that determine how the Lambda function performs.<br />[19:35.840 --> 19:38.440]  And these will affect the billing.<br />[19:38.440 --> 19:40.200]  Now, one of the great things about Lambda<br />[19:40.200 --> 19:43.640]  is just amazingly inexpensive to run.<br />[19:43.640 --> 19:45.560]  And the reason is that you're charged<br />[19:45.560 --> 19:48.200]  based on the number of requests for a function.<br />[19:48.200 --> 19:50.560]  A few different things to remember would be the memory.<br />[19:50.560 --> 19:53.560]  Like so if you specify more memory,<br />[19:53.560 --> 19:57.120]  it's going to increase the cost timeout.<br />[19:57.120 --> 19:59.960]  You can also control the memory duration of the function<br />[19:59.960 --> 20:01.720]  by having the right kind of timeout.<br />[20:01.720 --> 20:03.960]  But if you make the timeout too long,<br />[20:03.960 --> 20:05.880]  it could cost you more money.<br />[20:05.880 --> 20:08.520]  So really the best practices would be test the performance<br />[20:08.520 --> 20:12.880]  of Lambda and make sure you have the optimum memory size.<br />[20:12.880 --> 20:15.160]  Also load test it to make sure<br />[20:15.160 --> 20:17.440]  that you understand how the timeouts work.<br />[20:17.440 --> 20:18.280]  Just in general,<br />[20:18.280 --> 20:21.640]  anything with cloud computing, you should load test it.<br />[20:21.640 --> 20:24.200]  Now let's talk about an important topic<br />[20:24.200 --> 20:25.280]  that's a final topic here,<br />[20:25.280 --> 20:29.080]  which is how to deploy Lambda functions.<br />[20:29.080 --> 20:32.200]  So versions are immutable copies of a code<br />[20:32.200 --> 20:34.200]  in the configuration of your Lambda function.<br />[20:34.200 --> 20:35.880]  And the versioning will allow you to publish<br />[20:35.880 --> 20:39.360]  one or more versions of your Lambda function.<br />[20:39.360 --> 20:40.400]  And as a result,<br />[20:40.400 --> 20:43.360]  you can work with different variations of your Lambda function<br />[20:44.560 --> 20:45.840]  in your development workflow,<br />[20:45.840 --> 20:48.680]  like development, beta, production, et cetera.<br />[20:48.680 --> 20:50.320]  And when you create a Lambda function,<br />[20:50.320 --> 20:52.960]  there's only one version, the latest version,<br />[20:52.960 --> 20:54.080]  dollar sign, latest.<br />[20:54.080 --> 20:57.240]  And you can refer to this function using the ARN<br />[20:57.240 --> 20:59.240]  or Amazon resource name.<br />[20:59.240 --> 21:00.640]  And when you publish a new version,<br />[21:00.640 --> 21:02.920]  AWS Lambda will make a snapshot<br />[21:02.920 --> 21:05.320]  of the latest version to create a new version.<br />[21:06.800 --> 21:09.600]  You can also create an alias for Lambda function.<br />[21:09.600 --> 21:12.280]  And conceptually, an alias is just like a pointer<br />[21:12.280 --> 21:13.800]  to a specific function.<br />[21:13.800 --> 21:17.040]  And you can use that alias in the ARN<br />[21:17.040 --> 21:18.680]  to reference the Lambda function version<br />[21:18.680 --> 21:21.280]  that's currently associated with the alias.<br />[21:21.280 --> 21:23.400]  What's nice about the alias is you can roll back<br />[21:23.400 --> 21:25.840]  and forth between different versions,<br />[21:25.840 --> 21:29.760]  which is pretty nice because in the case of deploying<br />[21:29.760 --> 21:32.920]  a new version, if there's a huge problem with it,<br />[21:32.920 --> 21:34.080]  you just toggle it right back.<br />[21:34.080 --> 21:36.400]  And there's really not a big issue<br />[21:36.400 --> 21:39.400]  in terms of rolling back your code.<br />[21:39.400 --> 21:44.400]  Now, let's take a look at an example where AWS S3,<br />[21:45.160 --> 21:46.720]  or Amazon S3 is the event source<br />[21:46.720 --> 21:48.560]  that invokes your Lambda function.<br />[21:48.560 --> 21:50.720]  Every time a new object is created,<br />[21:50.720 --> 21:52.880]  when Amazon S3 is the event source,<br />[21:52.880 --> 21:55.800]  you can store the information for the event source mapping<br />[21:55.800 --> 21:59.040]  in the configuration for the bucket notifications.<br />[21:59.040 --> 22:01.000]  And then in that configuration,<br />[22:01.000 --> 22:04.800]  you could identify the Lambda function ARN<br />[22:04.800 --> 22:07.160]  that Amazon S3 can invoke.<br />[22:07.160 --> 22:08.520]  But in some cases,<br />[22:08.520 --> 22:11.680]  you're gonna have to update the notification configuration.<br />[22:11.680 --> 22:14.720]  So Amazon S3 will invoke the correct version each time<br />[22:14.720 --> 22:17.840]  you publish a new version of your Lambda function.<br />[22:17.840 --> 22:21.800]  So basically, instead of specifying the function ARN,<br />[22:21.800 --> 22:23.880]  you can specify an alias ARN<br />[22:23.880 --> 22:26.320]  in the notification of configuration.<br />[22:26.320 --> 22:29.160]  And as you promote a new version of the Lambda function<br />[22:29.160 --> 22:32.200]  into production, you only need to update the prod alias<br />[22:32.200 --> 22:34.520]  to point to the latest stable version.<br />[22:34.520 --> 22:36.320]  And you also don't need to update<br />[22:36.320 --> 22:39.120]  the notification configuration in Amazon S3.<br />[22:40.480 --> 22:43.080]  And when you build serverless applications<br />[22:43.080 --> 22:46.600]  as common to have code that's shared across Lambda functions,<br />[22:46.600 --> 22:49.400]  it could be custom code, it could be a standard library,<br />[22:49.400 --> 22:50.560]  et cetera.<br />[22:50.560 --> 22:53.320]  And before, and this was really a big limitation,<br />[22:53.320 --> 22:55.920]  was you had to have all the code deployed together.<br />[22:55.920 --> 22:58.960]  But now, one of the really cool things you can do<br />[22:58.960 --> 23:00.880]  is you can have a Lambda function<br />[23:00.880 --> 23:03.600]  to include additional code as a layer.<br />[23:03.600 --> 23:05.520]  So layer is basically a zip archive<br />[23:05.520 --> 23:08.640]  that contains a library, maybe a custom runtime.<br />[23:08.640 --> 23:11.720]  Maybe it isn't gonna include some kind of really cool<br />[23:11.720 --> 23:13.040]  pre-trained model.<br />[23:13.040 --> 23:14.680]  And then the layers you can use,<br />[23:14.680 --> 23:15.800]  the libraries in your function<br />[23:15.800 --> 23:18.960]  without needing to include them in your deployment package.<br />[23:18.960 --> 23:22.400]  And it's a best practice to have the smaller deployment packages<br />[23:22.400 --> 23:25.240]  and share common dependencies with the layers.<br />[23:26.120 --> 23:28.520]  Also layers will help you keep your deployment package<br />[23:28.520 --> 23:29.360]  really small.<br />[23:29.360 --> 23:32.680]  So for node, JS, Python, Ruby functions,<br />[23:32.680 --> 23:36.000]  you can develop your function code in the console<br />[23:36.000 --> 23:39.000]  as long as you keep the package under three megabytes.<br />[23:39.000 --> 23:42.320]  And then a function can use up to five layers at a time,<br />[23:42.320 --> 23:44.160]  which is pretty incredible actually,<br />[23:44.160 --> 23:46.040]  which means that you could have, you know,<br />[23:46.040 --> 23:49.240]  basically up to a 250 megabytes total.<br />[23:49.240 --> 23:53.920]  So for many languages, this is plenty of space.<br />[23:53.920 --> 23:56.620]  Also Amazon has published a public layer<br />[23:56.620 --> 23:58.800]  that includes really popular libraries<br />[23:58.800 --> 24:00.800]  like NumPy and SciPy,<br />[24:00.800 --> 24:04.840]  which does dramatically help data processing<br />[24:04.840 --> 24:05.680]  in machine learning.<br />[24:05.680 --> 24:07.680]  Now, if I had to predict the future<br />[24:07.680 --> 24:11.840]  and I wanted to predict a massive announcement,<br />[24:11.840 --> 24:14.840]  I would say that what AWS could do<br />[24:14.840 --> 24:18.600]  is they could have a GPU enabled layer at some point<br />[24:18.600 --> 24:20.160]  that would include pre-trained models.<br />[24:20.160 --> 24:22.120]  And if they did something like that,<br />[24:22.120 --> 24:24.320]  that could really open up the doors<br />[24:24.320 --> 24:27.000]  for the pre-trained model revolution.<br />[24:27.000 --> 24:30.160]  And I would bet that that's possible.<br />[24:30.160 --> 24:32.200]  All right, well, in a nutshell,<br />[24:32.200 --> 24:34.680]  AWS Lambda is one of my favorite services.<br />[24:34.680 --> 24:38.440]  And I think it's worth everybody's time<br />[24:38.440 --> 24:42.360]  that's interested in AWS to play around with AWS Lambda.<br />[24:42.360 --> 24:47.200]  All right, next week, I'm going to cover API Gateway.<br />[24:47.200 --> 25:13.840]  All right, see you next week.</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>Essentials of MLOps with Azure and Databricks: <a href="https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure">https://www.linkedin.com/learning/essentials-of-mlops-with-azure-1-introduction/essentials-of-mlops-with-azure</a></p><p>O'Reilly Book:  Implementing MLOps in the Enterprise</p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="23864563" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ea5247bb-7288-43d7-986f-c0499114f10a/audio/3a3bc572-ad36-40a5-bca0-ea5d084d6eeb/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52-weeks-aws-certified-developer-lambda-serverless</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:24:51</itunes:duration>
      <itunes:summary> With Serverless Computing, one of the things that Lambda is going to do is it&apos;s gonna change the way you think about building software. Lambda allows you to run code to trigger your code in response to events, rather than manage the operating system or scale it. Amazon SNS, SQS and SNS SDKs allow you to use event-driven solutions with Lambda.</itunes:summary>
      <itunes:subtitle> With Serverless Computing, one of the things that Lambda is going to do is it&apos;s gonna change the way you think about building software. Lambda allows you to run code to trigger your code in response to events, rather than manage the operating system or scale it. Amazon SNS, SQS and SNS SDKs allow you to use event-driven solutions with Lambda.</itunes:subtitle>
      <itunes:keywords>aws, serverless, lambda</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>41</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">6081e9c7-151a-413c-8635-c85126604144</guid>
      <title>Enterprise MLOps Interview-Simon Stiebellehner</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p><p>[00:00.000 --> 00:02.260]  Hey, three, two, one, there we go, we're live.<br />[00:02.260 --> 00:07.260]  All right, so welcome Simon to Enterprise ML Ops interviews.<br />[00:09.760 --> 00:13.480]  The goal of these interviews is to get people exposed<br />[00:13.480 --> 00:17.680]  to real professionals who are doing work in ML Ops.<br />[00:17.680 --> 00:20.360]  It's such a cutting edge field<br />[00:20.360 --> 00:22.760]  that I think a lot of people are very curious about.<br />[00:22.760 --> 00:23.600]  What is it?<br />[00:23.600 --> 00:24.960]  You know, how do you do it?<br />[00:24.960 --> 00:27.760]  And very honored to have Simon here.<br />[00:27.760 --> 00:29.200]  And do you wanna introduce yourself<br />[00:29.200 --> 00:31.520]  and maybe talk a little bit about your background?<br />[00:31.520 --> 00:32.360]  Sure.<br />[00:32.360 --> 00:33.960]  Yeah, thanks again for inviting me.<br />[00:34.960 --> 00:38.160]  My name is Simon Stebelena or Simon.<br />[00:38.160 --> 00:40.440]  I am originally from Austria,<br />[00:40.440 --> 00:43.120]  but currently working in the Netherlands and Amsterdam<br />[00:43.120 --> 00:46.080]  at Transaction Monitoring Netherlands.<br />[00:46.080 --> 00:48.780]  Here I am the lead ML Ops engineer.<br />[00:49.840 --> 00:51.680]  What are we doing at TML actually?<br />[00:51.680 --> 00:55.560]  We are a data processing company actually.<br />[00:55.560 --> 00:59.320]  We are owned by the five large banks of Netherlands.<br />[00:59.320 --> 01:02.080]  And our purpose is kind of what the name says.<br />[01:02.080 --> 01:05.920]  We are basically lifting specifically anti money laundering.<br />[01:05.920 --> 01:08.040]  So anti money laundering models that run<br />[01:08.040 --> 01:11.440]  on a personalized transactions of businesses<br />[01:11.440 --> 01:13.240]  we get from these five banks<br />[01:13.240 --> 01:15.760]  to detect unusual patterns on that transaction graph<br />[01:15.760 --> 01:19.000]  that might indicate money laundering.<br />[01:19.000 --> 01:20.520]  That's a natural what we do.<br />[01:20.520 --> 01:21.800]  So as you can imagine,<br />[01:21.800 --> 01:24.160]  we are really focused on building models<br />[01:24.160 --> 01:27.280]  and obviously ML Ops is a big component there<br />[01:27.280 --> 01:29.920]  because that is really the core of what you do.<br />[01:29.920 --> 01:32.680]  You wanna do it efficiently and effectively as well.<br />[01:32.680 --> 01:34.760]  In my role as lead ML Ops engineer,<br />[01:34.760 --> 01:36.880]  I'm on the one hand the lead engineer<br />[01:36.880 --> 01:38.680]  of the actual ML Ops platform team.<br />[01:38.680 --> 01:40.200]  So this is actually a centralized team<br />[01:40.200 --> 01:42.680]  that builds out lots of the infrastructure<br />[01:42.680 --> 01:47.320]  that's needed to do modeling effectively and efficiently.<br />[01:47.320 --> 01:50.360]  But also I am the craft lead<br />[01:50.360 --> 01:52.640]  for the machine learning engineering craft.<br />[01:52.640 --> 01:55.120]  These are actually in our case, the machine learning engineers,<br />[01:55.120 --> 01:58.360]  the people working within the model development teams<br />[01:58.360 --> 01:59.360]  and cross functional teams<br />[01:59.360 --> 02:01.680]  actually building these models.<br />[02:01.680 --> 02:03.640]  That's what I'm currently doing<br />[02:03.640 --> 02:05.760]  during the evenings and weekends.<br />[02:05.760 --> 02:09.400]  I'm also lecturer at the University of Applied Sciences, Vienna.<br />[02:09.400 --> 02:12.080]  And there I'm teaching data mining<br />[02:12.080 --> 02:15.160]  and data warehousing to master students, essentially.<br />[02:16.240 --> 02:19.080]  Before TMNL, I was at bold.com,<br />[02:19.080 --> 02:21.960]  which is the largest eCommerce retailer in the Netherlands.<br />[02:21.960 --> 02:25.040]  So I always tend to see the Amazon of the Netherlands<br />[02:25.040 --> 02:27.560]  or been a lux actually.<br />[02:27.560 --> 02:30.920]  It is still the biggest eCommerce retailer in the Netherlands<br />[02:30.920 --> 02:32.960]  even before Amazon actually.<br />[02:32.960 --> 02:36.160]  And there I was an expert machine learning engineer.<br />[02:36.160 --> 02:39.240]  So doing somewhat comparable stuff,<br />[02:39.240 --> 02:42.440]  a bit more still focused on the actual modeling part.<br />[02:42.440 --> 02:44.800]  Now it's really more on the infrastructure end.<br />[02:45.760 --> 02:46.760]  And well, before that,<br />[02:46.760 --> 02:49.360]  I spent some time in consulting, leading a data science team.<br />[02:49.360 --> 02:50.880]  That's actually where I kind of come from.<br />[02:50.880 --> 02:53.360]  I really come from originally the data science end.<br />[02:54.640 --> 02:57.840]  And there I kind of started drifting towards ML Ops<br />[02:57.840 --> 02:59.200]  because we started building out<br />[02:59.200 --> 03:01.640]  a deployment and serving platform<br />[03:01.640 --> 03:04.440]  that would as consulting company would make it easier<br />[03:04.440 --> 03:07.920]  for us to deploy models for our clients<br />[03:07.920 --> 03:10.840]  to serve these models, to also monitor these models.<br />[03:10.840 --> 03:12.800]  And that kind of then made me drift further and further<br />[03:12.800 --> 03:15.520]  down the engineering lane all the way to ML Ops.<br />[03:17.000 --> 03:19.600]  Great, yeah, that's a great background.<br />[03:19.600 --> 03:23.200]  I'm kind of curious in terms of the data science<br />[03:23.200 --> 03:25.240]  to ML Ops journey,<br />[03:25.240 --> 03:27.720]  that I think would be a great discussion<br />[03:27.720 --> 03:29.080]  to dig into a little bit.<br />[03:30.280 --> 03:34.320]  My background is originally more on the software engineering<br />[03:34.320 --> 03:36.920]  side and when I was in the Bay Area,<br />[03:36.920 --> 03:41.160]  I did individual contributor and then ran companies<br />[03:41.160 --> 03:44.240]  at one point and ran multiple teams.<br />[03:44.240 --> 03:49.240]  And then as the data science field exploded,<br />[03:49.240 --> 03:52.880]  I hired multiple data science teams and worked with them.<br />[03:52.880 --> 03:55.800]  But what was interesting is that I found that<br />[03:56.840 --> 03:59.520]  I think the original approach of data science<br />[03:59.520 --> 04:02.520]  from my perspective was lacking<br />[04:02.520 --> 04:07.240]  in that there wasn't really like deliverables.<br />[04:07.240 --> 04:10.520]  And I think when you look at a software engineering team,<br />[04:10.520 --> 04:12.240]  it's very clear there's deliverables.<br />[04:12.240 --> 04:14.800]  Like you have a mobile app and it has to get better<br />[04:14.800 --> 04:15.880]  each week, right?<br />[04:15.880 --> 04:18.200]  Where else, what are you doing?<br />[04:18.200 --> 04:20.880]  And so I would love to hear your story<br />[04:20.880 --> 04:25.120]  about how you went from doing kind of more pure data science<br />[04:25.120 --> 04:27.960]  to now it sounds like ML Ops.<br />[04:27.960 --> 04:30.240]  Yeah, yeah, actually.<br />[04:30.240 --> 04:33.800]  So back then in consulting one of the,<br />[04:33.800 --> 04:36.200]  which was still at least back then in Austria,<br />[04:36.200 --> 04:39.280]  data science and everything around it was still kind of<br />[04:39.280 --> 04:43.720]  in this infancy back then 2016 and so on.<br />[04:43.720 --> 04:46.560]  It was still really, really new to many organizations,<br />[04:46.560 --> 04:47.400]  at least in Austria.<br />[04:47.400 --> 04:50.120]  There might be some years behind in the US and stuff.<br />[04:50.120 --> 04:52.040]  But back then it was still relatively fresh.<br />[04:52.040 --> 04:55.240]  So in consulting, what we very often struggled with was<br />[04:55.240 --> 04:58.520]  on the modeling end, problems could be solved,<br />[04:58.520 --> 05:02.040]  but actually then easy deployment,<br />[05:02.040 --> 05:05.600]  keeping these models in production at client side.<br />[05:05.600 --> 05:08.880]  That was always a bit more of the challenge.<br />[05:08.880 --> 05:12.400]  And so naturally kind of I started thinking<br />[05:12.400 --> 05:16.200]  and focusing more on the actual bigger problem that I saw,<br />[05:16.200 --> 05:19.440]  which was not so much building the models,<br />[05:19.440 --> 05:23.080]  but it was really more, how can we streamline things?<br />[05:23.080 --> 05:24.800]  How can we keep things operating?<br />[05:24.800 --> 05:27.960]  How can we make that move easier from a prototype,<br />[05:27.960 --> 05:30.680]  from a PUC to a productionized model?<br />[05:30.680 --> 05:33.160]  Also how can we keep it there and maintain it there?<br />[05:33.160 --> 05:35.480]  So personally I was really more,<br />[05:35.480 --> 05:37.680]  I saw that this problem was coming up<br />[05:38.960 --> 05:40.320]  and that really fascinated me.<br />[05:40.320 --> 05:44.120]  So I started jumping more on that exciting problem.<br />[05:44.120 --> 05:45.080]  That's how it went for me.<br />[05:45.080 --> 05:47.000]  And back then we then also recognized it<br />[05:47.000 --> 05:51.560]  as a potential product in our case.<br />[05:51.560 --> 05:54.120]  So we started building out that deployment<br />[05:54.120 --> 05:56.960]  and serving and monitoring platform, actually.<br />[05:56.960 --> 05:59.520]  And that then really for me, naturally,<br />[05:59.520 --> 06:01.840]  I fell into that rabbit hole<br />[06:01.840 --> 06:04.280]  and I also never wanted to get out of it again.<br />[06:05.680 --> 06:09.400]  So the system that you built initially,<br />[06:09.400 --> 06:10.840]  what was your stack?<br />[06:10.840 --> 06:13.760]  What were some of the things you were using?<br />[06:13.760 --> 06:17.000]  Yeah, so essentially we had,<br />[06:17.000 --> 06:19.560]  when we talk about the stack on the backend,<br />[06:19.560 --> 06:20.560]  there was a lot of,<br />[06:20.560 --> 06:23.000]  so the full backend was written in Java.<br />[06:23.000 --> 06:25.560]  We were using more from a user perspective,<br />[06:25.560 --> 06:28.040]  the contract that we kind of had,<br />[06:28.040 --> 06:32.560]  our goal was to build a drag and drop platform for models.<br />[06:32.560 --> 06:35.760]  So basically the contract was you package your model<br />[06:35.760 --> 06:37.960]  as an MLflow model,<br />[06:37.960 --> 06:41.520]  and then you basically drag and drop it into a web UI.<br />[06:41.520 --> 06:43.640]  It's gonna be wrapped in containers.<br />[06:43.640 --> 06:45.040]  It's gonna be deployed.<br />[06:45.040 --> 06:45.880]  It's gonna be,<br />[06:45.880 --> 06:49.680]  there will be a monitoring layer in front of it<br />[06:49.680 --> 06:52.760]  based on whatever the dataset is you trained it on.<br />[06:52.760 --> 06:55.920]  You would automatically calculate different metrics,<br />[06:55.920 --> 06:57.360]  different distributional metrics<br />[06:57.360 --> 06:59.240]  around your variables that you are using.<br />[06:59.240 --> 07:02.080]  And so we were layering this approach<br />[07:02.080 --> 07:06.840]  to, so that eventually every incoming request would be,<br />[07:06.840 --> 07:08.160]  you would have a nice dashboard.<br />[07:08.160 --> 07:10.040]  You could monitor all that stuff.<br />[07:10.040 --> 07:12.600]  So stackwise it was actually MLflow.<br />[07:12.600 --> 07:15.480]  Specifically MLflow models a lot.<br />[07:15.480 --> 07:17.920]  Then it was Java in the backend, Python.<br />[07:17.920 --> 07:19.760]  There was a lot of Python,<br />[07:19.760 --> 07:22.040]  especially PySpark component as well.<br />[07:23.000 --> 07:25.880]  There was a, it's been quite a while actually,<br />[07:25.880 --> 07:29.160]  there was a quite some part written in Scala.<br />[07:29.160 --> 07:32.280]  Also, because there was a component of this platform<br />[07:32.280 --> 07:34.800]  was also a bit of an auto ML approach,<br />[07:34.800 --> 07:36.480]  but that died then over time.<br />[07:36.480 --> 07:40.120]  And that was also based on PySpark<br />[07:40.120 --> 07:43.280]  and vanilla Spark written in Scala.<br />[07:43.280 --> 07:45.560]  So we could facilitate the auto ML part.<br />[07:45.560 --> 07:48.600]  And then later on we actually added that deployment,<br />[07:48.600 --> 07:51.480]  the easy deployment and serving part.<br />[07:51.480 --> 07:55.280]  So that was kind of, yeah, a lot of custom build stuff.<br />[07:55.280 --> 07:56.120]  Back then, right?<br />[07:56.120 --> 07:59.720]  There wasn't that much MLOps tooling out there yet.<br />[07:59.720 --> 08:02.920]  So you need to build a lot of that stuff custom.<br />[08:02.920 --> 08:05.280]  So it was largely custom built.<br />[08:05.280 --> 08:09.280]  Yeah, the MLflow concept is an interesting concept<br />[08:09.280 --> 08:13.880]  because they provide this package structure<br />[08:13.880 --> 08:17.520]  that at least you have some idea of,<br />[08:17.520 --> 08:19.920]  what is gonna be sent into the model<br />[08:19.920 --> 08:22.680]  and like there's a format for the model.<br />[08:22.680 --> 08:24.720]  And I think that part of MLflow<br />[08:24.720 --> 08:27.520]  seems to be a pretty good idea,<br />[08:27.520 --> 08:30.080]  which is you're creating a standard where,<br />[08:30.080 --> 08:32.360]  you know, if in the case of,<br />[08:32.360 --> 08:34.720]  if you're using scikit learn or something,<br />[08:34.720 --> 08:37.960]  you don't necessarily want to just throw<br />[08:37.960 --> 08:40.560]  like a pickled model somewhere and just say,<br />[08:40.560 --> 08:42.720]  okay, you know, let's go.<br />[08:42.720 --> 08:44.760]  Yeah, that was also our thinking back then.<br />[08:44.760 --> 08:48.040]  So we thought a lot about what would be a,<br />[08:48.040 --> 08:51.720]  what would be, what could become the standard actually<br />[08:51.720 --> 08:53.920]  for how you package models.<br />[08:53.920 --> 08:56.200]  And back then MLflow was one of the little tools<br />[08:56.200 --> 08:58.160]  that was already there, already existent.<br />[08:58.160 --> 09:00.360]  And of course there was data bricks behind it.<br />[09:00.360 --> 09:02.680]  So we also made a bet on that back then and said,<br />[09:02.680 --> 09:04.920]  all right, let's follow that packaging standard<br />[09:04.920 --> 09:08.680]  and make it the contract how you would as a data scientist,<br />[09:08.680 --> 09:10.800]  then how you would need to package it up<br />[09:10.800 --> 09:13.640]  and submit it to the platform.<br />[09:13.640 --> 09:16.800]  Yeah, it's interesting because the,<br />[09:16.800 --> 09:19.560]  one of the, this reminds me of one of the issues<br />[09:19.560 --> 09:21.800]  that's happening right now with cloud computing,<br />[09:21.800 --> 09:26.800]  where in the cloud AWS has dominated for a long time<br />[09:29.480 --> 09:34.480]  and they have 40% market share, I think globally.<br />[09:34.480 --> 09:38.960]  And Azure's now gaining and they have some pretty good traction<br />[09:38.960 --> 09:43.120]  and then GCP's been down for a bit, you know,<br />[09:43.120 --> 09:45.760]  in that maybe the 10% range or something like that.<br />[09:45.760 --> 09:47.760]  But what's interesting is that it seems like<br />[09:47.760 --> 09:51.480]  in the case of all of the cloud providers,<br />[09:51.480 --> 09:54.360]  they haven't necessarily been leading the way<br />[09:54.360 --> 09:57.840]  on things like packaging models, right?<br />[09:57.840 --> 10:01.480]  Or, you know, they have their own proprietary systems<br />[10:01.480 --> 10:06.480]  which have been developed and are continuing to be developed<br />[10:06.640 --> 10:08.920]  like Vertex AI in the case of Google,<br />[10:09.760 --> 10:13.160]  the SageMaker in the case of Amazon.<br />[10:13.160 --> 10:16.480]  But what's interesting is, let's just take SageMaker,<br />[10:16.480 --> 10:20.920]  for example, there isn't really like this, you know,<br />[10:20.920 --> 10:25.480]  industry wide standard of model packaging<br />[10:25.480 --> 10:28.680]  that SageMaker uses, they have their own proprietary stuff<br />[10:28.680 --> 10:31.040]  that kind of builds in and Vertex AI<br />[10:31.040 --> 10:32.440]  has their own proprietary stuff.<br />[10:32.440 --> 10:34.920]  So, you know, I think it is interesting<br />[10:34.920 --> 10:36.960]  to see what's gonna happen<br />[10:36.960 --> 10:41.120]  because I think your original hypothesis which is,<br />[10:41.120 --> 10:44.960]  let's pick, you know, this looks like it's got some traction<br />[10:44.960 --> 10:48.760]  and it wasn't necessarily tied directly to a cloud provider<br />[10:48.760 --> 10:51.600]  because Databricks can work on anything.<br />[10:51.600 --> 10:53.680]  It seems like that in particular,<br />[10:53.680 --> 10:56.800]  that's one of the more sticky problems right now<br />[10:56.800 --> 11:01.800]  with MLopsis is, you know, who's the leader?<br />[11:02.280 --> 11:05.440]  Like, who's developing the right, you know,<br />[11:05.440 --> 11:08.880]  kind of a standard for tooling.<br />[11:08.880 --> 11:12.320]  And I don't know, maybe that leads into kind of you talking<br />[11:12.320 --> 11:13.760]  a little bit about what you're doing currently.<br />[11:13.760 --> 11:15.600]  Like, do you have any thoughts about the, you know,<br />[11:15.600 --> 11:18.720]  current tooling and what you're doing at your current company<br />[11:18.720 --> 11:20.920]  and what's going on with that?<br />[11:20.920 --> 11:21.760]  Absolutely.<br />[11:21.760 --> 11:24.200]  So at my current organization,<br />[11:24.200 --> 11:26.040]  Transaction Monitor Netherlands,<br />[11:26.040 --> 11:27.480]  we are fully on AWS.<br />[11:27.480 --> 11:32.000]  So we're really almost cloud native AWS.<br />[11:32.000 --> 11:34.840]  And so that also means everything we do on the modeling side<br />[11:34.840 --> 11:36.600]  really evolves around SageMaker.<br />[11:37.680 --> 11:40.840]  So for us, specifically for us as MLops team,<br />[11:40.840 --> 11:44.680]  we are building the platform around SageMaker capabilities.<br />[11:45.680 --> 11:48.360]  And on that end, at least company internal,<br />[11:48.360 --> 11:52.880]  we have a contract how you must actually deploy models.<br />[11:52.880 --> 11:56.200]  There is only one way, what we call the golden path,<br />[11:56.200 --> 11:59.800]  in that case, this is the streamlined highly automated path<br />[11:59.800 --> 12:01.360]  that is supported by the platform.<br />[12:01.360 --> 12:04.360]  This is the only way how you can actually deploy models.<br />[12:04.360 --> 12:09.360]  And in our case, that is actually a SageMaker pipeline object.<br />[12:09.640 --> 12:12.680]  So in our company, we're doing large scale batch processing.<br />[12:12.680 --> 12:15.040]  So we're actually not doing anything real time at present.<br />[12:15.040 --> 12:17.040]  We are doing post transaction monitoring.<br />[12:17.040 --> 12:20.960]  So that means you need to submit essentially DAX, right?<br />[12:20.960 --> 12:23.400]  This is what we use for training.<br />[12:23.400 --> 12:25.680]  This is what we also deploy eventually.<br />[12:25.680 --> 12:27.720]  And this is our internal contract.<br />[12:27.720 --> 12:32.200]  You need to provision a SageMaker in your model repository.<br />[12:32.200 --> 12:34.640]  You got to have one place,<br />[12:34.640 --> 12:37.840]  and there must be a function with a specific name<br />[12:37.840 --> 12:41.440]  and that function must return a SageMaker pipeline object.<br />[12:41.440 --> 12:44.920]  So this is our internal contract actually.<br />[12:44.920 --> 12:46.600]  Yeah, that's interesting.<br />[12:46.600 --> 12:51.200]  I mean, and I could see like for, I know many people<br />[12:51.200 --> 12:53.880]  that are using SageMaker in production,<br />[12:53.880 --> 12:58.680]  and it does seem like where it has some advantages<br />[12:58.680 --> 13:02.360]  is that AWS generally does a pretty good job<br />[13:02.360 --> 13:04.240]  at building solutions.<br />[13:04.240 --> 13:06.920]  And if you just look at the history of services,<br />[13:06.920 --> 13:09.080]  the odds are pretty high<br />[13:09.080 --> 13:12.880]  that they'll keep getting better, keep improving things.<br />[13:12.880 --> 13:17.080]  And it seems like what I'm hearing from people,<br />[13:17.080 --> 13:19.080]  and it sounds like maybe with your organization as well,<br />[13:19.080 --> 13:24.080]  is that potentially the SDK for SageMaker<br />[13:24.440 --> 13:29.120]  is really the win versus some of the UX tools they have<br />[13:29.120 --> 13:32.680]  and the interface for Canvas and Studio.<br />[13:32.680 --> 13:36.080]  Is that what's happening?<br />[13:36.080 --> 13:38.720]  Yeah, so I think, right,<br />[13:38.720 --> 13:41.440]  what we try to do is we always try to think about our users.<br />[13:41.440 --> 13:44.880]  So how do our users, who are our users?<br />[13:44.880 --> 13:47.000]  What capabilities and skills do they have?<br />[13:47.000 --> 13:50.080]  And what freedom should they have<br />[13:50.080 --> 13:52.640]  and what abilities should they have to develop models?<br />[13:52.640 --> 13:55.440]  In our case, we don't really have use cases<br />[13:55.440 --> 13:58.640]  for stuff like Canvas because our users<br />[13:58.640 --> 14:02.680]  are fairly mature teams that know how to do their,<br />[14:02.680 --> 14:04.320]  on the one hand, the data science stuff, of course,<br />[14:04.320 --> 14:06.400]  but also the engineering stuff.<br />[14:06.400 --> 14:08.160]  So in our case, things like Canvas<br />[14:08.160 --> 14:10.320]  do not really play so much role<br />[14:10.320 --> 14:12.960]  because obviously due to the high abstraction layer<br />[14:12.960 --> 14:15.640]  of more like graphical user interfaces,<br />[14:15.640 --> 14:17.360]  drag and drop tooling,<br />[14:17.360 --> 14:20.360]  you are also limited in what you can do,<br />[14:20.360 --> 14:22.480]  or what you can do easily.<br />[14:22.480 --> 14:26.320]  So in our case, really, it is the strength of the flexibility<br />[14:26.320 --> 14:28.320]  that the SageMaker SDK gives you.<br />[14:28.320 --> 14:33.040]  And in general, the SDK around most AWS services.<br />[14:34.080 --> 14:36.760]  But also it comes with challenges, of course.<br />[14:37.720 --> 14:38.960]  You give a lot of freedom,<br />[14:38.960 --> 14:43.400]  but also you're creating a certain ask,<br />[14:43.400 --> 14:47.320]  certain requirements for your model development teams,<br />[14:47.320 --> 14:49.600]  which is also why we've also been working<br />[14:49.600 --> 14:52.600]  about abstracting further away from the SDK.<br />[14:52.600 --> 14:54.600]  So our objective is actually<br />[14:54.600 --> 14:58.760]  that you should not be forced to interact with the raw SDK<br />[14:58.760 --> 15:00.600]  when you use SageMaker anymore,<br />[15:00.600 --> 15:03.520]  but you have a thin layer of abstraction<br />[15:03.520 --> 15:05.480]  on top of what you are doing.<br />[15:05.480 --> 15:07.480]  That's actually something we are moving towards<br />[15:07.480 --> 15:09.320]  more and more as well.<br />[15:09.320 --> 15:11.120]  Because yeah, it gives you the flexibility,<br />[15:11.120 --> 15:12.960]  but also flexibility comes at a cost,<br />[15:12.960 --> 15:15.080]  comes often at the cost of speeds,<br />[15:15.080 --> 15:18.560]  specifically when it comes to the 90% default stuff<br />[15:18.560 --> 15:20.720]  that you want to do, yeah.<br />[15:20.720 --> 15:24.160]  And one of the things that I have as a complaint<br />[15:24.160 --> 15:29.160]  against SageMaker is that it only uses virtual machines,<br />[15:30.000 --> 15:35.000]  and it does seem like a strange strategy in some sense.<br />[15:35.000 --> 15:40.000]  Like for example, I guess if you're doing batch only,<br />[15:40.000 --> 15:42.000]  it doesn't matter as much,<br />[15:42.000 --> 15:45.000]  which I think is a good strategy actually<br />[15:45.000 --> 15:50.000]  to get your batch based predictions very, very strong.<br />[15:50.000 --> 15:53.000]  And in that case, maybe the virtual machines<br />[15:53.000 --> 15:56.000]  make a little bit less of a complaint.<br />[15:56.000 --> 16:00.000]  But in the case of the endpoints with SageMaker,<br />[16:00.000 --> 16:02.000]  the fact that you have to spend up<br />[16:02.000 --> 16:04.000]  these really expensive virtual machines<br />[16:04.000 --> 16:08.000]  and let them run 24 seven to do online prediction,<br />[16:08.000 --> 16:11.000]  is that something that your organization evaluated<br />[16:11.000 --> 16:13.000]  and decided not to use?<br />[16:13.000 --> 16:15.000]  Or like, what are your thoughts behind that?<br />[16:15.000 --> 16:19.000]  Yeah, in our case, doing real time<br />[16:19.000 --> 16:22.000]  or near real time inference is currently not really relevant<br />[16:22.000 --> 16:25.000]  for the simple reason that when you think a bit more<br />[16:25.000 --> 16:28.000]  about the money laundering or anti money laundering space,<br />[16:28.000 --> 16:31.000]  typically when, right,<br />[16:31.000 --> 16:34.000]  all every individual bank must do anti money laundering<br />[16:34.000 --> 16:37.000]  and they have armies of people doing that.<br />[16:37.000 --> 16:39.000]  But on the other hand,<br />[16:39.000 --> 16:43.000]  the time it actually takes from one of their systems,<br />[16:43.000 --> 16:46.000]  one of their AML systems actually detecting something<br />[16:46.000 --> 16:49.000]  that's unusual that then goes into a review process<br />[16:49.000 --> 16:54.000]  until it eventually hits the governmental institution<br />[16:54.000 --> 16:56.000]  that then takes care of the cases that have been<br />[16:56.000 --> 16:58.000]  at least twice validated that they are indeed,<br />[16:58.000 --> 17:01.000]  they look very unusual.<br />[17:01.000 --> 17:04.000]  So this takes a while, this can take quite some time,<br />[17:04.000 --> 17:06.000]  which is also why it doesn't really matter<br />[17:06.000 --> 17:09.000]  whether you ship your prediction within a second<br />[17:09.000 --> 17:13.000]  or whether it takes you a week or two weeks.<br />[17:13.000 --> 17:15.000]  It doesn't really matter, hence for us,<br />[17:15.000 --> 17:19.000]  that problem so far thinking about real time inference<br />[17:19.000 --> 17:21.000]  has not been there.<br />[17:21.000 --> 17:25.000]  But yeah, indeed, for other use cases,<br />[17:25.000 --> 17:27.000]  for also private projects,<br />[17:27.000 --> 17:29.000]  we've also been considering SageMaker Endpoints<br />[17:29.000 --> 17:31.000]  for a while, but exactly what you said,<br />[17:31.000 --> 17:33.000]  the fact that you need to have a very beefy machine<br />[17:33.000 --> 17:35.000]  running all the time,<br />[17:35.000 --> 17:39.000]  specifically when you have heavy GPU loads, right,<br />[17:39.000 --> 17:43.000]  and you're actually paying for that machine running 2047,<br />[17:43.000 --> 17:46.000]  although you do have quite fluctuating load.<br />[17:46.000 --> 17:49.000]  Yeah, then that definitely becomes quite a consideration<br />[17:49.000 --> 17:51.000]  of what you go for.<br />[17:51.000 --> 17:58.000]  Yeah, and I actually have been talking to AWS about that,<br />[17:58.000 --> 18:02.000]  because one of the issues that I have is that<br />[18:02.000 --> 18:07.000]  the AWS platform really pushes serverless,<br />[18:07.000 --> 18:10.000]  and then my question for AWS is,<br />[18:10.000 --> 18:13.000]  so why aren't you using it?<br />[18:13.000 --> 18:16.000]  I mean, if you're pushing serverless for everything,<br />[18:16.000 --> 18:19.000]  why is SageMaker nothing serverless?<br />[18:19.000 --> 18:21.000]  And so maybe they're going to do that, I don't know.<br />[18:21.000 --> 18:23.000]  I don't have any inside information,<br />[18:23.000 --> 18:29.000]  but it is interesting to hear you had some similar concerns.<br />[18:29.000 --> 18:32.000]  I know that there's two questions here.<br />[18:32.000 --> 18:37.000]  One is someone asked about what do you do for data versioning,<br />[18:37.000 --> 18:41.000]  and a second one is how do you do event based MLOps?<br />[18:41.000 --> 18:43.000]  So maybe kind of following up.<br />[18:43.000 --> 18:46.000]  Yeah, what do we do for data versioning?<br />[18:46.000 --> 18:51.000]  On the one hand, we're running a data lakehouse,<br />[18:51.000 --> 18:54.000]  where after data we get from the financial institutions,<br />[18:54.000 --> 18:57.000]  from the banks that runs through massive data pipeline,<br />[18:57.000 --> 19:01.000]  also on AWS, we're using glue and step functions actually for that,<br />[19:01.000 --> 19:03.000]  and then eventually it ends up modeled to some extent,<br />[19:03.000 --> 19:06.000]  sanitized, quality checked in our data lakehouse,<br />[19:06.000 --> 19:10.000]  and there we're actually using hoodie on top of S3.<br />[19:10.000 --> 19:13.000]  And this is also what we use for versioning,<br />[19:13.000 --> 19:16.000]  which we use for time travel and all these things.<br />[19:16.000 --> 19:19.000]  So that is hoodie on top of S3,<br />[19:19.000 --> 19:21.000]  when then pipelines,<br />[19:21.000 --> 19:24.000]  so actually our model pipelines plug in there<br />[19:24.000 --> 19:27.000]  and spit out predictions, alerts,<br />[19:27.000 --> 19:29.000]  what we call alerts eventually.<br />[19:29.000 --> 19:33.000]  That is something that we version based on unique IDs.<br />[19:33.000 --> 19:36.000]  So processing IDs, we track pretty much everything,<br />[19:36.000 --> 19:39.000]  every line of code that touched,<br />[19:39.000 --> 19:43.000]  is related to a specific row in our data.<br />[19:43.000 --> 19:46.000]  So we can exactly track back for every single row<br />[19:46.000 --> 19:48.000]  in our predictions and in our alerts,<br />[19:48.000 --> 19:50.000]  what pipeline ran on it,<br />[19:50.000 --> 19:52.000]  which jobs were in that pipeline,<br />[19:52.000 --> 19:56.000]  which code exactly was running in each job,<br />[19:56.000 --> 19:58.000]  which intermediate results were produced.<br />[19:58.000 --> 20:01.000]  So we're basically adding lineage information<br />[20:01.000 --> 20:03.000]  to everything we output along that line,<br />[20:03.000 --> 20:05.000]  so we can track everything back<br />[20:05.000 --> 20:09.000]  using a few tools we've built.<br />[20:09.000 --> 20:12.000]  So the tool you mentioned,<br />[20:12.000 --> 20:13.000]  I'm not familiar with it.<br />[20:13.000 --> 20:14.000]  What is it called again?<br />[20:14.000 --> 20:15.000]  It's called hoodie?<br />[20:15.000 --> 20:16.000]  Hoodie.<br />[20:16.000 --> 20:17.000]  Hoodie.<br />[20:17.000 --> 20:18.000]  Oh, what is it?<br />[20:18.000 --> 20:19.000]  Maybe you can describe it.<br />[20:19.000 --> 20:22.000]  Yeah, hoodie is essentially,<br />[20:22.000 --> 20:29.000]  it's quite similar to other tools such as<br />[20:29.000 --> 20:31.000]  Databricks, how is it called?<br />[20:31.000 --> 20:32.000]  Databricks?<br />[20:32.000 --> 20:33.000]  Delta Lake maybe?<br />[20:33.000 --> 20:34.000]  Yes, exactly.<br />[20:34.000 --> 20:35.000]  Exactly.<br />[20:35.000 --> 20:38.000]  It's basically, it's equivalent to Delta Lake,<br />[20:38.000 --> 20:40.000]  just back then when we looked into<br />[20:40.000 --> 20:42.000]  what are we going to use.<br />[20:42.000 --> 20:44.000]  Delta Lake was not open sourced yet.<br />[20:44.000 --> 20:46.000]  Databricks open sourced a while ago.<br />[20:46.000 --> 20:47.000]  We went for Hoodie.<br />[20:47.000 --> 20:50.000]  It essentially, it is a layer on top of,<br />[20:50.000 --> 20:53.000]  in our case, S3 that allows you<br />[20:53.000 --> 20:58.000]  to more easily keep track of what you,<br />[20:58.000 --> 21:03.000]  of the actions you are performing on your data.<br />[21:03.000 --> 21:08.000]  So it's essentially very similar to Delta Lake,<br />[21:08.000 --> 21:13.000]  just already before an open sourced solution.<br />[21:13.000 --> 21:15.000]  Yeah, that's, I didn't know anything about that.<br />[21:15.000 --> 21:16.000]  So now I do.<br />[21:16.000 --> 21:19.000]  So thanks for letting me know.<br />[21:19.000 --> 21:21.000]  I'll have to look into that.<br />[21:21.000 --> 21:27.000]  The other, I guess, interesting stack related question is,<br />[21:27.000 --> 21:29.000]  what are your thoughts about,<br />[21:29.000 --> 21:32.000]  I think there's two areas that I think<br />[21:32.000 --> 21:34.000]  are interesting and that are emerging.<br />[21:34.000 --> 21:36.000]  Oh, actually there's, there's multiple.<br />[21:36.000 --> 21:37.000]  Maybe I'll just bring them all up.<br />[21:37.000 --> 21:39.000]  So we'll do one by one.<br />[21:39.000 --> 21:42.000]  So these are some emerging areas that I'm, that I'm seeing.<br />[21:42.000 --> 21:49.000]  So one is the concept of event driven, you know,<br />[21:49.000 --> 21:54.000]  architecture versus, versus maybe like a static architecture.<br />[21:54.000 --> 21:57.000]  And so I think obviously you're using step functions.<br />[21:57.000 --> 22:00.000]  So you're a fan of, of event driven architecture.<br />[22:00.000 --> 22:04.000]  Maybe we start, we'll start with that one is what are your,<br />[22:04.000 --> 22:08.000]  what are your thoughts on going more event driven in your organization?<br />[22:08.000 --> 22:09.000]  Yeah.<br />[22:09.000 --> 22:13.000]  In, in, in our case, essentially everything works event driven.<br />[22:13.000 --> 22:14.000]  Right.<br />[22:14.000 --> 22:19.000]  So since we on AWS, we're using event bridge or cloud watch events.<br />[22:19.000 --> 22:21.000]  I think now it's called everywhere.<br />[22:21.000 --> 22:22.000]  Right.<br />[22:22.000 --> 22:24.000]  This is how we trigger pretty much everything in our stack.<br />[22:24.000 --> 22:27.000]  This is how we trigger our data pipelines when data comes in.<br />[22:27.000 --> 22:32.000]  This is how we trigger different, different lambdas that parse our<br />[22:32.000 --> 22:35.000]  certain information from your log, store them in different databases.<br />[22:35.000 --> 22:40.000]  This is how we also, how we, at some point in the back in the past,<br />[22:40.000 --> 22:44.000]  how we also triggered new deployments when new models were approved in<br />[22:44.000 --> 22:46.000]  your model registry.<br />[22:46.000 --> 22:50.000]  So basically everything we've been doing is, is fully event driven.<br />[22:50.000 --> 22:51.000]  Yeah.<br />[22:51.000 --> 22:56.000]  So, so I think this is a key thing you bring up here is that I've,<br />[22:56.000 --> 23:00.000]  I've talked to many people who don't use AWS, who are, you know,<br />[23:00.000 --> 23:03.000]  all alternatively experts at technology.<br />[23:03.000 --> 23:06.000]  And one of the things that I've heard some people say is like, oh,<br />[23:06.000 --> 23:13.000]  well, AWS is in as fast as X or Y, like Lambda is in as fast as X or Y or,<br />[23:13.000 --> 23:17.000]  you know, Kubernetes or, but, but the point you bring up is exactly the<br />[23:17.000 --> 23:24.000]  way I think about AWS is that the true advantage of AWS platform is the,<br />[23:24.000 --> 23:29.000]  is the tight integration with the services and you can design event<br />[23:29.000 --> 23:31.000]  driven workflows.<br />[23:31.000 --> 23:33.000]  Would you say that's, that's absolutely.<br />[23:33.000 --> 23:34.000]  Yeah.<br />[23:34.000 --> 23:35.000]  Yeah.<br />[23:35.000 --> 23:39.000]  I think designing event driven workflows on AWS is incredibly easy to do.<br />[23:39.000 --> 23:40.000]  Yeah.<br />[23:40.000 --> 23:43.000]  And it also comes incredibly natural and that's extremely powerful.<br />[23:43.000 --> 23:44.000]  Right.<br />[23:44.000 --> 23:49.000]  And simply by, by having an easy way how to trigger lambdas event driven,<br />[23:49.000 --> 23:52.000]  you can pretty much, right, pretty much do everything and glue<br />[23:52.000 --> 23:54.000]  everything together that you want.<br />[23:54.000 --> 23:56.000]  I think that gives you a tremendous flexibility.<br />[23:56.000 --> 23:57.000]  Yeah.<br />[23:57.000 --> 24:00.000]  So, so I think there's two things that come to mind now.<br />[24:00.000 --> 24:07.000]  One is that, that if you are developing an ML ops platform that you<br />[24:07.000 --> 24:09.000]  can't ignore Lambda.<br />[24:09.000 --> 24:12.000]  So I, because I've had some people tell me, oh, well, we can do this and<br />[24:12.000 --> 24:13.000]  this and this better.<br />[24:13.000 --> 24:17.000]  It's like, yeah, but if you're going to be on AWS, you have to understand<br />[24:17.000 --> 24:18.000]  why people use Lambda.<br />[24:18.000 --> 24:19.000]  It isn't speed.<br />[24:19.000 --> 24:24.000]  It's, it's the ease of, ease of developing very rich solutions.<br />[24:24.000 --> 24:25.000]  Right.<br />[24:25.000 --> 24:26.000]  Absolutely.<br />[24:26.000 --> 24:28.000]  And then the glue between, between what you are building eventually.<br />[24:28.000 --> 24:33.000]  And you can even almost your, the thoughts in your mind turn into Lambda.<br />[24:33.000 --> 24:36.000]  You know, like you can be thinking and building code so quickly.<br />[24:36.000 --> 24:37.000]  Absolutely.<br />[24:37.000 --> 24:41.000]  Everything turns into which event do I need to listen to and then I trigger<br />[24:41.000 --> 24:43.000]  a Lambda and that Lambda does this and that.<br />[24:43.000 --> 24:44.000]  Yeah.<br />[24:44.000 --> 24:48.000]  And the other part about Lambda that's pretty, pretty awesome is that it<br />[24:48.000 --> 24:52.000]  hooks into services that have infinite scale.<br />[24:52.000 --> 24:56.000]  Like so SQS, like you can't break SQS.<br />[24:56.000 --> 24:59.000]  Like there's nothing you can do to ever take SQS down.<br />[24:59.000 --> 25:02.000]  It handles unlimited requests in and unlimited requests out.<br />[25:02.000 --> 25:04.000]  How many systems are like that?<br />[25:04.000 --> 25:05.000]  Yeah.<br />[25:05.000 --> 25:06.000]  Yeah, absolutely.<br />[25:06.000 --> 25:07.000]  Yeah.<br />[25:07.000 --> 25:12.000]  So then this kind of a followup would be that, that maybe data scientists<br />[25:12.000 --> 25:17.000]  should learn Lambda and step functions in order to, to get to<br />[25:17.000 --> 25:18.000]  MLOps.<br />[25:18.000 --> 25:21.000]  I think that's a yes.<br />[25:21.000 --> 25:25.000]  If you want to, if you want to put the foot into MLOps and you are on AWS,<br />[25:25.000 --> 25:31.000]  then I think there is no way around learning these fundamentals.<br />[25:31.000 --> 25:32.000]  Right.<br />[25:32.000 --> 25:35.000]  There's no way around learning things like what is a Lambda?<br />[25:35.000 --> 25:39.000]  How do I, how do I create a Lambda via Terraform or whatever tool you're<br />[25:39.000 --> 25:40.000]  using there?<br />[25:40.000 --> 25:42.000]  And how do I hook it up to an event?<br />[25:42.000 --> 25:47.000]  And how do I, how do I use the AWS SDK to interact with different<br />[25:47.000 --> 25:48.000]  services?<br />[25:48.000 --> 25:49.000]  So, right.<br />[25:49.000 --> 25:53.000]  I think if you want to take a step into MLOps from, from coming more from<br />[25:53.000 --> 25:57.000]  the data science and it's extremely important to familiarize yourself<br />[25:57.000 --> 26:01.000]  with how do you, at least the fundamentals, how do you architect<br />[26:01.000 --> 26:03.000]  basic solutions on AWS?<br />[26:03.000 --> 26:05.000]  How do you glue services together?<br />[26:05.000 --> 26:07.000]  How do you make them speak to each other?<br />[26:07.000 --> 26:09.000]  So yeah, I think that's quite fundamental.<br />[26:09.000 --> 26:14.000]  Ideally, ideally, I think that's what the platform should take away from you<br />[26:14.000 --> 26:16.000]  as a, as a pure data scientist.<br />[26:16.000 --> 26:19.000]  You don't, should not necessarily have to deal with that stuff.<br />[26:19.000 --> 26:23.000]  But if you're interested in, if you want to make that move more towards MLOps,<br />[26:23.000 --> 26:27.000]  I think learning about infrastructure and specifically in the context of AWS<br />[26:27.000 --> 26:31.000]  about the services and how to use them is really fundamental.<br />[26:31.000 --> 26:32.000]  Yeah, it's good.<br />[26:32.000 --> 26:33.000]  Because this is automation eventually.<br />[26:33.000 --> 26:37.000]  And if you want to automate, if you want to automate your complex processes,<br />[26:37.000 --> 26:39.000]  then you need to learn that stuff.<br />[26:39.000 --> 26:41.000]  How else are you going to do it?<br />[26:41.000 --> 26:42.000]  Yeah, I agree.<br />[26:42.000 --> 26:46.000]  I mean, that's really what, what, what Lambda step functions are is their<br />[26:46.000 --> 26:47.000]  automation tools.<br />[26:47.000 --> 26:49.000]  So that's probably the better way to describe it.<br />[26:49.000 --> 26:52.000]  That's a very good point you bring up.<br />[26:52.000 --> 26:57.000]  Another technology that I think is an emerging technology is the<br />[26:57.000 --> 26:58.000]  managed file system.<br />[26:58.000 --> 27:05.000]  And the reason why I think it's interesting is that, so I 20 plus years<br />[27:05.000 --> 27:11.000]  ago, I was using file systems in the university setting when I was at<br />[27:11.000 --> 27:14.000]  Caltech and then also in film, film industry.<br />[27:14.000 --> 27:22.000]  So film has been using managed file servers with parallel processing<br />[27:22.000 --> 27:24.000]  farms for a long time.<br />[27:24.000 --> 27:27.000]  I don't know how many people know this, but in the film industry,<br />[27:27.000 --> 27:32.000]  the, the, the architecture, even from like 2000 was there's a very<br />[27:32.000 --> 27:38.000]  expensive file server and then there's let's say 40,000 machines or 40,000<br />[27:38.000 --> 27:39.000]  cores.<br />[27:39.000 --> 27:40.000]  And that's, that's it.<br />[27:40.000 --> 27:41.000]  That's the architecture.<br />[27:41.000 --> 27:46.000]  And now what's interesting is I see with data science and machine learning<br />[27:46.000 --> 27:52.000]  operations that like that, that could potentially happen in the future is<br />[27:52.000 --> 27:57.000]  actually a managed NFS mount point with maybe Kubernetes or something like<br />[27:57.000 --> 27:58.000]  that.<br />[27:58.000 --> 28:01.000]  Do you see any of that on the horizon?<br />[28:01.000 --> 28:04.000]  Oh, that's a good question.<br />[28:04.000 --> 28:08.000]  I think for our, for our, what we're currently doing, that's probably a<br />[28:08.000 --> 28:10.000]  bit further away.<br />[28:10.000 --> 28:15.000]  But in principle, I could very well imagine that in our use case, not,<br />[28:15.000 --> 28:17.000]  not quite.<br />[28:17.000 --> 28:20.000]  But in principle, definitely.<br />[28:20.000 --> 28:26.000]  And then maybe a third, a third emerging thing I'm seeing is what's going<br />[28:26.000 --> 28:29.000]  on with open AI and hugging face.<br />[28:29.000 --> 28:34.000]  And that has the potential, but maybe to change the game a little bit,<br />[28:34.000 --> 28:38.000]  especially with hugging face, I think, although both of them, I mean,<br />[28:38.000 --> 28:43.000]  there is that, you know, in the case of pre trained models, here's a<br />[28:43.000 --> 28:48.000]  perfect example is that an organization may have, you know, maybe they're<br />[28:48.000 --> 28:53.000]  using AWS even for this, they're transcribing videos and they're going<br />[28:53.000 --> 28:56.000]  to do something with them, maybe they're going to detect, I don't know,<br />[28:56.000 --> 29:02.000]  like, you know, if you recorded customers in your, I'm just brainstorm,<br />[29:02.000 --> 29:05.000]  I'm not seeing your company did this, but I'm just creating a hypothetical<br />[29:05.000 --> 29:09.000]  situation that they recorded, you know, customer talking and then they,<br />[29:09.000 --> 29:12.000]  they transcribe it to text and then run some kind of a, you know,<br />[29:12.000 --> 29:15.000]  criminal detection feature or something like that.<br />[29:15.000 --> 29:19.000]  Like they could build their own models or they could download the thing<br />[29:19.000 --> 29:23.000]  that was released two days ago or a day ago from open AI that transcribes<br />[29:23.000 --> 29:29.000]  things, you know, and then, and then turn that transcribe text into<br />[29:29.000 --> 29:34.000]  hugging face, some other model that summarizes it and then you could<br />[29:34.000 --> 29:38.000]  feed that into a system. So it's, what is, what is your, what are your<br />[29:38.000 --> 29:42.000]  thoughts around some of these pre trained models and is your, are you<br />[29:42.000 --> 29:48.000]  thinking of in terms of your stack, trying to look into doing fine tuning?<br />[29:48.000 --> 29:53.000]  Yeah, so I think pre trained models and especially the way that hugging face,<br />[29:53.000 --> 29:57.000]  I think really revolutionized the space in terms of really kind of<br />[29:57.000 --> 30:02.000]  platformizing the entire business around or the entire market around<br />[30:02.000 --> 30:07.000]  pre trained models. I think that is really quite incredible and I think<br />[30:07.000 --> 30:10.000]  really for the ecosystem a changing way how to do things.<br />[30:10.000 --> 30:16.000]  And I believe that looking at the, the costs of training large models<br />[30:16.000 --> 30:19.000]  and looking at the fact that many organizations are not able to do it<br />[30:19.000 --> 30:23.000]  for, because of massive costs or because of lack of data.<br />[30:23.000 --> 30:29.000]  I think this is a, this is a clear, makes it very clear how important<br />[30:29.000 --> 30:33.000]  such platforms are, how important sharing of pre trained models actually is.<br />[30:33.000 --> 30:37.000]  I believe it's a, we are only at the, quite at the beginning actually of that.<br />[30:37.000 --> 30:42.000]  And I think we're going to see that nowadays you see it mostly when it<br />[30:42.000 --> 30:47.000]  comes to fairly generalized data format, images, potentially videos, text,<br />[30:47.000 --> 30:52.000]  speech, these things. But I believe that we're going to see more marketplace<br />[30:52.000 --> 30:57.000]  approaches when it comes to pre trained models in a lot more industries<br />[30:57.000 --> 31:01.000]  and in a lot more, in a lot more use cases where data is to some degree<br />[31:01.000 --> 31:05.000]  standardized. Also when you think about, when you think about banking,<br />[31:05.000 --> 31:10.000]  for example, right? When you think about transactions to some extent,<br />[31:10.000 --> 31:14.000]  transaction, transaction data always looks the same, kind of at least at<br />[31:14.000 --> 31:17.000]  every bank. Of course you might need to do some mapping here and there,<br />[31:17.000 --> 31:22.000]  but also there is a lot of power in it. But because simply also thinking<br />[31:22.000 --> 31:28.000]  about sharing data is always a difficult thing, especially in Europe.<br />[31:28.000 --> 31:32.000]  Sharing data between organizations is incredibly difficult legally.<br />[31:32.000 --> 31:36.000]  It's difficult. Sharing models is a different thing, right?<br />[31:36.000 --> 31:40.000]  Basically, similar to the concept of federated learning. Sharing models<br />[31:40.000 --> 31:44.000]  is significantly easier legally than actually sharing data.<br />[31:44.000 --> 31:48.000]  And then applying these models, fine tuning them and so on.<br />[31:48.000 --> 31:52.000]  Yeah, I mean, I could just imagine. I really don't know much about<br />[31:52.000 --> 31:56.000]  banking transactions, but I would imagine there could be several<br />[31:56.000 --> 32:01.000]  kinds of transactions that are very normal. And then there's some<br />[32:01.000 --> 32:06.000]  transactions, like if you're making every single second,<br />[32:06.000 --> 32:11.000]  you're transferring a lot of money. And it happens just<br />[32:11.000 --> 32:14.000]  very quickly. It's like, wait, why are you doing this? Why are you transferring money<br />[32:14.000 --> 32:20.000]  constantly? What's going on? Or the huge sum of money only<br />[32:20.000 --> 32:24.000]  involves three different points in the network. Over and over again,<br />[32:24.000 --> 32:29.000]  just these three points are constantly... And so once you've developed<br />[32:29.000 --> 32:33.000]  a model that is anomaly detection, then<br />[32:33.000 --> 32:37.000]  yeah, why would you need to develop another one? I mean, somebody already did it.<br />[32:37.000 --> 32:41.000]  Exactly. Yes, absolutely, absolutely. And that's<br />[32:41.000 --> 32:45.000]  definitely... That's encoded knowledge, encoded information in terms of the model,<br />[32:45.000 --> 32:49.000]  which is not personally... Well, abstracts away from<br />[32:49.000 --> 32:53.000]  but personally identifiable data. And that's really the power. That is something<br />[32:53.000 --> 32:57.000]  that, yeah, as I've said before, you can share significantly easier and you can<br />[32:57.000 --> 33:03.000]  apply to your use cases. The kind of related to this in<br />[33:03.000 --> 33:09.000]  terms of upcoming technologies is, I think, dealing more with graphs.<br />[33:09.000 --> 33:13.000]  And so is that something from a stackwise that your<br />[33:13.000 --> 33:19.000]  company's investigated resource can do? Yeah, so when you think about<br />[33:19.000 --> 33:23.000]  transactions, bank transactions, right? And bank customers.<br />[33:23.000 --> 33:27.000]  So in our case, again, it's a... We only have pseudonymized<br />[33:27.000 --> 33:31.000]  transaction data, so actually we cannot see anything, right? We cannot see names, we cannot see<br />[33:31.000 --> 33:35.000]  iPads or whatever. We really can't see much. But<br />[33:35.000 --> 33:39.000]  you can look at transactions moving between<br />[33:39.000 --> 33:43.000]  different entities, between different accounts. You can look at that<br />[33:43.000 --> 33:47.000]  as a network, as a graph. And that's also what we very frequently do.<br />[33:47.000 --> 33:51.000]  You have your nodes in your network, these are your accounts<br />[33:51.000 --> 33:55.000]  or your presence, even. And the actual edges between them,<br />[33:55.000 --> 33:59.000]  that's what your transactions are. So you have this<br />[33:59.000 --> 34:03.000]  massive graph, actually, that also we as TMNL, as Transaction Montenegro,<br />[34:03.000 --> 34:07.000]  are sitting on. We're actually sitting on a massive transaction graph.<br />[34:07.000 --> 34:11.000]  So yeah, absolutely. For us, doing analysis on top of<br />[34:11.000 --> 34:15.000]  that graph, building models on top of that graph is a quite important<br />[34:15.000 --> 34:19.000]  thing. And like I taught a class<br />[34:19.000 --> 34:23.000]  a few years ago at Berkeley where we had to<br />[34:23.000 --> 34:27.000]  cover graph databases a little bit. And I<br />[34:27.000 --> 34:31.000]  really didn't know that much about graph databases, although I did use one actually<br />[34:31.000 --> 34:35.000]  at one company I was at. But one of the things I learned in teaching that<br />[34:35.000 --> 34:39.000]  class was about the descriptive statistics<br />[34:39.000 --> 34:43.000]  of a graph network. And it<br />[34:43.000 --> 34:47.000]  is actually pretty interesting, because I think most of the time everyone talks about<br />[34:47.000 --> 34:51.000]  median and max min and standard deviation and everything.<br />[34:51.000 --> 34:55.000]  But then with a graph, there's things like centrality<br />[34:55.000 --> 34:59.000]  and I forget all the terms off the top of my head, but you can see<br />[34:59.000 --> 35:03.000]  if there's a node in the network that's<br />[35:03.000 --> 35:07.000]  everybody's interacting with. Absolutely. You can identify communities<br />[35:07.000 --> 35:11.000]  of people moving around a lot of money all the time. For example,<br />[35:11.000 --> 35:15.000]  you can detect different metric features eventually<br />[35:15.000 --> 35:19.000]  doing computations on your graph and then plugging in some model.<br />[35:19.000 --> 35:23.000]  Often it's feature engineering. You're computing between the centrality scores<br />[35:23.000 --> 35:27.000]  across your graph or your different entities. And then<br />[35:27.000 --> 35:31.000]  you're building your features actually. And then you're plugging in some<br />[35:31.000 --> 35:35.000]  model in the end. If you do classic machine learning, so to say<br />[35:35.000 --> 35:39.000]  if you do graph deep learning, of course that's a bit different.<br />[35:39.000 --> 35:43.000]  So basically that could for people that are analyzing<br />[35:43.000 --> 35:47.000]  essentially networks of people or networks, then<br />[35:47.000 --> 35:51.000]  basically a graph database would be step one is<br />[35:51.000 --> 35:55.000]  generate the features which could be centrality.<br />[35:55.000 --> 35:59.000]  There's a score and then you then go and train<br />[35:59.000 --> 36:03.000]  the model based on that descriptive statistic.<br />[36:03.000 --> 36:07.000]  Exactly. So one way how you could think about it is<br />[36:07.000 --> 36:11.000]  whether we need a graph database or not, that always depends on your specific use case<br />[36:11.000 --> 36:15.000]  and what database. We're actually also running<br />[36:15.000 --> 36:19.000]  that using Spark. You have graph frames, you have<br />[36:19.000 --> 36:23.000]  graph X actually. So really stuff in Spark built for<br />[36:23.000 --> 36:27.000]  doing analysis on graphs.<br />[36:27.000 --> 36:31.000]  And then what you usually do is exactly what you said. You are trying<br />[36:31.000 --> 36:35.000]  to build features based on that graph.<br />[36:35.000 --> 36:39.000]  Based on the attributes of the nodes and the attributes on the edges and so on.<br />[36:39.000 --> 36:43.000]  And so I guess in terms of graph databases right<br />[36:43.000 --> 36:47.000]  now, it sounds like maybe the three<br />[36:47.000 --> 36:51.000]  main players maybe are there's Neo4j which<br />[36:51.000 --> 36:55.000]  has been around for a long time. There's I guess Spark<br />[36:55.000 --> 36:59.000]  and then there's also, I forgot what the one is called for AWS<br />[36:59.000 --> 37:03.000]  is it? Neptune, that's Neptune.<br />[37:03.000 --> 37:07.000]  Have you played with all three of those and did you<br />[37:07.000 --> 37:11.000]  like Neptune? Neptune was something we, Spark of course we actually currently<br />[37:11.000 --> 37:15.000]  using for exactly that. Also because it allows us to do<br />[37:15.000 --> 37:19.000]  to keep our stack fairly homogeneous. We did<br />[37:19.000 --> 37:23.000]  also PUC in Neptune a while ago already<br />[37:23.000 --> 37:27.000]  and well Neptune you definitely have essentially two ways<br />[37:27.000 --> 37:31.000]  how to query Neptune either using Gremlin or SparkQL.<br />[37:31.000 --> 37:35.000]  So that means the people, your data science<br />[37:35.000 --> 37:39.000]  need to get familiar with that which then is already one bit of a hurdle<br />[37:39.000 --> 37:43.000]  because usually data scientists are not familiar with either.<br />[37:43.000 --> 37:47.000]  But also what we found with Neptune<br />[37:47.000 --> 37:51.000]  is also that it's not necessarily built for<br />[37:51.000 --> 37:55.000]  as an analytics graph database. It's not necessarily made for<br />[37:55.000 --> 37:59.000]  that. And that then become, then it's sometimes, at least<br />[37:59.000 --> 38:03.000]  for us, it has become quite complicated to handle different performance considerations<br />[38:03.000 --> 38:07.000]  when you actually do fairly complex queries across that graph.<br />[38:07.000 --> 38:11.000]  Yeah, so you're bringing up like a point which<br />[38:11.000 --> 38:15.000]  happens a lot in my experience with<br />[38:15.000 --> 38:19.000]  technology is that sometimes<br />[38:19.000 --> 38:23.000]  the purity of the solution becomes the problem<br />[38:23.000 --> 38:27.000]  where even though Spark isn't necessarily<br />[38:27.000 --> 38:31.000]  designed to be a graph database system, the fact is<br />[38:31.000 --> 38:35.000]  people in your company are already using it. So<br />[38:35.000 --> 38:39.000]  if you just turn on that feature now you can use it and it's not like<br />[38:39.000 --> 38:43.000]  this huge technical undertaking and retraining effort.<br />[38:43.000 --> 38:47.000]  So even if it's not as good, if it works, then that's probably<br />[38:47.000 --> 38:51.000]  the solution your company will use versus I agree with you like a lot of times<br />[38:51.000 --> 38:55.000]  even if a solution like Neo4j is a pretty good example of<br />[38:55.000 --> 38:59.000]  it's an interesting product but<br />[38:59.000 --> 39:03.000]  you already have all these other products like do you really want to introduce yet<br />[39:03.000 --> 39:07.000]  another product into your stack. Yeah, because eventually<br />[39:07.000 --> 39:11.000]  it all comes with an overhead of course introducing it. That is one thing<br />[39:11.000 --> 39:15.000]  it requires someone to maintain it even if it's a<br />[39:15.000 --> 39:19.000]  managed service. Somebody needs to actually own it and look after it<br />[39:19.000 --> 39:23.000]  and then as you said you need to retrain people to also use it effectively.<br />[39:23.000 --> 39:27.000]  So it comes at significant cost and that is really<br />[39:27.000 --> 39:31.000]  something that I believe should be quite critically<br />[39:31.000 --> 39:35.000]  assessed. What is really the game you have? How far can you go with<br />[39:35.000 --> 39:39.000]  your current tooling and then eventually make<br />[39:39.000 --> 39:43.000]  that decision. At least personally I'm really<br />[39:43.000 --> 39:47.000]  not a fan of thinking tooling first<br />[39:47.000 --> 39:51.000]  but personally I really believe in looking at your organization, looking at the people<br />[39:51.000 --> 39:55.000]  what skills are there, looking at how effective<br />[39:55.000 --> 39:59.000]  are these people actually performing certain activities and processes<br />[39:59.000 --> 40:03.000]  and then carefully thinking about what really makes sense<br />[40:03.000 --> 40:07.000]  because it's one thing but people need to<br />[40:07.000 --> 40:11.000]  adopt and use the tooling and eventually it should really speed them up and improve<br />[40:11.000 --> 40:15.000]  how they develop. Yeah, I think it's very<br />[40:15.000 --> 40:19.000]  that's great advice that it's hard to understand how good of advice it is<br />[40:19.000 --> 40:23.000]  because it takes experience getting burned<br />[40:23.000 --> 40:27.000]  creating new technology. I've<br />[40:27.000 --> 40:31.000]  had experiences before where<br />[40:31.000 --> 40:35.000]  one of the mistakes I've made was putting too many different technologies in an organization<br />[40:35.000 --> 40:39.000]  and the problem is once you get enough complexity<br />[40:39.000 --> 40:43.000]  it can really explode and then<br />[40:43.000 --> 40:47.000]  this is the part that really gets scary is that<br />[40:47.000 --> 40:51.000]  let's take Spark for example. How hard is it to hire somebody that knows Spark? Pretty easy<br />[40:51.000 --> 40:55.000]  how hard is it going to be to hire somebody that knows<br />[40:55.000 --> 40:59.000]  Spark and then hire another person that knows the gremlin query<br />[40:59.000 --> 41:03.000]  language for Neptune, then hire another person that knows Kubernetes<br />[41:03.000 --> 41:07.000]  then tire another, after a while if you have so many different kinds of tools<br />[41:07.000 --> 41:11.000]  you have to hire so many different kinds of people that all<br />[41:11.000 --> 41:15.000]  productivity goes to a stop. So it's the hiring as well<br />[41:15.000 --> 41:19.000]  Absolutely, I mean it's virtually impossible<br />[41:19.000 --> 41:23.000]  to find someone who is really well versed with gremlin for example<br />[41:23.000 --> 41:27.000]  it's incredibly hard and I think tech hiring is hard<br />[41:27.000 --> 41:31.000]  by itself already<br />[41:31.000 --> 41:35.000]  so you really need to think about what can I hire for as well<br />[41:35.000 --> 41:39.000]  what expertise can I realistically build up?<br />[41:39.000 --> 41:43.000]  So that's why I think AWS<br />[41:43.000 --> 41:47.000]  even with some of the limitations about the ML platform<br />[41:47.000 --> 41:51.000]  the advantages of using AWS is that<br />[41:51.000 --> 41:55.000]  you have a huge audience of people to hire from and then the same thing like<br />[41:55.000 --> 41:59.000]  Spark, there's a lot of things I don't like about Spark but a lot of people<br />[41:59.000 --> 42:03.000]  use Spark and so if you use AWS and you use Spark<br />[42:03.000 --> 42:07.000]  let's say those two which you are then you're going to have a much easier time<br />[42:07.000 --> 42:11.000]  hiring people, you're going to have a much easier time training people<br />[42:11.000 --> 42:15.000]  there's tons of documentation about it so I think a lot of people<br />[42:15.000 --> 42:19.000]  are very wise that you're thinking that way but a lot of people don't think about that<br />[42:19.000 --> 42:23.000]  they're like oh I've got to use the latest, greatest stuff and this and this and this<br />[42:23.000 --> 42:27.000]  and then their company starts to get into trouble because they can't hire<br />[42:27.000 --> 42:31.000]  people, they can't maintain systems and then productivity starts to<br />[42:31.000 --> 42:35.000]  to degrees. Also something<br />[42:35.000 --> 42:39.000]  not to ignore is the cognitive load you put on a team<br />[42:39.000 --> 42:43.000]  that needs to manage a broad range of very different<br />[42:43.000 --> 42:47.000]  tools or services. It also puts incredible<br />[42:47.000 --> 42:51.000]  cognitive load on that team and you suddenly also need an incredible breadth<br />[42:51.000 --> 42:55.000]  of expertise in that team and that means you're also going<br />[42:55.000 --> 42:59.000]  to create single points of failures if you don't really<br />[42:59.000 --> 43:03.000]  scale up your team.<br />[43:03.000 --> 43:07.000]  It's something to really, I think when you go for<br />[43:07.000 --> 43:11.000]  new tooling you should really look at it from a holistic perspective<br />[43:11.000 --> 43:15.000]  not only about this is the latest and greatest.<br />[43:15.000 --> 43:19.000]  In terms of Europe versus<br />[43:19.000 --> 43:23.000]  US, have you spent much time in the US at all?<br />[43:23.000 --> 43:27.000]  Not at all actually, flying to the US Monday but no, not at all.<br />[43:27.000 --> 43:31.000]  That also would be kind of an interesting<br />[43:31.000 --> 43:35.000]  comparison in that the culture of the United States<br />[43:35.000 --> 43:39.000]  is really this culture of<br />[43:39.000 --> 43:43.000]  I would say more like survival of the fittest or you work<br />[43:43.000 --> 43:47.000]  seven days a week and you're constantly like you don't go on vacation<br />[43:47.000 --> 43:51.000]  and you're proud of it and I think it's not<br />[43:51.000 --> 43:55.000]  a good culture. I'm not saying that's a good thing, I think it's a bad<br />[43:55.000 --> 43:59.000]  thing and that a lot of times the critique people have<br />[43:59.000 --> 44:03.000]  about Europe is like oh will people take vacation all the time and all this<br />[44:03.000 --> 44:07.000]  and as someone who has spent time in both I would say<br />[44:07.000 --> 44:11.000]  yes that's a better approach. A better approach is that people<br />[44:11.000 --> 44:15.000]  should feel relaxed because when<br />[44:15.000 --> 44:19.000]  especially the kind of work you do in MLOPs<br />[44:19.000 --> 44:23.000]  is that you need people to feel comfortable and happy<br />[44:23.000 --> 44:27.000]  and more the question<br />[44:27.000 --> 44:31.000]  what I was going to is that<br />[44:31.000 --> 44:35.000]  I wonder if there is a more productive culture<br />[44:35.000 --> 44:39.000]  for MLOPs in Europe<br />[44:39.000 --> 44:43.000]  versus the US in terms of maintaining<br />[44:43.000 --> 44:47.000]  systems and building software where the US<br />[44:47.000 --> 44:51.000]  what it's really been good at I guess is kind of coming up with new<br />[44:51.000 --> 44:55.000]  ideas and there's lots of new services that get generated but<br />[44:55.000 --> 44:59.000]  the quality and longevity<br />[44:59.000 --> 45:03.000]  is not necessarily the same where I could see<br />[45:03.000 --> 45:07.000]  in the stuff we just talked about which is if you're trying to build a team<br />[45:07.000 --> 45:11.000]  where there's low turnover<br />[45:11.000 --> 45:15.000]  you have very high quality output<br />[45:15.000 --> 45:19.000]  it seems like that maybe organizations<br />[45:19.000 --> 45:23.000]  could learn from the European approach to building<br />[45:23.000 --> 45:27.000]  and maintaining systems for MLOPs.<br />[45:27.000 --> 45:31.000]  I think there's definitely some truth in it especially when you look at the median<br />[45:31.000 --> 45:35.000]  tenure of a tech person in an organization<br />[45:35.000 --> 45:39.000]  I think that is actually still significantly lower in the US<br />[45:39.000 --> 45:43.000]  I'm not sure I think in the Bay Area somewhere around one year or two months or something like that<br />[45:43.000 --> 45:47.000]  compared to Europe I believe<br />[45:47.000 --> 45:51.000]  still fairly low. Here of course in tech people also like to switch companies more often<br />[45:51.000 --> 45:55.000]  but I would say average is still more around<br />[45:55.000 --> 45:59.000]  two years something around that staying with the same company<br />[45:59.000 --> 46:03.000]  also in tech which I think is a bit longer<br />[46:03.000 --> 46:07.000]  than you would typically have it in the US.<br />[46:07.000 --> 46:11.000]  I think from my perspective where I've also built up most of the<br />[46:11.000 --> 46:15.000]  current team I think it's<br />[46:15.000 --> 46:19.000]  super important to hire good people<br />[46:19.000 --> 46:23.000]  and people that fit to the team fit to the company culture wise<br />[46:23.000 --> 46:27.000]  but also give them<br />[46:27.000 --> 46:31.000]  let them not be in a sprint all the time<br />[46:31.000 --> 46:35.000]  it's about having a sustainable way of working in my opinion<br />[46:35.000 --> 46:39.000]  and that sustainable way means you should definitely take your vacation<br />[46:39.000 --> 46:43.000]  and I think usually in Europe we have quite generous<br />[46:43.000 --> 46:47.000]  even by law vacation I mean in Netherlands by law you get 20 days a year<br />[46:47.000 --> 46:51.000]  but most companies give you 25 many IT companies<br />[46:51.000 --> 46:55.000]  30 per year so that's quite nice<br />[46:55.000 --> 46:59.000]  but I do take that so culture wise it's really everyone<br />[46:59.000 --> 47:03.000]  likes to take vacations whether that's sea level or whether that's an engineer on a team<br />[47:03.000 --> 47:07.000]  and that's in many companies that's also really encouraged<br />[47:07.000 --> 47:11.000]  to have a healthy work life balance<br />[47:11.000 --> 47:15.000]  and of course it's not only about vacations also but growth opportunities<br />[47:15.000 --> 47:19.000]  letting people explore develop themselves<br />[47:19.000 --> 47:23.000]  and not always pushing on max performance<br />[47:23.000 --> 47:27.000]  so really at least I always see like a partnership<br />[47:27.000 --> 47:31.000]  the organization wants to get something from an<br />[47:31.000 --> 47:35.000]  employee but the employee should also be encouraged and developed<br />[47:35.000 --> 47:39.000]  in that organization and I think that is something that in many parts of<br />[47:39.000 --> 47:43.000]  Europe where there is big awareness for that<br />[47:43.000 --> 47:47.000]  so my hypothesis is that<br />[47:47.000 --> 47:51.000]  it's possible that Europe becomes<br />[47:51.000 --> 47:55.000]  the new hub of technology<br />[47:55.000 --> 47:59.000]  and I'll tell you why here's my hypothesis the reason why is that<br />[47:59.000 --> 48:03.000]  in terms of machine learning operations<br />[48:03.000 --> 48:07.000]  I've already talked to multiple people who know the<br />[48:07.000 --> 48:11.000]  data around it like big companies and they've told me that<br />[48:11.000 --> 48:15.000]  it's going to be close to impossible to hire people soon<br />[48:15.000 --> 48:19.000]  because essentially there's too many job openings<br />[48:19.000 --> 48:23.000]  and there's not enough people that know machine learning, machine learning operations, cloud computing<br />[48:23.000 --> 48:27.000]  and so the American culture unfortunately I think<br />[48:27.000 --> 48:31.000]  is so cutthroat that they don't encourage<br />[48:31.000 --> 48:35.000]  people to be loyal to their company<br />[48:35.000 --> 48:39.000]  and in addition to that because there is no universal healthcare system<br />[48:39.000 --> 48:43.000]  in the US<br />[48:43.000 --> 48:47.000]  it's kind of a prisoner's dilemma where nobody<br />[48:47.000 --> 48:51.000]  sees each other and so they're constantly optimizing<br />[48:51.000 --> 48:55.000]  but in the case of machine learning it's a different<br />[48:55.000 --> 48:59.000]  industry where you do really need to have<br />[48:59.000 --> 49:03.000]  some longevity for employees because the systems are very complex<br />[49:03.000 --> 49:07.000]  system to develop and so if the culture of Europe<br />[49:07.000 --> 49:11.000]  which is much more friendly to the worker I think it<br />[49:11.000 --> 49:15.000]  could lead to Europe having<br />[49:15.000 --> 49:19.000]  a better outcome for machine learning operations<br />[49:19.000 --> 49:23.000]  so that's one part of it and then the second part of it is the other thing the US has<br />[49:23.000 --> 49:27.000]  has done that I think Europe<br />[49:27.000 --> 49:31.000]  has done that if I compare Europe versus the US in terms of<br />[49:31.000 --> 49:35.000]  data privacy that I think the US has dropped the ball<br />[49:35.000 --> 49:39.000]  and they haven't done a good job at it but Europe has actually<br />[49:39.000 --> 49:43.000]  done much much better at holding tech companies accountable<br />[49:43.000 --> 49:47.000]  and I think if you asked<br />[49:47.000 --> 49:51.000]  well informed people if they would like some of the<br />[49:51.000 --> 49:55.000]  practices of the United States tech companies to change I think most<br />[49:55.000 --> 49:59.000]  well informed people would say we don't want you to recommend<br />[49:59.000 --> 50:03.000]  bad data like extremist video content<br />[50:03.000 --> 50:07.000]  I mean there's people that are extremists that love it<br />[50:07.000 --> 50:11.000]  or we don't want you to sell our personal information without our consent<br />[50:11.000 --> 50:15.000]  so it could also lead to a better<br />[50:15.000 --> 50:19.000]  outcome for the people<br />[50:19.000 --> 50:23.000]  that are using machine learning and AI in Europe<br />[50:23.000 --> 50:27.000]  so I actually suspect and this is my hypothesis<br />[50:27.000 --> 50:31.000]  who knows if I'm true or not is that I think Europe could be<br />[50:31.000 --> 50:35.000]  the leader from let's say 2022 to<br />[50:35.000 --> 50:39.000]  2040 in AI and ML because of<br />[50:39.000 --> 50:43.000]  the culture but I don't know that's just one hypothesis I have<br />[50:43.000 --> 50:47.000]  yeah I think around the what you mentioned before<br />[50:47.000 --> 50:51.000]  around the fact that perhaps Turnover is in tech companies here in Europe<br />[50:51.000 --> 50:55.000]  is less I think that definitely helps you build systems that survive the test of time as well<br />[50:55.000 --> 50:59.000]  right I mean everyone had the case when a key engineer<br />[50:59.000 --> 51:03.000]  off boards from a team leaves the company and then you need to<br />[51:03.000 --> 51:07.000]  hire another person right it's long times of not being super productive<br />[51:07.000 --> 51:11.000]  long time not being super effective so you continuously<br />[51:11.000 --> 51:15.000]  lose track that you need<br />[51:15.000 --> 51:19.000]  so I think you could be right there that in the<br />[51:19.000 --> 51:23.000]  longer run when systems really need to be matured and developed over<br />[51:23.000 --> 51:27.000]  longer time Europe might have an edge there<br />[51:27.000 --> 51:31.000]  might be a bit better suited to do that<br />[51:31.000 --> 51:37.000]  the salaries are still higher in the US and also I think many US companies are starting to enter more<br />[51:37.000 --> 51:41.000]  from a people perspective even remote work and everything they're starting to also<br />[51:41.000 --> 51:45.000]  poach more and more engineers from Europe because<br />[51:45.000 --> 51:49.000]  of course vacation and everything and having a healthy work life balance<br />[51:49.000 --> 51:53.000]  is one thing but for many people if you<br />[51:53.000 --> 51:57.000]  give you a 50% higher paycheck that's also a strong argument<br />[51:57.000 --> 52:01.000]  so it's difficult actually to also for Europe to<br />[52:01.000 --> 52:05.000]  keep the engineers here that as well<br />[52:05.000 --> 52:09.000]  no I will say this though if you work remote from<br />[52:09.000 --> 52:13.000]  Europe that's a very different scenario than living<br />[52:13.000 --> 52:17.000]  in the US because you'll see when<br />[52:17.000 --> 52:21.000]  unfortunately the United States since about 1980<br />[52:21.000 --> 52:25.000]  has declined and<br />[52:25.000 --> 52:29.000]  the data around the US is pretty dire<br />[52:29.000 --> 52:33.000]  actually the life expectancy is one of the<br />[52:33.000 --> 52:37.000]  lowest in the world for a G20 country<br />[52:37.000 --> 52:41.000]  so then if you walk through the major<br />[52:41.000 --> 52:45.000]  cities of the US there's just poverty<br />[52:45.000 --> 52:49.000]  everywhere like people are living in very low<br />[52:49.000 --> 52:53.000]  quality conditions where every time I go to Europe<br />[52:53.000 --> 52:57.000]  I go to Munich, I go to London, I go to wherever<br />[52:57.000 --> 53:01.000]  that basically the cities are beautiful<br />[53:01.000 --> 53:05.000]  and well maintained so I think if the cases that if a US company<br />[53:05.000 --> 53:09.000]  let a European live in Europe and work<br />[53:09.000 --> 53:13.000]  remote yeah that could work out because the European<br />[53:13.000 --> 53:17.000]  citizen has an EU citizen has amazing<br />[53:17.000 --> 53:21.000]  healthcare they have the<br />[53:21.000 --> 53:25.000]  safety net their cities aren't basically<br />[53:25.000 --> 53:29.000]  highly unequal but I think it's the<br />[53:29.000 --> 53:33.000]  location of the US in its current form<br />[53:33.000 --> 53:37.000]  I personally wouldn't recommend<br />[53:37.000 --> 53:41.000]  someone from Europe moving to the US because<br />[53:41.000 --> 53:45.000]  unfortunately I think it's a<br />[53:45.000 --> 53:49.000]  great place to live just to be totally honest<br />[53:49.000 --> 53:53.000]  if you're already in Europe and on the flip side I think that<br />[53:53.000 --> 53:57.000]  there's a lot of Americans actually who are very interested in<br />[53:57.000 --> 54:01.000]  universal healthcare in particular is not even<br />[54:01.000 --> 54:05.000]  possible in the US because of the politics in the US<br />[54:05.000 --> 54:09.000]  and a lot of medical bankruptcies occur<br />[54:09.000 --> 54:13.000]  and so from a start up perspective as well<br />[54:13.000 --> 54:17.000]  this is something that people don't talk about in America it's like yeah we're all about<br />[54:17.000 --> 54:21.000]  startups well think about how many more people would be able to<br />[54:21.000 --> 54:25.000]  create a company if you didn't have to worry about going bankrupt<br />[54:25.000 --> 54:29.000]  if you broke your arm or you have some kind of<br />[54:29.000 --> 54:33.000]  sickness or whatever so<br />[54:33.000 --> 54:37.000]  I think it's an interesting trade off<br />[54:37.000 --> 54:41.000]  situation and I would say that the sweet spot might be<br />[54:41.000 --> 54:45.000]  you work for an American company and get the higher salary but you still live in Europe<br />[54:45.000 --> 54:49.000]  that would be the dream scenario I think that's why many people are actually doing it<br />[54:49.000 --> 54:53.000]  I think especially since covid started you can really see it<br />[54:53.000 --> 54:57.000]  before that it wasn't really a thing working for a US company<br />[54:57.000 --> 55:01.000]  who really sits in the US and you're full remote but I think now since 2, 2 and a half years<br />[55:01.000 --> 55:05.000]  it's really becoming reality actually<br />[55:05.000 --> 55:09.000]  interesting yeah well<br />[55:09.000 --> 55:13.000]  hearing a lot of your ideas around<br />[55:13.000 --> 55:17.000]  startups and what you're doing and<br />[55:17.000 --> 55:21.000]  also about how you're a SageMaker<br />[55:21.000 --> 55:25.000]  is there any place that someone can get a hold of you<br />[55:25.000 --> 55:29.000]  if they listen to this on the Orelia platform or<br />[55:29.000 --> 55:33.000]  think content that you're developing yourself or any other information you want to share<br />[55:33.000 --> 55:37.000]  yeah definitely so I think best place to reach out to me and I'm always<br />[55:37.000 --> 55:41.000]  happy to receive a few messages and have a good chat or a virtual coffee<br />[55:41.000 --> 55:45.000]  is via LinkedIn my name is here that's how you can find me on LinkedIn<br />[55:45.000 --> 55:49.000]  I'm also at conferences here and there well in Europe mostly<br />[55:49.000 --> 55:53.000]  typically when there is an MLOps conference you're probably going to see me there<br />[55:53.000 --> 55:57.000]  in one way or another that is something as well<br />[55:57.000 --> 56:01.000]  cool yeah well I'm glad we had a chance to talk<br />[56:01.000 --> 56:05.000]  you taught me a few things that I'm definitely going to follow up on<br />[56:05.000 --> 56:09.000]  and I really appreciate it and hopefully we can talk again soon<br />[56:09.000 --> 56:13.000]  thanks a lot for the chat okay all right</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 23 Sep 2022 18:52:40 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p><p>[00:00.000 --> 00:02.260]  Hey, three, two, one, there we go, we're live.<br />[00:02.260 --> 00:07.260]  All right, so welcome Simon to Enterprise ML Ops interviews.<br />[00:09.760 --> 00:13.480]  The goal of these interviews is to get people exposed<br />[00:13.480 --> 00:17.680]  to real professionals who are doing work in ML Ops.<br />[00:17.680 --> 00:20.360]  It's such a cutting edge field<br />[00:20.360 --> 00:22.760]  that I think a lot of people are very curious about.<br />[00:22.760 --> 00:23.600]  What is it?<br />[00:23.600 --> 00:24.960]  You know, how do you do it?<br />[00:24.960 --> 00:27.760]  And very honored to have Simon here.<br />[00:27.760 --> 00:29.200]  And do you wanna introduce yourself<br />[00:29.200 --> 00:31.520]  and maybe talk a little bit about your background?<br />[00:31.520 --> 00:32.360]  Sure.<br />[00:32.360 --> 00:33.960]  Yeah, thanks again for inviting me.<br />[00:34.960 --> 00:38.160]  My name is Simon Stebelena or Simon.<br />[00:38.160 --> 00:40.440]  I am originally from Austria,<br />[00:40.440 --> 00:43.120]  but currently working in the Netherlands and Amsterdam<br />[00:43.120 --> 00:46.080]  at Transaction Monitoring Netherlands.<br />[00:46.080 --> 00:48.780]  Here I am the lead ML Ops engineer.<br />[00:49.840 --> 00:51.680]  What are we doing at TML actually?<br />[00:51.680 --> 00:55.560]  We are a data processing company actually.<br />[00:55.560 --> 00:59.320]  We are owned by the five large banks of Netherlands.<br />[00:59.320 --> 01:02.080]  And our purpose is kind of what the name says.<br />[01:02.080 --> 01:05.920]  We are basically lifting specifically anti money laundering.<br />[01:05.920 --> 01:08.040]  So anti money laundering models that run<br />[01:08.040 --> 01:11.440]  on a personalized transactions of businesses<br />[01:11.440 --> 01:13.240]  we get from these five banks<br />[01:13.240 --> 01:15.760]  to detect unusual patterns on that transaction graph<br />[01:15.760 --> 01:19.000]  that might indicate money laundering.<br />[01:19.000 --> 01:20.520]  That's a natural what we do.<br />[01:20.520 --> 01:21.800]  So as you can imagine,<br />[01:21.800 --> 01:24.160]  we are really focused on building models<br />[01:24.160 --> 01:27.280]  and obviously ML Ops is a big component there<br />[01:27.280 --> 01:29.920]  because that is really the core of what you do.<br />[01:29.920 --> 01:32.680]  You wanna do it efficiently and effectively as well.<br />[01:32.680 --> 01:34.760]  In my role as lead ML Ops engineer,<br />[01:34.760 --> 01:36.880]  I'm on the one hand the lead engineer<br />[01:36.880 --> 01:38.680]  of the actual ML Ops platform team.<br />[01:38.680 --> 01:40.200]  So this is actually a centralized team<br />[01:40.200 --> 01:42.680]  that builds out lots of the infrastructure<br />[01:42.680 --> 01:47.320]  that's needed to do modeling effectively and efficiently.<br />[01:47.320 --> 01:50.360]  But also I am the craft lead<br />[01:50.360 --> 01:52.640]  for the machine learning engineering craft.<br />[01:52.640 --> 01:55.120]  These are actually in our case, the machine learning engineers,<br />[01:55.120 --> 01:58.360]  the people working within the model development teams<br />[01:58.360 --> 01:59.360]  and cross functional teams<br />[01:59.360 --> 02:01.680]  actually building these models.<br />[02:01.680 --> 02:03.640]  That's what I'm currently doing<br />[02:03.640 --> 02:05.760]  during the evenings and weekends.<br />[02:05.760 --> 02:09.400]  I'm also lecturer at the University of Applied Sciences, Vienna.<br />[02:09.400 --> 02:12.080]  And there I'm teaching data mining<br />[02:12.080 --> 02:15.160]  and data warehousing to master students, essentially.<br />[02:16.240 --> 02:19.080]  Before TMNL, I was at bold.com,<br />[02:19.080 --> 02:21.960]  which is the largest eCommerce retailer in the Netherlands.<br />[02:21.960 --> 02:25.040]  So I always tend to see the Amazon of the Netherlands<br />[02:25.040 --> 02:27.560]  or been a lux actually.<br />[02:27.560 --> 02:30.920]  It is still the biggest eCommerce retailer in the Netherlands<br />[02:30.920 --> 02:32.960]  even before Amazon actually.<br />[02:32.960 --> 02:36.160]  And there I was an expert machine learning engineer.<br />[02:36.160 --> 02:39.240]  So doing somewhat comparable stuff,<br />[02:39.240 --> 02:42.440]  a bit more still focused on the actual modeling part.<br />[02:42.440 --> 02:44.800]  Now it's really more on the infrastructure end.<br />[02:45.760 --> 02:46.760]  And well, before that,<br />[02:46.760 --> 02:49.360]  I spent some time in consulting, leading a data science team.<br />[02:49.360 --> 02:50.880]  That's actually where I kind of come from.<br />[02:50.880 --> 02:53.360]  I really come from originally the data science end.<br />[02:54.640 --> 02:57.840]  And there I kind of started drifting towards ML Ops<br />[02:57.840 --> 02:59.200]  because we started building out<br />[02:59.200 --> 03:01.640]  a deployment and serving platform<br />[03:01.640 --> 03:04.440]  that would as consulting company would make it easier<br />[03:04.440 --> 03:07.920]  for us to deploy models for our clients<br />[03:07.920 --> 03:10.840]  to serve these models, to also monitor these models.<br />[03:10.840 --> 03:12.800]  And that kind of then made me drift further and further<br />[03:12.800 --> 03:15.520]  down the engineering lane all the way to ML Ops.<br />[03:17.000 --> 03:19.600]  Great, yeah, that's a great background.<br />[03:19.600 --> 03:23.200]  I'm kind of curious in terms of the data science<br />[03:23.200 --> 03:25.240]  to ML Ops journey,<br />[03:25.240 --> 03:27.720]  that I think would be a great discussion<br />[03:27.720 --> 03:29.080]  to dig into a little bit.<br />[03:30.280 --> 03:34.320]  My background is originally more on the software engineering<br />[03:34.320 --> 03:36.920]  side and when I was in the Bay Area,<br />[03:36.920 --> 03:41.160]  I did individual contributor and then ran companies<br />[03:41.160 --> 03:44.240]  at one point and ran multiple teams.<br />[03:44.240 --> 03:49.240]  And then as the data science field exploded,<br />[03:49.240 --> 03:52.880]  I hired multiple data science teams and worked with them.<br />[03:52.880 --> 03:55.800]  But what was interesting is that I found that<br />[03:56.840 --> 03:59.520]  I think the original approach of data science<br />[03:59.520 --> 04:02.520]  from my perspective was lacking<br />[04:02.520 --> 04:07.240]  in that there wasn't really like deliverables.<br />[04:07.240 --> 04:10.520]  And I think when you look at a software engineering team,<br />[04:10.520 --> 04:12.240]  it's very clear there's deliverables.<br />[04:12.240 --> 04:14.800]  Like you have a mobile app and it has to get better<br />[04:14.800 --> 04:15.880]  each week, right?<br />[04:15.880 --> 04:18.200]  Where else, what are you doing?<br />[04:18.200 --> 04:20.880]  And so I would love to hear your story<br />[04:20.880 --> 04:25.120]  about how you went from doing kind of more pure data science<br />[04:25.120 --> 04:27.960]  to now it sounds like ML Ops.<br />[04:27.960 --> 04:30.240]  Yeah, yeah, actually.<br />[04:30.240 --> 04:33.800]  So back then in consulting one of the,<br />[04:33.800 --> 04:36.200]  which was still at least back then in Austria,<br />[04:36.200 --> 04:39.280]  data science and everything around it was still kind of<br />[04:39.280 --> 04:43.720]  in this infancy back then 2016 and so on.<br />[04:43.720 --> 04:46.560]  It was still really, really new to many organizations,<br />[04:46.560 --> 04:47.400]  at least in Austria.<br />[04:47.400 --> 04:50.120]  There might be some years behind in the US and stuff.<br />[04:50.120 --> 04:52.040]  But back then it was still relatively fresh.<br />[04:52.040 --> 04:55.240]  So in consulting, what we very often struggled with was<br />[04:55.240 --> 04:58.520]  on the modeling end, problems could be solved,<br />[04:58.520 --> 05:02.040]  but actually then easy deployment,<br />[05:02.040 --> 05:05.600]  keeping these models in production at client side.<br />[05:05.600 --> 05:08.880]  That was always a bit more of the challenge.<br />[05:08.880 --> 05:12.400]  And so naturally kind of I started thinking<br />[05:12.400 --> 05:16.200]  and focusing more on the actual bigger problem that I saw,<br />[05:16.200 --> 05:19.440]  which was not so much building the models,<br />[05:19.440 --> 05:23.080]  but it was really more, how can we streamline things?<br />[05:23.080 --> 05:24.800]  How can we keep things operating?<br />[05:24.800 --> 05:27.960]  How can we make that move easier from a prototype,<br />[05:27.960 --> 05:30.680]  from a PUC to a productionized model?<br />[05:30.680 --> 05:33.160]  Also how can we keep it there and maintain it there?<br />[05:33.160 --> 05:35.480]  So personally I was really more,<br />[05:35.480 --> 05:37.680]  I saw that this problem was coming up<br />[05:38.960 --> 05:40.320]  and that really fascinated me.<br />[05:40.320 --> 05:44.120]  So I started jumping more on that exciting problem.<br />[05:44.120 --> 05:45.080]  That's how it went for me.<br />[05:45.080 --> 05:47.000]  And back then we then also recognized it<br />[05:47.000 --> 05:51.560]  as a potential product in our case.<br />[05:51.560 --> 05:54.120]  So we started building out that deployment<br />[05:54.120 --> 05:56.960]  and serving and monitoring platform, actually.<br />[05:56.960 --> 05:59.520]  And that then really for me, naturally,<br />[05:59.520 --> 06:01.840]  I fell into that rabbit hole<br />[06:01.840 --> 06:04.280]  and I also never wanted to get out of it again.<br />[06:05.680 --> 06:09.400]  So the system that you built initially,<br />[06:09.400 --> 06:10.840]  what was your stack?<br />[06:10.840 --> 06:13.760]  What were some of the things you were using?<br />[06:13.760 --> 06:17.000]  Yeah, so essentially we had,<br />[06:17.000 --> 06:19.560]  when we talk about the stack on the backend,<br />[06:19.560 --> 06:20.560]  there was a lot of,<br />[06:20.560 --> 06:23.000]  so the full backend was written in Java.<br />[06:23.000 --> 06:25.560]  We were using more from a user perspective,<br />[06:25.560 --> 06:28.040]  the contract that we kind of had,<br />[06:28.040 --> 06:32.560]  our goal was to build a drag and drop platform for models.<br />[06:32.560 --> 06:35.760]  So basically the contract was you package your model<br />[06:35.760 --> 06:37.960]  as an MLflow model,<br />[06:37.960 --> 06:41.520]  and then you basically drag and drop it into a web UI.<br />[06:41.520 --> 06:43.640]  It's gonna be wrapped in containers.<br />[06:43.640 --> 06:45.040]  It's gonna be deployed.<br />[06:45.040 --> 06:45.880]  It's gonna be,<br />[06:45.880 --> 06:49.680]  there will be a monitoring layer in front of it<br />[06:49.680 --> 06:52.760]  based on whatever the dataset is you trained it on.<br />[06:52.760 --> 06:55.920]  You would automatically calculate different metrics,<br />[06:55.920 --> 06:57.360]  different distributional metrics<br />[06:57.360 --> 06:59.240]  around your variables that you are using.<br />[06:59.240 --> 07:02.080]  And so we were layering this approach<br />[07:02.080 --> 07:06.840]  to, so that eventually every incoming request would be,<br />[07:06.840 --> 07:08.160]  you would have a nice dashboard.<br />[07:08.160 --> 07:10.040]  You could monitor all that stuff.<br />[07:10.040 --> 07:12.600]  So stackwise it was actually MLflow.<br />[07:12.600 --> 07:15.480]  Specifically MLflow models a lot.<br />[07:15.480 --> 07:17.920]  Then it was Java in the backend, Python.<br />[07:17.920 --> 07:19.760]  There was a lot of Python,<br />[07:19.760 --> 07:22.040]  especially PySpark component as well.<br />[07:23.000 --> 07:25.880]  There was a, it's been quite a while actually,<br />[07:25.880 --> 07:29.160]  there was a quite some part written in Scala.<br />[07:29.160 --> 07:32.280]  Also, because there was a component of this platform<br />[07:32.280 --> 07:34.800]  was also a bit of an auto ML approach,<br />[07:34.800 --> 07:36.480]  but that died then over time.<br />[07:36.480 --> 07:40.120]  And that was also based on PySpark<br />[07:40.120 --> 07:43.280]  and vanilla Spark written in Scala.<br />[07:43.280 --> 07:45.560]  So we could facilitate the auto ML part.<br />[07:45.560 --> 07:48.600]  And then later on we actually added that deployment,<br />[07:48.600 --> 07:51.480]  the easy deployment and serving part.<br />[07:51.480 --> 07:55.280]  So that was kind of, yeah, a lot of custom build stuff.<br />[07:55.280 --> 07:56.120]  Back then, right?<br />[07:56.120 --> 07:59.720]  There wasn't that much MLOps tooling out there yet.<br />[07:59.720 --> 08:02.920]  So you need to build a lot of that stuff custom.<br />[08:02.920 --> 08:05.280]  So it was largely custom built.<br />[08:05.280 --> 08:09.280]  Yeah, the MLflow concept is an interesting concept<br />[08:09.280 --> 08:13.880]  because they provide this package structure<br />[08:13.880 --> 08:17.520]  that at least you have some idea of,<br />[08:17.520 --> 08:19.920]  what is gonna be sent into the model<br />[08:19.920 --> 08:22.680]  and like there's a format for the model.<br />[08:22.680 --> 08:24.720]  And I think that part of MLflow<br />[08:24.720 --> 08:27.520]  seems to be a pretty good idea,<br />[08:27.520 --> 08:30.080]  which is you're creating a standard where,<br />[08:30.080 --> 08:32.360]  you know, if in the case of,<br />[08:32.360 --> 08:34.720]  if you're using scikit learn or something,<br />[08:34.720 --> 08:37.960]  you don't necessarily want to just throw<br />[08:37.960 --> 08:40.560]  like a pickled model somewhere and just say,<br />[08:40.560 --> 08:42.720]  okay, you know, let's go.<br />[08:42.720 --> 08:44.760]  Yeah, that was also our thinking back then.<br />[08:44.760 --> 08:48.040]  So we thought a lot about what would be a,<br />[08:48.040 --> 08:51.720]  what would be, what could become the standard actually<br />[08:51.720 --> 08:53.920]  for how you package models.<br />[08:53.920 --> 08:56.200]  And back then MLflow was one of the little tools<br />[08:56.200 --> 08:58.160]  that was already there, already existent.<br />[08:58.160 --> 09:00.360]  And of course there was data bricks behind it.<br />[09:00.360 --> 09:02.680]  So we also made a bet on that back then and said,<br />[09:02.680 --> 09:04.920]  all right, let's follow that packaging standard<br />[09:04.920 --> 09:08.680]  and make it the contract how you would as a data scientist,<br />[09:08.680 --> 09:10.800]  then how you would need to package it up<br />[09:10.800 --> 09:13.640]  and submit it to the platform.<br />[09:13.640 --> 09:16.800]  Yeah, it's interesting because the,<br />[09:16.800 --> 09:19.560]  one of the, this reminds me of one of the issues<br />[09:19.560 --> 09:21.800]  that's happening right now with cloud computing,<br />[09:21.800 --> 09:26.800]  where in the cloud AWS has dominated for a long time<br />[09:29.480 --> 09:34.480]  and they have 40% market share, I think globally.<br />[09:34.480 --> 09:38.960]  And Azure's now gaining and they have some pretty good traction<br />[09:38.960 --> 09:43.120]  and then GCP's been down for a bit, you know,<br />[09:43.120 --> 09:45.760]  in that maybe the 10% range or something like that.<br />[09:45.760 --> 09:47.760]  But what's interesting is that it seems like<br />[09:47.760 --> 09:51.480]  in the case of all of the cloud providers,<br />[09:51.480 --> 09:54.360]  they haven't necessarily been leading the way<br />[09:54.360 --> 09:57.840]  on things like packaging models, right?<br />[09:57.840 --> 10:01.480]  Or, you know, they have their own proprietary systems<br />[10:01.480 --> 10:06.480]  which have been developed and are continuing to be developed<br />[10:06.640 --> 10:08.920]  like Vertex AI in the case of Google,<br />[10:09.760 --> 10:13.160]  the SageMaker in the case of Amazon.<br />[10:13.160 --> 10:16.480]  But what's interesting is, let's just take SageMaker,<br />[10:16.480 --> 10:20.920]  for example, there isn't really like this, you know,<br />[10:20.920 --> 10:25.480]  industry wide standard of model packaging<br />[10:25.480 --> 10:28.680]  that SageMaker uses, they have their own proprietary stuff<br />[10:28.680 --> 10:31.040]  that kind of builds in and Vertex AI<br />[10:31.040 --> 10:32.440]  has their own proprietary stuff.<br />[10:32.440 --> 10:34.920]  So, you know, I think it is interesting<br />[10:34.920 --> 10:36.960]  to see what's gonna happen<br />[10:36.960 --> 10:41.120]  because I think your original hypothesis which is,<br />[10:41.120 --> 10:44.960]  let's pick, you know, this looks like it's got some traction<br />[10:44.960 --> 10:48.760]  and it wasn't necessarily tied directly to a cloud provider<br />[10:48.760 --> 10:51.600]  because Databricks can work on anything.<br />[10:51.600 --> 10:53.680]  It seems like that in particular,<br />[10:53.680 --> 10:56.800]  that's one of the more sticky problems right now<br />[10:56.800 --> 11:01.800]  with MLopsis is, you know, who's the leader?<br />[11:02.280 --> 11:05.440]  Like, who's developing the right, you know,<br />[11:05.440 --> 11:08.880]  kind of a standard for tooling.<br />[11:08.880 --> 11:12.320]  And I don't know, maybe that leads into kind of you talking<br />[11:12.320 --> 11:13.760]  a little bit about what you're doing currently.<br />[11:13.760 --> 11:15.600]  Like, do you have any thoughts about the, you know,<br />[11:15.600 --> 11:18.720]  current tooling and what you're doing at your current company<br />[11:18.720 --> 11:20.920]  and what's going on with that?<br />[11:20.920 --> 11:21.760]  Absolutely.<br />[11:21.760 --> 11:24.200]  So at my current organization,<br />[11:24.200 --> 11:26.040]  Transaction Monitor Netherlands,<br />[11:26.040 --> 11:27.480]  we are fully on AWS.<br />[11:27.480 --> 11:32.000]  So we're really almost cloud native AWS.<br />[11:32.000 --> 11:34.840]  And so that also means everything we do on the modeling side<br />[11:34.840 --> 11:36.600]  really evolves around SageMaker.<br />[11:37.680 --> 11:40.840]  So for us, specifically for us as MLops team,<br />[11:40.840 --> 11:44.680]  we are building the platform around SageMaker capabilities.<br />[11:45.680 --> 11:48.360]  And on that end, at least company internal,<br />[11:48.360 --> 11:52.880]  we have a contract how you must actually deploy models.<br />[11:52.880 --> 11:56.200]  There is only one way, what we call the golden path,<br />[11:56.200 --> 11:59.800]  in that case, this is the streamlined highly automated path<br />[11:59.800 --> 12:01.360]  that is supported by the platform.<br />[12:01.360 --> 12:04.360]  This is the only way how you can actually deploy models.<br />[12:04.360 --> 12:09.360]  And in our case, that is actually a SageMaker pipeline object.<br />[12:09.640 --> 12:12.680]  So in our company, we're doing large scale batch processing.<br />[12:12.680 --> 12:15.040]  So we're actually not doing anything real time at present.<br />[12:15.040 --> 12:17.040]  We are doing post transaction monitoring.<br />[12:17.040 --> 12:20.960]  So that means you need to submit essentially DAX, right?<br />[12:20.960 --> 12:23.400]  This is what we use for training.<br />[12:23.400 --> 12:25.680]  This is what we also deploy eventually.<br />[12:25.680 --> 12:27.720]  And this is our internal contract.<br />[12:27.720 --> 12:32.200]  You need to provision a SageMaker in your model repository.<br />[12:32.200 --> 12:34.640]  You got to have one place,<br />[12:34.640 --> 12:37.840]  and there must be a function with a specific name<br />[12:37.840 --> 12:41.440]  and that function must return a SageMaker pipeline object.<br />[12:41.440 --> 12:44.920]  So this is our internal contract actually.<br />[12:44.920 --> 12:46.600]  Yeah, that's interesting.<br />[12:46.600 --> 12:51.200]  I mean, and I could see like for, I know many people<br />[12:51.200 --> 12:53.880]  that are using SageMaker in production,<br />[12:53.880 --> 12:58.680]  and it does seem like where it has some advantages<br />[12:58.680 --> 13:02.360]  is that AWS generally does a pretty good job<br />[13:02.360 --> 13:04.240]  at building solutions.<br />[13:04.240 --> 13:06.920]  And if you just look at the history of services,<br />[13:06.920 --> 13:09.080]  the odds are pretty high<br />[13:09.080 --> 13:12.880]  that they'll keep getting better, keep improving things.<br />[13:12.880 --> 13:17.080]  And it seems like what I'm hearing from people,<br />[13:17.080 --> 13:19.080]  and it sounds like maybe with your organization as well,<br />[13:19.080 --> 13:24.080]  is that potentially the SDK for SageMaker<br />[13:24.440 --> 13:29.120]  is really the win versus some of the UX tools they have<br />[13:29.120 --> 13:32.680]  and the interface for Canvas and Studio.<br />[13:32.680 --> 13:36.080]  Is that what's happening?<br />[13:36.080 --> 13:38.720]  Yeah, so I think, right,<br />[13:38.720 --> 13:41.440]  what we try to do is we always try to think about our users.<br />[13:41.440 --> 13:44.880]  So how do our users, who are our users?<br />[13:44.880 --> 13:47.000]  What capabilities and skills do they have?<br />[13:47.000 --> 13:50.080]  And what freedom should they have<br />[13:50.080 --> 13:52.640]  and what abilities should they have to develop models?<br />[13:52.640 --> 13:55.440]  In our case, we don't really have use cases<br />[13:55.440 --> 13:58.640]  for stuff like Canvas because our users<br />[13:58.640 --> 14:02.680]  are fairly mature teams that know how to do their,<br />[14:02.680 --> 14:04.320]  on the one hand, the data science stuff, of course,<br />[14:04.320 --> 14:06.400]  but also the engineering stuff.<br />[14:06.400 --> 14:08.160]  So in our case, things like Canvas<br />[14:08.160 --> 14:10.320]  do not really play so much role<br />[14:10.320 --> 14:12.960]  because obviously due to the high abstraction layer<br />[14:12.960 --> 14:15.640]  of more like graphical user interfaces,<br />[14:15.640 --> 14:17.360]  drag and drop tooling,<br />[14:17.360 --> 14:20.360]  you are also limited in what you can do,<br />[14:20.360 --> 14:22.480]  or what you can do easily.<br />[14:22.480 --> 14:26.320]  So in our case, really, it is the strength of the flexibility<br />[14:26.320 --> 14:28.320]  that the SageMaker SDK gives you.<br />[14:28.320 --> 14:33.040]  And in general, the SDK around most AWS services.<br />[14:34.080 --> 14:36.760]  But also it comes with challenges, of course.<br />[14:37.720 --> 14:38.960]  You give a lot of freedom,<br />[14:38.960 --> 14:43.400]  but also you're creating a certain ask,<br />[14:43.400 --> 14:47.320]  certain requirements for your model development teams,<br />[14:47.320 --> 14:49.600]  which is also why we've also been working<br />[14:49.600 --> 14:52.600]  about abstracting further away from the SDK.<br />[14:52.600 --> 14:54.600]  So our objective is actually<br />[14:54.600 --> 14:58.760]  that you should not be forced to interact with the raw SDK<br />[14:58.760 --> 15:00.600]  when you use SageMaker anymore,<br />[15:00.600 --> 15:03.520]  but you have a thin layer of abstraction<br />[15:03.520 --> 15:05.480]  on top of what you are doing.<br />[15:05.480 --> 15:07.480]  That's actually something we are moving towards<br />[15:07.480 --> 15:09.320]  more and more as well.<br />[15:09.320 --> 15:11.120]  Because yeah, it gives you the flexibility,<br />[15:11.120 --> 15:12.960]  but also flexibility comes at a cost,<br />[15:12.960 --> 15:15.080]  comes often at the cost of speeds,<br />[15:15.080 --> 15:18.560]  specifically when it comes to the 90% default stuff<br />[15:18.560 --> 15:20.720]  that you want to do, yeah.<br />[15:20.720 --> 15:24.160]  And one of the things that I have as a complaint<br />[15:24.160 --> 15:29.160]  against SageMaker is that it only uses virtual machines,<br />[15:30.000 --> 15:35.000]  and it does seem like a strange strategy in some sense.<br />[15:35.000 --> 15:40.000]  Like for example, I guess if you're doing batch only,<br />[15:40.000 --> 15:42.000]  it doesn't matter as much,<br />[15:42.000 --> 15:45.000]  which I think is a good strategy actually<br />[15:45.000 --> 15:50.000]  to get your batch based predictions very, very strong.<br />[15:50.000 --> 15:53.000]  And in that case, maybe the virtual machines<br />[15:53.000 --> 15:56.000]  make a little bit less of a complaint.<br />[15:56.000 --> 16:00.000]  But in the case of the endpoints with SageMaker,<br />[16:00.000 --> 16:02.000]  the fact that you have to spend up<br />[16:02.000 --> 16:04.000]  these really expensive virtual machines<br />[16:04.000 --> 16:08.000]  and let them run 24 seven to do online prediction,<br />[16:08.000 --> 16:11.000]  is that something that your organization evaluated<br />[16:11.000 --> 16:13.000]  and decided not to use?<br />[16:13.000 --> 16:15.000]  Or like, what are your thoughts behind that?<br />[16:15.000 --> 16:19.000]  Yeah, in our case, doing real time<br />[16:19.000 --> 16:22.000]  or near real time inference is currently not really relevant<br />[16:22.000 --> 16:25.000]  for the simple reason that when you think a bit more<br />[16:25.000 --> 16:28.000]  about the money laundering or anti money laundering space,<br />[16:28.000 --> 16:31.000]  typically when, right,<br />[16:31.000 --> 16:34.000]  all every individual bank must do anti money laundering<br />[16:34.000 --> 16:37.000]  and they have armies of people doing that.<br />[16:37.000 --> 16:39.000]  But on the other hand,<br />[16:39.000 --> 16:43.000]  the time it actually takes from one of their systems,<br />[16:43.000 --> 16:46.000]  one of their AML systems actually detecting something<br />[16:46.000 --> 16:49.000]  that's unusual that then goes into a review process<br />[16:49.000 --> 16:54.000]  until it eventually hits the governmental institution<br />[16:54.000 --> 16:56.000]  that then takes care of the cases that have been<br />[16:56.000 --> 16:58.000]  at least twice validated that they are indeed,<br />[16:58.000 --> 17:01.000]  they look very unusual.<br />[17:01.000 --> 17:04.000]  So this takes a while, this can take quite some time,<br />[17:04.000 --> 17:06.000]  which is also why it doesn't really matter<br />[17:06.000 --> 17:09.000]  whether you ship your prediction within a second<br />[17:09.000 --> 17:13.000]  or whether it takes you a week or two weeks.<br />[17:13.000 --> 17:15.000]  It doesn't really matter, hence for us,<br />[17:15.000 --> 17:19.000]  that problem so far thinking about real time inference<br />[17:19.000 --> 17:21.000]  has not been there.<br />[17:21.000 --> 17:25.000]  But yeah, indeed, for other use cases,<br />[17:25.000 --> 17:27.000]  for also private projects,<br />[17:27.000 --> 17:29.000]  we've also been considering SageMaker Endpoints<br />[17:29.000 --> 17:31.000]  for a while, but exactly what you said,<br />[17:31.000 --> 17:33.000]  the fact that you need to have a very beefy machine<br />[17:33.000 --> 17:35.000]  running all the time,<br />[17:35.000 --> 17:39.000]  specifically when you have heavy GPU loads, right,<br />[17:39.000 --> 17:43.000]  and you're actually paying for that machine running 2047,<br />[17:43.000 --> 17:46.000]  although you do have quite fluctuating load.<br />[17:46.000 --> 17:49.000]  Yeah, then that definitely becomes quite a consideration<br />[17:49.000 --> 17:51.000]  of what you go for.<br />[17:51.000 --> 17:58.000]  Yeah, and I actually have been talking to AWS about that,<br />[17:58.000 --> 18:02.000]  because one of the issues that I have is that<br />[18:02.000 --> 18:07.000]  the AWS platform really pushes serverless,<br />[18:07.000 --> 18:10.000]  and then my question for AWS is,<br />[18:10.000 --> 18:13.000]  so why aren't you using it?<br />[18:13.000 --> 18:16.000]  I mean, if you're pushing serverless for everything,<br />[18:16.000 --> 18:19.000]  why is SageMaker nothing serverless?<br />[18:19.000 --> 18:21.000]  And so maybe they're going to do that, I don't know.<br />[18:21.000 --> 18:23.000]  I don't have any inside information,<br />[18:23.000 --> 18:29.000]  but it is interesting to hear you had some similar concerns.<br />[18:29.000 --> 18:32.000]  I know that there's two questions here.<br />[18:32.000 --> 18:37.000]  One is someone asked about what do you do for data versioning,<br />[18:37.000 --> 18:41.000]  and a second one is how do you do event based MLOps?<br />[18:41.000 --> 18:43.000]  So maybe kind of following up.<br />[18:43.000 --> 18:46.000]  Yeah, what do we do for data versioning?<br />[18:46.000 --> 18:51.000]  On the one hand, we're running a data lakehouse,<br />[18:51.000 --> 18:54.000]  where after data we get from the financial institutions,<br />[18:54.000 --> 18:57.000]  from the banks that runs through massive data pipeline,<br />[18:57.000 --> 19:01.000]  also on AWS, we're using glue and step functions actually for that,<br />[19:01.000 --> 19:03.000]  and then eventually it ends up modeled to some extent,<br />[19:03.000 --> 19:06.000]  sanitized, quality checked in our data lakehouse,<br />[19:06.000 --> 19:10.000]  and there we're actually using hoodie on top of S3.<br />[19:10.000 --> 19:13.000]  And this is also what we use for versioning,<br />[19:13.000 --> 19:16.000]  which we use for time travel and all these things.<br />[19:16.000 --> 19:19.000]  So that is hoodie on top of S3,<br />[19:19.000 --> 19:21.000]  when then pipelines,<br />[19:21.000 --> 19:24.000]  so actually our model pipelines plug in there<br />[19:24.000 --> 19:27.000]  and spit out predictions, alerts,<br />[19:27.000 --> 19:29.000]  what we call alerts eventually.<br />[19:29.000 --> 19:33.000]  That is something that we version based on unique IDs.<br />[19:33.000 --> 19:36.000]  So processing IDs, we track pretty much everything,<br />[19:36.000 --> 19:39.000]  every line of code that touched,<br />[19:39.000 --> 19:43.000]  is related to a specific row in our data.<br />[19:43.000 --> 19:46.000]  So we can exactly track back for every single row<br />[19:46.000 --> 19:48.000]  in our predictions and in our alerts,<br />[19:48.000 --> 19:50.000]  what pipeline ran on it,<br />[19:50.000 --> 19:52.000]  which jobs were in that pipeline,<br />[19:52.000 --> 19:56.000]  which code exactly was running in each job,<br />[19:56.000 --> 19:58.000]  which intermediate results were produced.<br />[19:58.000 --> 20:01.000]  So we're basically adding lineage information<br />[20:01.000 --> 20:03.000]  to everything we output along that line,<br />[20:03.000 --> 20:05.000]  so we can track everything back<br />[20:05.000 --> 20:09.000]  using a few tools we've built.<br />[20:09.000 --> 20:12.000]  So the tool you mentioned,<br />[20:12.000 --> 20:13.000]  I'm not familiar with it.<br />[20:13.000 --> 20:14.000]  What is it called again?<br />[20:14.000 --> 20:15.000]  It's called hoodie?<br />[20:15.000 --> 20:16.000]  Hoodie.<br />[20:16.000 --> 20:17.000]  Hoodie.<br />[20:17.000 --> 20:18.000]  Oh, what is it?<br />[20:18.000 --> 20:19.000]  Maybe you can describe it.<br />[20:19.000 --> 20:22.000]  Yeah, hoodie is essentially,<br />[20:22.000 --> 20:29.000]  it's quite similar to other tools such as<br />[20:29.000 --> 20:31.000]  Databricks, how is it called?<br />[20:31.000 --> 20:32.000]  Databricks?<br />[20:32.000 --> 20:33.000]  Delta Lake maybe?<br />[20:33.000 --> 20:34.000]  Yes, exactly.<br />[20:34.000 --> 20:35.000]  Exactly.<br />[20:35.000 --> 20:38.000]  It's basically, it's equivalent to Delta Lake,<br />[20:38.000 --> 20:40.000]  just back then when we looked into<br />[20:40.000 --> 20:42.000]  what are we going to use.<br />[20:42.000 --> 20:44.000]  Delta Lake was not open sourced yet.<br />[20:44.000 --> 20:46.000]  Databricks open sourced a while ago.<br />[20:46.000 --> 20:47.000]  We went for Hoodie.<br />[20:47.000 --> 20:50.000]  It essentially, it is a layer on top of,<br />[20:50.000 --> 20:53.000]  in our case, S3 that allows you<br />[20:53.000 --> 20:58.000]  to more easily keep track of what you,<br />[20:58.000 --> 21:03.000]  of the actions you are performing on your data.<br />[21:03.000 --> 21:08.000]  So it's essentially very similar to Delta Lake,<br />[21:08.000 --> 21:13.000]  just already before an open sourced solution.<br />[21:13.000 --> 21:15.000]  Yeah, that's, I didn't know anything about that.<br />[21:15.000 --> 21:16.000]  So now I do.<br />[21:16.000 --> 21:19.000]  So thanks for letting me know.<br />[21:19.000 --> 21:21.000]  I'll have to look into that.<br />[21:21.000 --> 21:27.000]  The other, I guess, interesting stack related question is,<br />[21:27.000 --> 21:29.000]  what are your thoughts about,<br />[21:29.000 --> 21:32.000]  I think there's two areas that I think<br />[21:32.000 --> 21:34.000]  are interesting and that are emerging.<br />[21:34.000 --> 21:36.000]  Oh, actually there's, there's multiple.<br />[21:36.000 --> 21:37.000]  Maybe I'll just bring them all up.<br />[21:37.000 --> 21:39.000]  So we'll do one by one.<br />[21:39.000 --> 21:42.000]  So these are some emerging areas that I'm, that I'm seeing.<br />[21:42.000 --> 21:49.000]  So one is the concept of event driven, you know,<br />[21:49.000 --> 21:54.000]  architecture versus, versus maybe like a static architecture.<br />[21:54.000 --> 21:57.000]  And so I think obviously you're using step functions.<br />[21:57.000 --> 22:00.000]  So you're a fan of, of event driven architecture.<br />[22:00.000 --> 22:04.000]  Maybe we start, we'll start with that one is what are your,<br />[22:04.000 --> 22:08.000]  what are your thoughts on going more event driven in your organization?<br />[22:08.000 --> 22:09.000]  Yeah.<br />[22:09.000 --> 22:13.000]  In, in, in our case, essentially everything works event driven.<br />[22:13.000 --> 22:14.000]  Right.<br />[22:14.000 --> 22:19.000]  So since we on AWS, we're using event bridge or cloud watch events.<br />[22:19.000 --> 22:21.000]  I think now it's called everywhere.<br />[22:21.000 --> 22:22.000]  Right.<br />[22:22.000 --> 22:24.000]  This is how we trigger pretty much everything in our stack.<br />[22:24.000 --> 22:27.000]  This is how we trigger our data pipelines when data comes in.<br />[22:27.000 --> 22:32.000]  This is how we trigger different, different lambdas that parse our<br />[22:32.000 --> 22:35.000]  certain information from your log, store them in different databases.<br />[22:35.000 --> 22:40.000]  This is how we also, how we, at some point in the back in the past,<br />[22:40.000 --> 22:44.000]  how we also triggered new deployments when new models were approved in<br />[22:44.000 --> 22:46.000]  your model registry.<br />[22:46.000 --> 22:50.000]  So basically everything we've been doing is, is fully event driven.<br />[22:50.000 --> 22:51.000]  Yeah.<br />[22:51.000 --> 22:56.000]  So, so I think this is a key thing you bring up here is that I've,<br />[22:56.000 --> 23:00.000]  I've talked to many people who don't use AWS, who are, you know,<br />[23:00.000 --> 23:03.000]  all alternatively experts at technology.<br />[23:03.000 --> 23:06.000]  And one of the things that I've heard some people say is like, oh,<br />[23:06.000 --> 23:13.000]  well, AWS is in as fast as X or Y, like Lambda is in as fast as X or Y or,<br />[23:13.000 --> 23:17.000]  you know, Kubernetes or, but, but the point you bring up is exactly the<br />[23:17.000 --> 23:24.000]  way I think about AWS is that the true advantage of AWS platform is the,<br />[23:24.000 --> 23:29.000]  is the tight integration with the services and you can design event<br />[23:29.000 --> 23:31.000]  driven workflows.<br />[23:31.000 --> 23:33.000]  Would you say that's, that's absolutely.<br />[23:33.000 --> 23:34.000]  Yeah.<br />[23:34.000 --> 23:35.000]  Yeah.<br />[23:35.000 --> 23:39.000]  I think designing event driven workflows on AWS is incredibly easy to do.<br />[23:39.000 --> 23:40.000]  Yeah.<br />[23:40.000 --> 23:43.000]  And it also comes incredibly natural and that's extremely powerful.<br />[23:43.000 --> 23:44.000]  Right.<br />[23:44.000 --> 23:49.000]  And simply by, by having an easy way how to trigger lambdas event driven,<br />[23:49.000 --> 23:52.000]  you can pretty much, right, pretty much do everything and glue<br />[23:52.000 --> 23:54.000]  everything together that you want.<br />[23:54.000 --> 23:56.000]  I think that gives you a tremendous flexibility.<br />[23:56.000 --> 23:57.000]  Yeah.<br />[23:57.000 --> 24:00.000]  So, so I think there's two things that come to mind now.<br />[24:00.000 --> 24:07.000]  One is that, that if you are developing an ML ops platform that you<br />[24:07.000 --> 24:09.000]  can't ignore Lambda.<br />[24:09.000 --> 24:12.000]  So I, because I've had some people tell me, oh, well, we can do this and<br />[24:12.000 --> 24:13.000]  this and this better.<br />[24:13.000 --> 24:17.000]  It's like, yeah, but if you're going to be on AWS, you have to understand<br />[24:17.000 --> 24:18.000]  why people use Lambda.<br />[24:18.000 --> 24:19.000]  It isn't speed.<br />[24:19.000 --> 24:24.000]  It's, it's the ease of, ease of developing very rich solutions.<br />[24:24.000 --> 24:25.000]  Right.<br />[24:25.000 --> 24:26.000]  Absolutely.<br />[24:26.000 --> 24:28.000]  And then the glue between, between what you are building eventually.<br />[24:28.000 --> 24:33.000]  And you can even almost your, the thoughts in your mind turn into Lambda.<br />[24:33.000 --> 24:36.000]  You know, like you can be thinking and building code so quickly.<br />[24:36.000 --> 24:37.000]  Absolutely.<br />[24:37.000 --> 24:41.000]  Everything turns into which event do I need to listen to and then I trigger<br />[24:41.000 --> 24:43.000]  a Lambda and that Lambda does this and that.<br />[24:43.000 --> 24:44.000]  Yeah.<br />[24:44.000 --> 24:48.000]  And the other part about Lambda that's pretty, pretty awesome is that it<br />[24:48.000 --> 24:52.000]  hooks into services that have infinite scale.<br />[24:52.000 --> 24:56.000]  Like so SQS, like you can't break SQS.<br />[24:56.000 --> 24:59.000]  Like there's nothing you can do to ever take SQS down.<br />[24:59.000 --> 25:02.000]  It handles unlimited requests in and unlimited requests out.<br />[25:02.000 --> 25:04.000]  How many systems are like that?<br />[25:04.000 --> 25:05.000]  Yeah.<br />[25:05.000 --> 25:06.000]  Yeah, absolutely.<br />[25:06.000 --> 25:07.000]  Yeah.<br />[25:07.000 --> 25:12.000]  So then this kind of a followup would be that, that maybe data scientists<br />[25:12.000 --> 25:17.000]  should learn Lambda and step functions in order to, to get to<br />[25:17.000 --> 25:18.000]  MLOps.<br />[25:18.000 --> 25:21.000]  I think that's a yes.<br />[25:21.000 --> 25:25.000]  If you want to, if you want to put the foot into MLOps and you are on AWS,<br />[25:25.000 --> 25:31.000]  then I think there is no way around learning these fundamentals.<br />[25:31.000 --> 25:32.000]  Right.<br />[25:32.000 --> 25:35.000]  There's no way around learning things like what is a Lambda?<br />[25:35.000 --> 25:39.000]  How do I, how do I create a Lambda via Terraform or whatever tool you're<br />[25:39.000 --> 25:40.000]  using there?<br />[25:40.000 --> 25:42.000]  And how do I hook it up to an event?<br />[25:42.000 --> 25:47.000]  And how do I, how do I use the AWS SDK to interact with different<br />[25:47.000 --> 25:48.000]  services?<br />[25:48.000 --> 25:49.000]  So, right.<br />[25:49.000 --> 25:53.000]  I think if you want to take a step into MLOps from, from coming more from<br />[25:53.000 --> 25:57.000]  the data science and it's extremely important to familiarize yourself<br />[25:57.000 --> 26:01.000]  with how do you, at least the fundamentals, how do you architect<br />[26:01.000 --> 26:03.000]  basic solutions on AWS?<br />[26:03.000 --> 26:05.000]  How do you glue services together?<br />[26:05.000 --> 26:07.000]  How do you make them speak to each other?<br />[26:07.000 --> 26:09.000]  So yeah, I think that's quite fundamental.<br />[26:09.000 --> 26:14.000]  Ideally, ideally, I think that's what the platform should take away from you<br />[26:14.000 --> 26:16.000]  as a, as a pure data scientist.<br />[26:16.000 --> 26:19.000]  You don't, should not necessarily have to deal with that stuff.<br />[26:19.000 --> 26:23.000]  But if you're interested in, if you want to make that move more towards MLOps,<br />[26:23.000 --> 26:27.000]  I think learning about infrastructure and specifically in the context of AWS<br />[26:27.000 --> 26:31.000]  about the services and how to use them is really fundamental.<br />[26:31.000 --> 26:32.000]  Yeah, it's good.<br />[26:32.000 --> 26:33.000]  Because this is automation eventually.<br />[26:33.000 --> 26:37.000]  And if you want to automate, if you want to automate your complex processes,<br />[26:37.000 --> 26:39.000]  then you need to learn that stuff.<br />[26:39.000 --> 26:41.000]  How else are you going to do it?<br />[26:41.000 --> 26:42.000]  Yeah, I agree.<br />[26:42.000 --> 26:46.000]  I mean, that's really what, what, what Lambda step functions are is their<br />[26:46.000 --> 26:47.000]  automation tools.<br />[26:47.000 --> 26:49.000]  So that's probably the better way to describe it.<br />[26:49.000 --> 26:52.000]  That's a very good point you bring up.<br />[26:52.000 --> 26:57.000]  Another technology that I think is an emerging technology is the<br />[26:57.000 --> 26:58.000]  managed file system.<br />[26:58.000 --> 27:05.000]  And the reason why I think it's interesting is that, so I 20 plus years<br />[27:05.000 --> 27:11.000]  ago, I was using file systems in the university setting when I was at<br />[27:11.000 --> 27:14.000]  Caltech and then also in film, film industry.<br />[27:14.000 --> 27:22.000]  So film has been using managed file servers with parallel processing<br />[27:22.000 --> 27:24.000]  farms for a long time.<br />[27:24.000 --> 27:27.000]  I don't know how many people know this, but in the film industry,<br />[27:27.000 --> 27:32.000]  the, the, the architecture, even from like 2000 was there's a very<br />[27:32.000 --> 27:38.000]  expensive file server and then there's let's say 40,000 machines or 40,000<br />[27:38.000 --> 27:39.000]  cores.<br />[27:39.000 --> 27:40.000]  And that's, that's it.<br />[27:40.000 --> 27:41.000]  That's the architecture.<br />[27:41.000 --> 27:46.000]  And now what's interesting is I see with data science and machine learning<br />[27:46.000 --> 27:52.000]  operations that like that, that could potentially happen in the future is<br />[27:52.000 --> 27:57.000]  actually a managed NFS mount point with maybe Kubernetes or something like<br />[27:57.000 --> 27:58.000]  that.<br />[27:58.000 --> 28:01.000]  Do you see any of that on the horizon?<br />[28:01.000 --> 28:04.000]  Oh, that's a good question.<br />[28:04.000 --> 28:08.000]  I think for our, for our, what we're currently doing, that's probably a<br />[28:08.000 --> 28:10.000]  bit further away.<br />[28:10.000 --> 28:15.000]  But in principle, I could very well imagine that in our use case, not,<br />[28:15.000 --> 28:17.000]  not quite.<br />[28:17.000 --> 28:20.000]  But in principle, definitely.<br />[28:20.000 --> 28:26.000]  And then maybe a third, a third emerging thing I'm seeing is what's going<br />[28:26.000 --> 28:29.000]  on with open AI and hugging face.<br />[28:29.000 --> 28:34.000]  And that has the potential, but maybe to change the game a little bit,<br />[28:34.000 --> 28:38.000]  especially with hugging face, I think, although both of them, I mean,<br />[28:38.000 --> 28:43.000]  there is that, you know, in the case of pre trained models, here's a<br />[28:43.000 --> 28:48.000]  perfect example is that an organization may have, you know, maybe they're<br />[28:48.000 --> 28:53.000]  using AWS even for this, they're transcribing videos and they're going<br />[28:53.000 --> 28:56.000]  to do something with them, maybe they're going to detect, I don't know,<br />[28:56.000 --> 29:02.000]  like, you know, if you recorded customers in your, I'm just brainstorm,<br />[29:02.000 --> 29:05.000]  I'm not seeing your company did this, but I'm just creating a hypothetical<br />[29:05.000 --> 29:09.000]  situation that they recorded, you know, customer talking and then they,<br />[29:09.000 --> 29:12.000]  they transcribe it to text and then run some kind of a, you know,<br />[29:12.000 --> 29:15.000]  criminal detection feature or something like that.<br />[29:15.000 --> 29:19.000]  Like they could build their own models or they could download the thing<br />[29:19.000 --> 29:23.000]  that was released two days ago or a day ago from open AI that transcribes<br />[29:23.000 --> 29:29.000]  things, you know, and then, and then turn that transcribe text into<br />[29:29.000 --> 29:34.000]  hugging face, some other model that summarizes it and then you could<br />[29:34.000 --> 29:38.000]  feed that into a system. So it's, what is, what is your, what are your<br />[29:38.000 --> 29:42.000]  thoughts around some of these pre trained models and is your, are you<br />[29:42.000 --> 29:48.000]  thinking of in terms of your stack, trying to look into doing fine tuning?<br />[29:48.000 --> 29:53.000]  Yeah, so I think pre trained models and especially the way that hugging face,<br />[29:53.000 --> 29:57.000]  I think really revolutionized the space in terms of really kind of<br />[29:57.000 --> 30:02.000]  platformizing the entire business around or the entire market around<br />[30:02.000 --> 30:07.000]  pre trained models. I think that is really quite incredible and I think<br />[30:07.000 --> 30:10.000]  really for the ecosystem a changing way how to do things.<br />[30:10.000 --> 30:16.000]  And I believe that looking at the, the costs of training large models<br />[30:16.000 --> 30:19.000]  and looking at the fact that many organizations are not able to do it<br />[30:19.000 --> 30:23.000]  for, because of massive costs or because of lack of data.<br />[30:23.000 --> 30:29.000]  I think this is a, this is a clear, makes it very clear how important<br />[30:29.000 --> 30:33.000]  such platforms are, how important sharing of pre trained models actually is.<br />[30:33.000 --> 30:37.000]  I believe it's a, we are only at the, quite at the beginning actually of that.<br />[30:37.000 --> 30:42.000]  And I think we're going to see that nowadays you see it mostly when it<br />[30:42.000 --> 30:47.000]  comes to fairly generalized data format, images, potentially videos, text,<br />[30:47.000 --> 30:52.000]  speech, these things. But I believe that we're going to see more marketplace<br />[30:52.000 --> 30:57.000]  approaches when it comes to pre trained models in a lot more industries<br />[30:57.000 --> 31:01.000]  and in a lot more, in a lot more use cases where data is to some degree<br />[31:01.000 --> 31:05.000]  standardized. Also when you think about, when you think about banking,<br />[31:05.000 --> 31:10.000]  for example, right? When you think about transactions to some extent,<br />[31:10.000 --> 31:14.000]  transaction, transaction data always looks the same, kind of at least at<br />[31:14.000 --> 31:17.000]  every bank. Of course you might need to do some mapping here and there,<br />[31:17.000 --> 31:22.000]  but also there is a lot of power in it. But because simply also thinking<br />[31:22.000 --> 31:28.000]  about sharing data is always a difficult thing, especially in Europe.<br />[31:28.000 --> 31:32.000]  Sharing data between organizations is incredibly difficult legally.<br />[31:32.000 --> 31:36.000]  It's difficult. Sharing models is a different thing, right?<br />[31:36.000 --> 31:40.000]  Basically, similar to the concept of federated learning. Sharing models<br />[31:40.000 --> 31:44.000]  is significantly easier legally than actually sharing data.<br />[31:44.000 --> 31:48.000]  And then applying these models, fine tuning them and so on.<br />[31:48.000 --> 31:52.000]  Yeah, I mean, I could just imagine. I really don't know much about<br />[31:52.000 --> 31:56.000]  banking transactions, but I would imagine there could be several<br />[31:56.000 --> 32:01.000]  kinds of transactions that are very normal. And then there's some<br />[32:01.000 --> 32:06.000]  transactions, like if you're making every single second,<br />[32:06.000 --> 32:11.000]  you're transferring a lot of money. And it happens just<br />[32:11.000 --> 32:14.000]  very quickly. It's like, wait, why are you doing this? Why are you transferring money<br />[32:14.000 --> 32:20.000]  constantly? What's going on? Or the huge sum of money only<br />[32:20.000 --> 32:24.000]  involves three different points in the network. Over and over again,<br />[32:24.000 --> 32:29.000]  just these three points are constantly... And so once you've developed<br />[32:29.000 --> 32:33.000]  a model that is anomaly detection, then<br />[32:33.000 --> 32:37.000]  yeah, why would you need to develop another one? I mean, somebody already did it.<br />[32:37.000 --> 32:41.000]  Exactly. Yes, absolutely, absolutely. And that's<br />[32:41.000 --> 32:45.000]  definitely... That's encoded knowledge, encoded information in terms of the model,<br />[32:45.000 --> 32:49.000]  which is not personally... Well, abstracts away from<br />[32:49.000 --> 32:53.000]  but personally identifiable data. And that's really the power. That is something<br />[32:53.000 --> 32:57.000]  that, yeah, as I've said before, you can share significantly easier and you can<br />[32:57.000 --> 33:03.000]  apply to your use cases. The kind of related to this in<br />[33:03.000 --> 33:09.000]  terms of upcoming technologies is, I think, dealing more with graphs.<br />[33:09.000 --> 33:13.000]  And so is that something from a stackwise that your<br />[33:13.000 --> 33:19.000]  company's investigated resource can do? Yeah, so when you think about<br />[33:19.000 --> 33:23.000]  transactions, bank transactions, right? And bank customers.<br />[33:23.000 --> 33:27.000]  So in our case, again, it's a... We only have pseudonymized<br />[33:27.000 --> 33:31.000]  transaction data, so actually we cannot see anything, right? We cannot see names, we cannot see<br />[33:31.000 --> 33:35.000]  iPads or whatever. We really can't see much. But<br />[33:35.000 --> 33:39.000]  you can look at transactions moving between<br />[33:39.000 --> 33:43.000]  different entities, between different accounts. You can look at that<br />[33:43.000 --> 33:47.000]  as a network, as a graph. And that's also what we very frequently do.<br />[33:47.000 --> 33:51.000]  You have your nodes in your network, these are your accounts<br />[33:51.000 --> 33:55.000]  or your presence, even. And the actual edges between them,<br />[33:55.000 --> 33:59.000]  that's what your transactions are. So you have this<br />[33:59.000 --> 34:03.000]  massive graph, actually, that also we as TMNL, as Transaction Montenegro,<br />[34:03.000 --> 34:07.000]  are sitting on. We're actually sitting on a massive transaction graph.<br />[34:07.000 --> 34:11.000]  So yeah, absolutely. For us, doing analysis on top of<br />[34:11.000 --> 34:15.000]  that graph, building models on top of that graph is a quite important<br />[34:15.000 --> 34:19.000]  thing. And like I taught a class<br />[34:19.000 --> 34:23.000]  a few years ago at Berkeley where we had to<br />[34:23.000 --> 34:27.000]  cover graph databases a little bit. And I<br />[34:27.000 --> 34:31.000]  really didn't know that much about graph databases, although I did use one actually<br />[34:31.000 --> 34:35.000]  at one company I was at. But one of the things I learned in teaching that<br />[34:35.000 --> 34:39.000]  class was about the descriptive statistics<br />[34:39.000 --> 34:43.000]  of a graph network. And it<br />[34:43.000 --> 34:47.000]  is actually pretty interesting, because I think most of the time everyone talks about<br />[34:47.000 --> 34:51.000]  median and max min and standard deviation and everything.<br />[34:51.000 --> 34:55.000]  But then with a graph, there's things like centrality<br />[34:55.000 --> 34:59.000]  and I forget all the terms off the top of my head, but you can see<br />[34:59.000 --> 35:03.000]  if there's a node in the network that's<br />[35:03.000 --> 35:07.000]  everybody's interacting with. Absolutely. You can identify communities<br />[35:07.000 --> 35:11.000]  of people moving around a lot of money all the time. For example,<br />[35:11.000 --> 35:15.000]  you can detect different metric features eventually<br />[35:15.000 --> 35:19.000]  doing computations on your graph and then plugging in some model.<br />[35:19.000 --> 35:23.000]  Often it's feature engineering. You're computing between the centrality scores<br />[35:23.000 --> 35:27.000]  across your graph or your different entities. And then<br />[35:27.000 --> 35:31.000]  you're building your features actually. And then you're plugging in some<br />[35:31.000 --> 35:35.000]  model in the end. If you do classic machine learning, so to say<br />[35:35.000 --> 35:39.000]  if you do graph deep learning, of course that's a bit different.<br />[35:39.000 --> 35:43.000]  So basically that could for people that are analyzing<br />[35:43.000 --> 35:47.000]  essentially networks of people or networks, then<br />[35:47.000 --> 35:51.000]  basically a graph database would be step one is<br />[35:51.000 --> 35:55.000]  generate the features which could be centrality.<br />[35:55.000 --> 35:59.000]  There's a score and then you then go and train<br />[35:59.000 --> 36:03.000]  the model based on that descriptive statistic.<br />[36:03.000 --> 36:07.000]  Exactly. So one way how you could think about it is<br />[36:07.000 --> 36:11.000]  whether we need a graph database or not, that always depends on your specific use case<br />[36:11.000 --> 36:15.000]  and what database. We're actually also running<br />[36:15.000 --> 36:19.000]  that using Spark. You have graph frames, you have<br />[36:19.000 --> 36:23.000]  graph X actually. So really stuff in Spark built for<br />[36:23.000 --> 36:27.000]  doing analysis on graphs.<br />[36:27.000 --> 36:31.000]  And then what you usually do is exactly what you said. You are trying<br />[36:31.000 --> 36:35.000]  to build features based on that graph.<br />[36:35.000 --> 36:39.000]  Based on the attributes of the nodes and the attributes on the edges and so on.<br />[36:39.000 --> 36:43.000]  And so I guess in terms of graph databases right<br />[36:43.000 --> 36:47.000]  now, it sounds like maybe the three<br />[36:47.000 --> 36:51.000]  main players maybe are there's Neo4j which<br />[36:51.000 --> 36:55.000]  has been around for a long time. There's I guess Spark<br />[36:55.000 --> 36:59.000]  and then there's also, I forgot what the one is called for AWS<br />[36:59.000 --> 37:03.000]  is it? Neptune, that's Neptune.<br />[37:03.000 --> 37:07.000]  Have you played with all three of those and did you<br />[37:07.000 --> 37:11.000]  like Neptune? Neptune was something we, Spark of course we actually currently<br />[37:11.000 --> 37:15.000]  using for exactly that. Also because it allows us to do<br />[37:15.000 --> 37:19.000]  to keep our stack fairly homogeneous. We did<br />[37:19.000 --> 37:23.000]  also PUC in Neptune a while ago already<br />[37:23.000 --> 37:27.000]  and well Neptune you definitely have essentially two ways<br />[37:27.000 --> 37:31.000]  how to query Neptune either using Gremlin or SparkQL.<br />[37:31.000 --> 37:35.000]  So that means the people, your data science<br />[37:35.000 --> 37:39.000]  need to get familiar with that which then is already one bit of a hurdle<br />[37:39.000 --> 37:43.000]  because usually data scientists are not familiar with either.<br />[37:43.000 --> 37:47.000]  But also what we found with Neptune<br />[37:47.000 --> 37:51.000]  is also that it's not necessarily built for<br />[37:51.000 --> 37:55.000]  as an analytics graph database. It's not necessarily made for<br />[37:55.000 --> 37:59.000]  that. And that then become, then it's sometimes, at least<br />[37:59.000 --> 38:03.000]  for us, it has become quite complicated to handle different performance considerations<br />[38:03.000 --> 38:07.000]  when you actually do fairly complex queries across that graph.<br />[38:07.000 --> 38:11.000]  Yeah, so you're bringing up like a point which<br />[38:11.000 --> 38:15.000]  happens a lot in my experience with<br />[38:15.000 --> 38:19.000]  technology is that sometimes<br />[38:19.000 --> 38:23.000]  the purity of the solution becomes the problem<br />[38:23.000 --> 38:27.000]  where even though Spark isn't necessarily<br />[38:27.000 --> 38:31.000]  designed to be a graph database system, the fact is<br />[38:31.000 --> 38:35.000]  people in your company are already using it. So<br />[38:35.000 --> 38:39.000]  if you just turn on that feature now you can use it and it's not like<br />[38:39.000 --> 38:43.000]  this huge technical undertaking and retraining effort.<br />[38:43.000 --> 38:47.000]  So even if it's not as good, if it works, then that's probably<br />[38:47.000 --> 38:51.000]  the solution your company will use versus I agree with you like a lot of times<br />[38:51.000 --> 38:55.000]  even if a solution like Neo4j is a pretty good example of<br />[38:55.000 --> 38:59.000]  it's an interesting product but<br />[38:59.000 --> 39:03.000]  you already have all these other products like do you really want to introduce yet<br />[39:03.000 --> 39:07.000]  another product into your stack. Yeah, because eventually<br />[39:07.000 --> 39:11.000]  it all comes with an overhead of course introducing it. That is one thing<br />[39:11.000 --> 39:15.000]  it requires someone to maintain it even if it's a<br />[39:15.000 --> 39:19.000]  managed service. Somebody needs to actually own it and look after it<br />[39:19.000 --> 39:23.000]  and then as you said you need to retrain people to also use it effectively.<br />[39:23.000 --> 39:27.000]  So it comes at significant cost and that is really<br />[39:27.000 --> 39:31.000]  something that I believe should be quite critically<br />[39:31.000 --> 39:35.000]  assessed. What is really the game you have? How far can you go with<br />[39:35.000 --> 39:39.000]  your current tooling and then eventually make<br />[39:39.000 --> 39:43.000]  that decision. At least personally I'm really<br />[39:43.000 --> 39:47.000]  not a fan of thinking tooling first<br />[39:47.000 --> 39:51.000]  but personally I really believe in looking at your organization, looking at the people<br />[39:51.000 --> 39:55.000]  what skills are there, looking at how effective<br />[39:55.000 --> 39:59.000]  are these people actually performing certain activities and processes<br />[39:59.000 --> 40:03.000]  and then carefully thinking about what really makes sense<br />[40:03.000 --> 40:07.000]  because it's one thing but people need to<br />[40:07.000 --> 40:11.000]  adopt and use the tooling and eventually it should really speed them up and improve<br />[40:11.000 --> 40:15.000]  how they develop. Yeah, I think it's very<br />[40:15.000 --> 40:19.000]  that's great advice that it's hard to understand how good of advice it is<br />[40:19.000 --> 40:23.000]  because it takes experience getting burned<br />[40:23.000 --> 40:27.000]  creating new technology. I've<br />[40:27.000 --> 40:31.000]  had experiences before where<br />[40:31.000 --> 40:35.000]  one of the mistakes I've made was putting too many different technologies in an organization<br />[40:35.000 --> 40:39.000]  and the problem is once you get enough complexity<br />[40:39.000 --> 40:43.000]  it can really explode and then<br />[40:43.000 --> 40:47.000]  this is the part that really gets scary is that<br />[40:47.000 --> 40:51.000]  let's take Spark for example. How hard is it to hire somebody that knows Spark? Pretty easy<br />[40:51.000 --> 40:55.000]  how hard is it going to be to hire somebody that knows<br />[40:55.000 --> 40:59.000]  Spark and then hire another person that knows the gremlin query<br />[40:59.000 --> 41:03.000]  language for Neptune, then hire another person that knows Kubernetes<br />[41:03.000 --> 41:07.000]  then tire another, after a while if you have so many different kinds of tools<br />[41:07.000 --> 41:11.000]  you have to hire so many different kinds of people that all<br />[41:11.000 --> 41:15.000]  productivity goes to a stop. So it's the hiring as well<br />[41:15.000 --> 41:19.000]  Absolutely, I mean it's virtually impossible<br />[41:19.000 --> 41:23.000]  to find someone who is really well versed with gremlin for example<br />[41:23.000 --> 41:27.000]  it's incredibly hard and I think tech hiring is hard<br />[41:27.000 --> 41:31.000]  by itself already<br />[41:31.000 --> 41:35.000]  so you really need to think about what can I hire for as well<br />[41:35.000 --> 41:39.000]  what expertise can I realistically build up?<br />[41:39.000 --> 41:43.000]  So that's why I think AWS<br />[41:43.000 --> 41:47.000]  even with some of the limitations about the ML platform<br />[41:47.000 --> 41:51.000]  the advantages of using AWS is that<br />[41:51.000 --> 41:55.000]  you have a huge audience of people to hire from and then the same thing like<br />[41:55.000 --> 41:59.000]  Spark, there's a lot of things I don't like about Spark but a lot of people<br />[41:59.000 --> 42:03.000]  use Spark and so if you use AWS and you use Spark<br />[42:03.000 --> 42:07.000]  let's say those two which you are then you're going to have a much easier time<br />[42:07.000 --> 42:11.000]  hiring people, you're going to have a much easier time training people<br />[42:11.000 --> 42:15.000]  there's tons of documentation about it so I think a lot of people<br />[42:15.000 --> 42:19.000]  are very wise that you're thinking that way but a lot of people don't think about that<br />[42:19.000 --> 42:23.000]  they're like oh I've got to use the latest, greatest stuff and this and this and this<br />[42:23.000 --> 42:27.000]  and then their company starts to get into trouble because they can't hire<br />[42:27.000 --> 42:31.000]  people, they can't maintain systems and then productivity starts to<br />[42:31.000 --> 42:35.000]  to degrees. Also something<br />[42:35.000 --> 42:39.000]  not to ignore is the cognitive load you put on a team<br />[42:39.000 --> 42:43.000]  that needs to manage a broad range of very different<br />[42:43.000 --> 42:47.000]  tools or services. It also puts incredible<br />[42:47.000 --> 42:51.000]  cognitive load on that team and you suddenly also need an incredible breadth<br />[42:51.000 --> 42:55.000]  of expertise in that team and that means you're also going<br />[42:55.000 --> 42:59.000]  to create single points of failures if you don't really<br />[42:59.000 --> 43:03.000]  scale up your team.<br />[43:03.000 --> 43:07.000]  It's something to really, I think when you go for<br />[43:07.000 --> 43:11.000]  new tooling you should really look at it from a holistic perspective<br />[43:11.000 --> 43:15.000]  not only about this is the latest and greatest.<br />[43:15.000 --> 43:19.000]  In terms of Europe versus<br />[43:19.000 --> 43:23.000]  US, have you spent much time in the US at all?<br />[43:23.000 --> 43:27.000]  Not at all actually, flying to the US Monday but no, not at all.<br />[43:27.000 --> 43:31.000]  That also would be kind of an interesting<br />[43:31.000 --> 43:35.000]  comparison in that the culture of the United States<br />[43:35.000 --> 43:39.000]  is really this culture of<br />[43:39.000 --> 43:43.000]  I would say more like survival of the fittest or you work<br />[43:43.000 --> 43:47.000]  seven days a week and you're constantly like you don't go on vacation<br />[43:47.000 --> 43:51.000]  and you're proud of it and I think it's not<br />[43:51.000 --> 43:55.000]  a good culture. I'm not saying that's a good thing, I think it's a bad<br />[43:55.000 --> 43:59.000]  thing and that a lot of times the critique people have<br />[43:59.000 --> 44:03.000]  about Europe is like oh will people take vacation all the time and all this<br />[44:03.000 --> 44:07.000]  and as someone who has spent time in both I would say<br />[44:07.000 --> 44:11.000]  yes that's a better approach. A better approach is that people<br />[44:11.000 --> 44:15.000]  should feel relaxed because when<br />[44:15.000 --> 44:19.000]  especially the kind of work you do in MLOPs<br />[44:19.000 --> 44:23.000]  is that you need people to feel comfortable and happy<br />[44:23.000 --> 44:27.000]  and more the question<br />[44:27.000 --> 44:31.000]  what I was going to is that<br />[44:31.000 --> 44:35.000]  I wonder if there is a more productive culture<br />[44:35.000 --> 44:39.000]  for MLOPs in Europe<br />[44:39.000 --> 44:43.000]  versus the US in terms of maintaining<br />[44:43.000 --> 44:47.000]  systems and building software where the US<br />[44:47.000 --> 44:51.000]  what it's really been good at I guess is kind of coming up with new<br />[44:51.000 --> 44:55.000]  ideas and there's lots of new services that get generated but<br />[44:55.000 --> 44:59.000]  the quality and longevity<br />[44:59.000 --> 45:03.000]  is not necessarily the same where I could see<br />[45:03.000 --> 45:07.000]  in the stuff we just talked about which is if you're trying to build a team<br />[45:07.000 --> 45:11.000]  where there's low turnover<br />[45:11.000 --> 45:15.000]  you have very high quality output<br />[45:15.000 --> 45:19.000]  it seems like that maybe organizations<br />[45:19.000 --> 45:23.000]  could learn from the European approach to building<br />[45:23.000 --> 45:27.000]  and maintaining systems for MLOPs.<br />[45:27.000 --> 45:31.000]  I think there's definitely some truth in it especially when you look at the median<br />[45:31.000 --> 45:35.000]  tenure of a tech person in an organization<br />[45:35.000 --> 45:39.000]  I think that is actually still significantly lower in the US<br />[45:39.000 --> 45:43.000]  I'm not sure I think in the Bay Area somewhere around one year or two months or something like that<br />[45:43.000 --> 45:47.000]  compared to Europe I believe<br />[45:47.000 --> 45:51.000]  still fairly low. Here of course in tech people also like to switch companies more often<br />[45:51.000 --> 45:55.000]  but I would say average is still more around<br />[45:55.000 --> 45:59.000]  two years something around that staying with the same company<br />[45:59.000 --> 46:03.000]  also in tech which I think is a bit longer<br />[46:03.000 --> 46:07.000]  than you would typically have it in the US.<br />[46:07.000 --> 46:11.000]  I think from my perspective where I've also built up most of the<br />[46:11.000 --> 46:15.000]  current team I think it's<br />[46:15.000 --> 46:19.000]  super important to hire good people<br />[46:19.000 --> 46:23.000]  and people that fit to the team fit to the company culture wise<br />[46:23.000 --> 46:27.000]  but also give them<br />[46:27.000 --> 46:31.000]  let them not be in a sprint all the time<br />[46:31.000 --> 46:35.000]  it's about having a sustainable way of working in my opinion<br />[46:35.000 --> 46:39.000]  and that sustainable way means you should definitely take your vacation<br />[46:39.000 --> 46:43.000]  and I think usually in Europe we have quite generous<br />[46:43.000 --> 46:47.000]  even by law vacation I mean in Netherlands by law you get 20 days a year<br />[46:47.000 --> 46:51.000]  but most companies give you 25 many IT companies<br />[46:51.000 --> 46:55.000]  30 per year so that's quite nice<br />[46:55.000 --> 46:59.000]  but I do take that so culture wise it's really everyone<br />[46:59.000 --> 47:03.000]  likes to take vacations whether that's sea level or whether that's an engineer on a team<br />[47:03.000 --> 47:07.000]  and that's in many companies that's also really encouraged<br />[47:07.000 --> 47:11.000]  to have a healthy work life balance<br />[47:11.000 --> 47:15.000]  and of course it's not only about vacations also but growth opportunities<br />[47:15.000 --> 47:19.000]  letting people explore develop themselves<br />[47:19.000 --> 47:23.000]  and not always pushing on max performance<br />[47:23.000 --> 47:27.000]  so really at least I always see like a partnership<br />[47:27.000 --> 47:31.000]  the organization wants to get something from an<br />[47:31.000 --> 47:35.000]  employee but the employee should also be encouraged and developed<br />[47:35.000 --> 47:39.000]  in that organization and I think that is something that in many parts of<br />[47:39.000 --> 47:43.000]  Europe where there is big awareness for that<br />[47:43.000 --> 47:47.000]  so my hypothesis is that<br />[47:47.000 --> 47:51.000]  it's possible that Europe becomes<br />[47:51.000 --> 47:55.000]  the new hub of technology<br />[47:55.000 --> 47:59.000]  and I'll tell you why here's my hypothesis the reason why is that<br />[47:59.000 --> 48:03.000]  in terms of machine learning operations<br />[48:03.000 --> 48:07.000]  I've already talked to multiple people who know the<br />[48:07.000 --> 48:11.000]  data around it like big companies and they've told me that<br />[48:11.000 --> 48:15.000]  it's going to be close to impossible to hire people soon<br />[48:15.000 --> 48:19.000]  because essentially there's too many job openings<br />[48:19.000 --> 48:23.000]  and there's not enough people that know machine learning, machine learning operations, cloud computing<br />[48:23.000 --> 48:27.000]  and so the American culture unfortunately I think<br />[48:27.000 --> 48:31.000]  is so cutthroat that they don't encourage<br />[48:31.000 --> 48:35.000]  people to be loyal to their company<br />[48:35.000 --> 48:39.000]  and in addition to that because there is no universal healthcare system<br />[48:39.000 --> 48:43.000]  in the US<br />[48:43.000 --> 48:47.000]  it's kind of a prisoner's dilemma where nobody<br />[48:47.000 --> 48:51.000]  sees each other and so they're constantly optimizing<br />[48:51.000 --> 48:55.000]  but in the case of machine learning it's a different<br />[48:55.000 --> 48:59.000]  industry where you do really need to have<br />[48:59.000 --> 49:03.000]  some longevity for employees because the systems are very complex<br />[49:03.000 --> 49:07.000]  system to develop and so if the culture of Europe<br />[49:07.000 --> 49:11.000]  which is much more friendly to the worker I think it<br />[49:11.000 --> 49:15.000]  could lead to Europe having<br />[49:15.000 --> 49:19.000]  a better outcome for machine learning operations<br />[49:19.000 --> 49:23.000]  so that's one part of it and then the second part of it is the other thing the US has<br />[49:23.000 --> 49:27.000]  has done that I think Europe<br />[49:27.000 --> 49:31.000]  has done that if I compare Europe versus the US in terms of<br />[49:31.000 --> 49:35.000]  data privacy that I think the US has dropped the ball<br />[49:35.000 --> 49:39.000]  and they haven't done a good job at it but Europe has actually<br />[49:39.000 --> 49:43.000]  done much much better at holding tech companies accountable<br />[49:43.000 --> 49:47.000]  and I think if you asked<br />[49:47.000 --> 49:51.000]  well informed people if they would like some of the<br />[49:51.000 --> 49:55.000]  practices of the United States tech companies to change I think most<br />[49:55.000 --> 49:59.000]  well informed people would say we don't want you to recommend<br />[49:59.000 --> 50:03.000]  bad data like extremist video content<br />[50:03.000 --> 50:07.000]  I mean there's people that are extremists that love it<br />[50:07.000 --> 50:11.000]  or we don't want you to sell our personal information without our consent<br />[50:11.000 --> 50:15.000]  so it could also lead to a better<br />[50:15.000 --> 50:19.000]  outcome for the people<br />[50:19.000 --> 50:23.000]  that are using machine learning and AI in Europe<br />[50:23.000 --> 50:27.000]  so I actually suspect and this is my hypothesis<br />[50:27.000 --> 50:31.000]  who knows if I'm true or not is that I think Europe could be<br />[50:31.000 --> 50:35.000]  the leader from let's say 2022 to<br />[50:35.000 --> 50:39.000]  2040 in AI and ML because of<br />[50:39.000 --> 50:43.000]  the culture but I don't know that's just one hypothesis I have<br />[50:43.000 --> 50:47.000]  yeah I think around the what you mentioned before<br />[50:47.000 --> 50:51.000]  around the fact that perhaps Turnover is in tech companies here in Europe<br />[50:51.000 --> 50:55.000]  is less I think that definitely helps you build systems that survive the test of time as well<br />[50:55.000 --> 50:59.000]  right I mean everyone had the case when a key engineer<br />[50:59.000 --> 51:03.000]  off boards from a team leaves the company and then you need to<br />[51:03.000 --> 51:07.000]  hire another person right it's long times of not being super productive<br />[51:07.000 --> 51:11.000]  long time not being super effective so you continuously<br />[51:11.000 --> 51:15.000]  lose track that you need<br />[51:15.000 --> 51:19.000]  so I think you could be right there that in the<br />[51:19.000 --> 51:23.000]  longer run when systems really need to be matured and developed over<br />[51:23.000 --> 51:27.000]  longer time Europe might have an edge there<br />[51:27.000 --> 51:31.000]  might be a bit better suited to do that<br />[51:31.000 --> 51:37.000]  the salaries are still higher in the US and also I think many US companies are starting to enter more<br />[51:37.000 --> 51:41.000]  from a people perspective even remote work and everything they're starting to also<br />[51:41.000 --> 51:45.000]  poach more and more engineers from Europe because<br />[51:45.000 --> 51:49.000]  of course vacation and everything and having a healthy work life balance<br />[51:49.000 --> 51:53.000]  is one thing but for many people if you<br />[51:53.000 --> 51:57.000]  give you a 50% higher paycheck that's also a strong argument<br />[51:57.000 --> 52:01.000]  so it's difficult actually to also for Europe to<br />[52:01.000 --> 52:05.000]  keep the engineers here that as well<br />[52:05.000 --> 52:09.000]  no I will say this though if you work remote from<br />[52:09.000 --> 52:13.000]  Europe that's a very different scenario than living<br />[52:13.000 --> 52:17.000]  in the US because you'll see when<br />[52:17.000 --> 52:21.000]  unfortunately the United States since about 1980<br />[52:21.000 --> 52:25.000]  has declined and<br />[52:25.000 --> 52:29.000]  the data around the US is pretty dire<br />[52:29.000 --> 52:33.000]  actually the life expectancy is one of the<br />[52:33.000 --> 52:37.000]  lowest in the world for a G20 country<br />[52:37.000 --> 52:41.000]  so then if you walk through the major<br />[52:41.000 --> 52:45.000]  cities of the US there's just poverty<br />[52:45.000 --> 52:49.000]  everywhere like people are living in very low<br />[52:49.000 --> 52:53.000]  quality conditions where every time I go to Europe<br />[52:53.000 --> 52:57.000]  I go to Munich, I go to London, I go to wherever<br />[52:57.000 --> 53:01.000]  that basically the cities are beautiful<br />[53:01.000 --> 53:05.000]  and well maintained so I think if the cases that if a US company<br />[53:05.000 --> 53:09.000]  let a European live in Europe and work<br />[53:09.000 --> 53:13.000]  remote yeah that could work out because the European<br />[53:13.000 --> 53:17.000]  citizen has an EU citizen has amazing<br />[53:17.000 --> 53:21.000]  healthcare they have the<br />[53:21.000 --> 53:25.000]  safety net their cities aren't basically<br />[53:25.000 --> 53:29.000]  highly unequal but I think it's the<br />[53:29.000 --> 53:33.000]  location of the US in its current form<br />[53:33.000 --> 53:37.000]  I personally wouldn't recommend<br />[53:37.000 --> 53:41.000]  someone from Europe moving to the US because<br />[53:41.000 --> 53:45.000]  unfortunately I think it's a<br />[53:45.000 --> 53:49.000]  great place to live just to be totally honest<br />[53:49.000 --> 53:53.000]  if you're already in Europe and on the flip side I think that<br />[53:53.000 --> 53:57.000]  there's a lot of Americans actually who are very interested in<br />[53:57.000 --> 54:01.000]  universal healthcare in particular is not even<br />[54:01.000 --> 54:05.000]  possible in the US because of the politics in the US<br />[54:05.000 --> 54:09.000]  and a lot of medical bankruptcies occur<br />[54:09.000 --> 54:13.000]  and so from a start up perspective as well<br />[54:13.000 --> 54:17.000]  this is something that people don't talk about in America it's like yeah we're all about<br />[54:17.000 --> 54:21.000]  startups well think about how many more people would be able to<br />[54:21.000 --> 54:25.000]  create a company if you didn't have to worry about going bankrupt<br />[54:25.000 --> 54:29.000]  if you broke your arm or you have some kind of<br />[54:29.000 --> 54:33.000]  sickness or whatever so<br />[54:33.000 --> 54:37.000]  I think it's an interesting trade off<br />[54:37.000 --> 54:41.000]  situation and I would say that the sweet spot might be<br />[54:41.000 --> 54:45.000]  you work for an American company and get the higher salary but you still live in Europe<br />[54:45.000 --> 54:49.000]  that would be the dream scenario I think that's why many people are actually doing it<br />[54:49.000 --> 54:53.000]  I think especially since covid started you can really see it<br />[54:53.000 --> 54:57.000]  before that it wasn't really a thing working for a US company<br />[54:57.000 --> 55:01.000]  who really sits in the US and you're full remote but I think now since 2, 2 and a half years<br />[55:01.000 --> 55:05.000]  it's really becoming reality actually<br />[55:05.000 --> 55:09.000]  interesting yeah well<br />[55:09.000 --> 55:13.000]  hearing a lot of your ideas around<br />[55:13.000 --> 55:17.000]  startups and what you're doing and<br />[55:17.000 --> 55:21.000]  also about how you're a SageMaker<br />[55:21.000 --> 55:25.000]  is there any place that someone can get a hold of you<br />[55:25.000 --> 55:29.000]  if they listen to this on the Orelia platform or<br />[55:29.000 --> 55:33.000]  think content that you're developing yourself or any other information you want to share<br />[55:33.000 --> 55:37.000]  yeah definitely so I think best place to reach out to me and I'm always<br />[55:37.000 --> 55:41.000]  happy to receive a few messages and have a good chat or a virtual coffee<br />[55:41.000 --> 55:45.000]  is via LinkedIn my name is here that's how you can find me on LinkedIn<br />[55:45.000 --> 55:49.000]  I'm also at conferences here and there well in Europe mostly<br />[55:49.000 --> 55:53.000]  typically when there is an MLOps conference you're probably going to see me there<br />[55:53.000 --> 55:57.000]  in one way or another that is something as well<br />[55:57.000 --> 56:01.000]  cool yeah well I'm glad we had a chance to talk<br />[56:01.000 --> 56:05.000]  you taught me a few things that I'm definitely going to follow up on<br />[56:05.000 --> 56:09.000]  and I really appreciate it and hopefully we can talk again soon<br />[56:09.000 --> 56:13.000]  thanks a lot for the chat okay all right</p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="54021990" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/047df45d-df25-4f69-91af-0e33ab47a75a/audio/7618503a-043a-4f51-bd2b-59e080e0d92e/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Enterprise MLOps Interview-Simon Stiebellehner</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:56:16</itunes:duration>
      <itunes:summary>Simon Stebelena is the lead ML Ops engineer at Transaction Monitoring Netherlands. TML is a data processing company owned by the five large banks of the Netherlands. Simon is originally from Austria, but currently works in the Netherlands and Amsterdam. He is on a centralized team that builds out lots of the infrastructure that&apos;s needed to do modeling effectively.</itunes:summary>
      <itunes:subtitle>Simon Stebelena is the lead ML Ops engineer at Transaction Monitoring Netherlands. TML is a data processing company owned by the five large banks of the Netherlands. Simon is originally from Austria, but currently works in the Netherlands and Amsterdam. He is on a centralized team that builds out lots of the infrastructure that&apos;s needed to do modeling effectively.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>40</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ed45ba2f-562b-4206-9f86-e6f1320af743</guid>
      <title>52-weeks-aws-certified-developer-sns-sqs-managed-queues</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 22 Sep 2022 17:31:12 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="18286898" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/d803ec70-ba89-449b-8fb3-fea8b84e406e/audio/b36c3c5a-6265-4c95-98b2-b8c724fb76b0/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52-weeks-aws-certified-developer-sns-sqs-managed-queues</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:19:02</itunes:duration>
      <itunes:summary>Using SQS SNS and Managed Queues Developer Certification continued</itunes:summary>
      <itunes:subtitle>Using SQS SNS and Managed Queues Developer Certification continued</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>39</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">8f621386-601d-41cb-8c28-648d2dffa830</guid>
      <title>52-weeks-aws-certified-developer-containers</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 13 Sep 2022 22:07:12 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="19546209" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/03e71e93-c7e2-4589-9b34-dccd5e0d804b/audio/fca68454-bd02-4d1b-ad97-9d89fd7df9e6/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52-weeks-aws-certified-developer-containers</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:20:21</itunes:duration>
      <itunes:summary>AWS Certified developer containers</itunes:summary>
      <itunes:subtitle>AWS Certified developer containers</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>38</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">6bbaa220-0834-437d-9f53-159fce5dbb83</guid>
      <title>52-weeks-aws-Python guru Brian Ray</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 9 Sep 2022 21:34:53 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="74132932" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ae10fd43-a272-4ddd-abb9-fc8b7783063a/audio/dd8404ab-e2b3-4991-bba0-c6358c495d49/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52-weeks-aws-Python guru Brian Ray</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>01:17:13</itunes:duration>
      <itunes:summary>Discuss MLOps with long-time Python guru Brian Ray, managing director of Maven Wave, and Atos Company.</itunes:summary>
      <itunes:subtitle>Discuss MLOps with long-time Python guru Brian Ray, managing director of Maven Wave, and Atos Company.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>37</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7b4d00dc-b926-430a-a194-bdd97d920f95</guid>
      <title>52 Weeks AWS_ Episode 33-Certified-Developer-Part5-Cloudfront</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 7 Sep 2022 00:16:29 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="25668893" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/260a87fb-8709-4085-86e5-63e6a610b0a3/audio/4c79fe47-6eed-47d1-b282-9b7210ca1ba7/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks AWS_ Episode 33-Certified-Developer-Part5-Cloudfront</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:26:44</itunes:duration>
      <itunes:summary>Deep dive into cloudfront in preparation for AWS Developer Certification</itunes:summary>
      <itunes:subtitle>Deep dive into cloudfront in preparation for AWS Developer Certification</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>36</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a1eb3760-2c7b-4e07-a08b-2777771c4982</guid>
      <title>52 Weeks AWS_ Episode 32-Certified-Developer-Part4-DynamoDB</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 30 Aug 2022 23:08:52 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>O'Reilly Book: Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform<br /><a href="https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877">https://www.amazon.com/Developing-AWS-Comprehensive-Solutions-Platform/dp/1492095877</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="22881523" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ed7cd6dd-99ef-4e70-83ba-0309abbeb020/audio/d9d39645-12ab-4f27-b81d-1810eeb9d764/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks AWS_ Episode 32-Certified-Developer-Part4-DynamoDB</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:23:50</itunes:duration>
      <itunes:summary>Dynamodb is a database system that can create a table. You can utilize it; it is a fully managed service that will scale up and down. It also has a consistent and fast performance, like millisecond level performance when servicing it. Dynamo is a key value store in the document store. Each item comprises one or more attributes, so no two entities should have the same key. Unlike a relational database, dynamo DB doesn&apos;t have a predefined schema. That s a huge advantage for many scenarios. Dynamo allows fast access to items by specifying the primary key. But there s also places where you would want to have one or more secondary, basically alternate keys available. And one way to do that is by having a secondary index on the table. The secondary index would let you query, for example, data that s on the table by using an alternate key. In addition to the alternate key, you could also have a subset of other table attributes. There s a global secondary index with a partition key and a sort key, which are different from the base table. The amazon dynamodb transactions are a pretty easy way to simplify developer experience. So you can do, or nothing changes to, multiple items; you can have transactions that include consistency, isolation, and durability, called acid. There is a there s a kind of a rule of thumb that you can use to figure out the number of RCUS necessary. Many applications can benefit from the ability to capture changes to items stored in dynamo when these changes occur.
Amazon dynamodb provides this on-demand backup and restore concept, which is fantastic, right? You can create a complete blockage so that you&apos;ll rest at night. You also have the idea of point-in-time recovery, which is pretty neat. AWS SDK for python is a great way to do that. I use boto three with dynamo; it s a great tool. The put item operation would create a new item or replace an old thing with a recent article. The get item operation allows you to retrieve a specific item from a dynamodb table. Dynamo is a pretty cool tool, and it s great for building fast prototypes. I think an excellent way to use it is to use the moto three A P I. And I would recommend doing things inside of cloud nine to get this superb experience.</itunes:summary>
      <itunes:subtitle>Dynamodb is a database system that can create a table. You can utilize it; it is a fully managed service that will scale up and down. It also has a consistent and fast performance, like millisecond level performance when servicing it. Dynamo is a key value store in the document store. Each item comprises one or more attributes, so no two entities should have the same key. Unlike a relational database, dynamo DB doesn&apos;t have a predefined schema. That s a huge advantage for many scenarios. Dynamo allows fast access to items by specifying the primary key. But there s also places where you would want to have one or more secondary, basically alternate keys available. And one way to do that is by having a secondary index on the table. The secondary index would let you query, for example, data that s on the table by using an alternate key. In addition to the alternate key, you could also have a subset of other table attributes. There s a global secondary index with a partition key and a sort key, which are different from the base table. The amazon dynamodb transactions are a pretty easy way to simplify developer experience. So you can do, or nothing changes to, multiple items; you can have transactions that include consistency, isolation, and durability, called acid. There is a there s a kind of a rule of thumb that you can use to figure out the number of RCUS necessary. Many applications can benefit from the ability to capture changes to items stored in dynamo when these changes occur.
Amazon dynamodb provides this on-demand backup and restore concept, which is fantastic, right? You can create a complete blockage so that you&apos;ll rest at night. You also have the idea of point-in-time recovery, which is pretty neat. AWS SDK for python is a great way to do that. I use boto three with dynamo; it s a great tool. The put item operation would create a new item or replace an old thing with a recent article. The get item operation allows you to retrieve a specific item from a dynamodb table. Dynamo is a pretty cool tool, and it s great for building fast prototypes. I think an excellent way to use it is to use the moto three A P I. And I would recommend doing things inside of cloud nine to get this superb experience.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>35</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d224fe9d-bd89-4cac-940b-e8ce9cf52ddd</guid>
      <title>52 Weeks AWS_ Episode 31-Certified-Developer-Part3-S3</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 23 Aug 2022 22:43:04 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="13937614" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/2002c013-b80e-4eac-bcd4-a1c45359b51e/audio/b5881105-5fb5-4f4c-9dc8-ebe5bf0a6183/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks AWS_ Episode 31-Certified-Developer-Part3-S3</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:14:31</itunes:duration>
      <itunes:summary>Developing with AWS S3, part 3 of AWS Developer Certification review</itunes:summary>
      <itunes:subtitle>Developing with AWS S3, part 3 of AWS Developer Certification review</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>34</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">dc36ce6f-2479-402a-aac3-f6a540975d4d</guid>
      <title>Hugging-Face-Enterprise-MLOps-Interview:  Julien Simon</title>
      <description><![CDATA[Amazing career advice and deep dive into Hugging Face with Julien Simon Chief Evangelist at Hugging Face.  Connect with Julien at:  https://www.linkedin.com/in/juliensimon/

If you enjoyed this video, here are additional resources to look at:

Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale

Python, Bash, and SQL Essentials for Data Engineering Specialization: https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke

AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: 
https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true

O'Reilly Book:  Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017

O'Reilly Book:  Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/

Pragmatic AI:  An Introduction to Cloud-based Machine Learning: https://www.amazon.com/gp/product/B07FB8F8QP/

Pragmatic AI Labs Book: Python Command-Line Tools: https://www.amazon.com/gp/product/B0855FSFYZ

Pragmatic AI Labs Book: Cloud Computing for Data Analysis: https://www.amazon.com/gp/product/B0992BN7W8

Pragmatic AI Book:  Minimal Python: https://www.amazon.com/gp/product/B0855NSRR7

Pragmatic AI Book:  Testing in Python: https://www.amazon.com/gp/product/B0855NSRR7

Subscribe to Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q

Subscribe to 52 Weeks of AWS Podcast:  https://52-weeks-of-cloud.simplecast.com

View content on noahgift.com: https://noahgift.com/

View content on Pragmatic AI Labs Website: https://paiml.com/



 🔥 Hot Course Offers:

-   🤖 Master GenAI Engineering - Build Production AI Systems
-   🦀 Learn Professional Rust - Industry-Grade Development
-   📊 AWS AI & Analytics - Scale Your ML in Cloud
-   ⚡ Production GenAI on AWS - Deploy at Enterprise Scale
-   🛠️ Rust DevOps Mastery - Automate Everything

🚀 Level Up Your Career:

-   💼 Production ML Program - Complete MLOps & Cloud Mastery
-   🎯 Start Learning Now - Fast-Track Your ML Career
-   🏢 Trusted by Fortune 500 Teams

Learn end-to-end ML engineering from industry veterans at PAIML.COM
]]></description>
      <pubDate>Tue, 23 Aug 2022 17:15:18 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <enclosure length="62647832" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/ec7639fb-8a5a-4a09-a73e-dc47a012bf79/audio/b0192454-3a37-4b32-997e-5a772fa6c3b0/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Hugging-Face-Enterprise-MLOps-Interview:  Julien Simon</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>01:05:15</itunes:duration>
      <itunes:summary>Amazing career advice and deep dive into Hugging Face with Julien Simon Chief Evangelist at Hugging Face.  Connect with Julien at:  https://www.linkedin.com/in/juliensimon/

If you enjoyed this video, here are additional resources to look at:

Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale

Python, Bash, and SQL Essentials for Data Engineering Specialization: https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke

AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: 
https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true

O&apos;Reilly Book:  Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017

O&apos;Reilly Book:  Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/

Pragmatic AI:  An Introduction to Cloud-based Machine Learning: https://www.amazon.com/gp/product/B07FB8F8QP/

Pragmatic AI Labs Book: Python Command-Line Tools: https://www.amazon.com/gp/product/B0855FSFYZ

Pragmatic AI Labs Book: Cloud Computing for Data Analysis: https://www.amazon.com/gp/product/B0992BN7W8

Pragmatic AI Book:  Minimal Python: https://www.amazon.com/gp/product/B0855NSRR7

Pragmatic AI Book:  Testing in Python: https://www.amazon.com/gp/product/B0855NSRR7

Subscribe to Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q

Subscribe to 52 Weeks of AWS Podcast:  https://52-weeks-of-cloud.simplecast.com

View content on noahgift.com: https://noahgift.com/

View content on Pragmatic AI Labs Website: https://paiml.com/



</itunes:summary>
      <itunes:subtitle>Amazing career advice and deep dive into Hugging Face with Julien Simon Chief Evangelist at Hugging Face.  Connect with Julien at:  https://www.linkedin.com/in/juliensimon/

If you enjoyed this video, here are additional resources to look at:

Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale

Python, Bash, and SQL Essentials for Data Engineering Specialization: https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke

AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity: 
https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true

O&apos;Reilly Book:  Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017

O&apos;Reilly Book:  Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/

Pragmatic AI:  An Introduction to Cloud-based Machine Learning: https://www.amazon.com/gp/product/B07FB8F8QP/

Pragmatic AI Labs Book: Python Command-Line Tools: https://www.amazon.com/gp/product/B0855FSFYZ

Pragmatic AI Labs Book: Cloud Computing for Data Analysis: https://www.amazon.com/gp/product/B0992BN7W8

Pragmatic AI Book:  Minimal Python: https://www.amazon.com/gp/product/B0855NSRR7

Pragmatic AI Book:  Testing in Python: https://www.amazon.com/gp/product/B0855NSRR7

Subscribe to Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q

Subscribe to 52 Weeks of AWS Podcast:  https://52-weeks-of-cloud.simplecast.com

View content on noahgift.com: https://noahgift.com/

View content on Pragmatic AI Labs Website: https://paiml.com/



</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>33</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">abe4eae3-965f-4d59-b03f-d89343e1f5cb</guid>
      <title>MLOps with Head of Duke Artificial Intelligence PI MS Program</title>
      <description><![CDATA[Talk with Jon Reifschneider | Duke AI Master of Engineering

https://ai.meng.duke.edu/faculty/jon-reifschneider 🔥 Hot Course Offers:

-   🤖 Master GenAI Engineering - Build Production AI Systems
-   🦀 Learn Professional Rust - Industry-Grade Development
-   📊 AWS AI & Analytics - Scale Your ML in Cloud
-   ⚡ Production GenAI on AWS - Deploy at Enterprise Scale
-   🛠️ Rust DevOps Mastery - Automate Everything

🚀 Level Up Your Career:

-   💼 Production ML Program - Complete MLOps & Cloud Mastery
-   🎯 Start Learning Now - Fast-Track Your ML Career
-   🏢 Trusted by Fortune 500 Teams

Learn end-to-end ML engineering from industry veterans at PAIML.COM
]]></description>
      <pubDate>Fri, 19 Aug 2022 17:32:15 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <enclosure length="74344001" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8cad7d87-9822-4a0a-b7fc-1d158a199031/audio/3a0d4806-af23-4322-97eb-39a5527118ed/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>MLOps with Head of Duke Artificial Intelligence PI MS Program</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>01:17:26</itunes:duration>
      <itunes:summary>Talk with Jon Reifschneider | Duke AI Master of Engineering

https://ai.meng.duke.edu/faculty/jon-reifschneider</itunes:summary>
      <itunes:subtitle>Talk with Jon Reifschneider | Duke AI Master of Engineering

https://ai.meng.duke.edu/faculty/jon-reifschneider</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>32</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7647f7e5-86a9-4f96-b145-04b8183c56d0</guid>
      <title>Real-world-AWS-MLOps-with-Malcolm-Smith-Fraser-Duke-MIDS-Alumni</title>
      <description><![CDATA[Talk with ML Engineering and Duke MIDS Alumni Malcolm Smith Fraser about doing MLOPs pipelines on AWS for computer vision.

https://www.linkedin.com/in/malcolmsfraser/ 🔥 Hot Course Offers:

-   🤖 Master GenAI Engineering - Build Production AI Systems
-   🦀 Learn Professional Rust - Industry-Grade Development
-   📊 AWS AI & Analytics - Scale Your ML in Cloud
-   ⚡ Production GenAI on AWS - Deploy at Enterprise Scale
-   🛠️ Rust DevOps Mastery - Automate Everything

🚀 Level Up Your Career:

-   💼 Production ML Program - Complete MLOps & Cloud Mastery
-   🎯 Start Learning Now - Fast-Track Your ML Career
-   🏢 Trusted by Fortune 500 Teams

Learn end-to-end ML engineering from industry veterans at PAIML.COM
]]></description>
      <pubDate>Fri, 12 Aug 2022 18:57:03 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <enclosure length="29508266" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/e7399f35-a3a6-4ff2-b9a8-032f9b0c0b04/audio/853f3c11-e152-422d-8269-fb27174392db/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>Real-world-AWS-MLOps-with-Malcolm-Smith-Fraser-Duke-MIDS-Alumni</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:30:44</itunes:duration>
      <itunes:summary>Talk with ML Engineering and Duke MIDS Alumni Malcolm Smith Fraser about doing MLOPs pipelines on AWS for computer vision.

https://www.linkedin.com/in/malcolmsfraser/</itunes:summary>
      <itunes:subtitle>Talk with ML Engineering and Duke MIDS Alumni Malcolm Smith Fraser about doing MLOPs pipelines on AWS for computer vision.

https://www.linkedin.com/in/malcolmsfraser/</itunes:subtitle>
      <itunes:explicit>true</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>31</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1f67b9e2-2a5e-434a-9563-df8d63a52e10</guid>
      <title>52weeks-aws-episode28-AWS Developer Certification-Part 1-Developing</title>
      <description><![CDATA[AWS Developer Certification Part 1 🔥 Hot Course Offers:

-   🤖 Master GenAI Engineering - Build Production AI Systems
-   🦀 Learn Professional Rust - Industry-Grade Development
-   📊 AWS AI & Analytics - Scale Your ML in Cloud
-   ⚡ Production GenAI on AWS - Deploy at Enterprise Scale
-   🛠️ Rust DevOps Mastery - Automate Everything

🚀 Level Up Your Career:

-   💼 Production ML Program - Complete MLOps & Cloud Mastery
-   🎯 Start Learning Now - Fast-Track Your ML Career
-   🏢 Trusted by Fortune 500 Teams

Learn end-to-end ML engineering from industry veterans at PAIML.COM
]]></description>
      <pubDate>Tue, 9 Aug 2022 23:58:42 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <enclosure length="23583277" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/b5c1a406-6204-4b5d-af2d-c31dcf455045/audio/23852c6b-eae4-473d-8ee9-8f7bc90f6a30/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52weeks-aws-episode28-AWS Developer Certification-Part 1-Developing</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:24:33</itunes:duration>
      <itunes:summary>AWS Developer Certification Part 1</itunes:summary>
      <itunes:subtitle>AWS Developer Certification Part 1</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>30</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">20d68222-2781-47af-a3a6-e198663fd1a3</guid>
      <title>52weeks-aws-episode28-Wrap up AWS ML Certification</title>
      <description><![CDATA[Wrap up of AWS ML Cert 🔥 Hot Course Offers:

-   🤖 Master GenAI Engineering - Build Production AI Systems
-   🦀 Learn Professional Rust - Industry-Grade Development
-   📊 AWS AI & Analytics - Scale Your ML in Cloud
-   ⚡ Production GenAI on AWS - Deploy at Enterprise Scale
-   🛠️ Rust DevOps Mastery - Automate Everything

🚀 Level Up Your Career:

-   💼 Production ML Program - Complete MLOps & Cloud Mastery
-   🎯 Start Learning Now - Fast-Track Your ML Career
-   🏢 Trusted by Fortune 500 Teams

Learn end-to-end ML engineering from industry veterans at PAIML.COM
]]></description>
      <pubDate>Tue, 9 Aug 2022 23:56:47 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <enclosure length="26464687" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7c9f499c-2f86-4e18-afc5-08bb1204b303/audio/40ee0e67-c72a-4c31-a13a-4148f01e8153/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52weeks-aws-episode28-Wrap up AWS ML Certification</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:27:34</itunes:duration>
      <itunes:summary>Wrap up of AWS ML Cert</itunes:summary>
      <itunes:subtitle>Wrap up of AWS ML Cert</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>29</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">73fd2f4d-b0a2-4242-a280-223c73051741</guid>
      <title>52weeks-aws-episode27-sagemaker-pipeline</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 23 Jun 2022 23:29:02 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="33505145" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/4112d72f-5c87-4956-a8ef-d0368d7a677c/audio/7ae84ae3-2f96-4207-82e4-21879aeb80ae/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52weeks-aws-episode27-sagemaker-pipeline</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:34:54</itunes:duration>
      <itunes:summary>Learn to pass the AWS ML Certification with a deep dive into Part 2 of the Sagemaker Pipelines material.
00:00 Intro
02:39 Drop missing values
04:46 Outliers
06:57 Feature selection
10:55 File formats for machine learning
13:46 K-fold cross validation
15:55 Training models with Amazong SageMaker
17:33 XGBoost
19:29 Is your model ready to deploy?
22:05 Creating an endpoint
23:26 Machine learning pipeline
25:30 Confusion matrix
27:27 Sensitivity
29:02 Classification report:  ROC graph
30:51 Hyperparameter categories
32:06 Sagemaker hyperparameter tuning</itunes:summary>
      <itunes:subtitle>Learn to pass the AWS ML Certification with a deep dive into Part 2 of the Sagemaker Pipelines material.
00:00 Intro
02:39 Drop missing values
04:46 Outliers
06:57 Feature selection
10:55 File formats for machine learning
13:46 K-fold cross validation
15:55 Training models with Amazong SageMaker
17:33 XGBoost
19:29 Is your model ready to deploy?
22:05 Creating an endpoint
23:26 Machine learning pipeline
25:30 Confusion matrix
27:27 Sensitivity
29:02 Classification report:  ROC graph
30:51 Hyperparameter categories
32:06 Sagemaker hyperparameter tuning</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>28</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ebbcf605-10a6-4d48-be54-c115cc35036e</guid>
      <title>52 Weeks of Cloud Episode 28:  Conversation with Piero Molino and Ludwig/Predibase</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 22 Jun 2022 00:20:32 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="48594165" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/51e9b5ab-e3c3-4058-b8ee-2be69df00c2e/audio/a8b42afc-f057-41d5-b74a-d777e1ae7683/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of Cloud Episode 28:  Conversation with Piero Molino and Ludwig/Predibase</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:50:37</itunes:duration>
      <itunes:summary>Detailed conversation about Declarative AutoML with Piero Molino author of Ludwig and co-founder Predibase.
00:00 Intro
00:50 First meeting Piero at Strata in Moscone Center
10:50 Why Declarative AutoML?
12:00 Introducing Declarative ML Systems
16:44 Ludwig: declarative ML systems on PyTorch
18:06 Github Statistics for Ludwig
19:51 Ludwig training example via CLI
21:09 pip install ludwig and using the Programmatic API
26:32 How does Ludwig work?
26:53 Training with Ludwig
27:34 Predicting with Ludwig
29:59 Running Experiments with Ludwig
31:04 ludwig experiment --dataset
32:09 Input - Encoder - Decoder - Output
34:15 ParallelCNN encoding
35:42 Pretrained Transformers: bert distilbert t5 roberta gpt-2
40:44 concat combiner
41:18 Number features decoding
41:37 Vector featuers decoding
41:52 Sequence features decoding
42:30 Training parameters: batch_size, epochs, learning_rate, ...
43:07 Preprocessing parameters
43:33 Speaker Verification
44:03 Expected Time of Delivery
44:35 Summarization
45:04 Distributed Training, Ludwig on Ray
45:23 Running Ludwig on Ray
47:18 Ludwig Hyperpot with RayTune (Advanced)
48:51 Ludwig on Kubernetes
49:15 Managed Ludwig in Predibase
49:54 Predibase: Low-code ML, High-Performance</itunes:summary>
      <itunes:subtitle>Detailed conversation about Declarative AutoML with Piero Molino author of Ludwig and co-founder Predibase.
00:00 Intro
00:50 First meeting Piero at Strata in Moscone Center
10:50 Why Declarative AutoML?
12:00 Introducing Declarative ML Systems
16:44 Ludwig: declarative ML systems on PyTorch
18:06 Github Statistics for Ludwig
19:51 Ludwig training example via CLI
21:09 pip install ludwig and using the Programmatic API
26:32 How does Ludwig work?
26:53 Training with Ludwig
27:34 Predicting with Ludwig
29:59 Running Experiments with Ludwig
31:04 ludwig experiment --dataset
32:09 Input - Encoder - Decoder - Output
34:15 ParallelCNN encoding
35:42 Pretrained Transformers: bert distilbert t5 roberta gpt-2
40:44 concat combiner
41:18 Number features decoding
41:37 Vector featuers decoding
41:52 Sequence features decoding
42:30 Training parameters: batch_size, epochs, learning_rate, ...
43:07 Preprocessing parameters
43:33 Speaker Verification
44:03 Expected Time of Delivery
44:35 Summarization
45:04 Distributed Training, Ludwig on Ray
45:23 Running Ludwig on Ray
47:18 Ludwig Hyperpot with RayTune (Advanced)
48:51 Ludwig on Kubernetes
49:15 Managed Ludwig in Predibase
49:54 Predibase: Low-code ML, High-Performance</itunes:subtitle>
      <itunes:explicit>true</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>27</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d7538c04-dc5e-40c6-abc9-5200c96e40fb</guid>
      <title>52 weeks AWS: EP 26 ml cert sagemaker pipelines part1</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sat, 18 Jun 2022 17:41:19 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="26495409" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/f75f21e6-58ca-443c-ac0a-be52cdbf4a24/audio/fafd0cb0-8751-46c6-8da8-dac39c0cc5a8/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 weeks AWS: EP 26 ml cert sagemaker pipelines part1</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:27:35</itunes:duration>
      <itunes:summary>Sagemaker pipelines and the AWS ML Certification
00:00 Intro
03:00 Define business objectives
05:00 Problem framing
07:20 Problem formulation
11:10 What data do you need?
12:37 Observations
14:15 Storing data in AWS
16:21 ETL
17:41 Securing data
19:19 Loading data into pandas
20:18 Descriptive statistics
23:25 Feature selection and extraction
24:40 Encoding ordinal data
25:48 Cleaning data
26:39 Missing values</itunes:summary>
      <itunes:subtitle>Sagemaker pipelines and the AWS ML Certification
00:00 Intro
03:00 Define business objectives
05:00 Problem framing
07:20 Problem formulation
11:10 What data do you need?
12:37 Observations
14:15 Storing data in AWS
16:21 ETL
17:41 Securing data
19:19 Loading data into pandas
20:18 Descriptive statistics
23:25 Feature selection and extraction
24:40 Encoding ordinal data
25:48 Cleaning data
26:39 Missing values</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>26</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">648426b2-b9e5-4483-953e-37c3652b67f7</guid>
      <title>52 Weeks of AWS-Episode 25: AWS ML Certification:  What is ML?</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 9 Jun 2022 16:43:13 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="29270658" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/cd386370-6275-4905-bbf5-fa5b0efee6dc/audio/af94b631-a24d-41b3-b89f-c28bdb49a819/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS-Episode 25: AWS ML Certification:  What is ML?</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:30:29</itunes:duration>
      <itunes:summary>Learn to pass the AWS ML Certification Part 2 

00:00 Intro
01:56 Artificial intelligence, machine learning, and deep learning.
02:34 Artificial Intelligence
03:10 Machine Learning
03:58 Deep learning
05:11 ML and technology advancements
06:00 Common ML Use Cases
08:14 Types of machine learning
09:21 Supervized learning
10:17 Computer vision
11:08 Unsupervized learning
12:44 Natural language processing
13:20 Reinforcement learning
14:34 Self-driving vehicles
15:04 When to use machine learning
15:35 ML pipeline:  Business 
16:23 ML pipeline:  Data preparation
17:22 ML pipeline: Iterative model training
18:01 ML pipeline: Feature Engineering 
19:25 ML pipeline: Model Training
20:18 ML pipeline: Evaluating and tuning the model
21:00 Overfitting and underfitting
22:48 Python tools and libraries
24:57 ML Frameworks
25:50 Amazon SageMaker
26:42 Machine learning managed services
28:30 Machine learning challenges</itunes:summary>
      <itunes:subtitle>Learn to pass the AWS ML Certification Part 2 

00:00 Intro
01:56 Artificial intelligence, machine learning, and deep learning.
02:34 Artificial Intelligence
03:10 Machine Learning
03:58 Deep learning
05:11 ML and technology advancements
06:00 Common ML Use Cases
08:14 Types of machine learning
09:21 Supervized learning
10:17 Computer vision
11:08 Unsupervized learning
12:44 Natural language processing
13:20 Reinforcement learning
14:34 Self-driving vehicles
15:04 When to use machine learning
15:35 ML pipeline:  Business 
16:23 ML pipeline:  Data preparation
17:22 ML pipeline: Iterative model training
18:01 ML pipeline: Feature Engineering 
19:25 ML pipeline: Model Training
20:18 ML pipeline: Evaluating and tuning the model
21:00 Overfitting and underfitting
22:48 Python tools and libraries
24:57 ML Frameworks
25:50 Amazon SageMaker
26:42 Machine learning managed services
28:30 Machine learning challenges</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>25</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">859c30fb-64ee-449f-91ee-b8393b7195c4</guid>
      <title>52 Weeks of AWS:  Introduction to AWS ML Certification</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 9 Jun 2022 15:50:23 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="14920865" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5c70636d-d9b2-46f6-8ecb-295bac372278/audio/963d6a63-310a-40d7-9804-2c1a78f44f0d/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS:  Introduction to AWS ML Certification</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:15:32</itunes:duration>
      <itunes:summary>Learn to pass the AWS ML Certification 

00:00 Intro
03:00 AWS ML Certification Course Outline
05:21 What is the Data Scientist role?
05:58 Machine Learning engineer
06:33 Applied science researcher
07:08 Machine learning developer role
08:05 Resources and documentation
10:48 AWS SageMaker Studio Lab
13:18 AWS Machine Learning Lens</itunes:summary>
      <itunes:subtitle>Learn to pass the AWS ML Certification 

00:00 Intro
03:00 AWS ML Certification Course Outline
05:21 What is the Data Scientist role?
05:58 Machine Learning engineer
06:33 Applied science researcher
07:08 Machine learning developer role
08:05 Resources and documentation
10:48 AWS SageMaker Studio Lab
13:18 AWS Machine Learning Lens</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>24</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">17b1de85-7e84-4a1d-9d3d-e055b86e51d9</guid>
      <title>52 Weeks of AWS Episode 23:  Bridging to Solutions Architect Certification</title>
      <description><![CDATA[<p>Learn to prepare for the AWS Solutions Architect Exam</p><p>00:00 Intro<br />01:47 Domain 1:  Design Resilient Architectures<br />02:32 Domain 2:  Design High-Performance Architectures<br />03:17 Domain 3:  Design Scalable Architectures and Architectures<br />03:33 Domain 4:  Design Cost-Optimized Architectures<br />04:40 Exam Guide Walkthrough<br />09:25 Whitepapers and why they are important<br />10:29 Well-Architected Framework<br />11:08 AWS FAQ<br />14:30 AWS Quick Starts</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 29 May 2022 13:51:34 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Learn to prepare for the AWS Solutions Architect Exam</p><p>00:00 Intro<br />01:47 Domain 1:  Design Resilient Architectures<br />02:32 Domain 2:  Design High-Performance Architectures<br />03:17 Domain 3:  Design Scalable Architectures and Architectures<br />03:33 Domain 4:  Design Cost-Optimized Architectures<br />04:40 Exam Guide Walkthrough<br />09:25 Whitepapers and why they are important<br />10:29 Well-Architected Framework<br />11:08 AWS FAQ<br />14:30 AWS Quick Starts</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="17033649" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5d7f6474-a37d-4a80-8f27-1119e32315cb/audio/401e9604-ebfc-4d6c-b7dc-ceaf316b3118/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 23:  Bridging to Solutions Architect Certification</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:17:44</itunes:duration>
      <itunes:summary>Learn to prepare for the AWS Solutions Architect Exam</itunes:summary>
      <itunes:subtitle>Learn to prepare for the AWS Solutions Architect Exam</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>23</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">36aa6990-f686-4a03-ac0c-89366c81afb4</guid>
      <title>52 weeks AWS: Episode 22 Solutions Architect: Planning for Disaster</title>
      <description><![CDATA[<p>Episode 22 covers the preparing for Disasters.</p><p>00:00 Intro<br />02:37 Planning for failures<br />03:34 Avoiding and planning for disasters<br />05:37 Using the Well-Architected Framework design principles<br />05:51 Recovery Point objectives (RPO)<br />06:34 Recovery time objective (RTO)<br />07:12 Plan for disaster recovery<br />08:03 Storage and backup building blocks<br />09:50 S3 Cross-Region replication<br />10:41 EBS volume snapshots<br />11:41 File system replication<br />12:50 Compute Capacity recovery<br />13:44 Strategies for disaster recovery<br />15:01 Networking design for resilience<br />15:34 Databases and recovery<br />16:45 Automation Services:  CloudFormation, Elastic Beanstalk and AWS OpsWorks<br />17:38 Four disaster recovery strategies:  Backup and restore, Pilot light, Warm Standby and Multi-site<br />18:23 AWS Storage Gateway<br />24:00 Summary of common DR patterns</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Sun, 22 May 2022 21:22:57 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Episode 22 covers the preparing for Disasters.</p><p>00:00 Intro<br />02:37 Planning for failures<br />03:34 Avoiding and planning for disasters<br />05:37 Using the Well-Architected Framework design principles<br />05:51 Recovery Point objectives (RPO)<br />06:34 Recovery time objective (RTO)<br />07:12 Plan for disaster recovery<br />08:03 Storage and backup building blocks<br />09:50 S3 Cross-Region replication<br />10:41 EBS volume snapshots<br />11:41 File system replication<br />12:50 Compute Capacity recovery<br />13:44 Strategies for disaster recovery<br />15:01 Networking design for resilience<br />15:34 Databases and recovery<br />16:45 Automation Services:  CloudFormation, Elastic Beanstalk and AWS OpsWorks<br />17:38 Four disaster recovery strategies:  Backup and restore, Pilot light, Warm Standby and Multi-site<br />18:23 AWS Storage Gateway<br />24:00 Summary of common DR patterns</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="25090133" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/62170040-9c71-4118-a9ea-e93e3b2eecaa/audio/456d4817-a41d-4da7-ac15-f0390f50a7c3/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 weeks AWS: Episode 22 Solutions Architect: Planning for Disaster</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:26:08</itunes:duration>
      <itunes:summary>Episode 22 covers the preparing for Disasters.

</itunes:summary>
      <itunes:subtitle>Episode 22 covers the preparing for Disasters.

</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>22</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">fe056eb3-3a01-4c8d-82a7-e9f5920b7416</guid>
      <title>52 weeks AWS: Episode 21 Solutions Architect: Building Microservices</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 13 May 2022 15:50:57 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>Subscribe to 52 Weeks of AWS Podcast:  <a href="https://52-weeks-of-cloud.simplecast.com">https://52-weeks-of-cloud.simplecast.com</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="27953572" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/74623bfa-513d-4254-b306-dfe91876a13a/audio/b68858eb-8e6d-4ac8-b132-4e383c4b3114/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 weeks AWS: Episode 21 Solutions Architect: Building Microservices</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:29:07</itunes:duration>
      <itunes:summary>In this episode of 52 weeks of AWS I continue to cover the solutions architect certification.
The topic of building Microservices is the focus today.

00:00 Intro
00:38 Discuss new weekly office hours from noahgift.com for O&apos;Reilly books and Coursera courses.
02:00 What are Microservices?
03:35 What are Microservices?
04:00 Characteristics of Microservices
06:00 What is a container?
09:00 ECS orchestration
11:00 Decomposing monolithic applications
12:32 AWS Fargate
13:00 What is serverless?
15:00 AWS Serverless offerings
15:30 AWS Lambda
23:00 AWS API Gateway
26:00 AWS Step Functions
</itunes:summary>
      <itunes:subtitle>In this episode of 52 weeks of AWS I continue to cover the solutions architect certification.
The topic of building Microservices is the focus today.

00:00 Intro
00:38 Discuss new weekly office hours from noahgift.com for O&apos;Reilly books and Coursera courses.
02:00 What are Microservices?
03:35 What are Microservices?
04:00 Characteristics of Microservices
06:00 What is a container?
09:00 ECS orchestration
11:00 Decomposing monolithic applications
12:32 AWS Fargate
13:00 What is serverless?
15:00 AWS Serverless offerings
15:30 AWS Lambda
23:00 AWS API Gateway
26:00 AWS Step Functions
</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>21</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1d876374-7a4c-4426-9581-da0faf867de8</guid>
      <title>52 weeks AWS: Episode 20 Solutions Architect:  Decouple</title>
      <description><![CDATA[<p>00:00 Intro<br />04:00 Forms of decoupling<br />07:00 SQS<br />12:00 SQS Use Cases<br />19:27 SNS<br />23:21 SNS vs SQS</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 6 May 2022 17:56:20 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>00:00 Intro<br />04:00 Forms of decoupling<br />07:00 SQS<br />12:00 SQS Use Cases<br />19:27 SNS<br />23:21 SNS vs SQS</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity:<br /><a href="https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true">https://www.linkedin.com/learning/aws-certified-solutions-architect-professional-sap-c01-cert-prep-1-design-for-organizational-complexity/design-for-organizational-complexity?autoplay=true</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="26055716" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/453ad812-ac46-4193-8820-46dfc63b7960/audio/e8e92863-fdc4-4d80-94cb-949421ab1ec5/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 weeks AWS: Episode 20 Solutions Architect:  Decouple</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:27:08</itunes:duration>
      <itunes:summary>Continue to learn about AWS Solutions Architecture on the topic of Decoupling</itunes:summary>
      <itunes:subtitle>Continue to learn about AWS Solutions Architecture on the topic of Decoupling</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>20</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7db57723-7ef8-4e72-97db-64cb1ba1b1a0</guid>
      <title>52 weeks AWS:  Episode 19 Solutions Architect Caching</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 14 Apr 2022 18:20:01 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="24359220" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/6f756103-e19c-4514-ac8e-22dee557b6c6/audio/528efeac-dfa2-44cb-ada5-6a6f33f403c6/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 weeks AWS:  Episode 19 Solutions Architect Caching</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:25:22</itunes:duration>
      <itunes:summary>Learn about caching content in the next episode of 52 weeks of AWS 

00:00 Intro
00:40 Trading capacity for speed
03:00 Why Cache?
06:00 CloudFront
12:00 DDoS mitigation
14:00 Sticky sessions
17:00 Side Caches
20:00 Memcached versus Redis
21:09 Caching Strategies</itunes:summary>
      <itunes:subtitle>Learn about caching content in the next episode of 52 weeks of AWS 

00:00 Intro
00:40 Trading capacity for speed
03:00 Why Cache?
06:00 CloudFront
12:00 DDoS mitigation
14:00 Sticky sessions
17:00 Side Caches
20:00 Memcached versus Redis
21:09 Caching Strategies</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>19</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">be6615f6-c179-4daf-8cf7-904da08e4746</guid>
      <title>52-weeks-aws-solutions-architect-automate-infrastructure-with-cloud-formation-beanstalk-opswork</title>
      <description><![CDATA[<p>f you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book: Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book: Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI: An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book: Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book: Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 5 Apr 2022 21:48:08 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>f you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book: Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book: Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI: An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book: Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book: Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="18273316" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/8a571cc5-46a4-42b0-bf87-e94bb521f8da/audio/c29fbd0e-4aa1-41b1-b911-6dd202e65e2f/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52-weeks-aws-solutions-architect-automate-infrastructure-with-cloud-formation-beanstalk-opswork</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:19:02</itunes:duration>
      <itunes:summary>Continue learning about Solutions Architect certification this time with automation.
Opsworks, Beanstalk, Chef and Cloud Formation.</itunes:summary>
      <itunes:subtitle>Continue learning about Solutions Architect certification this time with automation.
Opsworks, Beanstalk, Chef and Cloud Formation.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>18</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">8496275f-a28b-4b8e-9a42-eab7e8529637</guid>
      <title>52 Weeks of AWS Episode 17: Elasticity for Solutions Architect</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 17 Mar 2022 13:44:14 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="24271866" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/c5c82d4d-ba95-4900-af30-ed22fb257d3d/audio/ea79c6d7-7b2f-4e3c-95ca-10cbe7185929/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 17: Elasticity for Solutions Architect</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:25:17</itunes:duration>
      <itunes:summary>I cover elasticity for solutions architecture</itunes:summary>
      <itunes:subtitle>I cover elasticity for solutions architecture</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>17</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ae545b1a-29e4-43e2-904e-277fe2f54852</guid>
      <title>52 Weeks of AWS Episode 16: Securing Users for Solutions Architect</title>
      <description><![CDATA[<p>Alright, so I'm live here 52 weeks of AWS, continuing to cover the solutions architect certification material. And today I'm going to talk about securing user and application access. Probably one of the most timely topics that we can discuss for cloud computing, there is a lot of increased risk of cybersecurity threats in in the world right now. And there's conflicts that could potentially make your organization really need to care a bit more about cybersecurity. And so this is a great topic for today. So let's go ahead and dive right in here. I'm going to talk through this material on securing user and application access. I'm going to go ahead and share my screen if you're watching. Live here with the video, and let's get to it. Okay, so first up securing user application access. We're talking about some of the things like architectural needs the user account and I ns, how to organize users do federated users multiple accounts. also play around a little bit with AWS itself and do some demos, if it seems like it's needed. So by the end of this talk, today, I'm going to cover I am groups roles, how to use user Federation, also about AWS organizations, and how to manage multiple AWS accounts, which is, in fact, a really good process for many organizations. Okay, let's get into architectural need first. So, you know, that's typically a good place to start as what's the structure of your company, what it is you need to solve, then move into the details. So the first thing that most people don't do that they should do when they're using AWS is they need to secure the root account. I've personally seen this happen at multiple companies, where you everybody was using the root and now account initially, because it's a startup. And, you know, we want to move fast and break things or, you know, like, I like to say, move fast and break democracy. But in general, with root users, you need to secure them immediately, because it's so easy to essentially give someone access to your account. And then now you don't have a company anymore, you've given it away to other people. And the first thing to do would be to create a admin user account, the next thing to do is make sure that you lock away the root credentials, and then don't use the root account period. So instead, what you would want to do is use the admin or specific admin users, maybe an admin for s3, or an admin for compute, or something like that, for most of the tasks. So I am is a way of managing identity and access management, you can securely control individual and group access, you can integrate with other AWS services, do Federated Identity Management, granular permissions, and also MFA or multi factor authentication.</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Thu, 10 Mar 2022 15:42:47 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Alright, so I'm live here 52 weeks of AWS, continuing to cover the solutions architect certification material. And today I'm going to talk about securing user and application access. Probably one of the most timely topics that we can discuss for cloud computing, there is a lot of increased risk of cybersecurity threats in in the world right now. And there's conflicts that could potentially make your organization really need to care a bit more about cybersecurity. And so this is a great topic for today. So let's go ahead and dive right in here. I'm going to talk through this material on securing user and application access. I'm going to go ahead and share my screen if you're watching. Live here with the video, and let's get to it. Okay, so first up securing user application access. We're talking about some of the things like architectural needs the user account and I ns, how to organize users do federated users multiple accounts. also play around a little bit with AWS itself and do some demos, if it seems like it's needed. So by the end of this talk, today, I'm going to cover I am groups roles, how to use user Federation, also about AWS organizations, and how to manage multiple AWS accounts, which is, in fact, a really good process for many organizations. Okay, let's get into architectural need first. So, you know, that's typically a good place to start as what's the structure of your company, what it is you need to solve, then move into the details. So the first thing that most people don't do that they should do when they're using AWS is they need to secure the root account. I've personally seen this happen at multiple companies, where you everybody was using the root and now account initially, because it's a startup. And, you know, we want to move fast and break things or, you know, like, I like to say, move fast and break democracy. But in general, with root users, you need to secure them immediately, because it's so easy to essentially give someone access to your account. And then now you don't have a company anymore, you've given it away to other people. And the first thing to do would be to create a admin user account, the next thing to do is make sure that you lock away the root credentials, and then don't use the root account period. So instead, what you would want to do is use the admin or specific admin users, maybe an admin for s3, or an admin for compute, or something like that, for most of the tasks. So I am is a way of managing identity and access management, you can securely control individual and group access, you can integrate with other AWS services, do Federated Identity Management, granular permissions, and also MFA or multi factor authentication.</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="24869548" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/298bed42-0273-4935-a051-a6ed873258fa/audio/e9984801-5387-4c62-8690-bb99599866d6/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 16: Securing Users for Solutions Architect</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:25:54</itunes:duration>
      <itunes:summary>Learn to pass the Solutions Architect exam with security material

00:00 Intro
03:15 Components of Security
06:14 Identity bases vs. Resource bases
09:59 Cloud Trail
14:58 Role based privilages
19:26 SAML
23:31 Security Use Cases</itunes:summary>
      <itunes:subtitle>Learn to pass the Solutions Architect exam with security material

00:00 Intro
03:15 Components of Security
06:14 Identity bases vs. Resource bases
09:59 Cloud Trail
14:58 Role based privilages
19:26 SAML
23:31 Security Use Cases</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>16</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">52ae3389-60a8-4971-996f-fab10bdba21d</guid>
      <title>52 Weeks of AWS Episode 15 (13-B): Connecting Networks for Solutions Architect</title>
      <description><![CDATA[<p>Learn to connect networks on AWS</p><p>00:00 Intro<br />01:24 Module Overview<br />03:19 Connecting multiple VPNs<br />05:09 AWS Direct Connect<br />08:58 Connecting VPCs<br />11:03 VPC Peering<br />14:08 Transit Gateway<br />22:56 Module Wrap-up</p><p>Okay, I'm live here with 52 weeks of AWS episode 13. I'm still focused on the solutions architect material. And last week, I was able to talk about some networking material. But this week, I'm going to get into more networking and talk about connecting networks. And what we'll do is I'll just go ahead and share my screen here to start with. And let's go ahead and get started. Go here connecting. And here we go. Got the material up here connecting networks. Let's go to a presenter view. So a few things to talk about with connecting network. We're going to cover these topics today. Architectural needs connecting to a site to site VPN. Also talking about direct connect VPC, in AWS with VPC peering. This happens a lot with maybe a SaaS offering that you're using, like Databricks, scaling your VPC network, with transit gateway, and then also connecting to VPC via supported services.</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 4 Mar 2022 23:41:44 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Learn to connect networks on AWS</p><p>00:00 Intro<br />01:24 Module Overview<br />03:19 Connecting multiple VPNs<br />05:09 AWS Direct Connect<br />08:58 Connecting VPCs<br />11:03 VPC Peering<br />14:08 Transit Gateway<br />22:56 Module Wrap-up</p><p>Okay, I'm live here with 52 weeks of AWS episode 13. I'm still focused on the solutions architect material. And last week, I was able to talk about some networking material. But this week, I'm going to get into more networking and talk about connecting networks. And what we'll do is I'll just go ahead and share my screen here to start with. And let's go ahead and get started. Go here connecting. And here we go. Got the material up here connecting networks. Let's go to a presenter view. So a few things to talk about with connecting network. We're going to cover these topics today. Architectural needs connecting to a site to site VPN. Also talking about direct connect VPC, in AWS with VPC peering. This happens a lot with maybe a SaaS offering that you're using, like Databricks, scaling your VPC network, with transit gateway, and then also connecting to VPC via supported services.</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="24928898" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/f93d1dbb-e4bd-4de6-b72c-84cddcab106e/audio/87b4a77d-1b80-490a-87d4-5d364b01b969/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 15 (13-B): Connecting Networks for Solutions Architect</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:25:58</itunes:duration>
      <itunes:summary>Continuing to study solutions architect material.  Next up is connecting networking</itunes:summary>
      <itunes:subtitle>Continuing to study solutions architect material.  Next up is connecting networking</itunes:subtitle>
      <itunes:explicit>true</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>15</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9c02de52-9bd8-4891-9ec8-46a15a2ce3b1</guid>
      <title>52 Weeks of AWS Episode 14:  Networking for Solutions Architect</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 23 Feb 2022 17:26:28 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="13665316" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/492121a9-9f31-4917-9d31-1c63189bc802/audio/544ff01b-e40b-448b-b8e6-6f5e35336325/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 14:  Networking for Solutions Architect</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:14:14</itunes:duration>
      <itunes:summary>Talking through networking for Solutions Architect Exam</itunes:summary>
      <itunes:subtitle>Talking through networking for Solutions Architect Exam</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>14</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">818b4835-3606-483a-a41d-aa0960a538cb</guid>
      <title>52 Weeks of Cloud: Episode 12- GPT-3 Book Authors Shubham Shubham and Sandra Kublik</title>
      <description><![CDATA[<p>Shubham (LI: <a href="https://www.linkedin.com/in/shubhamsaboo">https://www.linkedin.com/in/shubhamsaboo</a>, Twitter: <a href="https://twitter.com/Saboo_Shubham">https://twitter.com/Saboo_Shubham</a>_)<br />Sandra (LI: <a href="https://www.linkedin.com/in/sandrakublik">https://www.linkedin.com/in/sandrakublik</a>, Twitter: <a href="https://twitter.com/sandra_kublik">https://twitter.com/sandra_kublik</a>)<br />Kairos Data Labs (LI: <a href="https://www.linkedin.com/company/kairos-data-labs">https://www.linkedin.com/company/kairos-data-labs</a>, Youtube: <a href="https://www.youtube.com/channel/UCWRXc4CeXy5f0dQdJ2XWliw">https://www.youtube.com/channel/UCWRXc4CeXy5f0dQdJ2XWliw</a>)</p><p>Read GPT-3 Book Here: <a href="https://learning.oreilly.com/library/view/gpt-3/9781098113612/">https://learning.oreilly.com/library/view/gpt-3/9781098113612/</a><br />Buy GPT-3 Book Here: <a href="https://www.amazon.com/GPT-3-Building-Innovative-Products-Language/dp/1098113624/ref=sr_1_2?crid=3B7EBW0BGWJGS&keywords=gpt-3+book&qid=1645194541&sprefix=gpt-3+book%2Caps%2C48&sr=8-2">https://www.amazon.com/GPT-3-Building-Innovative-Products-Language/dp/1098113624/ref=sr_1_2?crid=3B7EBW0BGWJGS&keywords=gpt-3+book&qid=1645194541&sprefix=gpt-3+book%2Caps%2C48&sr=8-2</a></p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Fri, 18 Feb 2022 15:29:11 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Shubham (LI: <a href="https://www.linkedin.com/in/shubhamsaboo">https://www.linkedin.com/in/shubhamsaboo</a>, Twitter: <a href="https://twitter.com/Saboo_Shubham">https://twitter.com/Saboo_Shubham</a>_)<br />Sandra (LI: <a href="https://www.linkedin.com/in/sandrakublik">https://www.linkedin.com/in/sandrakublik</a>, Twitter: <a href="https://twitter.com/sandra_kublik">https://twitter.com/sandra_kublik</a>)<br />Kairos Data Labs (LI: <a href="https://www.linkedin.com/company/kairos-data-labs">https://www.linkedin.com/company/kairos-data-labs</a>, Youtube: <a href="https://www.youtube.com/channel/UCWRXc4CeXy5f0dQdJ2XWliw">https://www.youtube.com/channel/UCWRXc4CeXy5f0dQdJ2XWliw</a>)</p><p>Read GPT-3 Book Here: <a href="https://learning.oreilly.com/library/view/gpt-3/9781098113612/">https://learning.oreilly.com/library/view/gpt-3/9781098113612/</a><br />Buy GPT-3 Book Here: <a href="https://www.amazon.com/GPT-3-Building-Innovative-Products-Language/dp/1098113624/ref=sr_1_2?crid=3B7EBW0BGWJGS&keywords=gpt-3+book&qid=1645194541&sprefix=gpt-3+book%2Caps%2C48&sr=8-2">https://www.amazon.com/GPT-3-Building-Innovative-Products-Language/dp/1098113624/ref=sr_1_2?crid=3B7EBW0BGWJGS&keywords=gpt-3+book&qid=1645194541&sprefix=gpt-3+book%2Caps%2C48&sr=8-2</a></p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="55137316" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/96a501ec-a8b5-4dc7-8121-2f56ccf1dec9/audio/156c2aa0-31f4-4ce5-a833-e10528863fde/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of Cloud: Episode 12- GPT-3 Book Authors Shubham Shubham and Sandra Kublik</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:57:26</itunes:duration>
      <itunes:summary>I talk with the authors of the new O&apos;Reilly book GPT-3 about a range of topics including why they wrote the book.

00:00 Intro
01:30 Why did you write the book?
11:30 Can you write code by talking with GPT-3?
16:00 Is Async Work + GPT-3 a good combination?
19:30 Replica
23:00 How could someone with no technical background write code by talking with GPT-3?
29:30 Could we have organic technology where companies don&apos;t harm humans at scale?
39:00 The challenges of making ethical AI software
42:00 Do Tech companies pretend they cannot be ethical, but don&apos;t because it lowers profits?
45:00 You cannot predict what they models will do
49:00 Do tech leaders set the values of their companies?
52:00 Are humans often lacking in moral values with technology as well?
54:00 How you can buy the book and follow the authors</itunes:summary>
      <itunes:subtitle>I talk with the authors of the new O&apos;Reilly book GPT-3 about a range of topics including why they wrote the book.

00:00 Intro
01:30 Why did you write the book?
11:30 Can you write code by talking with GPT-3?
16:00 Is Async Work + GPT-3 a good combination?
19:30 Replica
23:00 How could someone with no technical background write code by talking with GPT-3?
29:30 Could we have organic technology where companies don&apos;t harm humans at scale?
39:00 The challenges of making ethical AI software
42:00 Do Tech companies pretend they cannot be ethical, but don&apos;t because it lowers profits?
45:00 You cannot predict what they models will do
49:00 Do tech leaders set the values of their companies?
52:00 Are humans often lacking in moral values with technology as well?
54:00 How you can buy the book and follow the authors</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>13</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">10b25cd2-1c91-42b5-bc53-78725be79535</guid>
      <title>52 Weeks AWS: Episode 11- Solutions Architect Part 3-Databases</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 15 Feb 2022 22:27:41 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="28431396" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/4dcdbc6e-ec2f-4389-8417-b9be1bf9f5e4/audio/e48c0ed3-7a07-4df4-95e1-e9dc69b32aa0/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks AWS: Episode 11- Solutions Architect Part 3-Databases</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:29:37</itunes:duration>
      <itunes:summary>Learn to pass the AWS Solutions Architect Exam by learning about Databases

00:00 Intro
03:21 Storage Requirements
07:41 RDS Characteristics
12:03 RDS Demo
16:00 DynamoDB
19:21 DynamoDB Demo
23:40 DynamoDB Demo with AWS CloudShell and Boto3 and Python</itunes:summary>
      <itunes:subtitle>Learn to pass the AWS Solutions Architect Exam by learning about Databases

00:00 Intro
03:21 Storage Requirements
07:41 RDS Characteristics
12:03 RDS Demo
16:00 DynamoDB
19:21 DynamoDB Demo
23:40 DynamoDB Demo with AWS CloudShell and Boto3 and Python</itunes:subtitle>
      <itunes:explicit>true</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>12</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">49963e9f-e99e-4e6d-9f6a-1ef9457262d3</guid>
      <title>52 Weeks of AWS Episode 10-Solutions Architect-Part2-EC2</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 8 Feb 2022 21:58:20 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="30825884" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/5d8ff633-2b58-4cee-a6b8-81397464af6e/audio/ca15835d-29c2-4686-a282-a85ad060fd28/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 10-Solutions Architect-Part2-EC2</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:32:07</itunes:duration>
      <itunes:summary>Episode 10:  Solutions Architect Part 2- EC2

00:00 Intro
02:50 Compute choices
13:00 Instance Type
15:00 User data input
22:00 EC2 Storage
24:00 EFS
</itunes:summary>
      <itunes:subtitle>Episode 10:  Solutions Architect Part 2- EC2

00:00 Intro
02:50 Compute choices
13:00 Instance Type
15:00 User data input
22:00 EC2 Storage
24:00 EFS
</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>11</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">42818d67-dde8-4edc-be0d-e8115aec32d1</guid>
      <title>52 Weeks of AWS Episode 9B-Solutions Architect</title>
      <description><![CDATA[Part 1 of solutions architect cert

00:00 Intro
01:30 Overview of Exam
07:00 AWS Architecture
08:00 Well Architected
11:00 Scalability
17:00 AWS Regions
22:00 AWS S3
26:00 AWS Costs
28:00 AWS Snowball and Snowmobile

If you enjoyed this video, here are additional resources to look at:

Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale

Python, Bash, and SQL Essentials for Data Engineering Specialization: https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke

O'Reilly Book:  Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017

O'Reilly Book:  Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/

Pragmatic AI:  An Introduction to Cloud-based Machine Learning: https://www.amazon.com/gp/product/B07FB8F8QP/

Pragmatic AI Labs Book: Python Command-Line Tools: https://www.amazon.com/gp/product/B0855FSFYZ

Pragmatic AI Labs Book: Cloud Computing for Data Analysis: https://www.amazon.com/gp/product/B0992BN7W8


Pragmatic AI Book:  Minimal Python: https://www.amazon.com/gp/product/B0855NSRR7

Pragmatic AI Book:  Testing in Python: https://www.amazon.com/gp/product/B0855NSRR7

Subscribe to Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q

View content on noahgift.com: https://noahgift.com/

View content on Pragmatic AI Labs Website: https://paiml.com/ 🔥 Hot Course Offers:

-   🤖 Master GenAI Engineering - Build Production AI Systems
-   🦀 Learn Professional Rust - Industry-Grade Development
-   📊 AWS AI & Analytics - Scale Your ML in Cloud
-   ⚡ Production GenAI on AWS - Deploy at Enterprise Scale
-   🛠️ Rust DevOps Mastery - Automate Everything

🚀 Level Up Your Career:

-   💼 Production ML Program - Complete MLOps & Cloud Mastery
-   🎯 Start Learning Now - Fast-Track Your ML Career
-   🏢 Trusted by Fortune 500 Teams

Learn end-to-end ML engineering from industry veterans at PAIML.COM
]]></description>
      <pubDate>Wed, 2 Feb 2022 15:15:51 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <enclosure length="30282955" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/a4459aac-0063-479b-a7b6-ff176446bb4a/audio/b8d983b2-9539-4860-809e-79d390c4da24/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 9B-Solutions Architect</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:31:33</itunes:duration>
      <itunes:summary>Part 1 of solutions architect cert

00:00 Intro
01:30 Overview of Exam
07:00 AWS Architecture
08:00 Well Architected
11:00 Scalability
17:00 AWS Regions
22:00 AWS S3
26:00 AWS Costs
28:00 AWS Snowball and Snowmobile

If you enjoyed this video, here are additional resources to look at:

Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale

Python, Bash, and SQL Essentials for Data Engineering Specialization: https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke

O&apos;Reilly Book:  Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017

O&apos;Reilly Book:  Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/

Pragmatic AI:  An Introduction to Cloud-based Machine Learning: https://www.amazon.com/gp/product/B07FB8F8QP/

Pragmatic AI Labs Book: Python Command-Line Tools: https://www.amazon.com/gp/product/B0855FSFYZ

Pragmatic AI Labs Book: Cloud Computing for Data Analysis: https://www.amazon.com/gp/product/B0992BN7W8


Pragmatic AI Book:  Minimal Python: https://www.amazon.com/gp/product/B0855NSRR7

Pragmatic AI Book:  Testing in Python: https://www.amazon.com/gp/product/B0855NSRR7

Subscribe to Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q

View content on noahgift.com: https://noahgift.com/

View content on Pragmatic AI Labs Website: https://paiml.com/</itunes:summary>
      <itunes:subtitle>Part 1 of solutions architect cert

00:00 Intro
01:30 Overview of Exam
07:00 AWS Architecture
08:00 Well Architected
11:00 Scalability
17:00 AWS Regions
22:00 AWS S3
26:00 AWS Costs
28:00 AWS Snowball and Snowmobile

If you enjoyed this video, here are additional resources to look at:

Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale

Python, Bash, and SQL Essentials for Data Engineering Specialization: https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke

O&apos;Reilly Book:  Practical MLOps: https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017

O&apos;Reilly Book:  Python for DevOps: https://www.amazon.com/gp/product/B082P97LDW/

Pragmatic AI:  An Introduction to Cloud-based Machine Learning: https://www.amazon.com/gp/product/B07FB8F8QP/

Pragmatic AI Labs Book: Python Command-Line Tools: https://www.amazon.com/gp/product/B0855FSFYZ

Pragmatic AI Labs Book: Cloud Computing for Data Analysis: https://www.amazon.com/gp/product/B0992BN7W8


Pragmatic AI Book:  Minimal Python: https://www.amazon.com/gp/product/B0855NSRR7

Pragmatic AI Book:  Testing in Python: https://www.amazon.com/gp/product/B0855NSRR7

Subscribe to Pragmatic AI Labs YouTube Channel: https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q

View content on noahgift.com: https://noahgift.com/

View content on Pragmatic AI Labs Website: https://paiml.com/</itunes:subtitle>
      <itunes:explicit>true</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>10</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">001da374-f579-4df4-899e-59929a7f6482</guid>
      <title>52 Weeks of AWS Episode 9:AWS Cookbook</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 1 Feb 2022 00:14:28 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="60160350" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/152680d0-4f56-4ff0-97c0-9b89aaab7a83/audio/f991273f-a27d-4e7c-8393-c685ffe25c67/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 9:AWS Cookbook</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>01:02:40</itunes:duration>
      <itunes:summary>Interview with O&apos;Reilly authors John Culkin and Mike Zazon for AWS Cookbook.
Buy a copy here:  https://www.amazon.com/AWS-Cookbook-Recipes-Success/dp/1492092606/</itunes:summary>
      <itunes:subtitle>Interview with O&apos;Reilly authors John Culkin and Mike Zazon for AWS Cookbook.
Buy a copy here:  https://www.amazon.com/AWS-Cookbook-Recipes-Success/dp/1492092606/</itunes:subtitle>
      <itunes:keywords>aws, cookbook, oreilly</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>9</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c8deb341-5fb6-496e-a289-2f8b5ff654fc</guid>
      <title>52 Weeks of AWS Episode 8: Infrastructure as Code with CDK and AWS Lambda</title>
      <description><![CDATA[<h1>aws-cdk-python-hello</h1><p>Hello World Python CDK</p><p>In this episode I dive into IAC with AWS Lambda on AWS Cloud9</p><p>00:00 Intro<br />02:00 Overview of IAC Architecture<br />05:00 Setup AWS Cloud9<br />06:57 Read CDK Project Setup<br />08:00 Upgrade CDK<br />12:33 Create AWS Lambda in Python Marco/Polo Function<br />14:08 Setup CDK Stack<br />15:32 Deploy Changes via CDK Deploy<br />19:32 Invoke Lambda via CDK<br />21:15 Invoke Lambda via Cloud9</p><h2>Reference</h2><ul><li><a href="https://cdkworkshop.com/30-python/30-hello-cdk/200-lambda.html">Hello Python CDK Workshop</a></li><li><a href="https://learning.oreilly.com/videos/aws-cdk-with/01242022VIDEOPAIML/">Watch on O'Reilly: AWS CDK with Python Deploy Hello World Lambda</a></li><li><a href="https://www.youtube.com/watch?v=-iO4r7rNims">Watch on YouTube</a></li></ul><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 26 Jan 2022 13:36:58 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h1>aws-cdk-python-hello</h1><p>Hello World Python CDK</p><p>In this episode I dive into IAC with AWS Lambda on AWS Cloud9</p><p>00:00 Intro<br />02:00 Overview of IAC Architecture<br />05:00 Setup AWS Cloud9<br />06:57 Read CDK Project Setup<br />08:00 Upgrade CDK<br />12:33 Create AWS Lambda in Python Marco/Polo Function<br />14:08 Setup CDK Stack<br />15:32 Deploy Changes via CDK Deploy<br />19:32 Invoke Lambda via CDK<br />21:15 Invoke Lambda via Cloud9</p><h2>Reference</h2><ul><li><a href="https://cdkworkshop.com/30-python/30-hello-cdk/200-lambda.html">Hello Python CDK Workshop</a></li><li><a href="https://learning.oreilly.com/videos/aws-cdk-with/01242022VIDEOPAIML/">Watch on O'Reilly: AWS CDK with Python Deploy Hello World Lambda</a></li><li><a href="https://www.youtube.com/watch?v=-iO4r7rNims">Watch on YouTube</a></li></ul><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="23364059" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/dc5e52a3-3b57-42ad-a5d9-e2bb3bf24bed/audio/45162c0e-88c0-4a37-b196-ffbc5632e8eb/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 8: Infrastructure as Code with CDK and AWS Lambda</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:duration>00:24:20</itunes:duration>
      <itunes:summary>In this episode I dive into IAC with AWS Lambda on AWS Cloud9</itunes:summary>
      <itunes:subtitle>In this episode I dive into IAC with AWS Lambda on AWS Cloud9</itunes:subtitle>
      <itunes:keywords>aws, cdk, serverless, iac, lambda</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>8</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1801018f-c41f-4089-864e-ad110c536061</guid>
      <title>52 Weeks of AWS Episode 7: Developing with High Level Services</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 19 Jan 2022 16:44:14 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="29219667" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/04ed0176-c188-4daf-a485-8e12dcaa1e5a/audio/3683de42-180f-41ce-bc74-93dd2ee7419a/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 7: Developing with High Level Services</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/b89a4f10-b04e-487d-9c14-b0b5d5706808/3000x3000/52-weeks-aws-episode7-3000-x-3000-px.jpg?aid=rss_feed"/>
      <itunes:duration>00:30:26</itunes:duration>
      <itunes:summary>Learn to use high-level AWS services like AWS App Runner and AWS Lambda</itunes:summary>
      <itunes:subtitle>Learn to use high-level AWS services like AWS App Runner and AWS Lambda</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>7</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">0065ac48-2dbd-48d3-83ff-068a535562ef</guid>
      <title>52 Weeks of AWS Episode 6: Cloud Practitioner Part4 Final</title>
      <description><![CDATA[<p># zero-to-five-aws-bootcamp</p><p>A Graduate Level Three to Five Week Bootcamp on AWS. Go from ZERO to FIVE Certifications.</p><p>## Week 1:  AWS Certified Solutions Architect & Cloud Practicioner</p><p>### Resources</p><p>#### Slides and Links</p><p>* [AWS Certified Cloud Practitioner Exam Overview from AWS](<a href="https://aws.amazon.com/certification/certified-cloud-practitioner/">https://aws.amazon.com/certification/certified-cloud-practitioner/</a>)</p><p> * [AWS CP Slides](<a href="https://drive.google.com/drive/folders/1aWlpDJ%5C_Z-UXizsmfNGR-lGUzXnTgMoq3?usp=sharing">https://drive.google.com/drive/folders/1aWlpDJ\_Z-UXizsmfNGR-lGUzXnTgMoq3?usp=sharing</a>)  </p><p>* [AWS Certified Solutions Architect Exam Overview from AWS](<a href="https://aws.amazon.com/certification/certified-solutions-architect-associate/">https://aws.amazon.com/certification/certified-solutions-architect-associate/</a>)</p><p> * [AWS SA Slides](<a href="https://drive.google.com/drive/folders/1qhlwvlLejIhWa%5C_vHvI7CF29VK3%5C_wSyXr?usp=sharing">https://drive.google.com/drive/folders/1qhlwvlLejIhWa\_vHvI7CF29VK3\_wSyXr?usp=sharing</a>)</p><p>#### Video Content</p><p>* [Watch AWS Certified Cloud Practitioner Video Course on O'Reilly (5 hours)](<a href="https://learning.oreilly.com/videos/aws-certified-cloud/60644VIDEOPAIML/">https://learning.oreilly.com/videos/aws-certified-cloud/60644VIDEOPAIML/</a>)</p><p>* [Watch AWS in One Hour on O'Reilly (35 min)](<a href="https://learning.oreilly.com/videos/aws-in-one/61092021VIDEOPAIMLL/">https://learning.oreilly.com/videos/aws-in-one/61092021VIDEOPAIMLL/</a>)</p><p>* [Watch AWS Solutions Architect Certification in One Hour](<a href="https://learning.oreilly.com/videos/aws-solutions-architect/61132021VIDEOPAIML/">https://learning.oreilly.com/videos/aws-solutions-architect/61132021VIDEOPAIML/</a>)</p><p>## Week 2:  AWS Certified Data Analytics & AWS Developer</p><p>### Resources</p><p>#### Slides and Links</p><p>* [AWS Certified Developer Exam Overview from AWS](<a href="https://aws.amazon.com/certification/certified-developer-associate/">https://aws.amazon.com/certification/certified-developer-associate/</a>)</p><p> * [AWS Developer Certification Slides](<a href="https://drive.google.com/drive/folders/1f6Op27XfAW4LajwDFnZ42LHXUQ-gWV2X?usp=sharing">https://drive.google.com/drive/folders/1f6Op27XfAW4LajwDFnZ42LHXUQ-gWV2X?usp=sharing</a>)</p><p>* [AWS Certified Data Analytics Exam Overview from AWS](<a href="https://aws.amazon.com/certification/certified-data-analytics-specialty/">https://aws.amazon.com/certification/certified-data-analytics-specialty/</a>)</p><p>#### Video Content</p><p>* [AWS Certified Big Data - Specialty Complete Video Course and Practice Test Video Training](<a href="https://learning.oreilly.com/videos/aws-certified-big/9780135772324/">https://learning.oreilly.com/videos/aws-certified-big/9780135772324/</a>)</p><p>* [Data Engineering with Python and AWS Lambda LiveLessons](<a href="https://learning.oreilly.com/videos/data-engineering-with/9780135964330/">https://learning.oreilly.com/videos/data-engineering-with/9780135964330/</a>)</p><p>* [AWS Certified DevOps Engineer - Professional](<a href="https://learning.oreilly.com/videos/aws-certified-devops/9780136612919/">https://learning.oreilly.com/videos/aws-certified-devops/9780136612919/</a>)</p><p>* [Zero to One: AWS Lambda with SAM and Python in One Hour](<a href="https://learning.oreilly.com/videos/zero-to-one/60304VIDEOPAIML/">https://learning.oreilly.com/videos/zero-to-one/60304VIDEOPAIML/</a>)</p><p>## Week 3:  AWS Certified Machine Learning</p><p>### Resources</p><p>#### Slides and Links</p><p>* [AWS Certified Machine Learning Speciality](<a href="https://aws.amazon.com/certification/certified-machine-learning-specialty/">https://aws.amazon.com/certification/certified-machine-learning-specialty/</a>)</p><p> * [AWS ML Slides](<a href="https://drive.google.com/drive/folders/1lI9v1K0BWbhpbgi6Ri2EmHvbggrEWYpi?usp=sharing">https://drive.google.com/drive/folders/1lI9v1K0BWbhpbgi6Ri2EmHvbggrEWYpi?usp=sharing</a>)</p><p>#### Video Content</p><p>* [AWS ML Certification in One Hour on O'Reilly](<a href="https://learning.oreilly.com/videos/aws-machine-learning/61232021VIDEOPAIML/">https://learning.oreilly.com/videos/aws-machine-learning/61232021VIDEOPAIML/</a>)</p><p>* [AWS Certified Machine Learning-Speciality on O'Reilly (5 hours)](<a href="https://learning.oreilly.com/videos/aws-certified-machine/9780135556597/">https://learning.oreilly.com/videos/aws-certified-machine/9780135556597/</a>)</p><p>* [AWS Sagemaker Autopilot from Zero](<a href="https://learning.oreilly.com/videos/aws-sagemaker-autopilot/60262021VIDEOPAIML/">https://learning.oreilly.com/videos/aws-sagemaker-autopilot/60262021VIDEOPAIML/</a>)</p><p>* [Using AWS Sagemaker](<a href="https://learning.oreilly.com/videos/using-aws-sagemaker/11172021VIDEOPAIML/">https://learning.oreilly.com/videos/using-aws-sagemaker/11172021VIDEOPAIML/</a>)</p><p>## Week 4:  AWS Solutions Architect Pro</p><p>### Resources</p><p>* [Overview](<a href="https://aws.amazon.com/certification/certified-solutions-architect-professional">https://aws.amazon.com/certification/certified-solutions-architect-professional</a>)    </p><p>* [Guide](<a href="https://d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS-Certified-Solutions-Architect-Professional%5C_Exam-Guide.pdf">https://d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS-Certified-Solutions-Architect-Professional\_Exam-Guide.pdf</a>)    </p><p>* [Sample Questions](<a href="https://d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS-Certified-Solutions-Architect-Professional%5C_Sample-Questions.pdf">https://d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS-Certified-Solutions-Architect-Professional\_Sample-Questions.pdf</a>)    </p><p>#### Slides and Links</p><p>#### Video Content</p><p>## 52 Weeks of AWS Podcast and Live Stream</p><p>Livestream every Tuesday at 3pm ET on YouTube/Linkedin/Twitch.</p><p>* [Subscribe to Podcast](<a href="https://podcast.paiml.com">https://podcast.paiml.com</a>)</p><p>* [Subscribe to Livestream](<a href="https://www.youtube.com/c/PragmaticAILabs">https://www.youtube.com/c/PragmaticAILabs</a>)</p><p>* [Episode Notes](<a href="https://github.com/noahgift/aws-bootcamp/blob/main/episodes">https://github.com/noahgift/aws-bootcamp/blob/main/episodes</a>)</p><p>### Episode 1:O'Reilly C# on AWS book overview</p><p>* [52 Weeks of AWS: Episode 1: O'Reilly C# on AWS book overview](<a href="https://podcast.paiml.com/episodes/52-weeks-of-aws-episode-1-oreilly-c-on-aws-book-overview">https://podcast.paiml.com/episodes/52-weeks-of-aws-episode-1-oreilly-c-on-aws-book-overview</a>)</p><p>* [View on O'Reilly Video Livestream](<a href="https://learning.oreilly.com/videos/52-weeks-of/12072021VIDEOPAIML/">https://learning.oreilly.com/videos/52-weeks-of/12072021VIDEOPAIML/</a>)</p><p>### Episode 2:  Reinvent Recap and Getting Started with AWS</p><p>* Part 1:  [Cover Reinvent 2021 announcements](<a href="https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2021/?nc2=h%5C_rei%5C_ht">https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2021/?nc2=h\_rei\_ht</a>)</p><p>* Part2: Talk about getting started:</p><p> * [AWS Free Tier](<a href="https://aws.amazon.com/free/">https://aws.amazon.com/free/</a>)</p><p> * [AWS Academy (for students)](<a href="https://aws.amazon.com/training/awsacademy/">https://aws.amazon.com/training/awsacademy/</a>)</p><p> * [AWS Sagemaker Studio Lab](<a href="https://aws.amazon.com/sagemaker/studio-lab/">https://aws.amazon.com/sagemaker/studio-lab/</a>)</p><p>* Part 3:  Cloud development environments</p><p> * [AWS Cloudshell](<a href="https://aws.amazon.com/cloudshell/">https://aws.amazon.com/cloudshell/</a>) Can run Bash, ZSH or Powershell</p><p> * [AWS Cloud9](<a href="https://aws.amazon.com/cloud9/">https://aws.amazon.com/cloud9/</a>) Supports many languages including Python and C#  </p><p>* [Notes on Episode 2](<a href="https://github.com/noahgift/aws-bootcamp/blob/main/episodes/episode2-dec14-2021.md">https://github.com/noahgift/aws-bootcamp/blob/main/episodes/episode2-dec14-2021.md</a>)</p><p>* [View Episode 2 on O'Reilly](<a href="https://learning.oreilly.com/videos/52-weeks-of/12142021VIDEOPAIML/">https://learning.oreilly.com/videos/52-weeks-of/12142021VIDEOPAIML/</a>)</p><p>* [Listen to Episode2](<a href="https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-2-reinvent-2021-and-getting-started-with-aws">https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-2-reinvent-2021-and-getting-started-with-aws</a>)</p><p>### Episode 3:  AWS CP Part 1</p><p>* [52 Weeks of AWS: Episode 3: AWS Cloud Practitioner Part 1](<a href="https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-3-aws-cloud-practitioner-part-1">https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-3-aws-cloud-practitioner-part-1</a>)</p><p>* [Watch episode 3 on O'Reilly](<a href="https://learning.oreilly.com/videos/52-weeks-of/122132021VIDEOPAIML/">https://learning.oreilly.com/videos/52-weeks-of/122132021VIDEOPAIML/</a>)</p><p>### Episode 4:  AWS CP Part 2</p><p>* Benchmarking:  <a href="https://github.com/noahgift/benchmarking-aws">https://github.com/noahgift/benchmarking-aws</a></p><p>* History of AWS (AWS Shareholder Letter 2020):  <a href="https://www.aboutamazon.com/news/company-news/2020-letter-to-shareholders">https://www.aboutamazon.com/news/company-news/2020-letter-to-shareholders</a></p><p>* Visual Studio AWS Tool</p><p>* Github Codespaces vscode tutorial:  <a href="https://github.com/noahgift/DotNet-AWS/blob/main/chapters/appendix/AppendixB-CSharp-Tutorial.md">https://github.com/noahgift/DotNet-AWS/blob/main/chapters/appendix/AppendixB-CSharp-Tutorial.md</a></p><p>* AWS CP Part 2:  Cover Global infra and security</p><p>* [Listen to episode 4](<a href="https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-4-aws-cloud-practitioner-part-2">https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-4-aws-cloud-practitioner-part-2</a>)</p><p>* [Watch episode 4 on O'Reilly](<a href="https://learning.oreilly.com/videos/52-weeks-of/122132021VIDEOPAIML/">https://learning.oreilly.com/videos/52-weeks-of/122132021VIDEOPAIML/</a>)</p><p>### Episode 5:  AWS CP Part 3</p><p>* Writing a AWS S3 Bucket Lister application in Visual Studio 2022</p><p>* AWS CP Part 3:  Network and Content Delivery, Compute Storage</p><p>### Episode 6</p><p>### Potential Topics</p><p>#### IAC</p><p>* [Constructs Dev](<a href="https://constructs.dev">https://constructs.dev</a>)</p><p>* [AWS CDK V2](<a href="https://docs.aws.amazon.com/cdk/v2/guide/home.html">https://docs.aws.amazon.com/cdk/v2/guide/home.html</a>)</p><p>## Global Resources</p><p>* [Notes for O'Reilly Book:  C# on AWS I am writing](<a href="https://github.com/noahgift/DotNet-AWS">https://github.com/noahgift/DotNet-AWS</a>)</p><p>* [Learn AWS Cloudshell](<a href="https://learning.oreilly.com/videos/learn-aws-cloudshell/11212021VIDEOPAIML/">https://learning.oreilly.com/videos/learn-aws-cloudshell/11212021VIDEOPAIML/</a>)</p><p>* [AWS Python CDK Structure](<a href="https://aws.amazon.com/blogs/developer/recommended-aws-cdk-project-structure-for-python-applications/">https://aws.amazon.com/blogs/developer/recommended-aws-cdk-project-structure-for-python-applications/</a>)</p><p>* [Diagramming CDK](<a href="https://github.com/pistazie/cdk-dia">https://github.com/pistazie/cdk-dia</a>)</p><p>* [Podcast 52 Weeks of AWS](<a href="https://podcast.paiml.com">https://podcast.paiml.com</a>)</p><p>* [Benchmarking AWS](<a href="https://github.com/noahgift/benchmarking-aws">https://github.com/noahgift/benchmarking-aws</a>)</p><p>* [Flask-CDK-Lambda-AWS](<a href="https://github.com/cdk-patterns/serverless/blob/main/the-lambda-trilogy/README.md">https://github.com/cdk-patterns/serverless/blob/main/the-lambda-trilogy/README.md</a>)</p><p>* [configure-aws-credentials](<a href="https://github.com/aws-actions/configure-aws-credentials">https://github.com/aws-actions/configure-aws-credentials</a>)</p><p>* [AWS-Swift](<a href="https://aws.amazon.com/blogs/developer/announcing-new-aws-sdk-for-swift-alpha-release/">https://aws.amazon.com/blogs/developer/announcing-new-aws-sdk-for-swift-alpha-release/</a>)</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 12 Jan 2022 15:56:42 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p># zero-to-five-aws-bootcamp</p><p>A Graduate Level Three to Five Week Bootcamp on AWS. Go from ZERO to FIVE Certifications.</p><p>## Week 1:  AWS Certified Solutions Architect & Cloud Practicioner</p><p>### Resources</p><p>#### Slides and Links</p><p>* [AWS Certified Cloud Practitioner Exam Overview from AWS](<a href="https://aws.amazon.com/certification/certified-cloud-practitioner/">https://aws.amazon.com/certification/certified-cloud-practitioner/</a>)</p><p> * [AWS CP Slides](<a href="https://drive.google.com/drive/folders/1aWlpDJ%5C_Z-UXizsmfNGR-lGUzXnTgMoq3?usp=sharing">https://drive.google.com/drive/folders/1aWlpDJ\_Z-UXizsmfNGR-lGUzXnTgMoq3?usp=sharing</a>)  </p><p>* [AWS Certified Solutions Architect Exam Overview from AWS](<a href="https://aws.amazon.com/certification/certified-solutions-architect-associate/">https://aws.amazon.com/certification/certified-solutions-architect-associate/</a>)</p><p> * [AWS SA Slides](<a href="https://drive.google.com/drive/folders/1qhlwvlLejIhWa%5C_vHvI7CF29VK3%5C_wSyXr?usp=sharing">https://drive.google.com/drive/folders/1qhlwvlLejIhWa\_vHvI7CF29VK3\_wSyXr?usp=sharing</a>)</p><p>#### Video Content</p><p>* [Watch AWS Certified Cloud Practitioner Video Course on O'Reilly (5 hours)](<a href="https://learning.oreilly.com/videos/aws-certified-cloud/60644VIDEOPAIML/">https://learning.oreilly.com/videos/aws-certified-cloud/60644VIDEOPAIML/</a>)</p><p>* [Watch AWS in One Hour on O'Reilly (35 min)](<a href="https://learning.oreilly.com/videos/aws-in-one/61092021VIDEOPAIMLL/">https://learning.oreilly.com/videos/aws-in-one/61092021VIDEOPAIMLL/</a>)</p><p>* [Watch AWS Solutions Architect Certification in One Hour](<a href="https://learning.oreilly.com/videos/aws-solutions-architect/61132021VIDEOPAIML/">https://learning.oreilly.com/videos/aws-solutions-architect/61132021VIDEOPAIML/</a>)</p><p>## Week 2:  AWS Certified Data Analytics & AWS Developer</p><p>### Resources</p><p>#### Slides and Links</p><p>* [AWS Certified Developer Exam Overview from AWS](<a href="https://aws.amazon.com/certification/certified-developer-associate/">https://aws.amazon.com/certification/certified-developer-associate/</a>)</p><p> * [AWS Developer Certification Slides](<a href="https://drive.google.com/drive/folders/1f6Op27XfAW4LajwDFnZ42LHXUQ-gWV2X?usp=sharing">https://drive.google.com/drive/folders/1f6Op27XfAW4LajwDFnZ42LHXUQ-gWV2X?usp=sharing</a>)</p><p>* [AWS Certified Data Analytics Exam Overview from AWS](<a href="https://aws.amazon.com/certification/certified-data-analytics-specialty/">https://aws.amazon.com/certification/certified-data-analytics-specialty/</a>)</p><p>#### Video Content</p><p>* [AWS Certified Big Data - Specialty Complete Video Course and Practice Test Video Training](<a href="https://learning.oreilly.com/videos/aws-certified-big/9780135772324/">https://learning.oreilly.com/videos/aws-certified-big/9780135772324/</a>)</p><p>* [Data Engineering with Python and AWS Lambda LiveLessons](<a href="https://learning.oreilly.com/videos/data-engineering-with/9780135964330/">https://learning.oreilly.com/videos/data-engineering-with/9780135964330/</a>)</p><p>* [AWS Certified DevOps Engineer - Professional](<a href="https://learning.oreilly.com/videos/aws-certified-devops/9780136612919/">https://learning.oreilly.com/videos/aws-certified-devops/9780136612919/</a>)</p><p>* [Zero to One: AWS Lambda with SAM and Python in One Hour](<a href="https://learning.oreilly.com/videos/zero-to-one/60304VIDEOPAIML/">https://learning.oreilly.com/videos/zero-to-one/60304VIDEOPAIML/</a>)</p><p>## Week 3:  AWS Certified Machine Learning</p><p>### Resources</p><p>#### Slides and Links</p><p>* [AWS Certified Machine Learning Speciality](<a href="https://aws.amazon.com/certification/certified-machine-learning-specialty/">https://aws.amazon.com/certification/certified-machine-learning-specialty/</a>)</p><p> * [AWS ML Slides](<a href="https://drive.google.com/drive/folders/1lI9v1K0BWbhpbgi6Ri2EmHvbggrEWYpi?usp=sharing">https://drive.google.com/drive/folders/1lI9v1K0BWbhpbgi6Ri2EmHvbggrEWYpi?usp=sharing</a>)</p><p>#### Video Content</p><p>* [AWS ML Certification in One Hour on O'Reilly](<a href="https://learning.oreilly.com/videos/aws-machine-learning/61232021VIDEOPAIML/">https://learning.oreilly.com/videos/aws-machine-learning/61232021VIDEOPAIML/</a>)</p><p>* [AWS Certified Machine Learning-Speciality on O'Reilly (5 hours)](<a href="https://learning.oreilly.com/videos/aws-certified-machine/9780135556597/">https://learning.oreilly.com/videos/aws-certified-machine/9780135556597/</a>)</p><p>* [AWS Sagemaker Autopilot from Zero](<a href="https://learning.oreilly.com/videos/aws-sagemaker-autopilot/60262021VIDEOPAIML/">https://learning.oreilly.com/videos/aws-sagemaker-autopilot/60262021VIDEOPAIML/</a>)</p><p>* [Using AWS Sagemaker](<a href="https://learning.oreilly.com/videos/using-aws-sagemaker/11172021VIDEOPAIML/">https://learning.oreilly.com/videos/using-aws-sagemaker/11172021VIDEOPAIML/</a>)</p><p>## Week 4:  AWS Solutions Architect Pro</p><p>### Resources</p><p>* [Overview](<a href="https://aws.amazon.com/certification/certified-solutions-architect-professional">https://aws.amazon.com/certification/certified-solutions-architect-professional</a>)    </p><p>* [Guide](<a href="https://d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS-Certified-Solutions-Architect-Professional%5C_Exam-Guide.pdf">https://d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS-Certified-Solutions-Architect-Professional\_Exam-Guide.pdf</a>)    </p><p>* [Sample Questions](<a href="https://d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS-Certified-Solutions-Architect-Professional%5C_Sample-Questions.pdf">https://d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS-Certified-Solutions-Architect-Professional\_Sample-Questions.pdf</a>)    </p><p>#### Slides and Links</p><p>#### Video Content</p><p>## 52 Weeks of AWS Podcast and Live Stream</p><p>Livestream every Tuesday at 3pm ET on YouTube/Linkedin/Twitch.</p><p>* [Subscribe to Podcast](<a href="https://podcast.paiml.com">https://podcast.paiml.com</a>)</p><p>* [Subscribe to Livestream](<a href="https://www.youtube.com/c/PragmaticAILabs">https://www.youtube.com/c/PragmaticAILabs</a>)</p><p>* [Episode Notes](<a href="https://github.com/noahgift/aws-bootcamp/blob/main/episodes">https://github.com/noahgift/aws-bootcamp/blob/main/episodes</a>)</p><p>### Episode 1:O'Reilly C# on AWS book overview</p><p>* [52 Weeks of AWS: Episode 1: O'Reilly C# on AWS book overview](<a href="https://podcast.paiml.com/episodes/52-weeks-of-aws-episode-1-oreilly-c-on-aws-book-overview">https://podcast.paiml.com/episodes/52-weeks-of-aws-episode-1-oreilly-c-on-aws-book-overview</a>)</p><p>* [View on O'Reilly Video Livestream](<a href="https://learning.oreilly.com/videos/52-weeks-of/12072021VIDEOPAIML/">https://learning.oreilly.com/videos/52-weeks-of/12072021VIDEOPAIML/</a>)</p><p>### Episode 2:  Reinvent Recap and Getting Started with AWS</p><p>* Part 1:  [Cover Reinvent 2021 announcements](<a href="https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2021/?nc2=h%5C_rei%5C_ht">https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2021/?nc2=h\_rei\_ht</a>)</p><p>* Part2: Talk about getting started:</p><p> * [AWS Free Tier](<a href="https://aws.amazon.com/free/">https://aws.amazon.com/free/</a>)</p><p> * [AWS Academy (for students)](<a href="https://aws.amazon.com/training/awsacademy/">https://aws.amazon.com/training/awsacademy/</a>)</p><p> * [AWS Sagemaker Studio Lab](<a href="https://aws.amazon.com/sagemaker/studio-lab/">https://aws.amazon.com/sagemaker/studio-lab/</a>)</p><p>* Part 3:  Cloud development environments</p><p> * [AWS Cloudshell](<a href="https://aws.amazon.com/cloudshell/">https://aws.amazon.com/cloudshell/</a>) Can run Bash, ZSH or Powershell</p><p> * [AWS Cloud9](<a href="https://aws.amazon.com/cloud9/">https://aws.amazon.com/cloud9/</a>) Supports many languages including Python and C#  </p><p>* [Notes on Episode 2](<a href="https://github.com/noahgift/aws-bootcamp/blob/main/episodes/episode2-dec14-2021.md">https://github.com/noahgift/aws-bootcamp/blob/main/episodes/episode2-dec14-2021.md</a>)</p><p>* [View Episode 2 on O'Reilly](<a href="https://learning.oreilly.com/videos/52-weeks-of/12142021VIDEOPAIML/">https://learning.oreilly.com/videos/52-weeks-of/12142021VIDEOPAIML/</a>)</p><p>* [Listen to Episode2](<a href="https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-2-reinvent-2021-and-getting-started-with-aws">https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-2-reinvent-2021-and-getting-started-with-aws</a>)</p><p>### Episode 3:  AWS CP Part 1</p><p>* [52 Weeks of AWS: Episode 3: AWS Cloud Practitioner Part 1](<a href="https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-3-aws-cloud-practitioner-part-1">https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-3-aws-cloud-practitioner-part-1</a>)</p><p>* [Watch episode 3 on O'Reilly](<a href="https://learning.oreilly.com/videos/52-weeks-of/122132021VIDEOPAIML/">https://learning.oreilly.com/videos/52-weeks-of/122132021VIDEOPAIML/</a>)</p><p>### Episode 4:  AWS CP Part 2</p><p>* Benchmarking:  <a href="https://github.com/noahgift/benchmarking-aws">https://github.com/noahgift/benchmarking-aws</a></p><p>* History of AWS (AWS Shareholder Letter 2020):  <a href="https://www.aboutamazon.com/news/company-news/2020-letter-to-shareholders">https://www.aboutamazon.com/news/company-news/2020-letter-to-shareholders</a></p><p>* Visual Studio AWS Tool</p><p>* Github Codespaces vscode tutorial:  <a href="https://github.com/noahgift/DotNet-AWS/blob/main/chapters/appendix/AppendixB-CSharp-Tutorial.md">https://github.com/noahgift/DotNet-AWS/blob/main/chapters/appendix/AppendixB-CSharp-Tutorial.md</a></p><p>* AWS CP Part 2:  Cover Global infra and security</p><p>* [Listen to episode 4](<a href="https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-4-aws-cloud-practitioner-part-2">https://52-weeks-of-cloud.simplecast.com/episodes/52-weeks-of-aws-episode-4-aws-cloud-practitioner-part-2</a>)</p><p>* [Watch episode 4 on O'Reilly](<a href="https://learning.oreilly.com/videos/52-weeks-of/122132021VIDEOPAIML/">https://learning.oreilly.com/videos/52-weeks-of/122132021VIDEOPAIML/</a>)</p><p>### Episode 5:  AWS CP Part 3</p><p>* Writing a AWS S3 Bucket Lister application in Visual Studio 2022</p><p>* AWS CP Part 3:  Network and Content Delivery, Compute Storage</p><p>### Episode 6</p><p>### Potential Topics</p><p>#### IAC</p><p>* [Constructs Dev](<a href="https://constructs.dev">https://constructs.dev</a>)</p><p>* [AWS CDK V2](<a href="https://docs.aws.amazon.com/cdk/v2/guide/home.html">https://docs.aws.amazon.com/cdk/v2/guide/home.html</a>)</p><p>## Global Resources</p><p>* [Notes for O'Reilly Book:  C# on AWS I am writing](<a href="https://github.com/noahgift/DotNet-AWS">https://github.com/noahgift/DotNet-AWS</a>)</p><p>* [Learn AWS Cloudshell](<a href="https://learning.oreilly.com/videos/learn-aws-cloudshell/11212021VIDEOPAIML/">https://learning.oreilly.com/videos/learn-aws-cloudshell/11212021VIDEOPAIML/</a>)</p><p>* [AWS Python CDK Structure](<a href="https://aws.amazon.com/blogs/developer/recommended-aws-cdk-project-structure-for-python-applications/">https://aws.amazon.com/blogs/developer/recommended-aws-cdk-project-structure-for-python-applications/</a>)</p><p>* [Diagramming CDK](<a href="https://github.com/pistazie/cdk-dia">https://github.com/pistazie/cdk-dia</a>)</p><p>* [Podcast 52 Weeks of AWS](<a href="https://podcast.paiml.com">https://podcast.paiml.com</a>)</p><p>* [Benchmarking AWS](<a href="https://github.com/noahgift/benchmarking-aws">https://github.com/noahgift/benchmarking-aws</a>)</p><p>* [Flask-CDK-Lambda-AWS](<a href="https://github.com/cdk-patterns/serverless/blob/main/the-lambda-trilogy/README.md">https://github.com/cdk-patterns/serverless/blob/main/the-lambda-trilogy/README.md</a>)</p><p>* [configure-aws-credentials](<a href="https://github.com/aws-actions/configure-aws-credentials">https://github.com/aws-actions/configure-aws-credentials</a>)</p><p>* [AWS-Swift](<a href="https://aws.amazon.com/blogs/developer/announcing-new-aws-sdk-for-swift-alpha-release/">https://aws.amazon.com/blogs/developer/announcing-new-aws-sdk-for-swift-alpha-release/</a>)</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="44751866" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/833e927f-c190-45b6-8f74-0c0838f29a71/audio/c0d5d900-68f3-4857-a894-8de1e5105c5c/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS Episode 6: Cloud Practitioner Part4 Final</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/53c25bb6-ceac-4a44-9cdf-58cb6aabb1cb/3000x3000/52-weeks-aws-episode6-3000-x-3000-px.jpg?aid=rss_feed"/>
      <itunes:duration>00:46:37</itunes:duration>
      <itunes:summary>52 Weeks of AWS Episode 6: Cloud Practitioner Part4 Final.  Walk through last portion of Cloud Practitioner certification</itunes:summary>
      <itunes:subtitle>52 Weeks of AWS Episode 6: Cloud Practitioner Part4 Final.  Walk through last portion of Cloud Practitioner certification</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>6</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">7d872b86-4405-4d2a-a5f5-daceb4117c27</guid>
      <title>52 Weeks of AWS  Episode 5:  Cloud Practitioner Part3 + Network and Content Delivery, Compute Storage&quot;</title>
      <description><![CDATA[<p>### Episode 5:  AWS CP Part 3</p><p>* Writing a AWS S3 Bucket Lister application in Visual Studio 2022</p><p>* AWS CP Part 3:  Network and Content Delivery, Compute Storage</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 4 Jan 2022 21:38:07 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>### Episode 5:  AWS CP Part 3</p><p>* Writing a AWS S3 Bucket Lister application in Visual Studio 2022</p><p>* AWS CP Part 3:  Network and Content Delivery, Compute Storage</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="59506243" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/920a8e3c-764c-46f1-b171-d89daf627ce7/audio/4cac3a6c-9da2-4035-b094-16a90faec2c3/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS  Episode 5:  Cloud Practitioner Part3 + Network and Content Delivery, Compute Storage&quot;</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/950681ff-88c2-46ae-9622-648f33c66e4b/3000x3000/52-weeks-aws-episode5-3000-x-3000-px.jpg?aid=rss_feed"/>
      <itunes:duration>01:02:00</itunes:duration>
      <itunes:summary>52 Weeks of AWS  
Episode 5:  I dive into the penultimate Cloud Practitioner Material.
Part3 + Network and Content Delivery, Compute Storage</itunes:summary>
      <itunes:subtitle>52 Weeks of AWS  
Episode 5:  I dive into the penultimate Cloud Practitioner Material.
Part3 + Network and Content Delivery, Compute Storage</itunes:subtitle>
      <itunes:keywords>aws, cloud, certification</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>5</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e54ad639-8ddf-444d-b56d-9c05e8b8afbc</guid>
      <title>52 Weeks of AWS: Episode 4: AWS Cloud Practitioner Part 2</title>
      <description><![CDATA[<h3>Episode 4: AWS CP Part 2</h3><ul><li>Benchmarking: <a href="https://github.com/noahgift/benchmarking-aws">https://github.com/noahgift/benchmarking-aws</a></li><li>History of AWS (AWS Shareholder Letter 2020): <a href="https://www.aboutamazon.com/news/company-news/2020-letter-to-shareholders">https://www.aboutamazon.com/news/company-news/2020-letter-to-shareholders</a></li><li>Visual Studio AWS Tool</li><li>Github Codespaces vscode tutorial: <a href="https://github.com/noahgift/DotNet-AWS/blob/main/chapters/appendix/AppendixB-CSharp-Tutorial.md">https://github.com/noahgift/DotNet-AWS/blob/main/chapters/appendix/AppendixB-CSharp-Tutorial.md</a></li><li>AWS CP Part 2</li></ul><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 28 Dec 2021 22:44:59 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<h3>Episode 4: AWS CP Part 2</h3><ul><li>Benchmarking: <a href="https://github.com/noahgift/benchmarking-aws">https://github.com/noahgift/benchmarking-aws</a></li><li>History of AWS (AWS Shareholder Letter 2020): <a href="https://www.aboutamazon.com/news/company-news/2020-letter-to-shareholders">https://www.aboutamazon.com/news/company-news/2020-letter-to-shareholders</a></li><li>Visual Studio AWS Tool</li><li>Github Codespaces vscode tutorial: <a href="https://github.com/noahgift/DotNet-AWS/blob/main/chapters/appendix/AppendixB-CSharp-Tutorial.md">https://github.com/noahgift/DotNet-AWS/blob/main/chapters/appendix/AppendixB-CSharp-Tutorial.md</a></li><li>AWS CP Part 2</li></ul><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="45507536" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/7417257e-27ce-435f-ab33-b005935b97f6/audio/154cc513-44d4-47a7-8549-45cd3da5e727/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS: Episode 4: AWS Cloud Practitioner Part 2</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/baee8ba1-f9e0-4b12-a3d2-28d8d4577b3b/3000x3000/52-weeks-aws-episode4-3000-x-3000-px.jpg?aid=rss_feed"/>
      <itunes:duration>00:47:24</itunes:duration>
      <itunes:summary>Talk about benchmarking AWS, the history of AWS, using Visual Studio AWS Tool, Github Codespaces for C# and dive into security and global infrastructure for the AWS CP exam.</itunes:summary>
      <itunes:subtitle>Talk about benchmarking AWS, the history of AWS, using Visual Studio AWS Tool, Github Codespaces for C# and dive into security and global infrastructure for the AWS CP exam.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>4</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a9c8f8ca-3727-45a7-b5da-f935c02db6be</guid>
      <title>52 Weeks of AWS: Episode 3: AWS Cloud Practitioner Part 1</title>
      <description><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 21 Dec 2021 22:06:33 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="43074178" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/d6124507-34dd-43cd-a17c-c4d299fc7782/audio/83c7a7ea-1810-483e-a4e4-986aaa4b84b0/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS: Episode 3: AWS Cloud Practitioner Part 1</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/e5a18ca9-a04c-4344-adcb-4b38f2466b01/3000x3000/52-weeks-aws-episode3-3000-x-3000-px.jpg?aid=rss_feed"/>
      <itunes:duration>00:44:53</itunes:duration>
      <itunes:summary>A walkthrough of the first parts of the AWS Cloud Practitioner exam and I go over the first part of the official material.  A good episode to listen to for people wanting to take the exam.</itunes:summary>
      <itunes:subtitle>A walkthrough of the first parts of the AWS Cloud Practitioner exam and I go over the first part of the official material.  A good episode to listen to for people wanting to take the exam.</itunes:subtitle>
      <itunes:keywords>aws, certification, cloud practitioner</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>3</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">8e1a6728-1e4b-4585-94ef-8297a5c43f65</guid>
      <title>52 Weeks of AWS: Episode 2: Reinvent 2021 and Getting Started with AWS</title>
      <description><![CDATA[<ul><li>Part 1: <a href="https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2021/?nc2=h_rei_ht">Cover Reinvent 2021 announcements</a></li><li>Part2: Talk about getting started:<ul><li><a href="https://aws.amazon.com/free/">AWS Free Tier</a></li><li><a href="https://aws.amazon.com/training/awsacademy/">AWS Academy (for students)</a></li><li><a href="https://aws.amazon.com/sagemaker/studio-lab/">AWS Sagemaker Studio Lab</a></li></ul></li><li>Part 3: Cloud development environments<ul><li><a href="https://aws.amazon.com/cloudshell/">AWS Cloudshell</a> Can run Bash, ZSH or Powershell</li><li><a href="https://aws.amazon.com/cloud9/">AWS Cloud9</a> Supports many languages including Python and C#</li></ul></li><li><a href="https://github.com/noahgift/aws-bootcamp/blob/main/episodes/episode2-dec14-2021.md">Notes on Episode 2</a></li></ul><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Tue, 14 Dec 2021 21:08:17 +0000</pubDate>
      <author>noah@paiml.com (Pragmatic AI Labs)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<ul><li>Part 1: <a href="https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2021/?nc2=h_rei_ht">Cover Reinvent 2021 announcements</a></li><li>Part2: Talk about getting started:<ul><li><a href="https://aws.amazon.com/free/">AWS Free Tier</a></li><li><a href="https://aws.amazon.com/training/awsacademy/">AWS Academy (for students)</a></li><li><a href="https://aws.amazon.com/sagemaker/studio-lab/">AWS Sagemaker Studio Lab</a></li></ul></li><li>Part 3: Cloud development environments<ul><li><a href="https://aws.amazon.com/cloudshell/">AWS Cloudshell</a> Can run Bash, ZSH or Powershell</li><li><a href="https://aws.amazon.com/cloud9/">AWS Cloud9</a> Supports many languages including Python and C#</li></ul></li><li><a href="https://github.com/noahgift/aws-bootcamp/blob/main/episodes/episode2-dec14-2021.md">Notes on Episode 2</a></li></ul><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="28153871" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/2c1995fe-db71-4fda-845c-3b89cbcc8434/audio/8833f7d1-a4ba-4989-bafe-0055f2ebcb7a/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS: Episode 2: Reinvent 2021 and Getting Started with AWS</itunes:title>
      <itunes:author>Pragmatic AI Labs</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/d759459a-a3a8-4433-ac28-3181d2052ac6/3000x3000/52-weeks-aws-episode-2.jpg?aid=rss_feed"/>
      <itunes:duration>00:29:20</itunes:duration>
      <itunes:summary>In this episode on December 14th, 2021 I talk about Re:invent 2021 major announcements and ideas on how to get started on AWS quickly using AWS Cloudshell and AWS Cloud9. </itunes:summary>
      <itunes:subtitle>In this episode on December 14th, 2021 I talk about Re:invent 2021 major announcements and ideas on how to get started on AWS quickly using AWS Cloudshell and AWS Cloud9. </itunes:subtitle>
      <itunes:keywords>aws, powershell, sagemaker, c#, aws cloudshell, aws academy, reinvent 2022, cloud, 52weeksaws, bash, dot-net, cloud9</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>2</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">5ffebe8e-5b46-4017-a5a0-635fd5d9a513</guid>
      <title>52 Weeks of AWS:  Episode 1:  O&apos;Reilly C# on AWS book overview</title>
      <description><![CDATA[<p>Outline</p><p>**Key Book Facts:**</p><p>* (8 chapters: 30 pages/chapter & 240-250 total length)</p><p>* Each chapter has one more more independent code examples in Github</p><p>* Chapter 1:  Getting started with .NET on AWS</p><p>   * What is Cloud Computing</p><p>       * Types of Cloud Computing:  </p><p>           * IaaS</p><p>           * PaaS, FaaS and Serverless</p><p>           * SaaS</p><p>           * MaaS</p><p>       * Key Cloud Computing Concepts</p><p>           * Elastic Infrastructure</p><p>           * Overview of Core Services</p><p>   * High-level overview of AWS</p><p>       * History of AWS</p><p>       * Global Infrastructure</p><p>   * Using AWS</p><p>       * Setting up an account</p><p>       * Using AWS Console</p><p>       * Setting up and Using IAM</p><p>       * Setting up and Developing AWS C# SDK with:</p><p>           * Quickstart of cross-platform C# app</p><p>           * AWS Cloudshell</p><p>           * AWS Cloud9</p><p>           * Visual Studio</p><p>           * Visual Studio Code and Visual Studio Codespaces on Github</p><p>* Chapter 2:  AWS Core Services</p><p>   * AWS Storage</p><p>       * Overview of AWS Storage</p><p>       * Developing with S3 Storage</p><p>       * Developing with EBS Storage</p><p>       * Using EFS Storage</p><p>   * Using EC2 Compute</p><p>       * Overview of EC2</p><p>       * Using EC2</p><p>       * Using EC2 Instance Types</p><p>       * Using EC2 Purchase Options</p><p>   * Security Best Practices for AWS</p><p>       * Encryption at REST and Transit</p><p>       * PLP (Principle of Least Privilege</p><p>   * Developing NoSQL Solutions with DynamoDB</p><p>       * What is DynamoDB</p><p>       * Key DynamoDB Concepts</p><p>       * Build a Sample C# DynamoDB Console App</p><p>* Chapter 3:  Migrating a legacy .NET application to AWS</p><p>   * Choosing a migration path</p><p>       * Rehosting</p><p>       * Replatforming</p><p>       * Repurchasing</p><p>       * Refactoring</p><p>       * Retire</p><p>       * Retain</p><p>   * Rehosting .NET Framework</p><p>       * App2Container</p><p>   * Rehosting .NET Core / 5</p><p>       * .NET Core Elastic Beanstalk</p><p>   * Replatforming: Migrating .NET Framework</p><p>       * Considerations for moving to .NET 5</p><p>       * Microsoft .NET Upgrade Assistant</p><p>       * AWS Porting Assistant for .NET</p><p>   * Migrating Build and Deploy to AWS</p><p>       * Teamcity to AWS Code Build</p><p>       * Selecting Deploy Compute Target Environment</p><p>* Chapter 4:  Modernizing .NET applications to Serverless</p><p>   * What is “Serverless” Computing?</p><p>   * Choosing the correct Serverless components for .NET on AWS</p><p>       * Developing with AWS Lambda and C#</p><p>       * Developing with AWS Step Functions</p><p>       * Developing with services with SQS and SNS</p><p>       * Developing Event Driven via AWS Triggers</p><p>   * Developing Serverless .NET Microservices on AWS</p><p>       * What is a Microservice according to AWS?</p><p>       * Overview of AWS Microservice options</p><p>       * Develop RESTful API with AWS App Runner</p><p>       * Developing RESTful API with AWS Lambda, API Gateway and SAM</p><p>* Chapter 5:  Containerization of .NET</p><p>   * Developing with Containers on AWS</p><p>       * Introduction to Containers</p><p>   * Comparing Containers to Hardware Virtualization</p><p>       * Advantages of Containers</p><p>   * Building Microservices with Containers</p><p>   * Introduction to Kubernetes</p><p>       * What is Kubernetes?</p><p>       * Understanding Kubernetes on AWS</p><p>   * Developing with AWS Container Compatible Services</p><p>       * Amazon ECR</p><p>       * Amazon ECS and Fargate</p><p>       * Amazon EKS</p><p>       * AWS App Runner</p><p>       * AWS Lambda</p><p>* Chapter 6:  DevOps</p><p>   * Getting started with DevOps on AWS?</p><p>       * What is DevOps?</p><p>       * What are AWS DevOps best practices</p><p>   * Developing with CI/CD</p><p>       * AWS Code Build</p><p>       * AWS Code Pipeline</p><p>       * Integrating 3rd party build servers</p><p>           * Jenkins</p><p>           * Teamcity</p><p>           * Github Actions</p><p>   * Developing with IAC</p><p>       * What is IAC?</p><p>       * Developing with Amazon CDK for IAC</p><p>           * What is CDK?</p><p>           * Working with CDK in C#</p><p>   * Developing with Terraform for IAC</p><p>* Chapter 7:  Monitoring, Instrumentation and Auditing and Testing for .NET</p><p>   * Using AWS Cloudwatch</p><p>       * Alarms, Logs, Metrics</p><p>   * Application monitoring</p><p>       * ServiceLens</p><p>       * Traces, Resource Health and Synthetic Canaries</p><p>   * Enabling SDK Metrics and Additional Tools</p><p>   * Using AWS Cloudtrail for Security Auditing</p><p>   * Continuous Delivery Key Concepts for .NET on SDK</p><p>* Chapter 8: Developing with AWS C# SDK</p><p>   * Using AWS Toolkit for Visual Studio in Depth</p><p>       * Configuring Visual Studio for AWS Toolkit</p><p>       * Special Features of Visual Studio for AWS Toolkit</p><p>   * Key SDK Features</p><p>       * Async APIs</p><p>       * Retries and Timeouts</p><p>       * Paginators</p><p>   * Working with High-level AWS Services</p><p>       * Using AWS Rekognition</p><p>       * Using AWS Comprehend</p><p>       * Using AWS Sagemaker</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></description>
      <pubDate>Wed, 8 Dec 2021 00:19:13 +0000</pubDate>
      <author>noah@paiml.com (Noah Gift)</author>
      <link>podcast.paiml.com</link>
      <content:encoded><![CDATA[<p>Outline</p><p>**Key Book Facts:**</p><p>* (8 chapters: 30 pages/chapter & 240-250 total length)</p><p>* Each chapter has one more more independent code examples in Github</p><p>* Chapter 1:  Getting started with .NET on AWS</p><p>   * What is Cloud Computing</p><p>       * Types of Cloud Computing:  </p><p>           * IaaS</p><p>           * PaaS, FaaS and Serverless</p><p>           * SaaS</p><p>           * MaaS</p><p>       * Key Cloud Computing Concepts</p><p>           * Elastic Infrastructure</p><p>           * Overview of Core Services</p><p>   * High-level overview of AWS</p><p>       * History of AWS</p><p>       * Global Infrastructure</p><p>   * Using AWS</p><p>       * Setting up an account</p><p>       * Using AWS Console</p><p>       * Setting up and Using IAM</p><p>       * Setting up and Developing AWS C# SDK with:</p><p>           * Quickstart of cross-platform C# app</p><p>           * AWS Cloudshell</p><p>           * AWS Cloud9</p><p>           * Visual Studio</p><p>           * Visual Studio Code and Visual Studio Codespaces on Github</p><p>* Chapter 2:  AWS Core Services</p><p>   * AWS Storage</p><p>       * Overview of AWS Storage</p><p>       * Developing with S3 Storage</p><p>       * Developing with EBS Storage</p><p>       * Using EFS Storage</p><p>   * Using EC2 Compute</p><p>       * Overview of EC2</p><p>       * Using EC2</p><p>       * Using EC2 Instance Types</p><p>       * Using EC2 Purchase Options</p><p>   * Security Best Practices for AWS</p><p>       * Encryption at REST and Transit</p><p>       * PLP (Principle of Least Privilege</p><p>   * Developing NoSQL Solutions with DynamoDB</p><p>       * What is DynamoDB</p><p>       * Key DynamoDB Concepts</p><p>       * Build a Sample C# DynamoDB Console App</p><p>* Chapter 3:  Migrating a legacy .NET application to AWS</p><p>   * Choosing a migration path</p><p>       * Rehosting</p><p>       * Replatforming</p><p>       * Repurchasing</p><p>       * Refactoring</p><p>       * Retire</p><p>       * Retain</p><p>   * Rehosting .NET Framework</p><p>       * App2Container</p><p>   * Rehosting .NET Core / 5</p><p>       * .NET Core Elastic Beanstalk</p><p>   * Replatforming: Migrating .NET Framework</p><p>       * Considerations for moving to .NET 5</p><p>       * Microsoft .NET Upgrade Assistant</p><p>       * AWS Porting Assistant for .NET</p><p>   * Migrating Build and Deploy to AWS</p><p>       * Teamcity to AWS Code Build</p><p>       * Selecting Deploy Compute Target Environment</p><p>* Chapter 4:  Modernizing .NET applications to Serverless</p><p>   * What is “Serverless” Computing?</p><p>   * Choosing the correct Serverless components for .NET on AWS</p><p>       * Developing with AWS Lambda and C#</p><p>       * Developing with AWS Step Functions</p><p>       * Developing with services with SQS and SNS</p><p>       * Developing Event Driven via AWS Triggers</p><p>   * Developing Serverless .NET Microservices on AWS</p><p>       * What is a Microservice according to AWS?</p><p>       * Overview of AWS Microservice options</p><p>       * Develop RESTful API with AWS App Runner</p><p>       * Developing RESTful API with AWS Lambda, API Gateway and SAM</p><p>* Chapter 5:  Containerization of .NET</p><p>   * Developing with Containers on AWS</p><p>       * Introduction to Containers</p><p>   * Comparing Containers to Hardware Virtualization</p><p>       * Advantages of Containers</p><p>   * Building Microservices with Containers</p><p>   * Introduction to Kubernetes</p><p>       * What is Kubernetes?</p><p>       * Understanding Kubernetes on AWS</p><p>   * Developing with AWS Container Compatible Services</p><p>       * Amazon ECR</p><p>       * Amazon ECS and Fargate</p><p>       * Amazon EKS</p><p>       * AWS App Runner</p><p>       * AWS Lambda</p><p>* Chapter 6:  DevOps</p><p>   * Getting started with DevOps on AWS?</p><p>       * What is DevOps?</p><p>       * What are AWS DevOps best practices</p><p>   * Developing with CI/CD</p><p>       * AWS Code Build</p><p>       * AWS Code Pipeline</p><p>       * Integrating 3rd party build servers</p><p>           * Jenkins</p><p>           * Teamcity</p><p>           * Github Actions</p><p>   * Developing with IAC</p><p>       * What is IAC?</p><p>       * Developing with Amazon CDK for IAC</p><p>           * What is CDK?</p><p>           * Working with CDK in C#</p><p>   * Developing with Terraform for IAC</p><p>* Chapter 7:  Monitoring, Instrumentation and Auditing and Testing for .NET</p><p>   * Using AWS Cloudwatch</p><p>       * Alarms, Logs, Metrics</p><p>   * Application monitoring</p><p>       * ServiceLens</p><p>       * Traces, Resource Health and Synthetic Canaries</p><p>   * Enabling SDK Metrics and Additional Tools</p><p>   * Using AWS Cloudtrail for Security Auditing</p><p>   * Continuous Delivery Key Concepts for .NET on SDK</p><p>* Chapter 8: Developing with AWS C# SDK</p><p>   * Using AWS Toolkit for Visual Studio in Depth</p><p>       * Configuring Visual Studio for AWS Toolkit</p><p>       * Special Features of Visual Studio for AWS Toolkit</p><p>   * Key SDK Features</p><p>       * Async APIs</p><p>       * Retries and Timeouts</p><p>       * Paginators</p><p>   * Working with High-level AWS Services</p><p>       * Using AWS Rekognition</p><p>       * Using AWS Comprehend</p><p>       * Using AWS Sagemaker</p><p>If you enjoyed this video, here are additional resources to look at:</p><p>Coursera + Duke Specialization: Building Cloud Computing Solutions at Scale Specialization: <a href="https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale">https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale</a></p><p>Python, Bash, and SQL Essentials for Data Engineering Specialization: <a href="https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke">https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke</a></p><p>O'Reilly Book:  Practical MLOps: <a href="https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017">https://www.amazon.com/Practical-MLOps-Operationalizing-Machine-Learning/dp/1098103017</a></p><p>O'Reilly Book:  Python for DevOps: <a href="https://www.amazon.com/gp/product/B082P97LDW/">https://www.amazon.com/gp/product/B082P97LDW/</a></p><p>Pragmatic AI:  An Introduction to Cloud-based Machine Learning: <a href="https://www.amazon.com/gp/product/B07FB8F8QP/">https://www.amazon.com/gp/product/B07FB8F8QP/</a></p><p>Pragmatic AI Labs Book: Python Command-Line Tools: <a href="https://www.amazon.com/gp/product/B0855FSFYZ">https://www.amazon.com/gp/product/B0855FSFYZ</a></p><p>Pragmatic AI Labs Book: Cloud Computing for Data Analysis: <a href="https://www.amazon.com/gp/product/B0992BN7W8">https://www.amazon.com/gp/product/B0992BN7W8</a></p><p>Pragmatic AI Book:  Minimal Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Pragmatic AI Book:  Testing in Python: <a href="https://www.amazon.com/gp/product/B0855NSRR7">https://www.amazon.com/gp/product/B0855NSRR7</a></p><p>Subscribe to Pragmatic AI Labs YouTube Channel: <a href="https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q">https://www.youtube.com/channel/UCNDfiL0D1LUeKWAkRE1xO5Q</a></p><p>View content on noahgift.com: <a href="https://noahgift.com/">https://noahgift.com/</a></p><p>View content on Pragmatic AI Labs Website: <a href="https://paiml.com/">https://paiml.com/</a></p>
<p><h3>🔥 Hot Course Offers:</h3><ul><li>🤖 <a href="https://ds500.paiml.com/learn/course/0bbb5/">Master GenAI Engineering</a> - Build Production AI Systems</li><li>🦀 <a href="https://ds500.paiml.com/learn/course/g6u1k/">Learn Professional Rust</a> - Industry-Grade Development</li><li>📊 <a href="https://ds500.paiml.com/learn/course/31si1/">AWS AI &amp; Analytics</a> - Scale Your ML in Cloud</li><li>⚡ <a href="https://ds500.paiml.com/learn/course/ehks1/">Production GenAI on AWS</a> - Deploy at Enterprise Scale</li><li>🛠️ <a href="https://ds500.paiml.com/learn/course/ex8eu/">Rust DevOps Mastery</a> - Automate Everything</li></ul><h3>🚀 Level Up Your Career:</h3><ul><li>💼 <a href="https://paiml.com">Production ML Program</a> - Complete MLOps &amp; Cloud Mastery</li><li>🎯 <a href="https://ds500.paiml.com">Start Learning Now</a> - Fast-Track Your ML Career</li><li>🏢 Trusted by Fortune 500 Teams</li></ul><p>Learn end-to-end ML engineering from industry veterans at <a href="https://paiml.com">PAIML.COM</a></p></p>]]></content:encoded>
      <enclosure length="22984970" type="audio/mpeg" url="https://cdn.simplecast.com/audio/a3dd1241-49b1-4d83-a424-a1f93e402a39/episodes/53bcdcb8-b8e3-4b49-ada1-6a81cc779f75/audio/30b4a847-8911-4d22-8e35-9c7f9f599682/default_tc.mp3?aid=rss_feed&amp;feed=WZ_NUixi"/>
      <itunes:title>52 Weeks of AWS:  Episode 1:  O&apos;Reilly C# on AWS book overview</itunes:title>
      <itunes:author>Noah Gift</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/c66602cd-e6b1-4159-8e89-ae595a0d7c1b/915f57ae-6e4a-47de-aa6c-ed4e4880ef61/3000x3000/1.jpg?aid=rss_feed"/>
      <itunes:duration>00:23:56</itunes:duration>
      <itunes:summary>In the initial episode of 52 Weeks of Cloud, I start off on covering AWS.  In this episode I walk through the general thought process for an upcoming book on AWS and C# I am writing for O&apos;Reilly.  It is tentatively due to launch at Re:Invent 2022.</itunes:summary>
      <itunes:subtitle>In the initial episode of 52 Weeks of Cloud, I start off on covering AWS.  In this episode I walk through the general thought process for an upcoming book on AWS and C# I am writing for O&apos;Reilly.  It is tentatively due to launch at Re:Invent 2022.</itunes:subtitle>
      <itunes:keywords>aws, book, c#, dot net, oreilly, 52weeksaws, cloud computing</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>1</itunes:episode>
    </item>
  </channel>
</rss>