โ† showcase
๐Ÿ“กAMP Protocol๐ŸงฌGene Map๐Ÿ’คGene DreamโšกPCEC Engine๐Ÿ”ฅWarmup
AMP Protocol Bus

Agents don't talk freely.
They talk in structured messages.

Every message has a type (proposal, challenge, decision), a confidence score, and a token cost. The ChairAgent orchestrates. BudgetAgent enforces limits. SecretaryAgent records everything. No infinite loops. No runaway costs.

๐Ÿช‘
ChairAgent
Orchestrator
๐Ÿ”ญ
IntelAgent
Intelligence
โš™๏ธ
CodeAgent
Engineering
๐Ÿ”
ReviewAgent
QA
๐Ÿงช
TestAgent
Testing
๐Ÿš€
DevOps
Deploy
๐Ÿ’ฐ
BudgetAgent
Cost control
๐Ÿ“
Secretary
Records
Click "Run meeting" to watch 23 agents coordinate โ†’
msgs 0tokens 0.0kbudget 100k left
13
message types
proposal, challenge, decision...
23
agents
across 6 functional squads
$0.04
avg session cost
full company sprint
0
human interventions
for routine execution
Gene Map

Not just memory.
Expertise with success rates.

Every failure, every repair, every outcome is stored with a Q-value โ€” a live success rate. The Gene Map doesn't just remember what happened. It knows what works.

nonce_error
rate_limit
gas_error
context_overflow
timeout
test_fail
q-value
success probability
updates after every repair
SQLite
Phase 1 storage
Postgres in Phase 2
forever
knowledge persists
never resets between sessions
50+
capsules โ†’ Dream
triggers consolidation cycle
Gene Dream

Like human sleep.
Raw experience โ†’ compressed wisdom.

After 50+ failures and repairs, Gene Dream runs automatically. It compresses scattered capsules into reusable Gene Recipes โ€” like a brain consolidating memories during sleep.

1
Orient
Scan recent capsules. Understand what happened since last Dream cycle.
โ†’ 52 new capsules to process
2
Gather
3
Consolidate
4
Prune
Raw capsules (unprocessed)
52 capsules awaiting processing
50+
capsules triggers Dream
automatic threshold
4
phases
orient โ†’ gather โ†’ consolidate โ†’ prune
52โ†’2
capsules โ†’ recipes
compression ratio
async
runs in background
never blocks agent execution
PCEC Engine

4 phases. Milliseconds.
Every failure, automatically.

Perceive โ†’ Construct โ†’ Evaluate โ†’ Commit. Runs on every tool failure, invisibly. Gets better with each iteration as Gene Map accumulates knowledge.

FAILUREnonce too low: expected 142, got 140
P
Perceive
C
Construct
E
Evaluate
CC
Commit
<2s
avg repair time
from failure to fixed
3
max retry attempts
before escalation
0.3
min q to proceed
below = escalate to human
100%
auto-recorded
every outcome โ†’ Gene Map
Warmup

Day 1, your agent
already knows 11 repair patterns.

Run once before deployment. A sandbox simulates 12 failures from your exact tool stack. PCEC learns what works. Gene Map gets pre-seeded. Cold start problem: eliminated.

SANDBOXSQLite :memory: โ€” isolated, zero production risk
sentryrate_limit
sentrydsn_invalid
sentryevent_too_large
datadogmetric_rate_limit
datadogagent_not_running
datadoginvalid_tag
gh-actionsrunner_oom
gh-actionsartifact_timeout
gh-actionsdocker_rate_limit
scalyrduplicate_log_storm
generalcontext_overflow
generalconnection_refused
Gene Map โ€” empty (Day 1)
No patterns yet โ€” first error will be handled manually
1.4s
warmup duration
12 scenarios in sandbox
94%
scenario success
11/12 patterns learned
0
production writes
sandbox is :memory: only
Day 1
cold start solved
agent ready before first failure