Finland-based GitHits has raised €1.5 million in pre-seed funding, which it will use to develop what the company calls the “Google of code search.” This GitHits pre-seed funding round is one of the most watched developer-tool launches in Helsinki’s startup scene this month — and for good reason. The problem GitHits is solving is both technically urgent and widely felt across every software team leaning on AI to ship code faster.
Analysis of 16 widely used code-generating LLMs across 576,000 generated code samples found that 21.7% of the package names referenced in AI coding outputs were hallucinations — meaning no such packages existed in npm or PyPI. That’s nearly one in four dependencies simply invented by the model. GitHits is betting that plugging this specific gap — open-source code context for AI agents — is the infrastructure play that the entire coding-agent ecosystem has been missing.
What Is GitHits and Why Does the GitHits Pre-Seed Funding Matter?
The startup was spun out of Softlandia Venture Studio in late 2025 and is building an AI-focused code search infrastructure aimed at improving how coding agents retrieve and use open-source examples and dependency-level context. Simple premise, enormous scope. GitHits offers AI coding agents a set of tools for finding working examples of open-source implementations, and for inspecting software components, including dependencies and vulnerabilities. To enable that, GitHits is building an AI-native, version-aware index of all public open-source code.
The origin story is refreshingly unglamorous. The idea was born when CTO Olli-Pekka Heinisuo was working at AI consulting company Softlandia. For years, he had been frustrated by repeatedly giving colleagues the same tip when they could not find information related to open-source code. The tip was based on a manual search, and Heinisuo realized the problem could be solved with AI. His colleague Jaakko Timonen became excited about the idea, and the two set out to spin out a new company with Softlandia’s support.
Heinisuo’s open-source credentials are hard to ignore. He previously developed opencv-python, a software package with more than 100 million downloads, which was also used by NASA in its Ingenuity helicopter that flew on Mars. When the person who built the dependency solves the dependency hallucination problem, investors pay attention. And they did.
The GitHits Coding Agent Tool: Solving the “Repository Boundary” Problem
Every developer who’s used a GitHits coding agent tool or a comparable AI assistant has hit the same wall. The agent blazes through your local codebase. Then it reaches a framework boundary — and starts guessing. As Heinisuo explains: “Coding agents are great at navigating your local codebase. The problem is that modern software doesn’t stop at the repository boundary. A large part of the system lives in frameworks, libraries, SDKs, and other open-source dependencies. Agents can’t inspect those nearly as well, so AI has to guess, and it produces code that looks correct but doesn’t work in practice.”
AI coding agents can inspect your local repo, but dependency source code, docs, and package metadata stay out of reach. They hallucinate APIs, misuse libraries, and introduce bugs developers have to find and fix. The cost isn’t just time — it’s trust. In a survey of thousands of professional developers, 62% reported spending significant time fixing AI-generated code errors, with nearly 28% citing dependency or package issues as the primary cause.
The GitHits coding agent tool addresses this by functioning as a discovery engine rather than a search engine. As one early user put it: “GitHits changed my workflow because it’s not a search engine, it’s a discovery engine. A search engine is for when you already know what you’re looking for. But a discovery engine helps you find solutions you didn’t even know existed.” The technical stack underneath is serious: the platform runs a Rust-based indexing engine, an Elixir-based coordination layer, and a Python-based agentic layer.
Vendep Capital GitHits Investment: Who Backed the Round?
Helsinki-based GitHits raised €1.5 million in a pre-seed round led by Vendep Capital, with participation from Trind VC and angel investors including Peter Sarlin, Zach Shelby, and Jerry Liu. That last name is notable — Jerry Liu is the co-founder of LlamaIndex, one of the most widely used frameworks for building LLM-powered applications. His backing signals more than capital; it signals conviction from someone who lives inside the AI agent stack daily.
The Vendep Capital GitHits investment was grounded in founder conviction. Timo Felin, Partner at Vendep Capital, was candid about what drove the decision: “We’d been watching GitHits since it was just an idea, and what convinced us was the team that formed around it. Olli-Pekka is a quiet legend in open source and has lived inside this problem for years. At this stage you invest in people, and this was an easy call.”
Vendep Capital is a Finnish venture capital firm known for its focus on early-stage B2B SaaS companies and has raised its fourth fund at €80 million to support the next generation of SaaS founders across the Nordics and Baltics, particularly those building AI-first products. Since launching in 2013, Vendep has built a strong track record in identifying SaaS companies with global potential. With almost €200 million under management, they have led over 35 investments, including well-known names such as AlphaSense, Hostaway, Leadfeeder and Happeo.
Helsinki Startup GitHits Funding: A Snapshot of Finland’s Red-Hot Tech Ecosystem
The Helsinki startup GitHits funding doesn’t exist in a vacuum. Founded in 2025, GitHits’ €1.5 million pre-seed sits within an active 2026 European and Finnish funding environment for developer infrastructure, AI-assisted software engineering, software supply-chain control, and code-adjacent tooling.
Finland’s broader venture momentum reinforces why this market is attracting attention. Finland had a breakthrough year in 2025, attracting record levels of venture capital and establishing itself as one of Europe’s fastest-growing startup ecosystems. Finnish startups raised approximately $2.2 billion in 2025, making Finland the seventh-largest European country for venture investment. The Helsinki startup GitHits funding is part of a cluster: Tangled, the Finnish startup aiming to scale a social-enabled code collaboration platform, received €3.8 million in March of this year, and Helsinki-based Avrea — building an AI-native CI/CD platform for testing and shipping AI-generated code — closed €4 million pre-seed last month. Cambridge-based Undo also closed a €31 million round to accelerate development efforts and expand its global market reach.
Vendep Capital raised €80 million for Fund IV in Q4 2025 to support early-stage SaaS across the Nordics, which positions Helsinki as a serious hub for the next wave of developer tooling bets.
GitHits Google for Code: Filling a Gap the Giants Left Open
The GitHits Google for code framing isn’t just clever marketing — it’s a deliberate competitive positioning. As Heinisuo puts it: “OpenAI, Anthropic, and Google have left a gap in the market. GitHits doesn’t compete with Codex, Claude Code, or Cursor, but complements them by bringing open-source code as context for agents to end retry loops and reduce token consumption.”
The GitHits Google for code approach stakes out territory that general-purpose AI search companies aren’t targeting. Competition in AI search is intense — US-based Exa raised a $250 million Series C in May at a $2.2 billion valuation to build search for AI agents. But GitHits isn’t trying to beat Exa at its own game. Instead of competing with foundational AI models or developer tools, GitHits acts as an infrastructure layer. The platform indexes public open-source code to provide deterministic context for AI agents.
Code-generation tasks can trigger hallucinations in up to 99% of fake-library prompts, making deterministic, ground-truth code context not a nice-to-have, but essential infrastructure. That’s the market GitHits is angling to own.
GitHits AI Code Search Today: The Beta Is Live
The GitHits AI code search today is already accessible. GitHits launched the free beta version of its CLI tool on Product Hunt on June 16, 2026. The GitHits CLI tool offers real implementation examples, dependency source navigation, package inspection, and documentation for AI coding agents.
CEO Jaakko Timonen is direct about the roadmap: “Our vision is to index all public open-source code. With this funding, we are launching the beta version of the product today, and the first commercial version later this year.” The GitHits AI code search today also includes an MCP server, letting it plug directly into tools like Claude Code. As one beta user noted: “Claude Code is amazing but sometimes confidently says things are impossible when they’re not. GitHits MCP server helped Claude find undocumented DuckDB C++ APIs by searching actual code instead of docs. This let me build proper predicate pushdowns for my web archive extension.”
The GitHits pre-seed funding update confirms that the capital raised will fund ongoing development through the launch of a commercial version scheduled for later this year. The startup plans to ingest and index every public open-source repository in existence. The fresh injection of capital will fund ongoing development through the launch of a commercial version scheduled for release later this year.
Key Takeaways for Developers and Investors
Here’s what the GitHits pre-seed funding update tells us about the market moment:
- The hallucination problem is structural, not incidental. Research showed that 38% of hallucinated package names appeared inspired by real packages, 13% were the results of typos, and the remainder were completely fabricated. And 58% of hallucinated packages were repeated more than once across ten runs.
- GitHits is infrastructure, not a competitor. It slots beneath existing AI coding tools rather than going head-to-head with them, making it a natural complement to Cursor, Claude Code, and Codex.
- The team is builder-grade. They assembled a team of four experienced co-founders and attracted high-profile investors.
- The timing is right. The €1.5 million pre-seed fits squarely within an active 2026 European and Finnish funding environment for developer infrastructure and AI-assisted software engineering.
Conclusion
GitHits pre-seed funding of €1.5 million marks the start of what could be a foundational layer in the AI coding stack. The problem is real, measurable, and broadly felt. The team has the open-source credibility to earn developer trust. And the Vendep Capital GitHits investment signals that smart early-stage money is paying close attention to code infrastructure, not just the shiny AI models sitting on top.
Whether you’re a developer tired of debugging hallucinated dependencies, or an investor scanning Europe’s hottest seed-stage deals, the Helsinki startup GitHits funding is a story worth tracking closely. The beta is live now at githits.com. Give the GitHits coding agent tool a spin — and watch the GitHits AI code search today evolve from beta into something the whole developer ecosystem will rely on.
Frequently Asked Questions
What exactly did GitHits raise in its pre-seed round?
Helsinki-based GitHits raised €1.5 million in a pre-seed round led by Vendep Capital, with participation from Trind VC and angel investors including Peter Sarlin, Zach Shelby, and LlamaIndex co-founder Jerry Liu.
What does GitHits actually do?
GitHits offers AI coding agents a set of tools for finding working examples of open-source implementations, and for inspecting software components, including dependencies and vulnerabilities. To enable that, GitHits is building an AI-native, version-aware index of all public open-source code.
Who founded GitHits?
CTO Olli-Pekka Heinisuo and his colleague Jaakko Timonen set out to spin out a new company with Softlandia’s support, and they assembled a team of four experienced co-founders. The founding team also includes Nathan Burg and Juha Litola.
Why is the AI dependency hallucination problem so serious?
Analysis showed that 21.7% of the package names that open-source AI models referenced in coding-related outputs were hallucinations — meaning no such packages existed in npm or PyPI.This creates real security risks, wasted debugging time, and broken production builds.
Is GitHits available to use today?
Developers can access the free beta version of the GitHits CLI tool, which went live on Product Hunt on June 16, 2026.The first commercial version is planned for release later this year.
How does GitHits differ from tools like Cursor or Claude Code?
GitHits doesn’t replace them — it complements them. Instead of competing with foundational AI models or developer tools like Claude Code and Cursor, GitHits acts as an infrastructure layer. The platform indexes public open-source code to provide deterministic context for AI agents.
Who is Vendep Capital and why are they backing this?
Vendep Capital is a Finnish venture capital firm known for its focus on early-stage B2B SaaS companies. It recently raised its fourth fund at €80 million to support the next generation of SaaS founders across the Nordics and Baltics, particularly those building AI-first products.The GitHits investment aligns directly with that thesis.