<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheet.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0">
  <channel>
    <atom:link rel="self" type="application/rss+xml" href="https://feeds.transistor.fm/automatic" title="MP3 Audio"/>
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
    <podcast:podping usesPodping="true"/>
    <title>Automatic</title>
    <generator>Transistor (https://transistor.fm)</generator>
    <itunes:new-feed-url>https://feeds.transistor.fm/automatic</itunes:new-feed-url>
    <description>Podcast for Automatic.co and LLM.co, the AI automation specialists. </description>
    <copyright>2026 Automatic.co</copyright>
    <podcast:guid>bb4bb01a-ca18-5c86-872d-6b4835e2e68b</podcast:guid>
    <podcast:locked>yes</podcast:locked>
    <language>en</language>
    <pubDate>Wed, 08 Jul 2026 20:22:12 -0700</pubDate>
    <lastBuildDate>Wed, 08 Jul 2026 20:23:13 -0700</lastBuildDate>
    <link>https://automatic.co</link>
    <image>
      <url>https://img.transistorcdn.com/1AERw8gq-Qy7PJhJeRqiazV270yXMKVgFbTP5pGTbcM/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8zNDA3/NDliNDQwMTkxMzZi/MzA0YTM3NGQxZTc1/NTk4MC5wbmc.jpg</url>
      <title>Automatic</title>
      <link>https://automatic.co</link>
    </image>
    <itunes:category text="Technology"/>
    <itunes:category text="Business"/>
    <itunes:type>episodic</itunes:type>
    <itunes:author>Eric Lamanna</itunes:author>
    <itunes:image href="https://img.transistorcdn.com/1AERw8gq-Qy7PJhJeRqiazV270yXMKVgFbTP5pGTbcM/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8zNDA3/NDliNDQwMTkxMzZi/MzA0YTM3NGQxZTc1/NTk4MC5wbmc.jpg"/>
    <itunes:summary>Podcast for Automatic.co and LLM.co, the AI automation specialists. </itunes:summary>
    <itunes:subtitle>Podcast for Automatic.co and LLM.co, the AI automation specialists.</itunes:subtitle>
    <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
    <itunes:owner>
      <itunes:name>Eric Lamanna</itunes:name>
    </itunes:owner>
    <itunes:complete>No</itunes:complete>
    <itunes:explicit>No</itunes:explicit>
    <item>
      <title>GPU Scheduling: Herding Cores in the Cloud</title>
      <itunes:title>GPU Scheduling: Herding Cores in the Cloud</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">99346b0b-7796-4ef8-955f-0a4da67d7f81</guid>
      <link>https://share.transistor.fm/s/b00d0c4a</link>
      <description>
        <![CDATA[<p>GPU scheduling sits at the intersection of cost, performance, and team trust — yet it rarely gets the attention it deserves until something goes wrong. This episode of Automatic unpacks <a href="https://automatic.co/blog/gpu-scheduling-herding-cores-in-the-cloud">the deep dive on GPU scheduling in cloud environments</a>, walking through why the problem is so much harder than it looks and what separates a policy that quietly hums along from one that turns a powerful cluster into an expensive traffic jam.</p><p>The episode covers the core decisions every GPU scheduler has to make, the hidden traps that catch even experienced infrastructure teams off guard, and the design principles that make the difference between infrastructure that earns its cost and infrastructure that just burns it. Key topics include:</p><ul><li><strong>Why simplicity is deceptive:</strong> GPUs look binary — busy or free — but real workloads vary wildly in memory, compute, and hardware requirements, turning simple job matching into a multi-dimensional negotiation.</li><li><strong>The fairness-vs-efficiency tension:</strong> Chasing utilization too aggressively starves smaller jobs; enforcing strict fairness leaves expensive cores idle. There is no configuration where every metric wins simultaneously.</li><li><strong>Placement, timing, and sharing rules:</strong> The three core dimensions every scheduler balances — where a job runs, when it runs, and what guardrails prevent any one team or workflow from consuming everything in sight.</li><li><strong>Fragmentation as a hidden culprit:</strong> A cluster can appear healthy at a glance while being quietly full of unusable gaps — leading teams to conclude they need more hardware when the real problem is scheduling policy.</li><li><strong>Heterogeneity and the miniature puzzle problem:</strong> Mixed GPU fleets keep costs flexible, but jobs that perform wildly differently across hardware types make every scheduling decision harder to get consistently right.</li><li><strong>Observability as the foundation for improvement:</strong> Without visibility into queue times, placement outcomes, idle gaps, and preemption rates, scheduling decisions default to gut feel and whoever complained loudest that week.</li></ul><p>The episode makes a compelling case that GPU scheduling isn't a background technical detail — it directly shapes platform performance, cloud spend, and whether teams trust the infrastructure enough to stop hoarding resources as a hedge. For more on how AI and automation are reshaping operational challenges at scale, check out the earlier episode <a href="https://share.transistor.fm/s/4ea9dac7">How Retailers Are Using LLMs to Tame Supply Chain Chaos</a>.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>GPU scheduling sits at the intersection of cost, performance, and team trust — yet it rarely gets the attention it deserves until something goes wrong. This episode of Automatic unpacks <a href="https://automatic.co/blog/gpu-scheduling-herding-cores-in-the-cloud">the deep dive on GPU scheduling in cloud environments</a>, walking through why the problem is so much harder than it looks and what separates a policy that quietly hums along from one that turns a powerful cluster into an expensive traffic jam.</p><p>The episode covers the core decisions every GPU scheduler has to make, the hidden traps that catch even experienced infrastructure teams off guard, and the design principles that make the difference between infrastructure that earns its cost and infrastructure that just burns it. Key topics include:</p><ul><li><strong>Why simplicity is deceptive:</strong> GPUs look binary — busy or free — but real workloads vary wildly in memory, compute, and hardware requirements, turning simple job matching into a multi-dimensional negotiation.</li><li><strong>The fairness-vs-efficiency tension:</strong> Chasing utilization too aggressively starves smaller jobs; enforcing strict fairness leaves expensive cores idle. There is no configuration where every metric wins simultaneously.</li><li><strong>Placement, timing, and sharing rules:</strong> The three core dimensions every scheduler balances — where a job runs, when it runs, and what guardrails prevent any one team or workflow from consuming everything in sight.</li><li><strong>Fragmentation as a hidden culprit:</strong> A cluster can appear healthy at a glance while being quietly full of unusable gaps — leading teams to conclude they need more hardware when the real problem is scheduling policy.</li><li><strong>Heterogeneity and the miniature puzzle problem:</strong> Mixed GPU fleets keep costs flexible, but jobs that perform wildly differently across hardware types make every scheduling decision harder to get consistently right.</li><li><strong>Observability as the foundation for improvement:</strong> Without visibility into queue times, placement outcomes, idle gaps, and preemption rates, scheduling decisions default to gut feel and whoever complained loudest that week.</li></ul><p>The episode makes a compelling case that GPU scheduling isn't a background technical detail — it directly shapes platform performance, cloud spend, and whether teams trust the infrastructure enough to stop hoarding resources as a hedge. For more on how AI and automation are reshaping operational challenges at scale, check out the earlier episode <a href="https://share.transistor.fm/s/4ea9dac7">How Retailers Are Using LLMs to Tame Supply Chain Chaos</a>.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 08 Jul 2026 20:22:12 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/b00d0c4a/bc642d30.mp3" length="7795819" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>488</itunes:duration>
      <itunes:summary>GPU scheduling in the cloud sounds straightforward until your cluster is half-idle and half-on-fire. This episode breaks down why matching workloads to GPU resources is genuinely hard — and what thoughtful scheduling actually looks like in practice.</itunes:summary>
      <itunes:subtitle>GPU scheduling in the cloud sounds straightforward until your cluster is half-idle and half-on-fire. This episode breaks down why matching workloads to GPU resources is genuinely hard — and what thoughtful scheduling actually looks like in practice.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>How Retailers Are Using LLMs to Tame Supply Chain Chaos</title>
      <itunes:title>How Retailers Are Using LLMs to Tame Supply Chain Chaos</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">3b3f5eed-31e9-40a1-99a5-6c00b78d65d0</guid>
      <link>https://share.transistor.fm/s/4ea9dac7</link>
      <description>
        <![CDATA[<p>Supply chain management has always been retail's most punishing backstage act — a constant juggle of demand signals, vendor spreadsheets, warehouse bottlenecks, and institutional knowledge that tends to disappear the moment a veteran employee clocks out for the last time. This episode of <em>Automatic</em> digs into <a href="https://llm.co/blog/how-retailers-use-llms-for-supply-chain-optimization">the growing body of evidence for how large language models are reshaping retail operations</a> — not as novelty, but as genuine infrastructure woven into the decisions that keep shelves stocked and margins intact.</p><p>The episode walks through four major operational domains where LLMs are already driving measurable change:</p><ul><li><strong>Demand forecasting:</strong> LLMs move beyond static historical averages by reading purchase data as narrative — surfacing contextual patterns, explaining forecast shifts, and giving procurement teams the "why" that turns a recommendation into a fast decision.</li><li><strong>Inventory choreography:</strong> With sharper forecasts as the foundation, models can simulate shelf velocity across regions, account for lead times and buyer behavior, and distribute stock so product lands on the floor just as demand peaks — reducing both stockouts and costly clearance markdowns.</li><li><strong>Warehouse efficiency:</strong> From optimizing pick paths to translating natural-language merchandising instructions into robot-ready commands, LLMs cut the small inefficiencies that compound into big operational drag — including spotting conveyor bottlenecks in real time before supervisors see them with the naked eye.</li><li><strong>Procurement intelligence:</strong> Models normalize supplier spreadsheets into apples-to-apples comparisons, continuously monitor vendor risk signals across news, trade forums, and filings, and propose contract language that balances margin protection with compliance — compressing what used to be weekend-long tasks into minutes.</li><li><strong>Continuous improvement loops:</strong> Help-desk tickets, shift handoff notes, and staff chat logs contain operational wisdom that normally evaporates. LLMs classify and surface those patterns as readable weekly digests — and serve as on-demand advisors for new hires navigating their first weeks on the floor.</li></ul><p>The episode closes with a broader argument: supply chains will always carry surprises, but the difference between organizations that absorb disruption with panic versus precision increasingly comes down to whether intelligence is embedded in their workflows. More from the show: if you're thinking about how to keep AI systems like these from going off the rails, the earlier episode <a href="https://share.transistor.fm/s/224c0950">Guardrails for LLMs: The Digital Babysitter</a> is a natural companion listen. Source material for this episode can be found at LLM.co.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Supply chain management has always been retail's most punishing backstage act — a constant juggle of demand signals, vendor spreadsheets, warehouse bottlenecks, and institutional knowledge that tends to disappear the moment a veteran employee clocks out for the last time. This episode of <em>Automatic</em> digs into <a href="https://llm.co/blog/how-retailers-use-llms-for-supply-chain-optimization">the growing body of evidence for how large language models are reshaping retail operations</a> — not as novelty, but as genuine infrastructure woven into the decisions that keep shelves stocked and margins intact.</p><p>The episode walks through four major operational domains where LLMs are already driving measurable change:</p><ul><li><strong>Demand forecasting:</strong> LLMs move beyond static historical averages by reading purchase data as narrative — surfacing contextual patterns, explaining forecast shifts, and giving procurement teams the "why" that turns a recommendation into a fast decision.</li><li><strong>Inventory choreography:</strong> With sharper forecasts as the foundation, models can simulate shelf velocity across regions, account for lead times and buyer behavior, and distribute stock so product lands on the floor just as demand peaks — reducing both stockouts and costly clearance markdowns.</li><li><strong>Warehouse efficiency:</strong> From optimizing pick paths to translating natural-language merchandising instructions into robot-ready commands, LLMs cut the small inefficiencies that compound into big operational drag — including spotting conveyor bottlenecks in real time before supervisors see them with the naked eye.</li><li><strong>Procurement intelligence:</strong> Models normalize supplier spreadsheets into apples-to-apples comparisons, continuously monitor vendor risk signals across news, trade forums, and filings, and propose contract language that balances margin protection with compliance — compressing what used to be weekend-long tasks into minutes.</li><li><strong>Continuous improvement loops:</strong> Help-desk tickets, shift handoff notes, and staff chat logs contain operational wisdom that normally evaporates. LLMs classify and surface those patterns as readable weekly digests — and serve as on-demand advisors for new hires navigating their first weeks on the floor.</li></ul><p>The episode closes with a broader argument: supply chains will always carry surprises, but the difference between organizations that absorb disruption with panic versus precision increasingly comes down to whether intelligence is embedded in their workflows. More from the show: if you're thinking about how to keep AI systems like these from going off the rails, the earlier episode <a href="https://share.transistor.fm/s/224c0950">Guardrails for LLMs: The Digital Babysitter</a> is a natural companion listen. Source material for this episode can be found at LLM.co.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Tue, 07 Jul 2026 19:06:34 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/4ea9dac7/b3db0f86.mp3" length="8030294" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>502</itunes:duration>
      <itunes:summary>Retail supply chains are messy by nature — but LLMs are changing how the industry handles forecasting, warehousing, procurement, and continuous improvement. This episode breaks down where AI is delivering real operational wins on the shop floor and beyond.</itunes:summary>
      <itunes:subtitle>Retail supply chains are messy by nature — but LLMs are changing how the industry handles forecasting, warehousing, procurement, and continuous improvement. This episode breaks down where AI is delivering real operational wins on the shop floor and beyond</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Guardrails for LLMs: The Digital Babysitter</title>
      <itunes:title>Guardrails for LLMs: The Digital Babysitter</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">a25f28fb-f673-4405-bdc0-724df1827de1</guid>
      <link>https://share.transistor.fm/s/224c0950</link>
      <description>
        <![CDATA[<p>Deploying a large language model in a real business environment is a bit like hiring someone who speaks beautifully and checks nothing. The capability is real — but so is the risk of a confident, fluent system quietly producing wrong answers at scale. This episode of <em>Automatic</em> draws on <a href="https://automatic.co/blog/guardrails-for-llms-the-digital-babysitter">the full source article on guardrails for LLMs</a> to unpack what it actually takes to make these systems safe, reliable, and worth trusting in production.</p><p>The episode covers the full picture of LLM guardrails — from why they're necessary in the first place to the principles that separate well-designed systems from ones that look responsible on paper but collapse under real-world pressure:</p><ul><li><strong>Fluency isn't wisdom.</strong> LLMs produce smooth, authoritative-sounding text whether or not the underlying information is accurate — and users tend to trust the tone rather than verify the substance.</li><li><strong>Scale turns small errors into operational problems.</strong> A single bad pattern inside a support bot or internal assistant doesn't stay contained — it multiplies across customers, employees, and systems before anyone spots it.</li><li><strong>Effective guardrails work in layers.</strong> Input filters, output filters, and access controls each address a different entry point for risk. Protecting only one layer still leaves the others exposed.</li><li><strong>The three most common deployment mistakes</strong> are rules too vague to enforce, rules so restrictive the tool becomes useless, and treating guardrails as a one-time setup rather than ongoing maintenance.</li><li><strong>Good systems include an escalation path.</strong> When a request lands in the uncertain middle ground, the right move isn't to guess — it's to pause, ask for clarification, or hand off to a human reviewer.</li><li><strong>Guardrails don't flatten creativity — they focus it.</strong> Clear boundaries give a model a defined space to operate confidently, rather than wandering into fabrication, privacy issues, or policy violations.</li></ul><p>The episode closes with three principles for building guardrails that earn genuine trust over time: starting with a clear-eyed risk assessment rather than abstract fear, writing policies specific enough for real humans to maintain and audit, and treating the system as a living product that needs continuous tuning after launch. For more from the show, check out the earlier episode <a href="https://share.transistor.fm/s/2cf68554">Private LLMs on the Factory Floor: From SOPs to Smart Production</a>, which explores how these ideas play out in industrial and manufacturing contexts.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Deploying a large language model in a real business environment is a bit like hiring someone who speaks beautifully and checks nothing. The capability is real — but so is the risk of a confident, fluent system quietly producing wrong answers at scale. This episode of <em>Automatic</em> draws on <a href="https://automatic.co/blog/guardrails-for-llms-the-digital-babysitter">the full source article on guardrails for LLMs</a> to unpack what it actually takes to make these systems safe, reliable, and worth trusting in production.</p><p>The episode covers the full picture of LLM guardrails — from why they're necessary in the first place to the principles that separate well-designed systems from ones that look responsible on paper but collapse under real-world pressure:</p><ul><li><strong>Fluency isn't wisdom.</strong> LLMs produce smooth, authoritative-sounding text whether or not the underlying information is accurate — and users tend to trust the tone rather than verify the substance.</li><li><strong>Scale turns small errors into operational problems.</strong> A single bad pattern inside a support bot or internal assistant doesn't stay contained — it multiplies across customers, employees, and systems before anyone spots it.</li><li><strong>Effective guardrails work in layers.</strong> Input filters, output filters, and access controls each address a different entry point for risk. Protecting only one layer still leaves the others exposed.</li><li><strong>The three most common deployment mistakes</strong> are rules too vague to enforce, rules so restrictive the tool becomes useless, and treating guardrails as a one-time setup rather than ongoing maintenance.</li><li><strong>Good systems include an escalation path.</strong> When a request lands in the uncertain middle ground, the right move isn't to guess — it's to pause, ask for clarification, or hand off to a human reviewer.</li><li><strong>Guardrails don't flatten creativity — they focus it.</strong> Clear boundaries give a model a defined space to operate confidently, rather than wandering into fabrication, privacy issues, or policy violations.</li></ul><p>The episode closes with three principles for building guardrails that earn genuine trust over time: starting with a clear-eyed risk assessment rather than abstract fear, writing policies specific enough for real humans to maintain and audit, and treating the system as a living product that needs continuous tuning after launch. For more from the show, check out the earlier episode <a href="https://share.transistor.fm/s/2cf68554">Private LLMs on the Factory Floor: From SOPs to Smart Production</a>, which explores how these ideas play out in industrial and manufacturing contexts.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Mon, 06 Jul 2026 19:59:00 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/224c0950/3733205c.mp3" length="9426696" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>590</itunes:duration>
      <itunes:summary>LLMs are fluent, fast, and confidently wrong when left unsupervised. This episode breaks down what guardrails actually are, the three most common mistakes teams make deploying them, and how to build AI systems people can genuinely trust.</itunes:summary>
      <itunes:subtitle>LLMs are fluent, fast, and confidently wrong when left unsupervised. This episode breaks down what guardrails actually are, the three most common mistakes teams make deploying them, and how to build AI systems people can genuinely trust.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Private LLMs on the Factory Floor: From SOPs to Smart Production</title>
      <itunes:title>Private LLMs on the Factory Floor: From SOPs to Smart Production</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">f887772b-8907-4f69-a2c2-8b2fe8cece59</guid>
      <link>https://share.transistor.fm/s/2cf68554</link>
      <description>
        <![CDATA[<p>Manufacturers have always generated knowledge — in SOPs, maintenance logs, the heads of veteran machinists — but accessing it at the speed of production has never been easy. This episode of <em>Automatic</em> examines <a href="https://llm.co/blog/private-llms-for-smart-production-lines">the case for private LLMs built specifically for smart production lines</a>, walking through why public AI tools fall short in industrial settings and how purpose-built, on-premises language models are changing what's possible on the factory floor.</p><p>The episode covers the full journey from raw documentation to a responsive, floor-ready AI system, including:</p><ul><li><strong>Why "private" isn't optional:</strong> Proprietary specs, blend ratios, and custom tooling data can't afford to drift into public cloud services — competitive risk and data sovereignty make an internal deployment the only serious choice.</li><li><strong>Takt time meets inference speed:</strong> When a sensor flips amber, operators need answers in seconds; local GPU or edge-server inference eliminates the round-trip latency that would otherwise stall a line.</li><li><strong>Compliance as a first-class feature:</strong> Plants running under GMP, ISO, or regional regulatory frameworks can fine-tune a model on exact policy clauses and report formats, so deviation documentation writes itself — and updates overnight when procedures change.</li><li><strong>Teaching the model to speak factory:</strong> Domain experts and data scientists must annotate real plant language together, resolving the kind of abbreviation collisions (the same acronym meaning two different things on two different lines) that can cause real-world failures.</li><li><strong>Drift management and continuous retraining:</strong> Process changes, new supplier materials, and shifting sensor baselines mean scheduled incremental retraining — fed by fresh shift logs — is what keeps the model aligned with physical reality.</li><li><strong>The knowledge-transfer dividend:</strong> When a veteran retires, the plant loses undocumented expertise; a shop-floor LLM captures and redistributes that institutional memory, accelerating new-hire ramp-up and reducing safety incidents over time.</li></ul><p>The episode also explores practical deployment patterns — voice interfaces for hands-free queries, camera-to-language pipelines for visual inspection, and a hybrid edge/internal-cloud architecture that keeps response times fast while sensitive data stays behind the firewall. The throughline is a straightforward idea: the expertise that makes a manufacturing operation excellent has always existed; a private language model makes it searchable and interactive at the exact moment it's needed on the floor.</p><p>For more on securing AI systems in industrial and enterprise contexts, check out the earlier episode <a href="https://share.transistor.fm/s/81a2c05c">API Authentication: Because Keys Leak Like Faucets</a>.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Manufacturers have always generated knowledge — in SOPs, maintenance logs, the heads of veteran machinists — but accessing it at the speed of production has never been easy. This episode of <em>Automatic</em> examines <a href="https://llm.co/blog/private-llms-for-smart-production-lines">the case for private LLMs built specifically for smart production lines</a>, walking through why public AI tools fall short in industrial settings and how purpose-built, on-premises language models are changing what's possible on the factory floor.</p><p>The episode covers the full journey from raw documentation to a responsive, floor-ready AI system, including:</p><ul><li><strong>Why "private" isn't optional:</strong> Proprietary specs, blend ratios, and custom tooling data can't afford to drift into public cloud services — competitive risk and data sovereignty make an internal deployment the only serious choice.</li><li><strong>Takt time meets inference speed:</strong> When a sensor flips amber, operators need answers in seconds; local GPU or edge-server inference eliminates the round-trip latency that would otherwise stall a line.</li><li><strong>Compliance as a first-class feature:</strong> Plants running under GMP, ISO, or regional regulatory frameworks can fine-tune a model on exact policy clauses and report formats, so deviation documentation writes itself — and updates overnight when procedures change.</li><li><strong>Teaching the model to speak factory:</strong> Domain experts and data scientists must annotate real plant language together, resolving the kind of abbreviation collisions (the same acronym meaning two different things on two different lines) that can cause real-world failures.</li><li><strong>Drift management and continuous retraining:</strong> Process changes, new supplier materials, and shifting sensor baselines mean scheduled incremental retraining — fed by fresh shift logs — is what keeps the model aligned with physical reality.</li><li><strong>The knowledge-transfer dividend:</strong> When a veteran retires, the plant loses undocumented expertise; a shop-floor LLM captures and redistributes that institutional memory, accelerating new-hire ramp-up and reducing safety incidents over time.</li></ul><p>The episode also explores practical deployment patterns — voice interfaces for hands-free queries, camera-to-language pipelines for visual inspection, and a hybrid edge/internal-cloud architecture that keeps response times fast while sensitive data stays behind the firewall. The throughline is a straightforward idea: the expertise that makes a manufacturing operation excellent has always existed; a private language model makes it searchable and interactive at the exact moment it's needed on the floor.</p><p>For more on securing AI systems in industrial and enterprise contexts, check out the earlier episode <a href="https://share.transistor.fm/s/81a2c05c">API Authentication: Because Keys Leak Like Faucets</a>.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Sun, 05 Jul 2026 20:08:57 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/2cf68554/a3191559.mp3" length="8610004" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>539</itunes:duration>
      <itunes:summary>Manufacturing plants are sitting on decades of locked-away expertise — and private LLMs are the key to unleashing it on the shop floor. This episode unpacks how factory-tuned language models slash downtime, streamline compliance, and turn binders into real-time intelligence.</itunes:summary>
      <itunes:subtitle>Manufacturing plants are sitting on decades of locked-away expertise — and private LLMs are the key to unleashing it on the shop floor. This episode unpacks how factory-tuned language models slash downtime, streamline compliance, and turn binders into rea</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>API Authentication: Because Keys Leak Like Faucets</title>
      <itunes:title>API Authentication: Because Keys Leak Like Faucets</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">8eaa1070-c412-4c65-bd20-c9bde849a48c</guid>
      <link>https://share.transistor.fm/s/81a2c05c</link>
      <description>
        <![CDATA[<p>API authentication is one of those topics that feels boring right up until a leaked credential starts making requests at two in the morning. This episode of Automatic digs into the real-world patterns behind authentication failures — the shortcuts that feel like solutions, the credentials that quietly outlive the projects they were created for, and the design principles that actually hold up under pressure. It's all drawn from <a href="https://automatic.co/blog/api-authentication-because-keys-leak-like-faucets">the Automatic deep-dive on API authentication and credential security</a>.</p><p>Here's what the episode covers:</p><ul><li><strong>Why API keys are both ubiquitous and fragile</strong> — their simplicity makes them easy to use and just as easy to accidentally expose in config files, chat logs, and long-forgotten test scripts.</li><li><strong>Tokens vs. keys</strong> — how well-designed tokens carry meaningful context (scope, expiry, purpose) rather than just proving someone holds a secret, and why the discipline around them matters more than the method itself.</li><li><strong>The three most common authentication mistakes</strong> — hardcoded credentials that migrate from "just for now" into production, long-lived secrets that maximize the blast radius of any breach, and over-permissioned access that turns a small leak into a major incident.</li><li><strong>What smarter design looks like in practice</strong> — managed secret storage, short-lived tokens with real rotation policies, and matching the authentication method to the actual use case rather than defaulting to whatever feels familiar.</li><li><strong>The human element that tooling alone can't fix</strong> — why most credential mishandling stems from deadlines and vague standards rather than malice, and why the secure path needs to be the easy path by design.</li><li><strong>Ownership and observability</strong> — how to monitor for meaningful anomalies without logging the secrets themselves, and why authentication standards need a named owner rather than falling into the gap between teams.</li></ul><p>The core argument of the episode is a practical one: keys will leak, tokens will be mishandled, and convenience will win if security makes the right path harder than the wrong one. The goal isn't to eliminate human error — it's to build systems that expect it, contain it, and recover from it without catastrophe. Strong authentication isn't the flashiest layer of a system, but it's the one everything else is standing on.</p><p>If this episode resonated, check out <a href="https://share.transistor.fm/s/784c13b2">Privacy-Preserving Analytics: Private LLMs Inside Your BI Dashboard</a> for more on keeping sensitive data under control as automation and AI move deeper into the stack.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>API authentication is one of those topics that feels boring right up until a leaked credential starts making requests at two in the morning. This episode of Automatic digs into the real-world patterns behind authentication failures — the shortcuts that feel like solutions, the credentials that quietly outlive the projects they were created for, and the design principles that actually hold up under pressure. It's all drawn from <a href="https://automatic.co/blog/api-authentication-because-keys-leak-like-faucets">the Automatic deep-dive on API authentication and credential security</a>.</p><p>Here's what the episode covers:</p><ul><li><strong>Why API keys are both ubiquitous and fragile</strong> — their simplicity makes them easy to use and just as easy to accidentally expose in config files, chat logs, and long-forgotten test scripts.</li><li><strong>Tokens vs. keys</strong> — how well-designed tokens carry meaningful context (scope, expiry, purpose) rather than just proving someone holds a secret, and why the discipline around them matters more than the method itself.</li><li><strong>The three most common authentication mistakes</strong> — hardcoded credentials that migrate from "just for now" into production, long-lived secrets that maximize the blast radius of any breach, and over-permissioned access that turns a small leak into a major incident.</li><li><strong>What smarter design looks like in practice</strong> — managed secret storage, short-lived tokens with real rotation policies, and matching the authentication method to the actual use case rather than defaulting to whatever feels familiar.</li><li><strong>The human element that tooling alone can't fix</strong> — why most credential mishandling stems from deadlines and vague standards rather than malice, and why the secure path needs to be the easy path by design.</li><li><strong>Ownership and observability</strong> — how to monitor for meaningful anomalies without logging the secrets themselves, and why authentication standards need a named owner rather than falling into the gap between teams.</li></ul><p>The core argument of the episode is a practical one: keys will leak, tokens will be mishandled, and convenience will win if security makes the right path harder than the wrong one. The goal isn't to eliminate human error — it's to build systems that expect it, contain it, and recover from it without catastrophe. Strong authentication isn't the flashiest layer of a system, but it's the one everything else is standing on.</p><p>If this episode resonated, check out <a href="https://share.transistor.fm/s/784c13b2">Privacy-Preserving Analytics: Private LLMs Inside Your BI Dashboard</a> for more on keeping sensitive data under control as automation and AI move deeper into the stack.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Sat, 04 Jul 2026 20:21:37 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/81a2c05c/7408b751.mp3" length="8672698" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>543</itunes:duration>
      <itunes:summary>API keys end up under the digital equivalent of flowerpots more often than anyone admits — and the fallout is rarely pretty. This episode breaks down where authentication goes wrong and what disciplined, practical security design actually looks like.</itunes:summary>
      <itunes:subtitle>API keys end up under the digital equivalent of flowerpots more often than anyone admits — and the fallout is rarely pretty. This episode breaks down where authentication goes wrong and what disciplined, practical security design actually looks like.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Privacy-Preserving Analytics: Private LLMs Inside Your BI Dashboard</title>
      <itunes:title>Privacy-Preserving Analytics: Private LLMs Inside Your BI Dashboard</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">908b05de-fe32-4afc-8ced-7b3206398a19</guid>
      <link>https://share.transistor.fm/s/784c13b2</link>
      <description>
        <![CDATA[<p>Business intelligence tools were designed to surface insight, not to guard secrets — and that tension has quietly created data exposure risks for years. This episode of <em>Automatic</em> explores how private large language models, embedded directly inside BI dashboards, can finally reconcile those two competing demands. Drawing on <a href="https://llm.co/blog/privacy-preserving-analytics-llm-bi-dashboards">this detailed breakdown of privacy-preserving analytics in BI</a>, the episode maps out an architecture that lets analysts ask questions in plain English and get crisp, useful answers — without a single raw row of sensitive data ever leaving its source.</p><p>The episode walks through each layer of the technical stack and explains what it means in practice for data teams, compliance officers, and the everyday analyst staring at a dashboard:</p><ul><li><strong>Why traditional BI is an attack surface:</strong> Stacking filters, exporting reports, and drilling into cohorts can expose individual identities even when no one intends to — and attackers don't need to breach the core database to exploit it.</li><li><strong>Federated queries:</strong> Instead of copying sensitive data into a central analytics sandbox, questions travel to the data. Each source system returns sanitized aggregates; raw tables never cross network boundaries.</li><li><strong>Differential privacy:</strong> Carefully calibrated statistical noise is added to published metrics so that no single record can be isolated or re-identified — with a tunable "privacy budget" (epsilon) that governance teams set and data scientists enforce automatically.</li><li><strong>Hardware secure enclaves:</strong> The LLM does its inference work inside encrypted memory that even the host operating system cannot read, producing a sanitized answer and destroying intermediate data before anything exits the protected space.</li><li><strong>Synthetic training data and prompt guardrails:</strong> Models learn business patterns from artificially generated records rather than real customer data, while standing prompt templates enforce rounding, paraphrasing, and role-scoped responses — even against deliberate jailbreak attempts.</li><li><strong>Role-based access with full audit trails:</strong> The same question yields appropriately different answers depending on who's asking, every decision is logged, and compliance officers can review the model's evolution through the dashboard itself rather than digging through email chains.</li></ul><p>The core argument the episode makes is that privacy-preserving analytics isn't about erecting walls between people and their data — it's about tinted windows. Patterns stay visible, executive dashboards stay sharp, and individual identities stay protected, all at the same time. If the intersection of hardware security and data privacy interests you, you might also enjoy the <em>Automatic</em> episode <a href="https://share.transistor.fm/s/bb91b176">Side-Channel Attacks: When Hardware Rats You Out</a>, which covers how sensitive information can leak through unexpected physical channels even when software defenses are solid.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Business intelligence tools were designed to surface insight, not to guard secrets — and that tension has quietly created data exposure risks for years. This episode of <em>Automatic</em> explores how private large language models, embedded directly inside BI dashboards, can finally reconcile those two competing demands. Drawing on <a href="https://llm.co/blog/privacy-preserving-analytics-llm-bi-dashboards">this detailed breakdown of privacy-preserving analytics in BI</a>, the episode maps out an architecture that lets analysts ask questions in plain English and get crisp, useful answers — without a single raw row of sensitive data ever leaving its source.</p><p>The episode walks through each layer of the technical stack and explains what it means in practice for data teams, compliance officers, and the everyday analyst staring at a dashboard:</p><ul><li><strong>Why traditional BI is an attack surface:</strong> Stacking filters, exporting reports, and drilling into cohorts can expose individual identities even when no one intends to — and attackers don't need to breach the core database to exploit it.</li><li><strong>Federated queries:</strong> Instead of copying sensitive data into a central analytics sandbox, questions travel to the data. Each source system returns sanitized aggregates; raw tables never cross network boundaries.</li><li><strong>Differential privacy:</strong> Carefully calibrated statistical noise is added to published metrics so that no single record can be isolated or re-identified — with a tunable "privacy budget" (epsilon) that governance teams set and data scientists enforce automatically.</li><li><strong>Hardware secure enclaves:</strong> The LLM does its inference work inside encrypted memory that even the host operating system cannot read, producing a sanitized answer and destroying intermediate data before anything exits the protected space.</li><li><strong>Synthetic training data and prompt guardrails:</strong> Models learn business patterns from artificially generated records rather than real customer data, while standing prompt templates enforce rounding, paraphrasing, and role-scoped responses — even against deliberate jailbreak attempts.</li><li><strong>Role-based access with full audit trails:</strong> The same question yields appropriately different answers depending on who's asking, every decision is logged, and compliance officers can review the model's evolution through the dashboard itself rather than digging through email chains.</li></ul><p>The core argument the episode makes is that privacy-preserving analytics isn't about erecting walls between people and their data — it's about tinted windows. Patterns stay visible, executive dashboards stay sharp, and individual identities stay protected, all at the same time. If the intersection of hardware security and data privacy interests you, you might also enjoy the <em>Automatic</em> episode <a href="https://share.transistor.fm/s/bb91b176">Side-Channel Attacks: When Hardware Rats You Out</a>, which covers how sensitive information can leak through unexpected physical channels even when software defenses are solid.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 03 Jul 2026 17:45:25 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/784c13b2/0638843b.mp3" length="8132694" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>509</itunes:duration>
      <itunes:summary>Your BI dashboard could be leaking sensitive data every time someone applies a filter or exports a report — and most teams don't realize it. This episode breaks down how private LLMs and layered privacy architecture are changing that equation for good.</itunes:summary>
      <itunes:subtitle>Your BI dashboard could be leaking sensitive data every time someone applies a filter or exports a report — and most teams don't realize it. This episode breaks down how private LLMs and layered privacy architecture are changing that equation for good.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Side-Channel Attacks: When Hardware Rats You Out</title>
      <itunes:title>Side-Channel Attacks: When Hardware Rats You Out</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">e5a0a358-243b-4afe-aac0-d7703c55c8ef</guid>
      <link>https://share.transistor.fm/s/bb91b176</link>
      <description>
        <![CDATA[<p>Strong encryption and airtight code aren't always enough. Side-channel attacks don't target the data itself — they target the physical behavior of the hardware running the system, turning imperceptible signals like power fluctuations, timing differences, and memory access patterns into a blueprint for secrets. This episode of Automatic explores <a href="https://automatic.co/blog/side-channel-attacks-when-hardware-rats-you-out">the mechanics and real-world implications of side-channel attacks</a>, why modern computing trends are making the problem worse, and what security teams can actually do to fight back.</p><p>Here's what the episode covers:</p><ul><li><strong>What a side channel is</strong> — and why protecting data isn't enough if the <em>behavior surrounding</em> that data leaks clues to a patient observer.</li><li><strong>Timing attacks</strong> — how fractional millisecond differences in processing speed can, across thousands of measurements, hand an attacker a roadmap to sensitive values.</li><li><strong>Power and electromagnetic analysis</strong> — the way a chip's fluctuating energy draw during cryptographic work can be reverse-engineered to reveal what it was computing.</li><li><strong>Cache and memory-based attacks</strong> — how shared processor caches in multi-tenant and cloud environments can let one workload silently observe another without ever directly accessing it.</li><li><strong>Why performance optimizations backfire</strong> — speculative execution, branch prediction, and aggressive caching all create richer behavioral patterns that give attackers more to work with.</li><li><strong>Defensive strategies</strong> — constant-time programming, hardware-level protections, process isolation, noise injection, and the critical importance of testing actual implementations rather than just auditing designs.</li></ul><p>The episode's central argument is that security has to account for messy physical reality, not just clean algorithmic diagrams. Threat modeling needs to include who could observe a system and from what vantage point — and the right moment to address side-channel risk is during design, not after a system is already deployed and leaking. Retrofitting silence into a noisy machine is expensive; building quietly from the start is not.</p><p>For more from the show, check out the episode <a href="https://share.transistor.fm/s/1954498a">Why Multimodal Private LLMs Are Becoming the Enterprise Standard</a>, which examines another dimension of how modern infrastructure choices shape security and capability tradeoffs.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Strong encryption and airtight code aren't always enough. Side-channel attacks don't target the data itself — they target the physical behavior of the hardware running the system, turning imperceptible signals like power fluctuations, timing differences, and memory access patterns into a blueprint for secrets. This episode of Automatic explores <a href="https://automatic.co/blog/side-channel-attacks-when-hardware-rats-you-out">the mechanics and real-world implications of side-channel attacks</a>, why modern computing trends are making the problem worse, and what security teams can actually do to fight back.</p><p>Here's what the episode covers:</p><ul><li><strong>What a side channel is</strong> — and why protecting data isn't enough if the <em>behavior surrounding</em> that data leaks clues to a patient observer.</li><li><strong>Timing attacks</strong> — how fractional millisecond differences in processing speed can, across thousands of measurements, hand an attacker a roadmap to sensitive values.</li><li><strong>Power and electromagnetic analysis</strong> — the way a chip's fluctuating energy draw during cryptographic work can be reverse-engineered to reveal what it was computing.</li><li><strong>Cache and memory-based attacks</strong> — how shared processor caches in multi-tenant and cloud environments can let one workload silently observe another without ever directly accessing it.</li><li><strong>Why performance optimizations backfire</strong> — speculative execution, branch prediction, and aggressive caching all create richer behavioral patterns that give attackers more to work with.</li><li><strong>Defensive strategies</strong> — constant-time programming, hardware-level protections, process isolation, noise injection, and the critical importance of testing actual implementations rather than just auditing designs.</li></ul><p>The episode's central argument is that security has to account for messy physical reality, not just clean algorithmic diagrams. Threat modeling needs to include who could observe a system and from what vantage point — and the right moment to address side-channel risk is during design, not after a system is already deployed and leaking. Retrofitting silence into a noisy machine is expensive; building quietly from the start is not.</p><p>For more from the show, check out the episode <a href="https://share.transistor.fm/s/1954498a">Why Multimodal Private LLMs Are Becoming the Enterprise Standard</a>, which examines another dimension of how modern infrastructure choices shape security and capability tradeoffs.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Thu, 02 Jul 2026 18:09:03 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/bb91b176/f7c0858b.mp3" length="7538774" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>472</itunes:duration>
      <itunes:summary>Your encryption can be flawless, your code spotless — and your hardware can still give the game away. This episode breaks down side-channel attacks: the stealthy threat that turns processor quirks, power draws, and timing gaps into secret-spilling confessions.</itunes:summary>
      <itunes:subtitle>Your encryption can be flawless, your code spotless — and your hardware can still give the game away. This episode breaks down side-channel attacks: the stealthy threat that turns processor quirks, power draws, and timing gaps into secret-spilling confess</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Why Multimodal Private LLMs Are Becoming the Enterprise Standard</title>
      <itunes:title>Why Multimodal Private LLMs Are Becoming the Enterprise Standard</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">e2b44266-3a70-49de-b931-a5ea0430411a</guid>
      <link>https://share.transistor.fm/s/1954498a</link>
      <description>
        <![CDATA[<p>The enterprise AI conversation has moved past curiosity and into capital allocation — and the technology at the center of it isn't a single-purpose chatbot. This episode of Automatic explores <a href="https://llm.co/blog/multimodal-private-llms-enterprise-standard">why multimodal private LLMs are emerging as the enterprise standard</a>, examining the technical, operational, and regulatory forces converging to make these systems not just attractive but strategically necessary for serious organizations.</p><p>Here's what the episode covers:</p><ul><li><strong>What "multimodal" actually means in practice</strong> — and why a model that learns the relationships <em>between</em> text, images, audio, and sensor data is a qualitative leap beyond tools that handle those formats in isolation.</li><li><strong>The privacy imperative</strong> — how keeping model weights, encryption keys, and sensitive data entirely behind your own firewall transforms compliance from a liability into a genuine competitive advantage.</li><li><strong>Governance that's built in, not bolted on</strong> — why policy engines, role-based access controls, audit logging, and output watermarking need to be embedded in the model pipeline from the start rather than patched in afterward.</li><li><strong>Real-world workflow applications</strong> — from meeting intelligence that pairs voice tone with slide content, to product development platforms that catch design-to-implementation mismatches before they become expensive rework, to corporate training modules built from a company's own operational history.</li><li><strong>Architecture decisions that age well</strong> — why modular, decoupled embedding layers protect organizations from vendor lock-in and allow new sensory capabilities to be added without rebuilding the entire system.</li><li><strong>The compounding cost of waiting</strong> — the organizations deploying now aren't just gaining better tools; they're accumulating institutional knowledge around governance, extension, and responsible use that later movers will have to rebuild from scratch.</li></ul><p>The episode makes a clear-eyed case that multimodal private LLMs are already in production across regulated industries — this isn't a horizon story. If you're earlier in that journey, you might also want to revisit <a href="https://share.transistor.fm/s/e740135c">Token Rotation Nightmares: Reset All the Things</a>, which tackles the credential management challenges that come with deploying AI infrastructure at scale.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>The enterprise AI conversation has moved past curiosity and into capital allocation — and the technology at the center of it isn't a single-purpose chatbot. This episode of Automatic explores <a href="https://llm.co/blog/multimodal-private-llms-enterprise-standard">why multimodal private LLMs are emerging as the enterprise standard</a>, examining the technical, operational, and regulatory forces converging to make these systems not just attractive but strategically necessary for serious organizations.</p><p>Here's what the episode covers:</p><ul><li><strong>What "multimodal" actually means in practice</strong> — and why a model that learns the relationships <em>between</em> text, images, audio, and sensor data is a qualitative leap beyond tools that handle those formats in isolation.</li><li><strong>The privacy imperative</strong> — how keeping model weights, encryption keys, and sensitive data entirely behind your own firewall transforms compliance from a liability into a genuine competitive advantage.</li><li><strong>Governance that's built in, not bolted on</strong> — why policy engines, role-based access controls, audit logging, and output watermarking need to be embedded in the model pipeline from the start rather than patched in afterward.</li><li><strong>Real-world workflow applications</strong> — from meeting intelligence that pairs voice tone with slide content, to product development platforms that catch design-to-implementation mismatches before they become expensive rework, to corporate training modules built from a company's own operational history.</li><li><strong>Architecture decisions that age well</strong> — why modular, decoupled embedding layers protect organizations from vendor lock-in and allow new sensory capabilities to be added without rebuilding the entire system.</li><li><strong>The compounding cost of waiting</strong> — the organizations deploying now aren't just gaining better tools; they're accumulating institutional knowledge around governance, extension, and responsible use that later movers will have to rebuild from scratch.</li></ul><p>The episode makes a clear-eyed case that multimodal private LLMs are already in production across regulated industries — this isn't a horizon story. If you're earlier in that journey, you might also want to revisit <a href="https://share.transistor.fm/s/e740135c">Token Rotation Nightmares: Reset All the Things</a>, which tackles the credential management challenges that come with deploying AI infrastructure at scale.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 01 Jul 2026 19:31:31 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/1954498a/15f41893.mp3" length="8200404" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>513</itunes:duration>
      <itunes:summary>Enterprises are ditching public AI APIs for private, multimodal LLMs that handle text, images, audio, and data together — without surrendering sensitive information to third parties. This episode breaks down why the shift is happening now and what it means for real workflows.</itunes:summary>
      <itunes:subtitle>Enterprises are ditching public AI APIs for private, multimodal LLMs that handle text, images, audio, and data together — without surrendering sensitive information to third parties. This episode breaks down why the shift is happening now and what it mean</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Token Rotation Nightmares: Reset All the Things</title>
      <itunes:title>Token Rotation Nightmares: Reset All the Things</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">3eb2fb5f-7891-48dc-9fe3-df529f0ecfa0</guid>
      <link>https://share.transistor.fm/s/e740135c</link>
      <description>
        <![CDATA[<p>Token rotation sits on every security checklist, yet it has a remarkable talent for turning into an unplanned outage the moment anyone actually attempts it. This episode of <em>Automatic</em> digs into the real reasons credential rotation feels so chaotic — and lays out a practical approach to making it routine, repeatable, and refreshingly dull. The conversation draws directly from <a href="https://automatic.co/blog/token-rotation-nightmares-reset-all-the-things">this deep-dive on token rotation nightmares and how to tame them</a>.</p><p>Here's what the episode covers:</p><ul><li><strong>The silent failure problem</strong> — why expired tokens don't announce themselves with fireworks but instead quietly kill syncs, alerts, and integrations while everyone assumes things are fine.</li><li><strong>Hidden dependencies</strong> — how a single credential can silently power a chatbot, a CRM integration, a reporting script, and a dashboard written by someone who hasn't worked there in years, so rotation wakes up every angry dependency at once.</li><li><strong>Documentation that lies</strong> — the gap between what teams think their docs cover and what they actually reveal when a rotation demands specifics about ownership, secret locations, and naming conventions.</li><li><strong>Timing as a risk factor</strong> — why rotating at the wrong moment turns a straightforward credential swap into a cascade of failed API calls, retry storms, and late-night log archaeology.</li><li><strong>Building an honest asset map</strong> — the case for documenting every credential, owner, environment, and dependent workflow <em>before</em> touching anything, so rotation becomes a sequence rather than a scramble.</li><li><strong>Smarter system design and monitoring</strong> — using centralized secret management, separating credentials from application logic, testing in lower environments first, and setting up alerts that point to a specific failure rather than just announcing that something, somewhere, is wrong.</li></ul><p>The episode closes with a mindset reframe: token rotation stops being a fire drill the moment teams treat it as ordinary operational maintenance — scheduled, owned, and governed by clear standards rather than institutional memory and improvised heroics. For more on keeping automation infrastructure secure and stable, explore the source article linked above. And if AI-powered document handling is on your radar, check out the episode <a href="https://share.transistor.fm/s/8713f81c">Real-Time Document Verification: How Internal AI Ends the Paper Bottleneck</a> for a look at how intelligent automation is changing another high-stakes workflow.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Token rotation sits on every security checklist, yet it has a remarkable talent for turning into an unplanned outage the moment anyone actually attempts it. This episode of <em>Automatic</em> digs into the real reasons credential rotation feels so chaotic — and lays out a practical approach to making it routine, repeatable, and refreshingly dull. The conversation draws directly from <a href="https://automatic.co/blog/token-rotation-nightmares-reset-all-the-things">this deep-dive on token rotation nightmares and how to tame them</a>.</p><p>Here's what the episode covers:</p><ul><li><strong>The silent failure problem</strong> — why expired tokens don't announce themselves with fireworks but instead quietly kill syncs, alerts, and integrations while everyone assumes things are fine.</li><li><strong>Hidden dependencies</strong> — how a single credential can silently power a chatbot, a CRM integration, a reporting script, and a dashboard written by someone who hasn't worked there in years, so rotation wakes up every angry dependency at once.</li><li><strong>Documentation that lies</strong> — the gap between what teams think their docs cover and what they actually reveal when a rotation demands specifics about ownership, secret locations, and naming conventions.</li><li><strong>Timing as a risk factor</strong> — why rotating at the wrong moment turns a straightforward credential swap into a cascade of failed API calls, retry storms, and late-night log archaeology.</li><li><strong>Building an honest asset map</strong> — the case for documenting every credential, owner, environment, and dependent workflow <em>before</em> touching anything, so rotation becomes a sequence rather than a scramble.</li><li><strong>Smarter system design and monitoring</strong> — using centralized secret management, separating credentials from application logic, testing in lower environments first, and setting up alerts that point to a specific failure rather than just announcing that something, somewhere, is wrong.</li></ul><p>The episode closes with a mindset reframe: token rotation stops being a fire drill the moment teams treat it as ordinary operational maintenance — scheduled, owned, and governed by clear standards rather than institutional memory and improvised heroics. For more on keeping automation infrastructure secure and stable, explore the source article linked above. And if AI-powered document handling is on your radar, check out the episode <a href="https://share.transistor.fm/s/8713f81c">Real-Time Document Verification: How Internal AI Ends the Paper Bottleneck</a> for a look at how intelligent automation is changing another high-stakes workflow.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Tue, 30 Jun 2026 19:37:07 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/e740135c/6cf6fb2c.mp3" length="8067075" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>505</itunes:duration>
      <itunes:summary>Token rotation is supposed to be routine maintenance — so why does it keep turning into a midnight crisis? This episode breaks down why credential updates go wrong and how to make them boringly predictable.</itunes:summary>
      <itunes:subtitle>Token rotation is supposed to be routine maintenance — so why does it keep turning into a midnight crisis? This episode breaks down why credential updates go wrong and how to make them boringly predictable.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Real-Time Document Verification: How Internal AI Ends the Paper Bottleneck</title>
      <itunes:title>Real-Time Document Verification: How Internal AI Ends the Paper Bottleneck</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">12a514d9-4256-4bb3-98ce-e5b92bf40b3e</guid>
      <link>https://share.transistor.fm/s/8713f81c</link>
      <description>
        <![CDATA[<p>Enterprise document pipelines are drowning in volume — contracts, compliance forms, onboarding packets, procurement bids — and manual review simply can't keep up. This episode of <em>Automatic</em> examines how organizations are deploying internal AI verification systems to authenticate documents the moment they arrive, drawing on the insights laid out in <a href="https://llm.co/blog/real-time-document-verification-internal-ai">this deep-dive on real-time document verification and internal AI</a>. The focus is on architectures that stay entirely behind the firewall, so sensitive data never has to leave your environment to be validated.</p><p>The episode covers the full picture — from why the bottleneck exists to how modern systems are built to eliminate it:</p><ul><li><strong>The scale problem:</strong> Why rising document volume makes manual spot-checks statistically unreliable, and what the downstream cost of delayed approvals really looks like in dollars and project timelines.</li><li><strong>Regulatory pressure:</strong> How time-windowed authentication requirements in regulated industries make a timestamped, automated verification record a compliance asset, not just an operational convenience.</li><li><strong>Differentiable parsing:</strong> How documents are decomposed into text, image, and metadata layers — each converted to structured tensors — so the model can learn from new fraud patterns after only a handful of annotated examples.</li><li><strong>Multimodal fusion:</strong> Why combining computer vision embeddings, NLP tokens, and EXIF metadata catches forgeries that any single signal would miss — and why streaming inference means the verdict often arrives before the upload bar finishes.</li><li><strong>Governance and synthetic training data:</strong> How permission layers, role-based decryption, and procedurally generated look-alike documents keep real sensitive records out of training pipelines while still exposing the model to rich edge cases.</li><li><strong>Continuous learning and scalability:</strong> The feedback loop that routes uncertain predictions to human reviewers, feeds annotations into nightly fine-tuning, and runs on autoscaling infrastructure that handles Monday-morning traffic spikes without degrading performance.</li></ul><p>The episode also looks ahead at emerging verification signals — NFC chips, cryptographic QR codes, sensor fusion — and the case for edge deployment in low-connectivity environments like warehouses and remote clinics. If you're thinking about identity management infrastructure more broadly, it pairs well with <a href="https://share.transistor.fm/s/0577b12c">SSO Gone Wrong: When One Login Becomes One Point of Failure</a>, which explores what happens when centralized authentication becomes a single point of catastrophic risk.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Enterprise document pipelines are drowning in volume — contracts, compliance forms, onboarding packets, procurement bids — and manual review simply can't keep up. This episode of <em>Automatic</em> examines how organizations are deploying internal AI verification systems to authenticate documents the moment they arrive, drawing on the insights laid out in <a href="https://llm.co/blog/real-time-document-verification-internal-ai">this deep-dive on real-time document verification and internal AI</a>. The focus is on architectures that stay entirely behind the firewall, so sensitive data never has to leave your environment to be validated.</p><p>The episode covers the full picture — from why the bottleneck exists to how modern systems are built to eliminate it:</p><ul><li><strong>The scale problem:</strong> Why rising document volume makes manual spot-checks statistically unreliable, and what the downstream cost of delayed approvals really looks like in dollars and project timelines.</li><li><strong>Regulatory pressure:</strong> How time-windowed authentication requirements in regulated industries make a timestamped, automated verification record a compliance asset, not just an operational convenience.</li><li><strong>Differentiable parsing:</strong> How documents are decomposed into text, image, and metadata layers — each converted to structured tensors — so the model can learn from new fraud patterns after only a handful of annotated examples.</li><li><strong>Multimodal fusion:</strong> Why combining computer vision embeddings, NLP tokens, and EXIF metadata catches forgeries that any single signal would miss — and why streaming inference means the verdict often arrives before the upload bar finishes.</li><li><strong>Governance and synthetic training data:</strong> How permission layers, role-based decryption, and procedurally generated look-alike documents keep real sensitive records out of training pipelines while still exposing the model to rich edge cases.</li><li><strong>Continuous learning and scalability:</strong> The feedback loop that routes uncertain predictions to human reviewers, feeds annotations into nightly fine-tuning, and runs on autoscaling infrastructure that handles Monday-morning traffic spikes without degrading performance.</li></ul><p>The episode also looks ahead at emerging verification signals — NFC chips, cryptographic QR codes, sensor fusion — and the case for edge deployment in low-connectivity environments like warehouses and remote clinics. If you're thinking about identity management infrastructure more broadly, it pairs well with <a href="https://share.transistor.fm/s/0577b12c">SSO Gone Wrong: When One Login Becomes One Point of Failure</a>, which explores what happens when centralized authentication becomes a single point of catastrophic risk.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Mon, 29 Jun 2026 18:34:28 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/8713f81c/ed85b660.mp3" length="7913684" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>495</itunes:duration>
      <itunes:summary>Manual document review can't keep pace with enterprise-scale paperwork—but internal AI can. This episode unpacks how real-time, behind-the-firewall verification systems kill the paper bottleneck without sacrificing security or compliance.</itunes:summary>
      <itunes:subtitle>Manual document review can't keep pace with enterprise-scale paperwork—but internal AI can. This episode unpacks how real-time, behind-the-firewall verification systems kill the paper bottleneck without sacrificing security or compliance.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>SSO Gone Wrong: When One Login Becomes One Point of Failure</title>
      <itunes:title>SSO Gone Wrong: When One Login Becomes One Point of Failure</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">de999d39-591d-49c0-9cf2-2f4e7a2c51cd</guid>
      <link>https://share.transistor.fm/s/0577b12c</link>
      <description>
        <![CDATA[<p>Single sign-on is one of the most appealing fixes in modern IT: collapse a dozen login screens into one seamless experience and move on. But the very design that makes SSO so attractive — centralizing trust in a single identity layer — is also what makes it so consequential when things go sideways. This episode of <em>Automatic</em> digs into the hidden risks behind SSO adoption, drawing on <a href="https://automatic.co/blog/sso-gone-wrong-a-single-point-of-failure">this in-depth look at where SSO implementations break down</a> to surface the patterns teams consistently miss before something breaks badly.</p><p>The episode walks through the full landscape of SSO risk — from everyday configuration mistakes to cascading outages — covering:</p><ul><li><strong>The centralization trap:</strong> How SSO quietly rewires a team's mental model of risk, turning a convenience win into a concentrated, high-value target.</li><li><strong>Weak front-door authentication:</strong> Why SSO security is only as strong as the credentials and MFA policies protecting that first login — and why everything downstream inherits whatever weakness lives there.</li><li><strong>Privilege creep at scale:</strong> How stale permissions, inherited group memberships, and forgotten access rights pile up silently inside identity providers — and why a single successful login can unlock far more than it should.</li><li><strong>The forgotten side doors:</strong> Legacy login pages, local admin accounts, and emergency access paths that survive long after the polished SSO rollout — and quietly undermine everything built on top of it.</li><li><strong>Token and session risk:</strong> How long-lived tokens, loose federation trust, and weak reauthentication policies let a brief moment of compromise stretch into prolonged exposure.</li><li><strong>Availability as a security problem:</strong> Why a single expired certificate or misconfigured redirect can lock an entire organization out of email, dashboards, and workflows simultaneously — and what resilience planning actually looks like before that happens.</li></ul><p>The episode closes with a practical framing for teams who want SSO to deliver on its promise: treat identity infrastructure with the same rigor as any other system that can stop the business cold. That means phishing-resistant MFA, least-privilege access design, regular role reviews, tested backup paths, and clear incident response plans — not as afterthoughts, but as the foundation SSO sits on. For more on the risks hiding inside AI-powered infrastructure decisions, check out the episode <a href="https://share.transistor.fm/s/573acabb">What CTOs Keep Forgetting When Building a Private LLM Stack</a>.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Single sign-on is one of the most appealing fixes in modern IT: collapse a dozen login screens into one seamless experience and move on. But the very design that makes SSO so attractive — centralizing trust in a single identity layer — is also what makes it so consequential when things go sideways. This episode of <em>Automatic</em> digs into the hidden risks behind SSO adoption, drawing on <a href="https://automatic.co/blog/sso-gone-wrong-a-single-point-of-failure">this in-depth look at where SSO implementations break down</a> to surface the patterns teams consistently miss before something breaks badly.</p><p>The episode walks through the full landscape of SSO risk — from everyday configuration mistakes to cascading outages — covering:</p><ul><li><strong>The centralization trap:</strong> How SSO quietly rewires a team's mental model of risk, turning a convenience win into a concentrated, high-value target.</li><li><strong>Weak front-door authentication:</strong> Why SSO security is only as strong as the credentials and MFA policies protecting that first login — and why everything downstream inherits whatever weakness lives there.</li><li><strong>Privilege creep at scale:</strong> How stale permissions, inherited group memberships, and forgotten access rights pile up silently inside identity providers — and why a single successful login can unlock far more than it should.</li><li><strong>The forgotten side doors:</strong> Legacy login pages, local admin accounts, and emergency access paths that survive long after the polished SSO rollout — and quietly undermine everything built on top of it.</li><li><strong>Token and session risk:</strong> How long-lived tokens, loose federation trust, and weak reauthentication policies let a brief moment of compromise stretch into prolonged exposure.</li><li><strong>Availability as a security problem:</strong> Why a single expired certificate or misconfigured redirect can lock an entire organization out of email, dashboards, and workflows simultaneously — and what resilience planning actually looks like before that happens.</li></ul><p>The episode closes with a practical framing for teams who want SSO to deliver on its promise: treat identity infrastructure with the same rigor as any other system that can stop the business cold. That means phishing-resistant MFA, least-privilege access design, regular role reviews, tested backup paths, and clear incident response plans — not as afterthoughts, but as the foundation SSO sits on. For more on the risks hiding inside AI-powered infrastructure decisions, check out the episode <a href="https://share.transistor.fm/s/573acabb">What CTOs Keep Forgetting When Building a Private LLM Stack</a>.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Sun, 28 Jun 2026 19:23:17 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/0577b12c/9b65a461.mp3" length="8466644" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>530</itunes:duration>
      <itunes:summary>SSO promises one login to rule them all — but when it's misconfigured or blindly trusted, that convenience becomes a single point of catastrophic failure. This episode breaks down exactly where SSO goes wrong and how to build it right.</itunes:summary>
      <itunes:subtitle>SSO promises one login to rule them all — but when it's misconfigured or blindly trusted, that convenience becomes a single point of catastrophic failure. This episode breaks down exactly where SSO goes wrong and how to build it right.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>What CTOs Keep Forgetting When Building a Private LLM Stack</title>
      <itunes:title>What CTOs Keep Forgetting When Building a Private LLM Stack</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">d6bc15b9-54bc-4214-9dce-8fa00451fc8a</guid>
      <link>https://share.transistor.fm/s/573acabb</link>
      <description>
        <![CDATA[<p>A polished architecture diagram and board approval don't guarantee a smooth private LLM deployment — in fact, some of the costliest mistakes happen long after the slide deck gets a standing ovation. This episode of Automatic walks through the recurring, predictable blind spots that catch experienced engineering teams off guard, drawing on <a href="https://llm.co/blog/what-ctos-forget-when-building-a-private-llm-stack">this in-depth breakdown of what CTOs overlook when building a private LLM stack</a>. The goal: find the gremlins before launch, not after.</p><p>The episode organizes the problem space into four categories — infrastructure, security, governance, and people — and examines the specific failure modes within each:</p><ul><li><strong>GPU procurement myths:</strong> Assuming elastic, always-available compute is a planning trap; supply chain realities demand graceful degradation strategies and burst-cloud contingencies built in from day one.</li><li><strong>Data gravity:</strong> Training data doesn't travel cheaply or legally without friction — teams that ignore storage locality early end up with stalled pipelines, surprise bandwidth bills, and legal bottlenecks.</li><li><strong>Network latency in production:</strong> Internal networks that look fast in benchmarks expose hidden jitter through legacy firewalls and undocumented VPN tunnels — end-to-end tracing and inference-adjacent caching are non-negotiable.</li><li><strong>Secret sprawl and log leakage:</strong> API keys drifting into version history and verbose debug logs exposing model weights or user prompts are two of the most underestimated security risks in a private stack — both require automated, continuous defenses, not post-launch audits.</li><li><strong>Governance gaps:</strong> Unversioned prompt templates, untagged model fine-tunes, and missing audit trails are easy to ignore during the build phase and extremely expensive to reconstruct when a regulator or an incident demands answers.</li><li><strong>People resilience:</strong> High bus factors, documentation that lives only in someone's memory, and stagnant skill development are structural risks — cross-training, doc-as-deliverable norms, and learning budgets are the fixes.</li></ul><p>The throughline across every category is the same: the hardest parts of shipping production-grade private AI aren't in the code — they're in the unexamined assumptions about compute, data, security, process, and team sustainability. If topics like protecting sensitive data at the infrastructure level interest you, the episode on <a href="https://share.transistor.fm/s/81a08568">Homomorphic Encryption: Computing on Data Without Ever Seeing It</a> pairs well with this one.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>A polished architecture diagram and board approval don't guarantee a smooth private LLM deployment — in fact, some of the costliest mistakes happen long after the slide deck gets a standing ovation. This episode of Automatic walks through the recurring, predictable blind spots that catch experienced engineering teams off guard, drawing on <a href="https://llm.co/blog/what-ctos-forget-when-building-a-private-llm-stack">this in-depth breakdown of what CTOs overlook when building a private LLM stack</a>. The goal: find the gremlins before launch, not after.</p><p>The episode organizes the problem space into four categories — infrastructure, security, governance, and people — and examines the specific failure modes within each:</p><ul><li><strong>GPU procurement myths:</strong> Assuming elastic, always-available compute is a planning trap; supply chain realities demand graceful degradation strategies and burst-cloud contingencies built in from day one.</li><li><strong>Data gravity:</strong> Training data doesn't travel cheaply or legally without friction — teams that ignore storage locality early end up with stalled pipelines, surprise bandwidth bills, and legal bottlenecks.</li><li><strong>Network latency in production:</strong> Internal networks that look fast in benchmarks expose hidden jitter through legacy firewalls and undocumented VPN tunnels — end-to-end tracing and inference-adjacent caching are non-negotiable.</li><li><strong>Secret sprawl and log leakage:</strong> API keys drifting into version history and verbose debug logs exposing model weights or user prompts are two of the most underestimated security risks in a private stack — both require automated, continuous defenses, not post-launch audits.</li><li><strong>Governance gaps:</strong> Unversioned prompt templates, untagged model fine-tunes, and missing audit trails are easy to ignore during the build phase and extremely expensive to reconstruct when a regulator or an incident demands answers.</li><li><strong>People resilience:</strong> High bus factors, documentation that lives only in someone's memory, and stagnant skill development are structural risks — cross-training, doc-as-deliverable norms, and learning budgets are the fixes.</li></ul><p>The throughline across every category is the same: the hardest parts of shipping production-grade private AI aren't in the code — they're in the unexamined assumptions about compute, data, security, process, and team sustainability. If topics like protecting sensitive data at the infrastructure level interest you, the episode on <a href="https://share.transistor.fm/s/81a08568">Homomorphic Encryption: Computing on Data Without Ever Seeing It</a> pairs well with this one.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Sat, 27 Jun 2026 19:35:50 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/573acabb/a8891893.mp3" length="7886934" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>493</itunes:duration>
      <itunes:summary>Even seasoned CTOs miss critical blind spots when deploying a private LLM stack — from GPU procurement myths to audit trail gaps. This episode breaks down the unglamorous infrastructure, security, governance, and people problems that derail production-grade AI before it ever ships.</itunes:summary>
      <itunes:subtitle>Even seasoned CTOs miss critical blind spots when deploying a private LLM stack — from GPU procurement myths to audit trail gaps. This episode breaks down the unglamorous infrastructure, security, governance, and people problems that derail production-gra</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Homomorphic Encryption: Computing on Data Without Ever Seeing It</title>
      <itunes:title>Homomorphic Encryption: Computing on Data Without Ever Seeing It</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">57993741-f5ce-4d37-a234-43da233e67c1</guid>
      <link>https://share.transistor.fm/s/81a08568</link>
      <description>
        <![CDATA[<p>Privacy and computation have always had an uneasy relationship: traditional encryption locks data away safely, but the moment a system needs to actually <em>use</em> that data, the lock has to come off. Homomorphic encryption upends that assumption entirely. This episode of Automatic explores <a href="https://automatic.co/blog/homomorphic-encryption-computing-without-peeking">the technology that makes encrypted computation possible</a> — and what it means for any organization that processes sensitive information across systems it doesn't fully control.</p><p>The episode covers the core mechanics of homomorphic encryption, how it differs from conventional approaches, and what's holding back broader deployment. Key points include:</p><ul><li><strong>Where traditional encryption falls short:</strong> Standard encryption protects data at rest and in transit, but requires data to be decrypted before any computation can run — and that brief window of exposure is where many security failures originate.</li><li><strong>How homomorphic encryption works:</strong> Encrypted data retains enough mathematical structure for approved operations to be performed on it directly, so an external processor can return a correct, meaningful result without ever accessing the underlying plaintext.</li><li><strong>Three tiers of the technology:</strong> Partially homomorphic schemes support a single operation type; somewhat or leveled homomorphic schemes handle both addition and multiplication up to a defined complexity ceiling; fully homomorphic encryption (FHE) supports arbitrary computation with no ceiling — at a steep performance cost.</li><li><strong>The noise problem:</strong> Each encrypted operation accumulates internal mathematical distortion. Left unmanaged, this "noise" can make a ciphertext impossible to decrypt correctly, and handling it carefully is a core engineering challenge in the field.</li><li><strong>The case for outsourced computation:</strong> Homomorphic encryption allows one party to delegate processing to a third party without revealing readable data — a meaningful shift for organizations that rely on distributed infrastructure or cross-boundary data collaboration.</li><li><strong>Performance as the honest obstacle:</strong> Encrypted operations can be dramatically slower and more memory-intensive than their plaintext equivalents. The technology isn't suitable for every workload, but hardware acceleration and more efficient schemes have been steadily narrowing the gap.</li></ul><p>The broader argument the episode makes is philosophical as much as technical: privacy shouldn't have to step aside the moment useful work begins. As the engineering matures, the range of workloads where homomorphic encryption makes practical sense will continue to expand. For more on this topic, explore <a href="https://automatic.co/blog/homomorphic-encryption-computing-without-peeking">the source article this episode is based on</a>. If the intersection of privacy and AI is on your radar, the episode <a href="https://share.transistor.fm/s/9a7c487f">Private LLMs and the End of Audit Season Dread</a> is a natural companion listen.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Privacy and computation have always had an uneasy relationship: traditional encryption locks data away safely, but the moment a system needs to actually <em>use</em> that data, the lock has to come off. Homomorphic encryption upends that assumption entirely. This episode of Automatic explores <a href="https://automatic.co/blog/homomorphic-encryption-computing-without-peeking">the technology that makes encrypted computation possible</a> — and what it means for any organization that processes sensitive information across systems it doesn't fully control.</p><p>The episode covers the core mechanics of homomorphic encryption, how it differs from conventional approaches, and what's holding back broader deployment. Key points include:</p><ul><li><strong>Where traditional encryption falls short:</strong> Standard encryption protects data at rest and in transit, but requires data to be decrypted before any computation can run — and that brief window of exposure is where many security failures originate.</li><li><strong>How homomorphic encryption works:</strong> Encrypted data retains enough mathematical structure for approved operations to be performed on it directly, so an external processor can return a correct, meaningful result without ever accessing the underlying plaintext.</li><li><strong>Three tiers of the technology:</strong> Partially homomorphic schemes support a single operation type; somewhat or leveled homomorphic schemes handle both addition and multiplication up to a defined complexity ceiling; fully homomorphic encryption (FHE) supports arbitrary computation with no ceiling — at a steep performance cost.</li><li><strong>The noise problem:</strong> Each encrypted operation accumulates internal mathematical distortion. Left unmanaged, this "noise" can make a ciphertext impossible to decrypt correctly, and handling it carefully is a core engineering challenge in the field.</li><li><strong>The case for outsourced computation:</strong> Homomorphic encryption allows one party to delegate processing to a third party without revealing readable data — a meaningful shift for organizations that rely on distributed infrastructure or cross-boundary data collaboration.</li><li><strong>Performance as the honest obstacle:</strong> Encrypted operations can be dramatically slower and more memory-intensive than their plaintext equivalents. The technology isn't suitable for every workload, but hardware acceleration and more efficient schemes have been steadily narrowing the gap.</li></ul><p>The broader argument the episode makes is philosophical as much as technical: privacy shouldn't have to step aside the moment useful work begins. As the engineering matures, the range of workloads where homomorphic encryption makes practical sense will continue to expand. For more on this topic, explore <a href="https://automatic.co/blog/homomorphic-encryption-computing-without-peeking">the source article this episode is based on</a>. If the intersection of privacy and AI is on your radar, the episode <a href="https://share.transistor.fm/s/9a7c487f">Private LLMs and the End of Audit Season Dread</a> is a natural companion listen.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Sat, 27 Jun 2026 05:07:48 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/81a08568/3119f28d.mp3" length="8542294" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>534</itunes:duration>
      <itunes:summary>Homomorphic encryption lets organizations compute on sensitive data while it stays fully encrypted — no exposure, no trade-off. This episode breaks down how it works, the three tiers of the technology, and why performance costs are the main thing standing between theory and widespread adoption.</itunes:summary>
      <itunes:subtitle>Homomorphic encryption lets organizations compute on sensitive data while it stays fully encrypted — no exposure, no trade-off. This episode breaks down how it works, the three tiers of the technology, and why performance costs are the main thing standing</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Private LLMs and the End of Audit Season Dread</title>
      <itunes:title>Private LLMs and the End of Audit Season Dread</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">04c027d5-c199-4510-aee4-7d0feec4e942</guid>
      <link>https://share.transistor.fm/s/9a7c487f</link>
      <description>
        <![CDATA[<p>Compliance reviews have long been defined by last-minute data hunts, fragmented systems, and the kind of late nights that no amount of emergency snacks can fix. This episode of <em>Automatic</em> examines why that pain is largely a structural problem — and how private large language models are offering a credible alternative. Drawing on <a href="https://llm.co/blog/how-private-llms-improve-audit-readiness-and-traceability">this in-depth look at private LLMs and audit readiness</a>, the episode unpacks the architecture, the practical workflow changes, and the strategic shift from reactive firefighting to proactive governance.</p><p>Here's what the episode covers:</p><ul><li><strong>The root causes of audit chaos</strong> — fragmented data silos, statistical sampling blind spots, and the persistent loss of <em>why</em> decisions were made, not just who made them and when.</li><li><strong>How private LLMs work as compliance infrastructure</strong> — deployed entirely on company servers behind the firewall, these models stitch policies, approvals, tickets, and transactional records into a single, queryable semantic layer.</li><li><strong>Immutable interaction ledgers</strong> — every query and system response is hashed and time-stamped to an append-only log, making gaps as visible and auditable as the records themselves.</li><li><strong>Role-based access and auto-generated evidence packs</strong> — fine-grained permissions ensure each team sees only what they should, while the model automatically assembles the documents and cross-references needed to satisfy specific control objectives.</li><li><strong>Continuous control testing</strong> — rather than a once-a-year point-in-time review, the model compares daily activity against frameworks like SOC 2 or ISO 27001 in real time, flagging deviations the moment they appear and logging remediation steps with full context.</li><li><strong>Explainability as a compliance asset</strong> — outputs cite specific policy clauses and source data in plain language, giving auditors and legal teams the transparent reasoning chain that turns AI-assisted work into a governance strength rather than a liability.</li></ul><p>The episode also touches on the human dimension: teams freed from weeks of frantic documentation prep are less error-prone and easier to work with — a practical operational benefit that compounds over time. The broader argument is that the organisations investing now in private AI infrastructure aren't just smoothing out audit season; they're building durable operational trust that extends well beyond any single review cycle.</p><p>More from the show: if you enjoyed this episode, check out <a href="https://share.transistor.fm/s/a544fcb1">Agentic AI Is Reshaping the Energy Grid — Here's How</a> for another look at how AI is transforming high-stakes, regulated industries.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Compliance reviews have long been defined by last-minute data hunts, fragmented systems, and the kind of late nights that no amount of emergency snacks can fix. This episode of <em>Automatic</em> examines why that pain is largely a structural problem — and how private large language models are offering a credible alternative. Drawing on <a href="https://llm.co/blog/how-private-llms-improve-audit-readiness-and-traceability">this in-depth look at private LLMs and audit readiness</a>, the episode unpacks the architecture, the practical workflow changes, and the strategic shift from reactive firefighting to proactive governance.</p><p>Here's what the episode covers:</p><ul><li><strong>The root causes of audit chaos</strong> — fragmented data silos, statistical sampling blind spots, and the persistent loss of <em>why</em> decisions were made, not just who made them and when.</li><li><strong>How private LLMs work as compliance infrastructure</strong> — deployed entirely on company servers behind the firewall, these models stitch policies, approvals, tickets, and transactional records into a single, queryable semantic layer.</li><li><strong>Immutable interaction ledgers</strong> — every query and system response is hashed and time-stamped to an append-only log, making gaps as visible and auditable as the records themselves.</li><li><strong>Role-based access and auto-generated evidence packs</strong> — fine-grained permissions ensure each team sees only what they should, while the model automatically assembles the documents and cross-references needed to satisfy specific control objectives.</li><li><strong>Continuous control testing</strong> — rather than a once-a-year point-in-time review, the model compares daily activity against frameworks like SOC 2 or ISO 27001 in real time, flagging deviations the moment they appear and logging remediation steps with full context.</li><li><strong>Explainability as a compliance asset</strong> — outputs cite specific policy clauses and source data in plain language, giving auditors and legal teams the transparent reasoning chain that turns AI-assisted work into a governance strength rather than a liability.</li></ul><p>The episode also touches on the human dimension: teams freed from weeks of frantic documentation prep are less error-prone and easier to work with — a practical operational benefit that compounds over time. The broader argument is that the organisations investing now in private AI infrastructure aren't just smoothing out audit season; they're building durable operational trust that extends well beyond any single review cycle.</p><p>More from the show: if you enjoyed this episode, check out <a href="https://share.transistor.fm/s/a544fcb1">Agentic AI Is Reshaping the Energy Grid — Here's How</a> for another look at how AI is transforming high-stakes, regulated industries.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 26 Jun 2026 03:36:41 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/9a7c487f/6b1c1ab3.mp3" length="8018591" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>502</itunes:duration>
      <itunes:summary>Audit season doesn't have to mean chaos. This episode explores how private large language models — deployed on your own infrastructure — are turning reactive compliance scrambles into continuous, evidence-ready operations.</itunes:summary>
      <itunes:subtitle>Audit season doesn't have to mean chaos. This episode explores how private large language models — deployed on your own infrastructure — are turning reactive compliance scrambles into continuous, evidence-ready operations.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Agentic AI Is Reshaping the Energy Grid — Here's How</title>
      <itunes:title>Agentic AI Is Reshaping the Energy Grid — Here's How</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">42272af3-571c-44ea-8b6a-ae4d29677ab8</guid>
      <link>https://share.transistor.fm/s/a544fcb1</link>
      <description>
        <![CDATA[<p>The energy and utilities industry runs on relentless, high-stakes decision-making — and most of it happens across systems that were never built to work together. This episode of Automatic examines why agentic AI is gaining traction in this sector faster than almost any other, drawing on <a href="https://automatic.co/blog/agentic-ai-for-energy-and-utilities">the full research report on agentic AI for energy and utilities</a> to map the market, the operational pressures, and the real-world use cases driving adoption.</p><p>The episode covers the full arc — from the market numbers to the on-the-ground reality of where agents are already showing up in utility operations:</p><ul><li><strong>A market being built in real time:</strong> Global AI spend in energy and utilities is projected to grow from roughly $13–15 billion in 2023 to $80–100 billion by 2030, with agentic AI specifically growing at 35–45% annually.</li><li><strong>Three converging pressures:</strong> A quarter of the U.S. utility workforce is approaching retirement, renewable energy is increasing grid volatility, and aging infrastructure is being replaced too slowly — creating an industry that doesn't just want automation, it needs it.</li><li><strong>The three-stage shift:</strong> The industry is moving from SaaS systems of record, through AI-assisted workflows, and into the third stage — agentic systems that can plan, execute, and adapt across entire workflows with minimal hand-holding.</li><li><strong>Where agents land first:</strong> The practical first wave isn't "AI runs the grid" — it's agents handling outage triage, predictive maintenance workflows, regulatory filings, crew dispatch recommendations, and demand response coordination, with humans retaining accountability.</li><li><strong>Multi-agent systems as the real unlock:</strong> In complex environments like distributed energy and grid operations, layered agent architectures — where separate agents handle forecasting, monitoring, market participation, and compliance in parallel — consistently outperform single-model deployments.</li><li><strong>The actual bottleneck:</strong> Data integration, not model performance or compute, is what determines success or failure. Unifying SCADA, IoT, and enterprise data is the strategic foundation everything else depends on.</li></ul><p>The episode closes with a practical framework for organizations ready to move beyond pilots: start with high-frequency, repetitive decisions; invest in orchestration over models; build internal capability to supervise and refine agent behavior; and design for gradual autonomy rather than attempting full automation on day one. More from the show: listen to <a href="https://share.transistor.fm/s/aac79f74">The Enterprise Knowledge Loop: Capture, Train, Automate</a> for a deeper look at how organizations build the internal knowledge infrastructure that makes agentic systems work.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>The energy and utilities industry runs on relentless, high-stakes decision-making — and most of it happens across systems that were never built to work together. This episode of Automatic examines why agentic AI is gaining traction in this sector faster than almost any other, drawing on <a href="https://automatic.co/blog/agentic-ai-for-energy-and-utilities">the full research report on agentic AI for energy and utilities</a> to map the market, the operational pressures, and the real-world use cases driving adoption.</p><p>The episode covers the full arc — from the market numbers to the on-the-ground reality of where agents are already showing up in utility operations:</p><ul><li><strong>A market being built in real time:</strong> Global AI spend in energy and utilities is projected to grow from roughly $13–15 billion in 2023 to $80–100 billion by 2030, with agentic AI specifically growing at 35–45% annually.</li><li><strong>Three converging pressures:</strong> A quarter of the U.S. utility workforce is approaching retirement, renewable energy is increasing grid volatility, and aging infrastructure is being replaced too slowly — creating an industry that doesn't just want automation, it needs it.</li><li><strong>The three-stage shift:</strong> The industry is moving from SaaS systems of record, through AI-assisted workflows, and into the third stage — agentic systems that can plan, execute, and adapt across entire workflows with minimal hand-holding.</li><li><strong>Where agents land first:</strong> The practical first wave isn't "AI runs the grid" — it's agents handling outage triage, predictive maintenance workflows, regulatory filings, crew dispatch recommendations, and demand response coordination, with humans retaining accountability.</li><li><strong>Multi-agent systems as the real unlock:</strong> In complex environments like distributed energy and grid operations, layered agent architectures — where separate agents handle forecasting, monitoring, market participation, and compliance in parallel — consistently outperform single-model deployments.</li><li><strong>The actual bottleneck:</strong> Data integration, not model performance or compute, is what determines success or failure. Unifying SCADA, IoT, and enterprise data is the strategic foundation everything else depends on.</li></ul><p>The episode closes with a practical framework for organizations ready to move beyond pilots: start with high-frequency, repetitive decisions; invest in orchestration over models; build internal capability to supervise and refine agent behavior; and design for gradual autonomy rather than attempting full automation on day one. More from the show: listen to <a href="https://share.transistor.fm/s/aac79f74">The Enterprise Knowledge Loop: Capture, Train, Automate</a> for a deeper look at how organizations build the internal knowledge infrastructure that makes agentic systems work.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Thu, 25 Jun 2026 11:00:00 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/a544fcb1/52604aa7.mp3" length="8645948" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>541</itunes:duration>
      <itunes:summary>Agentic AI is hitting the energy and utilities sector with unusual force — driven by an aging workforce, grid volatility, and decades of siloed infrastructure. This episode breaks down where the technology is landing first and what it takes to deploy it effectively.</itunes:summary>
      <itunes:subtitle>Agentic AI is hitting the energy and utilities sector with unusual force — driven by an aging workforce, grid volatility, and decades of siloed infrastructure. This episode breaks down where the technology is landing first and what it takes to deploy it e</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>From Copilots to Agents: How AI Is Rewriting the SaaS Bargain</title>
      <itunes:title>From Copilots to Agents: How AI Is Rewriting the SaaS Bargain</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">03369293-0c9c-43b8-8337-fa5da537e450</guid>
      <link>https://share.transistor.fm/s/0c3b8c50</link>
      <description>
        <![CDATA[<p>Agentic AI is moving from a buzzword on roadmaps to a structural force in enterprise software — and the numbers behind the shift are hard to ignore. This episode of <em>Automatic</em> digs into the research behind <a href="https://automatic.co/blog/technology-digital-market-research-report">the full AI and SaaS market analysis</a>, tracing what happens when software stops waiting for clicks and starts completing work on its own. The core argument: we are not watching a feature cycle. We are watching the fundamental bargain of SaaS get rewritten.</p><p>The episode covers the forces reshaping enterprise software and where the real opportunity — and real risk — sits right now:</p><ul><li><strong>The scale of the shift:</strong> Agentic AI appeared in less than 1% of enterprise apps in 2024; Gartner projects 33% by 2028, with the AI agents market forecast to grow from roughly $8 billion in 2025 to over $52 billion by 2030.</li><li><strong>The new SaaS bargain:</strong> Traditional software handed users a dashboard and waited for input. Agentic software understands a goal, breaks it into steps, calls the tools it needs, and either finishes the task or escalates when the stakes are high — shifting the interface from screens to outcomes.</li><li><strong>Where early traction is concentrating:</strong> Customer support, developer productivity, IT service management, and sales and marketing operations are the four segments with the clearest unit economics and the most structured tooling — making them better starting points than broad transformation plays.</li><li><strong>The specificity advantage:</strong> Across every vertical, narrow agents outperform generic ones. An invoice exception agent is more deployable and more trusted than an all-purpose AI finance assistant.</li><li><strong>Why more than 40% of projects may fail:</strong> Gartner's warning that a large share of agentic AI initiatives could be canceled by 2027 points to predictable failure modes — workflows that are too broad, underestimated inference costs, and autonomy treated as a goal rather than a calibrated dial.</li><li><strong>The incumbent SaaS dilemma:</strong> Established platforms face a genuine tension — agents could abstract away their interfaces, but they also own the workflow data, permissions, and customer relationships that agents depend on, giving them real leverage if they act early enough.</li></ul><p>The strategic takeaway the episode lands on: the companies that will matter when the 33% forecast arrives are the ones building specific, measurable, guardrail-first agents today — not the ones chasing the most ambitious autonomy story. For more on this theme, listen to <a href="https://share.transistor.fm/s/f4d045be">The Boring Middle: Agentic AI in Media, Education, and the Public Sector</a>, which explores how agentic AI is taking hold in sectors where the hype is quieter but the stakes are just as high.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Agentic AI is moving from a buzzword on roadmaps to a structural force in enterprise software — and the numbers behind the shift are hard to ignore. This episode of <em>Automatic</em> digs into the research behind <a href="https://automatic.co/blog/technology-digital-market-research-report">the full AI and SaaS market analysis</a>, tracing what happens when software stops waiting for clicks and starts completing work on its own. The core argument: we are not watching a feature cycle. We are watching the fundamental bargain of SaaS get rewritten.</p><p>The episode covers the forces reshaping enterprise software and where the real opportunity — and real risk — sits right now:</p><ul><li><strong>The scale of the shift:</strong> Agentic AI appeared in less than 1% of enterprise apps in 2024; Gartner projects 33% by 2028, with the AI agents market forecast to grow from roughly $8 billion in 2025 to over $52 billion by 2030.</li><li><strong>The new SaaS bargain:</strong> Traditional software handed users a dashboard and waited for input. Agentic software understands a goal, breaks it into steps, calls the tools it needs, and either finishes the task or escalates when the stakes are high — shifting the interface from screens to outcomes.</li><li><strong>Where early traction is concentrating:</strong> Customer support, developer productivity, IT service management, and sales and marketing operations are the four segments with the clearest unit economics and the most structured tooling — making them better starting points than broad transformation plays.</li><li><strong>The specificity advantage:</strong> Across every vertical, narrow agents outperform generic ones. An invoice exception agent is more deployable and more trusted than an all-purpose AI finance assistant.</li><li><strong>Why more than 40% of projects may fail:</strong> Gartner's warning that a large share of agentic AI initiatives could be canceled by 2027 points to predictable failure modes — workflows that are too broad, underestimated inference costs, and autonomy treated as a goal rather than a calibrated dial.</li><li><strong>The incumbent SaaS dilemma:</strong> Established platforms face a genuine tension — agents could abstract away their interfaces, but they also own the workflow data, permissions, and customer relationships that agents depend on, giving them real leverage if they act early enough.</li></ul><p>The strategic takeaway the episode lands on: the companies that will matter when the 33% forecast arrives are the ones building specific, measurable, guardrail-first agents today — not the ones chasing the most ambitious autonomy story. For more on this theme, listen to <a href="https://share.transistor.fm/s/f4d045be">The Boring Middle: Agentic AI in Media, Education, and the Public Sector</a>, which explores how agentic AI is taking hold in sectors where the hype is quieter but the stakes are just as high.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 24 Jun 2026 20:27:34 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/0c3b8c50/f1e37f39.mp3" length="8510111" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>532</itunes:duration>
      <itunes:summary>AI agents are on track to appear in a third of all enterprise software by 2028 — up from nearly zero today. This episode breaks down what that shift means for SaaS vendors, IT teams, and revenue orgs trying to figure out where to move first.</itunes:summary>
      <itunes:subtitle>AI agents are on track to appear in a third of all enterprise software by 2028 — up from nearly zero today. This episode breaks down what that shift means for SaaS vendors, IT teams, and revenue orgs trying to figure out where to move first.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>The Enterprise Knowledge Loop: Capture, Train, Automate</title>
      <itunes:title>The Enterprise Knowledge Loop: Capture, Train, Automate</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">bfc3376a-bc91-406d-9065-de29b9a71760</guid>
      <link>https://share.transistor.fm/s/aac79f74</link>
      <description>
        <![CDATA[<p>Workforce turnover quietly drains the reasoning, judgment, and hard-won instincts that make organizations effective — and most companies have no systematic way to stop it. This episode of <em>Automatic</em> explores <a href="https://llm.co/blog/the-new-enterprise-knowledge-loop-capture-train-automate">the Enterprise Knowledge Loop framework for capturing and operationalizing institutional knowledge</a>, a perpetual three-phase cycle designed to transform the expertise locked inside people's heads into durable, actionable intelligence before it walks out the door.</p><p>The episode walks through each phase of the loop in depth, examining what makes each one work — and what causes it to fail. Key topics covered include:</p><ul><li><strong>Why linear knowledge management fails:</strong> Static wikis and PDF handbooks become outdated the moment they're published; the loop model is self-refreshing by design.</li><li><strong>Frictionless capture at the source:</strong> Meeting transcribers, voice-note bots, and browser-based clipping tools harvest tacit knowledge passively, so even the busiest subject-matter experts contribute without breaking their flow.</li><li><strong>Governance baked in from day one:</strong> Cryptographic fingerprinting, sensitivity classifiers, and automated policy routing ensure contributors trust the system — because trust is what keeps the faucet open.</li><li><strong>Curated training over bulk ingestion:</strong> Relevance scoring, deduplication, and human microtask review keep the fine-tuning corpus lean and accurate, while tying performance gains to concrete business outcomes rather than abstract model metrics.</li><li><strong>Automation that integrates invisibly:</strong> Embedding AI outputs inside tools teams already use — Slack, pull-request workflows, ticketing systems — drives adoption without forcing behavioral change, while guardrails prevent runaway processes from eroding executive trust.</li><li><strong>Telemetry as the loop's fuel:</strong> Every accepted suggestion, edit, and dismissal feeds back into the training cycle, so the system compounds in value with each revolution rather than plateauing.</li></ul><p>The episode also addresses the cultural layer that determines whether the tooling actually takes hold: leadership recognition, performance incentives tied to knowledge contributions, and the small rituals that signal organizational commitment to the loop. The payoff is concrete — ticket resolution times, onboarding durations, and rework rates all shift measurably — but the deeper prize is an organization whose collective intelligence no longer depends on any single person staying.</p><p>For more on how AI strategy intersects with organizational infrastructure, listen to <a href="https://share.transistor.fm/s/572e5a20">Why Data Residency Laws Are Accelerating Private AI Adoption</a>. More from <a href="https://llm.co">LLM</a>.</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Workforce turnover quietly drains the reasoning, judgment, and hard-won instincts that make organizations effective — and most companies have no systematic way to stop it. This episode of <em>Automatic</em> explores <a href="https://llm.co/blog/the-new-enterprise-knowledge-loop-capture-train-automate">the Enterprise Knowledge Loop framework for capturing and operationalizing institutional knowledge</a>, a perpetual three-phase cycle designed to transform the expertise locked inside people's heads into durable, actionable intelligence before it walks out the door.</p><p>The episode walks through each phase of the loop in depth, examining what makes each one work — and what causes it to fail. Key topics covered include:</p><ul><li><strong>Why linear knowledge management fails:</strong> Static wikis and PDF handbooks become outdated the moment they're published; the loop model is self-refreshing by design.</li><li><strong>Frictionless capture at the source:</strong> Meeting transcribers, voice-note bots, and browser-based clipping tools harvest tacit knowledge passively, so even the busiest subject-matter experts contribute without breaking their flow.</li><li><strong>Governance baked in from day one:</strong> Cryptographic fingerprinting, sensitivity classifiers, and automated policy routing ensure contributors trust the system — because trust is what keeps the faucet open.</li><li><strong>Curated training over bulk ingestion:</strong> Relevance scoring, deduplication, and human microtask review keep the fine-tuning corpus lean and accurate, while tying performance gains to concrete business outcomes rather than abstract model metrics.</li><li><strong>Automation that integrates invisibly:</strong> Embedding AI outputs inside tools teams already use — Slack, pull-request workflows, ticketing systems — drives adoption without forcing behavioral change, while guardrails prevent runaway processes from eroding executive trust.</li><li><strong>Telemetry as the loop's fuel:</strong> Every accepted suggestion, edit, and dismissal feeds back into the training cycle, so the system compounds in value with each revolution rather than plateauing.</li></ul><p>The episode also addresses the cultural layer that determines whether the tooling actually takes hold: leadership recognition, performance incentives tied to knowledge contributions, and the small rituals that signal organizational commitment to the loop. The payoff is concrete — ticket resolution times, onboarding durations, and rework rates all shift measurably — but the deeper prize is an organization whose collective intelligence no longer depends on any single person staying.</p><p>For more on how AI strategy intersects with organizational infrastructure, listen to <a href="https://share.transistor.fm/s/572e5a20">Why Data Residency Laws Are Accelerating Private AI Adoption</a>. More from <a href="https://llm.co">LLM</a>.</p>]]>
      </content:encoded>
      <pubDate>Wed, 24 Jun 2026 04:05:38 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/aac79f74/1551c124.mp3" length="8863287" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>554</itunes:duration>
      <itunes:summary>Most companies bleed institutional knowledge every time someone quits — and never notice until it's too late. This episode breaks down the Enterprise Knowledge Loop: a three-phase cycle of Capture, Train, and Automate that turns organizational expertise into a compounding competitive asset.</itunes:summary>
      <itunes:subtitle>Most companies bleed institutional knowledge every time someone quits — and never notice until it's too late. This episode breaks down the Enterprise Knowledge Loop: a three-phase cycle of Capture, Train, and Automate that turns organizational expertise i</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Why Data Residency Laws Are Accelerating Private AI Adoption</title>
      <itunes:title>Why Data Residency Laws Are Accelerating Private AI Adoption</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">7437a8e9-e35e-405b-b3d4-84e6b379d3cb</guid>
      <link>https://share.transistor.fm/s/572e5a20</link>
      <description>
        <![CDATA[<p>Data sovereignty legislation is quietly becoming one of the most powerful forces in enterprise technology. This episode of <em>Automatic</em> draws on <a href="https://llm.co/blog/why-data-residency-laws-are-accelerating-private-ai-adoption">this deep-dive on data residency and private AI adoption</a> to unpack why a wave of cross-border data regulations is fundamentally changing where — and how — companies choose to run AI workloads. What began as a compliance concern for a handful of regulated industries has grown into a boardroom-level strategic priority with real financial teeth.</p><p>The episode walks through the full chain of cause and effect, from the legal landscape to the infrastructure renaissance to the talent market shifts it's all producing:</p><ul><li><strong>The legal acceleration:</strong> Data sovereignty statutes are proliferating on nearly every continent, with enforcement agencies moving faster and penalties scaling to company revenue — making regulatory exposure a first-order financial risk.</li><li><strong>The trust crisis in public cloud:</strong> Even regionally hosted cloud services often fail to satisfy data residency requirements, because the questions go beyond server location to ownership, foreign legal compulsion, and multi-tenant exposure.</li><li><strong>A hardware renaissance:</strong> On-premise infrastructure once written off as legacy is back in demand — liquid-cooled racks, sovereign-ready GPU clusters, and private facilities are seeing new investment as organizations localize AI workloads.</li><li><strong>Privacy as engineering discipline:</strong> Techniques like federated learning, differential privacy, synthetic data generation, and confidential computing have moved from research papers into production requirements.</li><li><strong>New hybrid roles and "Deplomacy":</strong> The talent market is rewarding professionals who can bridge legal compliance and technical deployment — a convergence of DevOps and data governance that the industry is only beginning to formalize.</li><li><strong>Users and open source as co-drivers:</strong> Consumer awareness of data residency is turning server location into a marketing differentiator, while open source communities are lowering the compliance cost curve for smaller organizations.</li></ul><p>The episode closes with a reframe that will resonate with engineers and executives alike: data residency regulations aren't obstacles to route around — they're design constraints, and the companies treating them that way are already building more resilient, trusted AI infrastructure than those still waiting for the rules to ease up. For more on how AI is playing out across different sectors, check out <a href="https://share.transistor.fm/s/f4d045be">The Boring Middle: Agentic AI in Media, Education, and the Public Sector</a>.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Data sovereignty legislation is quietly becoming one of the most powerful forces in enterprise technology. This episode of <em>Automatic</em> draws on <a href="https://llm.co/blog/why-data-residency-laws-are-accelerating-private-ai-adoption">this deep-dive on data residency and private AI adoption</a> to unpack why a wave of cross-border data regulations is fundamentally changing where — and how — companies choose to run AI workloads. What began as a compliance concern for a handful of regulated industries has grown into a boardroom-level strategic priority with real financial teeth.</p><p>The episode walks through the full chain of cause and effect, from the legal landscape to the infrastructure renaissance to the talent market shifts it's all producing:</p><ul><li><strong>The legal acceleration:</strong> Data sovereignty statutes are proliferating on nearly every continent, with enforcement agencies moving faster and penalties scaling to company revenue — making regulatory exposure a first-order financial risk.</li><li><strong>The trust crisis in public cloud:</strong> Even regionally hosted cloud services often fail to satisfy data residency requirements, because the questions go beyond server location to ownership, foreign legal compulsion, and multi-tenant exposure.</li><li><strong>A hardware renaissance:</strong> On-premise infrastructure once written off as legacy is back in demand — liquid-cooled racks, sovereign-ready GPU clusters, and private facilities are seeing new investment as organizations localize AI workloads.</li><li><strong>Privacy as engineering discipline:</strong> Techniques like federated learning, differential privacy, synthetic data generation, and confidential computing have moved from research papers into production requirements.</li><li><strong>New hybrid roles and "Deplomacy":</strong> The talent market is rewarding professionals who can bridge legal compliance and technical deployment — a convergence of DevOps and data governance that the industry is only beginning to formalize.</li><li><strong>Users and open source as co-drivers:</strong> Consumer awareness of data residency is turning server location into a marketing differentiator, while open source communities are lowering the compliance cost curve for smaller organizations.</li></ul><p>The episode closes with a reframe that will resonate with engineers and executives alike: data residency regulations aren't obstacles to route around — they're design constraints, and the companies treating them that way are already building more resilient, trusted AI infrastructure than those still waiting for the rules to ease up. For more on how AI is playing out across different sectors, check out <a href="https://share.transistor.fm/s/f4d045be">The Boring Middle: Agentic AI in Media, Education, and the Public Sector</a>.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Tue, 23 Jun 2026 04:06:46 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/572e5a20/40bd5e44.mp3" length="7667924" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>480</itunes:duration>
      <itunes:summary>Data residency laws are no longer a niche compliance headache — they're actively reshaping how enterprises build and deploy AI. This episode explores why the push for data sovereignty is making private, on-premise AI infrastructure the smart default for serious organizations.</itunes:summary>
      <itunes:subtitle>Data residency laws are no longer a niche compliance headache — they're actively reshaping how enterprises build and deploy AI. This episode explores why the push for data sovereignty is making private, on-premise AI infrastructure the smart default for s</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>The Boring Middle: Agentic AI in Media, Education, and the Public Sector</title>
      <itunes:title>The Boring Middle: Agentic AI in Media, Education, and the Public Sector</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">d2efcd10-4566-45cc-984d-1ef34ddb5acc</guid>
      <link>https://share.transistor.fm/s/f4d045be</link>
      <description>
        <![CDATA[<p>Fifty-four billion dollars flowed into AI across media, education, and the public sector in 2024 alone — and yet the people inside those organizations aren't asking for smarter models. They're asking for help finding the right document, writing the first draft, and routing it to the right person. This episode of Automatic explores <a href="https://automatic.co/blog/agentic-ai-for-media-education-public-sector">the case for agentic AI in media, education, and the public sector</a> and argues that the real market opportunity isn't the dramatic, autonomous stuff — it's the slow, repetitive, clerical work that surrounds every expert decision.</p><p>Here's what the episode covers:</p><ul><li><strong>Copilots vs. workflow agents:</strong> Why the first wave of AI tools helped individuals write faster, and why the next wave is about moving work across entire organizations — with audit trails, routing, and structured handoffs.</li><li><strong>Why these three sectors belong together:</strong> Newsrooms, universities, and public agencies all run on knowledge work that has to be trusted, making the "replace humans with bots" framing not just wrong, but a fast way to lose buyer confidence.</li><li><strong>Sector-by-sector breakdown:</strong> From archive monetization and content localization in media, to advising triage and accessibility support in education, to citizen-service workflows in government — the episode maps the specific bottlenecks where agentic AI earns its keep.</li><li><strong>The market numbers:</strong> The global AI agents market is projected to grow from roughly $8 billion in 2025 to over $52 billion by 2030, with the serviceable wedge for media, education, and public sector workflows estimated between $85M–$140M in 2025 and approaching $1 billion by 2030.</li><li><strong>Where the real moat is:</strong> Model access is no longer a differentiator — the organizations that win will own the full sequence from request to reviewed output, including workflow memory, integrations, evaluation data, and trust.</li><li><strong>How to sell into cautious buyers:</strong> These sectors don't buy vague autonomy. They buy named workflows, baseline metrics, clear control points, and a calm rollback plan — outcomes framed as relief, not replacement.</li></ul><p>The episode closes with a reframe worth holding onto: the organizations best positioned to benefit aren't asking "how do we use AI?" — they're asking "where does work get stuck, and what would it feel like if it moved?" That's where the value hides. More from the show: <a href="https://share.transistor.fm/s/bb1f6044">From PDF Hell to Structured Insights with Local LLM Pipelines</a> explores another angle on putting AI to work on real organizational data.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Fifty-four billion dollars flowed into AI across media, education, and the public sector in 2024 alone — and yet the people inside those organizations aren't asking for smarter models. They're asking for help finding the right document, writing the first draft, and routing it to the right person. This episode of Automatic explores <a href="https://automatic.co/blog/agentic-ai-for-media-education-public-sector">the case for agentic AI in media, education, and the public sector</a> and argues that the real market opportunity isn't the dramatic, autonomous stuff — it's the slow, repetitive, clerical work that surrounds every expert decision.</p><p>Here's what the episode covers:</p><ul><li><strong>Copilots vs. workflow agents:</strong> Why the first wave of AI tools helped individuals write faster, and why the next wave is about moving work across entire organizations — with audit trails, routing, and structured handoffs.</li><li><strong>Why these three sectors belong together:</strong> Newsrooms, universities, and public agencies all run on knowledge work that has to be trusted, making the "replace humans with bots" framing not just wrong, but a fast way to lose buyer confidence.</li><li><strong>Sector-by-sector breakdown:</strong> From archive monetization and content localization in media, to advising triage and accessibility support in education, to citizen-service workflows in government — the episode maps the specific bottlenecks where agentic AI earns its keep.</li><li><strong>The market numbers:</strong> The global AI agents market is projected to grow from roughly $8 billion in 2025 to over $52 billion by 2030, with the serviceable wedge for media, education, and public sector workflows estimated between $85M–$140M in 2025 and approaching $1 billion by 2030.</li><li><strong>Where the real moat is:</strong> Model access is no longer a differentiator — the organizations that win will own the full sequence from request to reviewed output, including workflow memory, integrations, evaluation data, and trust.</li><li><strong>How to sell into cautious buyers:</strong> These sectors don't buy vague autonomy. They buy named workflows, baseline metrics, clear control points, and a calm rollback plan — outcomes framed as relief, not replacement.</li></ul><p>The episode closes with a reframe worth holding onto: the organizations best positioned to benefit aren't asking "how do we use AI?" — they're asking "where does work get stuck, and what would it feel like if it moved?" That's where the value hides. More from the show: <a href="https://share.transistor.fm/s/bb1f6044">From PDF Hell to Structured Insights with Local LLM Pipelines</a> explores another angle on putting AI to work on real organizational data.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Sun, 21 Jun 2026 06:28:40 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/f4d045be/2d41ab16.mp3" length="8680221" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>543</itunes:duration>
      <itunes:summary>The biggest AI opportunity in media, education, and the public sector isn't the flashy headline tech — it's the unglamorous work sitting between a request and a decision. This episode breaks down why agentic AI's real value lies in the boring middle.</itunes:summary>
      <itunes:subtitle>The biggest AI opportunity in media, education, and the public sector isn't the flashy headline tech — it's the unglamorous work sitting between a request and a decision. This episode breaks down why agentic AI's real value lies in the boring middle.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>From PDF Hell to Structured Insights with Local LLM Pipelines</title>
      <itunes:title>From PDF Hell to Structured Insights with Local LLM Pipelines</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">bde33d55-e340-413e-ba9b-c0d85d275ee4</guid>
      <link>https://share.transistor.fm/s/bb1f6044</link>
      <description>
        <![CDATA[<p>Anyone who has stared down a sprawling, scan-heavy PDF and been asked to extract meaningful data from it knows the quiet despair that follows. This episode of Automatic examines a practical, end-to-end solution drawn from <a href="https://llm.co/blog/from-pdf-hell-to-structured-insights-using-local-llm-pipelines">this deep-dive guide on taming PDFs with local LLM pipelines</a> — a four-stage architecture that takes documents from raw, malformed chaos to clean, queryable knowledge, entirely on-premises.</p><p>The episode covers why PDFs are structurally deceptive, why naive extraction almost always fails, and how each stage of a well-designed local pipeline addresses a specific failure mode. Key topics include:</p><ul><li><strong>Why PDFs are uniquely treacherous:</strong> Scanned documents carry no true text layer, OCR output can be wildly unreliable, and embedded tables are among the most difficult data-extraction challenges in everyday analytical work.</li><li><strong>Stage 1 — Extraction:</strong> Structure-aware parsers paired with high-resolution OCR engines can detect low-confidence regions, apply adaptive thresholding, and flag genuinely resistant content for manual review rather than silently corrupting downstream data.</li><li><strong>Stage 2 — Chunking:</strong> Splitting text at fixed token counts breaks meaning; a smarter approach preserves syntactic boundaries, uses overlapping sliding windows, and tags every chunk with page, section, and content-type metadata.</li><li><strong>Stage 3 — Vector indexing:</strong> Text chunks are converted to embeddings that cluster by semantic meaning, enabling fast, relevance-ranked retrieval from a local database — no third-party API involved, and incremental updates keep the index current without a full rebuild.</li><li><strong>Stage 4 — Question answering and automated tagging:</strong> A lightweight classifier labels chunks with topics, entities, and dates for structured filtering, while a generative model assembles focused answers from the most relevant retrieved context, complete with confidence scores and source citations.</li><li><strong>Security as a design principle, not a feature:</strong> Every stage runs within the user's own infrastructure, making the pipeline suitable for regulated industries and any workflow where data confidentiality is a hard requirement rather than a preference.</li></ul><p>The episode also highlights how a built-in feedback loop — where user corrections flow back into the system — allows the pipeline to improve continuously over time, tuning itself to the specific shape of an organisation's document corpus and the real-world needs of its analysts.</p><p>For more on how AI is changing the nature of knowledge work at a broader level, check out the episode <a href="https://share.transistor.fm/s/5d48bd9a">The New Work Layer: How Agentic AI Is Reshaping the Workforce</a>. More from <a href="https://llm.co">LLM.co</a>.</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Anyone who has stared down a sprawling, scan-heavy PDF and been asked to extract meaningful data from it knows the quiet despair that follows. This episode of Automatic examines a practical, end-to-end solution drawn from <a href="https://llm.co/blog/from-pdf-hell-to-structured-insights-using-local-llm-pipelines">this deep-dive guide on taming PDFs with local LLM pipelines</a> — a four-stage architecture that takes documents from raw, malformed chaos to clean, queryable knowledge, entirely on-premises.</p><p>The episode covers why PDFs are structurally deceptive, why naive extraction almost always fails, and how each stage of a well-designed local pipeline addresses a specific failure mode. Key topics include:</p><ul><li><strong>Why PDFs are uniquely treacherous:</strong> Scanned documents carry no true text layer, OCR output can be wildly unreliable, and embedded tables are among the most difficult data-extraction challenges in everyday analytical work.</li><li><strong>Stage 1 — Extraction:</strong> Structure-aware parsers paired with high-resolution OCR engines can detect low-confidence regions, apply adaptive thresholding, and flag genuinely resistant content for manual review rather than silently corrupting downstream data.</li><li><strong>Stage 2 — Chunking:</strong> Splitting text at fixed token counts breaks meaning; a smarter approach preserves syntactic boundaries, uses overlapping sliding windows, and tags every chunk with page, section, and content-type metadata.</li><li><strong>Stage 3 — Vector indexing:</strong> Text chunks are converted to embeddings that cluster by semantic meaning, enabling fast, relevance-ranked retrieval from a local database — no third-party API involved, and incremental updates keep the index current without a full rebuild.</li><li><strong>Stage 4 — Question answering and automated tagging:</strong> A lightweight classifier labels chunks with topics, entities, and dates for structured filtering, while a generative model assembles focused answers from the most relevant retrieved context, complete with confidence scores and source citations.</li><li><strong>Security as a design principle, not a feature:</strong> Every stage runs within the user's own infrastructure, making the pipeline suitable for regulated industries and any workflow where data confidentiality is a hard requirement rather than a preference.</li></ul><p>The episode also highlights how a built-in feedback loop — where user corrections flow back into the system — allows the pipeline to improve continuously over time, tuning itself to the specific shape of an organisation's document corpus and the real-world needs of its analysts.</p><p>For more on how AI is changing the nature of knowledge work at a broader level, check out the episode <a href="https://share.transistor.fm/s/5d48bd9a">The New Work Layer: How Agentic AI Is Reshaping the Workforce</a>. More from <a href="https://llm.co">LLM.co</a>.</p>]]>
      </content:encoded>
      <pubDate>Sat, 20 Jun 2026 03:51:27 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/bb1f6044/7f5c81e5.mp3" length="7213602" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>451</itunes:duration>
      <itunes:summary>Drowning in unreadable PDFs packed with broken tables and garbled scans? This episode walks through a four-stage local LLM pipeline that turns document chaos into structured, searchable insights — all without sending sensitive data to the cloud.</itunes:summary>
      <itunes:subtitle>Drowning in unreadable PDFs packed with broken tables and garbled scans? This episode walks through a four-stage local LLM pipeline that turns document chaos into structured, searchable insights — all without sending sensitive data to the cloud.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>The New Work Layer: How Agentic AI Is Reshaping the Workforce</title>
      <itunes:title>The New Work Layer: How Agentic AI Is Reshaping the Workforce</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">31d61989-f526-4ff3-ac62-9002a36d5daa</guid>
      <link>https://share.transistor.fm/s/5d48bd9a</link>
      <description>
        <![CDATA[<p>The conversation around AI in the enterprise has shifted — from tools that speed up individual tasks to systems that can actually complete work end-to-end. This episode of Automatic digs into <a href="https://automatic.co/blog/workforce-services-market-research-report">the workforce and services market research report on agentic AI</a>, unpacking what this technology actually is, where it's being deployed today, and why this moment feels different from earlier waves of automation promises.</p><p>The episode covers a broad sweep of the agentic AI landscape, including:</p><ul><li><strong>What sets agentic AI apart:</strong> Unlike first-generation AI tools that assisted humans with discrete tasks, AI agents can perceive triggers, gather context, call external tools, update systems, and close loops — operating as a new layer across SaaS platforms, data, and human teams simultaneously.</li><li><strong>Market size and growth signals:</strong> Estimates range from $2.5B to $7B in 2024–2025, with forecasts reaching $25B–$46B by 2030 depending on how the category is defined — but the clearest signal is enterprise budget shifting toward workflow-level automation with measurable outcomes.</li><li><strong>The biggest near-term verticals:</strong> Customer support and service operations lead the opportunity, followed closely by HR and employee services, BPO and shared services, professional services, recruiting, and field workforce scheduling — each with distinct ROI drivers and governance considerations.</li><li><strong>Why "bounded autonomy" wins deals:</strong> Enterprise procurement responds to agents that operate within clear permissions, produce audit trails, and escalate gracefully — not to model benchmarks. The metrics that matter are containment rates, cycle time reductions, cost per case, and rework volume.</li><li><strong>Integrations as competitive moat:</strong> An agent connected to CRM, ITSM, identity, and knowledge systems is structurally more valuable than a standalone chatbot — and each new integration raises switching costs for competitors.</li><li><strong>"Agent washing" and the trust gap:</strong> The market is filling with products that use agentic language to describe enhanced chatbots. Buyers are growing skeptical, and durable trust will go to vendors who are transparent about what is autonomous today versus what still requires human approval.</li></ul><p>The episode makes a compelling case that agentic AI isn't a product feature — it's a new category of infrastructure for knowledge work, and the companies best positioned to win are those who can prove, with real operating data, that an agent finished the work rather than simply started a conversation about it. For more from the show, check out the episode <a href="https://share.transistor.fm/s/8f27a06c">AI Audits: Why Your "Efficient" Workflow Is Probably on Fire</a>, which explores how to stress-test the AI workflows you already have in place.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>The conversation around AI in the enterprise has shifted — from tools that speed up individual tasks to systems that can actually complete work end-to-end. This episode of Automatic digs into <a href="https://automatic.co/blog/workforce-services-market-research-report">the workforce and services market research report on agentic AI</a>, unpacking what this technology actually is, where it's being deployed today, and why this moment feels different from earlier waves of automation promises.</p><p>The episode covers a broad sweep of the agentic AI landscape, including:</p><ul><li><strong>What sets agentic AI apart:</strong> Unlike first-generation AI tools that assisted humans with discrete tasks, AI agents can perceive triggers, gather context, call external tools, update systems, and close loops — operating as a new layer across SaaS platforms, data, and human teams simultaneously.</li><li><strong>Market size and growth signals:</strong> Estimates range from $2.5B to $7B in 2024–2025, with forecasts reaching $25B–$46B by 2030 depending on how the category is defined — but the clearest signal is enterprise budget shifting toward workflow-level automation with measurable outcomes.</li><li><strong>The biggest near-term verticals:</strong> Customer support and service operations lead the opportunity, followed closely by HR and employee services, BPO and shared services, professional services, recruiting, and field workforce scheduling — each with distinct ROI drivers and governance considerations.</li><li><strong>Why "bounded autonomy" wins deals:</strong> Enterprise procurement responds to agents that operate within clear permissions, produce audit trails, and escalate gracefully — not to model benchmarks. The metrics that matter are containment rates, cycle time reductions, cost per case, and rework volume.</li><li><strong>Integrations as competitive moat:</strong> An agent connected to CRM, ITSM, identity, and knowledge systems is structurally more valuable than a standalone chatbot — and each new integration raises switching costs for competitors.</li><li><strong>"Agent washing" and the trust gap:</strong> The market is filling with products that use agentic language to describe enhanced chatbots. Buyers are growing skeptical, and durable trust will go to vendors who are transparent about what is autonomous today versus what still requires human approval.</li></ul><p>The episode makes a compelling case that agentic AI isn't a product feature — it's a new category of infrastructure for knowledge work, and the companies best positioned to win are those who can prove, with real operating data, that an agent finished the work rather than simply started a conversation about it. For more from the show, check out the episode <a href="https://share.transistor.fm/s/8f27a06c">AI Audits: Why Your "Efficient" Workflow Is Probably on Fire</a>, which explores how to stress-test the AI workflows you already have in place.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 19 Jun 2026 03:17:10 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/5d48bd9a/7b6aeffe.mp3" length="8507604" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>532</itunes:duration>
      <itunes:summary>Agentic AI isn't just a smarter chatbot — it's a new operational layer that takes action across enterprise systems. This episode breaks down the market size, the key verticals being disrupted, and what separates real agent deployments from hype.</itunes:summary>
      <itunes:subtitle>Agentic AI isn't just a smarter chatbot — it's a new operational layer that takes action across enterprise systems. This episode breaks down the market size, the key verticals being disrupted, and what separates real agent deployments from hype.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>AI Audits: Why Your "Efficient" Workflow Is Probably on Fire</title>
      <itunes:title>AI Audits: Why Your "Efficient" Workflow Is Probably on Fire</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">715cac91-54e2-4196-b329-f9cb2ca2ee53</guid>
      <link>https://share.transistor.fm/s/8f27a06c</link>
      <description>
        <![CDATA[<p>Most organizations have convinced themselves their automation infrastructure is efficient. An AI audit has a way of correcting that assumption — fast. This episode of <em>Automatic</em> digs into why even well-resourced teams end up with brittle, undocumented, and quietly broken workflows, and what a structured audit process actually looks like when it surfaces the uncomfortable truth. It's based on <a href="https://automatic.co/blog/ai-audits-because-your-efficient-workflow-is-laughable">the Automatic deep-dive on AI workflow audits</a>, which pulls no punches on how bad things typically get before anyone looks closely.</p><p>The episode covers the full arc — from the telltale warning signs that an audit is overdue, to what auditors reliably find, to how teams should respond once the findings land:</p><ul><li><strong>What an AI audit really is:</strong> not just a technical checklist, but a systematic trace of what your systems are actually doing — often for the first time since they were built.</li><li><strong>The chained automation problem:</strong> trigger-on-trigger pipelines that collapse under their own weight, taking days of data with them and requiring manual recovery on a Sunday.</li><li><strong>Rogue scheduled jobs and phantom infrastructure:</strong> scripts firing on ancient timestamps, authored by people long gone, with zero documentation and zero monitoring beyond someone's gut feeling.</li><li><strong>Vanity metrics and silent failures:</strong> why a high transaction volume can mask a 30% duplicate rate, 15% silent failures, and a success metric that only counts jobs that completed — not ones that completed <em>correctly</em>.</li><li><strong>The ML deployment trap:</strong> how organizations treat model launch as a finish line, skipping drift detection, shadow deployments, and version control — and why audits are often the first rigorous look a production model gets since go-live.</li><li><strong>Triage over panic:</strong> the case for prioritized, honest remediation — quick structural fixes first, deeper refactors where necessary — and why culture change, not just a cleanup sprint, is what makes audit findings stick.</li></ul><p>The episode closes with a concrete example: a client whose operation depended on one engineer, a tangle of Google Sheets, and collective hope — and how a post-audit rebuild gave that engineer their weekends back while error rates dropped and the system finally scaled. For more on where AI execution is heading next, check out the episode <a href="https://share.transistor.fm/s/804ced91">Agentic AI in Finance: The Shift From Tools to Autonomous Execution</a>.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Most organizations have convinced themselves their automation infrastructure is efficient. An AI audit has a way of correcting that assumption — fast. This episode of <em>Automatic</em> digs into why even well-resourced teams end up with brittle, undocumented, and quietly broken workflows, and what a structured audit process actually looks like when it surfaces the uncomfortable truth. It's based on <a href="https://automatic.co/blog/ai-audits-because-your-efficient-workflow-is-laughable">the Automatic deep-dive on AI workflow audits</a>, which pulls no punches on how bad things typically get before anyone looks closely.</p><p>The episode covers the full arc — from the telltale warning signs that an audit is overdue, to what auditors reliably find, to how teams should respond once the findings land:</p><ul><li><strong>What an AI audit really is:</strong> not just a technical checklist, but a systematic trace of what your systems are actually doing — often for the first time since they were built.</li><li><strong>The chained automation problem:</strong> trigger-on-trigger pipelines that collapse under their own weight, taking days of data with them and requiring manual recovery on a Sunday.</li><li><strong>Rogue scheduled jobs and phantom infrastructure:</strong> scripts firing on ancient timestamps, authored by people long gone, with zero documentation and zero monitoring beyond someone's gut feeling.</li><li><strong>Vanity metrics and silent failures:</strong> why a high transaction volume can mask a 30% duplicate rate, 15% silent failures, and a success metric that only counts jobs that completed — not ones that completed <em>correctly</em>.</li><li><strong>The ML deployment trap:</strong> how organizations treat model launch as a finish line, skipping drift detection, shadow deployments, and version control — and why audits are often the first rigorous look a production model gets since go-live.</li><li><strong>Triage over panic:</strong> the case for prioritized, honest remediation — quick structural fixes first, deeper refactors where necessary — and why culture change, not just a cleanup sprint, is what makes audit findings stick.</li></ul><p>The episode closes with a concrete example: a client whose operation depended on one engineer, a tangle of Google Sheets, and collective hope — and how a post-audit rebuild gave that engineer their weekends back while error rates dropped and the system finally scaled. For more on where AI execution is heading next, check out the episode <a href="https://share.transistor.fm/s/804ced91">Agentic AI in Finance: The Shift From Tools to Autonomous Execution</a>.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Thu, 18 Jun 2026 09:59:11 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/8f27a06c/f2a41b91.mp3" length="7401684" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>463</itunes:duration>
      <itunes:summary>Most teams believe their automation stack is humming along — until an AI audit reveals a maze of undocumented cron jobs, silently failing pipelines, and ML models drifting in production. This episode breaks down what audits actually uncover and what to do next.</itunes:summary>
      <itunes:subtitle>Most teams believe their automation stack is humming along — until an AI audit reveals a maze of undocumented cron jobs, silently failing pipelines, and ML models drifting in production. This episode breaks down what audits actually uncover and what to do</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>How AI Agents Are Quietly Crushing IT Ticket Volumes</title>
      <itunes:title>How AI Agents Are Quietly Crushing IT Ticket Volumes</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">756bec32-2497-4ee2-8bec-3e3a8a302195</guid>
      <link>https://share.transistor.fm/s/f6f71721</link>
      <description>
        <![CDATA[<p>IT support teams don't struggle because the problems are hard — they struggle because the easy problems never stop arriving. This episode of <em>Automatic</em> unpacks the mechanics behind <a href="https://llm.co/blog/how-ai-agents-reduce-it-ticket-volume-by-automating-first-response">how AI agents are cutting IT ticket volume through automated first response</a>, exploring why the issue runs deeper than simple repetition and what a well-built deployment actually looks like under the hood.</p><p>The episode covers three compounding pain points at the heart of modern service desks, then walks through the architecture, real-world use cases, and measurement frameworks that determine whether an AI rollout genuinely delivers — or just shuffles the noise around. Key topics include:</p><ul><li><strong>The repetition-delay-duplication cycle:</strong> How slow resolution times actively generate more tickets, and why users learn to be louder rather than consult the knowledge base.</li><li><strong>The context gap in global teams:</strong> Why a five-minute fix can stretch into a two-day saga when clarifying questions have to wait for someone on the other side of the planet to wake up.</li><li><strong>How the agent architecture works:</strong> Natural language intake, dynamic knowledge graphs (versus static FAQs), and the escalation logic that determines whether users trust the system or abandon it.</li><li><strong>Deflection use cases beyond password resets:</strong> Hardware diagnostics, software configuration conflicts, and micro-education moments that make routine interactions genuinely useful.</li><li><strong>What good measurement looks like:</strong> Baselines, pulse surveys, and the often-forgotten technician-side metrics — freed hours, backlog depth, and morale — that reveal whether the tool is actually working.</li><li><strong>Craft preservation, not cost-cutting:</strong> Why the real payoff is skilled engineers getting their expertise back, not headcount reduction.</li></ul><p>For a deeper dive into the ideas behind this episode, the source material lives at LLM.co, where the team writes consistently on agentic AI for regulated and enterprise environments. If real-world deployment lessons are on your mind, the episode <a href="https://share.transistor.fm/s/dfe360fd">Six Hard Lessons from Real-World AI and Automation Rollouts</a> pairs well with this one.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>IT support teams don't struggle because the problems are hard — they struggle because the easy problems never stop arriving. This episode of <em>Automatic</em> unpacks the mechanics behind <a href="https://llm.co/blog/how-ai-agents-reduce-it-ticket-volume-by-automating-first-response">how AI agents are cutting IT ticket volume through automated first response</a>, exploring why the issue runs deeper than simple repetition and what a well-built deployment actually looks like under the hood.</p><p>The episode covers three compounding pain points at the heart of modern service desks, then walks through the architecture, real-world use cases, and measurement frameworks that determine whether an AI rollout genuinely delivers — or just shuffles the noise around. Key topics include:</p><ul><li><strong>The repetition-delay-duplication cycle:</strong> How slow resolution times actively generate more tickets, and why users learn to be louder rather than consult the knowledge base.</li><li><strong>The context gap in global teams:</strong> Why a five-minute fix can stretch into a two-day saga when clarifying questions have to wait for someone on the other side of the planet to wake up.</li><li><strong>How the agent architecture works:</strong> Natural language intake, dynamic knowledge graphs (versus static FAQs), and the escalation logic that determines whether users trust the system or abandon it.</li><li><strong>Deflection use cases beyond password resets:</strong> Hardware diagnostics, software configuration conflicts, and micro-education moments that make routine interactions genuinely useful.</li><li><strong>What good measurement looks like:</strong> Baselines, pulse surveys, and the often-forgotten technician-side metrics — freed hours, backlog depth, and morale — that reveal whether the tool is actually working.</li><li><strong>Craft preservation, not cost-cutting:</strong> Why the real payoff is skilled engineers getting their expertise back, not headcount reduction.</li></ul><p>For a deeper dive into the ideas behind this episode, the source material lives at LLM.co, where the team writes consistently on agentic AI for regulated and enterprise environments. If real-world deployment lessons are on your mind, the episode <a href="https://share.transistor.fm/s/dfe360fd">Six Hard Lessons from Real-World AI and Automation Rollouts</a> pairs well with this one.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 17 Jun 2026 20:58:54 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/f6f71721/10416582.mp3" length="7765308" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>486</itunes:duration>
      <itunes:summary>AI agents are quietly reshaping IT support by automating first response — slashing ticket volumes, closing context gaps, and freeing skilled technicians to tackle the work that actually needs them.</itunes:summary>
      <itunes:subtitle>AI agents are quietly reshaping IT support by automating first response — slashing ticket volumes, closing context gaps, and freeing skilled technicians to tackle the work that actually needs them.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Six Hard Lessons from Real-World AI and Automation Rollouts</title>
      <itunes:title>Six Hard Lessons from Real-World AI and Automation Rollouts</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">c6ad9e8f-97ad-456a-b862-33cee5d91172</guid>
      <link>https://share.transistor.fm/s/dfe360fd</link>
      <description>
        <![CDATA[<p>AI and automation adoption is accelerating across every industry, but the gap between a promising pilot and a system that actually delivers lasting value is wider than most organizations expect. This episode of Automatic digs into the practical, unglamorous work that determines whether a deployment succeeds or quietly becomes a cautionary tale — drawing on <a href="https://automatic.co/blog/ai-automation-lessons">six hard lessons from real-world AI and automation rollouts</a> observed across sectors from healthcare and finance to logistics and legal.</p><p>The episode walks through each lesson in depth, offering the kind of grounded analysis that rarely makes it into vendor pitches or conference keynotes:</p><ul><li><strong>Start with clear objectives.</strong> Deployments driven by competitive pressure or executive enthusiasm — without a defined problem and measurable success criteria — almost always struggle to survive the ROI conversation six months in.</li><li><strong>Data is the true foundation.</strong> AI systems learn from what they're given; inconsistent, incomplete, or inaccurate data doesn't produce unreliable outputs by accident — it produces them by design. Data infrastructure work is load-bearing, not optional.</li><li><strong>Human oversight is structural, not a workaround.</strong> The most resilient real-world implementations are hybrid: AI handles volume and speed, while humans retain accountability for judgment calls, exceptions, and the decisions that actually matter.</li><li><strong>Pilot before you scale.</strong> Full-scale rollouts carry integration risk, change management burden, and edge-case exposure that a well-scoped pilot can surface cheaply — before they become crises.</li><li><strong>Change management is often the deciding factor.</strong> Even a perfectly implemented system can fail if employees don't understand it, don't trust it, or feel threatened by it. Transparency, practical training, and genuine feedback loops aren't soft concerns — they're operational necessities.</li><li><strong>Measure, optimize, and repeat.</strong> AI systems degrade over time as data distributions shift and business conditions evolve. Continuous monitoring and a defined improvement cadence are part of the commitment an organization makes when it puts a system into production.</li></ul><p>The throughline connecting all six lessons is intentionality — being rigorous before the build, disciplined before the scale, and committed to ongoing stewardship long after the launch. Organizations that treat AI as a one-time purchase tend to be disappointed; those that treat it as a capability they're actively building and maintaining are the ones seeing the outcomes the technology genuinely promises. More from the show: <a href="https://share.transistor.fm/s/efc7caa7">From Forgotten Storage Room to Intelligent Portal: The Intranet Reinvention</a>.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>AI and automation adoption is accelerating across every industry, but the gap between a promising pilot and a system that actually delivers lasting value is wider than most organizations expect. This episode of Automatic digs into the practical, unglamorous work that determines whether a deployment succeeds or quietly becomes a cautionary tale — drawing on <a href="https://automatic.co/blog/ai-automation-lessons">six hard lessons from real-world AI and automation rollouts</a> observed across sectors from healthcare and finance to logistics and legal.</p><p>The episode walks through each lesson in depth, offering the kind of grounded analysis that rarely makes it into vendor pitches or conference keynotes:</p><ul><li><strong>Start with clear objectives.</strong> Deployments driven by competitive pressure or executive enthusiasm — without a defined problem and measurable success criteria — almost always struggle to survive the ROI conversation six months in.</li><li><strong>Data is the true foundation.</strong> AI systems learn from what they're given; inconsistent, incomplete, or inaccurate data doesn't produce unreliable outputs by accident — it produces them by design. Data infrastructure work is load-bearing, not optional.</li><li><strong>Human oversight is structural, not a workaround.</strong> The most resilient real-world implementations are hybrid: AI handles volume and speed, while humans retain accountability for judgment calls, exceptions, and the decisions that actually matter.</li><li><strong>Pilot before you scale.</strong> Full-scale rollouts carry integration risk, change management burden, and edge-case exposure that a well-scoped pilot can surface cheaply — before they become crises.</li><li><strong>Change management is often the deciding factor.</strong> Even a perfectly implemented system can fail if employees don't understand it, don't trust it, or feel threatened by it. Transparency, practical training, and genuine feedback loops aren't soft concerns — they're operational necessities.</li><li><strong>Measure, optimize, and repeat.</strong> AI systems degrade over time as data distributions shift and business conditions evolve. Continuous monitoring and a defined improvement cadence are part of the commitment an organization makes when it puts a system into production.</li></ul><p>The throughline connecting all six lessons is intentionality — being rigorous before the build, disciplined before the scale, and committed to ongoing stewardship long after the launch. Organizations that treat AI as a one-time purchase tend to be disappointed; those that treat it as a capability they're actively building and maintaining are the ones seeing the outcomes the technology genuinely promises. More from the show: <a href="https://share.transistor.fm/s/efc7caa7">From Forgotten Storage Room to Intelligent Portal: The Intranet Reinvention</a>.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 17 Jun 2026 04:00:57 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/dfe360fd/fbcda019.mp3" length="6496802" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>407</itunes:duration>
      <itunes:summary>Most AI rollouts don't fail because of the technology — they fail because of what happened before and after the build. This episode breaks down six hard-won lessons from real-world deployments that separate compelling demos from durable competitive advantages.</itunes:summary>
      <itunes:subtitle>Most AI rollouts don't fail because of the technology — they fail because of what happened before and after the build. This episode breaks down six hard-won lessons from real-world deployments that separate compelling demos from durable competitive advant</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>From Forgotten Storage Room to Intelligent Portal: The Intranet Reinvention</title>
      <itunes:title>From Forgotten Storage Room to Intelligent Portal: The Intranet Reinvention</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">fec1e201-c9fb-4805-9ff0-b6bd5952c4a0</guid>
      <link>https://share.transistor.fm/s/efc7caa7</link>
      <description>
        <![CDATA[<p>The corporate intranet was supposed to be a single source of truth. For most organizations, it became something closer to a digital attic — full of outdated documents, broken links, and policies nobody trusts anymore. This episode of <em>Automatic</em> explores why the static intranet model is fundamentally broken, and how companies are replacing it with intelligent, LLM-powered portals that actually serve employees. The discussion is built around <a href="https://llm.co/blog/moving-from-static-intranets-to-intelligent-llm-portals">this deep-dive article on reinventing the corporate intranet</a>, and the case it makes is difficult to dismiss.</p><p>Here's what the episode covers:</p><ul><li><strong>Why static intranets decay by design:</strong> Without active curation, content goes stale fast — and employees quietly stop trusting anything they find there, retreating to personal drives, chat threads, and shadow libraries of half-accurate information.</li><li><strong>The real cost of bad search:</strong> Classic keyword search ignores context and intent, forcing employees into Boolean guesswork. The cumulative time lost — and the morale hit — are significant but rarely show up on a balance sheet.</li><li><strong>The personalization gap:</strong> Traditional intranets serve everyone the same homepage, making the platform irrelevant to almost everyone. A sales rep and a developer have nearly zero overlap in what they need, yet most systems treat them identically.</li><li><strong>How intelligent portals flip the model:</strong> Instead of employees navigating to knowledge, the knowledge comes to them — in plain language, with citations, tailored by role, location, and context. The result is a system that feels like asking a well-informed colleague.</li><li><strong>What it takes to build one right:</strong> A unified knowledge graph, robust identity-based security (with least-privilege access baked in from day one), and multimodal access — text, voice, and embedded widgets — are the three pillars of a portal that actually gets adopted.</li><li><strong>How to measure success after launch:</strong> Time-to-answer, ticket deflection rates, self-service completion, and hard savings from retired legacy systems are the metrics that matter — not page views or login counts.</li></ul><p>The episode also walks through a pragmatic transition playbook: start with a ruthless content audit before migrating anything, fine-tune the model with real internal language and reviewed Q&amp;A pairs, and roll out in rings rather than a single big-bang launch. Early wins — faster onboarding, fewer repetitive support tickets, measurable hours saved — build the internal momentum that carries the broader rollout. The philosophical shift underneath all of it is just as important as the technology: knowledge isn't something you store and retrieve, it's something that should surface itself, stay current, and actively serve the people who need it.</p><p>For more on AI working quietly behind the scenes inside the enterprise, check out <a href="https://share.transistor.fm/s/e3c21461">Inside the Firewall: How Local LLMs Are Outsmarting Fraudsters</a> — a previous episode that looks at how on-premise language models are being used to detect fraud without data ever leaving the building.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>The corporate intranet was supposed to be a single source of truth. For most organizations, it became something closer to a digital attic — full of outdated documents, broken links, and policies nobody trusts anymore. This episode of <em>Automatic</em> explores why the static intranet model is fundamentally broken, and how companies are replacing it with intelligent, LLM-powered portals that actually serve employees. The discussion is built around <a href="https://llm.co/blog/moving-from-static-intranets-to-intelligent-llm-portals">this deep-dive article on reinventing the corporate intranet</a>, and the case it makes is difficult to dismiss.</p><p>Here's what the episode covers:</p><ul><li><strong>Why static intranets decay by design:</strong> Without active curation, content goes stale fast — and employees quietly stop trusting anything they find there, retreating to personal drives, chat threads, and shadow libraries of half-accurate information.</li><li><strong>The real cost of bad search:</strong> Classic keyword search ignores context and intent, forcing employees into Boolean guesswork. The cumulative time lost — and the morale hit — are significant but rarely show up on a balance sheet.</li><li><strong>The personalization gap:</strong> Traditional intranets serve everyone the same homepage, making the platform irrelevant to almost everyone. A sales rep and a developer have nearly zero overlap in what they need, yet most systems treat them identically.</li><li><strong>How intelligent portals flip the model:</strong> Instead of employees navigating to knowledge, the knowledge comes to them — in plain language, with citations, tailored by role, location, and context. The result is a system that feels like asking a well-informed colleague.</li><li><strong>What it takes to build one right:</strong> A unified knowledge graph, robust identity-based security (with least-privilege access baked in from day one), and multimodal access — text, voice, and embedded widgets — are the three pillars of a portal that actually gets adopted.</li><li><strong>How to measure success after launch:</strong> Time-to-answer, ticket deflection rates, self-service completion, and hard savings from retired legacy systems are the metrics that matter — not page views or login counts.</li></ul><p>The episode also walks through a pragmatic transition playbook: start with a ruthless content audit before migrating anything, fine-tune the model with real internal language and reviewed Q&amp;A pairs, and roll out in rings rather than a single big-bang launch. Early wins — faster onboarding, fewer repetitive support tickets, measurable hours saved — build the internal momentum that carries the broader rollout. The philosophical shift underneath all of it is just as important as the technology: knowledge isn't something you store and retrieve, it's something that should surface itself, stay current, and actively serve the people who need it.</p><p>For more on AI working quietly behind the scenes inside the enterprise, check out <a href="https://share.transistor.fm/s/e3c21461">Inside the Firewall: How Local LLMs Are Outsmarting Fraudsters</a> — a previous episode that looks at how on-premise language models are being used to detect fraud without data ever leaving the building.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Mon, 15 Jun 2026 18:47:24 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/efc7caa7/83c9357b.mp3" length="8639261" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>540</itunes:duration>
      <itunes:summary>Corporate intranets have quietly become digital dead weight — bloated, outdated, and ignored. This episode breaks down why the traditional model fails employees and what a genuinely intelligent, LLM-powered portal looks like in practice.</itunes:summary>
      <itunes:subtitle>Corporate intranets have quietly become digital dead weight — bloated, outdated, and ignored. This episode breaks down why the traditional model fails employees and what a genuinely intelligent, LLM-powered portal looks like in practice.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Inside the Firewall: How Local LLMs Are Outsmarting Fraudsters</title>
      <itunes:title>Inside the Firewall: How Local LLMs Are Outsmarting Fraudsters</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">8a4f05c0-032d-414f-a2b5-a8b73f179e9e</guid>
      <link>https://share.transistor.fm/s/e3c21461</link>
      <description>
        <![CDATA[<p>Fraud has evolved from clumsy phishing emails into sophisticated, syndicate-driven operations: synthetic identities that build real credit histories over months, deepfaked executive voices authorizing wire transfers, and bot networks sharing exploits like open-source code. The enterprises winning this fight have stopped relying on brittle rule engines and started running large language models entirely within their own walls. This episode unpacks the strategy, the architecture, and the governance challenges involved — drawing on <a href="https://llm.co/blog/how-enterprises-are-using-local-llms-for-fraud-detection">this deep-dive on enterprise local LLM fraud detection</a>.</p><p>Here's what the episode covers:</p><ul><li><strong>Why rule engines are losing:</strong> Thousands of hand-crafted conditions create a system where one uncovered gap lets attackers through — while generating enough false positives to bury analyst teams and frustrate legitimate customers at the same time.</li><li><strong>The case for "local":</strong> Keeping a model entirely inside a private data center or trusted cloud means no data leaves the firewall, every parameter is auditable, and compliance-heavy industries can actually move a pilot into production.</li><li><strong>Fine-tuning as a competitive moat:</strong> Training on years of proprietary transaction logs — branch IDs, loyalty codes, campaign tags — transforms a general-purpose model into a domain expert that recognizes the precise texture of legitimate commerce and flags subtle deviations at inference speed.</li><li><strong>The infrastructure reality:</strong> Low-latency checkout flows demand quantized weights, token pruning, and distilled networks; global deployments require regional shards and smart routing to balance speed, data sovereignty, and cost simultaneously.</li><li><strong>Human-AI collaboration, done right:</strong> Models that explain alerts in plain narrative language — not just a risk score — build analyst trust, create actionable feedback loops, and enable overnight retraining that keeps pace with shifting fraud patterns (concept drift).</li><li><strong>Governance that holds up to auditors:</strong> Every model checkpoint carries a commit hash, every inference is written to an immutable ledger, fairness testing runs across demographics, and post-incident reviews treat every miss as structured training data rather than something to quietly patch.</li></ul><p>The episode closes with an honest look at common failure modes — overfitting to historical attack patterns, data science teams optimizing in isolation from fraud operations, and the temptation to treat the model as an infallible oracle — and a phased rollout roadmap that prioritizes shadow scoring and kill-switch safety before any organization-wide expansion. For more on why domain context is the make-or-break factor in enterprise AI, check out the earlier episode <a href="https://share.transistor.fm/s/4e084b6c">Why Generative AI Fails Without Domain Context — And How to Fix It</a>.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Fraud has evolved from clumsy phishing emails into sophisticated, syndicate-driven operations: synthetic identities that build real credit histories over months, deepfaked executive voices authorizing wire transfers, and bot networks sharing exploits like open-source code. The enterprises winning this fight have stopped relying on brittle rule engines and started running large language models entirely within their own walls. This episode unpacks the strategy, the architecture, and the governance challenges involved — drawing on <a href="https://llm.co/blog/how-enterprises-are-using-local-llms-for-fraud-detection">this deep-dive on enterprise local LLM fraud detection</a>.</p><p>Here's what the episode covers:</p><ul><li><strong>Why rule engines are losing:</strong> Thousands of hand-crafted conditions create a system where one uncovered gap lets attackers through — while generating enough false positives to bury analyst teams and frustrate legitimate customers at the same time.</li><li><strong>The case for "local":</strong> Keeping a model entirely inside a private data center or trusted cloud means no data leaves the firewall, every parameter is auditable, and compliance-heavy industries can actually move a pilot into production.</li><li><strong>Fine-tuning as a competitive moat:</strong> Training on years of proprietary transaction logs — branch IDs, loyalty codes, campaign tags — transforms a general-purpose model into a domain expert that recognizes the precise texture of legitimate commerce and flags subtle deviations at inference speed.</li><li><strong>The infrastructure reality:</strong> Low-latency checkout flows demand quantized weights, token pruning, and distilled networks; global deployments require regional shards and smart routing to balance speed, data sovereignty, and cost simultaneously.</li><li><strong>Human-AI collaboration, done right:</strong> Models that explain alerts in plain narrative language — not just a risk score — build analyst trust, create actionable feedback loops, and enable overnight retraining that keeps pace with shifting fraud patterns (concept drift).</li><li><strong>Governance that holds up to auditors:</strong> Every model checkpoint carries a commit hash, every inference is written to an immutable ledger, fairness testing runs across demographics, and post-incident reviews treat every miss as structured training data rather than something to quietly patch.</li></ul><p>The episode closes with an honest look at common failure modes — overfitting to historical attack patterns, data science teams optimizing in isolation from fraud operations, and the temptation to treat the model as an infallible oracle — and a phased rollout roadmap that prioritizes shadow scoring and kill-switch safety before any organization-wide expansion. For more on why domain context is the make-or-break factor in enterprise AI, check out the earlier episode <a href="https://share.transistor.fm/s/4e084b6c">Why Generative AI Fails Without Domain Context — And How to Fix It</a>.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Mon, 15 Jun 2026 04:05:04 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/e3c21461/ef42d0a0.mp3" length="8823581" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>552</itunes:duration>
      <itunes:summary>Fraudsters have leveled up — synthetic identities, AI-generated voices, coordinated exploit rings — and legacy rule engines can't keep pace. This episode breaks down how enterprises are deploying local LLMs inside their own infrastructure to fight back.</itunes:summary>
      <itunes:subtitle>Fraudsters have leveled up — synthetic identities, AI-generated voices, coordinated exploit rings — and legacy rule engines can't keep pace. This episode breaks down how enterprises are deploying local LLMs inside their own infrastructure to fight back.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Agentic AI in Finance: The Shift From Tools to Autonomous Execution</title>
      <itunes:title>Agentic AI in Finance: The Shift From Tools to Autonomous Execution</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">c7ceffd2-8f71-4b0a-a6a6-45f622fa057f</guid>
      <link>https://share.transistor.fm/s/804ced91</link>
      <description>
        <![CDATA[<p>The conversation around AI in finance has shifted — from productivity gains and copilot tools to something more structurally disruptive: autonomous agents that plan, execute, and close the loop on complex workflows without continuous human direction. This episode of Automatic unpacks the research behind that shift, drawing on <a href="https://automatic.co/blog/agentic-ai-in-finance-business-services">this in-depth analysis of agentic AI in finance and business services</a> to explain why the timing, the technology, and the economic pressure have finally converged.</p><p>The episode covers the key forces reshaping financial work — from market sizing to deployment strategy — including:</p><ul><li><strong>The scale of the opportunity:</strong> AI spend in financial services sits at roughly $35 billion today and is projected to reach $97 billion by 2027 across banking, insurance, capital markets, and payments — with the broader market exceeding $190 billion by 2030.</li><li><strong>Why now:</strong> Three things aligned simultaneously — large language models crossed into multi-step reasoning, enterprise systems became genuinely interconnected via APIs and cloud infrastructure, and finance teams faced mounting pressure to do more with less.</li><li><strong>The three-phase evolution:</strong> From SaaS workflows (humans as operators), to AI-assisted copilots (humans as directors), to agentic systems (humans as overseers) — and why that final transition carries the most disruptive potential.</li><li><strong>Where agents are landing first:</strong> High-frequency, rules-heavy workflows like financial close and reconciliation, underwriting support, KYC and onboarding, claims processing, regulatory reporting, and FP&amp;A — operational core functions, not experimental edge cases.</li><li><strong>The BPO and outsourcing reckoning:</strong> Business process outsourcing firms that traditionally scaled by adding headcount are now competing against AI-native workflows that promise lower cost per transaction and higher consistency — reshaping how contracts are written and services are priced.</li><li><strong>The real friction points:</strong> Model performance isn't the bottleneck — integration depth and trust infrastructure are. Audit logs, explainability, and human approval gates aren't optional features in regulated environments; they're what makes deployment possible at all.</li></ul><p>The strategic takeaway is practical: start narrow, automate one high-frequency workflow end to end, prioritize integrations before model optimization, and build for oversight rather than full replacement. The World Economic Forum estimates 32–39% of financial services work has high full-automation potential, with another 34–37% highly suited for augmentation — meaning the majority of the sector's work is already within AI's reach on current planning horizons. More from the show: if you want to understand why these systems often stumble in real-world deployments, the episode <a href="https://share.transistor.fm/s/4e084b6c">Why Generative AI Fails Without Domain Context — And How to Fix It</a> is essential context.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>The conversation around AI in finance has shifted — from productivity gains and copilot tools to something more structurally disruptive: autonomous agents that plan, execute, and close the loop on complex workflows without continuous human direction. This episode of Automatic unpacks the research behind that shift, drawing on <a href="https://automatic.co/blog/agentic-ai-in-finance-business-services">this in-depth analysis of agentic AI in finance and business services</a> to explain why the timing, the technology, and the economic pressure have finally converged.</p><p>The episode covers the key forces reshaping financial work — from market sizing to deployment strategy — including:</p><ul><li><strong>The scale of the opportunity:</strong> AI spend in financial services sits at roughly $35 billion today and is projected to reach $97 billion by 2027 across banking, insurance, capital markets, and payments — with the broader market exceeding $190 billion by 2030.</li><li><strong>Why now:</strong> Three things aligned simultaneously — large language models crossed into multi-step reasoning, enterprise systems became genuinely interconnected via APIs and cloud infrastructure, and finance teams faced mounting pressure to do more with less.</li><li><strong>The three-phase evolution:</strong> From SaaS workflows (humans as operators), to AI-assisted copilots (humans as directors), to agentic systems (humans as overseers) — and why that final transition carries the most disruptive potential.</li><li><strong>Where agents are landing first:</strong> High-frequency, rules-heavy workflows like financial close and reconciliation, underwriting support, KYC and onboarding, claims processing, regulatory reporting, and FP&amp;A — operational core functions, not experimental edge cases.</li><li><strong>The BPO and outsourcing reckoning:</strong> Business process outsourcing firms that traditionally scaled by adding headcount are now competing against AI-native workflows that promise lower cost per transaction and higher consistency — reshaping how contracts are written and services are priced.</li><li><strong>The real friction points:</strong> Model performance isn't the bottleneck — integration depth and trust infrastructure are. Audit logs, explainability, and human approval gates aren't optional features in regulated environments; they're what makes deployment possible at all.</li></ul><p>The strategic takeaway is practical: start narrow, automate one high-frequency workflow end to end, prioritize integrations before model optimization, and build for oversight rather than full replacement. The World Economic Forum estimates 32–39% of financial services work has high full-automation potential, with another 34–37% highly suited for augmentation — meaning the majority of the sector's work is already within AI's reach on current planning horizons. More from the show: if you want to understand why these systems often stumble in real-world deployments, the episode <a href="https://share.transistor.fm/s/4e084b6c">Why Generative AI Fails Without Domain Context — And How to Fix It</a> is essential context.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Sun, 14 Jun 2026 09:13:16 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/804ced91/5bc77314.mp3" length="8600809" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>538</itunes:duration>
      <itunes:summary>Agentic AI isn't just improving financial workflows — it's replacing the humans who run them. This episode breaks down the market forces, adoption patterns, and friction points driving autonomous execution across finance and business services.</itunes:summary>
      <itunes:subtitle>Agentic AI isn't just improving financial workflows — it's replacing the humans who run them. This episode breaks down the market forces, adoption patterns, and friction points driving autonomous execution across finance and business services.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Why Generative AI Fails Without Domain Context — And How to Fix It</title>
      <itunes:title>Why Generative AI Fails Without Domain Context — And How to Fix It</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">dd65c9ad-0a1e-4032-92e7-24fba34624d0</guid>
      <link>https://share.transistor.fm/s/4e084b6c</link>
      <description>
        <![CDATA[<p>Generative AI can sound authoritative on almost any topic — until it quietly invents a regulatory policy, misapplies a technical term, or misses a safety-critical distinction that any seasoned domain expert would catch on instinct. This episode of <em>Automatic</em> examines why that failure mode is so persistent, why it's so easy to overlook until something breaks, and what teams deploying AI in high-stakes environments can do about it. The conversation draws on <a href="https://llm.co/blog/generative-ai-domain-context">this deep-dive article on grounding generative AI in domain knowledge</a>, which maps the problem with unusual precision.</p><p>The episode covers the core mechanics behind domain-context failures and walks through a four-part framework for closing the gap between what a general-purpose model knows and what a specialized environment actually demands:</p><ul><li><strong>Surface learning vs. real expertise:</strong> Large language models master statistical correlations, not causal reasoning — a distinction that becomes dangerous when terminology is precise and consequences are real.</li><li><strong>The vocabulary problem:</strong> Without domain grounding, models treat specialized terms as interchangeable, choosing meanings by probability rather than by what the field actually requires.</li><li><strong>Why context windows aren't enough:</strong> Stuffing reference documents into a prompt helps, but the model assigns roughly equal authority to a peer-reviewed standard and a casual forum post — blending them in ways domain experts immediately spot as wrong.</li><li><strong>Curation over accumulation:</strong> A lean, carefully selected corpus of authoritative sources outperforms a massive general dataset in output quality, retrieval speed, and user trust.</li><li><strong>Capturing unspoken assumptions:</strong> The most dangerous knowledge gaps live in things every specialist knows but nobody ever wrote down — and structured knowledge-capture exercises are how those implicit rules get encoded into the system.</li><li><strong>The context repair flywheel:</strong> Keeping domain experts in a continuous feedback loop — not just at launch — turns the model into a fast-learning collaborator and drives hallucination rates down over time in measurable, operational terms.</li></ul><p>The broader argument is that generative AI isn't failing in specialized domains because the technology is broken — it's failing because general-purpose tools are being dropped into expert environments without the infrastructure to bridge the gap. That infrastructure isn't exotic or prohibitively expensive; it requires curation, deliberate knowledge capture, adaptive guardrails, and genuine expert engagement. More from the show: if this episode resonates, <a href="https://share.transistor.fm/s/7e490c24">Agentic AI in Law: How Smart Automation Is Reshaping Legal Work</a> explores how similar challenges play out in one of the most demanding domain-specific environments around.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Generative AI can sound authoritative on almost any topic — until it quietly invents a regulatory policy, misapplies a technical term, or misses a safety-critical distinction that any seasoned domain expert would catch on instinct. This episode of <em>Automatic</em> examines why that failure mode is so persistent, why it's so easy to overlook until something breaks, and what teams deploying AI in high-stakes environments can do about it. The conversation draws on <a href="https://llm.co/blog/generative-ai-domain-context">this deep-dive article on grounding generative AI in domain knowledge</a>, which maps the problem with unusual precision.</p><p>The episode covers the core mechanics behind domain-context failures and walks through a four-part framework for closing the gap between what a general-purpose model knows and what a specialized environment actually demands:</p><ul><li><strong>Surface learning vs. real expertise:</strong> Large language models master statistical correlations, not causal reasoning — a distinction that becomes dangerous when terminology is precise and consequences are real.</li><li><strong>The vocabulary problem:</strong> Without domain grounding, models treat specialized terms as interchangeable, choosing meanings by probability rather than by what the field actually requires.</li><li><strong>Why context windows aren't enough:</strong> Stuffing reference documents into a prompt helps, but the model assigns roughly equal authority to a peer-reviewed standard and a casual forum post — blending them in ways domain experts immediately spot as wrong.</li><li><strong>Curation over accumulation:</strong> A lean, carefully selected corpus of authoritative sources outperforms a massive general dataset in output quality, retrieval speed, and user trust.</li><li><strong>Capturing unspoken assumptions:</strong> The most dangerous knowledge gaps live in things every specialist knows but nobody ever wrote down — and structured knowledge-capture exercises are how those implicit rules get encoded into the system.</li><li><strong>The context repair flywheel:</strong> Keeping domain experts in a continuous feedback loop — not just at launch — turns the model into a fast-learning collaborator and drives hallucination rates down over time in measurable, operational terms.</li></ul><p>The broader argument is that generative AI isn't failing in specialized domains because the technology is broken — it's failing because general-purpose tools are being dropped into expert environments without the infrastructure to bridge the gap. That infrastructure isn't exotic or prohibitively expensive; it requires curation, deliberate knowledge capture, adaptive guardrails, and genuine expert engagement. More from the show: if this episode resonates, <a href="https://share.transistor.fm/s/7e490c24">Agentic AI in Law: How Smart Automation Is Reshaping Legal Work</a> explores how similar challenges play out in one of the most demanding domain-specific environments around.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Thu, 11 Jun 2026 18:43:12 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/4e084b6c/545b3787.mp3" length="7940433" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>497</itunes:duration>
      <itunes:summary>General-purpose AI deployed in specialized industries doesn't just underperform — it confidently gets things wrong. This episode breaks down why domain context is the missing infrastructure, and what a real fix actually looks like.</itunes:summary>
      <itunes:subtitle>General-purpose AI deployed in specialized industries doesn't just underperform — it confidently gets things wrong. This episode breaks down why domain context is the missing infrastructure, and what a real fix actually looks like.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Agentic AI in Law: How Smart Automation Is Reshaping Legal Work</title>
      <itunes:title>Agentic AI in Law: How Smart Automation Is Reshaping Legal Work</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">e7654fcb-0538-4112-b89c-9a63ba5dc76f</guid>
      <link>https://share.transistor.fm/s/7e490c24</link>
      <description>
        <![CDATA[<p>Legal work has never been short on complexity, volume, or consequence — but the emergence of agentic AI is forcing the profession to rethink how that work gets done. Unlike the passive, prompt-and-respond tools that left many lawyers unimpressed, agentic AI takes initiative: it identifies tasks, makes decisions, and executes — without hand-holding at every step. This episode of Automatic explores <a href="https://automatic.co/blog/agentic-ai-for-law-firms">what agentic AI means for modern law firms</a>, where it's delivering the most measurable impact, and what separates the firms embracing it from those still running on legacy workflows.</p><p>Here's what the episode covers:</p><ul><li><strong>Agentic vs. assistive AI:</strong> Why the distinction matters in a high-stakes legal environment — and why most tools lawyers have tried so far don't qualify as truly agentic.</li><li><strong>Document review and contract analysis:</strong> How AI systems ingest thousands of pages, surface compliance gaps, flag clause inconsistencies, and deliver results faster and more accurately than a team of associates — without fatigue.</li><li><strong>Operational automation:</strong> The quiet time drain of billing, time-tracking, scheduling, and routine correspondence — and how agentic tools are handling all of it without manual input.</li><li><strong>Predictive litigation analytics:</strong> Moving beyond gut instinct, AI can now analyze millions of case outcomes, judge behavior patterns, and opposing counsel performance to deliver data-backed probability assessments for litigation strategy.</li><li><strong>NLP and legal research:</strong> How Natural Language Processing understands legal intent — not just keywords — cutting multi-day research projects down to minutes with more comprehensive, less biased results.</li><li><strong>Consistency and risk reduction:</strong> Enforcing standardization across every document, filing, and client communication — protecting firms from the subtle errors that individual variation and human fatigue introduce.</li></ul><p>The episode is candid about what agentic AI won't do: replace lawyers. What it will do is absorb the work that was never really a good use of a lawyer's time in the first place, freeing legal professionals to focus on judgment, client relationships, and the nuanced advocacy that no system can replicate. More from the show: if you're interested in how AI handles complex documents more broadly, check out the episode <a href="https://share.transistor.fm/s/31265769">From Documents to Decisions: How BYOD-AI Unlocks Your PDF Intelligence</a>.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Legal work has never been short on complexity, volume, or consequence — but the emergence of agentic AI is forcing the profession to rethink how that work gets done. Unlike the passive, prompt-and-respond tools that left many lawyers unimpressed, agentic AI takes initiative: it identifies tasks, makes decisions, and executes — without hand-holding at every step. This episode of Automatic explores <a href="https://automatic.co/blog/agentic-ai-for-law-firms">what agentic AI means for modern law firms</a>, where it's delivering the most measurable impact, and what separates the firms embracing it from those still running on legacy workflows.</p><p>Here's what the episode covers:</p><ul><li><strong>Agentic vs. assistive AI:</strong> Why the distinction matters in a high-stakes legal environment — and why most tools lawyers have tried so far don't qualify as truly agentic.</li><li><strong>Document review and contract analysis:</strong> How AI systems ingest thousands of pages, surface compliance gaps, flag clause inconsistencies, and deliver results faster and more accurately than a team of associates — without fatigue.</li><li><strong>Operational automation:</strong> The quiet time drain of billing, time-tracking, scheduling, and routine correspondence — and how agentic tools are handling all of it without manual input.</li><li><strong>Predictive litigation analytics:</strong> Moving beyond gut instinct, AI can now analyze millions of case outcomes, judge behavior patterns, and opposing counsel performance to deliver data-backed probability assessments for litigation strategy.</li><li><strong>NLP and legal research:</strong> How Natural Language Processing understands legal intent — not just keywords — cutting multi-day research projects down to minutes with more comprehensive, less biased results.</li><li><strong>Consistency and risk reduction:</strong> Enforcing standardization across every document, filing, and client communication — protecting firms from the subtle errors that individual variation and human fatigue introduce.</li></ul><p>The episode is candid about what agentic AI won't do: replace lawyers. What it will do is absorb the work that was never really a good use of a lawyer's time in the first place, freeing legal professionals to focus on judgment, client relationships, and the nuanced advocacy that no system can replicate. More from the show: if you're interested in how AI handles complex documents more broadly, check out the episode <a href="https://share.transistor.fm/s/31265769">From Documents to Decisions: How BYOD-AI Unlocks Your PDF Intelligence</a>.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Thu, 11 Jun 2026 03:25:25 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/7e490c24/316c41ba.mp3" length="7664997" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>480</itunes:duration>
      <itunes:summary>Agentic AI isn't just another legal tech buzzword — it's fundamentally changing how law firms handle contracts, research, billing, and litigation strategy. This episode breaks down what sets it apart and why forward-thinking firms are already pulling ahead.</itunes:summary>
      <itunes:subtitle>Agentic AI isn't just another legal tech buzzword — it's fundamentally changing how law firms handle contracts, research, billing, and litigation strategy. This episode breaks down what sets it apart and why forward-thinking firms are already pulling ahea</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>From Documents to Decisions: How BYOD-AI Unlocks Your PDF Intelligence</title>
      <itunes:title>From Documents to Decisions: How BYOD-AI Unlocks Your PDF Intelligence</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">078918af-6e9b-45f0-9c5a-5f003bf7eb43</guid>
      <link>https://share.transistor.fm/s/31265769</link>
      <description>
        <![CDATA[<p>Most organizations have already done the hard work of creating their knowledge base — handbooks, contracts, compliance manuals, clinical records, safety protocols. The problem isn't that the information doesn't exist; it's that it's buried in PDFs nobody has time to search. This episode of <em>Automatic</em> explores how <a href="https://llm.co/blog/byod-ai-with-pdfs">the Bring Your Own Data AI approach to PDF intelligence</a> is closing that gap between what an organization knows and what its people can actually access in the moment they need it.</p><p>The episode walks through the full picture of BYOD-AI — what it is, how it works under the hood, why PDFs have historically been so difficult for AI systems to handle, and what it means for security and governance when employees are already reaching for consumer AI tools to fill the void. Key points covered include:</p><ul><li><strong>BYOD-AI defined:</strong> "Bring Your Own Data AI" means grounding a private or hybrid AI system in your organization's own documents — not relying on a generic model trained on the public internet.</li><li><strong>The technical pipeline:</strong> How document ingestion, OCR preprocessing, semantic chunking, and vector embeddings combine to enable concept-based search rather than simple keyword matching.</li><li><strong>Retrieval-Augmented Generation (RAG):</strong> The architecture that keeps AI answers grounded in actual source material, dramatically reducing the risk of the system fabricating responses.</li><li><strong>Shadow AI and security governance:</strong> Why banning AI isn't the answer, and how enterprise BYOD-AI — with role-based access controls, encryption, and audit trails — gives employees a safe on-ramp instead of leaving them to improvise with unmanaged tools.</li><li><strong>Industry use cases:</strong> From legal and compliance teams querying stored contracts, to healthcare professionals surfacing clinical guidelines, to operations teams accessing facility-specific safety protocols — the applications span virtually every sector.</li><li><strong>The cultural upside:</strong> When people can find answers quickly and confidently, they take fewer risky shortcuts — meaning a well-implemented system changes not just document access, but organizational behavior around information.</li></ul><p>The episode anchors many of these ideas in a concrete scenario — a multi-location restaurant group managing a high-pressure game day — to illustrate how the difference between "the answer is somewhere in a binder" and "the answer is here in two seconds" can be the difference between smooth operations and a genuine crisis. The throughline is straightforward: the data most organizations need already exists. BYOD-AI is the infrastructure that makes it usable. For more from the show, check out the episode <a href="https://share.transistor.fm/s/be1b7edc">Agentic AI in Healthcare: From Assistant to Operator</a>.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Most organizations have already done the hard work of creating their knowledge base — handbooks, contracts, compliance manuals, clinical records, safety protocols. The problem isn't that the information doesn't exist; it's that it's buried in PDFs nobody has time to search. This episode of <em>Automatic</em> explores how <a href="https://llm.co/blog/byod-ai-with-pdfs">the Bring Your Own Data AI approach to PDF intelligence</a> is closing that gap between what an organization knows and what its people can actually access in the moment they need it.</p><p>The episode walks through the full picture of BYOD-AI — what it is, how it works under the hood, why PDFs have historically been so difficult for AI systems to handle, and what it means for security and governance when employees are already reaching for consumer AI tools to fill the void. Key points covered include:</p><ul><li><strong>BYOD-AI defined:</strong> "Bring Your Own Data AI" means grounding a private or hybrid AI system in your organization's own documents — not relying on a generic model trained on the public internet.</li><li><strong>The technical pipeline:</strong> How document ingestion, OCR preprocessing, semantic chunking, and vector embeddings combine to enable concept-based search rather than simple keyword matching.</li><li><strong>Retrieval-Augmented Generation (RAG):</strong> The architecture that keeps AI answers grounded in actual source material, dramatically reducing the risk of the system fabricating responses.</li><li><strong>Shadow AI and security governance:</strong> Why banning AI isn't the answer, and how enterprise BYOD-AI — with role-based access controls, encryption, and audit trails — gives employees a safe on-ramp instead of leaving them to improvise with unmanaged tools.</li><li><strong>Industry use cases:</strong> From legal and compliance teams querying stored contracts, to healthcare professionals surfacing clinical guidelines, to operations teams accessing facility-specific safety protocols — the applications span virtually every sector.</li><li><strong>The cultural upside:</strong> When people can find answers quickly and confidently, they take fewer risky shortcuts — meaning a well-implemented system changes not just document access, but organizational behavior around information.</li></ul><p>The episode anchors many of these ideas in a concrete scenario — a multi-location restaurant group managing a high-pressure game day — to illustrate how the difference between "the answer is somewhere in a binder" and "the answer is here in two seconds" can be the difference between smooth operations and a genuine crisis. The throughline is straightforward: the data most organizations need already exists. BYOD-AI is the infrastructure that makes it usable. For more from the show, check out the episode <a href="https://share.transistor.fm/s/be1b7edc">Agentic AI in Healthcare: From Assistant to Operator</a>.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 10 Jun 2026 03:15:15 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/31265769/be7d6c1a.mp3" length="7982646" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>499</itunes:duration>
      <itunes:summary>Most organizations are drowning in PDFs full of critical knowledge that nobody can find fast enough. This episode breaks down how BYOD-AI turns your existing documents into a queryable, secure intelligence layer — without sending sensitive data to consumer tools.</itunes:summary>
      <itunes:subtitle>Most organizations are drowning in PDFs full of critical knowledge that nobody can find fast enough. This episode breaks down how BYOD-AI turns your existing documents into a queryable, secure intelligence layer — without sending sensitive data to consume</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Agentic AI in Healthcare: From Assistant to Operator</title>
      <itunes:title>Agentic AI in Healthcare: From Assistant to Operator</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">e8eb2e9c-3664-440a-92c9-3003973c09f4</guid>
      <link>https://share.transistor.fm/s/be1b7edc</link>
      <description>
        <![CDATA[<p>Healthcare's administrative burden isn't just a frustration — it consumes somewhere between a quarter and a third of every dollar spent in the U.S. system. This episode of Automatic examines how agentic AI is stepping into that gap, drawing on <a href="https://automatic.co/blog/agentic-ai-for-healthcare-life-sciences">Automatic's deep-dive on agentic AI for healthcare and life sciences</a> to map where automation is gaining real traction, what's driving the shift right now, and what it means for the organizations trying to get ahead of it.</p><p>The episode traces a clear evolution — from digitized forms, to AI copilots that assist humans, to autonomous agents that own workflows end to end — and makes the case that we're now entering that third stage. Here's what the discussion covers:</p><ul><li><strong>The scale of the opportunity:</strong> The global healthcare AI market is projected to reach $187 billion by 2030, with McKinsey estimating $200–360 billion in annual value unlockable through automation — context that reframes this as a structural economic shift, not a tech trend.</li><li><strong>Why now:</strong> Three forces converged simultaneously — large language models crossing a clinical reasoning threshold, a decade of healthcare digitization (including FHIR interoperability standards) finally paying off, and a worsening labor shortage projected to hit 124,000 physicians by 2034.</li><li><strong>Clinical workflow automation:</strong> Tools that move beyond note drafting to managing the entire downstream process — coding suggestions, task routing, and approval-ready outputs — representing 62% of the generative AI in healthcare market by clinical application share.</li><li><strong>Administrative and operational ROI:</strong> Prior authorization, revenue cycle management, and denial handling are where buyers are putting money today — administrative process optimization holds the largest single function segment at nearly 33% — because the pain is measurable and the payback window is 12–24 months.</li><li><strong>Life sciences as a proving ground:</strong> Pharmaceutical and biotech workflows — protocol drafting, patient recruitment, regulatory documentation — are documentation-heavy and highly structured, making them among the fastest-growing areas for agentic deployment.</li><li><strong>What separates winners from also-rans:</strong> Integration depth beats model sophistication; trust, auditability, and compliance aren't obstacles to adoption — they're the price of entry in a regulated industry.</li></ul><p>The episode closes with a practical frame for healthcare leaders: transformation is already happening workflow by workflow, and the organizations pulling ahead aren't waiting for a perfect system — they're proving ROI on one broken process at a time. More from the show: if this episode's themes around AI taking on specialist knowledge work resonate, check out <a href="https://share.transistor.fm/s/54f6024f">AI for HR: Private Talent Screening, Policy Parsing &amp; Workforce Planning</a> for a look at how agentic systems are reshaping another high-stakes, documentation-heavy domain.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Healthcare's administrative burden isn't just a frustration — it consumes somewhere between a quarter and a third of every dollar spent in the U.S. system. This episode of Automatic examines how agentic AI is stepping into that gap, drawing on <a href="https://automatic.co/blog/agentic-ai-for-healthcare-life-sciences">Automatic's deep-dive on agentic AI for healthcare and life sciences</a> to map where automation is gaining real traction, what's driving the shift right now, and what it means for the organizations trying to get ahead of it.</p><p>The episode traces a clear evolution — from digitized forms, to AI copilots that assist humans, to autonomous agents that own workflows end to end — and makes the case that we're now entering that third stage. Here's what the discussion covers:</p><ul><li><strong>The scale of the opportunity:</strong> The global healthcare AI market is projected to reach $187 billion by 2030, with McKinsey estimating $200–360 billion in annual value unlockable through automation — context that reframes this as a structural economic shift, not a tech trend.</li><li><strong>Why now:</strong> Three forces converged simultaneously — large language models crossing a clinical reasoning threshold, a decade of healthcare digitization (including FHIR interoperability standards) finally paying off, and a worsening labor shortage projected to hit 124,000 physicians by 2034.</li><li><strong>Clinical workflow automation:</strong> Tools that move beyond note drafting to managing the entire downstream process — coding suggestions, task routing, and approval-ready outputs — representing 62% of the generative AI in healthcare market by clinical application share.</li><li><strong>Administrative and operational ROI:</strong> Prior authorization, revenue cycle management, and denial handling are where buyers are putting money today — administrative process optimization holds the largest single function segment at nearly 33% — because the pain is measurable and the payback window is 12–24 months.</li><li><strong>Life sciences as a proving ground:</strong> Pharmaceutical and biotech workflows — protocol drafting, patient recruitment, regulatory documentation — are documentation-heavy and highly structured, making them among the fastest-growing areas for agentic deployment.</li><li><strong>What separates winners from also-rans:</strong> Integration depth beats model sophistication; trust, auditability, and compliance aren't obstacles to adoption — they're the price of entry in a regulated industry.</li></ul><p>The episode closes with a practical frame for healthcare leaders: transformation is already happening workflow by workflow, and the organizations pulling ahead aren't waiting for a perfect system — they're proving ROI on one broken process at a time. More from the show: if this episode's themes around AI taking on specialist knowledge work resonate, check out <a href="https://share.transistor.fm/s/54f6024f">AI for HR: Private Talent Screening, Policy Parsing &amp; Workforce Planning</a> for a look at how agentic systems are reshaping another high-stakes, documentation-heavy domain.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Sat, 06 Jun 2026 03:55:28 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/be1b7edc/e9f4e4a2.mp3" length="8266858" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>517</itunes:duration>
      <itunes:summary>Healthcare's AI moment has moved past chatbots and copilots — agentic systems are now taking over entire workflows. This episode breaks down where the real economic value lies, and why the window for early movers is already open.</itunes:summary>
      <itunes:subtitle>Healthcare's AI moment has moved past chatbots and copilots — agentic systems are now taking over entire workflows. This episode breaks down where the real economic value lies, and why the window for early movers is already open.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>AI for HR: Private Talent Screening, Policy Parsing &amp; Workforce Planning</title>
      <itunes:title>AI for HR: Private Talent Screening, Policy Parsing &amp; Workforce Planning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">21ac9e57-f1e9-4b50-9366-95d5b83badf7</guid>
      <link>https://share.transistor.fm/s/54f6024f</link>
      <description>
        <![CDATA[<p>Human resources sits at the intersection of speed, fairness, and confidentiality — a combination that traditional software has never handled gracefully. This episode of <em>Automatic</em> draws on <a href="https://llm.co/blog/ai-for-hr-talent-screening">this deep-dive article on AI for HR talent screening, policy parsing, and workforce planning</a> to explore how private, on-premise language model deployments are giving HR teams the leverage to work smarter across three mission-critical functions — without trading employee trust for efficiency.</p><p>The episode walks through each domain in detail, examining both the immediate productivity gains and the longer-term strategic implications. Key topics covered include:</p><ul><li><strong>Semantic resume screening:</strong> How language models move beyond keyword matching to evaluate contextual competencies, surface adaptable candidates, and apply consistent evaluation logic at any hour — complete with auditable decision trails that satisfy EEOC scrutiny.</li><li><strong>Bias detection and fairness governance:</strong> Why feeding historical hiring data into AI without stripping protected-class indicators can automate discrimination, and how responsible teams monitor outputs with continuous fairness dashboards and versioned retraining cycles.</li><li><strong>Candidate experience as brand signal:</strong> The way faster status updates, constructive rejection feedback, and richer interviewer prep summaries turn the screening funnel into a competitive differentiator rather than a liability.</li><li><strong>Policy management as a living system:</strong> How queryable policy knowledge bases let employees get cited, plain-English answers to HR questions instantly — while the model proactively flags regulatory conflicts before they become fines or litigation.</li><li><strong>Predictive workforce planning:</strong> Using aggregated behavioral signals — engagement scores, tenure patterns, promotion cadence — to surface flight risks early and enable supportive conversations rather than reactive exit interviews.</li><li><strong>Scenario planning for finance and leadership:</strong> How real-time headcount simulations replace week-long spreadsheet exercises, letting CFOs and boards model hiring freezes or expansion decisions during the meeting itself.</li></ul><p>Running through all three areas is a single architectural requirement: keeping sensitive personnel data — compensation records, medical leave details, performance reviews — behind the organization's own firewall. The episode argues that private deployment isn't just a legal safeguard; it's what makes employees trust the systems designed to support them, which in turn makes those systems more effective. More from the show: if AI memory and context management are on your radar, don't miss <a href="https://share.transistor.fm/s/d2d3cd3c">The Context Window Trap: Why Bigger AI Memory Isn't Always Better</a>.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Human resources sits at the intersection of speed, fairness, and confidentiality — a combination that traditional software has never handled gracefully. This episode of <em>Automatic</em> draws on <a href="https://llm.co/blog/ai-for-hr-talent-screening">this deep-dive article on AI for HR talent screening, policy parsing, and workforce planning</a> to explore how private, on-premise language model deployments are giving HR teams the leverage to work smarter across three mission-critical functions — without trading employee trust for efficiency.</p><p>The episode walks through each domain in detail, examining both the immediate productivity gains and the longer-term strategic implications. Key topics covered include:</p><ul><li><strong>Semantic resume screening:</strong> How language models move beyond keyword matching to evaluate contextual competencies, surface adaptable candidates, and apply consistent evaluation logic at any hour — complete with auditable decision trails that satisfy EEOC scrutiny.</li><li><strong>Bias detection and fairness governance:</strong> Why feeding historical hiring data into AI without stripping protected-class indicators can automate discrimination, and how responsible teams monitor outputs with continuous fairness dashboards and versioned retraining cycles.</li><li><strong>Candidate experience as brand signal:</strong> The way faster status updates, constructive rejection feedback, and richer interviewer prep summaries turn the screening funnel into a competitive differentiator rather than a liability.</li><li><strong>Policy management as a living system:</strong> How queryable policy knowledge bases let employees get cited, plain-English answers to HR questions instantly — while the model proactively flags regulatory conflicts before they become fines or litigation.</li><li><strong>Predictive workforce planning:</strong> Using aggregated behavioral signals — engagement scores, tenure patterns, promotion cadence — to surface flight risks early and enable supportive conversations rather than reactive exit interviews.</li><li><strong>Scenario planning for finance and leadership:</strong> How real-time headcount simulations replace week-long spreadsheet exercises, letting CFOs and boards model hiring freezes or expansion decisions during the meeting itself.</li></ul><p>Running through all three areas is a single architectural requirement: keeping sensitive personnel data — compensation records, medical leave details, performance reviews — behind the organization's own firewall. The episode argues that private deployment isn't just a legal safeguard; it's what makes employees trust the systems designed to support them, which in turn makes those systems more effective. More from the show: if AI memory and context management are on your radar, don't miss <a href="https://share.transistor.fm/s/d2d3cd3c">The Context Window Trap: Why Bigger AI Memory Isn't Always Better</a>.</p><p><a href="https://llm.co">LLM</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 05 Jun 2026 08:29:57 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/54f6024f/7150afc6.mp3" length="8662248" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>542</itunes:duration>
      <itunes:summary>HR teams are drowning in resumes, outdated policies, and reactive workforce plans — but private AI deployments are changing all three. This episode breaks down how language models can transform talent screening, policy management, and strategic planning without compromising employee data.</itunes:summary>
      <itunes:subtitle>HR teams are drowning in resumes, outdated policies, and reactive workforce plans — but private AI deployments are changing all three. This episode breaks down how language models can transform talent screening, policy management, and strategic planning w</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>The Context Window Trap: Why Bigger AI Memory Isn't Always Better</title>
      <itunes:title>The Context Window Trap: Why Bigger AI Memory Isn't Always Better</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">b89123d9-953a-4fe0-81c8-233ac364c765</guid>
      <link>https://share.transistor.fm/s/d2d3cd3c</link>
      <description>
        <![CDATA[<p>The race to build ever-larger AI context windows has produced some genuinely impressive numbers — but impressive specs don't always translate to better products. This episode of Automatic digs into a counterintuitive truth that's quietly tripping up engineering teams across the industry: stuffing more information into a model's context can actively hurt performance, and understanding why is critical for anyone shipping AI-powered features right now. The discussion draws on <a href="https://automatic.co/blog/agentic-ai-for-energy-and-utilities-">this in-depth look at AI context and retrieval strategy</a> to unpack what's really going on beneath the surface of the context window arms race.</p><p>Here's what the episode covers:</p><ul><li><strong>The "lost in the middle" problem:</strong> Research from Stanford shows that language models reliably degrade in accuracy when the information they need is buried in the middle of a long context — recency and primacy bias are real, even at a million tokens.</li><li><strong>Why the whiteboard metaphor is wrong:</strong> A spotlight on a stage is a more accurate model for how attention works — more content on stage doesn't mean the model focuses better; it often means it focuses worse.</li><li><strong>The hidden costs of giant contexts:</strong> Beyond accuracy, large context windows carry real financial and latency penalties — making brute-force context stuffing slow, expensive, and fragile at production scale.</li><li><strong>Why retrieval-augmented generation (RAG) isn't optional:</strong> Mature AI teams are treating RAG pipelines as foundational infrastructure, not a future nice-to-have — feeding models a small, tightly scoped, high-relevance context instead of a flood of raw data.</li><li><strong>The new bottleneck is retrieval quality:</strong> Chunking strategy, embedding model freshness, metadata filtering, and hybrid search (dense vectors combined with sparse keyword search like BM25) all determine whether your system surfaces the right information — or confidently hands the model the wrong answer.</li><li><strong>Observability as a product advantage:</strong> Teams that build proper retrieval layers gain the ability to log, inspect, and tune what the model sees — turning a black box into a system they can actually improve over time.</li></ul><p>The central argument is clear and practical: the teams getting the most reliable results from AI right now aren't the ones pushing context limits to their maximum — they're the ones being disciplined about the minimum context a model actually needs to do its job well. Chasing spec sheets is a distraction; chasing outcomes is the work.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>The race to build ever-larger AI context windows has produced some genuinely impressive numbers — but impressive specs don't always translate to better products. This episode of Automatic digs into a counterintuitive truth that's quietly tripping up engineering teams across the industry: stuffing more information into a model's context can actively hurt performance, and understanding why is critical for anyone shipping AI-powered features right now. The discussion draws on <a href="https://automatic.co/blog/agentic-ai-for-energy-and-utilities-">this in-depth look at AI context and retrieval strategy</a> to unpack what's really going on beneath the surface of the context window arms race.</p><p>Here's what the episode covers:</p><ul><li><strong>The "lost in the middle" problem:</strong> Research from Stanford shows that language models reliably degrade in accuracy when the information they need is buried in the middle of a long context — recency and primacy bias are real, even at a million tokens.</li><li><strong>Why the whiteboard metaphor is wrong:</strong> A spotlight on a stage is a more accurate model for how attention works — more content on stage doesn't mean the model focuses better; it often means it focuses worse.</li><li><strong>The hidden costs of giant contexts:</strong> Beyond accuracy, large context windows carry real financial and latency penalties — making brute-force context stuffing slow, expensive, and fragile at production scale.</li><li><strong>Why retrieval-augmented generation (RAG) isn't optional:</strong> Mature AI teams are treating RAG pipelines as foundational infrastructure, not a future nice-to-have — feeding models a small, tightly scoped, high-relevance context instead of a flood of raw data.</li><li><strong>The new bottleneck is retrieval quality:</strong> Chunking strategy, embedding model freshness, metadata filtering, and hybrid search (dense vectors combined with sparse keyword search like BM25) all determine whether your system surfaces the right information — or confidently hands the model the wrong answer.</li><li><strong>Observability as a product advantage:</strong> Teams that build proper retrieval layers gain the ability to log, inspect, and tune what the model sees — turning a black box into a system they can actually improve over time.</li></ul><p>The central argument is clear and practical: the teams getting the most reliable results from AI right now aren't the ones pushing context limits to their maximum — they're the ones being disciplined about the minimum context a model actually needs to do its job well. Chasing spec sheets is a distraction; chasing outcomes is the work.</p><p><a href="https://automatic.co">Automatic</a></p>]]>
      </content:encoded>
      <pubDate>Thu, 04 Jun 2026 15:32:22 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/d2d3cd3c/1eb06e12.mp3" length="6323766" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>396</itunes:duration>
      <itunes:summary>Bigger AI memory sounds like a free upgrade — but it can silently wreck your product. This episode breaks down why context window size is the wrong thing to optimize for, and what disciplined AI teams are doing instead.</itunes:summary>
      <itunes:subtitle>Bigger AI memory sounds like a free upgrade — but it can silently wreck your product. This episode breaks down why context window size is the wrong thing to optimize for, and what disciplined AI teams are doing instead.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Why Generative AI Fails Without Domain Context — And How to Fix It</title>
      <itunes:title>Why Generative AI Fails Without Domain Context — And How to Fix It</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">e7c1b116-ca66-4657-8f95-2a4cd3a10d81</guid>
      <link>https://share.transistor.fm/s/797ce12a</link>
      <description>
        <![CDATA[<p>Generative AI can write a blog post in seconds, draft a legal memo in minutes, and produce marketing copy before your coffee gets cold. But ask it a precise question about tax depreciation schedules, structural engineering tolerances, or pharmaceutical compliance protocols, and you'll often get a response that sounds authoritative while being dangerously wrong. The root cause isn't a lack of computing power or model size. It's a lack of domain context — the specialized knowledge, terminology, rules, and institutional memory that professionals carry in their heads and rely on every day.</p><p>In this episode, we take a deep dive into a recent article from LLM.co that explores why generative AI consistently fails in specialized professional environments and what organizations can do to close the gap. This isn't a surface-level overview. We unpack the mechanics of why large language models hallucinate, why they confuse similar-sounding terms with catastrophic consequences, and why their polished prose often masks fundamental misunderstandings of the domains they're asked to serve.</p><p>We start by examining what LLM.co calls "The Mirage of Generic Intelligence." Large language models are trained on billions of words from the open internet. They excel at predicting the next word in a sequence, which produces remarkably fluent text. But fluency is not the same as accuracy. A model that has seen the word "filament" in both industrial lighting and 3D printing contexts may casually swap meanings — a minor annoyance in a consumer chatbot, but a production-halting error in a manufacturing specification. Domain experts catch these mistakes instantly, and once trust is broken, it rarely returns.</p><p>The episode then explores three critical dimensions where domain context makes or breaks AI deployments. First, precision: in engineering, law, medicine, and finance, synonyms are not interchangeable. A bolt is not a screw. A deduction is not an exemption. When AI treats specialized terminology as loosely equivalent, every downstream process — from procurement orders to compliance reviews — requires human correction, which eliminates the efficiency gains that justified the AI investment in the first place.</p><p>Second, compliance and risk. Regulated industries operate within intricate frameworks of mandatory language, disclosure requirements, and formatting rules. A missing footnote in a financial document or a misplaced phrase in a pharmaceutical protocol can trigger regulatory action, invalidate clinical data, or create significant legal liability. General-purpose AI models don't know these rules exist unless explicitly taught, turning every piece of generated content into a potential compliance landmine.</p><p>Third, trust signals. Professionals evaluate AI output through micro-cues invisible to casual readers — whether voltage symbols match the correct standards body, whether the right oversight agency is named for a specific certification year, whether notation conventions align with industry practice. These details function as secret handshakes. When a model gets them right, professionals relax and integrate the tool into their workflows. When it misses even one or two, credibility collapses and no executive mandate can force adoption.</p><p>We discuss how these three dimensions — precision, compliance, and trust — are interconnected and compounding. Getting terminology right improves compliance accuracy. Correct compliance language generates trust signals naturally. And established trust accelerates adoption, which produces more feedback and further improves precision. The reverse is equally true: a single terminology error can cascade into compliance failures, eroded trust, and stalled adoption.</p><p>The episode then shifts to practical strategies for identifying and closing domain knowledge gaps. We walk through a systematic approach that starts with uncovering the unspoken assumptions — the tribal knowledge that experienced professionals carry but rarely document. Structured interviews, shadowing sessions, and mining internal communications can surface rules that everyone knows but no one has written down, like the fact that "shutdown" in an oil refinery means scheduled maintenance, not an emergency.</p><p>We cover the concept of "data mirage zones" — sources that look authoritative but are actually outdated white papers, frozen documentation from years ago, or marketing materials masquerading as technical references. Periodic source audits that score documents for freshness, provenance, and cross-reference density are essential for maintaining a clean, reliable knowledge base. This cleanup work often yields organizational benefits well beyond the AI system itself.</p><p>The repair strategies discussed include curating knowledge sources for quality over quantity, embedding domain experts in continuous feedback loops rather than quarterly review cycles, and building dynamic guardrails that learn from their own interventions. We explore how adaptive guardrails connected to knowledge graphs and real-time validators can catch errors before they reach users, logging each intervention to inform future improvements.</p><p>Finally, we discuss measurement and future-proofing. Hallucination rate — the percentage of generated sentences lacking verifiable support in the sanctioned knowledge corpus — is proposed as a key performance indicator far more useful than conference benchmarks. We cover why feedback loops must drive actual retraining rather than just collecting dust, and why proactive corpus refreshes beat the reactive overhaul projects that organizations tend to launch every few years.</p><p>Whether you're a founder evaluating AI tools, an executive overseeing AI deployment, a marketer integrating AI into content workflows, or an agency owner building AI-powered services, this episode provides a clear framework for understanding why domain context is the difference between AI that impresses in demos and AI that performs in production.</p><p>Learn more:<br>Main site: <a href="https://llm.co/">https://llm.co/</a><br> Full article: <a href="https://llm.co/blog/generative-ai-domain-context">https://llm.co/blog/generative-ai-domain-context</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Generative AI can write a blog post in seconds, draft a legal memo in minutes, and produce marketing copy before your coffee gets cold. But ask it a precise question about tax depreciation schedules, structural engineering tolerances, or pharmaceutical compliance protocols, and you'll often get a response that sounds authoritative while being dangerously wrong. The root cause isn't a lack of computing power or model size. It's a lack of domain context — the specialized knowledge, terminology, rules, and institutional memory that professionals carry in their heads and rely on every day.</p><p>In this episode, we take a deep dive into a recent article from LLM.co that explores why generative AI consistently fails in specialized professional environments and what organizations can do to close the gap. This isn't a surface-level overview. We unpack the mechanics of why large language models hallucinate, why they confuse similar-sounding terms with catastrophic consequences, and why their polished prose often masks fundamental misunderstandings of the domains they're asked to serve.</p><p>We start by examining what LLM.co calls "The Mirage of Generic Intelligence." Large language models are trained on billions of words from the open internet. They excel at predicting the next word in a sequence, which produces remarkably fluent text. But fluency is not the same as accuracy. A model that has seen the word "filament" in both industrial lighting and 3D printing contexts may casually swap meanings — a minor annoyance in a consumer chatbot, but a production-halting error in a manufacturing specification. Domain experts catch these mistakes instantly, and once trust is broken, it rarely returns.</p><p>The episode then explores three critical dimensions where domain context makes or breaks AI deployments. First, precision: in engineering, law, medicine, and finance, synonyms are not interchangeable. A bolt is not a screw. A deduction is not an exemption. When AI treats specialized terminology as loosely equivalent, every downstream process — from procurement orders to compliance reviews — requires human correction, which eliminates the efficiency gains that justified the AI investment in the first place.</p><p>Second, compliance and risk. Regulated industries operate within intricate frameworks of mandatory language, disclosure requirements, and formatting rules. A missing footnote in a financial document or a misplaced phrase in a pharmaceutical protocol can trigger regulatory action, invalidate clinical data, or create significant legal liability. General-purpose AI models don't know these rules exist unless explicitly taught, turning every piece of generated content into a potential compliance landmine.</p><p>Third, trust signals. Professionals evaluate AI output through micro-cues invisible to casual readers — whether voltage symbols match the correct standards body, whether the right oversight agency is named for a specific certification year, whether notation conventions align with industry practice. These details function as secret handshakes. When a model gets them right, professionals relax and integrate the tool into their workflows. When it misses even one or two, credibility collapses and no executive mandate can force adoption.</p><p>We discuss how these three dimensions — precision, compliance, and trust — are interconnected and compounding. Getting terminology right improves compliance accuracy. Correct compliance language generates trust signals naturally. And established trust accelerates adoption, which produces more feedback and further improves precision. The reverse is equally true: a single terminology error can cascade into compliance failures, eroded trust, and stalled adoption.</p><p>The episode then shifts to practical strategies for identifying and closing domain knowledge gaps. We walk through a systematic approach that starts with uncovering the unspoken assumptions — the tribal knowledge that experienced professionals carry but rarely document. Structured interviews, shadowing sessions, and mining internal communications can surface rules that everyone knows but no one has written down, like the fact that "shutdown" in an oil refinery means scheduled maintenance, not an emergency.</p><p>We cover the concept of "data mirage zones" — sources that look authoritative but are actually outdated white papers, frozen documentation from years ago, or marketing materials masquerading as technical references. Periodic source audits that score documents for freshness, provenance, and cross-reference density are essential for maintaining a clean, reliable knowledge base. This cleanup work often yields organizational benefits well beyond the AI system itself.</p><p>The repair strategies discussed include curating knowledge sources for quality over quantity, embedding domain experts in continuous feedback loops rather than quarterly review cycles, and building dynamic guardrails that learn from their own interventions. We explore how adaptive guardrails connected to knowledge graphs and real-time validators can catch errors before they reach users, logging each intervention to inform future improvements.</p><p>Finally, we discuss measurement and future-proofing. Hallucination rate — the percentage of generated sentences lacking verifiable support in the sanctioned knowledge corpus — is proposed as a key performance indicator far more useful than conference benchmarks. We cover why feedback loops must drive actual retraining rather than just collecting dust, and why proactive corpus refreshes beat the reactive overhaul projects that organizations tend to launch every few years.</p><p>Whether you're a founder evaluating AI tools, an executive overseeing AI deployment, a marketer integrating AI into content workflows, or an agency owner building AI-powered services, this episode provides a clear framework for understanding why domain context is the difference between AI that impresses in demos and AI that performs in production.</p><p>Learn more:<br>Main site: <a href="https://llm.co/">https://llm.co/</a><br> Full article: <a href="https://llm.co/blog/generative-ai-domain-context">https://llm.co/blog/generative-ai-domain-context</a></p>]]>
      </content:encoded>
      <pubDate>Tue, 26 May 2026 19:15:38 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/797ce12a/2d815e59.mp3" length="14033439" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>878</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>Generative AI can write a blog post in seconds, draft a legal memo in minutes, and produce marketing copy before your coffee gets cold. But ask it a precise question about tax depreciation schedules, structural engineering tolerances, or pharmaceutical compliance protocols, and you'll often get a response that sounds authoritative while being dangerously wrong. The root cause isn't a lack of computing power or model size. It's a lack of domain context — the specialized knowledge, terminology, rules, and institutional memory that professionals carry in their heads and rely on every day.</p><p>In this episode, we take a deep dive into a recent article from LLM.co that explores why generative AI consistently fails in specialized professional environments and what organizations can do to close the gap. This isn't a surface-level overview. We unpack the mechanics of why large language models hallucinate, why they confuse similar-sounding terms with catastrophic consequences, and why their polished prose often masks fundamental misunderstandings of the domains they're asked to serve.</p><p>We start by examining what LLM.co calls "The Mirage of Generic Intelligence." Large language models are trained on billions of words from the open internet. They excel at predicting the next word in a sequence, which produces remarkably fluent text. But fluency is not the same as accuracy. A model that has seen the word "filament" in both industrial lighting and 3D printing contexts may casually swap meanings — a minor annoyance in a consumer chatbot, but a production-halting error in a manufacturing specification. Domain experts catch these mistakes instantly, and once trust is broken, it rarely returns.</p><p>The episode then explores three critical dimensions where domain context makes or breaks AI deployments. First, precision: in engineering, law, medicine, and finance, synonyms are not interchangeable. A bolt is not a screw. A deduction is not an exemption. When AI treats specialized terminology as loosely equivalent, every downstream process — from procurement orders to compliance reviews — requires human correction, which eliminates the efficiency gains that justified the AI investment in the first place.</p><p>Second, compliance and risk. Regulated industries operate within intricate frameworks of mandatory language, disclosure requirements, and formatting rules. A missing footnote in a financial document or a misplaced phrase in a pharmaceutical protocol can trigger regulatory action, invalidate clinical data, or create significant legal liability. General-purpose AI models don't know these rules exist unless explicitly taught, turning every piece of generated content into a potential compliance landmine.</p><p>Third, trust signals. Professionals evaluate AI output through micro-cues invisible to casual readers — whether voltage symbols match the correct standards body, whether the right oversight agency is named for a specific certification year, whether notation conventions align with industry practice. These details function as secret handshakes. When a model gets them right, professionals relax and integrate the tool into their workflows. When it misses even one or two, credibility collapses and no executive mandate can force adoption.</p><p>We discuss how these three dimensions — precision, compliance, and trust — are interconnected and compounding. Getting terminology right improves compliance accuracy. Correct compliance language generates trust signals naturally. And established trust accelerates adoption, which produces more feedback and further improves precision. The reverse is equally true: a single terminology error can cascade into compliance failures, eroded trust, and stalled adoption.</p><p>The episode then shifts to practical strategies for identifying and closing domain knowledge gaps. We walk through a systematic approach that starts with uncovering the unspoken assumptions — the tribal knowledge that experienced professionals carry but rarely document. Structured interviews, shadowing sessions, and mining internal communications can surface rules that everyone knows but no one has written down, like the fact that "shutdown" in an oil refinery means scheduled maintenance, not an emergency.</p><p>We cover the concept of "data mirage zones" — sources that look authoritative but are actually outdated white papers, frozen documentation from years ago, or marketing materials masquerading as technical references. Periodic source audits that score documents for freshness, provenance, and cross-reference density are essential for maintaining a clean, reliable knowledge base. This cleanup work often yields organizational benefits well beyond the AI system itself.</p><p>The repair strategies discussed include curating knowledge sources for quality over quantity, embedding domain experts in continuous feedback loops rather than quarterly review cycles, and building dynamic guardrails that learn from their own interventions. We explore how adaptive guardrails connected to knowledge graphs and real-time validators can catch errors before they reach users, logging each intervention to inform future improvements.</p><p>Finally, we discuss measurement and future-proofing. Hallucination rate — the percentage of generated sentences lacking verifiable support in the sanctioned knowledge corpus — is proposed as a key performance indicator far more useful than conference benchmarks. We cover why feedback loops must drive actual retraining rather than just collecting dust, and why proactive corpus refreshes beat the reactive overhaul projects that organizations tend to launch every few years.</p><p>Whether you're a founder evaluating AI tools, an executive overseeing AI deployment, a marketer integrating AI into content workflows, or an agency owner building AI-powered services, this episode provides a clear framework for understanding why domain context is the difference between AI that impresses in demos and AI that performs in production.</p><p>Learn more:<br>Main site: <a href="https://llm.co/">https://llm.co/</a><br> Full article: <a href="https://llm.co/blog/generative-ai-domain-context">https://llm.co/blog/generative-ai-domain-context</a></p>]]>
      </itunes:summary>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Private LLMs for Manufacturing: From SOPs to Smart Production Lines</title>
      <itunes:title>Private LLMs for Manufacturing: From SOPs to Smart Production Lines</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">e7ce5680-ce28-41eb-ad7b-c9ffe9db5b6c</guid>
      <link>https://share.transistor.fm/s/484ba7f8</link>
      <description>
        <![CDATA[<p>Manufacturers run on institutional knowledge buried in SOPs, torque charts, and equipment manuals. A private LLM trained on that data can transform those dusty binders into an on-call digital coach — answering questions in real time while the line keeps running.</p><p>In this episode, we cover:</p><ul><li>Why private LLMs matter: protecting proprietary knowledge, reducing latency, and meeting compliance requirements</li><li>How to train a factory-focused model: sourcing data from SOPs, annotating jargon and edge cases, and handling production drift</li><li>Deployment strategies: voice assistants for operators, visual inspection through language, and maintenance bots that learn in real time</li><li>Measuring ROI: cutting downtime, accelerating skills transfer, and keeping quality scores above the red line</li><li>Future-proofing with hybrid intelligence: human oversight, edge-to-cloud collaboration, and scaling from one cell to global plants</li></ul><p>Based on the article from <a href="https://llm.co/blog/private-llms-for-smart-production-lines">LLM.co</a>.</p><p>Learn more at <a href="https://manufacturing.co">Manufacturing.co</a>.</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Manufacturers run on institutional knowledge buried in SOPs, torque charts, and equipment manuals. A private LLM trained on that data can transform those dusty binders into an on-call digital coach — answering questions in real time while the line keeps running.</p><p>In this episode, we cover:</p><ul><li>Why private LLMs matter: protecting proprietary knowledge, reducing latency, and meeting compliance requirements</li><li>How to train a factory-focused model: sourcing data from SOPs, annotating jargon and edge cases, and handling production drift</li><li>Deployment strategies: voice assistants for operators, visual inspection through language, and maintenance bots that learn in real time</li><li>Measuring ROI: cutting downtime, accelerating skills transfer, and keeping quality scores above the red line</li><li>Future-proofing with hybrid intelligence: human oversight, edge-to-cloud collaboration, and scaling from one cell to global plants</li></ul><p>Based on the article from <a href="https://llm.co/blog/private-llms-for-smart-production-lines">LLM.co</a>.</p><p>Learn more at <a href="https://manufacturing.co">Manufacturing.co</a>.</p>]]>
      </content:encoded>
      <pubDate>Sat, 23 May 2026 08:44:12 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/484ba7f8/ab8cea33.mp3" length="9272468" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>580</itunes:duration>
      <itunes:summary>How private large language models are transforming manufacturing — from digitizing decades of standard operating procedures to deploying voice assistants, visual inspection systems, and real-time maintenance bots on the factory floor.</itunes:summary>
      <itunes:subtitle>How private large language models are transforming manufacturing — from digitizing decades of standard operating procedures to deploying voice assistants, visual inspection systems, and real-time maintenance bots on the factory floor.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Real-Time Document Verification Using Internal AI Models</title>
      <itunes:title>Real-Time Document Verification Using Internal AI Models</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">8adabcf2-1758-4c0e-8171-ce0435abeeec</guid>
      <link>https://share.transistor.fm/s/fc2ccadd</link>
      <description>
        <![CDATA[<p><strong>Episode summary:</strong> Document verification is one of those back-office problems that sounds mundane until you realize it's a bottleneck affecting every department in the organization. In this episode, Alex and Molly break down the LLM.co article <em>"Real-Time Document Verification Using Internal AI Models"</em> and explore how internal AI is turning administrative drudgery into near-instant, secure, and auditable verification — all behind the firewall.</p><p>The conversation covers the full pipeline: from streaming inference that starts verifying before a document even finishes uploading, to tri-channel fusion that cross-examines vision, language, and metadata simultaneously, to the governance layers that keep sensitive data locked down while still proving authenticity.</p><p>What this episode covers</p><ul><li>Why manual document review can't scale — and the real cost of delayed approvals, missed forgeries, and regulatory deadlines.</li><li>How streaming inference processes documents in chunks as they upload, delivering verdicts before the progress bar finishes.</li><li>Tri-channel fusion: combining computer vision, NLP, and metadata analysis to catch mismatches that siloed checks would miss.</li><li>Differentiable parsers that learn from new document formats automatically instead of requiring manual rule updates.</li><li>Privacy-first architecture: fine-grained permission layers, role-based access, and transparent audit trails for compliance.</li><li>Synthetic data generation for training without exposing real sensitive documents.</li><li>The false positive problem: precision vs. recall tradeoffs and how to tune thresholds per document type.</li><li>Production scaling with Kubernetes autoscaling, GPU/CPU splits, caching, and continuous benchmarking on real-world messy data.</li><li>Continuous learning with shadow-labeling loops and painless rollbacks via task-specific adapters.</li><li>Future horizons: multimodal identity signals (NFC, cryptographic QR, holograms) and edge deployment for field operations.</li></ul><p>Key themes</p><ul><li>Verification as invisible infrastructure — the best system is one users never notice.</li><li>Governance baked in from day one, not bolted on later.</li><li>Human-in-the-loop for hard cases; automation for the routine 90%.</li><li>The multiplier effect: faster verification accelerates procurement, onboarding, compliance, and every process downstream.</li><li>Integration-friendly design that plugs into existing ERPs and workflows without rip-and-replace.</li></ul><p>Who this is for</p><p>Enterprise leaders, operations teams, compliance officers, CIOs, and anyone responsible for document-heavy workflows who wants to understand how internal AI can eliminate verification bottlenecks while maintaining security and auditability.</p><p>Learn more</p><p>Full article: <a href="https://llm.co/blog/real-time-document-verification-internal-ai">Real-Time Document Verification Using Internal AI Models</a><br> <a href="https://llm.co">LLM.co</a><br> <a href="https://automatic.co">Automatic.co</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>Episode summary:</strong> Document verification is one of those back-office problems that sounds mundane until you realize it's a bottleneck affecting every department in the organization. In this episode, Alex and Molly break down the LLM.co article <em>"Real-Time Document Verification Using Internal AI Models"</em> and explore how internal AI is turning administrative drudgery into near-instant, secure, and auditable verification — all behind the firewall.</p><p>The conversation covers the full pipeline: from streaming inference that starts verifying before a document even finishes uploading, to tri-channel fusion that cross-examines vision, language, and metadata simultaneously, to the governance layers that keep sensitive data locked down while still proving authenticity.</p><p>What this episode covers</p><ul><li>Why manual document review can't scale — and the real cost of delayed approvals, missed forgeries, and regulatory deadlines.</li><li>How streaming inference processes documents in chunks as they upload, delivering verdicts before the progress bar finishes.</li><li>Tri-channel fusion: combining computer vision, NLP, and metadata analysis to catch mismatches that siloed checks would miss.</li><li>Differentiable parsers that learn from new document formats automatically instead of requiring manual rule updates.</li><li>Privacy-first architecture: fine-grained permission layers, role-based access, and transparent audit trails for compliance.</li><li>Synthetic data generation for training without exposing real sensitive documents.</li><li>The false positive problem: precision vs. recall tradeoffs and how to tune thresholds per document type.</li><li>Production scaling with Kubernetes autoscaling, GPU/CPU splits, caching, and continuous benchmarking on real-world messy data.</li><li>Continuous learning with shadow-labeling loops and painless rollbacks via task-specific adapters.</li><li>Future horizons: multimodal identity signals (NFC, cryptographic QR, holograms) and edge deployment for field operations.</li></ul><p>Key themes</p><ul><li>Verification as invisible infrastructure — the best system is one users never notice.</li><li>Governance baked in from day one, not bolted on later.</li><li>Human-in-the-loop for hard cases; automation for the routine 90%.</li><li>The multiplier effect: faster verification accelerates procurement, onboarding, compliance, and every process downstream.</li><li>Integration-friendly design that plugs into existing ERPs and workflows without rip-and-replace.</li></ul><p>Who this is for</p><p>Enterprise leaders, operations teams, compliance officers, CIOs, and anyone responsible for document-heavy workflows who wants to understand how internal AI can eliminate verification bottlenecks while maintaining security and auditability.</p><p>Learn more</p><p>Full article: <a href="https://llm.co/blog/real-time-document-verification-internal-ai">Real-Time Document Verification Using Internal AI Models</a><br> <a href="https://llm.co">LLM.co</a><br> <a href="https://automatic.co">Automatic.co</a></p>]]>
      </content:encoded>
      <pubDate>Thu, 21 May 2026 03:40:59 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/fc2ccadd/cfbfe979.mp3" length="15057023" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>942</itunes:duration>
      <itunes:summary>
        <![CDATA[<p><strong>Episode summary:</strong> Document verification is one of those back-office problems that sounds mundane until you realize it's a bottleneck affecting every department in the organization. In this episode, Alex and Molly break down the LLM.co article <em>"Real-Time Document Verification Using Internal AI Models"</em> and explore how internal AI is turning administrative drudgery into near-instant, secure, and auditable verification — all behind the firewall.</p><p>The conversation covers the full pipeline: from streaming inference that starts verifying before a document even finishes uploading, to tri-channel fusion that cross-examines vision, language, and metadata simultaneously, to the governance layers that keep sensitive data locked down while still proving authenticity.</p><p>What this episode covers</p><ul><li>Why manual document review can't scale — and the real cost of delayed approvals, missed forgeries, and regulatory deadlines.</li><li>How streaming inference processes documents in chunks as they upload, delivering verdicts before the progress bar finishes.</li><li>Tri-channel fusion: combining computer vision, NLP, and metadata analysis to catch mismatches that siloed checks would miss.</li><li>Differentiable parsers that learn from new document formats automatically instead of requiring manual rule updates.</li><li>Privacy-first architecture: fine-grained permission layers, role-based access, and transparent audit trails for compliance.</li><li>Synthetic data generation for training without exposing real sensitive documents.</li><li>The false positive problem: precision vs. recall tradeoffs and how to tune thresholds per document type.</li><li>Production scaling with Kubernetes autoscaling, GPU/CPU splits, caching, and continuous benchmarking on real-world messy data.</li><li>Continuous learning with shadow-labeling loops and painless rollbacks via task-specific adapters.</li><li>Future horizons: multimodal identity signals (NFC, cryptographic QR, holograms) and edge deployment for field operations.</li></ul><p>Key themes</p><ul><li>Verification as invisible infrastructure — the best system is one users never notice.</li><li>Governance baked in from day one, not bolted on later.</li><li>Human-in-the-loop for hard cases; automation for the routine 90%.</li><li>The multiplier effect: faster verification accelerates procurement, onboarding, compliance, and every process downstream.</li><li>Integration-friendly design that plugs into existing ERPs and workflows without rip-and-replace.</li></ul><p>Who this is for</p><p>Enterprise leaders, operations teams, compliance officers, CIOs, and anyone responsible for document-heavy workflows who wants to understand how internal AI can eliminate verification bottlenecks while maintaining security and auditability.</p><p>Learn more</p><p>Full article: <a href="https://llm.co/blog/real-time-document-verification-internal-ai">Real-Time Document Verification Using Internal AI Models</a><br> <a href="https://llm.co">LLM.co</a><br> <a href="https://automatic.co">Automatic.co</a></p>]]>
      </itunes:summary>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Agentic AI for Media, Education &amp; The Public Sector — What the Market Data Says</title>
      <itunes:title>Agentic AI for Media, Education &amp; The Public Sector — What the Market Data Says</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">da4b36d8-7e2e-452d-96c4-c04f427273ab</guid>
      <link>https://share.transistor.fm/s/24bb6a62</link>
      <description>
        <![CDATA[<p>Agentic AI is moving from a product label to a new operating pattern — and three sectors are leading the shift: media, education, and public services.</p><p>In this episode, we break down a detailed market research report from Automatic.co that maps the agentic AI opportunity across these trust-sensitive sectors. Topics covered include:</p><ul><li>The $54B+ combined AI spending proxy across media, education, and government</li><li>Why the market is not buying smarter chatbots — it is buying workflow relief</li><li>The four fundamental shifts redefining how agentic AI creates value</li><li>Sector-by-sector analysis: where the urgency and the budgets are</li><li>TAM/SAM/SOM sizing for the MEPS agentic workflow opportunity</li><li>Six growth drivers accelerating adoption right now</li><li>Real proof points from AP, Khan Academy, and GOV.UK Chat</li><li>Why governance is not a brake on adoption — it is the entry ticket</li><li>Six practical takeaways for builders and buyers</li></ul><p>Read the full report: <a href="https://automatic.co/blog/agentic-ai-for-media-education-public-sector">Agentic AI for Media, Education &amp; The Public Sector</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Agentic AI is moving from a product label to a new operating pattern — and three sectors are leading the shift: media, education, and public services.</p><p>In this episode, we break down a detailed market research report from Automatic.co that maps the agentic AI opportunity across these trust-sensitive sectors. Topics covered include:</p><ul><li>The $54B+ combined AI spending proxy across media, education, and government</li><li>Why the market is not buying smarter chatbots — it is buying workflow relief</li><li>The four fundamental shifts redefining how agentic AI creates value</li><li>Sector-by-sector analysis: where the urgency and the budgets are</li><li>TAM/SAM/SOM sizing for the MEPS agentic workflow opportunity</li><li>Six growth drivers accelerating adoption right now</li><li>Real proof points from AP, Khan Academy, and GOV.UK Chat</li><li>Why governance is not a brake on adoption — it is the entry ticket</li><li>Six practical takeaways for builders and buyers</li></ul><p>Read the full report: <a href="https://automatic.co/blog/agentic-ai-for-media-education-public-sector">Agentic AI for Media, Education &amp; The Public Sector</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 20 May 2026 20:54:15 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/24bb6a62/201775ae.mp3" length="12729408" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>796</itunes:duration>
      <itunes:summary>A deep dive into the market research on agentic AI across media, education, and public sector. We break down the $54B+ combined AI spend, the real growth drivers, why trust is the key constraint, and where the first wave of agentic revenue will come from. Based on the full market research report from Automatic.co.</itunes:summary>
      <itunes:subtitle>A deep dive into the market research on agentic AI across media, education, and public sector. We break down the $54B+ combined AI spend, the real growth drivers, why trust is the key constraint, and where the first wave of agentic revenue will come from.</itunes:subtitle>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Multimodal Private LLMs: Why They’re Becoming the Enterprise Standard</title>
      <itunes:title>Multimodal Private LLMs: Why They’re Becoming the Enterprise Standard</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">0c91d2c9-18ca-42d8-83f2-b7b4b927906e</guid>
      <link>https://share.transistor.fm/s/5ab05559</link>
      <description>
        <![CDATA[<p><strong>Episode summary:</strong> Multimodal private LLMs are quickly moving from experimental concept to enterprise priority. In this episode, we expand on the LLM.co article <em>“Why Multimodal Private LLMs Are Becoming the Enterprise Standard”</em> and explore why business leaders are increasingly interested in AI systems that can process text, images, audio, video, and structured data inside secure, internally governed environments. The conversation is aimed at executives, operators, technical leaders, and buyers trying to understand why the next phase of enterprise AI will be defined not just by model intelligence, but by multimodal reasoning, privacy, and governance.</p><p>The core argument is straightforward: most enterprises do not operate on text alone. Their most valuable signals are scattered across screenshots, dashboards, contracts, maintenance logs, support transcripts, meeting recordings, product demos, voice notes, spreadsheets, diagrams, and structured operational data. A unimodal model can be useful, but it can only understand one narrow slice of that environment at a time. A multimodal private LLM changes the equation by allowing the organization to bring those signals together into one reasoning layer without sending its most sensitive information outside the company’s own security perimeter.</p><p>That matters because the real business value of multimodal AI is not just that it can look at an image or listen to audio. The value is that it can connect multiple data types into a richer, more useful context. When a system can align a screenshot with a support transcript, a thermal image with maintenance notes, or a meeting recording with slides and chat activity, it starts generating operational insight that is difficult to achieve through manual synthesis or text-only AI. This is where multimodality becomes multiplicative rather than merely additive.</p><p>What this episode covers</p><ul><li>Why enterprise AI is shifting from text-only productivity tools to multimodal reasoning systems.</li><li>How multimodal models combine text, audio, visual, and structured signals into denser operational context.</li><li>Why private deployment is becoming critical for regulated, sensitive, or strategically valuable enterprise data.</li><li>How governance, permissions, logging, and policy enforcement must be built into the model workflow itself.</li><li>The role of multimodal AI in meetings, internal knowledge work, training, product development, support operations, and cross-functional coordination.</li><li>Why modularity and open standards matter when making long-term enterprise AI architecture decisions.</li></ul><p>A major theme throughout the episode is that privacy is not separate from capability. For enterprise buyers, the most powerful AI system in the world is still the wrong choice if the governance model is unacceptable. That is why private multimodal LLMs are so compelling. They make it possible to pursue higher-value use cases — including those involving internal audio, image, design, operational, legal, or financial data — without creating the same level of risk that often accompanies public model usage. For leadership teams, this is what moves AI from curiosity to procurement-ready infrastructure.</p><p>The episode also explores why governance is becoming part of the product itself. In enterprise settings, it is not enough to bolt on compliance after deployment. Models working across multiple modalities need policy controls that apply to every type of signal they touch. Permissions, auditability, review rules, logging, and data handling controls must be native to the workflow. The more capable the model becomes, the more important those controls become. Done well, governance should not feel like friction. It should quietly make ambitious AI use cases safe enough to scale.</p><p>We also examine some of the most practical use cases. One is meeting intelligence: systems that listen to calls, transcribe them, interpret slides and chat messages, and generate structured summaries with action items while the conversation is still fresh. Another is product and engineering coordination, where a multimodal model can compare mocks, requirements, user feedback videos, and implementation changes in one loop. We also talk about internal training, where companies can create adaptive learning from their own recordings, support cases, and documentation rather than relying on generic slide decks that employees ignore.</p><p>Another key idea is that multimodal private LLMs may become the connective tissue for enterprise knowledge. In many organizations, the problem is not lack of data. It is that useful information lives in too many formats and too many systems. Multimodal reasoning helps turn those fragments into a coherent operational narrative. That has implications for faster root-cause analysis, better internal search, stronger compliance review, improved knowledge transfer, and more consistent decision-making across teams.</p><p>The episode also addresses future-proofing. Enterprise buyers should not think about this category as a short-term tooling decision. They should think about it as a multi-year architectural choice. That means asking whether the system can adapt to new modalities, new security requirements, and new integration patterns over time. It also means preferring platforms and standards that reduce lock-in rather than increasing it. Flexibility matters because the AI stack you need two years from now may not look like the one you need today.</p><p>Practical takeaways for listeners</p><p>Listeners will leave with a clearer framework for evaluating whether multimodal private LLMs belong in their enterprise roadmap. The episode encourages leaders to start with real workflows, not abstract AI ambition. Where does multimodal context produce materially better understanding? Which data types are most important to your business? Which governance requirements are non-negotiable? How will success be measured in operational terms rather than just model novelty? These are the kinds of questions that lead to better decisions and fewer expensive detours.</p><p>Ultimately, this episode argues that the next enterprise AI standard will not be defined by raw language generation alone. It will be defined by systems that can reason across the full sensory landscape of the organization while staying governed, explainable, and secure. For early adopters, that creates a real chance to reduce bottlenecks, improve insight quality, and build trust in AI at the same time.</p><p>Learn more</p><p>Main site: <a href="https://llm.co/">https://llm.co/</a><br> Full article: <a href="https://llm.co/blog/multimodal-private-llms-enterprise-standard">https://llm.co/blog/multimodal-private-llms-enterprise-standard</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>Episode summary:</strong> Multimodal private LLMs are quickly moving from experimental concept to enterprise priority. In this episode, we expand on the LLM.co article <em>“Why Multimodal Private LLMs Are Becoming the Enterprise Standard”</em> and explore why business leaders are increasingly interested in AI systems that can process text, images, audio, video, and structured data inside secure, internally governed environments. The conversation is aimed at executives, operators, technical leaders, and buyers trying to understand why the next phase of enterprise AI will be defined not just by model intelligence, but by multimodal reasoning, privacy, and governance.</p><p>The core argument is straightforward: most enterprises do not operate on text alone. Their most valuable signals are scattered across screenshots, dashboards, contracts, maintenance logs, support transcripts, meeting recordings, product demos, voice notes, spreadsheets, diagrams, and structured operational data. A unimodal model can be useful, but it can only understand one narrow slice of that environment at a time. A multimodal private LLM changes the equation by allowing the organization to bring those signals together into one reasoning layer without sending its most sensitive information outside the company’s own security perimeter.</p><p>That matters because the real business value of multimodal AI is not just that it can look at an image or listen to audio. The value is that it can connect multiple data types into a richer, more useful context. When a system can align a screenshot with a support transcript, a thermal image with maintenance notes, or a meeting recording with slides and chat activity, it starts generating operational insight that is difficult to achieve through manual synthesis or text-only AI. This is where multimodality becomes multiplicative rather than merely additive.</p><p>What this episode covers</p><ul><li>Why enterprise AI is shifting from text-only productivity tools to multimodal reasoning systems.</li><li>How multimodal models combine text, audio, visual, and structured signals into denser operational context.</li><li>Why private deployment is becoming critical for regulated, sensitive, or strategically valuable enterprise data.</li><li>How governance, permissions, logging, and policy enforcement must be built into the model workflow itself.</li><li>The role of multimodal AI in meetings, internal knowledge work, training, product development, support operations, and cross-functional coordination.</li><li>Why modularity and open standards matter when making long-term enterprise AI architecture decisions.</li></ul><p>A major theme throughout the episode is that privacy is not separate from capability. For enterprise buyers, the most powerful AI system in the world is still the wrong choice if the governance model is unacceptable. That is why private multimodal LLMs are so compelling. They make it possible to pursue higher-value use cases — including those involving internal audio, image, design, operational, legal, or financial data — without creating the same level of risk that often accompanies public model usage. For leadership teams, this is what moves AI from curiosity to procurement-ready infrastructure.</p><p>The episode also explores why governance is becoming part of the product itself. In enterprise settings, it is not enough to bolt on compliance after deployment. Models working across multiple modalities need policy controls that apply to every type of signal they touch. Permissions, auditability, review rules, logging, and data handling controls must be native to the workflow. The more capable the model becomes, the more important those controls become. Done well, governance should not feel like friction. It should quietly make ambitious AI use cases safe enough to scale.</p><p>We also examine some of the most practical use cases. One is meeting intelligence: systems that listen to calls, transcribe them, interpret slides and chat messages, and generate structured summaries with action items while the conversation is still fresh. Another is product and engineering coordination, where a multimodal model can compare mocks, requirements, user feedback videos, and implementation changes in one loop. We also talk about internal training, where companies can create adaptive learning from their own recordings, support cases, and documentation rather than relying on generic slide decks that employees ignore.</p><p>Another key idea is that multimodal private LLMs may become the connective tissue for enterprise knowledge. In many organizations, the problem is not lack of data. It is that useful information lives in too many formats and too many systems. Multimodal reasoning helps turn those fragments into a coherent operational narrative. That has implications for faster root-cause analysis, better internal search, stronger compliance review, improved knowledge transfer, and more consistent decision-making across teams.</p><p>The episode also addresses future-proofing. Enterprise buyers should not think about this category as a short-term tooling decision. They should think about it as a multi-year architectural choice. That means asking whether the system can adapt to new modalities, new security requirements, and new integration patterns over time. It also means preferring platforms and standards that reduce lock-in rather than increasing it. Flexibility matters because the AI stack you need two years from now may not look like the one you need today.</p><p>Practical takeaways for listeners</p><p>Listeners will leave with a clearer framework for evaluating whether multimodal private LLMs belong in their enterprise roadmap. The episode encourages leaders to start with real workflows, not abstract AI ambition. Where does multimodal context produce materially better understanding? Which data types are most important to your business? Which governance requirements are non-negotiable? How will success be measured in operational terms rather than just model novelty? These are the kinds of questions that lead to better decisions and fewer expensive detours.</p><p>Ultimately, this episode argues that the next enterprise AI standard will not be defined by raw language generation alone. It will be defined by systems that can reason across the full sensory landscape of the organization while staying governed, explainable, and secure. For early adopters, that creates a real chance to reduce bottlenecks, improve insight quality, and build trust in AI at the same time.</p><p>Learn more</p><p>Main site: <a href="https://llm.co/">https://llm.co/</a><br> Full article: <a href="https://llm.co/blog/multimodal-private-llms-enterprise-standard">https://llm.co/blog/multimodal-private-llms-enterprise-standard</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 15 May 2026 05:49:13 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/5ab05559/e4828510.mp3" length="15330367" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:duration>959</itunes:duration>
      <itunes:summary>
        <![CDATA[<p><strong>Episode summary:</strong> Multimodal private LLMs are quickly moving from experimental concept to enterprise priority. In this episode, we expand on the LLM.co article <em>“Why Multimodal Private LLMs Are Becoming the Enterprise Standard”</em> and explore why business leaders are increasingly interested in AI systems that can process text, images, audio, video, and structured data inside secure, internally governed environments. The conversation is aimed at executives, operators, technical leaders, and buyers trying to understand why the next phase of enterprise AI will be defined not just by model intelligence, but by multimodal reasoning, privacy, and governance.</p><p>The core argument is straightforward: most enterprises do not operate on text alone. Their most valuable signals are scattered across screenshots, dashboards, contracts, maintenance logs, support transcripts, meeting recordings, product demos, voice notes, spreadsheets, diagrams, and structured operational data. A unimodal model can be useful, but it can only understand one narrow slice of that environment at a time. A multimodal private LLM changes the equation by allowing the organization to bring those signals together into one reasoning layer without sending its most sensitive information outside the company’s own security perimeter.</p><p>That matters because the real business value of multimodal AI is not just that it can look at an image or listen to audio. The value is that it can connect multiple data types into a richer, more useful context. When a system can align a screenshot with a support transcript, a thermal image with maintenance notes, or a meeting recording with slides and chat activity, it starts generating operational insight that is difficult to achieve through manual synthesis or text-only AI. This is where multimodality becomes multiplicative rather than merely additive.</p><p>What this episode covers</p><ul><li>Why enterprise AI is shifting from text-only productivity tools to multimodal reasoning systems.</li><li>How multimodal models combine text, audio, visual, and structured signals into denser operational context.</li><li>Why private deployment is becoming critical for regulated, sensitive, or strategically valuable enterprise data.</li><li>How governance, permissions, logging, and policy enforcement must be built into the model workflow itself.</li><li>The role of multimodal AI in meetings, internal knowledge work, training, product development, support operations, and cross-functional coordination.</li><li>Why modularity and open standards matter when making long-term enterprise AI architecture decisions.</li></ul><p>A major theme throughout the episode is that privacy is not separate from capability. For enterprise buyers, the most powerful AI system in the world is still the wrong choice if the governance model is unacceptable. That is why private multimodal LLMs are so compelling. They make it possible to pursue higher-value use cases — including those involving internal audio, image, design, operational, legal, or financial data — without creating the same level of risk that often accompanies public model usage. For leadership teams, this is what moves AI from curiosity to procurement-ready infrastructure.</p><p>The episode also explores why governance is becoming part of the product itself. In enterprise settings, it is not enough to bolt on compliance after deployment. Models working across multiple modalities need policy controls that apply to every type of signal they touch. Permissions, auditability, review rules, logging, and data handling controls must be native to the workflow. The more capable the model becomes, the more important those controls become. Done well, governance should not feel like friction. It should quietly make ambitious AI use cases safe enough to scale.</p><p>We also examine some of the most practical use cases. One is meeting intelligence: systems that listen to calls, transcribe them, interpret slides and chat messages, and generate structured summaries with action items while the conversation is still fresh. Another is product and engineering coordination, where a multimodal model can compare mocks, requirements, user feedback videos, and implementation changes in one loop. We also talk about internal training, where companies can create adaptive learning from their own recordings, support cases, and documentation rather than relying on generic slide decks that employees ignore.</p><p>Another key idea is that multimodal private LLMs may become the connective tissue for enterprise knowledge. In many organizations, the problem is not lack of data. It is that useful information lives in too many formats and too many systems. Multimodal reasoning helps turn those fragments into a coherent operational narrative. That has implications for faster root-cause analysis, better internal search, stronger compliance review, improved knowledge transfer, and more consistent decision-making across teams.</p><p>The episode also addresses future-proofing. Enterprise buyers should not think about this category as a short-term tooling decision. They should think about it as a multi-year architectural choice. That means asking whether the system can adapt to new modalities, new security requirements, and new integration patterns over time. It also means preferring platforms and standards that reduce lock-in rather than increasing it. Flexibility matters because the AI stack you need two years from now may not look like the one you need today.</p><p>Practical takeaways for listeners</p><p>Listeners will leave with a clearer framework for evaluating whether multimodal private LLMs belong in their enterprise roadmap. The episode encourages leaders to start with real workflows, not abstract AI ambition. Where does multimodal context produce materially better understanding? Which data types are most important to your business? Which governance requirements are non-negotiable? How will success be measured in operational terms rather than just model novelty? These are the kinds of questions that lead to better decisions and fewer expensive detours.</p><p>Ultimately, this episode argues that the next enterprise AI standard will not be defined by raw language generation alone. It will be defined by systems that can reason across the full sensory landscape of the organization while staying governed, explainable, and secure. For early adopters, that creates a real chance to reduce bottlenecks, improve insight quality, and build trust in AI at the same time.</p><p>Learn more</p><p>Main site: <a href="https://llm.co/">https://llm.co/</a><br> Full article: <a href="https://llm.co/blog/multimodal-private-llms-enterprise-standard">https://llm.co/blog/multimodal-private-llms-enterprise-standard</a></p>]]>
      </itunes:summary>
      <itunes:keywords>AI, LLM, AI agent, agentic AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Agentic AI for Healthcare and Life Sciences: From Copilots to Workflow Ownership</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title>Agentic AI for Healthcare and Life Sciences: From Copilots to Workflow Ownership</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">1ff96b64-c44d-40c0-819e-145aced9d7c6</guid>
      <link>https://share.transistor.fm/s/635ff226</link>
      <description>
        <![CDATA[<p>In this episode, we break down Automatic.co's report on <strong>agentic AI for healthcare and life sciences</strong> and explore where the category is moving from simple AI assistance toward true workflow ownership.</p><p>The report's core idea is that healthcare does not just need smarter tools. It needs systems that remove operational steps. That is why the conversation focuses on agentic AI as a move from <strong>software as a tool</strong> toward <strong>software as labor</strong> in carefully bounded, high-value workflows.</p><p>We cover how this shift applies across:</p><ul><li><strong>clinical workflow automation</strong>, including documentation, chart summarization, inbox management, and discharge coordination</li><li><strong>administrative and operational automation</strong>, including prior authorization, denial management, claims support, referral routing, and scheduling</li><li><strong>patient coordination and navigation</strong>, where agents can help move people through fragmented care workflows</li><li><strong>life sciences operations</strong>, including trial matching, recruitment workflows, pharmacovigilance, medical writing, and regulatory support</li></ul><p>A major theme in the article is that the market is no longer asking only whether AI can generate useful output. It is asking whether AI systems can manage workflow states, coordinate next steps, and reduce human friction across real operating systems.</p><p>That is why integration depth matters so much. In healthcare, the most valuable systems will not necessarily be the ones with the most impressive standalone models. They will be the ones that connect into EHRs, revenue-cycle systems, patient communication channels, payer workflows, research operations, and documentation processes in ways that are safe, auditable, and operationally useful.</p><p>We also talk through the three major reasons the market is moving now:</p><ul><li>model capability has improved enough to support more reliable multi-step work</li><li>enterprise healthcare infrastructure is more digitized and interoperable than it was a decade ago</li><li>staffing pressure and labor shortages are forcing organizations to find leverage</li></ul><p>One of the most important takeaways is that <strong>administrative work is often the best first wedge</strong>. Revenue-cycle, authorization, denial, and operational workflows can deliver visible ROI with lower clinical risk than many direct-care use cases. That makes them attractive early deployment targets for agentic systems.</p><p>At the same time, the episode explores why trust, auditability, and compliance are not optional extras in this market. They are adoption requirements. In healthcare and life sciences, AI systems only become valuable when teams can understand what the system did, what information it used, and where human review must remain in place.</p><p>The broader takeaway is that agentic AI in healthcare and life sciences is not just a better chatbot story. It is an attempt to redesign how work moves through clinical, administrative, and research systems. The biggest winners will likely be the companies that remove steps, integrate deeply, and prove value within real workflows rather than abstract pilots.</p><p><strong>Referenced links:</strong></p><ul><li><a href="https://automatic.co/blog/agentic-ai-for-healthcare-life-sciences">Agentic AI for Healthcare &amp; Life Sciences</a></li><li><a href="https://automatic.co">Automatic.co</a></li></ul>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, we break down Automatic.co's report on <strong>agentic AI for healthcare and life sciences</strong> and explore where the category is moving from simple AI assistance toward true workflow ownership.</p><p>The report's core idea is that healthcare does not just need smarter tools. It needs systems that remove operational steps. That is why the conversation focuses on agentic AI as a move from <strong>software as a tool</strong> toward <strong>software as labor</strong> in carefully bounded, high-value workflows.</p><p>We cover how this shift applies across:</p><ul><li><strong>clinical workflow automation</strong>, including documentation, chart summarization, inbox management, and discharge coordination</li><li><strong>administrative and operational automation</strong>, including prior authorization, denial management, claims support, referral routing, and scheduling</li><li><strong>patient coordination and navigation</strong>, where agents can help move people through fragmented care workflows</li><li><strong>life sciences operations</strong>, including trial matching, recruitment workflows, pharmacovigilance, medical writing, and regulatory support</li></ul><p>A major theme in the article is that the market is no longer asking only whether AI can generate useful output. It is asking whether AI systems can manage workflow states, coordinate next steps, and reduce human friction across real operating systems.</p><p>That is why integration depth matters so much. In healthcare, the most valuable systems will not necessarily be the ones with the most impressive standalone models. They will be the ones that connect into EHRs, revenue-cycle systems, patient communication channels, payer workflows, research operations, and documentation processes in ways that are safe, auditable, and operationally useful.</p><p>We also talk through the three major reasons the market is moving now:</p><ul><li>model capability has improved enough to support more reliable multi-step work</li><li>enterprise healthcare infrastructure is more digitized and interoperable than it was a decade ago</li><li>staffing pressure and labor shortages are forcing organizations to find leverage</li></ul><p>One of the most important takeaways is that <strong>administrative work is often the best first wedge</strong>. Revenue-cycle, authorization, denial, and operational workflows can deliver visible ROI with lower clinical risk than many direct-care use cases. That makes them attractive early deployment targets for agentic systems.</p><p>At the same time, the episode explores why trust, auditability, and compliance are not optional extras in this market. They are adoption requirements. In healthcare and life sciences, AI systems only become valuable when teams can understand what the system did, what information it used, and where human review must remain in place.</p><p>The broader takeaway is that agentic AI in healthcare and life sciences is not just a better chatbot story. It is an attempt to redesign how work moves through clinical, administrative, and research systems. The biggest winners will likely be the companies that remove steps, integrate deeply, and prove value within real workflows rather than abstract pilots.</p><p><strong>Referenced links:</strong></p><ul><li><a href="https://automatic.co/blog/agentic-ai-for-healthcare-life-sciences">Agentic AI for Healthcare &amp; Life Sciences</a></li><li><a href="https://automatic.co">Automatic.co</a></li></ul>]]>
      </content:encoded>
      <pubDate>Wed, 13 May 2026 20:18:48 -0700</pubDate>
      <author>Eric Lamanna</author>
      <enclosure url="https://media.transistor.fm/635ff226/6c8ccd18.mp3" length="15849357" type="audio/mpeg"/>
      <itunes:author>Eric Lamanna</itunes:author>
      <itunes:image href="https://img.transistorcdn.com/sgvuRBvIRs_OWYOV3Qa7si5f6sOBH-BCXWE5sX3RkDA/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS83MDg0/NWFmYWQxZTU4Mjky/NjE4Y2MzOWYxNTM0/MmQzZi5qcGc.jpg"/>
      <itunes:duration>990</itunes:duration>
      <itunes:summary>A long-form breakdown of where agentic AI can create the most value across clinical workflows, revenue cycle, patient coordination, and life sciences operations.</itunes:summary>
      <itunes:subtitle>A long-form breakdown of where agentic AI can create the most value across clinical workflows, revenue cycle, patient coordination, and life sciences operations.</itunes:subtitle>
      <itunes:keywords>agentic AI, healthcare AI, life sciences AI, clinical workflow automation, revenue cycle automation, patient coordination, trial recruitment, medical writing, prior authorization, AI agents</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
  </channel>
</rss>
