model-selection

Tag

Cards List
#model-selection

@pvncher: https://x.com/pvncher/status/2077708372363624894

X AI KOLs Following · 3d ago Cached

The article discusses choosing between GPT-5.6 Sol, Terra, or Luna variants in Codex for different mission types.

0 favorites 0 likes
#model-selection

Most solo builders use one model for everything. Is that actually the right call?

Reddit r/AI_Agents · 5d ago

Explores whether solo developers should rely on a single AI model for all tasks or consider using multiple specialized models.

0 favorites 0 likes
#model-selection

@_markfenner: On today's episode of Devinmaxxing: pick your model from your pocket. DevinX now does full model selection for local se…

X AI KOLs Following · 2026-07-12 Cached

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.

0 favorites 0 likes
#model-selection

Cut my agents' response latency 1.7× by switching to a model that thinks less — not one that decodes faster

Reddit r/AI_Agents · 2026-07-11

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.

0 favorites 0 likes
#model-selection

Devs - you have 64gb of VRAM - which model do you use for coding?

Reddit r/LocalLLaMA · 2026-06-30

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.

0 favorites 0 likes
#model-selection

Qwen 3.6 27B or Qwen 3.5 35B for AI agents?

Reddit r/AI_Agents · 2026-06-30

Compares Qwen 3.6 27B and Qwen 3.5 35B models for use in AI agent applications, discussing their performance and suitability.

0 favorites 0 likes
#model-selection

@snowboat84: Have you noticed that the birth of models in AI is actually quite arbitrary? Take language models as an example: first RNN, then LSTM, one day Transformer is said to be effective so everyone switches to it, later it's split into Encoder and Decoder, one moment BERT is all the rage, the next GPT is said to have emergent abilities and Scaling Law. The whole process hardly has any theoretical guidance.

X AI KOLs Timeline · 2026-06-26 Cached

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.

0 favorites 0 likes
#model-selection

I stopped comparing models months ago. My output improved .

Reddit r/AI_Agents · 2026-06-24

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.

0 favorites 0 likes
#model-selection

Is anyone actually solving per-prompt model routing well yet, or are we all just eyeballing it?

Reddit r/AI_Agents · 2026-06-18

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.

0 favorites 0 likes
#model-selection

ARIADNE: Agnostic Routing for Inference-time Adapter DyNamic sElection

arXiv cs.AI · 2026-06-18 Cached

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.

0 favorites 0 likes
#model-selection

The Critical Role of Model Selection in Causal Inference: A Comparative Analysis of Classification Models within the InferBERT Framework for Pharmacovigilance

arXiv cs.LG · 2026-06-17 Cached

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.

0 favorites 0 likes
#model-selection

Your best model probably isn't your best tool caller

Reddit r/AI_Agents · 2026-06-17

The article argues that tool-calling reliability often does not scale with model capability; smaller models can outperform larger ones in schema adherence and format discipline, suggesting that raw capability is not the sole factor in choosing a model for tool use.

0 favorites 0 likes
#model-selection

I got tired of juggling OpenRouter + Artificial Analysis + Design Arena tabs to pick a model, so I put them in one filterable table

Reddit r/LocalLLaMA · 2026-06-15

A developer built ModelGrep, a free tool that aggregates AI model data from OpenRouter, Artificial Analysis, and Design Arena into a searchable table, enabling filtering by price, benchmarks, throughput, and more.

0 favorites 0 likes
#model-selection

The Real AI Productivity Hack Isn’t New Tools — It’s Model Matching & Business Judgment

Reddit r/AI_Agents · 2026-06-12

The article argues that the key to AI productivity is not chasing new tools but selecting the right models for each task and combining them with deep business judgment. It emphasizes running multiple models in parallel and using human expertise to correct AI flaws.

0 favorites 0 likes
#model-selection

MedicalRec: Medical recommender system for image classification without retraining

arXiv cs.LG · 2026-06-09 Cached

This paper introduces MedicalRec, a transformer-based recommender system that suggests optimal models for medical image classification tasks without retraining, built on a dataset (MedicalRec-Bench) compiled from 3,000 articles with over 5,000 records.

0 favorites 0 likes
#model-selection

@tomas_hk: yes it is have written our learnings here:

X AI KOLs Following · 2026-06-08 Cached

A comprehensive guide explaining model routing as a technique to intelligently select the best AI model per request to optimize cost, quality, and latency, contrasting it with AI gateways and emphasizing its importance for agentic AI workloads.

0 favorites 0 likes
#model-selection

From Sampled Outcomes to Capability Distributions: Rethinking Supervision for LLM Routing

arXiv cs.LG · 2026-06-08 Cached

This paper proposes DARS, a framework that constructs routing supervision from a distributional view of model behavior to address the unreliability of single-shot labels in LLM routing.

0 favorites 0 likes
#model-selection

TorchKM: A GPU-Oriented Library for Kernel Learning and Model Selection

arXiv cs.LG · 2026-06-08 Cached

TorchKM is an open-source GPU-accelerated library for kernel machines (SVMs, kernel logistic regression, etc.) with a scikit-learn-style API. It accelerates training and model selection by reusing matrix operations, offering substantial speedups over standard baselines.

0 favorites 0 likes
#model-selection

Evidence-Guided Neural Architecture Selection under Uncertainty for Subject-Specific Blood Glucose Forecasting

arXiv cs.LG · 2026-06-05 Cached

Proposes EVIDENT, a framework that integrates Bayesian training and evidence-based ranking for neural architecture selection, demonstrated on subject-specific blood glucose forecasting in type 1 diabetes, systematically selecting low-capacity models that generalize reliably.

0 favorites 0 likes
#model-selection

When Offline Selectors Cannot Beat the Best Single Model: A Diagnostic Study on edX Dropout Prediction

arXiv cs.LG · 2026-06-04 Cached

This paper proposes a three-stage diagnostic framework to identify why offline model selectors fail to beat the best single model, applying it to dropout prediction on edX clickstream data. The study finds that the bottleneck is local representational ambiguity rather than learner choice or distribution shift, recommending state redesign or new data collection over further algorithm tuning.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback