Fig.1

Issue archive

Issue #8

Sent 2026-06-29

Qwen-AgentWorld: Language World Models for General Agents

Qwen-AgentWorld is reported to outperform frontier models on AgentWorldBench (2,170 samples across seven domains, judged reference-grounded on five dimensions), but the paper gives no head-to-head score margins in the provided text; the RL stage's largest gain was Factuality improving 11.3% relative, while remaining the lowest-scoring dimension. The comparison baselines are frontier models like Claude Opus 4.6, though the arXiv ID and dates (2026) suggest this may be a fabricated or speculative document.

arXiv:2606.24597 · 144▲ · cs.CL

  • Agents
  • RL
  • LLMs

Qwen-AgentWorld is a language model trained to act as a world model: given interaction history and an agent's action, it predicts the next environment observation (tool response, terminal output, UI accessibility tree, etc.) across seven domains via chain-of-thought reasoning. It is built through a three-stage pipeline (continual pre-training, supervised fine-tuning, and RL with combined rubric-and-rule rewards) and evaluated on AgentWorldBench, a benchmark of real trajectories from frontier agents.

Full breakdown →
Fig. 1

Are We Ready For An Agent-Native Memory System?

No single system dominated. On LongMemEval, Zep reached 48.0 LLM-Judge accuracy and Cognee 35.3 ROUGE-L F1; on LoCoMo exact match, MemOS led at 11.5 EM; on DB-Bench, plain Long Context scored best on EM (48.20) while MemoChat had the highest task success rate (55.40). For time-dependent queries, raw long-context retrieval still beat most dedicated memory systems, indicating consolidation often discards useful chronological information.

arXiv:2606.24775 · 124▲ · cs.CL, cs.DB, cs.IR

  • Agents
  • LLMs
  • Data

A benchmark study that decomposes 12 LLM agent memory systems (MemGPT/Letta, Mem0, Zep, A-MEM, MemOS, MemoryOS, Cognee, etc.) into four modules (representation/storage, extraction, retrieval/routing, and maintenance) and evaluates them from a data management angle. It runs end-to-end and ablation experiments across five workloads spanning 11 datasets, measuring not just task accuracy but retrieval fidelity, update robustness, long-horizon stability, and operational cost (index build time, query latency).

Full breakdown →
Fig. 2

Wan-Streamer v0.1: End-to-end Real-time Interactive Foundation Models

About 200 ms model-side response latency and about 550 ms total interaction latency (including a 350 ms bidirectional network budget) with 25 FPS video output, on a two-GPU thinker-performer serving path. The comparison tables are heavily caveated by the authors themselves: rival systems report different endpoints (first-packet, first-token, endpointing, API TTFB), so the numbers are not directly comparable, and no output-quality metrics are provided.

arXiv:2606.25041 · 115▲ · cs.CV, cs.AI, cs.GR, cs.SD

  • Multimodal
  • Inference
  • Efficiency

Wan-Streamer is a single Transformer that handles text, audio, and video as both input and output, using block-causal attention plus conditional flow matching to generate synchronized speech and video responses in a streaming, full-duplex manner. It replaces the usual cascade of separate VAD, ASR, LLM, TTS, and avatar-rendering modules with one end-to-end model built around causal VAEs, causal encoders/decoders, and a thinker-performer split at inference time.

Full breakdown →
Fig. 3

DanceOPD: On-Policy Generative Field Distillation

On T2I plus editing composition (Z-Image base), DanceOPD improved the GEditBench-EN average by 8.1% over the best reproduced on-policy distillation baseline and 8.5% over the edit-only source, while slightly exceeding the T2I source on GenEval (0.849 overall). Evaluations rely on GEditBench and GenEval automated metrics rather than human studies.

arXiv:2606.27377 · 81▲ · cs.CV, cs.CL, cs.LG

  • Vision
  • Training

DanceOPD is an on-policy distillation method for flow-matching image generators that combines multiple frozen capability models (text-to-image, local editing, global editing) into one student. Each training sample is hard-routed to exactly one teacher's velocity field, that field is queried on a single low-noise state from the student's own rollout (stop-gradient), and the student is trained with plain velocity MSE.

Full breakdown →
Fig. 4

EnterpriseClawBench: Benchmarking Agents from Real Workplace Sessions

