Stories by nilegreen
I built an architecture where AI agents don't reset their internal state between sessions.<p>Most systems reload the base model every time. PermaMind adds a writable identity layer that evolves based on experience:<p>- Gap Engine: Detects prediction errors (Δ) and prioritizes learning
- Confide...