YC W26 Captain launches automated RAG for enterprise files /// ACCURACY ~95% on MRAG-Bench vs ~78% for DIY pipelines /// ODYSSEY Proprietary private-market dataset ships March 2026 /// QUOTE Garry Tan: "a step function increase vs existing RAG pipelines" /// STACK OCR • chunking • embeddings • hybrid search • re-rank /// YC W26 Captain launches automated RAG for enterprise files /// ACCURACY ~95% on MRAG-Bench vs ~78% for DIY pipelines /// ODYSSEY Proprietary private-market dataset ships March 2026 /// QUOTE Garry Tan: "a step function increase vs existing RAG pipelines" /// STACK OCR • chunking • embeddings • hybrid search • re-rank ///
CompanyAI Infrastructure·Y Combinator W26

Captain wants to run the search layer under every AI agent

The demo always works. Then the AI meets real enterprise data and quietly starts guessing. Captain sells the unglamorous fix - a managed retrieval pipeline you plug into with two API calls.

The AI demo is always a triumph. Someone asks a question, the model answers instantly, everyone nods. Then the same system meets a real company - a decade of scanned contracts, a spreadsheet buried three folders deep in SharePoint, a Slack thread from 2023 that holds the one answer that matters - and the confidence stays exactly the same while the accuracy quietly collapses. Captain, a company in Y Combinator's Winter 2026 batch, is built for the moment after the demo.

What Captain sells is retrieval - the unglamorous machinery that decides which piece of which document gets handed to an AI model at the precise instant it needs it. The pitch is deliberately plain: connect your data sources with a couple of API calls, and Captain runs the rest of the pipeline for you. Optical character recognition, chunking, embedding, vector storage, hybrid search, and re-ranking all happen behind the interface. You send files. It returns answers, with citations attached.

That is a narrower promise than most AI startups make, and that narrowness is the point. Retrieval-augmented generation, usually shortened to RAG, is the technique of feeding a language model relevant documents so it answers from your data instead of its training. It is easy to prototype and genuinely hard to ship. A production pipeline has roughly eight moving parts, and getting any one of them wrong quietly poisons the output.

~95%Retrieval accuracy claimed
2API calls to connect a source
10+Native data integrations

01 / THE PROBLEMThe 90% that never made it into a database

The founders like to point out that around 90% of enterprise knowledge lives outside traditional databases. It is in PDFs, slide decks, recorded calls, images, and scanned forms - the institutional memory that no analyst ever normalized into neat rows and columns. To most AI systems, that material is dark matter. It is present, it is heavy, and it is unsearchable.

Teams that try to make it searchable themselves tend to follow the same arc. They wire up text extraction, then chunking, then an embedding model, then a vector store, then a search step, then re-ranking, then the inference call at the end. Each stage has a dozen defensible choices. After a few weeks of tuning, a lot of them land somewhere around 78% accuracy and call it good enough, because the alternative is another month of work on plumbing nobody outside the engineering team will ever see.

"Just add RAG" is one of the most expensive sentences in an AI roadmap. The two words hide eight systems.

Captain's argument is that this is exactly the kind of work that should be rented, not built. The value is not any single clever algorithm. The value is that somebody else owns the whole pipeline, keeps it fast as the data grows, and takes the pager at two in the morning when incremental indexing breaks. For a head of AI weighing another quarter of internal infrastructure work against a monthly bill, that trade can be an easy one.

02 / THE PRODUCTFour stages, one API

Under the hood, Captain runs what it describes as a four-stage pipeline. First, smart routing sends each file to the right processor - Google's Gemini 3 Pro for images, Reducto for complicated documents, Extend for optical character recognition. Second, the extracted text is chunked in a way that respects the document's structure rather than slicing it into blind fixed windows. Third, retrieval combines dense contextual embeddings from Voyage with a classic keyword search and fuses the two rankings together. Fourth, a cross-encoder re-ranks the shortlist, narrowing roughly 50 candidate chunks down to the 15 most relevant.

01 OCRRoute each file: Gemini for images, Reducto for docs, Extend for OCR.
02 CHUNKStructure-aware splitting that keeps context intact.
03 RETRIEVEContextual embeddings + keyword search, fused by rank.
04 RE-RANKCross-encoder trims 50 candidates to the top 15.

A detail the founders enjoy: Voyage's older contextual embeddings beat several newer models in their tests, because they encode each chunk with awareness of the document around it rather than in isolation. It is a small reminder that in retrieval, context often matters more than raw model horsepower - the newest thing is not automatically the best thing.

The output of all this is packaged as a set of products with plain names. Captain Collections is managed vector storage with OCR and embeddings built in. Agentic and hybrid search is the weighted keyword-plus-semantic layer with re-ranking. Role-based access control filters results by metadata, so an agent only ever retrieves what the querying user is allowed to see - the feature that turns a clever demo into something a regulated company can actually deploy.

