Glossary

Kernel (AI Governance)

The set of files defining identity, values, corrections, and voice that transform a generic AI model into one operating under specific governance rules. Architecture determines ceiling, not token count.

What is a kernel in AI governance?

In the Arkeus system, the kernel is the set of files loaded into an AI model’s context at the start of every session. It defines who the model is working with, what rules apply, what corrections have been made, and what voice to use.

The kernel transforms a generic model into one that behaves according to specific governance rules. Analogous to an operating system kernel that mediates between hardware and applications.

What’s in it

  • Identity: Who the user is, what they value, how the working relationship functions
  • Corrections: Contrastive records of past failures and how to handle them differently (incident + rule format)
  • Voice: How to communicate — sentence structure, evidence standards, anti-patterns to avoid
  • Domain files: Context-specific knowledge loaded on keyword triggers

Architecture over token count

Testing showed that 200 tokens of identity outperform 20,000 tokens of rules. A small, well-structured kernel beats a large, comprehensive one because the model can actually hold and apply a focused set of constraints. The architecture determines the ceiling, not the token count.

The kernel is portable across model providers. The same files loaded into Claude, GPT, or Gemini produce similar governance improvements, because the corrections are written contrastively (what to do instead of what not to do) and the format translates across training methodologies.