
AI Dev 26 x SF | Brandon Waselnuk: Building the Context Engine AI Agents Need
DeepLearning.AI16 June 2026Watch on YouTube
Description
Every AI coding tool can generate code. Very few can generate the right code for your organization, because they're missing context. They don't know why your team chose Redis over DynamoDB, what the team decided in a Slack thread from two months ago about the auth migration, or which architectural patterns your principal engineers actually enforce in review. Brandon Waselnuk from Unblocked shares a practitioner's guide to building a context engine: the reasoning layer that continuously synthesizes organizational knowledge across disparate sources into unified, queryable understanding. Brandon walked through the problems you actually have to solve — reasoning across systems that don't agree with each other, searching globally before you can reason, maintaining identity-scoped permissions so every user and agent only sees what they should, and personalizing results based on who's asking and what they're working on. These are the engineering challenges that make naive RAG fall short, drawn from real lessons building this at scale. Learn more about Unblocked: https://tinyurl.com/4hmu89np
What you'll learn
- You understand why AI coding tools without context fail to generate the right code for your organization
- You learn how to build a context engine that synthesizes knowledge from scattered sources into queryable insights
- You see how to reason across systems that do not agree with each other
- You learn to apply identity-scoped permissions so users and agents only see what they should
- You discover how to personalize results based on who is asking and what they are working on