Daily digest

6 items · ~6 min · Week 2026-W30

Worth knowing (2)

Alibaba previews Qwen3.8-Max, a 2.4-trillion-parameter multimodal flagship

Alibaba / Qwen
Models / LLM official + media 3 src. ~1 min

Alibaba's Qwen team unveiled a preview of Qwen3.8-Max, a 2.4-trillion-parameter model and the team's first multimodal model above 1 trillion parameters, processing text, images, video, and documents. The company says it is committed to an eventual open-weight release but has not yet published a date, license, benchmarks, or model card.

Why it matters
Positions Qwen's next flagship directly against Kimi K3 and Western frontier models in the ongoing Chinese open-weights race, though the preview shipped without any independent benchmark verification.

Xiaomi-Robotics-1: scaling vision-language-action models with 100K+ hours of real-world trajectories

Xiaomi Robotics
Research official 2 src. ~1 min

Xiaomi Robotics presents a vision-language-action foundation model trained on more than 100,000 hours of real-world manipulation data collected via UMI devices, using a two-stage pretrain/post-train pipeline with auto-generated language annotations. The model sets state-of-the-art results on RoboCasa365 (57.6% success) and RoboDojo benchmarks.

Why it matters
Trending on Hugging Face Daily Papers with 72 upvotes, one of the most-discussed robotics papers of the week and a data point on how much real-world trajectory data is needed to scale VLA models.
For reference (4)

RAGU: a multi-step GraphRAG engine with a compact domain-adapted LLM

Novosibirsk State University / ITMO University
Research official 2 src. ~1 min

RAGU is an open-source GraphRAG system that separates entity extraction from consolidation via a six-stage pipeline (typed extraction, DBSCAN deduplication, community detection), paired with Meno-Lite-0.1, a 7B fine-tuned extraction model that outperforms Qwen2.5-32B on knowledge-graph construction by 12.5%.

Why it matters
Shows that a compact, domain-adapted 7B model can beat a much larger general model on GraphRAG construction while running on a single GPU, arguing that extraction/comprehension skills scale more slowly with model size than factual knowledge does.

xHC: Expanded Hyper-Connections scale residual-stream parallelism past prior limits

Shanghai Jiao Tong University / Xiaohongshu / USTC / Peking University / CUHK
Research official 2 src. ~1 min

xHC extends Hyper-Connections beyond N=4 parallel residual streams by combining causal-convolution write-back augmentation with sparse residual updates (activating only 4 of 16 streams) while keeping dense read access, fixing the cubic-cost and information bottlenecks that previously blocked scaling. On 18B and 28B MoE models it improves downstream scores by 4.0 and 3.1 points over prior mHC.

Cura 1T: a specialized model for agentic healthcare

actAVA AI
Research official 2 src. ~1 min

Cura 1T is a healthcare-specialized LLM trained through a human-supervised self-evolution loop, where a training agent iteratively plans capability improvements, evaluates against benchmarks, and refines the data mixture, rather than applying one-off medical data updates. It targets patient consultation, clinical reasoning over text/images, and interactive diagnosis with EHR tool use, reporting 0.940 on MedAgentBench and 0.796 pass@1 on AgentClinic.

OpenClaw 2026.7.2 beta adds remote coding sessions for Codex/Claude/OpenCode

OpenClaw
Tools official 1 src. ~1 min

OpenClaw's v2026.7.2-beta.3 pre-release adds remote coding sessions that run Control UI sessions on cloud workers, open Codex and Claude catalog sessions in terminals on their owning hosts, and resume OpenCode and Pi sessions directly in a terminal, plus native automation parity on mobile/Android and MCP server connection scoping per session.

Why it matters
Extends OpenClaw's role as an orchestration layer bridging multiple coding agents (Codex, Claude Code, OpenCode) into a single remote/mobile-accessible workflow.