works on

From the 1 of 20 linked papers with an AI index.

activity
20242026
collaborators

20 papers

cs.CL2026

Agentic Routing: The Harness-Native Data Flywheel

Xinchen Liu, Hang Zhou, Yingjie Zong +12

The paper introduces a step‑level routing framework for large language model agents that selects the most suitable model(s) based on the full execution harness state, using logged…

cs.AI2026

From Question Answering to Task Completion: A Survey on Agent System and Harness Design

Jianyuan Guo, Zhiwei Hao, Chengcheng Wang +14

LLM-based agents mark a shift from passive question answering to active task completion: they perceive environments, invoke tools, maintain state, and act over extended horizons. A…

cs.LG2026

Claw-SWE-Bench: A Benchmark for Evaluating OpenClaw-style Agent Harnesses on Coding Tasks

Mengyu Zheng, Kai Han, Boxun Li +13

General-purpose agents such as OpenClaw are increasingly used as autonomous tool users, but their coding ability is difficult to measure under SWE-bench: a generic agent does not b…

cs.CL2026

DLLM Agent: See Farther, Run Faster

Huiling Zhen, Weizhe Lin, Renxi Liu +15

Diffusion large language models (DLLMs) have emerged as an alternative to autoregressive (AR) decoding with appealing efficiency and modeling properties, yet their implications for…

cs.CL2026

MemoryFormer: Minimize Transformer Computation by Removing Fully-Connected Layers

Ning Ding, Yehui Tang, Haochen Qin +6

In order to reduce the computational complexity of large language models, great efforts have been made to to improve the efficiency of transformer models such as linear attention a…

cs.LG2026

An Empirical Study of World Model Quantization

Zhongqian Fu, Tianyi Zhao, Kai Han +3

World models learn an internal representation of environment dynamics, enabling agents to simulate and reason about future states within a compact latent space for tasks such as pl…