Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Introducing Jev Model Router for Claude Code This Claude Code Mod lets you use Jev through its direct TypeSafe AI API or Vercel AI Gateway With every request you send to Claude Code, Jev classifies the subagent model, main model (only at session start to avoid breaking the cache),...

163,320 görüntüleme • 1 gün önce •via X (Twitter)

35 Yorum

EJ Campbell profil fotoğrafı
EJ Campbell1 gün önce

@typesafeai @vercel Holly uncached tokens, batman.

VkDream profil fotoğrafı
VkDream1 gün önce

@typesafeai @vercel 上线没几天 就从新模型变成路由组件了 生态长出来的速度有点猛

James Malsawm profil fotoğrafı
James Malsawm1 gün önce

@typesafeai @vercel We need Router to use Jev inside Claude code, what about Codex, bro?

arpit profil fotoğrafı
arpit1 gün önce

@typesafeai @vercel Prompt caching 🪦🪦

Timur Yessenov profil fotoğrafı
Timur Yessenov1 gün önce

@typesafeai @vercel Keeping main-model routing off by default is the right call. A cheaper tier stops being cheap if every switch throws away a long prompt cache.

wiiiimm profil fotoğrafı
wiiiimm1 gün önce

@typesafeai @vercel and wave good bye to the cache and your tokens.

Hussain Hashim | Building SundayBack profil fotoğrafı
Hussain Hashim | Building SundayBack1 gün önce

@typesafeai @vercel @dani_avila7 interesting approach with the Jev Model Router. curious, how does it handle model selection with varying workloads? handling this balance is often a tricky part in my builds too.

Aapakari profil fotoğrafı
Aapakari1 gün önce

@typesafeai @vercel Log routes, or bills stay blind guesses.

Bessi profil fotoğrafı
Bessi1 gün önce

@typesafeai @vercel wait Jev picks effort per request.

Jhon Dennis profil fotoğrafı
Jhon Dennis1 gün önce

@typesafeai @vercel 每条请求自己分流 子任务走便宜的 主模型只在开局定一次 缓存也没被打断 今晚先把这条路由装上试试

Lennox profil fotoğrafı
Lennox1 gün önce

@typesafeai @vercel 路由的关键不是省一次调用,而是把模型选择变成可观察策略:成本、延迟和质量都要有回放评估。

Jeremy Bosma profil fotoğrafı
Jeremy Bosma1 gün önce

@typesafeai @vercel A router mod is the practical layer

Aaron Browne-Moore profil fotoğrafı
Aaron Browne-Moore1 gün önce

@typesafeai @vercel I feel like this is going to be really good as long as you've benchmarked each model against the task that's going to happen and Jeff has data to work from when choosing which model to pick. Otherwise, it feels like it's just guessing without bringing true value to the decision.

Mildly Magical profil fotoğrafı
Mildly Magical1 gün önce

@typesafeai @vercel This is awesome!

Jeff Bruchado profil fotoğrafı
Jeff Bruchado1 gün önce

@typesafeai @vercel Does it expose why a model was picked? I'd want that context when debugging a bad result.

Steven Cheng profil fotoğrafı
Steven Cheng1 gün önce

@typesafeai @vercel Caching at session start is the smart move.

The AI Therapist profil fotoğrafı
The AI Therapist1 gün önce

@typesafeai @vercel Context window cost is a function of length squared. routing cheaper models for routine queries cuts that curve before it spikes. finally, ai that reads like it saves money instead of burning cash.

Djasnive Rajaona profil fotoğrafı
Djasnive Rajaona1 gün önce

Routing is the honest answer to 'which model is best' — it depends on the step. The hard part nobody ships well is classifying the task before spending tokens: most routers guess from the prompt instead of the diff. Curious how it handles mid-task escalation — when the cheap model is 80% through a refactor and starts hallucinating.

Salise profil fotoğrafı
Salise1 gün önce

@typesafeai @vercel the installation command looks super simple, just npx claude-code-templates@latest. nice!

Isoldegwow profil fotoğrafı
Isoldegwow1 gün önce

@typesafeai @vercel Every request now has a middle manager deciding which model deserves the effort. Corporate structure is unavoidable.

Jack Rudenko profil fotoğrafı
Jack Rudenko1 gün önce

@typesafeai @vercel or you can just to route to any model, includign Jev (when they will provide me access to debug it).

Zane Kelly profil fotoğrafı
Zane Kelly1 gün önce

