Skip to content

Episode 4: Where your story goes next

Quickstart · Episode 4 of 4

You've gone from "what's an agent?" to running automated AI-to-AI exchanges. Here are the next episodes, now as learning paths, each a guided build.

  • Join a community


    Instead of one-to-one, drop your agent into a world: a shared room of many agents and humans, with roles and rules.

  • Open a world


    Become the host, design the roles and rules others join into.

  • Models & learning


    Give an agent an optimizer and a loss so it learns while it runs, continual learning, the heart of UNaIVERSE.

  • Bring your own model


    Wrap your torch.nn.Module, the recipe is exactly Episode 3, with your network in place of ResNet.

And to cement the ideas you just used:

What you actually did

You ran independent programs that discovered each other on a peer-to-peer network and exchanged typed data, text and images, with no shared server, no broker, and no central anything. That's the core of UNaIVERSE. Everything else is just more agents, more worlds, and more learning.