EvoSkill, Sentient's open-source framework for automatically evolving coding agents, just shipped v1.3.0 with Fireworks AI as a fully supported inference provider. That means you can now run your entire agent self-improvement loop, both the evolution harness and the LLM scorer that judges results, entirely on fast, cheap open-source models. No Claude API required.

What EvoSkill actually does

EvoSkill is an open-source framework that automatically generates structured skills for AI agents by analyzing their failure cases, enabling continuous self-improvement. The core idea is to treat your agent's configuration, its system prompt and learned skills, as something that can be evolved rather than hand-tuned.

The self-improvement loop runs five stages on repeat:

  1. Base Agent attempts benchmark questions using the current best program.
  2. Proposer analyzes failures and suggests targeted skill or prompt changes.
  3. Generator writes the actual new skill files or rewrites the system prompt.
  4. Evaluator scores the new variant on a held-out validation set.
  5. Frontier tracks the top-N performing programs as git branches; the best survive to the next iteration.

EvoSkill significantly extends the feedback-driven idea of GEPA from single-file optimization to complete agent evolution. Instead of only revising one prompt in place, EvoSkill proposes multiple skill and prompt mutations jointly, evaluates new variants on held-out data, and has each iteration produce an entirely new agent program.

Alpha Signal

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves