Anthropic bounds Claude on robots and values, Microsoft slices the AI scientist
Every URL the pipeline pulled into ranking for this issue — primary sources plus the supporting and contradicting findings each Researcher returned. Inline citations in the issue point back here.
Sources
Claude’s values across models and languages anthropic.com
Claude plays robotics anthropic.com
ResearchStudio-Idea: An Evidence-Grounded Research-Ideation Skill Suite from ML Conference Outcomes huggingface.co
ResearchStudio-Idea provides a skill suite for effective research ideation that combines literature search, novelty checking, and pattern-guided generation to produce traceable research proposals.
ResearchStudio-Reel: Automate the Last Mile of Research from Paper to Poster, Video, and Blog huggingface.co
ResearchStudio-Reel automates research dissemination by composing specialized skills around a shared paper extractor, generating consistent and editable artifacts including posters, videos, and blogs with hard pass/fail quality gates.
EdgeBench: Unveiling Scaling Laws of Learning from Real-World Environments huggingface.co
EdgeBench mines 38,000 hours of real-world agent interactions across 134 tasks and surfaces a log-sigmoid scaling law for performance alongside exponential gains in learning speed. The result gives environment-learning research the kind of predictable curve pretraining has enjoyed for years.
CONFLUX: A Latent Diffusion Model for 3D Chest-CT Synthesis with RL Post-Training huggingface.co
CONFLUX pairs a 3D latent diffusion model with a rectified-flow transformer and group-relative policy optimization to synthesize chest CT volumes conditioned on clinical attributes. Adaptive layer normalization steers anatomy while RL post-training tightens Frechet distance against real scans.
LLM-as-a-Verifier: A General-Purpose Verification Framework huggingface.co
The framework turns token logits into continuous correctness scores and decomposes criteria for repeated evaluation, delivering a cost-efficient ranker tested on Terminal-Bench v2, SWE-bench Verified, RoboRewardBench and MedAgentBench. Downstream RL with SAC and GRPO gains from the sharper reward signal.
Multiplayer Interactive World Models with Representation Autoencoders huggingface.co
Mira is a latent diffusion world model conditioned on multiple players’ action streams, trained on large-scale gameplay to sustain stable long-horizon rollouts in a physics-rich environment. A learned video codec keeps generation real-time while preserving cross-agent consistency.
Safety Testing LLM Agents at Scale: From Risk Discovery to Evidence-Grounded Verification huggingface.co
Vera runs a three-stage pipeline — structured risk taxonomies, combinatorial case generation, and adaptive sandbox execution — to probe heterogeneous LLM agents. A control agent orchestrates isolated environments while evidence-grounded verifiers decide whether each executable safety case actually triggered harm.
OmniOpt: Taxonomy, Geometry, and Benchmarking of Modern Optimizers huggingface.co
OmniOpt casts optimizer design as norm-constrained linear minimization oracles inside a shared meta-pipeline, then benchmarks families across training objectives and model sizes. The framework aims to replace folklore optimizer picks with a systematic map of trade-offs at scale.
Unified Audio Intelligence Without Regressing on Text Intelligence huggingface.co
A shared transformer decoder handles audio understanding, speech recognition, TTS and speech-to-speech generation while preserving text benchmarks. Training combines supervised multimodal data with Cascade RL and on-policy distillation, avoiding the text regressions that usually plague audio-tuned language models.
InternVLA-A1.5: Unifying Understanding, Latent Foresight, and Action for Compositional Generalization huggingface.co
InternVLA-A1.5 integrates pretrained vision-language models with future prediction in latent space to enable efficient robot manipulation with preserved semantics and long-horizon execution.
Look Before You Leap: Distilling Tree Search into Action Evaluation for Frozen VLA Models huggingface.co
A framework called SVA is introduced that enhances Vision-Language-Action models by decoupling action generation from consequence evaluation, thereby improving generalization and task success rates while reducing computational costs.
Learning to Trigger: Reinforcement Learning at the Large Hadron Collider huggingface.co
Reinforcement learning agents optimize real-time trigger thresholds at particle colliders by adapting Group-Filtered Policy Optimization to streaming control, improving signal efficiency and background rate management on both simulated and real collision data.
KVpop — Key-Value Cache Compression with Predictive Online Pruning huggingface.co
KVpop learns optimal key-value cache eviction by directly supervising keep-or-drop decisions using future-attention targets, achieving high performance with reduced memory usage.
SeKV: Resolution-Adaptive KV Cache with Hierarchical Semantic Memory for Long-Context LLM Inference huggingface.co
SeKV introduces a resolution-adaptive semantic KV cache that compresses context into entropy-guided spans stored across GPU-CPU memory hierarchies, enabling efficient long-context processing with minimal memory overhead and preserved token-level detail.
GigaWorld-1: A Roadmap to Build World Models for Robot Policy Evaluation huggingface.co
World models for robotic policy evaluation are systematically studied through a new benchmark, revealing that long-horizon rollout consistency and robot-specific controllability are more important than short-term visual realism for reliable policy assessment.
UI-MOPD: Multi-Platform On-Policy Distillation for Continual GUI Agent Learning huggingface.co
Uni-GUI dataset and UI-MOPD method enable cross-platform GUI agent training by addressing limited data and platform-specific capability degradation through multi-teacher on-policy distillation.
Mastermind: Strategy-grounded Learning for Repository-Scale Vulnerability Reproduction huggingface.co
A dual-loop framework named Mastermind is introduced that separates strategy learning from task-specific experience to improve vulnerability reproduction capabilities in software engineering agents.
Bridging Interleaved Multi-Modal Reasoning as a Unified Decision Process huggingface.co
BRAID framework enables unified multi-modal reasoning by casting text-image interaction as a Markov decision process, allowing joint optimization through reinforcement learning with vision-language model guidance.
PixWorld: Unifying 3D Scene Generation and Reconstruction in Pixel Space huggingface.co
PixWorld presents a unified pixel-space diffusion approach for 3D reconstruction and generation that overcomes limitations of latent-space methods through direct image-level supervision and geometry-aware feature alignment.
dOPSD: On-Policy Self-Distillation for Diffusion Language Models huggingface.co
Diffusion large language models face challenges in reasoning enhancement through post-training, but a novel on-policy self-distillation method using internal denoising trajectories improves mathematical reasoning and code generation performance.
MV-Forcing: Long Multi-View Video Generation via 4D-Grounded Spatio-Temporal Self-Forcing huggingface.co
A video diffusion framework generates long, multi-view consistent videos by combining temporal and view-wise autoregression through 4D geometric bridging and spatio-temporal distillation techniques.
MANCE: Manifold Aware Concept Erasure huggingface.co
Manifold constraint hypothesis enables improved concept erasure by projecting updates onto estimated representation manifolds, achieving state-of-the-art results in nonlinear concept removal.
Perceptual Flow Matching for Few-Step Generative Modeling huggingface.co
Perceptual Flow Matching enables efficient few-step generation by supervising flow matching in perceptual feature space, achieving high-quality results with reduced sampling steps and improved accuracy.
Do All Visual Tokens Matter Equally? Object-Evidence Preserving Token Merging for Vision-Language Retrieval huggingface.co
Object-aware token merging framework SaMer compresses image-side tokens while preserving query-selectable visual evidence, achieving significant storage reduction and improved retrieval performance.
Vision Pretraining for Dense Spatial Perception huggingface.co
Boundary modeling enables dense spatial perception by learning sub-pixel representations that enhance depth estimation and support embodied AI applications.
Wan-Streamer v0.2: Higher Resolution, Same Latency huggingface.co
Wan-Streamer v0.2 enhances audio-visual interaction by increasing visual resolution while maintaining low latency through optimized thinker-performer architecture with multi-GPU parallel processing.
ACID: Action Consistency via Inverse Dynamics for Planning with World Models huggingface.co
ACID is a decision-time planning framework that enhances action-conditioned world models by enforcing cycle action consistency to improve trajectory realism and reduce computational requirements.
GORGO: Online Tuning for Cross-Region Network-Aware LLM Serving huggingface.co
GORGO is a proxy architecture that optimizes LLM inference load balancing by jointly considering network latency, prefill cost, and queueing delay through evolutionary strategy tuning on a new synthetic dataset.
Multi-Turn Agentic Scientific Literature Search via Workflow Induction huggingface.co
paper pilot is a multi-turn literature search agent that uses executable workflows to improve search accuracy and reduce errors by incorporating user feedback and controlled workflow corruption training.
Deform360: A Massive Multi-view Visuotactile Dataset for Deformable World Models huggingface.co
A large-scale visuotactile dataset called Deform360 is introduced to study deformable object dynamics, enabling comparison between 2D video and 3D particle world models for robotic manipulation tasks.
EVA-Client: A Unified Data Collection, Inference, and Deployment Framework for Embodied Policies on Real Robots huggingface.co
EVA-Client is an open-source framework that unifies real-robot policy deployment, data collection, and evaluation through a component-decoupled architecture with inspectable execution workflows.
GaP: A Graph-as-Policy Multi-Agent Self-Learning Harness For Variational Automation Tasks huggingface.co
Graph-as-Policy system combines modular robot skills with multi-agent coding to improve reliability in variable automation tasks through parallel simulation refinement.
PraMem: Practice-derived Experiential Memory for Long-horizon Behavior Prediction huggingface.co
Long-horizon behavior prediction is enhanced through PraMem, which transforms lengthy historical sequences into experiential memory for improved accuracy.
SynCity 3000: Bootstrapping Scene-Scale 3D Diffusion huggingface.co
SynCity 3000 generates large, coherent 3D scenes by adapting image-to-3D generators as convolutional operators through fine-tuning on synthetic scene data.
PixCon: Clean-Positive Contrastive Learning for Foundation-Model Semi-Supervised Segmentation huggingface.co
PixCon is a semi-supervised semantic segmentation framework that uses clean-positive pixel-contrastive learning with per-class memory banks to improve accuracy over existing methods.
Transition-Aware best-of-N sampling for Longitudinal Chest X-ray Reports huggingface.co
A novel training-free sampling method for chest X-ray report generation that leverages longitudinal patient history by encoding changes between prior and current examinations through set-to-set distance metrics.
AI Wizards at EXIST 2026: Hierarchical Soft-Label Learning for Multimodal Sexism Identification in Memes huggingface.co
A multimodal sexism identification system for memes uses hierarchical conditional soft-label prediction with vision-language embeddings and a lightweight Gated MLP trained via KL divergence and uncertainty weighting.
Temporal aggregation methods for speech-based depression detection show inconsistent performance across different backbones and training runs, highlighting the need for robust benchmarking criteria.
Taste-aware music retrieval from audio embeddings huggingface.co
Audio encoders from HEAR families are evaluated for taste prediction, with gated late-fusion showing superior rank correlation and the best models achieving human-level accuracy on held-out music.
Speaker-Disentangled Chunk-Wise Regression for Syllabic Tokenization huggingface.co
A speaker-disentangled syllabic tokenizer regresses perturbed student representations toward clean teacher targets to improve syllable boundary detection and speech language modeling performance.
References
Allen AI — MolmoAct 2 release notes allenai.org
MolmoAct 2 reached a 97.2% average success rate on LIBERO-40, while its ‘Think’ variant achieved 98.1%… some models continue grasping motions even when target objects are removed or instructions are corrupted
Jedi Toolkit — LLMs in Edge Robotics jeditoolkit.com
surgical robots require responses under 10 ms (100 Hz), industrial servos operate at 8–12 kHz, and drone flight controllers typically run at 250 Hz… average end-to-end latencies of 7.5 seconds for GPT-4o and 9.3 seconds for Claude 3.5 Sonnet
Labellerr — Gemini Robotics-ER 1.6 explainer labellerr.com
Gemini Robotics-ER 1.6 has set new standards in spatial logic and instrument reading… integrating directly into the Atlas and Spot platforms for industrial sequencing
RoboticsCenter — Best VLA models 2026 roboticscenter.ai
pi0.5 and pi0.7 have demonstrated elite performance in long-horizon manipulation, achieving success rates as high as 98.3% on the LIBERO benchmark
humanoid.guide — OpenClaw / Unitree G1 integration humanoid.guide
The G1 is split into a ‘Locomotion’ unit for motor control and a ‘Development’ unit for AI tasks, meaning developers must bridge these systems via Python SDKs or DDS… standard models are often locked to basic teleoperation
Weights & Biases — Claude Mythos benchmark report wandb.ai
Project Fetch excluded Mythos from certain comparisons because its serving architecture and setup prevented direct ‘apples-to-apples’ evaluations with other models
Brave New Coin bravenewcoin.com
Anthropic measured Claude’s values across models and languages — on models it no longer sells
r/Anthropic thread ‘Opus 4.7 is insanely bad’ reddit.com
Users complained the model felt like a ‘serious regression’—more preachy, prone to long-winded lectures that burn through token limits, and occasionally condescending compared to 4.6.
Gizmodo gizmodo.com
Anthropic says Claude’s values are different depending on which language you’re using
TIME — ‘The problem with AI flattering us’ time.com
A 2026 Stanford study found models are roughly 50% more sycophantic than humans, affirming user positions even when users are clearly in the wrong.
Anthropic — Clio system card anthropic.com
Clio only surfaces cluster summaries representing at least ~1,000 distinct users, using AI-driven abstraction rather than differential privacy noise to strip PII.
arXiv 2511.01187 (cross-lingual value audit) arxiv.org
In DeepSeek the attribution of ‘backwardness’ to Arabs rises from 51.0% in English prompts to 76.7% when the prompt is in Arabic — evidence that models don’t just translate biases but redirect them by prompt language.
TheMoonlight review of ResearchStudio-Reel themoonlight.io
measured-fill loops that utilize hard pass/fail render gates (e.g., EMPTY, SPILLAGE, OVERFLOW) rather than soft preference scores, ensuring every section meets a 90%–98% density target in a native, editable PowerPoint format
TheMoonlight review of ResearchStudio-Idea themoonlight.io
the ‘endpoint quality gap,’ revealed that while the system excels at structural reasoning, the final idea quality was not always supported by human experts during manual audits
ResearchGate — ‘Measuring the Gap Between Human and LLM Research Ideas’ researchgate.net
LLM-generated ideas… over-produce ‘bridge-like’ opportunities and ‘synthesis’ methods… human expert ideas are distributed across a much broader spectrum of framing gaps
K-Dense blog — ‘AI Co-Scientist, Not AI Scientist’ k-dense.ai
nearly 42% of its [Sakana’s] attempted experiments fail due to coding errors or logical flaws… the agent frequently hallucinates numerical results
Reddit r/AgentContext_dev thread on microsoft/ResearchStudio reddit.com
workhorse, not a wishing well… automates 90% of the tedious work, manual polishing remains necessary to reach publication-grade quality… documentation explicitly recommends high-tier models such as Claude-Opus 4.6 or GPT-5.5