← All speakers

Bio, Work & Ideas

Alex Atallah

Conference affiliation: Co-founder & CEO · OpenRouter · 2026

Alex Atallah is the co-founder and chief executive of OpenRouter, a marketplace that gives developers a unified interface to competing AI models and inference providers. Previously, he co-founded OpenSea, where he was chief technology officer and remains a board member.

Atallah studied computer science at Stanford, worked on cybersecurity products at Palantir, and served as chief technology officer of hostess.fm before its acquisition by Beatport in 2014. He founded OpenSea with Devin Finzer in 2017; the digital-asset marketplace joined Y Combinator’s Winter 2018 cohort.

After ChatGPT’s arrival, Atallah began questioning whether AI inference would become a winner-take-all business. Early open-weight models, including BLOOM, OPT, LLaMA, and Stanford Alpaca, suggested that specialized alternatives would multiply faster than developers could evaluate or integrate them.

His first experiment, Window AI, let users bring their preferred models to participating websites through a browser extension. He subsequently founded OpenRouter with Louis Vichy, whose Plasmo framework powered the extension. What began as a model directory became a multi-model inference marketplace combining provider choice, fallback routing, model-usage rankings, privacy controls, and standardized access to features such as tool calling and structured output.

In August 2026, Stripe agreed to acquire OpenRouter. The transaction remained subject to closing conditions when announced, and OpenRouter committed to maintaining its product, roadmap, and neutrality among competing model providers. Atallah has described the company’s priorities as provider choice, observability, cost management, and routing that improves price, performance, and uptime.

  • Optimize the cost of completed work. A model with cheaper tokens can become more expensive when unfamiliar tasks trigger excessive tool calls or prolonged reasoning. Effective routing must account for task difficulty, reliability, cached context, and whether a model can actually finish the job.
  • Cache-aware model orchestration. Switching models can discard valuable cached context, while keeping a stronger model involved may lower overall costs. Atallah’s OpenRouter Fusion experiments explore how powerful and inexpensive models should divide responsibility, with the answer varying across workloads.
  • Portable inference middleware. OpenRouter’s plugins extend models with capabilities such as web search and document processing while transforming streamed responses and normalizing provider-specific behavior.
  • Real usage should inform model selection. Atallah co-authored research analyzing more than 100 trillion tokens across model adoption, programming, tool use, and agent-like behavior. Those patterns help illuminate which models developers actually use and where orchestration can improve application economics.

His other public projects include redbase, a type-safe database layer built on Redis, and redline, a continuous-review tool for agents.

Read the topics behind these talks

3 conference talks

Key ideas

Scroll to read ↓

OpenRouter grew from a question about winner-take-all AI into a marketplace whose hardest problems include provider differences, streamed middleware, and cancellation.

  • Will inference be winner-take-all?
    0:25 ↗
  • Open weights arrive before usable infrastructure
    2:38 ↗
  • Alpaca makes a long tail imaginable
    4:29 ↗
  • Let the user choose the intelligence
    6:20 ↗
  • The same model becomes a marketplace
    9:07 ↗
  • Different models, interchangeable supply
    11:30 ↗
  • Middleware on both sides of inference
    13:40 ↗
  • A dropped stream is not necessarily canceled inference
    16:02 ↗
  • Extending the interface to images
    16:50 ↗
  • Route to the right GPU, discover the right model
    17:54 ↗

Key ideas

Scroll to read ↓

Nine startup pitches trace the work around AI models: finding generated content, building conversational devices, structuring enterprise data, controlling speech and normalizing inference.

  • Krea: predicting cars is easier than predicting traffic
    0:16 ↗
  • OpenHome: natural conversation on hardware developers control
    2:57 ↗
  • Coframe: giving websites an AI growth team
    6:08 ↗
  • Featherless AI: reliability beyond model scale
    7:28 ↗
  • Upside: turning stored records into understood interactions
    10:36 ↗
  • OpenAudio: controlling how a voice speaks
    13:44 ↗
  • Glow: using token incentives to build solar
    16:17 ↗
  • Favorited: a brief pitch for live-app growth
    18:03 ↗
  • OpenRouter: making models easier to switch and compare
    18:38 ↗
  • OpenRouter: middleware around inference
    21:28 ↗

Key ideas

Scroll to read ↓

Routing an agent means deciding who plans, who executes, what context they share, and when to switch—not merely choosing the cheapest model for a prompt.

  • Which tasks justify the expensive model?
    0:21 ↗
  • Keep frontier judgment, delegate the implementation
    3:15 ↗
  • The task changes while the agent is working
    8:48 ↗
  • Cheap tokens can produce an expensive task
    13:53 ↗
  • A sidekick keeps its own running context
    18:23 ↗
  • Routing can happen inside a model artifact
    20:12 ↗
  • Remember where the evidence lives
    21:59 ↗
  • Cache-aware routing meets the always-running agent
    24:43 ↗
  • Local capacity and shorter context change the calculation
    29:53 ↗
  • Use supervision opportunities to detect trouble
    32:43 ↗
  • Measure confusion, then inspect the trace
    37:48 ↗
  • Learn from the routing decisions users correct
    41:16 ↗
  • What remains when models become better collaborators?
    43:04 ↗

References