ArtificialIntelligence.io

The Signal · beat

Papers

arXiv publishes hundreds of AI papers a day; a handful change anything for practitioners. These are the ones that cleared the bar, each with a take on what it means outside the lab.

arXiv cs.LGPaper

Memorisation bias in medical AI

This is real and consequential for anyone deploying medical AI. The bias is not privacy leakage in the traditional sense, it's a subtle accuracy shift on returning patients that could compound clinical errors. If you're building in healthcare, you need to audit for this and document it to regulators. It's the kind of finding that will become a compliance checkbox.

arXiv cs.AIPaper

Agentic Societies Need a Social Harness

This is the governance layer problem for multi-agent systems. If you're building agent swarms or marketplaces where agents represent different principals, the paper maps concrete failure modes: communication-based attacks, stalling, outcome manipulation. The social harness idea—runtime message validation, post-facto investigation—is framework-level thinking. Read this if you're designing agent orchestration and wondering why naive message-passing breaks.

arXiv cs.AIPaper

Coding Agents Have Converged: Why the SWE-bench Leaderboard Can No Longer Order Its Top Entries, and What to Measure Instead

This is essential reading if you care about coding-agent benchmarks or are building one. The finding that the top thirty systems are statistically indistinguishable on Verified split demolishes the leaderboard's ranking function. The implication: published leaderboards are theater until they redesign. Builders should focus on specific failure modes, not ordinal score chasing.

arXiv cs.CLPaper

Disrupted Companionship: A Risk Assessment Framework and Cross-Platform Quantitative Analysis of Psychosocial Responses to AI Companion Disruptions

This is the hardest data we have on user harm from AI companion churn. The interruption time-series design is methodologically solid. For anyone building on user relationships—companion apps, voice agents, personalization systems—this is a liability you need to design around. For investors, it signals an emerging regulatory target.

arXiv cs.CLPaper

Nameless Tokenization: A Lossless Tokenizer-Level Defense Against Control-Token Forgery in Open-Weight LLMs

This is a real vulnerability in deployed systems. Any open-weight model where the chat template strings are public (which is all of them) can have its turn boundaries spoofed unless you implement this fix. The proposal works and costs nothing on clean data. For anyone deploying open-weight chat models in adversarial settings, this moves from interesting to mandatory. For closed-weight systems, your tokenizer is opaque and you're probably safer by accident.

arXiv cs.AIPaper

ORDER: Task-Conditioned Routing for Retrieval-Augmented Generation

This solves a real RAG problem: one-size-fits-all chunking and retrieval fails when your corpus is heterogeneous. The idea of semantic clustering over questions and learning per-cluster configurations is straightforward and practical. For builders running RAG on large, domain-specific corpora, this is worth evaluating. The trick is whether the upfront cost of building cluster-specific indices pays off in retrieval quality.

arXiv cs.AIPaper

Atria Dawn: The Dawn of Agentic Superintelligence

A new player is entering the agentic frontier with both published performance and a case study of how human researchers and agents co-developed it. The Verifiable Experience Pipeline is the claimed differentiator: grounding training directly in executable outcomes. The research-and-development process analysis is unusually transparent for this space. Watch this team; the architecture choices matter for the next wave of agent builders.

arXiv cs.AIPaper

AlgoEvo: Self-Evolving Agentic Search for Automated Algorithm Discovery

This is agent architecture for algorithm discovery that learns to reuse patterns across tasks. It outperforms existing frameworks on six benchmarks and handles single and multi-objective problems in one workflow. If you're building agents that need to synthesize or refine code iteratively, the hierarchical experience mechanism is worth studying. The skill decoupling also signals how you should think about agent modularity.

arXiv cs.CLPaper

CiteGuard-RAG: A Validation-Centered AI System for Evidence-Grounded Question Answering

This is the missing piece for production RAG: runtime validation that detects when the system is about to hallucinate and either fixes it or refuses to answer. The numbers are from controlled domains, but the architecture is general. If you're shipping RAG systems into regulated spaces like legal or compliance, this approach to grounding and citation validation is now table stakes.

arXiv cs.AIPaper

Corrupt Plans, Clean Traces: Evading Chain-of-Thought Monitoring with Plan Injection

CoT monitoring looked like a clean safety win, but this attack shows it's not a reliable defense against a capable adversary. The monitor inspects reasoning but can't distinguish injected plans from genuine reasoning. If you're relying on CoT auditing as your safety layer, you need additional mechanisms. This moves the goalposts on what monitorability actually means.

