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

Thinking with Looped Flows

This tackles a real training problem: how to get models to use test-time compute without vanishing gradients through the recurrence. The approach is clever, but the paper doesn't show scaling results or compare against other test-time scaling methods. It's directionally interesting, not yet proven.

arXiv cs.AIPaper

Lagged Coupling: Internal Representations Become Readable Before They Become Causal

This is important mechanistic insight. Readability and causality are decoupled, and the gap does not close with model scale. For interpretability researchers and anyone building steering or control methods for language models, this is a hard constraint you need to understand. Your probing metrics are not telling you what you think they are. The implications for alignment work are non-trivial.

arXiv cs.CLPaper

Knowledge Acquisition During Pre-training? Large Language Models Learn Better With Auxiliary Views

This is a pre-training insight that applies to model builders and scaling studies, not to people using existing models. If you're training your own LLM, this suggests that data diversity and reformulation matter more than raw repetition, which could improve your training efficiency. For API users, this is future context but not actionable today.

arXiv cs.AIPaper

When Does Bigger Help? A Controlled Study of LLM Scale for Ontology Learning

The headline is scale, but the real finding is domain-specific: bigger doesn't always help, and the relationship isn't linear. For practitioners working on structured extraction or knowledge tasks, this means benchmarking your own models on your own data before assuming parameter count matters. The sweet spot appears to be 27B for dense models rather than chasing the largest option.

arXiv cs.AIPaper

The Dynamics of Intelligence Explosions

This is speculation about long-horizon AI dynamics dressed as mathematics. The paper correctly notes that generation time matters, but the conclusions rest on assumptions about feedback loop structure that don't exist in practice yet. Not actionable for builders or investors this decade, though it's intellectually honest about what we don't know about scaling limits.