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.LGPaper

Evaluating Time-Series Foundation Models and Multimodal Dietary Context for CGM Forecasting

The core finding matters for anyone applying foundation models to specialized time-series problems: zero-shot doesn't work, but fine-tuning does and it's cheap. This is a pattern repeating across vertical tasks. If you're building medical forecasting or domain-specific prediction, spend the week validating your fine-tuning approach instead of betting on foundation model generalization.

arXiv cs.CLPaper

Active Adaptation, Not Static Defense: Temporal Dynamics of Preventative Steering in Adversarial Fine-Tuning

This is a security finding rather than a capability one. Preventative Steering seems to work through compensatory adaptation during training that decays over time, not through preserved offsets. The proposed Progressive Intensity Scheduling could improve defense durability. Relevant for labs hardening models against adversarial fine-tuning, less so for builders using models as-is.

arXiv cs.AIPaper

Co-Evolving Harnesses and Models: On-Policy Correction Helps Weaker Models Catch Up Where Imitation Fails

This is a counterintuitive finding that matters for anyone scaling agents beyond frontier models. The core tension is real: scaffolding and weights are both knobs, but they don't always turn in sync. If you're trying to use smaller models for cost, this tells you to evolve your harness first with the model you have, then consider whether expert-trajectory imitation will help or hurt. The negative results are more valuable than the positive ones because they redirect effort away from a plausible but failing approach.

arXiv cs.CLPaper

Can Large Language Models Anticipate Behavioral Responses to Social Policies? A Case of Pension Enrollment Prediction among China's Flexible Workers

This demonstrates LLMs can function as policy simulation tools when domain-specialized and fine-tuned with causal context. The technique—anchoring prompts with econometric signals then distilling into a smaller model—is reusable for other policy-domain applications. Worth studying if you're building systems that need to predict behavioral responses to rule changes.

arXiv cs.CLPaper

A Verifier-Guided Explainable Reasoning Framework with Gold-Anchored QLoRA, Task-Aware Mixture-of-Experts, and Group-Relative RLVR

This stacks five acronyms to solve a narrow problem: make Qwen2.5-3B explain answers to physics and logic questions with verifiable working. The engineering is competent but the scale is small (3B model) and the domain is specific. Only relevant if you're building educational AI or care about explanation verification in reasoning tasks.