CASCADE: Cumulative Agentic Skill Creation through Autonomous Development and Evolution
Xu Huang, Junwu Chen, Yuxing Fei, Zhuohan Li, Philippe Schwaller, Gerbrand Ceder
TL;DR
The paper addresses the limitations of current LLM agents that rely on predefined tools by introducing CASCADE, a self-evolving framework for cumulative skill creation. CASCADE leverages two meta-skills—continuous learning via web search and code extraction, and self-reflection via introspection and knowledge-graph exploration—to acquire executable skills and master external tools, while maintaining memory for persistent learning. A new benchmark, SciSkillBench, evaluates Bio/Chem/materials science tasks across data and computation domains and shows DeepSolver achieving 93.3% success with GPT-5 versus 35.4% without evolution, including autonomous lab demonstrations and reproduction of published results. The work demonstrates that executable, shareable skills can be accumulated and transferred across agents and scientists, moving toward scalable AI-assisted scientific research with domain-agnostic tool integration and end-to-end problem solving.
Abstract
Large language model (LLM) agents currently depend on predefined tools or brittle tool generation, constraining their capability and adaptability to complex scientific tasks. We introduce CASCADE, a self-evolving agentic framework representing an early instantiation of the transition from "LLM + tool use" to "LLM + skill acquisition". CASCADE enables agents to master complex external tools and codify knowledge through two meta-skills: continuous learning via web search and code extraction, and self-reflection via introspection and knowledge graph exploration, among others. We evaluate CASCADE on SciSkillBench, a benchmark of 116 materials science and chemistry research tasks. CASCADE achieves a 93.3% success rate using GPT-5, compared to 35.4% without evolution mechanisms. We further demonstrate real-world applications in computational analysis, autonomous laboratory experiments, and selective reproduction of published papers. Along with human-agent collaboration and memory consolidation, CASCADE accumulates executable skills that can be shared across agents and scientists, moving toward scalable AI-assisted scientific research.
