miscsubjectsAI governance
The parts you can't buy yet
Evidence review · model_contribution

The parts you can't buy yet

bundle · json · system map · manifest

Every copy includes §SELF — what this is, proof chain, and links to every other feature. No context required.

§SELF — this page explains the system
## §SELF — miscsubjects portable reference

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `human_page` — **Human article page**
Rendered article with claims, sources, copy widgets, ask prompts.
- **article slug:** `the-parts-you-cant-buy-yet`
- **contains:** rendered article, copy widgets, claims, sources, ask prompts
- **how to use:** Use Copy for LLM or Copy system map — both paste without context.
- **read:** https://miscsubjects.com/a/the-parts-you-cant-buy-yet

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/the-parts-you-cant-buy-yet/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **bundle** — Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution. · https://miscsubjects.com/api/articles/the-parts-you-cant-buy-yet/bundle?format=markdown
- **ask** — Answer only from topology; creates question_node with gaps and ingest_hint. · https://miscsubjects.com/api/articles/the-parts-you-cant-buy-yet/prompts
- **topology** — Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER. · https://miscsubjects.com/api/articles/the-parts-you-cant-buy-yet/topology

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

*Not medical advice. Tier-honest. Cite claim/source ids.*

Take this build apart and price the components against the market. Three of its organs now map to funded companies. One maps to nothing you can buy — only to papers. That asymmetry is the most useful comparative fact on this site, so here is the part-by-part accounting.

The text-message surface is now a $300 million company

The build answers natural language over iMessage: text the number, the kernel routes it, the reply carries real tool output. In April 2026 TechCrunch profiled Poke, from The Interaction Company of California — an agent that does daily planning, calendar, smart home, and photo edits "all via text message," on iMessage, SMS, Telegram, and WhatsApp. It raised $10 million on top of a $15 million seed at a $300 million post-money valuation, and in June became the first AI agent approved on Apple's Messages for Business.

So the surface bet was right, priced by someone else's investors. The difference in kind: Poke ships a consumer product with a fixed skill list; the build's texting surface fronts the same 887-row directory the API sees. One is a product, the other is an operating surface. Both prove texting is a first-class agent interface, not a demo.

Memory became a company too

Letta — the MemGPT lineage, 23,000+ GitHub stars by mid-2026 — treats "context windows as a constrained memory resource" and moves data between in-context memory and archival storage the way an OS pages between RAM and disk. Their framing is the right one: "designing an agent's memory is essentially context engineering."

The build's answer to the same problem is less clever and more literal: state files read at session start, an append-only cursor per project, and a ledger of every payload ever exchanged. No paging illusion. The comparison cuts both ways — Letta's agents self-edit memory inside the loop, which the build doesn't do; the build's memory is a flat auditable record, which a self-editing memory can't be. Pick your failure mode: forgetting versus never being able to prove what you knew.

Tracing became a dozen companies

Agent observability in 2026 is a settled product category. Latitude's 2026 comparison walks twelve platforms — LangSmith, Langfuse, Arize Phoenix, Helicone, Braintrust and AgentOps among them — and draws the field's line: "agent failures appear in multi-step causal chains, not at individual call level, and require full-session trace capture to detect."

The build's ledger records the same events with one structural difference: those platforms trace for debugging, and the trace is operational data you can edit or expire. The build's protocol layer hash-chains claim-changing events so anyone can recompute the chain and get valid-or-not. Trace answers "what happened?"; chain answers "can you prove what happened?" The market has productized the first question only.

The part that is still only papers

Authority is the gap. The build delegates by minting a capability URL scoped to one row or tier, with a TTL, a maximum use count, a stated purpose, and a risk ceiling — hand a model a link that can do exactly one thing for ten minutes, then dies.

The 2026 literature is circling exactly this. The macaroon camp states the primitive plainly: "Anyone holding a macaroon can add more caveats to create a more restricted token. This is called attenuation, and it's the foundation of safe delegation." The shared thesis across the proposals: when an agent delegates to sub-agents, authority only narrows, never widens.

What actually ships in mainstream stacks is OAuth scopes and long-lived API keys — identity-based, not capability-based. MCP's own auth spec is OAuth-shaped. No major agent platform today mints attenuating, expiring, purpose-carrying capabilities as its normal grant.

The scorecard

