Unblocked

Unblocked

Codebase knowledge base via NLP

Overview

Unblocked helps software teams quickly access knowledge about their codebase. It connects to code repositories and development tools (like GitHub and Bitbucket), ingests and indexes code and related documentation, and then lets developers ask natural-language questions to get precise answers about architecture, functionality, and specific code. The product works by continuously indexing connected data sources and providing query results that reference the underlying codebase. It differentiates itself by offering a centralized, cross-repository knowledge base that reduces context-switching and interruptions, making it easier for new team members to onboard and for large projects to be navigated quickly. Pricing is subscription-based with tiers based on team size and the number of connected data sources. The overall goal is to boost developer productivity and collaboration by giving teams fast, accurate access to their own code and documentation.

About Unblocked

Simplify's Rating
Why Unblocked is rated
C+
Rated C on Competitive Edge
Rated B on Growth Potential
Rated C on Differentiation

Industries

Data & Analytics

Enterprise Software

AI & Machine Learning

Company Size

11-50

Company Stage

Series A

Total Funding

$28.3M

Headquarters

Vancouver, Canada

Founded

2022

Get referred to Unblocked

See people who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • Unblocked launched Automated CI Triage beta for GitHub Actions, CircleCI, and Buildkite.
  • DX expanded its partnership on May 29, 2026, validating Unblocked’s productivity story.
  • A $20 million Series A from B Capital and Radical Ventures funded expansion.

What critics are saying

  • GitHub Copilot and Atlassian Intelligence can bundle adjacent context features inside existing workflows.
  • The platform depends on many integrations; every source change can break relevance and permissions.
  • If agents standardize on native context layers, Unblocked becomes a replaceable middleware service.

What makes Unblocked unique

  • Unblocked turns code, Slack, Jira, and docs into one permission-scoped context engine.
  • Dennis Pilarinos launched Unblocked’s MCP server GA on April 28, 2026.
  • Open-source Social Graph Builder and Repo Rules Agent showcase the product’s underlying data model.

Help us improve and share your feedback! Did you find this helpful?

Funding

Total Funding

$28.3M

Above

Industry Average

Funded Over

2 Rounds

Notable Investors:
Series A funding typically happens when a startup has a product and some customers, and now needs funding to scale. This money is usually used to grow the team, expand marketing, and improve the product. Venture capital firms are frequently the main investors here.
Series A Funding Comparison
Above Average

Industry standards

$15M
$8.2M
Discord
$15M
Canva
$20M
Unblocked
$30M
Kalshi

Benefits

Health Insurance

Dental Insurance

Unlimited Paid Time Off

Company Equity

Professional Development Budget

Growth & Insights and Company News

Headcount

6 month growth

3%

1 year growth

3%

2 year growth

13%
Unblocked
Jun 17th, 2026
Your agents lack context. Here's how to fix "You're absolutely right."

Your agents lack context. Here's how to fix "You're absolutely right." How to build the context engine AI agents need to produce organization-aware, permission-safe, and genuinely useful code. A talk by Unblocked Founder & CEO Dennis Pilarinos from LeadDev London (LDX3). Dennis Pilarinos, CEO of Unblocked, gave this talk at LeadDev London (LDX3). 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 got decided in a Slack thread last night about the auth migration, or which architectural patterns your principal engineers actually enforce in review. Building a context engine. This talk is a practitioner's guide to building a context engine: the reasoning layer that continuously synthesizes organizational knowledge across disparate sources into unified, queryable understanding for humans and agents. Dennis walks through the problems you actually have to solve: * Searching globally and exhaustively before you can reason * Reasoning across systems that don't agree with each other * Maintaining identity-scoped permissions, so every user and every agent sees only what they should * 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. Slides. Access isn't understanding. A context engine is what closes that gap. See how Unblocked delivers it to your agents. Open source tools. A few OSS tools Unblocked has built to help teams understand the value of a context engine and start building their own: * Context Engine Simulator: a local tool that A/B tests whether pre-gathered organizational context helps AI coding agents complete tasks faster, cheaper, and better. No accounts needed, runs entirely with your preferred agent and optional MCP connectors you and your team use. * Engineering social graph: a CLI tool that builds a weighted collaboration graph from your GitHub PR history. Point it at a repo, and it maps who reviews whose code, detects teams from review patterns, identifies domain experts for every code area, and flags knowledge silos. Then it renders an interactive visualization you can open in a browser. * Repo rules agent: a CLI tool + skill that turns CLAUDE.md, AGENTS.md, .cursorrules, and ~40 other rules-files scattered around your repo into a queryable index coding agents can consult on demand. Stay in the loop. Emerging techniques for building with AI at scale and how software development is changing from the Unblocked team.

StartupHub AI
May 26th, 2026
Stop Babysitting AI Agents: Build a Context Engine.

