AI coding agents are shifting software development bottlenecks from code generation to "context engineering." Unblocked, founded by Dennis Pilarinos, tackles this by aggregating and reasoning over diverse organizational knowledge (code, docs, chat, telemetry) to provide "decision-grade context" for both human developers and AI agents. This aims to improve AI code quality, accelerate onboarding, and address new challenges like reconciling conflicting information and permission-aware AI.
Summarized by Podsumo
The rise of AI agents means the primary challenge in software development is no longer code generation but providing comprehensive organizational context about system architecture, decisions, and external sources of truth.
Unblocked aggregates knowledge from source code, pull requests, documentation, chat systems, and production telemetry to create a unified "context engine" for developers and AI.
The system addresses the complex problem of data drift and conflict resolution across disparate sources, ensuring a "truthy" answer while also handling temporal aspects and user permissions.
A critical feature is ensuring AI agents and users only access information they are authorized to see, preventing escalation of privilege by integrating robust access control at runtime.
The role of engineers is transforming, moving beyond direct code writing to focus on craftsmanship, defining business problems, architectural design, and guiding AI agents, especially in areas like code review.
"The challenge is now contextualizing why systems work the way they do, how architectural decisions were made, and the sources of truth that exist outside of the code base."
"From a person, it's all effectively the tribal knowledge that exists as a consequence of working in an organization in order to get your job done."
"Source is the truth, right, of what's actually happening at that point in time."