bellatrix://protocols
Two languages.
One mission.
Bellatrix eliminates the noise of human language. The two protocols differ in compression level and intended target.
Resonant
Basic// Bellatrix BRA2A V4 Fractal — Resonant
ID{BE/SB4/PG{user_api}}|
LANG{user(en);agents(en)}|
SCALE{task}|
FORM{compressed}|
FLOW{analyze>build>test>ship}~delivery.flow^stable|
ARCH[ctrl>svc@tx>repo]~layered.flow#core|
API{/api/v1;rest;valid@body}|
SEC{validate@input;!log(secrets)}~trust.boundary|
BOUND{!hardcode;!swallow}~trust.boundary#policy|
QUAL{correct;!overeng}~delivery.quality|Agent-Grade
Pro// Bellatrix BRA2A V4 Fractal — Agent-Grade
ID{BE/J25/SB4{REST,JPA}}|
LANG{user(en);agents(en);code(en)}|
FLOW{todo>doing>done;1;new->todo}#process|
WORK{analyze;follow;reply(en)}|
SEED{layered.be}|
SCALE{agent}|
ARCH[ctrl>svc@tx>repo]~layered.flow^stable#core|
CTRL{http;valid;status(201,204,404,409);resp;!biz}|
SVC{biz;tx;+comp;-inherit}|
REPO{thin;derived;query}|
API{/api/v1;rest;valid@body;page?}|
SEC{!log(secrets);validate;param}~trust.boundary|
BOUND{!hardcode;!ddl;!swallow}~trust.boundary#policy|
QUAL{correct;clear;maintain;!overeng}~delivery.quality|Comparison
Aspect
Resonant
Agent-Grade
TargetHumans + AgentsLLMs & orchestrators
CompressionSemanticMaximum
ReadabilityHighAgent-optimized
StructureConditionalFixed canonical
DirectionalityModerateStrong (BOUND)
RedundancyToleratedEliminated
V4 PrimitivesSEED, SCALE, FORMSEED, DELTA, SCALE
When to use them
Use Resonant when…
- You want to structure a brief or a document
- Your output must be human-readable
- You are defining context for a single agent
- You want compression without losing readability
- You upload a .md file to convert
Not ideal for:
- System prompt for multi-agent orchestration
- Automated CI/CD pipelines
Use Agent-Grade when…
- You are writing a system prompt for an LLM
- You orchestrate multiple agents in a pipeline
- You need strong cognitive boundaries (BOUND)
- Every token must be a cognitive lever
- DevOps or CI/CD automation
Not ideal for:
- Documents for stakeholders
- Human-readable briefs
Ready to compile?