self-evolving

Tag

Cards List
#self-evolving

Self-Evolving Neuro-Symbolic Skills for Tool-Augmented Spatial Reasoning

arXiv cs.AI · 19h ago Cached

Presents NeSy-Spatial, a neuro-symbolic framework that self-evolves spatial reasoning skills by composing tool-use and geometry skills, improving accuracy on spatial reasoning benchmarks.

0 favorites 0 likes
#self-evolving

@AdinaYakup: BigBang-v1a self-evolving LLM from endless frontier lab in Shanghai - Self-evolving training with AI generated frontier…

X AI KOLs Timeline · 4d ago Cached

BigBang-v1 is a self-evolving 36B LLM from Endless Frontier Lab in Shanghai, trained with AI-generated frontier tasks and achieving strong performance with only 10K high-quality examples across science, coding, tool use, and long context.

0 favorites 0 likes
#self-evolving

EvoHarness-RL: Learning Self-Evolving Runtime Harness for Long-Horizon LLM Agents

arXiv cs.LG · 4d ago Cached

Introduces EvoHarness-RL, a framework that learns runtime harness policies for long-horizon LLM agents, enabling them to construct and update external state (belief, progress, experience) during task execution. Using Qwen3-8B on ALFWorld, it achieves 96.9% success and reveals harness annealing and evolution dynamics.

0 favorites 0 likes
#self-evolving

@Saboo_Shubham_: wtf is a dynamic agent orgs. Self-evolving agent orgs where graph rewrites itself while the work is happening.

X AI KOLs Timeline · 6d ago Cached

A tweet expressing amazement at the concept of dynamic agent orgs—self-evolving multi-agent systems where the graph structure rewrites itself during execution.

0 favorites 0 likes
#self-evolving

Self-Evolving Coding Agents

Hugging Face Daily Papers · 2026-08-04 Cached

This paper surveys self-evolving coding agents, which improve their future behavior by updating frameworks, memory, skills, tools, or models from prior coding interactions, and presents a taxonomy of what evolves, when, and what software-specific evidence drives it.

0 favorites 0 likes
#self-evolving

SciToolAgent-Evo: An Ontology-Aware Self-Evolving Agent for Open-World Scientific Tool Acquisition

arXiv cs.AI · 2026-08-03 Cached

Presents SciToolAgent-Evo, an ontology-aware self-evolving LLM agent for open-world scientific tool acquisition, along with the OpenSciToolBench benchmark of 900 realistic tasks. The agent uses an evolving memory and LinUCB-based bandit gate to dynamically explore and acquire novel tools.

0 favorites 0 likes
#self-evolving

AgentStream: How Well Do Self-Evolving LLM Agents Perform Under Streaming Tasks?

Hugging Face Daily Papers · 2026-07-31 Cached

AgentStream introduces a unified framework to evaluate self-evolving LLM agents under streaming task scenarios, showing that self-evolution reliability varies across scenarios and is gated by model capability.

0 favorites 0 likes
#self-evolving

SERPO: Self-Evolving Rubric Policy Optimization for Open-Ended Test-Time Reinforcement Learning

arXiv cs.CL · 2026-07-30 Cached

SERPO introduces a self-evolving rubric policy optimization framework for test-time reinforcement learning in open-ended generation, replacing answer voting with a closed loop that co-evolves response evidence, query-specific rubrics, and policy parameters, achieving significant improvements on health and research benchmarks.

0 favorites 0 likes
#self-evolving

Self-Evolving Just-In-Time Memory for Proactive Embodied Safety

arXiv cs.LG · 2026-07-21 Cached

This paper introduces a Self-Evolving Just-In-Time Memory framework for proactive embodied safety, combining a Risk-Sufficient Topological Belief Graph, Agency-Grounded Factual Memory, and Experience Memory to mitigate hazards without stalling task progress. Experiments on IS-Bench show significant Safe-Success rate improvements (e.g., +30.3% on Qwen3-VL-8B).

0 favorites 0 likes
#self-evolving

@Saboo_Shubham_: Microsoft's strategy for Self-evolving agent skills. Train agent skills like you train neural networks - with epochs, b…

X AI KOLs Following · 2026-07-21 Cached

Microsoft's strategy for self-evolving agent skills, training them like neural networks with epochs, batch size, learning rates, and validation gates, fully open-source.

