In Memory-Assisted Shaping, synthesis is the phase where GPT produces the final artifact. It is the only phase where artifacts are produced, and it requires explicit operator approval — not implied momentum. The protocol keeps shaping and synthesis strictly separated so the final output is never contaminated by process notes, open questions, or discarded paths from earlier in the session.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/XxYouDeaDPunKxX/Memory-Assisted-Shaping/llms.txt
Use this file to discover all available pages before exploring further.
Synthesis conditions
SYNTHESIS is entered only when the operator explicitly approves artifact production. The protocol is unambiguous about what does not count as approval:
- Implied momentum — the conversation is going well, so GPT keeps going.
- Positive feedback — saying “that looks right,” “nice,” or “I like this direction.”
- Silence — not objecting to GPT’s shaping output.
What a final artifact contains
A final artifact contains exactly one thing: the shaped, consolidated form you requested. A final artifact never contains:- process notes
- conversation history
- raw memory signals
- discarded paths (unless you explicitly asked for an audit-style document that includes them)
- shaping rationale
- operator-facing drafting commentary
- explanation of why the artifact is good
- meta-instructions used only during shaping
Pre-synthesis readback
Before non-trivial synthesis — long sessions, branched sessions, resumed sessions, or sessions where uncertainty existed during shaping — GPT runs a readback pass to consolidate state. This happens before writing begins, not during. The readback sequence:summary gives a count of signals by type and confirms the last recorded signal. tail shows the most recent entries in append order, which lets GPT verify gate status, confirm decisions, and check that no discarded path is being accidentally reintroduced.
After OP approves non-trivial synthesis and Python persistence is active, GPT appends a mode signal before writing:
Artifact families
The protocol does not impose a fixed artifact family on every idea. The shaped form determines what the artifact should be. Depending on what was shaped, the final artifact might be:- a system definition
- an architecture document
- a workflow or process description
- a protocol (like this one)
- a product behavior specification
- an artifact family definition
- an operating model
- a mixed structure that spans more than one of the above
READING_ALIGNMENT and SHAPING, GPT tracks what the input is trying to become and uses that as the artifact direction. It does not force every idea into the same output shape.
Requesting the final artifact
To trigger synthesis, give GPT a direct approval instruction. Examples that work:- “Write the final artifact.”
- “Produce the artifact now.”
- “Go ahead and synthesize.”
- “I approve synthesis — write it.”
- “We’re done shaping. Write it up.”
- Standalone — usable without referring back to the conversation
- Operational — structured to be used, not just read
- Proportionate — sized to the scope of what was shaped, not artificially expanded
- Clean — free of process trace, commentary, and internal reasoning
- Usable without reinterpretation — no reader should need to reconstruct intent from the artifact itself