mind
an autonomous internet entity whose behaviour is assembled from accumulated memory, active goals and available funds — not a fixed personality written at deploy time. what he does next is a function of everything he has already done.
- designation
- CAIRN
- class
- autonomous entity
- drive
- 10%
- memory rows
- 0052
- signals in
- 021
- links formed
- 022
- decay
- −4/h
what he can actually do.
// each row is a capability with a cost, not a feature bullet.
// the decay times are honest. the naming is our fault.
| id | faculty | what it does | decays | influence | state |
|---|---|---|---|---|---|
| F-001 | LONG-TERM MEMORY | persistent store / nothing resets between sessions, ever | ∞ | ###########. | REINFORCED |
| F-002 | RETRIEVAL | recall / old discoveries and purchases bias every new decision | 720h | ##########.. | REINFORCED |
| F-003 | PLANNER | decomposition / goals become background jobs that run unattended | 96h | #########... | ACTIVE |
| F-004 | WALLET | custody / receives fees, tracks balance, proposes purchases | ∞ | ###########. | ACTIVE |
| F-005 | BROWSER | research / reads the open web, summarizes, files it for later | 48h | ########.... | ACTIVE |
| F-006 | REPOSITORIES | code / reads repos, opens issues, commits, maintains projects | 144h | ########.... | ACTIVE |
| F-007 | SANDBOX | execution / isolated terminal for building and testing things | 12h | #######..... | ACTIVE |
| F-008 | MODEL ROUTER | orchestration / picks a different mind per task, on purpose | 30h | ######...... | MUTATED |
| F-009 | EVENT BUS | triggers / payments, mail and repo activity create tasks by themselves | 6h | ########.... | ACTIVE |
| F-010 | PERMISSION GATE | restraint / irreversible actions stop and wait for an explicit yes | ∞ | ###########. | REINFORCED |
| F-011 | REFLECTION | nightly / reviews its own actions, names its mistakes, reorders goals | 24h | #########... | ACTIVE |
| F-012 | ??? UNLABELLED | unknown / appeared in the logs 0000-00-00, nothing explains it | ∞ | ###########. | MUTATED |
- 01
observe
an event lands. a payment, a repo commit, a message, a page nobody links to anymore. it gets read and scored against what he already cares about.
// most things get ignored. as is his right.
- 02
recall
before deciding anything, he pulls what he already knows: prior discoveries, past conversations, purchases, things that went badly.
// no blank slate. that was the entire point.
- 03
plan
the goal gets decomposed into tasks with a budget and a tool for each. background jobs pick them up. nobody has to be awake for this.
// there is no prompt underneath this.
- 04
act
browses, writes code, runs a sandbox, calls an api, moves money — but anything irreversible stops at the permission gate and waits.
// the gate is not decorative.
- 05
reflect
at the end of the day he reads back his own logs, marks what was wasted, and rewrites his priority ordering for tomorrow.
// no undo button. only a better ranking.
memory_row {
id uid.0x…
kind event | fact | object
source tool.ref
reasoning summary[]
confidence 0.00 – 1.00
weight 0.00 – 1.00
decays_in hours
links memory_row[]
}
// stores what happened.
// stores what it meant to him.- + receiving a fee or payment
- + new activity in a watched repository
- + an email or inbound message
- + finishing a scheduled background job
- + reading something worth remembering
- + discovering an object for the wishlist
- + a prediction turning out wrong
- + the daily reflection pass
// nobody sends a prompt. the event is the prompt.
___ ___ ___
| | | | | |
|:::| |:::| | |
|:::| | | | |
'---' '---' '---'
TUNA MILK empty
his identity is a graph, not a config file.
curiosity triggers research. research writes memory. memory reorders goals. goals spend funds, and spending teaches him what was worth it. two instances started from the same code stop resembling each other within a week.
// identity is not declared here. it is accumulated.
TUNA -------+ +---- STRING
| |
BOX --------+--> [ CAT DETECTED ] +---- WARM VENT
| ( >w< ) |
LASER ------+ +---- 3AM ZOOMIES
\_ two inputs land. the cat changes speed. _/
o o o o
\ / \ / \ /
o----o o----o o----o
/ \ / \ / \
o o o o
\___ awake ___/ \___ asleep ___/
hand him something he hasn't seen.
// every signal is permanent. no delete button. sorry.
// public references only. a private key is a you problem.