ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

Vercel BlogArticle

How Tailscale built a customer-facing model router on AI Gateway

This is infrastructure maturing in real time. Tailscale's approach to model routing via network identity is clever, but the real shift is that AI Gateway is now good enough for companies to ship it to paying customers. For builders: if you're routing models inside products and worried about API key management, this is proof the infrastructure is ready. For infrastructure teams: this is what the next layer looks like: model access as identity, not keys.

Vercel BlogArticle

How Featured's users make 100K media pitches per month on Vercel

This is a clean case study in how to route traffic across multiple models without vendor lock-in. The technical stack (AI Gateway, Workflow SDK) is what builders should notice, not the PR use case. If you're building multi-model agents, Vercel is making it easier than writing routing logic yourself. Worth exploring if you're tired of building that abstraction in-house.

arXiv cs.CLPaper

SWRouter: Similarity-Contractive Window Routing for Multi-Turn Large Language Model Conversations

The problem is real: multi-model routing gets harder with conversational history, not easier. The approach is sound but the framing is incremental. Unless you're already running a multi-model router in production and hitting the specific pain points around context retention, this is a mid-tier paper that refines a known problem rather than unlocking new capability.

arXiv cs.CLPaper

CROCODIL: Cross-Model Code Editing with LLMs

The observation is real: models do over-edit foreign code. But this is a niche problem in a specific workflow, and the solution is post-training, which most builders won't run. It's worth noting if you're working on code-editing products, but it doesn't move the needle on agent reliability or model capability.