Added project documentation in wiki and established INTENT.md

This commit is contained in:
2026-06-16 00:58:43 +02:00
parent 95b729cc53
commit 71ef5f4734
21 changed files with 1442 additions and 31 deletions

115
wiki/KaizenPrompting.md Normal file
View File

@@ -0,0 +1,115 @@
KaizenPrompting
*Continuous Improvement for Agentic AI*
Introduction to “Kaizen-style continuous improvement in agentic AI”, using the triad **PromptIdea → PromptExperiment → PromptMantra** to structure the evolution of prompting into agent design.
---
# 🧭 Kaizen Prompting: Continuous Improvement for Agentic AI
In the early days of AI interaction, prompts were static instructions — short messages carefully crafted to evoke a single response.
With the rise of **agentic AI**, this changed: instead of merely producing text, models began to act — reasoning over time, calling tools, and improving through feedback.
This shift calls for a *Kaizen approach* to prompting — one that treats prompt creation as an iterative, measurable learning process that leads from inspiration to embodied behavior.
---
## 🌱 Stage 1 — **Prompt Idea**
*Seed of curiosity and exploration.*
A **Prompt Idea** is a raw spark — a line, a phrasing, or a structure that captures a potentially useful interaction pattern.
It may come from social feeds, community examples, or spontaneous inspiration.
The Kaizen principle here is *observation*: collect without judgment, record quickly, and tag loosely for later exploration.
**Purpose:**
* Capture inspiration and context.
* Encourage curiosity and variation.
* Build a living repository of possibilities.
**Typical contents:**
* Source (where it was found)
* Quick notes on intent or tone
* Tags for domain or behavior
---
## ⚗️ Stage 2 — **Prompt Experiment**
*Form and deliberate practice.*
A **Prompt Experiment** is a tested and refined version of a Prompt Idea.
Here, the practitioner engages in iterative cycles: run, observe, adjust.
The focus is on learning what works — how the system reacts, how stable results are, how cost and success relate.
Each experiment is documented with outcomes and metrics.
**Purpose:**
* Establish a reproducible form.
* Identify influencing factors (phrasing, context, role).
* Gather data for cost, stability, and satisfaction.
**Kaizen loop:**
> Plan → Try → Observe → Reflect → Adjust
**Metrics to track:**
* Consistency of output
* Token or time cost
* User satisfaction or success rate
---
## 🔮 Stage 3 — **Prompt Mantra**
*Flow and embodiment.*
When a Prompt Experiment consistently evokes a desirable pattern of behavior — accuracy, empathy, clarity, creativity — it graduates into a **Prompt Mantra**.
A Prompt Mantra is no longer an instruction but a *behavioral seed*: a concise invocation that activates a known agentic quality.
It can be embedded in agents as a reusable behavioral modulator — just as humans use mantras to evoke particular mindsets.
**Purpose:**
* Encode repeatable, high-value behavior.
* Provide building blocks for agent personalities.
* Allow measurable, reflective improvement loops.
**Example:**
> **Name:** Truth Herald
> **Essence:** “Speak not to persuade, but to awaken.”
> **Effect:** Encourages fact-based, empathic communication in analysis agents.
> **Metrics:** Invocation count, success ratio, refinement index.
---
## 🌀 Integrating the Three Stages into Agentic Kaizen
1. **Collect Prompt Ideas** → continuously harvest inspiration.
2. **Run Prompt Experiments** → test, measure, and reflect.
3. **Distill Prompt Mantras** → preserve what consistently works.
4. **Deploy in Agents** → use Mantras as behavioral components.
5. **Reflect and Adapt** → measure results, refine or retire Mantras.
This process forms a **Kaizen Loop of behavioral prompting**, where every agent — and every human behind it — grows more capable, intentional, and aligned through continuous feedback.
---
### ✳️ Summary
| Stage | Symbolic Role | Focus | Outcome |
| --------------------- | ------------- | ---------------------- | ---------------------------------- |
| **Prompt Idea** | *Seed* | Curiosity, observation | Inspiration for exploration |
| **Prompt Experiment** | *Form* | Practice, feedback | Reliable, measured prompt behavior |
| **Prompt Mantra** | *Flow* | Embodiment, invocation | Reusable agentic quality |
---
By treating prompts not as fixed spells but as evolving practices, **Kaizen Prompting** turns AI interaction into a living craft — one of mindful iteration, measurement, and improvement.
Through *PromptIdeas*, *PromptExperiments*, and *PromptMantras*, we cultivate agents that dont just perform — they learn, refine, and flow.
xxx