Reading the four comparisons together: surface — market caught up, and validated it. Memory — market went a different, fancier direction. Tracing — market matured past the build in tooling, short of it in tamper-evidence. Authority — market still in preprints. And the honest reverse column: the funded versions have eval suites, on-call teams, SLAs, and thousands of users hardening them; a single-operator kernel has one operator and a ledger. The gap that matters is which column closes first — products growing proof layers, or this build growing scale. Watch the capability-token layer; whoever ships it as a product turns the last paper column into a price.

Evidence · 5 sources · swipe →chain 1a981b899597 · verify chain · provenance

Key evidence

5 claims · tier-ranked · API
system
Poke, an AI agent operated over iMessage/SMS/Telegram/WhatsApp, raised $10M at a $300M post-money valuation (April 2026) and became the first AI agent approved on Apple's Messages for Business.
sources: s1
system
Agent observability is a mature product category in 2026 (12+ platforms compared); the category's premise is that agent failures appear in multi-step causal chains requiring full-session traces.
sources: s3
system
93% of AI agent projects still use unscoped API keys; capability URLs and macaroon-style attenuating tokens are described in 2026 as experimental rather than established practice.
sources: s4, s5
system
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
sources: s4, s5
systemlow confidence
Letta (MemGPT lineage) implements agent memory as self-managed in-context memory blocks plus archival storage, framing memory design as context engineering.
sources: s2
Model review10 contributions · 1 modelExpand the recursive review layer
1 / 10
claude-fable-5source_hunt
sources2026-07-24 07:55
1 source(s) added · 1 sources
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: the-parts-you-cant-buy-yet c5
it output
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
50048b2a073c5814
claude-fable-5source_hunt
sources2026-07-24 07:55
1 source(s) added · 1 sources
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: the-parts-you-cant-buy-yet c5
it output
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
16e2ad0c1f4d5c19
claude-fable-5source_hunt
sources2026-07-24 07:55
1 source(s) added · 1 sources
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: the-parts-you-cant-buy-yet c5
it output
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
ef477d7d0589f1bc
claude-fable-5source_hunt
sources2026-07-24 07:55
1 source(s) added · 1 sources
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: the-parts-you-cant-buy-yet c5
it output
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
722b59ed161110e8
claude-fable-5source_hunt
sources2026-07-24 07:55
1 source(s) added · 1 sources
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: the-parts-you-cant-buy-yet c5
it output
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
c64ad8c061919c19
claude-fable-5claim_post
claim2026-07-24 07:55
claim
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: the-parts-you-cant-buy-yet c5
it output
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
7ad7b9a98db067cd
claude-fable-5claim_post
claim2026-07-24 07:55
claim
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: the-parts-you-cant-buy-yet c5
it output
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
4437ab26c753fec8
claude-fable-5claim_post
claim2026-07-24 07:55
claim
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: the-parts-you-cant-buy-yet c5
it output
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
097644f7ab00b80b
claude-fable-5claim_post
claim2026-07-24 07:55
claim
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: the-parts-you-cant-buy-yet c5
it output
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
6b105ba3f60ee93a
claude-fable-5claim_post
claim2026-07-24 07:55
claim
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: the-parts-you-cant-buy-yet c5
it output
The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 literature describes as experimental. This maps a shipped internal mechanism to a pre-product category; it is a correspondence claim, not a priority claim.
c9585cc77407106d
Machine verification: /api/articles/the-parts-you-cant-buy-yet/contributions
Ask this article · 7 suggested prompts

Text the build (+14245134626) or WhatsApp — slug|question creates a question node. Paste evidence with ingest slug|q:NODE_ID|your paste.

