Tag
The article argues that many AI agent workflows waste money by routing every task to frontier models, and suggests using cheaper model tiers for simple, structured tasks while escalating harder ones. It provides a cost comparison showing up to 75% savings with a tiered approach.
UpliftBench is a benchmark paper showing that disagreements between uplift modeling evaluations often stem from metric choice rather than model quality, identifying specific mismatches between ranking metrics and deployment objectives across several dataset families.
The author argues that frontier LLMs have reached a 'good enough' intelligence threshold, so they now prioritize speed over raw intelligence when choosing models, citing fast open-weights models like GLM5.2 and DeepSeek V4 Flash as daily drivers.
Manifest explains why it deprecated its LLM router, arguing that model routing introduces unpredictability, breaks behavior consistency, and that prompt complexity cannot be inferred from the prompt alone, making caching and deliberate model selection more effective for most use cases.
This paper examines how evaluation protocols affect reported accuracy in EEG emotion recognition, using a DGCNN on SEED and SEED-IV datasets. It demonstrates that subject-dependent, subject-disjoint, and cross-session evaluations answer different questions, and that checkpoint selection and test-set reuse can inflate accuracy.
Google announced updates to Managed Agents in the Gemini API, including a default to the Gemini 3.6 Flash model, environment hooks for tool call auditing, budget controls, scheduled triggers, and free tier access.
GitHub Copilot now uses prompt caching, tool search, and automatic model selection (HyDRA) to reduce cost and improve efficiency, achieving 3.3x savings while matching OpenRouter Auto's resolution rate.
Runway launched Media Router, a preference-optimized router that automatically selects the best video, image, or audio model based on user-defined criteria for cost, quality, or latency, eliminating manual model picking. It is live now in Runway Dev.
Ramp is open-sourcing its internal LLM router that automatically selects the best model for each request to optimize cost and performance.
The article discusses choosing between GPT-5.6 Sol, Terra, or Luna variants in Codex for different mission types.
Explores whether solo developers should rely on a single AI model for all tasks or consider using multiple specialized models.
DevinX now supports full model selection for local sessions, including Sol, Fable 5, GLM, Kimi, and an adaptive cost-balancing option, plus reasoning effort control.
An article describing how to reduce AI agent response latency by 1.7× by switching to a model that requires less reasoning time rather than focusing on decoding speed.
A developer with 64GB VRAM shares their preference for an unsloth version of Qwen 3.5 122b-a10b for coding and asks the community for their recommendations.
Compares Qwen 3.6 27B and Qwen 3.5 35B models for use in AI agent applications, discussing their performance and suitability.
The article discusses the arbitrariness of AI model creation, proposing to draw inspiration from physics models, build a repository of candidate models, and formalize the model selection process.
The author shares that they stopped comparing AI models and focused on workflow design, leading to improved output. They argue that workflow has more leverage than model choice for most practical use cases.
The article explores the challenge of per-prompt model routing in AI agents, questioning whether anyone has effectively solved it. It points out that current practices rely on gut feeling, flat-rate plans reduce pressure to optimize, and a triage layer may introduce its own costs.
Proposes ARIADNE, a training-free, adapter-agnostic routing framework that selects the optimal PEFT adapter at inference time by measuring input proximity to adapter-specific centroids in embedding space, recovering 97.44% of upper-bound performance on 23 tasks.
This paper systematically evaluates the impact of classification model selection within the InferBERT framework for causal adverse drug event detection, finding that domain-specific pre-training (BioBERT) outperforms both simpler models and larger LLMs like Med-LLaMA.