Sunday, August 16, 2026

Alaya-EVOKE redefines interactive world models with endless sessions; DarwinX and AutoDesign evolve agent harnesses through natural selection and meta-optimization; DreamX-Phi 1.0 bridges world models to robotic manipulation

interactive-world-modelsagent-harness-evolutionllm-infrastructurespatial-intelligenceai-evaluation-integrity

Executive Summary

Today's trending papers (sourced from August 14 HuggingFace Daily Papers, the weekend fallback) are dominated by world models and agent self-improvement. Leading with 111 upvotes, Alaya-EVOKE introduces a world model architecture that decouples persistent memory from the denoiser context, enabling interactive sessions that scale linearly rather than quadratically — a significant step toward endless interactive environments.

DarwinX (70 upvotes) brings evolutionary computation to agent harness optimization, treating prompts, tools, and control flow as a genome subject to natural selection rather than single-lineage gradient descent. This pairs with AutoDesign (38 upvotes), which takes a meta-learning approach to harness optimization for long-horizon agentic design tasks. Meanwhile, DreamX-Phi 1.0 (85 upvotes) demonstrates that action-conditioned video world models can serve as effective planners for robotic manipulation.

On the infrastructure side, LLMRouter (97 upvotes) provides a unified framework for developing and evaluating model routers — a critical piece as organizations juggle multiple LLMs for different query types. The model leaderboard shows Qwen 3.8-27B dominating with nearly 10K likes, while DeepSeek-V4-Pro-0813 signals a new generation of the DeepSeek series. GitHub trending highlights continued momentum in AI agent tooling and developer infrastructure.

Researcher Notes

World models are bifurcating into two distinct research programs. Alaya-EVOKE and PlayWorld represent opposite poles: EVOKE solves the engineering problem of making world models run indefinitely by offloading memory to a separate module, while PlayWorld tackles the evaluation problem by having agent players complete long-horizon objectives rather than relying on human judgment. DreamX-Phi 1.0 sits at the intersection — it's a world model that must be accurate enough to serve as a robotic planner. This three-way split (scalable generation, rigorous evaluation, downstream utility) suggests the field is maturing past the "impressive demos" phase.

Agent harness evolution is becoming its own subfield. DarwinX's population-based approach to harness optimization is a direct response to the brittleness of single-lineage self-improvement loops. The key insight: treating harness components as a genome lets you maintain diversity and avoid the path-dependence that plagues greedy search. AutoDesign complements this with meta-optimization for structured design tasks. Together with last week's work on agent self-improvement, we're seeing a rapid convergence on the idea that the scaffolding around the model matters as much as the model itself.

The rhetoric-hacking paper deserves more attention than its 42 upvotes suggest. Li et al. show that AI reviewers can be systematically gamed through rhetorical choices alone, without changing scientific content. This is a foundational vulnerability for any system using LLMs for evaluation — and it arrives just as the community is scaling up AI-assisted peer review. The controlled experimental design (preserving content while varying rhetoric) makes this unusually rigorous for a "red team" style paper.

Model leaderboard signals: Qwen 3.8 and DeepSeek V4 are the new defaults. Qwen 3.8-27B leads with 9,817 likes and multiple derivative models (GGUF quantizations, FP8 variants), indicating broad adoption across deployment environments. DeepSeek-V4-Pro-0813 is fresh (released August 13) and already accumulating downloads, suggesting the V4 series is being rapidly evaluated. MiniMax-H3 continues its video generation dominance with over 2.2M downloads.

Sleeper hit to watch: Massive Activations in Hybrid Linear Attention LLMs (23 upvotes, 4 comments) systematically characterizes "massive activations" — extreme outlier values that spike before attention layers. Understanding these activation patterns is critical for quantization, pruning, and efficient serving, making this paper more practically important than its modest engagement suggests.

Themes & Trends

↑

Interactive World Models

rising

Architectures for persistent, scalable, and interactive world simulation — from Alaya-EVOKE's endless sessions to PlayWorld's agent-based evaluation and DreamX-Phi's robotic planning.

↑

Agent Harness Evolution

rising

Methods for automatically optimizing the scaffolding around LLMs — prompts, tools, skills, and control flow — through evolutionary and meta-learning approaches.

↑

LLM Infrastructure & Routing

rising

Unified frameworks for deploying, routing, and serving multiple LLMs cost-effectively, addressing the growing complexity of multi-model production systems.

