Automatic

Eric Lamanna

Podcast for Automatic.co and LLM.co, the AI automation specialists.

  1. 12h ago

    The Boring Middle: Agentic AI in Media, Education, and the Public Sector

    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 the case for agentic AI in media, education, and the public sector 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. Here's what the episode covers: Copilots vs. workflow agents: 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.Why these three sectors belong together: 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.Sector-by-sector breakdown: 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.The market numbers: 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.Where the real moat is: 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.How to sell into cautious buyers: 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.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: From PDF Hell to Structured Insights with Local LLM Pipelines explores another angle on putting AI to work on real organizational data. Automatic

    9 min
  2. 1d ago

    From PDF Hell to Structured Insights with Local LLM Pipelines

    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 this deep-dive guide on taming PDFs with local LLM pipelines — a four-stage architecture that takes documents from raw, malformed chaos to clean, queryable knowledge, entirely on-premises. 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: Why PDFs are uniquely treacherous: 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.Stage 1 — Extraction: 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.Stage 2 — Chunking: 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.Stage 3 — Vector indexing: 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.Stage 4 — Question answering and automated tagging: 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.Security as a design principle, not a feature: 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.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. For more on how AI is changing the nature of knowledge work at a broader level, check out the episode The New Work Layer: How Agentic AI Is Reshaping the Workforce. More from LLM.co.

    8 min
  3. 2d ago

    The New Work Layer: How Agentic AI Is Reshaping the Workforce

    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 the workforce and services market research report on agentic AI, unpacking what this technology actually is, where it's being deployed today, and why this moment feels different from earlier waves of automation promises. The episode covers a broad sweep of the agentic AI landscape, including: What sets agentic AI apart: 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.Market size and growth signals: 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.The biggest near-term verticals: 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.Why "bounded autonomy" wins deals: 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.Integrations as competitive moat: 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."Agent washing" and the trust gap: 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.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 AI Audits: Why Your "Efficient" Workflow Is Probably on Fire, which explores how to stress-test the AI workflows you already have in place. Automatic

    9 min
  4. 3d ago

    AI Audits: Why Your "Efficient" Workflow Is Probably on Fire

    Most organizations have convinced themselves their automation infrastructure is efficient. An AI audit has a way of correcting that assumption — fast. This episode of Automatic 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 the Automatic deep-dive on AI workflow audits, which pulls no punches on how bad things typically get before anyone looks closely. 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: What an AI audit really is: 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.The chained automation problem: trigger-on-trigger pipelines that collapse under their own weight, taking days of data with them and requiring manual recovery on a Sunday.Rogue scheduled jobs and phantom infrastructure: scripts firing on ancient timestamps, authored by people long gone, with zero documentation and zero monitoring beyond someone's gut feeling.Vanity metrics and silent failures: 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 correctly.The ML deployment trap: 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.Triage over panic: 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.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 Agentic AI in Finance: The Shift From Tools to Autonomous Execution. Automatic

    8 min
  5. 3d ago

    How AI Agents Are Quietly Crushing IT Ticket Volumes

    IT support teams don't struggle because the problems are hard — they struggle because the easy problems never stop arriving. This episode of Automatic unpacks the mechanics behind how AI agents are cutting IT ticket volume through automated first response, exploring why the issue runs deeper than simple repetition and what a well-built deployment actually looks like under the hood. 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: The repetition-delay-duplication cycle: How slow resolution times actively generate more tickets, and why users learn to be louder rather than consult the knowledge base.The context gap in global teams: 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.How the agent architecture works: Natural language intake, dynamic knowledge graphs (versus static FAQs), and the escalation logic that determines whether users trust the system or abandon it.Deflection use cases beyond password resets: Hardware diagnostics, software configuration conflicts, and micro-education moments that make routine interactions genuinely useful.What good measurement looks like: Baselines, pulse surveys, and the often-forgotten technician-side metrics — freed hours, backlog depth, and morale — that reveal whether the tool is actually working.Craft preservation, not cost-cutting: Why the real payoff is skilled engineers getting their expertise back, not headcount reduction.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 Six Hard Lessons from Real-World AI and Automation Rollouts pairs well with this one. LLM

    8 min
  6. 4d ago

    Six Hard Lessons from Real-World AI and Automation Rollouts

    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 six hard lessons from real-world AI and automation rollouts observed across sectors from healthcare and finance to logistics and legal. The episode walks through each lesson in depth, offering the kind of grounded analysis that rarely makes it into vendor pitches or conference keynotes: Start with clear objectives. 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.Data is the true foundation. 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.Human oversight is structural, not a workaround. 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.Pilot before you scale. 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.Change management is often the deciding factor. 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.Measure, optimize, and repeat. 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.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: From Forgotten Storage Room to Intelligent Portal: The Intranet Reinvention. Automatic

    7 min
  7. 6d ago

    From Forgotten Storage Room to Intelligent Portal: The Intranet Reinvention

    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 Automatic 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 this deep-dive article on reinventing the corporate intranet, and the case it makes is difficult to dismiss. Here's what the episode covers: Why static intranets decay by design: 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.The real cost of bad search: 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.The personalization gap: 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.How intelligent portals flip the model: 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.What it takes to build one right: 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.How to measure success after launch: 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.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&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. For more on AI working quietly behind the scenes inside the enterprise, check out Inside the Firewall: How Local LLMs Are Outsmarting Fraudsters — a previous episode that looks at how on-premise language models are being used to detect fraud without data ever leaving the building. LLM

    9 min
  8. 6d ago

    Inside the Firewall: How Local LLMs Are Outsmarting Fraudsters

    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 this deep-dive on enterprise local LLM fraud detection. Here's what the episode covers: Why rule engines are losing: 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.The case for "local": 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.Fine-tuning as a competitive moat: 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.The infrastructure reality: 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.Human-AI collaboration, done right: 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).Governance that holds up to auditors: 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.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 Why Generative AI Fails Without Domain Context — And How to Fix It. LLM

    9 min

About

Podcast for Automatic.co and LLM.co, the AI automation specialists.