Full Workshop: Build Your Own Deep Research Agents - Louis-François Bouchard, Paul Iusztin, Samridhi

| Podcasts | April 20, 2026 | 23.4 Thousand views | 1:57:03

TL;DR

This workshop demonstrates how to build production-grade deep research agents by navigating the spectrum from rigid workflows to autonomous systems, emphasizing strategic context management and hybrid architectures to automate high-quality technical content creation while avoiding generic 'AI slop'.

🚫 The AI Content Problem 3 insights

Avoiding Generic AI Slop

Standard LLM outputs suffer from hallucinations, outdated information, and overused phrases like 'intricacies' and 'rapidly evolving' that provide shallow, meaningless value.

Automation Solution

The team built a deep research and writing agent system to automate technical course and article creation, replacing the expensive manual process of research plus human writing.

Meta-Learning Approach

They used this same agentic system to generate a comprehensive course teaching students exactly how to build the deep research system itself.

🎛️ The Autonomy Spectrum 3 insights

The Autonomy Slider

AI engineering exists on a spectrum from simple prompting to complex agentic systems, where increased autonomy reduces control and raises costs per task.

Workflows Defined

Workflows execute predetermined steps in fixed sequences—like a ticket handler that always classifies, routes, drafts, and validate—offering reliability without dynamic environmental reaction.

Agents Defined

True agents autonomously plan actions, dynamically select tools, and react to environmental changes, making them necessary only when tasks require branching logic like a CRM marketing content generator.

🧠 Context Management & Architecture 3 insights

Context Rot Threshold

LLM performance degrades significantly around 200,000 tokens due to the 'lost in the middle' training problem, occurring well before theoretical context window limits.

Delegation Pattern

Manage context budget by delegating specialized tasks to tools or sub-agents with isolated system prompts and validation logic rather than overloading a single agent's memory.

Multi-Agent Triggers

Deploy multi-agent systems only when facing specific constraints like 20+ tools, strict security or compliance requirements, or insufficient single-agent context windows.

🔍 Deep Research System Design 2 insights

Core Capabilities

Effective deep research agents combine planning, autonomous web navigation, reliable source citation, and feedback loops to perform thorough research without human micromanagement.

Hybrid Implementation

Production-grade AI products integrate workflows, single agents, and multi-agent systems rather than using one pattern exclusively, with deep research serving as a prime example of this unified approach.

Bottom Line

Start with the simplest workflow possible and only increase autonomy when tasks explicitly require dynamic decision-making or branching, while aggressively managing context windows through delegation to prevent performance degradation.

More from AI Engineer

View all
Text Diffusion — Brendon Dillon, Google DeepMind
AI Engineer AI Engineer

Text Diffusion — Brendon Dillon, Google DeepMind

Google DeepMind researcher Brendon Dillon explains text diffusion as a parallel alternative to autoregressive language models that iteratively denoises random tokens rather than generating sequentially, offering significantly lower latency and unique capabilities like self-correction and adaptive computation, though currently limited by high serving costs for large batches.

1 day ago · 8 points
AI Engineer Melbourne 2026 Keynote Livestream | Day 2
1:05:31
AI Engineer AI Engineer

AI Engineer Melbourne 2026 Keynote Livestream | Day 2

Jeremy Howard argues that AI coding tools risk trapping developers in addictive 'dark flow' states that diminish psychological well-being, drawing on Self-Determination Theory to advocate for intentional AI use that augments human mastery and autonomy rather than outsourcing complexity.

2 days ago · 9 points
How to talk to statues — Joe Reeve, ElevenLabs
33:28
AI Engineer AI Engineer

How to talk to statues — Joe Reeve, ElevenLabs

Joe Reeve from ElevenLabs discusses building a viral AI app that lets users talk to statues via phone calls, exploring how vibe coding with existing APIs enables rapid prototyping, the unique challenges of voice interface design, and the cultural implications of giving physical objects AI-generated voices.

5 days ago · 9 points