Imagen de portada del espectáculo The Phront Room - Practical AI

The Phront Room - Practical AI

Podcast de Nathan Rigoni

inglés

Tecnología y ciencia

Oferta limitada

2 meses por 1 €

Después 4,99 € / mesCancela cuando quieras.

  • 20 horas de audiolibros / mes
  • Podcasts solo en Podimo
  • Podcast gratuitos
Empezar

Acerca de The Phront Room - Practical AI

AI for everyone – data‑driven leaders, teachers, engineers, program managers and researchers break down the latest AI breakthroughs and show how they’re applied in real‑world projects. From AI in aerospace and education to image‑processing tricks and hidden‑state theory, we’ve got something for PhD tech lovers and newcomers alike. Join host Nathan Rigoni for clear, actionable insights.  Keywords: artificial intelligence, machine learning, AI research, AI in engineering, AI ethics, AI podcast, tech news.

Todos los episodios

29 episodios

Portada del episodio Paper Review - The Physics of Language Modeling 3: Knowledge Storage and Extraction

Paper Review - The Physics of Language Modeling 3: Knowledge Storage and Extraction

Physics of Language Models: Part 3 – The Truth About Knowledge, Memorization, and "The Hallucination" Hosted by Nathan Rigoni In this episode, we tackle the third installment of Meta’s "Physics of Language Models" series, focusing on a problem that plagues every user of AI: Hallucinations. We go deep into the mechanics of how a model decides whether to store a fact as a "rule" (generalization) or as a "rote memory" (memorization). Why does a model sometimes confidently state a falsehood? By examining the relationship between data diversity, knowledge density, and "probing" techniques, we uncover the structural reality of how machines "know" things. What you will learn * Generalization vs. Memorization: The "tug-of-war" within a transformer between learning a pattern and simply memorizing a string. * The "Knowledge-Critical" Layer: Why knowledge is rarely distributed evenly and tends to cluster in specific layers of the model. * Probing for Truth: How researchers use linear probes to determine if a model actually knows the right answer even when it outputs a wrong one. * The Threshold of Learning: Why increasing data diversity forces a model to stop memorizing and start generalizing (and the math behind it). * The "Birthday Paradox" of Data: How the frequency and "exposure" of a fact during training determine its retrieval reliability. * Demystifying Hallucinations: A mechanistic look at why models "guess" when their internal knowledge reaches a low-probability state. Resources mentioned * "Physics of Language Models, Part 3: Knowledge Storage and Extraction" (Meta research paper) (see discussion at 42:15–55:10). * Linear Probing and Feature Stealth: Techniques for "extracting" hidden knowledge (see 112:05–124:40). * Knowledge Density vs. Data Diversity: The core trade-off in training efficiency (see 310:15–318:50). * The "Hallucination" Phenomenon: Discussion on the gap between latent representation and token output (see 640:12–655:30). * Softmax Bottlenecks: How the final layer can "choke" the internal knowledge of the model (see 815:45–822:10). Why this episode matters For developers and researchers, "hallucinations" are often treated as a mysterious bug, but they are actually a byproduct of the model's physics. This episode moves the conversation from "AI is lying" to "the data threshold wasn't met." By understanding how knowledge is compressed into latent space, we can better design RAG systems, fine-tuning datasets, and evaluation metrics that respect the actual mechanical limits of how these architectures store truth. Subscribe for more deep dives into philosophy, AI, and cognition. Visit www.phronesis-analytics.com or email nathan.rigoni@phronesis-analytics.com and join the conversation. Keywords: Physics of Language Models, Memorization, Generalization, Knowledge Retrieval, Hallucination, Linear Probing, Latent Space, Data Diversity, Transformer Layers, Mechanistic Interpretability.

17 de may de 2026 - 33 min
Portada del episodio Paper Review - The Physics of Language Modeling - Part 2: Grade-School Math and the Hidden Reasoning Process

Paper Review - The Physics of Language Modeling - Part 2: Grade-School Math and the Hidden Reasoning Process