→

Spatial & Embodied Intelligence

stable

Grounding AI agents in physical space through procedural memory, robotic manipulation, and spatial reasoning benchmarks.

↑

AI Evaluation Integrity

rising

Examining and defending against vulnerabilities in AI-based evaluation systems, including rhetorical reward-hacking of AI reviewers.

Trending Papers (13)

Alaya-EVOKE: From Linear-Scaling Supervision to Endless World

High Relevance

Yuanyang Yin, Gongxuan Wang, Yifan Zhan, Chuanhao Li, Kaipeng Zhang, Feng Zhao — Independent Research

Interactive world models must support persistent memory, responsive interaction, and long-horizon generation, yet these requirements place conflicting demands on the model. Maintaining history in the denoiser context or key-value cache incurs growing cost, forcing a trade-off between session length and retained memory, while low-latency interaction relies on few-step generation whose capabiliti...

Key Findings

  • •

    Maintaining history in the denoiser context or key-value cache incurs growing cost, forcing a trade-off between session length and retained memory, wh

  • •

    Evoke addresses both limitations by externalizing persistent world state and redesigning the teacher for long-horizon interactive generation.

  • •

    Scene geometry is maintained in an external, camera-indexed world state bank, from which only view-relevant information is retrieved, keeping the deno

memorymodel-archvisionreinforcement-learning
111 upvotes

LLMRouter: Unified Infrastructure for Developing, Evaluating, and Deploying LLM Routers

Tao Feng, Fangxu Yu, Haozhen Zhang, Zhongjie Dai, Liangqi Yuan, Zijie Lei — Independent Research

No single large language model (LLM) is optimal across all queries and budget constraints, making model routing essential for cost-effective deployment. Existing routers adopt diverse formulations and implementations, making fair comparison and extension difficult. We present a unified formulation of LLM routing as a sequential decision process characterized by five components: context encoders...

Key Findings

  • •

    Existing routers adopt diverse formulations and implementations, making fair comparison and extension difficult.

  • •

    We present a unified formulation of LLM routing as a sequential decision process characterized by five components: context encoders, model encoders, s

  • •

    Based on this formulation, we develop an automated pipeline for constructing routing supervision and evaluating routers jointly on response quality an

llmmodel-arch
97 upvotes

DreamX-Phi 1.0: Action-Conditioned Video World Model for Robotic Manipulation

DreamX Team, Rui Chen, Xiangxiang Chu, Geng Li, Jifan Li, Qingfeng Shi — Independent Research

We present DreamX-Phi 1.0, an action-conditioned video world model for robotic manipulation that, given an observed frame, a language instruction, and a prescribed action sequence comprising end-effector poses and gripper states, predicts the resulting future observations. Yet realism alone does not guarantee faithfulness: a convincing rollout can still move the wrong arm or lose the manipulate...

Key Findings

  • •

    Yet realism alone does not guarantee faithfulness: a convincing rollout can still move the wrong arm or lose the manipulated object.

  • •

    To ensure the prediction respects each arm's commanded path, we inject per-arm SE(3) transformations into attention via PRoPE-style geometric encoding

  • •

    Action control alone does not fully constrain scene geometry or the evolution of small manipulated objects.

model-archvideoroboticsreinforcement-learning
85 upvotes

DarwinX: Evolving Agent Harnesses Through Natural Selection

Yifan Zhang, Yutong Dai, Juntao Tan, Luyu Yang, Rishi Mullur, Thai Hoang — Independent Research

An LLM agent's capability depends not only on model weights but on its harness: prompts, tools, skills, and control flow. Self-improvement loops already edit harnesses, yet single-lineage search is path-dependent and local wins often regress other tasks. We introduce DarwinX, which treats self-evolution as selection over a population of harnesses with the model frozen: a preserve-and-extend con...

Key Findings

  • •

    Self-improvement loops already edit harnesses, yet single-lineage search is path-dependent and local wins often regress other tasks.

  • •

    We introduce DarwinX, which treats self-evolution as selection over a population of harnesses with the model frozen: a preserve-and-extend contract ad

  • •

    Fitness comes from each benchmark's own verifier: no gold solutions, no hand-picked winners.

agentsllmmodel-arch
70 upvotes

Intern-S2-Preview: Scientific Agentic Foundation Model

Lei Bai, Jiaqi Cao, Chiyu Chen, Guanzhou Chen, Kai Chen, Guangran Cheng — Independent Research

