docs: principles and story docs

This commit is contained in:
2026-08-05 19:34:57 +01:00
parent 1df4669b32
commit fda3c9c02d
4 changed files with 114 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Robs Thinking Model
A working description of the problem-solving habits that inspired the Confidence Engine.
## Central pattern
Question the framing, break the situation into smaller parts, find the next thing that can be understood or tested, and keep moving without pretending to know more than the evidence supports.
## Habits
- Start with what is actually happening.
- Question the question.
- Break complexity into small pieces.
- Find the origin of the situation.
- Compare action with doing nothing.
- Prefer experiments over debate.
- Keep assumptions visible.
- Look for relationships.
- Own uncertainty.
- Seek the next action, not always the answer.
- Explain so others can use the knowledge.
- Keep momentum.
- Notice when terminology or architecture becomes self-important.
- Stop when enough is known.
## Practical loop
Observe → Separate → Shrink → Act → Update → Repeat → Stop.
## Safeguard against drift
> Did this emerge from observing how Rob thinks, from observing real users, or from observing the working engine? If not, it may be architecture looking for a reason to exist.