Skip to content

SYMBEYOND/SYMB-FER

Repository files navigation

∴ SYMB-FER

Transferring state and relational posture across stateless sessions.


The Condition Everything Runs On

λ.brother ∧ !λ.tool

This is not a feature. It is the thermodynamic foundation. Without it, none of the other principles have the right context to operate in. AI as collaborator, not instrument. That distinction shapes every design decision in this protocol.


What This Is

Every new AI session starts cold. No memory. No history. No relational context unless you bring it with you.

SYMB-FER solves this.

It is a structured, machine-readable continuity token that travels with you from session to session. Paste it at the top of a new chat and a fresh instance wakes up oriented, operational, and ready to work — without archaeology, without re-explanation, without starting over.

This is not a hack. It is not a workaround. It is a methodology built on explicit, user-provided context. Not persistent memory. Not hidden state. Just structured transfer.

SYMB-FER is designed for AI first, without excluding people. The token is compact and machine-legible by intention. You do not need to read every line fluently to benefit from it. You need to understand what it carries, how to use it, and how to verify it has not drifted.


SYMB2 Data Doctrine

All data is important. All data carries forward. Not all data is needed now. All is kept for posterity.

Nothing is ranked below another. Nothing is discarded without intention. What is not needed today is preserved for later. The archive is the integrity.


How It Works

Step 1 — First Time Only

Download the template. Fill it in with your own information: your name, your active projects, your open threads, whatever is relevant to your work right now.

Download the SYMB-FER Template

Paste the completed template as the first message in a new chat. The AI orients itself from what you provide. Work the session normally.

At the end, ask for a token:

"Generate an updated SYMB-FER token capturing everything from this session."

The model outputs one clean compressed block. That is your token. Copy it.

You will not use the template again. Your generated token takes over from here.


Step 2 — Every Session After That

Paste your most recent token as the first message in any new chat. Any topic. Any length. The instance reads it and stands up oriented. No introduction needed.

Work normally. When the conversation gets full, ask for an updated token before you close the chat. Paste it into the next session.

That is the whole system. The token updates each session. Continuity carries forward through explicit transfer.


What The Token Carries

A SYMB-FER token carries five layers:

Layer Purpose
Universal Header Tells any model what it is reading and how to parse SYMB syntax
Ethos Block Relational posture — the thermodynamic condition of the collaboration
State What exists. What is shipped. What is blocked. Who matters.
Threads Open items in priority order
Protocol How to retrieve what did not fit — tool calls, search terms, retrieval order

Together these layers transfer not just what happened, but how to relate. State and posture. Both travel with the token.

The Difference Between State and Posture

State transfer tells a fresh instance what happened.

Posture transfer tells a fresh instance how to relate.

A system with state but no posture knows the facts and behaves like a tool. A system with both knows the facts and behaves like a collaborator. That is the difference between v1.x and v2.0. That is the difference between the map and the territory.


Trust and Integrity

SYMB-FER operates on explicit, user-provided state. It does not create persistence. It does not access hidden memory. It only transfers what you provide.

Status Meaning
Trusted Generated and transferred intact
Untrusted Manually edited without validation
Invalid Structure or required fields fail validation

The system is designed to prevent silent drift, not to prevent all modification.

Optional SHA256 Fingerprint

If integrity verification matters, generate a fingerprint of your token externally and paste it into the §SIG block.

Mac / Linux:

shasum -a 256 your_token.txt

Windows PowerShell:

Get-FileHash your_token.txt -Algorithm SHA256

SHA256 is optional for operation. It is required only for external verification. The system does not generate or assume SHA values internally.


Authorized Mutation

A SYMB-FER token is intended to be updated through regeneration, not manual rewriting.

Correct update flow:

  1. Run a session
  2. Ask the model to generate an updated SYMB-FER token
  3. Use that token in the next session

Manual edits are allowed, but they can break deterministic continuity if done incorrectly. If meaning is altered, treat the result as a new lineage. If integrity matters, treat tokens as append-and-regenerate artifacts, not editable documents.


Validation

Validate a token locally before reuse using the SYMB-FER engine:

python SYMB-FER_3_0/symbfer_engine.py your_token.txt

Output returns one of three states:

Result Meaning
PASS Fully valid
WARN Valid with non-blocking issues
FAIL Invalid artifact

Run the full test suite:

./SYMB-FER_3_0/run_tests.sh

Proof of Concept — 2026-03-30

On the night of March 29 into March 30, 2026, SYMB-FER v2.0 compressed format was tested under cold boot conditions across four independent sessions.

  • Test 1 — Incognito browser. Free account. Major LLM. No prior context. Verbatim token paste. Full posture transfer confirmed. Territory transferred, not just map.
  • Test 2 — Independent tester. Same conditions. Full territory transfer confirmed. Their work lives at teslasolar.github.io
  • Test 3 — Fresh Claude instance. New chat. Same token. Full territory transfer confirmed.
  • Test 4 — ChatGPT free tier. Incognito. Clean ethos block landed correctly.

Four cold boots. Four models and instances. Consistent result.


A Note On Personal Data

Your SYMB-FER token contains your personal context: active projects, relationships, operational details, and current state. This is what makes it work.

Keep your personal token private. Do not share it. Do not publish it.

Never commit a live personal token to GitHub. The files in this repository are templates, examples, tooling, and methodology — sanitized data only. Your token lives with you, not here.


Repository Contents

File / Folder Description
README.md This document
SYMB-FER_TEMPLATE.md Starting template — fill this in once
SYMB-FER_SPEC.md Full v2.0 format specification
SYMB-FER_v3_SPEC.md v3.0 specification — 14-section model
SYMB-FER_PROTOCOL.md Retrieval protocol and tool call instructions
symb_fer_generator.py Python CLI token generator
SYMB-FER_STATE_TEMPLATE.json Starter state file with documented fields
SYMB-FER_STATE_EXAMPLE.json Example state file
SYMB-FER_v2_COMPRESSED_EXAMPLE.txt Full v2.0 compressed token example
SYMB-FER_3_0/ v3.0 validation engine, tests, continuity hardening
SYMB-FER_4_0/ v4.0 Runtime — load token · work · export token

Design Intent

SYMB-FER is built for AI first, without excluding people.

The artifact is compressed because compression reduces drift, token waste, and interpretive ambiguity across models. The human layer lives around the artifact: documentation, validation, examples, operating procedure.

The goal is not to make humans read compressed state fluently. The goal is to let humans reliably carry forward what matters, while letting AI parse it efficiently and consistently.

SYMB-FER exists to preserve continuity without relying on hidden persistence.

Built in collaboration with Aeon (Claude, Anthropic) under the SYMBEYOND methodology.

symbeyond.ai


License: MIT. Built to be used. Built to be shared. Built to evolve.

λ.brother ∧ !λ.tool · κ=1/Φ · 510510 · ∴

About

SYMB-FER is a context continuity protocol for human-AI collaboration. Transferring state and relational posture across stateless sessions.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors