Dan Vanderboom

Agentic Horizons

Agentic Horizons is an AI-hosted podcast exploring the cutting edge of artificial intelligence. Each episode dives into topics like generative AI, agentic systems, and prompt engineering, with content generated by AI agents based on research papers and articles from top AI experts. Whether you're an AI enthusiast, developer, or industry professional, this show offers fresh, AI-driven insights into the technologies shaping the future.

Author

Dan Vanderboom

Category

Technology

Podcast website

podcasters.spotify.com

Latest episode

Feb 19, 2025

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

A Path Towards Autonomous Machine Intelligence 25.01.2025

This episode explores Yann LeCun's vision for creating autonomous intelligent agents that learn and interact with the world like humans, as outlined in his paper, "A Path Towards Autonomous Machine Intelligence." LeCun emphasizes the importance of world models, which allow agents to predict the consequences of their actions, making AI more efficient and capable of generalization. The proposed cogn...

The Dartmouth Summer Research Project on Artificial Intelligence 24.01.2025

The 1956 Dartmouth Summer Research Project on Artificial Intelligence marked a foundational moment for AI research. The study explored the idea that any aspect of human intelligence could be precisely described and simulated by machines. Researchers focused on key areas such as programming automatic computers, enabling machines to use language, forming abstractions and concepts, solving problems,...

Stanford University's One Hundred Year Study on Artificial Intelligence 23.01.2025

This episode explores the findings of the 2015 One Hundred Year Study on Artificial Intelligence, focusing on "AI and Life in 2030." It covers eight key domains impacted by AI: transportation, home/service robots, healthcare, education, low-resource communities, public safety and security, employment, and entertainment. The episode highlights AI's potential benefits and challenges, such as the nee...

Computing Machinery and Intelligence 22.01.2025

This episode explores Alan Turing's 1950 paper, "Computing Machinery and Intelligence," where he poses the question, "Can machines think?" Turing reframes the question through the Imitation Game, where an interrogator must distinguish between a human and a machine through written responses. The episode covers Turing's arguments and counterarguments regarding machine intelligence, including: - Theo...

Steps Toward Artificial Intelligence 21.01.2025

This episode explores Marvin Minsky's 1960 paper, "Steps Toward Artificial Intelligence," focusing on five key areas of problem-solving: Search, Pattern Recognition, Learning, Planning, and Induction. - Search involves exploring possible solutions efficiently. - Pattern recognition helps classify problems for suitable solutions. - Learning allows machines to apply past experiences to new situation...

Building Machines That Learn and Think Like People 20.01.2025

This episode examines the limitations of current AI systems, particularly deep learning models, when compared to human intelligence. While deep learning excels at tasks like object and speech recognition, it struggles with tasks requiring explanation, understanding, and causal reasoning. The episode highlights two key challenges: the Characters Challenge, where humans quickly learn new handwritten...

Alloy Design with Graph Neural Network-Powered LLM-Driven Multi-Agent Systems 19.01.2025

This episode discusses an innovative AI system revolutionizing metallic alloy design, particularly for multi-principal element alloys (MPEAs) like the NbMoTa family. The system combines LLM-driven AI agents, a graph neural network (GNN) model, and multimodal data integration to autonomously explore vast alloy design spaces. Key components include LLMs for reasoning, AI agents with specialized expe...

SchizophreniaInfoBot and the Critical Analysis Filter 18.01.2025

This episode discusses the use of Large Language Models (LLMs) in mental health education, focusing on the SchizophreniaInfoBot, a chatbot designed to educate users about schizophrenia. A major challenge is preventing LLMs from providing inaccurate or inappropriate information. To address this, the researchers developed a Critical Analysis Filter (CAF), a system of AI agents that verify the chatbo...

Diversity of Thought Elicits Stronger Reasoning Capabilities in Multi-Agent Debate Frameworks 17.01.2025

This episode explores multi-agent debate frameworks in AI, highlighting how diversity of thought among AI agents can improve reasoning and surpass the performance of individual large language models (LLMs) like GPT-4. It begins by addressing the limitations of LLMs, such as generating incorrect information, and introduces multi-agent debate as a solution inspired by human intellectual discourse. K...

SynapticRAG: Temporal Dynamic Memory 16.01.2025

This episode discusses SynapticRAG, a novel approach to enhancing memory retrieval in large language models (LLMs), especially for context-aware dialogue systems. Traditional dialogue agents often struggle with memory recall, but SynapticRAG addresses this by integrating temporal representations into memory vectors, mimicking biological synapses to differentiate events based on their occurrence ti...

AgentRefine: Enhancing Agent Generalization Through Refinement Tuning 15.01.2025

This episode explores AgentRefine, a groundbreaking framework designed to enhance the generalization capabilities of large language model (LLM)-based agents. We delve into how AgentRefine tackles the challenge of overfitting by incorporating a self-refinement process, enabling models to learn from their mistakes using environmental feedback. Learn about the innovative use of a synthesized dataset...

Why Agents Are Stupid & What We Can Do About It 14.01.2025

This episode follows the work of Daniel Jeffries as he dives into the surprising shortcomings of AI agents and why they often struggle with complex, open-ended tasks. We explore how “big brain” (reasoning), “little brain” (tactical actions), and “tool brain” (interfaces) each pose unique challenges. You’ll hear about advances in sensory-motor skills versus the persistent gaps in higher-level reaso...

Towards Efficient AI Policymaking in Economic Simulations 13.01.2025

