The Builders

The story behind GitHits

GitHits started with a question in Slack.

The question that started GitHits

When documentation didn’t explain something clearly, I had a simple fallback: search GitHub.

If a problem has been solved before, there is usually code somewhere showing how it works. Finding the right example still requires digging through files, issues, and discussions.

One day, Softlandia co-founder Mikko asked in Slack:

Who can find the definition for TranscribeDefinition?

He was building a transcription pipeline using Azure’s Speech SDK and couldn’t figure out how to initialize the object.

The official documentation didn’t show it yet, but the definition was already present in Microsoft’s GitHub repository inside documentation files prepared for a future release.

After finding it, I wrote in Slack:

GitHub search solves a surprising number of problems if the project is open source.

Then I added:

You could probably build a coding assistant that answers questions by searching GitHub with some heuristics.

That message started a discussion inside Softlandia Venture Studio. We decided to explore the idea, and Jaakko bought githits.com for $9.

Why GitHub search was not enough

Much of the practical knowledge about how libraries are used already exists in open-source repositories.

Developers have already recorded how libraries work in source code, documentation, issues, releases, and package metadata. The difficult part is finding the material for the package version or repository ref the agent is using.

Documentation can be incomplete, and raw search is noisy. Without the relevant source and package data, an agent may produce a plausible answer based on the wrong API or release.

Developers resolve these questions by inspecting source, reading documentation, checking package data, reviewing changes, and looking at how other projects solved similar problems. Doing that by hand works. Repeating it across dependencies, versions, and tasks is the problem GitHits was built to solve.

How GitHits gives agents context

GitHits is the code context layer for AI coding agents. It indexes open-source code, documentation, and package data by version, then exposes tools for code navigation, package inspection, vulnerability checks, changelog and upgrade review, and prior art.

Agents query these tools from the coding environments they already use, so they can inspect dependency evidence without cloning repositories or browsing from scratch.

Who it helps

Developers using AI coding tools

Engineers using tools such as Claude Code, Cursor, or Copilot when an unfamiliar dependency or undocumented API blocks the task.

Helping Claude Code find undocumented C++ APIs directly from the code.

— Onni Hakala, GitHits user

Developers working with specialized or fast-changing libraries

Engineers using packages whose documentation, examples, or APIs change faster than a model’s built-in knowledge.

I swapped my ritual of 20 browser tabs and stale Stack Overflow answers for a tool that actually understands what I’m trying to do.

— Atharv Singh, GitHits user

Meet the GitHits team

  • Portrait of Olli-Pekka Heinisuo

    Olli-Pekka Heinisuo

    Co-founder, CTO

    I created the opencv-python package. It has over 1B downloads. I wanted to keep contributing to the open source ecosystem. Now I'm building GitHits search agents and the reasoning layer.

  • Portrait of Juha Litola

    Juha Litola

    Co-founder, Chief Architect

    I thought I was done with startups, but I realized the AI coding revolution is just too big an opportunity to miss. I'm responsible for building the code indexing and intelligence engine that understands dependencies.

  • Portrait of Nathan Burg

    Nathan Burg

    Co-founder, CPO

    I was one of the first people to test Olli-Pekka's first prototype. I tried something hard: writing a CUDA kernel. Every other AI tool produced code that wouldn't compile. GitHits passed my tests on the first try. I wanted to join the team.

  • Portrait of Jaakko "Jack" Timonen

    Jaakko "Jack" Timonen

    Co-founder, CEO

    After my first startup, I was on the hunt to find an idea I'd be excited about. When Olli-Pekka pitched “a coding problem solver using GitHub search with smart heuristics”, I was immediately hooked.

  • Portrait of Eze Jaime

    Eze Jaime

    Founding Designer

    20+ years shipping digital products across retail, fintech, and entertainment, used by millions. Joined GitHits after experiencing the frustration of AI giving answers that look right but don't actually work. Now I'm fixing that through design.

  • Portrait of Tayyab Rasheed

    Tayyab Rasheed

    GTM Engineer

    Built AI/LLM automation across multiple production systems — OpenAI, Gemini, Vertex. Awarded for rapid technical growth, strong ownership of complex systems, and continuous skills improvement at Mavric. Now building the GitHits GTM engine.