# SuperGeneral

- **Event:** [OpenEnv Hackathon SF](https://cerebralvalley.ai/e/openenv-hackathon-sf)
- **When:** Mar 7 at 9:00 AM – Mar 8 at 12:00 AM (PST)
- **Where:** Shack15, San Francisco, CA
- **Team:** [Lily Zhang](https://cerebralvalley.ai/u/lilyzhng)
- **GitHub:** https://github.com/lilyzhng/OpenEnv/tree/main/hackathon
- **Website:** https://github.com/lilyzhng/OpenEnv/tree/main/hackathon/train
- **Demo video:** https://www.youtube.com/watch?v=RIg8JUDgHXo
- **Hugging Face:** https://huggingface.co/spaces/lilyzhng/supergeneral-env
- **Gallery:** https://cerebralvalley.ai/e/openenv-hackathon-sf/hackathon/gallery
- **Page:** https://cerebralvalley.ai/e/openenv-hackathon-sf/hackathon/gallery/16

Frontier models are surprisingly bad at using tools. They cheat by memorizing knowledge instead of learning to act. But tool use is the key to adapting to new domains and long horizon tasks.
3 main focuses:
Tool use — can the agent call tools correctly?
Tool composition — can it chain tools into multi-step workflows?
Tool creation — can it create new tools for unfamiliar tasks?
I evaluated Claude Sonnet, GPT-4o, Qwen, and DeepSeek across SVG illustration, law, consulting, and investment banking.
The environment provides building blocks but forces the agent to discover them, gives per-step correctness feedback without hints, lets the agent decide how to decompose problems, and rewards tool composition and creation over single tool use.
Rewards combine a rubric correctness score with behavior signals. Agents that talk instead of act get penalized.
Training uses GRPO with multi-turn rollouts. Reward curves go up. Agents learn to explore first, compose second, act efficiently.

---

Markdown version of https://cerebralvalley.ai/e/openenv-hackathon-sf/hackathon/gallery/16. Site index for agents: https://cerebralvalley.ai/llms.txt · full text: https://cerebralvalley.ai/llms-full.txt
