> For the complete documentation index, see [llms.txt](https://docs.onlydust.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlydust.com/overview/who-are-we.md).

# Who are we

> We find and fund elite developers working on side projects that are so complex that AIs/agents fail to help them code.

Yep, that's us. \
But how did we come to this?&#x20;

#### **2023 - 2025:** Become the "Open Source home"

We started in 2023 by building a platform to contribute to **open source**.&#x20;

Over the years, we’ve worked to:

* Make it easy for any maintainer to get visibility, contributors, and actual help
* Make it easy for any contributor to find a project and a good first issue (without reading 14 outdated READMEs)
* Provide a "matching engine" where contributors are recommended projects based on their skills and interests.
* Show metrics for maintainers: who’s looking at your project, who applied, and how experienced they are.

#### **2025 - now:**&#x20;

***We spent years mastering something most companies never crack: finding elite developers and funding their best work.***&#x20;

By 2024, we'd distributed $15M to 400 open source projects, building an expertise in what makes truly exceptional code, and how to fund it without micromanagement.&#x20;

Then we moved to San Francisco, and the top AI labs pulled us aside with a problem:&#x20;

They confessed a hard reality: their coding agents were acing toy benchmarks but failing catastrophically on real-world systems, on the kind of intricate, closed-source, deeply contextual code that OnlyDust’s network lived for.&#x20;

That’s when it clicked.&#x20;

We reoriented everything toward a new mission: funding engineers whose code breaks AI.&#x20;

Today, OnlyDust (operating under our Ctrl+G brand for AI labs) partners with the world’s top research teams to turn elite, private codebases into the most rigorous coding benchmarks ever built.

We no longer just fund open source.\
We fund the *impossible*, so machines can one day catch up to human ingenuity.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.onlydust.com/overview/who-are-we.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