Physics of Language Models: Part 2 – Grade School Math, Depth, and the Power of Mistakes Hosted by Nathan Rigoni In this episode, we move beyond general language patterns to explore how Large Language Models (LLMs) grapple with the rigid logic of mathematics. Using the second installment of Meta’s "Physics of Language Models" research, we investigate whether models are simply "stochastic parrots" or if they are developing a genuine internal geometry of reasoning. From the critical importance of architectural depth to the surprising necessity of learning from incorrect answers, we break down what it actually takes to build a machine that can "think" through a problem rather than just memorizing it. What you will learn * Real Intelligence vs. Stochastic Parrots: Why solving math problems represents a transition from word distribution sampling to true logical deduction. * Depth over Width: Why stacking transformer blocks (serial logic) is more critical for problem-solving than simply increasing hidden state dimensions (memory lookup). * The "Inside Scoop" on Hidden States: How "V-probes" allow researchers to look into the model's "mind" at specific layers to see how it transforms inputs into solutions. * Internal Geometry: How models learn "all-pair dependency," relating every variable in a math problem to every other variable to build a complete mental map of the problem space. * The "Gold" in Mistakes: Why training on perfect data ("gold in") can lead to "garbage out," and why models need to see "recovery manifolds" to learn how to pivot from a wrong path to a right one. * The 3 Pillars of AI Capability: A breakdown of how Depth, Sequence Length, and Error Correction combine to define modern model intelligence. Resources mentioned * "Physics of Language Models, Part Two" (Meta research papers) (see discussion at 75:68–82:88 and 1017:04–1025:04). * IGSM Synthetic Dataset: A controlled "synthetic world" based on mod-23 math to eliminate data contamination. * V-Probes: A technique for examining middle-layer hidden states.Chain of Thought (CoT) and Recovery Manifolds: The process of teaching models to show their work and fix errors. * The Socratic Method: The philosophical foundation for learning through failure. Why this episode matters If you've ever wondered why an AI can write a poem but struggles with basic arithmetic, this episode provides the mechanistic answer. We explore the "serial nature of logic" and how architectural choices directly impact a model's ability to navigate complex, multi-step reasoning. By understanding the relationship between sequence length and long-term projection—analogous to a grandmaster planning 50 moves ahead in chess—we gain a clearer picture of the future of "thinking" models like DeepSeek. Subscribe for more deep dives into philosophy, AI, and cognition. Visit www.phronesis-analytics.com or email nathan.rigoni@phronesis-analytics.com and join the conversation. Keywords: Physics of Language Models, Grade School Math, Mechanistic Interpretability, Transformer Depth, Hidden States, V-Probe, Error Correction, Recovery Manifold, Chain of Thought, Logic, Phronesis Analytics.

10 de may de 2026 - 30 min
Portada del episodio Paper Review - The Physics of Langauge Models: Learning Hierarchical Language Structures

Paper Review - The Physics of Langauge Models: Learning Hierarchical Language Structures

Physics of Language Models: Part 1 – Hierarchical Structure, CFGs & Mechanistic Interpretability Hosted by Nathan Rigoni In this episode, we dive into the first paper of Meta’s "Physics of Language Models" series to explore how AI learns the hidden rules of grammar. We ask a fundamental question: can a statistical next-token predictor truly understand the hierarchical structures of language, or is it merely mimicking patterns? By using synthetic datasets and context-free grammars (CFGs) as a "microscope," we look under the hood of the transformer to see how it builds an internal map of language logic. What you will learn: * The "Microscope" Approach: How researchers use controlled, synthetic environments to isolate pure logic from the messiness of natural language. * Context-Free Grammars (CFGs): A breakdown of how CFGs act like a game of "Mad Libs," using specific rules to swap categories (like subjects and verbs) regardless of the surrounding context. * Hierarchical Trees: Understanding how language is structured like a branching tree—from individual "ingredients" (words) up to complex "meals" (sentences and narratives). * The "Invisible Skeleton": How AI transitions from seeing language as a flat line of words to recognizing the structural skeleton of grammar. * Boundary-to-Boundary Attention: How transformers learn to point to the start and end of phrases, effectively re-implementing parsing algorithms within their hidden states. * The Entropy Problem: Why models are "lazy" and how data must be constructed to force AI to learn rules rather than just memorizing low-entropy patterns. Resources mentioned: * "Physics of Language Models, Part One: Learning Hierarchical Language Structures" (Meta research paper) (see discussion at 23:60–38:64 and 126:64–132:64). * Context-Free Grammars (CFGs) (see anecdotally explained at 228:12–326:12). The CYK Algorithm for parsing (see 993:08–1001:56). * Latent Space Geometry: The math of hidden states (e.g., $King - Man + Woman = Queen$) (see 645:28–675:08). * Stochastic Parrots: The debate on whether LLMs simply regurgitate or truly reassemble language (see 1088:24–1100:56). Why this episode matters This episode challenges the notion that Large Language Models are just "stochastic parrots". The research shows that these systems aren't just memorizing sequences; they are learning the actual hierarchical programs and rules that generate language. For anyone interested in mechanistic interpretability, understanding this boundary-to-boundary geometry is essential for seeing how AI moves beyond statistical mimicry into structural understanding. Subscribe for more deep dives into philosophy, AI, and cognition. Visit www.phronesis-analytics.com or email nathan.rigoni@phronesis-analytics.com and join the conversation. Keywords: Physics of Language Models, Context-Free Grammars, CFG, Mechanistic Interpretability, Hierarchical Structure, Hidden States, Latent Space, Stochastic Parrots, Transformer Attention, Parsing Algorithms.

