How to Generate Mergeable Code with a Context Engine — Peter Werry, Unblocked
Agents often stop after finding plausible code context. Werry argues for task-specific retrieval that also surfaces decisions, conventions, PR history, and expertise before planning or review.
Unblocked’s context engine combines code with organizational knowledge such as decisions, conventions, architecture rationale, Slack discussions, and **historical pull requests**. Its open-source query engine ingests repository PRs, synthesizes a schema, and supports agent queries.
Feed agents **task-specific context** instead of attaching an entire wiki or codebase. The demo’s contextual planning took about **one minute versus about two minutes** without Unblocked, while review guidance reused prior expert comments and team relationships.
Unblocked’s context engine combines code with organizational knowledge such as decisions, conventions, architecture rationale, Slack discussions, and **historical pull requests**. Its open-source query engine ingests repository PRs, synthesizes a schema, and supports agent queries. Feed agents **task-specific context** instead of attaching an entire wiki or codebase. The demo’s contextual planning took about **one minute versus about two minutes** without Unblocked, while review guidance reused prior expert comments and team relationships. Those timings come from a demonstrated task, and the stated **50% token reduction** is a customer claim rather than a controlled evaluation. The talk does not establish how retrieval quality or maintenance effort changes across organizations.
Unblocked broadens coding context from repository structure to the decisions, conventions, discussions, prior reviews, and expertise that determine whether code is mergeable. It reinforces bounded, task-specific retrieval and gives a concrete PR-history implementation, but the demonstrated timing and customer token claim do not establish retrieval quality, maintenance cost, or reliability across organizations.