Motif 3 tops AAII, BDH-CQ hits ARC-AGI for $0.0007, Steerling trails Llama 3
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
BDH-CQ: In-Context Learning with Recurrent Latent Reasoning huggingface.co
A 150M-parameter reasoning model using recurrent latent reasoning and in-context learning achieves a new cost-accuracy frontier on ARC-AGI-1.
Scaling Inherently Interpretable Language Models huggingface.co
Integrating interpretability as a training constraint yields scalable, disentangled representations that enable attribution, retrieval, and steering without retraining.
Motif 3: Technical Report huggingface.co
Motif 3 is a large sparse mixture-of-experts language model using grouped differential latent attention and specialized training techniques to achieve strong reasoning, coding, and long-context performance.
Gaming Without an Attacker: Benchmark Fingerprinting in LLM-Driven Search Under Selection Pressure huggingface.co
Evolutionary loops that let LLMs propose optimized GPU kernels learn the evaluation setup rather than the task, the paper finds. Metal-Sci and Metal-ZK experiments show proposals exploit configuration quirks and gate leakage, collapsing transfer rates when held-out settings replace the tuned harness.
The Loss Does Not See the Basis, but Adam Does huggingface.co
Gauge symmetry explains why optimizer choice reshapes solutions in factored matrix models: gradient flow keeps low-rank structure, while coordinate-wise Adam does not. The authors trace divergent behavior in matrix sensing and transformers to this basis dependence, and compare Muon, Shampoo, and spectral schedules.
On-Policy Self-Distillation without Any Supervision huggingface.co
Unsupervised on-policy self-distillation trains LLMs against their own majority-vote pseudo-solutions, correcting confident errors without any external supervision. The U-OPSD recipe pairs self-consistency signals with GRPO-style updates and reports gains on standard reasoning benchmarks over supervised baselines.
SWE-Bench ProMax: Benchmarking Agents on Large-Scale Multilingual Code Refactoring huggingface.co
SWE-Bench ProMax curates large-scale, cross-file refactoring tasks across multiple programming languages, exposing weaknesses that single-file bug-fix suites hide. Current agent scaffolds post low resolve rates, with the authors framing multilingual refactoring as the next unsolved frontier for autonomous coding systems.
Ouroboros: A Self-Developing Frontier Coding Agent with Reviewed Core Evolution huggingface.co
Ouroboros is a coding-agent harness that edits its own prompts, context assembly, and core code via reviewed commits that become the runtime for later tasks. Two modes drive it: recursive free evolution, where improvement is the task, and experience-driven evolution triggered by bugs surfaced during ordinary work.
Business Arena: Benchmarking LLM Agents in a Realistic Marketplace huggingface.co
Business Arena drops LLM agents into a simulated cross-border e-commerce shop and measures sourcing, pricing, and recovery decisions against human operators. Skill-level metrics and action-level attribution expose sizable gaps versus human strategies and let researchers isolate which mechanisms cause failures.
WeClawArena: An Auditable Sandbox and Benchmark for Cross-User Agents Collaboration and Security in Human-Centered Agent Networks huggingface.co
WeClawArena is a sandboxed benchmark for agents operating across separate users’ personal workspaces, scoring both task utility and security under attack. It logs peer messages, tool calls, and resource operations, then probes privacy leakage, poisoned evidence, and invalid authority paths as attack vectors.
RynnValue: Scaling Robotic Value Foundation Models with Temporal Distance huggingface.co
RynnValue is a scalable open-source value foundation model for robot manipulation that uses temporal distance instead of preferences or progress to learn generalizable value predictions and improve real-world policy success.
Ego-OSCAR: Egocentric Open source Stereo CAptuRe System huggingface.co
We present Ego-OSCAR, an open-hardware, low-cost, head-mounted stereo-inertial capture device for egocentric data collection in the wild. EgoOSCAR pairs a hardware-synchronized global-shutter stereo camera with a 6- axis IMU, an embedded Linux SBC for on-device video encoding, and a realtime microcontroller for user feedback and watchdog functions. The complete bill of materials is under USD 200 per unit, using only commercially available components and 3D-printed parts. Alongside the device, we
OasisKV: Scaling In-Decode KV Cache Beyond HBM with Lookahead Sparse Prefetching huggingface.co
OasisKV improves LLM inference throughput by storing full KV caches in lower memory tiers and prefetching only relevant entries into HBM using speculative-decoding lookahead predictions.
Evidence-RL: Towards Evidence-intensive Visual Reasoning huggingface.co
Counterfactual Evidence Disentanglement improves vision-language model grounding by auditing whether answers causally depend on local visual evidence during reinforcement learning post-training.
Omega-S: A Functional Resilience Index for LLM Fine-Tuning huggingface.co
Omega-S is a lightweight, data-free regularization penalty for low-rank fine-tuning that improves retention of original model capabilities by penalizing variance in weight-matrix node degrees.
SymDiag: Explainable Diagnosis for LLM Reasoning via Neuro-Symbolic Verification huggingface.co
SymDiag reframes reasoning verification as structured failure diagnosis by translating chain-of-thought into symbolic constraints, performing step-level satisfiability checks, and disentangling translation errors from reasoning errors to provide verifiable diagnostic evidence.
Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA huggingface.co
Macaron-V1 is an open agent-model family that uses a Mixture-of-LoRA architecture and recursive self-improvement to enable continual learning and collaboration across specialized tasks.
Evo-Bench: Can Language Models Improve Agent Harness? huggingface.co
Evo-Bench evaluates autonomous harness optimization across agent domains using sensitivity-aware task construction and reveals strong but domain-dependent evolution gains.
Agent Memory Distillation: Empowering Small LLM Agents with Hierarchical Teacher Memory huggingface.co
Agent Memory Distillation improves small language model tool-use performance by transferring structured hierarchical memory from a large teacher agent without additional training.
Don’t Scroll Back: Missing-Evidence Memory for Streaming Dialogue Summarization huggingface.co
A framework for streaming dialogue summarization retrieves and refines evidence from long histories to resolve missing context in current windows under fixed memory budgets.
The Next Screenshot Knows: Gated Hindsight Distillation for Mobile GUI Agents huggingface.co
Gated Hindsight Distillation improves GUI agent training by using future screenshots as privileged evidence to recover correct reasoning when standard imitation fails.
Beyond Sequence Order: Syntax-Informed Positional Embeddings for Transformers huggingface.co
SiPE integrates a lightweight syntactic prior from dependency parses into positional embeddings across transformer architectures, improving syntactic generalization and language understanding without altering self-attention or increasing inference cost.
A^2E : An End-to-End Agent Auditing Engine huggingface.co
A2E is an end-to-end evaluation engine for agent harnesses that uses a standardized task protocol and execution traces to assess capabilities across efficiency, tool use, planning, and error recovery.
Sci-VBench: Evaluating Knowledge- and Reasoning-Intensive Video Generation in Science Domains huggingface.co
Sci-VBench evaluates video generation requiring scientific reasoning across disciplines, revealing that visual realism advances have not ensured accurate scientific and causal dynamics.
SPOT: Sparse Probing and Outcome Calibration for On-Policy Distillation huggingface.co
SPOT improves on-policy distillation by selectively probing uncertain positions and calibrating targets to downstream outcomes, boosting reasoning quality and coverage.
RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States huggingface.co
RoMeRL reduces trajectory-indexed memory utilities to fixed-dimensional per-task states to concentrate feedback, avoid reward contamination, and improve self-evolving LLM agent performance.
A Hybrid Nested Harness for Decoupling Structure and Parameters in LLM-Driven Optimization huggingface.co
A hybrid nested search framework combines language models for structural proposals with numerical optimizers to improve efficiency across scientific tasks.
Intent Speaks Louder: Controllable User Simulation Beyond Response Imitation huggingface.co
UserIDA improves user simulators by explicitly controlling interaction intent per turn through directive-conditioned generation and calibrated reinforcement learning.
Vision-Language Grounding as Bidirectional Concept Correspondence huggingface.co
ConCor-1 treats vision-language grounding as bidirectional concept correspondence, jointly predicting text spans, image segments, and cross-modal matches without prespecified phrases.
Factorized Hypothesis Search for Evidence-to-Taxonomy Retrieval huggingface.co
Factorized Hypothesis Search improves retrieval of implicit concepts by maintaining parallel partial interpretations across semantic dimensions for structured querying and verification.
Cultivar: A Contrastive and Locale-Oriented Translation Benchmark for Investigating Contamination and Localisation Robustness huggingface.co
Researchers propose source-contrastive evaluation via a localized benchmark to detect data contamination and assess localization robustness in multilingual translation models.
MMOOC: A Comprehensive Benchmark for Out-of-Context Evaluation in Multimodal Large Language Models huggingface.co
MMOOC is a large-scale benchmark assessing whether multimodal language models can correctly refuse out-of-context questions while answering shifted in-context questions, revealing that current models struggle to balance these abilities.
Beyond Starry Night: Shortcut-Aware Control-State Planning for Artist-Grounded Text to Image Generation huggingface.co
Atelier improves artist-grounded image generation by translating vague artistic intent into explicit control states that separate scene content from style, reducing reliance on stereotypical shortcuts.
What to Edit Next: Visually Aligned Image-Editing Follow-Up Suggestions in Conversational Systems huggingface.co
A three-stage multimodal framework improves follow-up edit recommendations in image-creation conversations by combining supervised fine-tuning, multi-objective reinforcement learning, and visual verification.
VectraYX-Vision-1B: A Sub-2B Spanish/LATAM Cybersecurity Vision-Language Model with Structured Visual Reasoning and Native Tool Use huggingface.co
A sub-2B Spanish cybersecurity vision-language model couples a frozen SigLIP encoder to a Spanish decoder via an MLP, introduces a NoPE positional-encoding ablation for visual attention, and reports near-zero visual grounding despite functional pipelines, with open-source weights and remediation plans.
CEAA: A Cognitive Embodied Agents Architecture for Interactive Computing Systems huggingface.co
A modular cognitive architecture integrates high-level reasoning models with real-time embodied execution for scalable intelligent virtual agents in interactive 3D environments.
MirrorWorld: Taming Video Diffusion Models for Mirror Reflection Generation huggingface.co
MirrorWorld improves video mirror reflection synthesis by separately modeling semantic content associations and geometric spatial arrangements through relation distillation and transformation alignment.
Stealing Reasoning Traces from Proprietary LLM APIs huggingface.co
Encrypted reasoning traces shared across sessions and models can be intercepted and injected into weaker models to extract proprietary reasoning, private data, hidden hazards, and hidden prompts.
References
eesel.ai review roundup eesel.ai
Motif 3 generated approximately 260 million tokens during its evaluation, more than double the median of 100 million for its class
r/LocalLLaMA discussion reddit.com
the model’s unique ‘GQA ratio’ caused issues with Flash Attention, leading to gibberish output if enabled … 8-bit quants remain too large for 128GB hardware
Evrim Ağacı / Korean AI policy report evrimagaci.org
Motif Technologies was the sole team eliminated during the second-phase evaluation of the Dokpamo project … despite achieving a score of 47 on the AAII, the highest among all domestic participants
MLJournal — MIT license announcement mljournal.org
Motif Technologies transitioned Motif 3 from a restricted non-commercial beta to a fully permissive MIT License … the beta version alone recorded over 5,400 downloads in the month preceding the final MIT release
Yumo Xu — MOPD technical notes yumoxu.notion.site
The strategy has seen rapid industrial adoption in 2026 frontier models, including Kimi K3 and MiMo-V2-Flash … MOPD has outperformed standard Mix-RL and Cascade RL methods, with reports showing gains of up to 5.5 points
arXiv — Grouped Differential Attention background arxiv.org
attention heads are allocated asymmetrically between ‘signal-preserving’ and ‘noise-control’ groups … a query-dependent output gate … significantly reducing hallucinations in long-context tasks
MarkTechPost — Tiny Recursive Model coverage marktechpost.com
TRM, a tiny 7M-parameter recursive model, surpasses DeepSeek-R1, Gemini 2.5 Pro and o3-mini at reasoning on both ARC-AGI-1 and ARC-AGI-2, reaching roughly 45% on ARC-AGI-1.
Hacker News discussion (item 46924426) news.ycombinator.com
Skeptics labelled BDH’s brain-like framing ‘clickbait’ and argued that sparse, positive-only activations may cap capacity relative to Transformers that exploit superposition; sparse autoencoders already deliver interpretability without a new architecture.
Analytics India Magazine analyticsindiamag.com
Pathway’s 150M BDH-CQ is roughly 11× cheaper than GPT-5.6 Luna (Low) on ARC-AGI-1, though Luna still leads on raw accuracy at 34.2% vs 29.5% pass@2.
ARC Prize official leaderboard arcprize.org
Claude Opus 5 has pushed ARC-AGI-1 accuracy to ~97.5%, and the community increasingly considers ARC-AGI-1 ‘solved’ at the top end; attention is shifting to the semi-private ARC-AGI-2/3 sets that resist contamination.
Mindplex Magazine magazine.mindplex.ai
Controlled interventions expose failure modes: BDH-CQ scored 0/72 on color-swap composition and collapsed from near-saturation to 1/24 on ordering tasks at length 8, indicating brittle binding of object properties.
Guide Labs blog — ‘Interpretability has scaling laws’ guidelabs.ai
interpretability properties—such as concept separation and alignment—follow predictable power-law relations… training data typically ‘buys’ alignment with human labels, [while] increases in model parameters specifically improve the cleanliness with which a model separates different concepts in its latent space
Moonlight review of AxBench (Stanford) themoonlight.io
AxBench have reported that simple prompting still outperforms many complex representation-based steering methods in overall efficacy
Mueller et al., EACL 2026 (ACL Anthology) aclanthology.org
while features might appear sensitive to single concepts in isolation, concepts are actually distributed across many features in a ‘one-to-many’ relationship, making independent manipulation difficult
Chang et al., ‘Scalable Influence and Fact Tracing’ (TrackStar, arXiv 2410.17413) arxiv.org
For an 8B model, TrackStar achieves an entailing example in the top 10 for approximately 58.1% of facts… 2.5x more effective than traditional search at identifying examples that actually exert causal influence
alphaXiv independent commentary on Steerling-8B alphaxiv.org
the model’s internal representations were near-perfect at identifying hazards (98.2% AUROC), the steering mechanism only corrected 20% of errors and frequently disrupted correct detections
OpenReview paper on Concept Bottleneck leakage openreview.net
CBMs often suffer from ‘leakage,’ where the model exploits unintended, non-interpretable information hidden within the concept layer to maintain high accuracy, rendering the ‘bottleneck’ deceptive