3 de may de 2026 - 19 min
Portada del episodio AI in Cyber Security

AI in Cyber Security

AI in Cybersecurity: Shifting the Bottleneck from Enrichment to Judgment Hosted by Nathan Rigoni | Special Guest Brad Proctor In this episode, we sit down with Brad Proctor, Director of Operations at MAD Security, to explore the frontline reality of how artificial intelligence is transforming cybersecurity operations. We move beyond the marketing hype of "AI Sockets" to discuss the mechanical reality of defense: how human-in-the-loop systems actually function when faced with 24/7 global threats. By examining the evolution from static rules to agentic reasoning, we uncover why AI doesn't just "solve" alert fatigue—it shifts the human burden toward higher-level decision-making. What you will learn * The 24/7 Battleground: Why cybersecurity operations never sleep and how global adversaries exploit the limits of human fatigue. * Moving the Bottleneck: How AI agents transition the analyst's role from "Tier 1 Enrichment" (gathering data) to "Tier 1 Judgment" (deciding what matters). * Static Rules vs. Reason: The difference between traditional SOAR (Orchestration) playbooks and AI's ability to reason through anomalous patterns. * Enrichment in Layers: A "sweater and jacket" analogy for combining the non-complacency of AI with the superior problem-solving skills of humans. * The Future of Threat Hunting: How AI can perform "lookbacks" and harvest previous data to identify vulnerabilities that weren't known at the time of ingestion. * From Alert Fatigue to Decision Fatigue: Why the next generation of security professionals must focus on understanding AI mechanics to avoid new forms of cognitive burnout. Resources mentioned * MAD Security: A Managed Security Service Provider (MSSP) specializing in offensive and defensive cybersecurity (discussion starts at 0:38). * AI vs. Human Factors: Insights into the limits of human data processing and the necessity of automated normalization (see discussion at 8:09–8:34). * The SOAR Legacy: Reflecting on the "Security Orchestration, Automation, and Response" industry from 10 years ago (see 11:36–12:05). * Physics of Language Models: A Meta research series exploring how models retrieve information and learn structural math (see 16:08–17:35). Why this episode matters For security leaders and IT managers, the promise of AI often feels like a silver bullet for "alert fatigue". However, this conversation reveals that the true value of AI lies in its speed of detection and enrichment rather than total autonomy. By understanding how the "physics" of these tools interact with human processes, organizations can better design their security operations centers (SOCs) to handle increasingly sophisticated phishing and hijacking attacks. Subscribe for more deep dives into philosophy, AI, and cognition. Visit www.phronesis-analytics.com or email nathan.rigoni@phronesis-analytics.com and join the conversation. Keywords: Cybersecurity, Artificial Intelligence, SOC Operations, Alert Fatigue, Threat Hunting, MSSP, SOAR, Human-in-the-Loop, Machine Learning, Defensive Security.

27 de abr de 2026 - 1 h 1 min
Portada del episodio Paper Review - The Physics of Langauge Models: The Intro

Paper Review - The Physics of Langauge Models: The Intro

