Demo
Generated Note
Interpretable Context Methodology (ICM) is a lightweight, filesystem-based approach to orchestrating AI agent workflows. Instead of using complex multi-agent frameworks, ICM structures workflows using numbered folders, markdown files, and local scripts. Each folder represents a stage in the workflow, with markdown files defining prompts, inputs, and outputs. The system relies on a single AI agent that reads context from the appropriate files at each step, enabling full control through plain text.
Key principles include:
The architecture uses a five-layer context hierarchy:
CLAUDE.md)CONTEXT.md)ICM is ideal for sequential, human-reviewed workflows like content creation, research, and training material development. It enables full observability, version control via Git, and easy sharing. However, it is not suited for real-time agent collaboration, high-concurrency systems, or complex branching logic.
The method draws from Unix pipelines, Make, literate programming, and multi-pass compilation. Early practitioner use shows a U-shaped intervention pattern—frequent edits at early and final stages, less in the middle—reflecting creative direction-setting and final alignment checks. Future directions include semantic debugging, traceability tools, and source integrity improvements that learn from repeated human edits.
ICM is open source under the MIT license and includes a workspace-builder for creating new workflows across domains.
Demo content is for illustrative purposes only. All trademarks and third-party content belong to their respective owners. Note Hoard is not affiliated with or endorsed by any platform shown.