Steven AI Talk

Steven AI Talk

Steven
Land USA
Sjanger Utdanning
Språk EN
Episoder 697
Siste 20.07.2026

Steven AI Talk is an English-language podcast hosted by Steven, focusing on discussions about artificial intelligence. The show explores various AI topics, trends, and their impact on society. Each episode aims to make complex AI concepts accessible to a general audience.

Episoder

  • 1 Agents You Can t Answer For w_learnbydoingwithsteven.github.io_linktr.ee_learnbydoingwithsteven 20.07.2026 9min
    1 Agents You Can t Answer For w_learnbydoingwithsteven.github.io_linktr.ee_learnbydoingwithsteven
  • AI Review Debt 17.07.2026 11min
    1 AI Review Debt w_learnbydoingwithsteven.github.io_linktr.ee_learnbydoingwithsteven
  • Architecting the Agentic Conveyor Belt 16.07.2026 6min
    1 Architecting the Agentic Conveyor Belt w_learnbydoingwithsteven.github.io_linktr.ee_learnbydoingwithsteven
  • A Song of Types and Agents 16.07.2026 9min
    1 A Song of Types and Agents w_learnbydoingwithsteven.github.io_linktr.ee_learnbydoingwithsteven
  • 2 Teaching Coding Agents to Master Spreadsheets (EN) Shorts_learnbydoingwithsteven.github.io_linktr.ee_learnbydoingwithsteven 15.07.2026 8min
    2 Teaching Coding Agents to Master Spreadsheets (EN) Shorts_learnbydoingwithsteven.github.io_linktr.ee_learnbydoingwithsteven
  • 1 AI Psychosis Shift w 14.07.2026 8min
    1 AI Psychosis Shift w
  • 1 AI Developer Paradox w 13.07.2026 7min
    1 AI Developer Paradox w
  • 1 ACP Agent Blueprint w 13.07.2026 7min
    1 ACP Agent Blueprint w
  • AI_Trust_Design_Patterns 11.07.2026 8min
    AI_Trust_Design_Patterns
  • Why_Better_NLP_Won_t_Fix_Your_Compliance_False_Positives 08.07.2026 6min
    AI-Driven Multi-Document Correlation for Financial ComplianceTransition from reactive validation to proactive, cross-document intelligence.Entity Correlation Engine built on graph database to reveal hidden relationships.Adaptive Probabilistic Risk Model combining multiple signals to compute confidence-based risk scores.Cross-Jurisdictional Normalization Layer to standardize data across countries.Tested against 3 million records, achieving 91% precision, 87% recall, and 76% reduction in false positives.All my links: https://linktr.ee/learnbydoingwithsteven #learnbydoingwithsteven #AI #LLM #TechTrends #FinancialCompliance #GraphDatabase #EntityCorrelation #ProbabilisticRisk #ComplianceEngineering #FinTech
  • AI-Driven Multi-Document Correlation for Financial Compliance 08.07.2026 5min
    ✅ Transition from reactive validation to proactive, cross-document intelligence. ✅ Entity Correlation Engine built on graph database to reveal hidden relationships. ✅ Adaptive Probabilistic Risk Model combining multiple signals to compute confidence-based risk scores. ✅ Cross-Jurisdictional Normalization Layer to standardize data across countries.All my links: https://linktr.ee/learnbydoingwithsteven #learnbydoingwithsteven #AI #LLM #TechTrends #FinancialCompliance #GraphDatabase #EntityCorrelation #ProbabilisticRisk #ComplianceEngineering #FinTech
  • **AI-Driven Multi-Document Correlation for Financial Compliance** 08.07.2026 8min
    Transition from reactive validation to proactive, cross-document intelligence.Entity Correlation Engine built on graph database to reveal hidden relationships.Adaptive Probabilistic Risk Model combining multiple signals to compute confidence-based risk scores.Cross-Jurisdictional Normalization Layer to standardize data across countries.Tested against 3 million records, achieving 91% precision, 87% recall, and 76% reduction in false positives.All my links: https://linktr.ee/learnbydoingwithsteven #learnbydoingwithsteven #AI #LLM #TechTrends #FinancialCompliance #GraphDatabase #EntityCorrelation #ProbabilisticRisk #ComplianceEngineering #FinTech
  • From Model-Centric to System-Centric AI Engineering: Keynotes from AI Engineer Miami Day 2 07.07.2026 7min
    The AI engineering landscape is transitioning from model-centric prompting to system-centric execution. Day 2 of the AI Engineer Miami conference detailed critical advancements across fast inference hardware, structured context databases, agent-to-agent architectures, and behavior runtimes.Key architectural paradigms analyzed include:The Stagnation Breakout (1,200 TPS): By using specialized on-chip SRAM architectures (such as Cerebras' wafer-scale engine) and disaggregated prefill/decode mechanisms, developers are bypassing the "memory wall" to achieve inference speeds of 1,200 tokens per second. This 20x speedup transitions agent interaction from asynchronous tasking to real-time steering.Context Graphs vs. Naive RAG: To solve structural relationship blind spots in text-vector searches, systems are integrating Knowledge Graphs and Context Graphs. This combination captures decision traces and increases domain-specific agent accuracy from 54% to 91%.Software 3.5 & Sub-Agent Orchestration: Modern systems are moving toward specialized sub-agents with dedicated, restricted context windows. High-overhead planning is reserved for frontier models (e.g., Claude 3.5), while menial tasks (search, context compression, diff generation) are routed to lightweight specialized models.Designing for Non-Human Users: As autonomous agents become the primary operators of software, platforms must adapt by offering full API/CLI dashboard parity, transitioning from per-seat to usage-based pricing models, and publishing machine-readable metadata.By moving beyond simple prompts to focus on persistent agent primitive execution environments, developers are successfully navigating the "Rain" stage of AI integration where model choice, token cost, and structural control matter.Key Takeaways:Behavior Runtime: For physical AI (like the Reachi Mini robot), the product is the safety-enforcing behavior runtime, not the raw LLM.Latency is Design: In physical interfaces, a 2-second delay is perceived as cognitive hesitation; active idleness must be designed.Ambient Local Inference: Running latent diffusion models locally on mobile NPUs achieves a ~600ms latency without cloud routing.All my links: https://linktr.ee/learnbydoingwithsteven#learnbydoingwithsteven #AIEngineer #AIHardware #SoftwareArchitecture #FastInference #Cerebras #KnowledgeGraph #ContextEngineering #SubAgents #LLMOps #PhysicalAI
  • Abundance of Intelligence and the Shift in Software Architecture: Keynotes from AI Engineer Miami 07.07.2026 5min
    Abundant, near-zero-cost intelligence is fundamentally reshaping the software engineering paradigm. At the AI Engineer Miami event, leading architects and researchers detailed the shifts occurring across multi-agent orchestration, hardware-level model quantization, and developer identity.Key technical advancements discussed include:Adversarial Orchestration: The transition from simple single-agent code generation to platforms like Orchestrator AI—allowing up to 16 agents (implementers, auditors, researchers) to work on complex engineering tasks governed by adversarial review to prevent context drift and memory bloat.The QRSPI ("Crispy") Workflow: A modular operational pipeline (Questions, Research, Design, Structure, Plan, Implementation) that prevents LLM confusion by structuring tasks sequentially and separating the verification layer.NVFP4 Model Quantization: Utilizing Nvidia Blackwell’s 4-bit floating-point format to execute high-accuracy inference with blockwise scaling, reducing VRAM traffic while preserving dynamic range.Developer Identity Shift: As frontier intelligence costs experience a 50-fold collapse over 24 months, a developer's value shifts from typing syntax to operating as a "machine builder" focused on system architecture and governance.By incorporating autonomous verification layers, utilizing secure Cloudflare Dynamic Worker isolates, and adapting to full-agent SDKs, engineering organizations are moving beyond "vibe coding" to establish robust, scalable agentic infrastructures.Key Takeaways:Product Restraint: Abundant code generation capacity requires developers to intentionally slow down to filter bad ideas and prevent product rot.Independent Auditing: The code verification layer must remain separate from code generation to avoid LLM autocomplete bias.Isolate Scaling: Server-side Dynamic Workers enable instant, sandboxed execution of agentic scripts at scale.All my links: https://linktr.ee/learnbydoingwithsteven#learnbydoingwithsteven #AIEngineer #AI #SoftwareArchitecture #MultiAgent #NvidiaBlackwell #LLMOps #CloudflareWorkers #AIQuantization #MachineLearning #DeveloperTools
  • Selecting the Optimal Balance for On-Device AI: The "SAGE" Model Strategy 06.07.2026 8min
    Cloud-based foundation models offer immense capabilities but introduce systemic issues for production environments: high latency, security concerns, internet dependence, and escalating API costs. Research indicates that 4 seconds is the upper boundary for human-believed latency in user experiences. Standard cloud APIs frequently exceed this limit. Shifting inference workloads to local Small Language Models (SLMs) running directly on edge devices solves these issues.To successfully migrate tasks to the edge without losing quality, a four-step framework is utilized:Prove Possibility: Confirm the task is achievable using the largest cloud models (e.g., Claude or Gemini).Establish Ground Truth: Curate a "Golden Data Set" of human-labeled input-output pairs.Compare Candidates: Benchmark different SLMs (e.g., Qwen 2.5 1.5B, Llama 3.2 3B) using evaluation platforms such as Phoenix.Deploy the SAGE Model: Choose the smallest model that is "Small And Good Enough" for the specific criteria.In a recent case study summarizing social media threads, Llama 3.2 3B (2GB size) achieved approximately 90% accuracy compared to cloud-based Sonnet baselines, with latency dropping to ~1s. The performance gap was closed to 100% using few-shot prompting (2-3 examples) and application-level post-processing checks (such as structural truncation and reference verification).By shifting inference to the user's local hardware, API fees are eliminated, latency is minimized, and personal data (PII) is kept entirely on-device, offering a more scalable and private software architecture.Key Takeaways:UX Limit: Local execution keeps response times below the critical 4-second trust window.SLM Optimization: Few-shot prompting outperforms explicit negative instructions.Cost Efficiency: On-device execution reduces third-party server costs to zero.Regression Testing: Implement continuous evaluation pipelines using the Golden Data Set to prevent prompts from degrading over time.All my links: https://linktr.ee/learnbydoingwithsteven#learnbydoingwithsteven #AI #MachineLearning #SLM #OnDeviceAI #Llama3 #LLMOps #SoftwareArchitecture #EdgeComputing #DataPrivacy #AIEngineer
  • Core Insights from Stanford CS336 Lecture 15 05.07.2026 9min
    🚀 Core Insights from Stanford CS336 Lecture 15: Large Language Model Alignment and Post-Training ProcessesBased on the content of the fifteenth lecture of the Stanford University CS336 course in Spring 2025, this article comprehensively and objectively reviews the key technical pipelines involved in the t...All my links: https://linktr.ee/learnbydoingwithstevenIO page: https://learnbydoingwithsteven.github.io/#learnbydoingwithsteven #AI #DeepLearning #Research #TechSummary #MachineLearning #LLM #ScalingLaws #NeuralNetworks #Innovation
  • 🚀 Stanford University CS336 Lecture 14 Language Model Data Filtering and Deduplication Algorithms [notebooklm summary] 05.07.2026 4min
    🚀 Stanford University CS336 Lecture 14 Language Model Data Filtering and Deduplication Algorithms [notebooklm summary]This lecture explores the data processing mechanics used for training language models, focusing specifically on quality filtering and data deduplication algorithms. Training data for language models i...All my links: https://linktr.ee/learnbydoingwithsteven#learnbydoingwithsteven #AI #DeepLearning #Research #TechSummary #MachineLearning #LLM #ScalingLaws #NeuralNetworks #Innovation
  • The Agentic Architecture: Five Essential AI Terms Explained 04.07.2026 7min
    ✅ Recently, the evolution of Artificial Intelligence from conversational models to autonomous agents is driven by an instruction layer wrapped around Large Language Models (LLMs). ✅ The internal behavioral framework of an agent is defined by project-specific rules in the agents. ✅ While project rules are governed by agents. ✅ Connectivity and interoperability are crucial for autonomous agents to interact with external environments.All my links: ⁠https://linktr.ee/learnbydoingwithsteven⁠ Website: ⁠https://learnbydoingwithsteven.github.io⁠ #AIAgents #AgenticAI #SoftwareEngineering #LLMs #ModelContextProtocol #SystemSecurity #Microservices #AIAgentsOrchestration #learnbydoingwithsteven
  • The Agentic Architecture: Five Essential AI Terms Explained 04.07.2026 5min
    ✅ Recently, the evolution of Artificial Intelligence from conversational models to autonomous agents is driven by an instruction layer wrapped around Large Language Models (LLMs). ✅ The internal behavioral framework of an agent is defined by project-specific rules in the agents. ✅ While project rules are governed by agents. ✅ Connectivity and interoperability are crucial for autonomous agents to interact with external environments.All my links: https://linktr.ee/learnbydoingwithsteven Website: https://learnbydoingwithsteven.github.io #AIAgents #AgenticAI #SoftwareEngineering #LLMs #ModelContextProtocol #SystemSecurity #Microservices #AIAgentsOrchestration #learnbydoingwithsteven
  • Data Science Periodic Table Explained: A Strategic Map for Analytical Maturity and Workflow 04.07.2026 5min
    ✅ Recently, the landscape of data science is often perceived as a confusing collection of disparate terms and techniques, ranging from ETL to cross-validation. ✅ The horizontal structure of the table tracks the data data maturity lifecycle, moving from unrefined data to actionable insights. ✅ The columns of the table represent analytical activities that define the functional stages of the lifecycle, ranging from data acquisition to evaluation. ✅ The modeling and relationship estimation phase forms the core of pattern discovery, utilizing diverse statistical techniques.All my links: https://linktr.ee/learnbydoingwithsteven #DataScience #MachineLearning #ETL #DataGovernance #QuantumComputing #AI #ModelEvaluation #BigData #Analytics #learnbydoingwithsteven

Populær i

Denne podkasten finnes også i podkast-listene til disse landene.