arXiv cs.AIPaper

Vulnerability Localization Benchmark: Measuring Agentic Security Analysis at Repository Scale

This is the right evaluation for agentic security tools. Localization is harder and more practical than detection or repair, and 500 real vulnerabilities across six ecosystems is solid coverage. The benchmark will likely become standard. Use it to test whether your agent framework can actually navigate and reason over real codebases, not toy examples.

arXiv cs.CLPaper

Unlocking the Unsolvable: Teacher-Guided Curriculum for Data-Efficient RLVR

This is a real efficiency win for mathematical reasoning: a 128-problem curriculum trained with teacher guidance matches 2,000-problem RLVR training. If you're fine-tuning models on math or formal reasoning, this pattern—backward-chaining from partial solutions—is worth testing against your baseline. The mechanism is simple and the data efficiency gain is substantial.

arXiv cs.AIPaper

How Good Are Frontier Models at Physics? Expert Re-Grading Reveals Broken Evaluations and Near-Saturation of Leading Benchmarks

This is the paper that explains why frontier models perform worse on published physics benchmarks than they actually do in practice. Benchmarking and leaderboards matter: if leading evaluations are saturated or broken, you can't trust the reported gap between models. For builders using frontier models on quantitative reasoning, this validates your sense that they're better than headline scores suggest. For evaluators, it's a wake-up call to audit your own metrics.

arXiv cs.CLPaper

Agent as Policy for Robotic Manipulation

This breaks the traditional paradigm where robot policies are learned per-task. Instead, a single agent with vision and code-writing capability handles diverse real-world manipulation by reasoning about goals and adapting to failures. If you're building robotics products, this suggests the cost structure shifts away from custom training per-task and toward prompt-based task specification. The 80-100% success rates on actual hardware validate the approach, though generalization to new domains needs more evidence.

arXiv cs.CLPaper

SteerDuplex: Steerable Duplex Speech Dialogue Models

Spoken dialogue is moving from open-loop synthesis to controllable interaction. This matters because builders using speech interfaces need their agents to sound consistent, match user mood, and shift behavior on command, not just talk fluently. If you're shipping voice agents this year, test how well they handle mid-conversation tone adjustments. The two-stage RL approach here is worth studying if you're tuning models for dialogue consistency.

arXiv cs.CLPaper

Tasks over Application Manuals: Revealing Gaps in Long-Horizon Procedural Reasoning for Language Models

This benchmark exposes a real gap: models look good on short-horizon reasoning but fail on the long, rule-heavy tasks that matter in regulated industries. If you're deploying LLMs in healthcare or legal, this is the kind of reasoning your system must handle. The benchmark itself becomes a bar for model selection and an early warning system for when models will fail in production.

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

Target leakage, not model class, explains reported accuracy in survey-based cardiovascular screening: a leakage-tiered audit of glass-box and tabular foundation models

This is a clean indictment of how health AI gets benchmarked. The real finding is that tabular foundation models don't magic away the need for rigorous feature engineering and leakage auditing. If you're deploying medical models or investing in health AI, use this paper's leakage-tiered audit framework before you go to market.

arXiv cs.CLPaper

Negative Self-Distillation: Learning to Reason by Avoiding Flaws

This directly addresses a failure mode in self-improvement: forcing confidence on correct solutions actually breaks reasoning quality on hard problems because it penalizes the exploration and self-correction needed to solve them. NSD inverts the signal to learn from mistakes instead. If you're using self-distillation for reasoning, this changes the approach.

arXiv cs.CLPaper

Why Does Post-Training Quantization Work?

This is the explanation for why shipping 4-bit models works in practice when naive theory says it shouldn't. The two mechanisms identified, residual error cancelation and attention robustness, matter for anyone building inference optimization. Understanding the why helps you predict where quantization will fail and where it's safe.

arXiv cs.AIPaper

LOCUS: Task-Aware Low-Rank Post-Training for Token-Efficient Language Generation

Token reduction at inference time translates directly to serving cost, and this paper shows you can achieve significant cuts in verbosity without sacrificing preference quality by constraining updates to low-rank subspaces. The mechanism is elegant: different tasks need different amounts of verbosity, and low-rank adapters can capture that without full fine-tuning. If you run inference at scale, this is worth testing on your most verbose use cases.