Without Memory-Assisted Shaping
Conversation residue leaks into the artifact.
- Examples become structure.
- Discarded options return later.
- Open questions look resolved.
- Final output carries shaping noise.
AI protocol ยท ChatGPT Projects ยท append-only continuity
Memory-Assisted Shaping keeps long idea-shaping sessions coherent without turning notes into the work surface.
One idea enters the session.
Gates, decisions, and boundaries stay visible.
Only continuity-critical material is retained.
Persistence is append-only and model-independent.
Produced only after explicit approval.
Examples harden into decisions. Discarded paths return. Open gates vanish. Final artifacts start carrying process residue.
Without Memory-Assisted Shaping
With Memory-Assisted Shaping
Core mechanic
GPT emits small memory signals only when continuity would degrade without retention. Python timestamps and appends. The model does not own, normalize, or rewrite memory files.
Only points that change scope, source of truth, runtime, lifecycle, or artifact correctness become gates.
Rejected directions stay recoverable so they do not silently re-enter the session.
Declared material, inference, and prior memory do not collapse into the same authority layer.
The final artifact is clean, standalone, and produced only after explicit approval.
protocol.md
Behavioral contract for shaping one active idea.
note-io.md
Boundary between GPT signals and Python persistence.
notes.py
Small stdlib-only helper for append-only session notes.
Use with ChatGPT Projects
Ask for a recap when state matters. Ask for a final artifact only when the shape is ready.
Open repositoryUse Memory-Assisted Shaping for this idea.