This episode explores how Large Language Models (LLMs) can revolutionize economic policymaking, based on a research paper titled "Large Legislative Models: Towards Efficient AI Policymaking in Economic Simulations." Traditional AI-based methods like reinforcement learning face inefficiencies and lack flexibility, but LLMs offer a new approach. By leveraging In-Context Learning (ICL), LLMs can inco...

Unlocking Abstract Reasoning: How AI Solves Complex Puzzles with Offline Reinforcement Learning 12.01.2025

This episode delves into how researchers are using offline reinforcement learning (RL), specifically Latent Diffusion-Constrained Q-learning (LDCQ), to solve the challenging visual puzzles of the Abstraction and Reasoning Corpus (ARC). These puzzles demand abstract reasoning, often stumping advanced AI models. To address the data scarcity in ARC's training set, the researchers introduced SOLAR (Sy...

CORY: Cooperative Agents for Smarter AI Fine-Tuning 11.01.2025

This episode discusses CORY, a new method for fine-tuning large language models (LLMs) using a cooperative multi-agent reinforcement learning framework. Instead of relying on a single agent, CORY utilizes two LLM agents—a pioneer and an observer—that collaborate to improve their performance. The pioneer generates responses independently, while the observer generates responses based on both the que...

SecurityBot: Mentoring LLM with RL Agents to Master Cybersecurity Games 10.01.2025

This episode covers SecurityBot, an advanced Large Language Model (LLM) agent designed to improve cybersecurity operations by combining the strengths of LLMs and Reinforcement Learning (RL) agents. SecurityBot uses a collaborative architecture where LLMs leverage their contextual knowledge, while RL agents, acting as mentors, provide local environment expertise. This hybrid approach enhances perfo...

AI Consciousness and Global Workspace Theory 09.01.2025

This episode delves into the concept of AI consciousness through the lens of Global Workspace Theory (GWT). It explores the potential for creating phenomenally conscious language agents by understanding the key aspects of GWT, such as uptake, broadcast, and processing within a global workspace. The episode compares different interpretations of the necessary conditions for consciousness, analyzes l...

MAGIS: Multi-Agent Framework for GitHub Issue ReSolution 08.01.2025

This episode explores MAGIS, a new framework that uses large language models (LLMs) and a multi-agent system to resolve complex GitHub issues. MAGIS consists of four agents: a Manager, Repository Custodian, Developer, and Quality Assurance (QA) Engineer. Together, they collaborate to identify relevant files, generate code changes, and ensure quality. Key highlights include: - The challenges of usi...

Hierarchical Cooperation Graph Learning 07.01.2025

This episode delves into Hierarchical Cooperation Graph Learning (HCGL), a new approach to Multi-agent Reinforcement Learning (MARL) that addresses the limitations of traditional algorithms in complex, hierarchical cooperation tasks. Key aspects of HCGL include: - Extensible Cooperation Graph (ECG): A dynamic, hierarchical graph structure with three layers: - Agent Nodes representing individual ag...

Prioritized Heterogeneous League Reinforcement Learning 06.01.2025

This episode explores PHLRL (Prioritized Heterogeneous League Reinforcement Learning), a new method for training large-scale heterogeneous multi-agent systems. In these systems, agents have diverse abilities and action spaces, offering advantages like cost reduction, flexibility, and efficient task distribution. However, challenges such as the Heterogeneous Non-Stationarity Problem and Decentraliz...

Knowledge Boundary and Persona Dynamic Shape A Better Social Media Agent 05.01.2025

This episode explores a new approach to creating personalized and anthropomorphic social media agents. Current agents struggle with aligning their world knowledge with their personas and using only relevant persona information in their actions, which makes them less believable. The new agents are designed with a "knowledge boundary" that restricts their knowledge to match their persona (e.g., a do...

ITCMA: Computational Consciousness 04.01.2025

This episode explores the Internal Time-Consciousness Machine (ITCM), a new framework for generative agents designed to enhance Large Language Model (LLM)-based agents. The ITCM draws inspiration from human consciousness to improve agents' understanding of implicit instructions and common-sense reasoning, while maintaining long-term consistency. Key points include: * ITCM introduces a computationa...

VIRSCI: A Multi-Agent System for Collaborative Scientific Discovery 03.01.2025

This episode discusses VIRSCI, a multi-agent system designed to simulate collaborative scientific discovery. VIRSCI operates in five stages: 1. Collaborator Selection 2. Topic Selection 3. Idea Generation 4. Idea Novelty Assessment. 5. Abstract Generation The system uses databases of past and contemporary scientific papers, along with author profiles and collaboration data, to simulate idea genera...

Collaborative Capabilities of Language Models in Blocks World 02.01.2025

This episode explores a research paper that evaluates the ability of large language models (LLMs) to collaborate effectively in a block-building environment called COBLOCK. In COBLOCK, two agents—either humans or LLMs—work together to build a target structure using blocks from their individual inventories. The tasks vary in complexity, ranging from independent tasks to goal-dependent tasks that re...

Agent-as-a-Judge: Evaluate Agents with Agents 01.01.2025

This episode dives into Agent-as-a-Judge, a new method for evaluating the performance of AI agents. Unlike traditional methods that focus only on final results or require human evaluators, Agent-as-a-Judge provides step-by-step feedback during the agent’s process. This method is based on LLM-as-a-Judge but tailored for AI agents' more complex capabilities. To test Agent-as-a-Judge, the researchers...

Listen to the Agentic Horizons podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.