Skip to main content
AI work is the combination of inputs, instructions, capabilities, workflow logic, and expected outputs required to produce an outcome. Developers, AI agents, or both can create it. loomloom treats AI work the way a traditional compiler treats source code:

Why use an intermediate representation

Reusable AI work IR makes execution behavior explicit and versionable. It can describe:
  • typed inputs and expected outputs;
  • workflow steps and dependencies;
  • safe sequential and parallel execution;
  • model and tool assignments;
  • validation, quality, retry, and failure policies;
  • execution constraints and final artifacts.
Because dependencies are explicit, the runtime can execute independent steps together without starting downstream work before its required inputs exist.

From template to SkillBot

A SkillBot is a deployable, modular AI system. The source private template remains private and can continue evolving; a published SkillBot changes only through a new reviewed version.

What structure adds

Not every AI interaction needs compilation. A one-off prompt remains useful for exploration. Use loomloom when the work needs reusable structure, explicit execution semantics, versioning, visibility, or distribution.
Start with an official template, or create reusable AI work IR when the existing workflow does not match your process.