0 favorites 0 likes
#self-evolving

@oliviscusAI: MICROSOFT JUST OPEN-SOURCED SELF-EVOLVING AGENT SKILLS. it's called skillopt. skills that improve themselves the same w…

X AI KOLs Timeline · 2026-07-20 Cached

Microsoft open-sourced SkillOpt, a tool that enables AI agent skills to self-improve by automatically evaluating and rewriting their instructions, outperforming hand-crafted prompts and other optimizers with no model lock-in.

0 favorites 0 likes
#self-evolving

@Xudong07452910: A classic challenge in RL training of LLM agents: after a long task fails, where should the model start learning? The final reward can usually only tell the agent 'success' or 'failure', but it's hard to pinpoint which intermediate judgments are worth keeping and which actions led the entire trajectory astray. This paper proposes SEED, using 'self-evolving online distillation...'

X AI KOLs Timeline · 2026-07-20 Cached

This paper proposes SEED, a method that internalizes post-hoc skills from trajectories into model parameters through self-evolving online distillation, solving the reward sparsity problem in long-horizon RL training, achieving significant improvements on benchmarks such as ALFWorld.

0 favorites 0 likes
#self-evolving

A Self-Evolving Agent for Longitudinal Personal Health Management

arXiv cs.AI · 2026-07-16 Cached

HealthClaw is an open-source agent architecture for longitudinal personal health management that uses self-evolving memory to improve support over repeated encounters, achieving higher accuracy and privacy compared to baselines across biomedical tasks.

0 favorites 0 likes
#self-evolving

SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning

Papers with Code Trending · 2026-07-16 Cached

Proposes SEED, a self-evolving on-policy distillation framework that converts completed trajectories into hindsight skills to improve reinforcement learning for interactive agent tasks, achieving consistent performance gains and sample efficiency.

0 favorites 0 likes
#self-evolving

EVOQUANT: Self-Evolving Verifier-Guided Strategy Optimization for Robust Quantitative Trading

arXiv cs.AI · 2026-07-15 Cached

Proposes EVOQUANT, a self-evolving framework that uses LLMs and a verifier pipeline to automate quantitative trading strategy optimization, achieving significant Sharpe ratio improvements across A-share and crypto markets.

0 favorites 0 likes
#self-evolving

Critic Experience Bank: Self-Evolving Step-Level Confidence Estimation for LLM Agents

arXiv cs.AI · 2026-07-15 Cached

Introduces Critic Experience Bank (CEB), a self-evolving critic framework for step-level confidence estimation in LLM agents that leverages a memory bank of past judgments and consequences to improve calibration without training.

0 favorites 0 likes
#self-evolving

Tool-Making and Self-Evolving LLM Agents in Low-Latency Systems

arXiv cs.CL · 2026-07-10 Cached

This paper presents a method for compiling repeated standard operating procedure steps into validated, versioned tools before deployment, replacing inference-time code generation. In a fulfillment center alarm-triage system, this approach reduces p50 latency by 42% and end-to-end error rate by up to 53%.

0 favorites 0 likes
#self-evolving

From Atomic Actions to Standard Operating Procedures: Iterative Tool Optimization for Self-Evolving LLM Agents

arXiv cs.CL · 2026-07-09 Cached

This paper introduces EvoSOP, a framework that enables LLM agents to synthesize atomic actions into reusable Standard Operating Procedures (SOPs) and iteratively optimize their toolset, significantly improving task success rates and reducing interaction rounds.

0 favorites 0 likes
#self-evolving

Harness-Aware Self-Evolving: Co-Evolving Model Weights, Harness, and Task Solutions

arXiv cs.AI · 2026-07-07 Cached

HASE is a reinforcement-learning framework that co-evolves model weights, task solutions, and harness components (guidance and evaluation) in a unified agentic process, enabling a single 8B-parameter model to match the performance of much larger systems on text classification and alpha factor mining tasks.

0 favorites 0 likes
#self-evolving

COMFYCLAW: Self-Evolving Skill Harnesses for Image Generation Workflows

arXiv cs.AI · 2026-07-03 Cached

ComfyClaw is an agentic skill evolution framework for ComfyUI image generation workflows, using typed graph editing and region-level VLM verifiers to translate visual failures into repair suggestions, outperforming baselines across multiple configurations.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback