paper-with-me

Papers

MOSS: Self-Evolution through Source-Level Rewriting in Autonomous Agent Systems

2026-05-21 · Qianshu Cai, Yonggang Zhang, Xianzhang Jia, Huajiang Zheng, Wei Xue, Jun Song, Xinmei Tian, Yike Guo arxiv

Autonomous agentic systems are largely static after deployment: they do not learn from user interactions, and recurring failures persist until the next human-driven update ships a fix. Self-evolving agents have emerged in response, but all confine evolution to text-mutable artifacts -- skill files, prompt configurations, memory schemas, workflow graphs -- and leave the agent harness untouched. Since routing, hook ordering, state invariants, and dispatch live in code rather than in any text artifact, an entire class of structural failure is physically unreachable from the text layer. We argue that source-level adaptation is a fundamentally more general medium: it is Turing-complete, a strict superset of every text-mutable scope, takes effect deterministically rather than through base-model compliance, and does not erode under long-context drift. We present MOSS, a system that performs self-rewriting at the source level on production agentic substrates. Each evolution is anchored to an automatically curated batch of production-failure evidence and proceeds through a deterministic multi-stage pipeline; code modification is delegated to a pluggable external coding-agent CLI while MOSS retains stage ordering and verdicts. Candidates are verified by replaying the batch against the candidate image in ephemeral trial workers, then promoted via user-consent-gated, in-place container swap with health-probe-gated rollback. On OpenClaw, MOSS lifts a four-task mean grader score from 0.25 to 0.61 in a single cycle without human intervention.

📄 PDF Abstract BibTeX arXiv:2605.22794

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MossFormer: Pushing the Performance Limit of Monaural Speech Separation using Gated Single-Head Transformer with Convolution-Augmented Joint Self-Attentions

2023-02-23 · Shengkui Zhao, Bin Ma

Transformer based models have provided significant performance improvements in monaural speech separation. However, there is still a performance gap compared to a recent proposed upper bound. The major limitation of the …

Speech Separation

MOSS-VL Technical Report

2026-08-15 · Pengyu Wang, Chenkun Tan, Shaojun Zhou, Qirui Zhou 외 hf

We present MOSS-VL, an open vision-language model family that treats real-time interaction -- perceiving while it speaks -- as a first-class capability. It is co-designed across the stack: the language decoder attends to…

PeaTMOSS: Mining Pre-Trained Models in Open-Source Software

2023-10-05 · Wenxin Jiang, Jason Jones, Jerin Yasmin, Nicholas Synovic 외

Developing and training deep learning models is expensive, so software engineers have begun to reuse pre-trained deep learning models (PTMs) and fine-tune them for downstream tasks. Despite the wide-spread use of PTMs, w…

Deep Learning

Exploring High-Order Self-Similarity for Video Understanding

2026-04-22 · Manjin Kim, Heeseung Kwon, Karteek Alahari, Minsu Cho arxiv

Space-time self-similarity (STSS), which captures visual correspondences across frames, provides an effective way to represent temporal dynamics for video understanding. In this work, we explore higher-order STSS and dem…

Action Recognition

MOSS-TTS Technical Report

2026-03-18 · Yitian Gong, Botian Jiang, Yiwei Zhao, Yucheng Yuan 외 arxiv

This technical report presents MOSS-TTS, a speech generation foundation model built on a scalable recipe: discrete audio tokens, autoregressive modeling, and large-scale pretraining. Built on MOSS-Audio-Tokenizer, a caus…