Vibe coding
“Vibe coding” is the practice of using AI agents—including Claude Code, Windsurf, or Cursor—to build applications through high-level intent rather than manual line-by-line coding. Worlds suits vibe coding because its state is semantic and malleable. Treat the AI output as a completed unit while maintaining a persistent, structured memory.Unhobbling through integration
When you connect the@wazoo/worlds-sdk to your agent, you are explicitly
unhobbling it. Instead of treating the AI as a standalone chatbot, you are
onboarding it like a new human employee: giving it access to your company’s
internal documents, workflows, and persistent state.
By grating your agent direct tool access to a deterministic memory graph, you
transition the model from relying on heavily scaffolded developer logic to its
own native processing, allowing it to seamlessly navigate and collaborate in
remote environments.
The Agent OS: Supplying agents with robust APIs allows them to function
intelligently within swarms, observe workflows (“WatchMe” collaborative
learning), and manage complete tasks efficiently.
The agent prompt
To help an AI agent integrate with Worlds, copy and paste the following “world-aware” prompt into your agent’s context:Agent integration
If using Claude Code, add Worlds as a custom skill by providing the OpenAPI specification.Get your API key
Retrieve your key from the Worlds Console.
Best practices
- Semantic naming: Give your Worlds descriptive names. The AI uses these names to choose the correct container for context.
- Verbose connectors: let the AI agent handle the configuration logic when setting up connectors.
- Context loops: Always ask the agent to “check the world” at the start of a session.