What problem did the first-place winner, Cerebrum, actually solve in the context of the hackathon?

“Model orchestration” sounds abstract. Why did Cerebrum win the top spot in a decentralized AI agent hackathon?

Cerebrum won #1 because it tackled a real bottleneck in AI agent systems: how to choose and run the right model at the right time without human babysitting.

Cerebrum is a unified orchestration layer that:

  • Connects many AI models and agents (especially Hugging Face models)

  • Analyzes the user’s prompt and automatically picks the most suitable model

  • Runs models in two modes:

    • Persistent models that stay warm for repeated use

    • Transient models that spin up for one task and then shut down

It also links models and agents through a shared reasoning graph, so they can share context. That fits the hackathon’s theme perfectly: agents that perceive, reason, and act, backed by a smart, resource-aware orchestration layer.