AI blindspot is a podcast that explores the uncharted territories of AI by focusing on its cutting-edge research and frontiers
This podcast is for researchers, developers, curious minds, and anyone fascinated by the quest to close the gap between human intelligence and machines.
As AI is advancing at Godspeed, it has become increasingly difficult to keep up with the progress. This is a human-in-loop AI-hosted podcast.
AI blindspot is a podcast that explores the uncharted territories of AI by focusing on its cutting-edge research and frontiers
This podcast is for researchers, developers, curious minds, and anyone fascinated by the quest to close the gap between human intelligence and machines.
As AI is advancing at Godspeed, it has become increasingly difficult to keep up with the progress. This is a human-in-loop AI-hosted podcast.
This episode covers AIE World's Fair Recap of Day 2 focusing on Keynotes & SWE Agents.
🧠 Key Takeaways:
This episode covers the AI Engineer World's Fair 2025, the largest and most impactful edition yet. With over 3,000 attendees and 250+ speakers from around the globe, the event brought together leading voices in AI to explore the future of agentic workflows, model development, and human-AI collaboration.
https://www.ai.engineer/
https://www.youtube.com/watch?v=z4zXicOAF28&t=917s&ab_channel=AIEngineer
The AI Engineer World's Fair 2025 made it clear: AI agents are fast becoming the core of digital interactions. From extending human capabilities to operating across tools and platforms, agents are shifting from helpful assistants to true teammates in workflows. Their rise is also reshaping software development—driving a move toward peer programming, domain-specific applications, and execution-focused innovation. The success of these systems now hinges less on novel ideas and more on delivering fast, thoughtful, and user-centric experiences.
A major theme was the growing dominance of the Model Context Protocol (MCP), which is quickly becoming the backbone of agentic systems. MCP solves the long-standing issue of "copy and paste hell" by allowing AI to interact directly with applications like Slack or error logs. Its design emphasizes simplicity for server developers while enabling rich, context-aware experiences through more complex clients. As enterprises adopt agents at scale, MCP is emerging as the foundation for handling credentials, authentication, observability, and integration with internal services.
As AI adoption deepens, local models have made impressive progress, offering low-latency and high-control environments for developers. At the same time, the cost of large models has plummeted—dropping from $30 to $2 per million tokens—making advanced AI more accessible than ever. This affordability, coupled with the rise of centralized infrastructure and MCP gateways, is fueling the creation of scalable, enterprise-grade systems. AI engineering is rapidly maturing, shifting from demos to production-level deployments that require strong observability and robust design choices.
The overall message was clear: effective AI products are driven by data flywheels—continuous loops of deployment, user feedback, and improvement. Value is no longer measured by how sophisticated the models are, but by the ratio of human effort to useful output. Agent-based ecosystems are already forming their own economies, where agents can autonomously discover, interact with, and even pay for services. And while the technology evolves, the most successful builders will be those who stay focused on clarity, context, and execution.
Aentic workflows are processes where AI agents dynamically plan, execute, and reflect on steps to achieve a goal, differentiating them from static, predefined workflows.
Augmented LLMs, which serve as a base building block, are enhanced with capabilities like tool use and memory, enabling the creation of these more complex agents. This episode also distinguish between an agentic workflow, the sequence of steps, and the agentic architecture, the underlying system allowing multiple workflows to run securely and effectively at scale, highlighting the benefits and challenges of implementing such systems.
Sources:
https://www.anthropic.com/engineering/building-effective-agents
https://weaviate.io/blog/what-are-agentic-workflows
In this episode, we discuss strategies for building effective AI agents, emphasizing simplicity and composable patterns over complex frameworks.
It distinguishes between workflows, which use predefined code paths, and agents, where LLMs dynamically direct their own processes, noting that simpler solutions are often sufficient.
To build effective AI Agents, start simple and composable building blocks, designed tools carefully and leverage more complex agentic patterns only when simple solutions are insufficient for the task's needs.
https://www.anthropic.com/engineering/building-effective-agents
DeepSeek-V3, is a open-weights large language model. DeepSeek-V3's key features include its remarkably low development cost, achieved through innovative techniques like inference-time computing and an auxiliary-loss-free load balancing strategy.
The model's architecture utilizes Mixture-of-Experts (MoE) and Multi-head Latent Attention (MLA) for efficiency. Extensive testing on various benchmarks demonstrates strong performance comparable to, and in some cases exceeding, leading closed-source models.
Finally, the text provides recommendations for future AI hardware design based on the DeepSeek-V3 development process.
In today's episode, we are discussing two research papers describing the two distinct approaches to building multi-agent collaboration :
MetaGPT is a meta-programming framework using SOPs and defined roles for software development.
https://arxiv.org/pdf/2308.00352
AutoGen uses customizable, conversable agents interacting via natural language or code to build applications.
This episode discusses agentic design pattern Tool Use.
Tool use is essential for enhancing the capabilities of LLMs and allowing them to interact effectively with the real world.
We discuss following papers.
Gorilla: Large Language Model Connected withMassive APIs
https://arxiv.org/pdf/2305.15334
MM-REACT : Prompting ChatGPT for Multimodal Reasoning and Action
https://arxiv.org/pdf/2303.11381