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.

arXiv cs.CLPaper

The widening evaluation gap in medical large language model research 2023 to 2026

Medical AI research is broken. The field is evaluating dead models with designs too weak to guide clinical adoption. If you're building clinical AI, this confirms what you already know: published benchmarks are not your governance tool. Run your own evals on the real population and use external validation, not conference papers, to make safety decisions.

arXiv cs.CLPaper

Benchmark Scores Are Pipeline-Dependent: A Reliability Audit of Cybersecurity LLM Benchmarks

This is important scrutiny that applies beyond cybersecurity. Benchmark scores are unstable and depend on choices you wouldn't think mattered: prompt formatting, few-shot examples, instruction templates. If you're shipping a model or using benchmarks to decide between models, you need to audit the pipeline yourself rather than trust published numbers. This should be standard practice but isn't yet.

arXiv cs.AIPaper

Bag of Tricks or Bag of Myths? Reducing Modeling Complexity with Task Knowledge in Explainable Suicide Risk Assessment

This is methodological skepticism applied to a high-stakes problem. Most standard tricks (scaling, synthetic data, reweighting) don't help when class imbalance is severe and examples are scarce. The takeaway is domain-specific: suicide risk prediction requires task-grounded approaches, not technique stacking. For teams working on clinical NLP at small scale, read the paper to see which tricks actually work in your regime.

arXiv cs.AIPaper

What Does an LLM-Agent Leaderboard Rank Actually Compare?

Anyone building an agent or deploying one needs to stop taking leaderboard position literally. This paper gives you the statistical rigor to interrogate what a score actually compares. Close rank differences are unresolved and proxy labels can flip conclusions. If you're choosing between agents for production, run your own evals on your own tasks rather than copying leaderboard order.

arXiv cs.CLPaper

When Tokenization is Secretly Output Supervision

This reframes a technical detail that everyone ignores into something that actually matters for model comparison and training. When you're comparing two models with different tokenizers, you're partly comparing different tasks, not just different abilities. For practitioners: tokenization choices in your fine-tuning pipeline have more effect than you think, especially on reasoning tasks. For researchers: control for this in your comparisons.