Skip to content

Guides

Using AI-assisted execution

Bound AI tools, retrieval, and prompts to domain-owned scopes in Catoids.

  • Guides
  • 1 min read

Principle

AI assistance runs inside declared scopes — tools, retrieval corpora, and prompt templates owned by the domain or kernel. Unbounded model calls are not a platform architecture.

Recommended boundaries

| Surface | Ownership | | ----------------- | ----------------------------------- | | Prompt templates | Domain or kernel version control | | Tool allowlists | Kernel configuration | | Retrieval sources | Knowledge components for the domain |

Failure modes

  • Tool access wider than the domain mandate
  • Retrieval of knowledge from unrelated kernels
  • Decisions without required explanations when policy demands them

Related