About
A fractal connective grammar.
Psi connects systems, composes them, and exposes the result in the same shape it consumed. A whole becomes a part, connectable again.
Connect -> compose -> expose -> connect. The loop closes on itself and repeats at every scale.
The Loop
Same shape at every magnification.
Connect SSSN: Channel How systems reach one another. The seam between autonomous parts. Compose LLLM: Tactic Typed units of work that combine into larger work without owning the runtime. Expose AAAX: Strategy Composed orchestration presented as a connectable service surface.
Use any one layer by itself, pair them however the system calls for, or stack all three when you want the full recursive loop.
The Platform Beneath
PsiHub and PsiCLI make the grammar actionable.
They are not steps in the loop. They are the ground it stands on: describe, validate, discover, and launch.
Design Principles
Own only the seam.
Self-similarity No privileged level. What you expose has the shape of what you connect, so composition never bottoms out and never caps.
Thinness No owned execution and no privileged coordinator. If the connector held logic, the composite would stop looking like the part.
One grammar Leaf or composite, every package is described in one grammar and presents one service surface so any level can speak to any other.
In one line: Psi connects systems, composes them, and exposes the composite in the shape it consumed, so the whole becomes a part and the loop recurs.