An AI agent that doesn't just answer — it learns how to answer better, step by step, under real constraints.
🧠 What Is This?
SelfEvo is an experimental AI benchmark environment where an agent is given a task (math, reasoning, or coding) and must solve it within a budget. But instead of answering directly, the agent:
Picks a strategy — How deep should it reason? Should it use tools? Chain-of-thought or direct?
Uses tools — Calculator, Python sandbox, or a knowledge search.
Submits an answer — Gets scored on accuracy, speed, and budget efficiency.
Self-improves — If the score is low, it modifies its strategy and retries.