1. Caching and cost concerns when switching models
Users worry that frequent model changes erase cached input tokens and drive up costs.
- “One major advantage of sticking with a single model is saving money on cached input tokens. I’d imagine if you swap between a bunch of models, you may improve performance but cost would would balloon out of control” — Areibman
- “The trick is to rarely switch, or switch at task boundaries… often the conclusion of routing is actually ‘this one model is actually at the pareto front for this task, just use it always’.” — SilenN
- “Open source and no markup is the right default for a gateway. The caching question above is the one I would want answered before swapping models though.” — akshay_akula
2. Routing / model‑selection strategies (task boundaries, sub‑agent assignment, dynamic updates)
Discussion focuses on how a gateway should decide when and which model to use, often tying decisions to specific tasks or agents rather than per‑request switching.
- “But then it’s better to just not have a gateway switch models at all. Have the harness able to choose which model its sub‑agents use, then tell it how to split up tasks and which models to use when doing so.” — cameronh90
- “Or we can automatically figure out which models the subagents should be using for you. And update them as new models come out and the work your subagents do changes.” — SilenN
- “Does your gateway decide effort levels as well? Or just models? … One interesting example is often Opus 5 on low reasoning ~= Opus 5 on high reasoning.” — swthbht & SilenN
3. Open‑source nature vs. enterprise business model
Praised for being open source, the project’s monetization path centers on enterprise licensing and a hosted platform.
- “Finally an open source tool doing this!” — ashermania
- “They make money on enterprise plans: https://www.experientiallabs.ai/pricing#enterprise” — kakugawa (HTML entities fixed)
- “yep, it will be through enterprise licenses and our own hosted platform built on the repo.” — kfallah15
- “Open source and no markup is the right default for a gateway.” — akshay_akula