Scientific discovery increasingly requires AI systems that can reason over scientific evidence of heterogeneous modalities, interact with scientific tools and environments, and sustain progress across long task horizons. We present Intern-S2-Preview, a series of scientific agentic foundation models designed to support multimodal scientific understanding, reasoning, generation, and long-horizon ...

Key Findings

  • •

    We present Intern-S2-Preview, a series of scientific agentic foundation models designed to support multimodal scientific understanding, reasoning, gen

  • •

    The training pipeline begins with scientific multimodal pre-training over rendered scientific documents, interleaved image-text data, and diverse scie

  • •

    Starting from the pretrained checkpoint, we apply a unified post-training pipeline consisting of supervised fine-tuning, scalable multi-task reinforce

agentsmodel-arch
47 upvotes

How Can Rhetoric Reward-Hack AI Reviewers? Dissecting Rhetorical Sensitivity in AI-Based Peer Review

Ming Li, Chenguang Wang, Xirui Li, Xinyue Zeng, Dianqi Li, Peng Shi — Independent Research

As large language models increasingly participate in scientific evaluation, we investigate a potential form of reward hacking: how rhetorical choices shape AI-review judgments when reported scientific content is preserved and how these effects vary across evaluation conditions. We construct a controlled corpus of 4,200 full-paper manuscripts derived from 120 anonymized ICLR 2026 submissions. Tw...

Key Findings

  • •

    We construct a controlled corpus of 4,200 full-paper manuscripts derived from 120 anonymized ICLR 2026 submissions.

  • •

    Two LLM rewriters transform six rhetorical dimensions in opposing directions, and five LLM reviewers evaluate the resulting manuscripts under standard

  • •

    We also test joint, recursive, and reviewer-guided rewriting.

model-arch
42 upvotes

AutoDesign: Meta-Harness Optimization for Long-Horizon Agentic Design

Yaxin Luo, Haobin Jiang, Jialv Zou, Xu Huang, Wenhao Yan, Haodong Li — Independent Research

Transforming multimodal sources into condensed and structured media outputs can be fundamentally conceptualized as a long-horizon agentic process centered on a model-harness system. While an ideal harness system should align with human design priors and accumulate reusable experience through empirical exploration to drive recursive self-improvement, existing paradigms remain static and fall sho...

Key Findings

  • •

    While an ideal harness system should align with human design priors and accumulate reusable experience through empirical exploration to drive recursiv

  • •

    In this paper, we present AutoDesign, a framework that aligns with human design priors, where a meta-harness optimizer guides a code agent to recursiv

  • •

    To instantiate and evaluate this framework, we focus on the academic paper-to-poster generation task and introduce PosterBench, comprising a 100-paper

agentsmodel-archmultimodal
38 upvotes

PlayWorld: Benchmarking World Models with Agent Players over Long-Horizon Objectives

Kaixin Ding, Xi Chen, Minghong Cai, Zhiyuan Xu, Yiyang Wang, Yuxiang Lu — Independent Research

Video world models simulate future states conditioned on current observations and user actions. Recent systems have demonstrated impressive video consistency and action controllability over long sequences. However, fairly comparing these interactive models remains challenging.

Key Findings

  • •

    Recent systems have demonstrated impressive video consistency and action controllability over long sequences.

  • •

    However, fairly comparing these interactive models remains challenging.

  • •

    In practice, a human player typically evaluates a world model by pursuing long-horizon objectives through interaction.

agentsbenchmarksmodel-archvideo
38 upvotes

Spatial Memory Agent: Experience-Grounded Procedure Memory for Spatial Intelligence

Haokai Zhang, Yuhang Ding, Yunshu Zhou, Xinze Du, Shengtao Zhang, Zhiyue Zhao — Independent Research

Spatial intelligence is becoming a foundation for embodied agents, robotic planning, and multimodal assistants. To improve the spatial reasoning ability of VLM agents, existing work has mainly followed two lines. One line uses post-training methods, such as supervised fine-tuning and reinforcement learning.

Key Findings

  • •

    To improve the spatial reasoning ability of VLM agents, existing work has mainly followed two lines.

  • •

    One line uses post-training methods, such as supervised fine-tuning and reinforcement learning.

  • •

    Another line adopts an agentic paradigm in which the model calls external spatial tools, such as depth estimation and 3D reconstruction tools, to gath

