
Software Engineering Daily Organizational Context for AI Coding Agents with Dennis Pilarinos
167 snips
Mar 5, 2026 Dennis Pilarinos, Founder and CEO of Unblocked who built parts of Azure and co-founded BuddyBuild. He talks about context engineering for developers and AI agents. They cover where organizational context lives, reconciling conflicting sources of truth, permissions-aware runtime access, and how agent workflows change code review and developer roles.
AI Snips
Chapters
Transcript
Episode notes
Make Context Permission Aware At Runtime
- Enforce permissions at runtime so the context engine only uses data the requester can access.
- Bind identities across GitHub, Slack, Notion to respect access rules during queries.
Enrich Noisy Data With Derived Artifacts
- Data enrichment is essential because teams rarely keep docs up to date.
- Unblocked diffs every PR and embeds those changes to build a richer knowledge graph from existing artifacts.
Use Hybrid RAG With Agentic Tools
- Combine lexical and semantic search in a hybrid RAG plus agentic approach to handle temporal and fuzzy queries.
- Expose tools/APIs so orchestrators and agents can call the context engine programmatically.


