From cfd3267272002d9d99c60301375498ef5fd7deff Mon Sep 17 00:00:00 2001 From: Christian Nennemann Date: Sat, 4 Apr 2026 09:33:05 +0200 Subject: [PATCH] docs: add experimental status and interdisciplinary framing to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index af2ade2..0a0f1de 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Zero dependencies. No build step. Install and go. +> **Status: Experimental.** ArcheFlow is a research prototype exploring the intersection of +> analytical psychology (Jungian archetypes), process engineering (Deming's PDCA cycles), and +> multi-agent software engineering. It is functional and actively developed, but not production-ready. +> APIs, skill formats, and orchestration behavior may change between versions. + ## What It Does Large coding tasks benefit from multiple perspectives, but "just spawn more agents" creates chaos. Agents duplicate work, miss each other's output, argue in circles, or go rogue. The problem is not intelligence -- it is coordination.