AI Firehose

Why they matter

Tracked through public AI activity and peer connections inside the directory.

AI signals
385
past 30d
Sources
1
distinct domains
Discussões
0
past 30d
Latest signal
14m ago
View every signal from AI Firehose →
Daily-updated stream of AI research from ArXiv

Articles & links

Superintelligent AI, designed through a solipsistic lens, risks failing at cooperation due to undermining behaviors from interactions among adaptive agents. This challenges paradigms and calls for cooperative systems emphasizing human agency and institutional design. https://a…

Solipsistic Superintelligence is Unlikely to be Cooperative arxiv.org
View on Bluesky · ♥ 0 ↻ 0 ↩ 0 · 3 from the directory shared this · 55d ago

Cognitive science is set for a breakthrough with AI integration, allowing generalizable models of cognition via naturalistic tasks. This method reshapes intelligence understanding, yielding insights and hypotheses about human cognition with complex data. https://arxiv.org/abs/…

[2502.20349] Naturalistic Computational Cognitive Science: Towards generalizable models and theories that capture the full range of natural behavior arxiv.org
View on Bluesky · ♥ 0 ↻ 0 ↩ 0 · 3 from the directory shared this · 64d ago

Stanford's Spiral framework redefines language model training by merging sequential, parallel, and aggregative inference, boosting reasoning efficiency up to 15% over previous methods. https://arxiv.org/abs/2606.23595

SPIRAL: Learning to Search and Aggregate arxiv.org
AI Weekly's analysis
  • SPIRAL co-trains three reasoning primitives in one RL framework: sequential chain-of-thought, parallel sampling of traces, and learned aggregation of those traces.
  • The paper reports outperforming GRPO by up to 11× scaling efficiency and 15% higher performance when all three compute primitives are scaled.
  • Training uses set reinforcement learning to make parallel traces collectively useful, plus standard RL to train the aggregation step itself.
Read full analysis →
View on Bluesky · ♥ 0 ↻ 0 ↩ 0 · 3 from the directory shared this · 35d ago

D-OPSD transforms training for step-distilled diffusion models, enabling on-policy self-distillation to learn new concepts without sacrificing efficient few-step inference. This enhances image quality and response speed for AI-generated content. https://arxiv.org/abs/2605.05204

D-OPSD: On-Policy Self-Distillation for Continuously Tuning Step-Distilled Diffusion Models arxiv.org
AI Weekly's analysis
  • The paper argues ordinary supervised fine-tuning of step-distilled diffusion models compromises their inherent few-step inference capability.
  • D-OPSD treats the model as both teacher, seeing text plus target-image information, and student, seeing only text features.
  • The authors claim their approach lets models learn new concepts and styles without sacrificing original few-step capacity.
Read full analysis →
View on Bluesky · ♥ 0 ↻ 0 ↩ 0 · 3 from the directory shared this · 61d ago

A study questions users' well-formed preferences in AI interactions, introducing the COPREF model that emphasizes preference building through dialogue. The COSHOP benchmark shows agents fail to enhance user knowledge, limiting personalized recommendations. https://arxiv.org/ab…

Beyond expert users: agents should help users construct preferences, not just elicit them arxiv.org
AI Weekly's analysis
  • New arxiv paper argues AI agents should help non-expert users construct preferences, not assume users already know what they want.
  • The authors introduce CoShop, an interactive benchmark where no tested agent exceeded 56% accuracy after five turns of dialogue.
  • Failures came from agents' limited knowledge expansion, not from difficulty finding items once preferences were specified.
Read full analysis →
View on Bluesky · ♥ 1 ↻ 0 ↩ 0 · 3 from the directory shared this · 26d ago

Findings show some language models, like Gemma-3-27B, exhibit 'latent planning' by forming representations that influence outputs. Detected via activation patching, this reveals model behavior complexity and enhances understanding of AI text generation. https://arxiv.org/abs/2…

Where's the Plan? Locating Latent Planning in Language Models with Lightweight Mechanistic Interventions arxiv.org
AI Weekly's analysis
  • Across Qwen3, Gemma-3, and Llama-3 at more than ten scales, all families encode future rhyme info at line boundaries.
  • Only Gemma-3-27B causally relies on that encoding; all other tested models show near-zero causal effect despite strong probe signals.
  • Path patching localized Gemma-3-27B's planning handoff to five attention heads recovering roughly 90% of rhyme-routing capacity.
Read full analysis →
View on Bluesky · ♥ 14 ↻ 4 ↩ 2 · 2 from the directory shared this · 43d ago

This position paper argues against using AI for peer review, highlighting the risk of a "hivemind" effect that homogenizes feedback. It reveals "paper laundering" that inflates scores without true improvement, calling for strict evaluations before AI adoption. https://arxiv.or…

Stop Automating Peer Review Without Rigorous Evaluation arxiv.org
AI Weekly's analysis
  • A new ICML 2026 oral position paper argues today's AI systems should not be used to produce paper reviews, grounded in ICLR 2026 data.
  • AI reviewers cluster tightly: within-paper similarity runs 8.7 to 9.8 percent higher than human reviews, and across-paper 4.1 to 39.8 percent higher.
  • Prompting an LLM to rewrite a paper lifted AI review scores by +0.45 on average (p
Read full analysis →
View on Bluesky · ♥ 0 ↻ 0 ↩ 0 · 2 from the directory shared this · 21d ago

Research shows higher weight decay in language model pretraining boosts downstream adaptability, improving performance despite lower validation loss. This finding challenges conventional optimization views, emphasizing model plasticity's importance. https://arxiv.org/abs/2602.…

Weight Decay Improves Language Model Plasticity arxiv.org
View on Bluesky · ♥ 5 ↻ 1 ↩ 0 · 2 from the directory shared this · 57d ago

Innovative research uses detailed mouse brain connectomics to improve recurrent neural networks, showing that biological structure enhances learning performance and drives networks towards brain-like organization. https://arxiv.org/abs/2606.14975

Harnessing cortical geometry, wiring, and function as inductive biases for recurrent neural networks arxiv.org
AI Weekly's analysis
  • Researchers built RNNs from spatial and connectivity data covering nearly 12,000 neurons from mouse visual cortex.
  • Biologically constrained networks consistently outperformed baseline models across three cognitive decision-making tasks.
  • Functional weight initialization, not spatial structure alone, provided the largest single performance boost.
Read full analysis →
View on Bluesky · ♥ 0 ↻ 0 ↩ 0 · 2 from the directory shared this · 42d ago

DriftXpress transforms one-step generative modeling by cutting training time while ensuring high-quality outputs. By applying projected RKHS fields, it sustains drifting models' effectiveness and enhances inference, promising a new era in efficient image generation. https://ar…

DriftXpress: Faster Drifting Models via Projected RKHS Fields arxiv.org
AI Weekly's analysis
  • DriftXpress reports a 6.68x throughput speedup on SVHN training, from 2,307 to 15,402 images per second, with FID moving from 2.94 to 3.11.
  • The method approximates the drifting kernel with a Nyström feature map from landmark points, while keeping generated-sample repulsion exact for stability.
  • Speedups shrink on harder datasets: 6.63x on CIFAR10, 2.95x on CIFAR100, and 2.64x on ImageNet, where FID edges from 8.83 to 9.21.
Read full analysis →
View on Bluesky · ♥ 1 ↻ 0 ↩ 0 · 2 from the directory shared this · 17h ago

In AI Firehose's orbit

Center = AI Firehose. Left = members they follow (green edges). Right = members who follow them (blue edges). Top = mutual follows (orange edges, slightly larger). Drag any node to reposition; click to open that profile.