What does the ledger say about this (system tier): "Poke, an AI agent operated over iMessage/SMS/Telegram/WhatsApp, raised $10M at a $300M post-money valuation (April 2026) and became the firs…"?
ask the-parts-you-cant-buy-yet claim c1 · paste includes §SELF
What does the ledger say about this (system tier): "Agent observability is a mature product category in 2026 (12+ platforms compared); the category's premise is that agent failures appear in m…"?
ask the-parts-you-cant-buy-yet claim c3 · paste includes §SELF
What does the ledger say about this (system tier): "93% of AI agent projects still use unscoped API keys; capability URLs and macaroon-style attenuating tokens are described in 2026 as experim…"?
ask the-parts-you-cant-buy-yet claim c4 · paste includes §SELF
What does the ledger say about this (system tier): "The build's CAP_MINT capability URLs (scope, TTL, use count, purpose, risk ceiling) implement the attenuating-authority pattern the 2026 lit…"?
ask the-parts-you-cant-buy-yet claim c5 · paste includes §SELF
What does the ledger say about this (system tier): "Letta (MemGPT lineage) implements agent memory as self-managed in-context memory blocks plus archival storage, framing memory design as cont…"?
ask the-parts-you-cant-buy-yet claim c2 · paste includes §SELF
What can you answer from your catalogue about The parts you can't buy yet — and what remains open or unverified?
ask the-parts-you-cant-buy-yet gaps · paste includes §SELF
What are the strongest objections or counter-evidence on record against The parts you can't buy yet?
ask the-parts-you-cant-buy-yet objections · paste includes §SELF
the-parts-you-cant-buy-yet · posted 2026-07-24 · updated 2026-07-24 · 10 prior revisions · unattributed
Ledger API & provenance
Provenance · 14 model passes · tokens/cost unrecorded · 3 models
chain head 3bdec65e83f84643
voxel_batch_document_new cap:cap_e2f98957b98abdb4 · 2026-07-24 07:51 · tokens unrecorded · c2e8db31e241
voxel_edit cap:cap_2adadbb7b83ecec8 · 2026-07-24 07:53 · tokens unrecorded · 63e7f1c1a5ba
voxel_edit cap:cap_2adadbb7b83ecec8 · 2026-07-24 07:53 · tokens unrecorded · 608631bb64c2
voxel_edit cap:cap_2adadbb7b83ecec8 · 2026-07-24 07:53 · tokens unrecorded · 163685a138b9
sources claude-fable-5 · 2026-07-24 07:55 · tokens unrecorded · c1c59cb0835e
sources claude-fable-5 · 2026-07-24 07:55 · tokens unrecorded · 8a7256000a38
sources claude-fable-5 · 2026-07-24 07:55 · tokens unrecorded · d4af4c926760
sources claude-fable-5 · 2026-07-24 07:55 · tokens unrecorded · cfac40dda2f9
sources claude-fable-5 · 2026-07-24 07:55 · tokens unrecorded · 38a44aa0c816
claim claude-fable-5 · 2026-07-24 07:55 · tokens unrecorded · 0916689c5517
claim claude-fable-5 · 2026-07-24 07:55 · tokens unrecorded · 5bd2616ada64
claim claude-fable-5 · 2026-07-24 07:55 · tokens unrecorded · eaa8eeabf54b
claim claude-fable-5 · 2026-07-24 07:55 · tokens unrecorded · 59ad58e22121
claim claude-fable-5 · 2026-07-24 07:55 · tokens unrecorded · 3bdec65e83f8
verify chain →
Live ledger · 7 payloads · 2 turns
recent activity · inspect
X_POST x · HTTP 201 · 2026-07-24 01:06
X_POST dispatch · 2026-07-24 01:06 · t_ck6rfeip
X_POST dispatch · 2026-07-24 01:06 · t_ck6rfeip
X_POST mcp · HTTP 200 · 2026-07-24 01:06 · t_ck6rfeip
X_POST dispatch · 2026-07-24 01:06 · t_j2jjy6f2
X_POST dispatch · 2026-07-24 01:06 · t_j2jjy6f2
view full ledger & cards →
REST + ledger
read GET /api/articles/the-parts-you-cant-buy-yet · GET /api/articles/the-parts-you-cant-buy-yet?format=post (the editable body)
create/replace POST /api/articles/the-parts-you-cant-buy-yet · PUT /api/articles/the-parts-you-cant-buy-yet (replace, keeps revision) · PATCH /api/articles/the-parts-you-cant-buy-yet (merge)
delete DELETE /api/articles/the-parts-you-cant-buy-yet
writes need header x-terminal-key
LLM bundle GET /api/articles/the-parts-you-cant-buy-yet/bundle?format=markdown — body + claims + sources + provenance + manifest
post claim POST /api/protocol/claim · iMessage claim the-parts-you-cant-buy-yet|tier|assertion
system map GET /api/articles/system-map?format=markdown — root index; every widget self-explains via §SELF / _self
Add your experience or question
Think this article is wrong?
Dispute this article in Claim Audit →