The best configuration (Codex with GPT-5.5) scored only 0.663 on the manually audited 120-task Lite subset, showing the tasks are far from saturated. A key caveat on the evaluation itself: the visual judge (Sonnet 4.6) had MAE 0.303 and negative Spearman correlation (-0.259) against human raters on 24 visual packets, so visual scores are unreliable, while the text route agreed well (MAE 0.134, Spearman 0.790). The benchmark data is not released because it contains proprietary sessions.

arXiv:2606.23654 · 79▲ · cs.CL, cs.SE

  • Agents
  • LLMs
  • Data

EnterpriseClawBench is a benchmark built by an automated pipeline that converts real internal workplace agent sessions into 852 reproducible tasks, each with recovered input fixtures, rewritten single-turn prompts, role/skill taxonomy labels, hard delivery rules, and semantic rubrics. It evaluates harness-model combinations (Claude Code, Codex, DeepAgents, Hermes, OpenClaw paired with various models) on producing usable business artifacts, scoring both objective delivery rules and LLM-judged quality across five dimensions.

Full breakdown →
Fig. 5

DomainShuttle: Freeform Open Domain Subject-driven Text-to-video Generation

On the authors' own 220-sample test set (110 in-domain, 110 cross-domain), the Wan2.2 version reports a Cross-Domain Score of 0.861 versus 0.725 for the best baseline (Kling 1.6), an 18.7% relative improvement. Note the evaluation set is self-constructed and modest in size, and several cross-domain metrics rely on the authors' own MLLM-based scoring (GPT-5.2, Qwen3-VL) and image-edit-based CLIP pipelines rather than an established public benchmark.

arXiv:2606.26058 · 67▲ · cs.CV

  • Vision
  • Multimodal
  • Training

DomainShuttle is a subject-driven text-to-video system built on the Wan2.1/2.2 DiT video models that adds three components: Domain-MoT (separate transformer branches for reference images versus video plus a domain-aware AdaLN modulation), Video-Reference DualRoPE (placing reference tokens in a separate positional encoding space from video tokens), and a Cross-Pair Consistent Loss that aligns two different reference sets of the same subject. The goal is to preserve a reference subject's intrinsic features while still allowing style, domain, and semantic changes driven by the text prompt (cross-domain generation), rather than only copying the reference (in-domain).

Full breakdown →
Fig. 6

In-Context World Modeling for Robotic Control

On real UR5e experiments across 6 held-out camera viewpoints, standard multi-view behavior cloning drops from 68% to 17% success under viewpoint shift, while ICWM raises the novel-viewpoint average by 71% relative over that baseline. On LIBERO simulation, ICWM improved OOD viewpoint success by 13.0% over multi-view BC, though absolute OOD numbers remain low (e.g. LIBERO-Long averaging 25.0% vs 19.8%) and one viewpoint (135 degrees) fails for all methods due to occlusion.

arXiv:2606.26025 · 62▲ · cs.RO, cs.CV

  • Robotics
  • Multimodal
  • Inference

In-Context World Modeling (ICWM) is a training and inference method for Vision-Language-Action (VLA) robot policies that prepends a short sequence of self-generated random exploratory movements (recorded as start-image, action, end-image triplets) as context before the task query. The Transformer backbone infers the system configuration (camera viewpoint, kinematics) implicitly from this context in a single forward pass, without any parameter updates or task demonstrations at test time.

Full breakdown →
Fig. 7

NatureBench: Can Coding Agents Match the Published SOTA of Nature-Family Papers?

The strongest agent, Claude Opus 4.7, surpassed the published SOTA (relative gap g>0.1) on only 17.8% of the 90 tasks and matched it (g>=0) on 47.8%, under a 4-hour, web-search-disabled, single-GPU protocol; across all 900 runs, 45.5% of successes came from supervised proxy prediction rather than domain-specific methods.

arXiv:2606.24530 · 62▲ · cs.CL

  • Agents
  • LLMs
  • Data

NatureBench is a benchmark of 90 tasks distilled from Nature-family science papers (2022-2025), built by an automated pipeline (NatureGym) that turns each paper into a containerized package with a task brief, data, a hidden test set, and an automated evaluator, while removing the original method so agents must find their own solution. It scores coding agents against each paper's published state of the art using a SOTA-normalized relative gap metric, with a post-hoc judge that flags shortcuts like output fabrication and feedback gaming.

Full breakdown →
Fig. 8

Subscribe

Get the next issue.

Free. One email a week. Unsubscribe any time: no account, no dark patterns.

Issue #8 · Fig. 1