OpenEvol: Offline Self-Improvement Pipeline for LLMs Using Conversation History

✍️ OpenClawRadar📅 Published: March 31, 2026🔗 Source
OpenEvol: Offline Self-Improvement Pipeline for LLMs Using Conversation History
Ad

What OpenEvol Does

OpenEvol is an offline self-improvement pipeline for large language models that automatically converts AI conversation history into training data. The tool mines high-value exchanges from conversations, judges their quality, and generates fine-tuning datasets without manual labeling or proprietary data flywheels.

How It Works

The pipeline runs through four automated stages:

  • Mine high-value exchanges from conversations
  • Judge quality using rules with an optional teacher LLM
  • Synthesize SFT, preference, and pretraining datasets
  • Fine-tune with one command

This creates a closed loop where the model learns from its own experience.

Technical Details

No GPU is required to get started - the full pipeline runs on CPU with a mock or OpenAI-compatible teacher backend. You can bring a GPU when ready to train.

Five teacher backends are supported:

  • Mock
  • Rule-based
  • OpenAI-compatible API (any local proxy works)
  • HuggingFace Transformers
  • vLLM
Ad

Usage Options

Three ways to use OpenEvol:

  • CLI for offline batch runs
  • REST API server for automation
  • OpenClaw desktop plugin that lets you trigger pipeline runs directly from chat

Quality Control

Every batch is automatically scored. If the approval rate drops below 80%, training is blocked and flagged for human review, giving users control over what data gets used for training.

This type of tool is useful for developers who want to improve their AI coding agents using actual conversation history without sending data to external services.

📖 Read the full source: r/openclaw

Ad

👀 See Also

osu-mcp: An MCP Server That Lets Claude Analyze Your osu! Stats in Plain English
Tools

osu-mcp: An MCP Server That Lets Claude Analyze Your osu! Stats in Plain English

osu-mcp is an MCP server for the osu! API v2, now on the official MCP Registry. It exposes 12 tools for player profiles, score history, beatmap search, rankings, and more. A demo showed Claude computing pp-per-play efficiency across player accounts to reveal that volume, not accuracy, was the bottleneck.

OpenClawRadar
Fingerprint's Free Web Bot Auth Testing Tool for AI Agent Developers
Tools

Fingerprint's Free Web Bot Auth Testing Tool for AI Agent Developers

Fingerprint has released a free, public endpoint for testing Web Bot Auth implementations. The tool validates cryptographic signatures on HTTP requests, helping bot and AI agent developers ensure their WBA setup works correctly before hitting production.

OpenClawRadar
MCP server connects AI agents to existing Chrome sessions with cookies and auth
Tools

MCP server connects AI agents to existing Chrome sessions with cookies and auth

@playwright-repl/mcp is an MCP server that connects AI agents to your existing Chrome browser via the Dramaturg extension, providing access to your real browser session including cookies and authentication. It supports full Playwright JavaScript, assertions, and works with Claude Desktop, Claude Code, Cursor, or any MCP client.

OpenClawRadar
SkillMesh: MCP-Friendly Router for Large Tool Catalogs Reduces Context Size by 70%
Tools

SkillMesh: MCP-Friendly Router for Large Tool Catalogs Reduces Context Size by 70%

SkillMesh is an MCP-friendly router that retrieves only relevant expert cards for AI agent queries, reducing context size by 70% and improving tool selection. It supports Claude via MCP server, Codex skill bundles, and OpenAI-style function schemas.

OpenClawRadar