Sunday, August 2, 2026

Memory as a first-class agent subsystem dominates the weekend paper batch with five independent papers; DeepSeek-V4-Flash-0731 and Kimi-K3 lead a new Chinese-lab model wave; reverse-skill and last30days-skill top GitHub with 1,320 and 600 stars today, signaling packaged AI skills now mainstream.

agent-memory-systemsphysical-world-modelsgui-computer-use-agentspackaged-ai-skillschinese-lab-model-releasesbm25-rag-at-scale

Executive Summary

This weekend's paper cluster from HuggingFace (2026-07-31 fallback) shows an unusual concentration around agent memory: Metis proposes a Memory Foundation Model as a dedicated architectural component for agents; Memory Decoder at Scale separates parametric long-term memory from reasoning into an independently scalable module; MemHarness argues that memory retrieval should reconstruct rather than replay past experiences; Σ-Mem introduces reliability scoring across agents in multi-agent systems; and Filesystem-Based Memory studies how agent-managed directory trees of markdown evolve under real workloads. Five independent teams arriving at memory-system papers in the same window is a strong signal this bottleneck is now widely recognized.

On the generation and world-model front, PhiZero introduces 'physical language' — a discrete, compact state-transition representation enabling physics-grounded world modeling. ShadowDancer teaches video world models any action type by learning from video-shadow pairs, enabling frame-level control without action-type supervision. VideoCoCo uses code-as-chain-of-thought to enforce physical consistency in text-to-video generation via a dual-engine agentic system. Chimera proposes Chinchilla-scaled hybrid visual diffusion transformers that replace quadratic attention with efficient linear alternatives for high-resolution and long-video generation.

On the model and ecosystem side, DeepSeek-V4-Flash-0731 (1,438 likes) is a new flash-variant release from DeepSeek, joining Kimi-K3 (9,492 likes) and GLM-5.2 (4,737 likes) as the week's dominant Chinese-lab releases. On GitHub, reverse-skill (1,320 stars today) — an AI-powered security research skill router for Claude Code and Cursor — leads all trending repos, while last30days-skill (600 stars) and Microsoft's AI-For-Beginners (949 stars) show continued demand for packaged agent skills and AI education curricula. TencentDB-Agent-Memory (227 stars) aligns with the paper cluster above, offering a production team-level memory hub for agents.

Researcher Notes

The agent memory cluster is the most important signal in this batch. Five independent papers converging on memory in the same weekend window suggests the community has identified this as the next architectural bottleneck after context windows and retrieval. Metis and Memory Decoder at Scale both propose dedicated memory modules — the key difference is that Metis frames memory as a foundation model in its own right (pretrain-and-adapt), while Memory Decoder uses a parametric slot architecture that can be scaled independently of the reasoning LLM. Both deserve close reading by anyone building production agent infrastructure.

MemHarness's 'reconstruction not replay' thesis is the sleeper contribution. The standard approach treats retrieved memories as static records. MemHarness argues that agents should reconstruct memories on retrieval — adapting the recalled experience to the current context rather than replaying it verbatim. This is closer to how human episodic memory actually works and may explain why vanilla RAG-over-memory often degrades in long-horizon tasks.

PhiZero's 'physical language' is worth tracking as a unifying primitive. Rather than learning implicit physics from pixels, PhiZero compresses world-state transitions into a discrete symbolic representation first, then builds the generative model on top. If this representation transfers across domains, it could become a shared interface between robotics, video generation, and simulation — similar to how tokens became a shared interface for language.

The GitHub skill-router explosion (reverse-skill, last30days-skill, cangjie-skill, k-skill) is a genuine ecosystem shift. A year ago, 'agent skills' meant writing custom prompts. Now there are multiple repos with thousands of stars packaging curated instruction sets, tool-chains, and routing logic for Claude Code, Cursor, and Kiro. The security research router (reverse-skill) hitting 1,320 stars in a single day for a PowerShell skill pack shows this pattern is spreading well beyond the typical Python/AI audience.

BM25 Wins at Scale has a result that should be widely read in the RAG community. The paper does a systematic scaling study across retrieval paradigms (lexical, dense, graph, agentic) and finds BM25 remains competitive at scale — and in some configurations wins outright. This is a useful corrective against the assumption that dense and agentic retrieval always dominate as corpus size grows.

Themes & Trends

↑

Agent Memory Systems

rising

Multiple papers tackle long-term memory for LLM agents — parametric memory, filesystem-based memory, reliability-aware multi-agent memory, and reconstruction-based retrieval.

↑

Agentic Search and Reasoning Infrastructure

rising

Graph-structured harnesses, provenance-constrained reasoning, and RAG scaling studies refine how agents traverse and trust information.

↑

Video and Physical World Models

rising

Physical language representations, shadow-based action control, and code-as-chain-of-thought push video world models toward physically consistent generation.

↑

GUI and Computer-Use Agents

rising

Real-world-centric GUI agents and scalable computer-use training environments push toward deployable digital assistants.

→

Training Efficiency and On-Policy Distillation

stable

On-policy self-distillation variants and explorative modeling introduce new axes for model improvement beyond scale.

Trending Papers (20)

AskChem: Claim-Centered Infrastructure for Chemistry Literature Synthesis

Bing Yan, Gregory Wolfe, Stefano Martiniani, Kyunghyun Cho et al. — Unknown

Chemistry literature synthesis often requires assembling specific findings scattered across many publications, yet existing literature-search systems primarily return ranked document lists. As a result, scientists and AI agents need to locate relevant information, verify their provenance, and assemb...

Key Findings

  • •

    Chemistry literature synthesis often requires assembling specific findings scattered across many publications, yet existing literature-search systems ...

aimachine-learning
0 upvotes

Qwen-UI-Agent Technical Report: Toward Next-Generation Real-World Centric Foundation GUI Agents

Hanzhang Zhou, Panrong Tong, Xu Zhang, Quyu Kong et al. — Unknown

GUI agents have the potential to become a general purpose executor over existing digital devices. To advance them toward real-world use, we envision agents that operate reliably on real devices, execute workflows across platforms, combine GUI interaction with CLI execution, complete long-horizon tas...

Key Findings

  • •

    GUI agents have the potential to become a general purpose executor over existing digital devices. To advance them toward real-world use, we envision a...

aimachine-learning
0 upvotes

Metis: Memory Foundation Model

Zeyu Zhang, Ziliang Guo, Yihang Sun, Xichong Zhang et al. — Unknown

Recent advances in AI agents have increasingly internalized native capabilities into their underlying foundation models, giving rise to multimodal foundation models and large reasoning models. However, agent memory is still primarily implemented through external modules, leaving the native memory ca...

Key Findings

  • •

    Recent advances in AI agents have increasingly internalized native capabilities into their underlying foundation models, giving rise to multimodal fou...

aimachine-learning
0 upvotes

Frontis-MA1: Training an AI4AI Model towards Recursive Self-Improvement in Machine Learning Engineering

Junlin Yang, Che Jiang, Yu Fu, Tianwei Luo et al. — Unknown

Recursive self-improvement (RSI) requires AI systems that improve the process of building AI (i.e., AI4AI); machine learning engineering (MLE) offers a concrete, executable testbed for studying this capability. We introduce OpenMLE, an open full-stack system for RSI research in MLE, spanning verifia...

Key Findings

  • •

    Recursive self-improvement (RSI) requires AI systems that improve the process of building AI (i.e., AI4AI); machine learning engineering (MLE) offers ...

aimachine-learning
0 upvotes

PhiZero: A World Model Built Around Physical Language

Shuyao Shang, Yuqi Wang, Ruopeng Gao, Xu Chen et al. — Unknown

We introduce PhiZero, a physical world model built around physical language, a compact discrete representation of world-state transitions. Existing physical world models typically predict future videos directly in pixel space, leaving the underlying world dynamics implicit within high-dimensional vi...

Key Findings

  • •

    We introduce PhiZero, a physical world model built around physical language, a compact discrete representation of world-state transitions. Existing ph...

aimachine-learning
0 upvotes

VideoCoCo: Code-as-CoT for Physically-Consistent Video Generation via an Agentic Dual-Engine System

Haodong Li, Tianfei Ren, Xiaoxiao Ma, Chunmei Qing et al. — Unknown