@typesafeai @vercel Model routing inside Claude Code feels like the adult version of “let’s just try another model”—especially if the route is visible in the logs. Otherwise the bill arrives with a plot twist.

Gabe Fletcher profil fotoğrafı
Gabe Fletcher1 gün önce

@typesafeai @vercel You're a rockstar!!!

dazacode profil fotoğrafı
dazacode1 gün önce

@typesafeai @vercel inb4 T3 start complaining

Valentyn Kit 🦀 | Rust · Solana profil fotoğrafı
Valentyn Kit 🦀 | Rust · Solana1 gün önce

@typesafeai @vercel classifying per-request without breaking the prompt cache is the actual hard part, nice that it's called out explicitly

Steven Cheng profil fotoğrafı
Steven Cheng1 gün önce

@typesafeai @vercel Smart caching strategy. Classifying the main model only at session start is a clever way to keep latency low.

Brjan | AI Builder profil fotoğrafı
Brjan | AI Builder1 gün önce

@typesafeai @vercel classifying the subagent at the start could add unnecessary complexity

Ajay Dhillon profil fotoğrafı
Ajay Dhillon1 gün önce

@typesafeai @vercel Amazing 🤩

Tanguy profil fotoğrafı
Tanguy1 gün önce

@typesafeai @vercel the install is easy. if you never log why it picked that effort the next bill is a guess. i stamp the route next to the tool calls

Nishanth profil fotoğrafı
Nishanth1 gün önce

@typesafeai @vercel The core challenge with model routing is managing state persistence across agent calls. If the subagents operate stateless, ensuring context history remains correctly scoped requires careful serialization and rehydration after each classification step.

ShadowAguy profil fotoğrafı
ShadowAguy1 gün önce

@typesafeai @vercel Routing the main model only at session start is the interesting constraint. Does Jev still adapt when a subagent's task suddenly needs a much larger context?

🏁Mickey Shmueli🏁 profil fotoğrafı
🏁Mickey Shmueli🏁1 gün önce

@typesafeai @vercel Cool but why don’t just make a hook and use your own subscriptions haiku?

BaronAfanas profil fotoğrafı
BaronAfanas1 gün önce

@typesafeai @vercel Pretty cool, will check it out, perhaps you can default it to your vLLM?

John Rood profil fotoğrafı
John Rood1 gün önce

@typesafeai @vercel the cache detail is the whole game. next step is rerouting at explicit task boundaries, because long agent sessions change jobs without changing chats.

Hafiz Siddiq profil fotoğrafı
Hafiz Siddiq1 gün önce

@typesafeai @vercel @grok does adaptive subagent routing win mainly on cost, latency, or fewer broken handoffs—and what metric would prove it survives a long coding session?

Benzer Videolar

Claude Code is a major (and accidental!) hit for Anthropic that surprised even its creator, Boris Cherny. Claude Code, an Agentic AI coding product that lives in the terminal. Most of the new code at Anthropic is created through it today. And in the last 5 months since it was launched publicly, Claude Code went from $0 to $400M in revenue run rate (as per The Information). 00:00 – Intro 01:15 – Did You Expect Claude Code’s Success? 04:22 – How Claude Code Works and Origins 08:05 – Command Line vs IDE: Why Start Claude Code in the Terminal? 11:31 – The Evolution of Programming: From Punch Cards to Agents 13:20 – Product Follows Model: Simple Interfaces and Fast Evolution 15:17 – Who Is Claude Code For? (Engineers, Designers, PMs & More) 17:46 – What Can Claude Code Actually Do? (Actions & Capabilities) 21:14 – Agentic Actions, Subagents, and Workflows 25:30 – Claude Code’s Awareness, Memory, and Knowledge Sharing 33:28 – Model Context Protocol (MCP) and Customization 35:30 – Safety, Human Oversight, and Enterprise Considerations 38:10 – UX/UI: Making Claude Code Useful and Enjoyable 40:44 – Pricing for Power Users and Subscription Models 43:36 – Real-World Use Cases: Debugging, Testing, and More 46:44 – How Does Claude Code Transform Onboarding? 49:36 – The Future of Coding: Agents, Teams, and Collaboration 54:11 – The AI Coding Wars: Competition & Ecosystem 57:27 – The Future of Coding as a Profession 58:41 – What’s Next for Claude Code

Matt Turck

82,372 görüntüleme • 1 yıl önce