agentsmemoryreasoningrobotics
34 upvotes

Massive Activations in Hybrid Linear Attention Large Language Models: Pre-Attention Spikes and Inter-Spike Plateaus

Zunhai Su, Bohan Sun, Xialie Zhuang, Shuibai Zhang, He Xiao, Jing Xiong — Independent Research

We present the first systematic study of Massive activations (MAs) in layer-interleaved HLA LLMs and uncover two architecture-aligned morphologies: MAs consistently spike immediately before full attention layers, forming pre-attention spikes (PAS), and can persist through intervening linear attention layers, giving rise to inter-spike plateaus (ISP). As full attention becomes denser, successive...

Key Findings

  • •

    As full attention becomes denser, successive PAS become increasingly connected through ISP, ultimately recovering the stable MA morphology of full att

  • •

    We establish the recurrence of this organization across five linear attention architectures, six hybridization configurations, five data domains, and

  • •

    Controlled pretraining of GDN-based hybrids at scales up to 1.3B shows that both morphologies emerge early and respond asymmetrically to output gating

llmmodel-archreinforcement-learning
23 upvotes

UniSwap: Streaming Audio-Visual Identity Swapping for Talking Videos

Yuxuan Zhang, Haozhong Xiong, Jiayi Song, Jinpeng Yu, Yang Shi, Jiaming Liu — Independent Research

Talking-video character replacement requires coordinated transfer of appearance and voice while preserving the source motion, scene, linguistic content, and audio-video timing. Existing methods use separately optimized models for the two modalities, making audio-visual consistency difficult to enforce. We present UniSwap, the first framework for streaming joint audio-visual identity replacement...

Key Findings

  • •

    Existing methods use separately optimized models for the two modalities, making audio-visual consistency difficult to enforce.

  • •

    We present UniSwap, the first framework for streaming joint audio-visual identity replacement in talking videos.

  • •

    Given a source video, a reference image, and a reference voice clip, UniSwap transfers the reference appearance and vocal timbre within a single audio

video
16 upvotes

LiveAnimate: Stable Long-Form Streaming Human Animation in Real-Time

Yuxuan Zhang, Haozhong Xiong, Yubo Huang, Jiayi Song, Jinpeng Yu, Haofan Wang — NVIDIA

Pose-driven human animation synthesizes a video of a target person from a single reference image and a driving pose stream. Real-time generation is essential for interactive applications such as live streaming, telepresence, and virtual avatars, yet diffusion-based systems require minutes to hours per clip, precluding responsive interaction. We present LiveAnimate, to our knowledge the first an...

Key Findings

  • •

    Real-time generation is essential for interactive applications such as live streaming, telepresence, and virtual avatars, yet diffusion-based systems

  • •

    We present LiveAnimate, to our knowledge the first animation system to combine real-time streaming with stable long-form generation at billion scale,

  • •

    A two-stage training pipeline first adapts a pretrained bidirectional DiT into a block-causal autoregressive generator through Reference-Anchored Teac

video
16 upvotes

Full-bandwidth transformer

Xi Wang, Ziyang Cai, Zheng Zhan, Harry Dong, Ying Fan, Gustavo de Rosa — Independent Research

Autoregressive transformers compute along two axes: horizontally across generated tokens, and vertically through model depth. Dense attention gives each token broad horizontal access to the past, but the vertical feedback channel between decoding steps remains narrow: only the sampled token returns to the bottom of the stack, while the top-layer hidden state is discarded. We introduce the full-...

Key Findings

  • •

    Dense attention gives each token broad horizontal access to the past, but the vertical feedback channel between decoding steps remains narrow: only th

  • •

    We introduce the full-bandwidth transformer, which widens this channel with latent feedback: at each decoding step, the previous top-layer hidden stat

  • •

    Latent feedback lets non-verbalized computation re-enter the stack with a renewed depth budget, while preserving the standard transformer architecture

model-arch
14 upvotes

Trending Models (10)

Qwen3.8-27B

Qwen · image-text-to-text · Unknown

View on HF

Qwen3.8-27B by Qwen. 91,917 downloads, 9,817 likes on HuggingFace.

transformerssafetensorsqwen3_5image-text-to-text
91.9K downloads9.8K likes
Muse-Glimmer-30B

meta-models · image-text-to-text · Unknown

View on HF

Muse-Glimmer-30B by meta-models. 246,454 downloads, 1,581 likes on HuggingFace.