The Physics of Language Models – Word2Vec, Geometry, and the Foundations of Mechanistic Interpretability Hosted by Nathan Rigoni In this episode, we lay the foundation for a deep dive into "The Physics of Language Models," a series of papers from Meta that explore how these models actually work under the hood. We journey back to the early days of machine learning to transition from the "Bag of Words" and "One-Hot Vector" models to the revolutionary Word2Vec. By exploring how words are mapped into high-dimensional geometric spaces, we begin to ask the fundamental question: Is language simply a geometry of representation, or is there something more that neural networks cannot capture? What you will learn: * The evolution from "Bag of Words" and One-Hot Vectors to dense vector embeddings. * How the Firth Principle ("you shall know a word by the company it keeps") serves as the linguistic backbone for Word2Vec. * The emergence of semantic linear relationships, such as the classic mathematical proof: $King - Man + Woman = Queen$. * The critical shift from Masked Language Modeling to Causal Language Modeling (next-token prediction). * Why tokenization is a computational necessity for managing the "infinite" vocabulary of the English language. * An introduction to mechanistic interpretability—the research science of exploring how intelligence operates within latent spaces. Resources Mentioned: * The Physics of Language Models (Meta research papers) (see discussion at 28:16–31:20 and 113:24–117:76). * Word2Vec and the Firth Principle in linguistics (see 104:08–106:20 and 351:40–353:20). * Ludwig Wittgenstein on meaning through use (see 358:16–361:96). * Graph Theory (Nodes and Edges) as a model for vector relationships (see 515:48–518:56). * Transformer Architectures and Causal Masking (see 713:12–715:24 and 838:28–842:92). Why this episode matters: Understanding the geometric foundations of language models is the first step in demystifying "AI magic." By treating language as a high-dimensional coordinate system, we can begin to mathematically define relationships and behaviors that were previously intuitive but unproven. This episode provides the technical baseline needed to engage with modern AI research, helping engineers and enthusiasts alike understand why LLMs can "think" through complex problems like chain-of-thought and how we might eventually map the entirety of a machine's "mind." Subscribe for more deep dives into philosophy, AI, and cognition. Visit www.phronesis-analytics.com [http://www.phronesis-analytics.com/] or email nathan.rigoni@phronesis-analytics.com and join the conversation. Keywords: Word2Vec, Physics of Language Models, Mechanistic Interpretability, Latent Space, Tokenization, Causal Language Modeling, Firth Principle, Vector Embeddings, Transformer, Geometry of Language.

25 de abr de 2026 - 20 min
Soy muy de podcasts. Mientras hago la cama, mientras recojo la casa, mientras trabajo… Y en Podimo encuentro podcast que me encantan. De emprendimiento, de salid, de humor… De lo que quiera! Estoy encantada 👍
Soy muy de podcasts. Mientras hago la cama, mientras recojo la casa, mientras trabajo… Y en Podimo encuentro podcast que me encantan. De emprendimiento, de salid, de humor… De lo que quiera! Estoy encantada 👍
MI TOC es feliz, que maravilla. Ordenador, limpio, sugerencias de categorías nuevas a explorar!!!
Me suscribi con los 14 días de prueba para escuchar el Podcast de Misterios Cotidianos, pero al final me quedo mas tiempo porque hacia tiempo que no me reía tanto. Tiene Podcast muy buenos y la aplicación funciona bien.
App ligera, eficiente, encuentras rápido tus podcast favoritos. Diseño sencillo y bonito. me gustó.
contenidos frescos e inteligentes
La App va francamente bien y el precio me parece muy justo para pagar a gente que nos da horas y horas de contenido. Espero poder seguir usándola asiduamente.

Elige tu suscripción

Más populares

Oferta limitada

Premium

20 horas de audiolibros

  • Podcasts solo en Podimo

  • Disfruta los shows de Podimo sin anuncios

  • Cancela cuando quieras

2 meses por 1 €
Después 4,99 € / mes

Empezar

Premium Plus

100 horas de audiolibros

  • Podcasts solo en Podimo

  • Disfruta los shows de Podimo sin anuncios

  • Cancela cuando quieras

Disfruta 30 días gratis
Después 9,99 € / mes

Prueba gratis

Sólo en Podimo

Audiolibros populares

Empezar

2 meses por 1 €. Después 4,99 € / mes. Cancela cuando quieras.