Arcane AI Studio
Arcane AI Studio
Stúdio_Init // Wórkbench_Óverview
ᚠ ᛫ ᛟ ᛫ ᚱ ᛫ ᛒ ᛫ ᛟ ᛫ ᚲ
studio.forboc.ai is the web-based workbench for designing, testing, and exporting ForbocAI npcs — without writing a single line of code.
Build npc personas, run them through the multi-round protocol in a live playground, inspect their memory, and trace every decision they make.
The Workbench
The Studio is a three-panel workbench:
NPC Architect
Design your npc’s identity with a visual editor. All changes are saved instantly.
Click Forge New Action to add custom actions to the grimoire.
Tip: The Prime Directive becomes the persona argument when you integrate the npc into your game via createNPC().
Chat Playground
Test your npc in real time. The Playground runs the full multi-round protocol against the ForbocAI API:
Every message goes through the same protocol your game will use. What you see in the Playground is what your players will experience.
Real API calls — process loop and/or compatibility phase routes — not a mock
Edit the persona, test immediately, refine until it’s perfect
Brain Scan (Memory Inspector)
Inspect your npc’s long-term memory. The Brain Scan shows:
- Memory vectors — What the npc remembers across sessions
- Importance scores — How strongly each memory influences decisions
- Memory types — Observations, lore, experiences, emotions
- Temporal context — When each memory was formed
This is powered by the same vector database (Orama) that runs in your game via @forbocai/browser.
Trace Logs
See exactly why your npc made each decision. The Trace Logs display the raw protocol round-trip:
Use this to debug npc behavior, tune persona prompts, and understand the decision-making process.
Recommended Workflow
- Design — Create a persona in the NPC Architect
- Test — Chat with it in the Playground
- Inspect — Check Brain Scan and Trace Logs to understand behavior
- Refine — Adjust the Prime Directive and action set
- Integrate — Use the same persona string in your game’s
createNPC()call
D̵e̶s̴i̵g̷n̷ ̶t̸h̶e̵ ̸s̴o̵u̶l̸.̴ ̵T̸e̶s̵t̸ ̵t̷h̸e̵ ̵m̷i̵n̶d̵.̷ ̷D̶e̶p̸l̵o̷y̵ ̵t̴h̷e̸ ̶e̸n̷t̷i̸t̸y̵.