Text-to-video models have achieved remarkable visual quality, yet they still struggle to generate physically consistent dynamics because the temporal evolution of a scene must be inferred implicitly from a highly compressed text prompt. Existing chain-of-thought approaches introduce intermediate pla...

Key Findings

  • •

    Text-to-video models have achieved remarkable visual quality, yet they still struggle to generate physically consistent dynamics because the temporal ...

aimachine-learning
0 upvotes

Memory Decoder at Scale: A Pretrained, Parametric Long-Term Memory

Rubin Wei, Jiaqi Cao, Jiarui Wang, Junming Zhang et al. — Unknown

Decoder-only language models entangle long-term memory and reasoning in a single parameter set, making it difficult to scale memory capacity independently. Memory Decoder introduces a parametric long-term memory module but only studies it at a relatively small scale. In this work, we present Memory ...

Key Findings

  • •

    Decoder-only language models entangle long-term memory and reasoning in a single parameter set, making it difficult to scale memory capacity independe...

aimachine-learning
0 upvotes

Beacon: Knowing When and How to Perform Agentic Visual Reasoning

Qixun Wang, Yang Shi, Letian Cheng, Zhuoran Zhang et al. — Unknown

The fundamental goal of agentic visual reasoning is to improve the success rate of multimodal large language models (MLLMs) on complex tasks, rather than merely equipping them with a sophisticated yet inefficient reasoning paradigm. In this work, we rethink agentic visual reasoning through two key d...

Key Findings

  • •

    The fundamental goal of agentic visual reasoning is to improve the success rate of multimodal large language models (MLLMs) on complex tasks, rather t...

aimachine-learning
0 upvotes

BM25 Wins at Scale: A Scaling Study of Retrieval-Augmented Generation Paradigms

Pengyu Wang, Benfeng Xu, Shaohan Wang, Xin Zeng et al. — Unknown

Retrieval-augmented generation (RAG) spans lexical and dense retrieval, graph-based indexing, and agentic search, but these paradigms are usually evaluated on different benchmarks at one corpus size, leaving their accuracy-cost scaling unclear. To bridge this gap, we present a controlled study that ...

Key Findings

  • •

    Retrieval-augmented generation (RAG) spans lexical and dense retrieval, graph-based indexing, and agentic search, but these paradigms are usually eval...

aimachine-learning
0 upvotes

Flux-OPD: On-Policy Distillation with Evolving Contexts

Yuran Wang, Zekun Wang, Bohan Zeng, Ruixu Zhang et al. — Unknown

Large language model training in open-ended domains lacks verifiable rewards, making task preferences difficult to formalize as effective supervision. Contexts can convey such preferences, yet provide little additional supervision once distilled into the student, motivating contexts that evolve with...

Key Findings

  • •

    Large language model training in open-ended domains lacks verifiable rewards, making task preferences difficult to formalize as effective supervision....

aimachine-learning
0 upvotes

MPIE-Bench: Benchmarking Anatomically Plausible Multi-Person Interaction Editing

Jiajia Lin, Mingxuan Du, Tuowen Zhou, Benfeng Xu et al. — Unknown

Text-to-image and personalized editing models now synthesize high-fidelity single-subject images with ease. Yet placing multiple named people into shared contact actions such as embrace, carry, or grapple still exposes major failures: fused limbs, invented extremities, and interpenetrating bodies. E...

Key Findings

  • •

    Text-to-image and personalized editing models now synthesize high-fidelity single-subject images with ease. Yet placing multiple named people into sha...

aimachine-learning
0 upvotes

ACE-Data-0: Human-Centric Ambient Capture as Embodied Data Engine

Yukang Cao, Haozhe Xie, Beichen Wen, Runmao Yao et al. — Unknown

Embodied intelligence faces a fundamental data bottleneck. Models must capture how first-person perception, whole-body motion, dexterous manipulation, object state, sound, and touch evolve together as humans pursue goals over time. Existing datasets fragment this experience across viewpoints, modali...

Key Findings

  • •

    Embodied intelligence faces a fundamental data bottleneck. Models must capture how first-person perception, whole-body motion, dexterous manipulation,...

aimachine-learning
0 upvotes