Retrieval accuracy: DIY pipeline vs Captain

DIY pipeline
~78%
Captain
~95%
Figure: Captain's self-reported accuracy on MRAG-Bench, an ICLR-published benchmark, against a typical hand-built pipeline. Company figures.

The accuracy claim - roughly 95% on MRAG-Bench, a published benchmark, versus about 78% for typical do-it-yourself systems - is the number the whole pitch rests on. It is a company figure, and worth treating as a claim rather than a verdict. But the shape of it is believable: the gap between an AI that finds the right passage and one that hallucinates is often just a few percentage points of retrieval quality, applied millions of times.

03 / THE PEOPLETwo builders from Purdue

Captain was founded in 2025 by Lewis Polansky and Edgar Babajanyan. Polansky, the CEO, came up through finance at Purdue and taught himself to build full-stack software along the way. He started a cybersecurity and capture-the-flag hacking group called CyberSpace and was recognized by the U.S. Congress for community software leadership - the kind of resume that reads less like a career plan and more like a person who could not stop building things.

Babajanyan, the CTO, came out of Purdue's natural language processing lab. He has published AI research, built OCR engines earlier in his career, and spent years scaling production RAG pipelines and cross-region datacenter infrastructure. Between the two of them, the division of labor is legible: one founder who obsesses over the product and the pitch, one who has already carried retrieval systems into production and knows where the bodies are buried.

Both founders came out of Purdue. One from the NLP lab, one from finance and a self-taught engineering path.

There is something quietly telling in the choice they made. Two capable young engineers could have chased any number of flashier consumer ideas. Instead they picked the plumbing under enterprise AI - a problem with no viral demo and no obvious logo, but one that every serious AI product eventually runs into. Group partner Garry Tan, who backed the company through YC, called the result "a step function increase vs existing RAG pipelines."

04 / THE MODELCredits now, a data moat later

Captain charges the way infrastructure usually does: a free tier to get started, then usage-based pricing driven by indexing credits, with queries left unlimited. A free plan offers a monthly allotment of indexing credits at no cost. Paid tiers have been reported around $295 a month for a starter plan and $1,600 a month for a growth plan with tens of thousands of credits, climbing to custom enterprise pricing with on-premise options and SOC2 Type II compliance for companies that need it.

Reported pricing tiers
TierPriceBest for
Free$0/moTrials, small indexes, unlimited queries
Starter~$295/moEarly production workloads
Growth~$1,600/mo~83k credits, scaling teams
EnterpriseCustomOn-prem, SOC2, governance

The more interesting part of the model arrived in March 2026, when Captain launched Odyssey. Where the core product sells you a pipeline to search your own data, Odyssey sells access to data Captain owns: a proprietary private-market intelligence set covering venture deals, fund performance, LP profiles, company financials, exit-probability predictions, and patent filings, all queryable through the same API. It is a deliberate shift from selling the pipes to selling the water that flows through them.

The reference point the company reaches for is Bloomberg, which never really won on the terminal hardware - it won on the data locked behind it. Pure retrieval infrastructure is reproducible; a competent team can rebuild a decent pipeline in a few weeks using public APIs. A proprietary dataset that gets more complete and more trusted over time is far harder to copy. Odyssey is Captain's bet that the durable business is the moat, not the machinery.

05 / THE MARKETRacing the hyperscalers

Captain does not have the field to itself. Every major cloud sells a managed retrieval service now - AWS Bedrock Knowledge Bases, Azure AI Search, Google's Vertex AI Search - and each has the distribution advantage of already sitting inside the customer's bill. Then there is the ever-present option of building it in-house, which is exactly the choice Captain is trying to talk teams out of.

Its answer to the hyperscalers is twofold. First, be genuinely better at the hard parts - multimodal chunking, structure-aware extraction, the accuracy tail - so that "good enough" from a cloud default starts to feel expensive when errors compound. Second, race to make Odyssey irreplaceable before pure retrieval gets fully commoditized. It is a real competitive squeeze, and the founders seem clear-eyed that survival depends on either owning the data or embedding so deeply into enterprise workflows that ripping Captain out becomes the harder option.

There is a broader thesis underneath all of it. As software shifts from apps people click to agents that act, the layer that decides what an agent knows becomes strangely powerful. Whoever owns retrieval sits between the model and the truth. Captain is wagering that this quiet, load-bearing position - invisible right up until it becomes the moat - is worth building a company around. It calls itself, only half-joking, the Snowflake for unstructured data.

Whether Captain becomes that or gets absorbed into a hyperscaler's feature list is the open question, and it will not be answered by benchmarks alone. But the company has found a real seam: the gap between an AI that demos beautifully and one that works on Tuesday, against a messy filesystem, at scale. That is a smaller story than "we're building AGI." It is also a more honest one, and often the smaller, honest stories are the ones that turn into businesses.