

We raised $250M in Series C funding at a $2.2B valuation, led by a16z. Exa is a search lab organizing the web's data for agents.
Michael Fine
194 posts



We raised $250M in Series C funding at a $2.2B valuation, led by a16z. Exa is a search lab organizing the web's data for agents.



How does Exa compare to Google for training LLMs to search? In this blog post, we find that LLMs using Exa during reinforcement learning reach higher performance with 70% less training compute. exa.ai/blog/rl-search…











Introducing exa-code, a big step towards eliminating LLM code hallucination. We indexed 1B+ docs pages, Github repos, StackOverflow posts, and more. Given a query, exa-code initiates a hybrid search over this data, chunks it, and returns a concatenated, token-efficient string. In our code hallucination eval, exa-code outperforms every popular web search tool (including Exa!). Available for free: github.com/exa-labs/exa-m… How we built it: exa.ai/blog/exa-code

Exa is now the fastest search API in the world. We built this bc we're a search engine for AIs, and AIs need faster search than humans do -- chatbots, voice agents, etc. This required a crazy amount of optimization across every part of the stack, from training specialized embedding models to designing SIMD optimized data structures in our vector db. It's only possible because we built our own search engine from scratch and so can control every part of the stack. Building it was an insanely hard multi-year effort, but now we're reaping the benefits. Search can be way better than people realize, including speed -- imagine 100ms search 🤯. More to come! Blog post below for more info 👇
