rubenglez

Tiza

Shared context for multi-agent MCP workflows

launched TypeScriptMCPAI agents

Multi-agent workflows waste most of their tokens repeating context to each other. Tiza is a shared context store for multi-agent MCP workflows: agents coordinate through a shared store instead of re-explaining state on every call.

In practice that means around 50% fewer LLM calls and up to 90% fewer input tokens — the coordination happens in the store, not in the prompts.