22 Jul 2026 Birgitta Boeckeler on Harness Engineering for AI Agents
"Explores AI-assisted coding harnesses, their customization, role of guides/sensors, challenges in AI-generated code, and future of harness engineering in software development."
More Software Engineering Radio episodes
Published 10 Jun 2026
Duration: 01:02:12
Predictive modeling faces challenges with AI's limitations in structured data, prompting solutions like graph databases and relational deep learning with attention mechanisms to enhance accuracy, scalability, and real-time updates for enterprise applications.
Jure Leskovec, Professor of Computer Science at Stanford University and Chief Scientist at Kumo.ai, speaks with host Sriram Panyam about relational an...
The text explores the state of predictive modeling and its challenges in enterprise settings, emphasizing its role in decision-making across sectors like finance, healthcare, and retail. While predictive modeling relies on structured data (e.g., databases, transaction records) to forecast outcomes, enterprises predominantly use traditional machine learning approaches despite AI advancements. Current AI systems, such as language models, struggle with structured tabular data, producing unreliable results for tasks like fraud detection or customer behavior prediction. Traditional workflows involving manual feature engineering, data normalization, and deployment are resource-intensive, requiring significant time and labor. Additionally, challenges like information leakage, real-time data updates, and adversarial threats in fraud detection further complicate model development and maintenance. Relational databases, though central to enterprise operations, are poorly suited for AI-driven analysis due to their structured, normalized formats, which obscure complex relationships between entities.
To address these limitations, the text proposes graph-based systems as a superior alternative to relational databases and traditional AI. Graph databases can retain contextual relationships in data without flattening tables, streamlining feature engineering and enabling real-time updates. A novel approach, relational deep learning, leverages attention mechanisms tailored to structured data, allowing models to analyze relationships between cells, rows, and tables rather than relying on sequential token attention. This method improves accuracy by capturing temporal and relational patterns (e.g., transaction timing, user-product interactions) while avoiding over-smoothing issues common in graph neural networks. Unlike large language models, relational foundation models (RFMs) focus on structured, domain-specific tasks, achieving higher accuracy in predictive applications like churn risk assessment and sales lead scoring. They also provide calibrated predictions with uncertainty estimates and rich debugging traces to identify data anomalies or model biases.
The text highlights practical applications of these advancements, including in-context learning for dynamic prediction tasks and counterfactual analysis to test hypothetical scenarios. Tools like KumoRFM and frameworks such as PyTorch Geometric are recommended for experimenting with relational foundation models, which are increasingly being integrated into enterprise platforms like Snowflake. The discussion underscores the growing importance of structured relational data understanding, urging data scientists and business units to adopt relational deep learning to address gaps in modern AI. This shift aims to bridge the gap between traditional predictive modeling and emerging AI techniques, offering scalable solutions for complex, high-stakes predictive tasks.
What if you adopt a graph-based architecture to replace manual feature engineering?
What if you implement a relational foundation model for in-context predictive tasks?
What if you replace ETL pipelines with GPU-optimized graph processing?
22 Jul 2026 Birgitta Boeckeler on Harness Engineering for AI Agents
"Explores AI-assisted coding harnesses, their customization, role of guides/sensors, challenges in AI-generated code, and future of harness engineering in software development."
15 Jul 2026 Garth Mollett on AI Supply Chain Security
"Explores AI supply chain security challenges, including probabilistic outputs, data poisoning, and emerging threats, while emphasizing structured measures like model signing and isolation to mitigate risks."
8 Jul 2026 Clare Liguori on AWS Strands SDK for AI Agents
This text outlines AI agents' core components (models, tools, prompts), their evolution via the Strands SDK from early reliability challenges to simplified model-driven approaches, and their application in automating business workflows with technical considerations like tool integration, validation mechanisms, and challenges in context management, alongside tools and future trends in agent design.
2 Jul 2026 Jeroen Janssens and Thijs Nieuwdorp on Using Polars
The *polars* library offers a high-performance, multi-language (Python, R, Node.js) data frame tool leveraging Rust, columnar storage, out-of-core processing, and GPU acceleration for fast data manipulation, optimized for large datasets and scalable data engineering workflows.
24 Jun 2026 Scott Kingsley on the Swagger Ecosystem
The Swagger/OpenAPI ecosystem, including tools like Swagger Editor, UI, and Codegen, along with commercial offerings and contract testing, supports cross-functional API development, evolves from Swagger 1.0/2.0 to OpenAPI under the Linux Foundation, emphasizes language-agnostic JSON/YAML specs, HTTP-centric design, modernization of legacy APIs, balances open-source and commercial tooling, explores JSON/YAML trade-offs, FastAPI integration, contract-first/code-first approaches, AI-driven spec generation, security practices, tooling challenges, governance, linting, mocking, CI/CD validation, and emerging AI-enhanced API trends.