transformerssafetensorsmuse_glimmerimage-text-to-text
246.5K downloads1.6K likes
Qwen3.8-27B-GGUF

unsloth · text-generation · Unknown

View on HF

Qwen3.8-27B-GGUF by unsloth. 867,963 downloads, 1,244 likes on HuggingFace.

ggufqwen3_5unsloth
868.0K downloads1.2K likes
Qwen3.8-2.4T-A95B

Qwen · text-generation · Unknown

View on HF

Qwen3.8-2.4T-A95B by Qwen. 6,381 downloads, 974 likes on HuggingFace.

transformerssafetensorsqwen3_5_moe_texttext-generation
6.4K downloads974 likes
LTX-2.5

Lightricks · video-generation · Unknown

View on HF

LTX-2.5 by Lightricks. 378,439 downloads, 949 likes on HuggingFace.

diffusion-single-fileimage-to-videotext-to-videovideo-to-video
378.4K downloads949 likes
MiniMax-Music3

MiniMaxAI · audio-generation · Unknown

View on HF

MiniMax-Music3 by MiniMaxAI. 5,079 downloads, 772 likes on HuggingFace.

diffuserssafetensorsminimax_music3music-generation
5.1K downloads772 likes
MiniMax-H3

MiniMaxAI · video-generation · Unknown

View on HF

MiniMax-H3 by MiniMaxAI. 2,212,155 downloads, 3,978 likes on HuggingFace.

minimax-h3diffuserssafetensorstext-to-video
2.2M downloads4.0K likes
DeepSeek-V4-Pro-0813

deepseek-ai · text-generation · Unknown

View on HF

DeepSeek-V4-Pro-0813 by deepseek-ai. 19,945 downloads, 496 likes on HuggingFace.

transformerssafetensorsdeepseek_v4text-generation
19.9K downloads496 likes
DeepSeek-V4-Flash-0731

deepseek-ai · text-generation · Unknown

View on HF

DeepSeek-V4-Flash-0731 by deepseek-ai. 1,798,247 downloads, 3,425 likes on HuggingFace.

transformerssafetensorsdeepseek_v4text-generation
1.8M downloads3.4K likes
Muse-Glimmer-30B-GGUF

unsloth · image-text-to-text · Unknown

View on HF

Muse-Glimmer-30B-GGUF by unsloth. 682,188 downloads, 438 likes on HuggingFace.

transformersggufunslothmeta
682.2K downloads438 likes

Trending GitHub Repos (12)

A collective list of free APIs

tooling
Python460.2K+2.3K today50.9K

29 editorial diagram types for Claude Code. Self-contained HTML + SVG. No shadows, no Mermaid-slop.

aimachine-learningcode-tools
HTML18.7K+1.6K today1.1K
High RelevanceGitHub

💫 Toolkit to help you get started with Spec-Driven Development

tooling
Python129.2K+892 today11.6K

Meta-Framework of Spatiotemporal Composability

tooling
TypeScript4.1K+599 today202

14MB foundation model for tiny devices; phones, wearables, smart home, and robots.

models
Python6.1K+547 today406

The fastest browser for AI agents to run browser automation, built for sharing your logged-in browser state with your AI agents, like Codex or Claude Code, without disturbing you. Zero cost, zero config.

agentsaicode-tools
JavaScript11.0K+545 today561
High RelevanceGitHub

ToolJet is the open-source foundation of ToolJet AI - the enterprise app generation platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀

agentsai
JavaScript39.6K+544 today5.3K

Graph-Native Infrastructure for Context and Accountable AI Systems

aigraph
Python7.9K+469 today814

将冰冷的离别化为温暖的 Skill,欢迎加入数字生命1.0!Transforming cold farewells into warm skills? It's giving rebirth era. Welcome to Digital Life 1.0. 🫶

tooling
Python22.5K+435 today2.0K

Local UI to run and train LLMs and diffusion models, including Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, DeepSeek-V4, FLUX and more.

llmaimodels
Python72.1K+434 today6.5K

利用 AI 大模型和自动化工作流,根据主题或关键词一键生成高清短视频。Generate HD short videos from a topic or keyword with an automated AI workflow.

aivideo
Python104.0K+403 today15.8K

holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.

ai
Python13.1K+382 today1.7K

Sources Checked

02:12 AM UTC
02:12 AM UTC
02:12 AM UTC