Teen Guide (Beginner Friendly)¶
If you know basic Python, you can run everything here.
Think of SuperCodeMode Like This¶
You have a robot assistant with two powers:
searchstyle tool to understand what is availableexecutestyle tool to run code and produce results
The robot often makes bad choices. SuperCodeMode trains the robot text instructions so it chooses better.
Simple Mental Model¶
- Give a question.
- Robot picks a tool.
- We score if answer is good.
- GEPA updates text instructions.
- Repeat with small budget.
Start in 3 Commands¶
This Cloudflare mode uses https://mcp.cloudflare.com/mcp by default.
Want Safer Execution¶
Use Docker backend:
Want Real LLM Optimization¶
Where to Look Next¶
- Examples page for all runnable scripts
- GEPA Adapter Changes page to understand what is optimized
- Code Map page to understand each file
- Troubleshooting page if something fails