Stop Babysitting AI Agents: Build a Context Engine. Brandon Walsenuk from Unblocked discusses the critical need for context engines to empower AI agents, moving beyond simple data access to true understanding and autonomous operation. In the rapidly evolving world of AI, the challenge of managing autonomous agents has become a significant hurdle for many teams. Brandon Walsenuk, from Unblocked, recently addressed this issue at AI Engineer Europe, highlighting the critical need to move beyond simply providing agents with access to data and towards building robust context engines. His presentation, titled "Stop babysitting your agents: building a context engine for mergeable code," outlined the common pitfalls and offered a path forward for creating more effective and independent AI systems. Visual TL;DR. AI Agents Need Context leads to Babysitting AI Agents. Babysitting AI Agents leads to Data Access Isn't Enough. Data Access Isn't Enough instead Build a Context Engine. Build a Context Engine leads to Empower Autonomous Operation. Build a Context Engine leads to Mergeable Code. Empower Autonomous Operation leads to True Understanding. True Understanding leads to Future Applications. * AI Agents Need Context: current AI agents lack understanding, requiring constant human oversight * Babysitting AI Agents: continuous human intervention is needed for zero-context agents * Data Access Isn't Enough: providing data is not the same as providing true understanding * Build a Context Engine: a robust system to provide agents with essential background knowledge * Empower Autonomous Operation: enables AI agents to function independently and effectively * Mergeable Code: context engines facilitate seamless integration of AI-generated code * True Understanding: agents can grasp nuances and make informed decisions * Future Applications: context engines unlock advanced AI capabilities and autonomy Visual TL;DR The problem: context is king, not just access. Walsenuk began by drawing a parallel between human onboarding in a company and the current state of AI agents. Just as new hires initially lack context and require guidance, newly spawned AI agents often begin with a "zero context" state. This necessitates continuous human oversight and intervention, a process Walsenuk refers to as 'babysitting.' He argued that the core issue is not a lack of intelligence in these agents, but a deficit in understanding the broader context in which they operate. He debunked several myths surrounding the creation of effective AI agent context. First, he stated that a 'naive RAG over my docs is a context engine' is a misconception. While Retrieval Augmented Generation (RAG) can provide access to data, it often fails to deliver true understanding or reasoning capabilities, leading to agents that simply stop looking once they find a superficial match, rather than exhaustively searching for the correct solution. Secondly, the idea that 'if I just connect enough MCPs, I'm done' is also flawed. Simply connecting multiple tools or data sources does not guarantee the agent will understand or correctly reason across them. Finally, he addressed the myth that 'a bigger context window will solve this.' While larger context windows can be beneficial, they don't inherently provide the necessary reasoning capabilities or solve the fundamental problem of understanding nuanced relationships within the data. The solution: building a true Context Engine. Walsenuk emphasized that a proper context engine is essential for unlocking the full potential of AI agents. Such an engine should possess several key attributes: * Unified System Context: It must merge signals from all relevant sources before delivery to the agent. * Targeted Retrieval: It needs to retrieve only the information agents need based on the data graph. * Conflict Resolution: Recency and authority signals should resolve contradictions in the data. * Token Optimization: It should render compressed context to create relevant responses within prompt windows. * Data Governance: Permissions and policies must be enforced automatically across systems. * Personalized Relevance: Context should be scoped to the user, team, and work history. He illustrated these points with a demonstration of Unblocked's 'Social Graph Builder,' an open-source tool that analyzes historical pull request data to map team collaboration and identify subject matter experts. This tool, Walsenuk explained, provides a foundational component for building a sophisticated context engine. The demo showcased how such an engine can ingest data from various sources, understand individual roles and relationships within an organization, and provide agents with the precise, contextual information they need to perform tasks autonomously and effectively. Hard lessons and Future Applications. Walsenuk shared three hard lessons learned from their experience building context engines: * Optimized for Access, Not Understanding: Simply wiring more tools didn't help agents understand tasks better. * Hid Conflicts Instead of Surfacing Them: When sources disagreed, the system often picked one truth and ignored the conflict, leading to errors. * Cached Answers Instead of Computing Them: Reusing stale answers, even if they once seemed correct, broke the system as code and requirements evolved. He concluded by stressing that AI-generated code should feel as if it were written by a seasoned team member. This requires a context engine that can reliably provide the right information at the right time, enabling agents to operate with autonomy and intelligence, ultimately freeing up human engineers to focus on more complex, strategic tasks. (C) 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.

Unblocked
May 7th, 2025
Bridging the Code Knowledge Gap: Unblocked’s Series A and the Future of Contextual Code Intelligence

At Unblocked, we’re building a contextual code intelligence platform to give developers the why behind their code, not just the what. We’ve raised $20M to help scale that vision.

Techcouver
May 6th, 2025
Unblocked Secures $27.5M for Code Intelligence

Unblocked, a software startup, has raised a $27.5 million Series A funding round to enhance its code intelligence platform. The funding will help Unblocked deepen product capabilities, integrate with developer tools, and expand its team. The platform addresses the challenge of understanding code context, crucial as AI-generated code and complex codebases grow. Unblocked plans to expand into runtime environments like AWS and GCP and improve its "Autonomous CI Triage" feature.

Unblocked
Oct 23rd, 2024
Unblocked + DX - a new partnership for impact

That's why Getunblocked is embarking on a new partnership with DX, the developer intelligence platform designed by leading researchers to give true insight into the productivity of software development teams.

Recently Posted Jobs

Sign up to get curated job recommendations

Unblocked is Hiring for 3 Jobs on Simplify!

Find jobs on Simplify and start your career today

Don't see your dream role? Check out thousands of other roles on Simplify. Browse all jobs →