Beyond Borrowed Histories: Person-Aligned User Simulation for Interactive Role-Playing Evaluation

Yuhang Zhu, Mingxuan Du, Benfeng Xu, Jie Gao et al. — Unknown

Role-playing agents (RPAs) have become one of the most important consumer applications of large language models. Users engage in multi-turn conversations with RPAs for experiences such as emotional comfort, making reliable evaluation essential for measuring capability, comparing systems, and guiding...

Key Findings

  • •

    Role-playing agents (RPAs) have become one of the most important consumer applications of large language models. Users engage in multi-turn conversati...

aimachine-learning
0 upvotes

RefCaptioner: Multi-Reference Image-Grounded Video Captioning

Tengfei Liu, Yang Shi, Yuran Wang, Xiaohan Zhang et al. — Unknown

Existing video captioning models generate natural descriptions of video content but cannot explicitly ground local visual elements to multiple reference images. We introduce multi-reference image-grounded video captioning, a new task requiring factual video descriptions with phrase-level reference g...

Key Findings

  • •

    Existing video captioning models generate natural descriptions of video content but cannot explicitly ground local visual elements to multiple referen...

aimachine-learning
0 upvotes

See2Think: Do Multimodal Models Really Use Intermediate Visual States?

Siyu Yan, Zhuoran Yan, Haiying Xu, Panhao Zhou et al. — Unknown

Multimodal large language models increasingly use sketches, annotations, tools, and intermediate images during reasoning, but it remains unclear whether they truly rely on these visual states. Existing benchmarks are limited both by task collections with narrow coverage or partially text-solvable sa...

Key Findings

  • •

    Multimodal large language models increasingly use sketches, annotations, tools, and intermediate images during reasoning, but it remains unclear wheth...

aimachine-learning
0 upvotes

SpatialCLI: Learning to Reason With Spatial Tools, Then Without Them

Yang Zhou, Zixuan Huang, Sunzhu Li, Zhuo Yang et al. — Unknown

Vision-language models (VLMs) are increasingly used in embodied agents to interpret visual inputs, reason about spatial relationships, and make task-level decisions based on that reasoning. However, a fundamental capability mismatch remains: general VLMs can reason about the overall task but often m...

Key Findings

  • •

    Vision-language models (VLMs) are increasingly used in embodied agents to interpret visual inputs, reason about spatial relationships, and make task-l...

aimachine-learning
0 upvotes

β-OPSD: Deriving with Policy Optimization, Training with Self-Distillation

Jiawei Xu, Minghui Liu, Juzheng Zhang, Tom Goldstein et al. — Unknown

On-policy self-distillation (OPSD) is a promising approach to improve reasoning language models, but it remains brittle in practice: making it work reliably often requires substantial engineering effort. We identify a structural source of this difficulty: vanilla OPSD is precisely the β=1 member of ...

Key Findings

  • •

    On-policy self-distillation (OPSD) is a promising approach to improve reasoning language models, but it remains brittle in practice: making it work re...

aimachine-learning
0 upvotes

Chimera: Designing and Chinchilla-Scaling Hybrid Visual Diffusion Transformers

Chongjian Ge, Hanwen Jiang, Tianyu Wang, Jiuxiang Gu et al. — Unknown

Visual generation increasingly requires high-resolution images, long videos, and multimodal context, making the quadratic cost of full attention prohibitive. We introduce Chimera, a hybrid visual diffusion backbone with a principled scaling recipe. Chimera processes text, image, and video tokens in ...

Key Findings

  • •

    Visual generation increasingly requires high-resolution images, long videos, and multimodal context, making the quadratic cost of full attention prohi...

aimachine-learning
0 upvotes

ShadowDancer: Teaching Video World Models Any Action by Learning Unified Dynamics Representations from a Video and Its Shadow

Jin Cao, Zian Meng, Kaipeng Zhang — Unknown

We present ShadowDancer, a novel approach to any-action, frame-level control of interactive video world models. The obstacle is representational: existing interfaces either encode an action loosely, leaving how it unfolds for the model to improvise, or encode it exactly through structured signals th...

Key Findings

  • •

    We present ShadowDancer, a novel approach to any-action, frame-level control of interactive video world models. The obstacle is representational: exis...

aimachine-learning
0 upvotes

Can Large Language Models Execute Parent Orders?

Zane Shen, Xinli Xu, Guangyi Zhang, Jialong Chen et al. — Unknown

Parent-order execution is a core problem in algorithmic trading, where the goal is to split a large order into smaller orders while reducing execution costs. Existing approaches either rely on pre-specified market assumptions that may not hold in practice, or require task-specific training that limi...

Key Findings

  • •

    Parent-order execution is a core problem in algorithmic trading, where the goal is to split a large order into smaller orders while reducing execution...

aimachine-learning
0 upvotes

Trending Models (10)

Kimi-K3

moonshotai · image-text-to-text · unknown

View on HF

Trending model on HuggingFace with 559,924 downloads.

image-text-to-text
559.9K downloads9.5K likes
DeepSeek-V4-Flash-0731

deepseek-ai · text-generation · unknown

View on HF

Trending model on HuggingFace with 15,366 downloads.

text-generation
15.4K downloads1.4K likes

Trending model on HuggingFace with 1,173,001 downloads.

image-text-to-text
1.2M downloads1.2K likes
Unlimited-OCR

baidu · image-text-to-text · unknown

View on HF

Trending model on HuggingFace with 2,457,387 downloads.

image-text-to-text
2.5M downloads3.7K likes
DeepSeek-V4-Flash-0731-GGUF

unsloth · unknown · unknown

View on HF

Trending model on HuggingFace with 4,048 downloads.

ai
4.0K downloads289 likes
Inflect-Micro-v2

owensong · text-to-speech · unknown

View on HF

Trending model on HuggingFace with 1,565 downloads.

text-to-speech
1.6K downloads363 likes
GLM-5.2

zai-org · text-generation · unknown

View on HF

Trending model on HuggingFace with 1,683,442 downloads.

text-generation
1.7M downloads4.7K likes
Kimi-K3-GGUF

unsloth · image-text-to-text · unknown

View on HF

Trending model on HuggingFace with 41,337 downloads.

image-text-to-text
41.3K downloads243 likes
KAT-Coder-V2.5-Dev

Kwaipilot · text-generation · unknown

View on HF

Trending model on HuggingFace with 10,771 downloads.

text-generation
10.8K downloads391 likes
Inkling-Small

thinkingmachines · image-text-to-text · unknown

View on HF

Trending model on HuggingFace with 3,998 downloads.

image-text-to-text
4.0K downloads213 likes

Trending GitHub Repos (15)

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

python
Python56.6K+600 today4.9K

A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.

python
Python12.3K+523 today1.5K

The agent that grows with you

python
Python223.9K+475 today43.2K

Build local voice agents with open-source models

python
Python10.2K+442 today1.2K

Deepfakes Software For All

python
Python57.2K+364 today13.5K

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of ta

python
Python78.8K+209 today10.7K

把书、长视频、播客等高价值内容蒸馏成可执行的 Agent Skills

python
Python5.9K+113 today755

Native and Compact Structured Latents for 3D Generation

python
Python9.9K+107 today1.2K

AI agents running research on single-GPU nanochat training automatically

python
Python92.8K+91 today13.2K

The 500 AI Agents Projects is a curated collection of AI agent use cases across various industries. It showcases practical applications and provides links to open-source projects for implementation, i

python
Python35.6K+69 today6.3K

Unsloth is a local UI for training and running Kimi K3, Gemma 4, Qwen3.6, DeepSeek-V4, GLM and other models.

python
Python69.4K+69 today6.3K

Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.

python
Python15.8K+67 today1.6K

Gradio WebUI for creators and developers, featuring key TTS (Edge-TTS, kokoro) and zero-shot Voice Cloning (E2 & F5-TTS, CosyVoice), with Whisper audio processing, YouTube download, Demucs vocal isola

python
Python11.8K+58 today1.7K

Summer 2026 software engineering, data science, AI, quant, product management, and hardware internship postings. Updated daily by Simplify and Pitt CSC.

python
Python45.7K+39 today3.2K

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud

python
Python70.1K+30 today24.3K

Sources Checked

03:08 AM UTC
03:08 AM UTC
03:08 AM UTC