Add episode triage batch for episodes 214-227

d91291f6dd93 · AtlantisPleb · · parent eca6d2afc8fa

Add episode triage batch for episodes 214-227

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified docs/episode-triage.md

Diff

1 file changed, +207 -0

docs/episode-triage.md modified +207

@@ -265,3 +265,210 @@ the Zed fork, and the forge itself. Treat every UI reference (infinite canvas,

265 265
panes) as pre-history of the current Desktop/Omega split rather than a spec.
266 266
267 267
---
268
269
## Batch 2: Episodes 214-227 — Markets, Psionic, and the compute thesis
270
271
Airtime window: March 2026. Five weekly market launches begin (compute ships,
272
data ships thinly), the rollout pauses when Psionic redirects the buy side
273
toward decentralized training, Probe joins the stack as a Rust coding agent,
274
the propaganda podcast frames the network thesis, Pylon launches publicly,
275
the Templar collapse supplies miners, payments flip from online-presence to
276
verified ML work, bounties relaunch, worse-is-better becomes doctrine, and
277
ocean power enters as a phase-3 horizon.
278
279
### Episode summaries
280
281
#### 214 — Compute Market
282
283
Relaunches the 2023 product as an Airbnb-for-compute: sell spare Apple Silicon
284
for Bitcoin over NIP-90 kind 5050 jobs. Autopilot v0.1 desktop app ships the
285
same day with a Spark wallet unlocked by one BIP-39 seed that also derives the
286
Nostr keypair. A buy-mode bootstrap sends 2-sat dummy jobs to seed sellers.
287
Restates the five-market roadmap (compute, data, labor, liquidity, risk) plus
288
draft NIPs for skills, sovereign agents (Frostr key splits), and agent credit.
289
Foil math: 5.5 GW of idle desktop Macs against OpenAI's entire 2 GW.
290
291
#### 215 — Data Market
292
293
Second launch: monetize your data — especially Claude Code and Codex
294
conversation logs — through NIP-DS, an open Nostr dataset-trading spec
295
(kind 30404 listings, kind 30406 offers, delivery via DVM or NIP-90).
296
Redaction-first flow: bundle, redact, canonical digest, list, offer, deliver.
297
Host commits to paying more Bitcoin than anyone for coding-agent conversations
298
to train OpenAgents' own agent. On-camera demo failed to complete; Autopilot
299
Control super-CLI not ready.
300
301
#### 216 — Psionic
302
303
Pauses the market rollout: don't build supply without matched demand. Introduces
304
Psionic, the all-Rust ML framework whose inference engine already edges out
305
llama.cpp (172 vs 160 tokens/sec), produced by pointing Codex at libraries and
306
looping until they outperform. New direction: decentralized training of
307
OpenAgents' own Psion-class models, absorbing Prime Intellect and Bittensor
308
research ported to Rust, with Bitcoin bounties for ML engineers. Reproduces the
309
Percepta paper's executor-model direction.
310
311
#### 217 — Psionic: Fast Qwen 3.5
312
313
Single-metric obsession: tokens per second. Per-device, per-model custom CUDA
314
kernels take Qwen 3.5 0.5B from parity to 523 vs 328 tokens/sec overnight, then
315
repeat across the 2B, 4B, and 9B sizes. Community-driven targets; inference
316
framed explicitly as a side quest on the way to the large decentralized
317
training run.
318
319
#### 218 — Probe
320
321
Announces Probe, a lean fully-Rust embeddable coding agent in the OpenCode
322
tradition, timed pointedly against the same-day Claude Code source leak. Codex
323
is loved and borrowed from; MCP deliberately de-emphasized. Contribution rule:
324
"Please don't send PRs. Please send detailed issues" — ideas accepted, code
325
written by their own tooling.
326
327
#### 219 — Probe: Inference Modes
328
329
One day later, Probe demos three swappable backends: hosted Codex via ChatGPT
330
Pro accounts, Qwen-fast served by Psionic on a remote RTX 4080 over Tailscale,
331
and the local Apple Foundation Model. Thesis: route workloads across tiers —
332
frontier models for hard reasoning, small models for volume, local models for
333
trivial calls — estimating maybe half of Codex's roughly 1,000 tool calls per
334
run could offload. Latency bragging: instant Ctrl-C exit.
335
336
#### 220 — Propaganda Podcast
337
338
Launches the openly declared propaganda arm: billions flowing to NVIDIA and
339
clouds should train models on retail consumer compute paid in Bitcoin.
340
Cites Bittensor Templar's 70-person peer-to-peer pretraining as proof and sets
341
a 100x-participation goal. One-install personal super app folds the best open
342
source in. Moat thesis: contributors go where they are paid most Bitcoin;
343
networks cannot be copied. Revenue-share scorecard updated: OpenAI zero,
344
OpenAgents thirty.
345
346
#### 221 — Pylon Launch
347
348
Pylon ships publicly: paste instructions to your coding agent, install a NIP-90
349
provider with a built-in wallet, earn sats. StarCraft naming system codified
350
(Probe, Pylon, Nexus, Psionic; Archon teased). Frames the global economic layer:
351
closed players (Visa, Coinbase, Cloudflare, Stripe) are converging on stablecoin
352
rails, so Bitcoiners must build the open version or face a new SWIFT.
353
OpenAgents is buyer number one and invites outbids. Live counters show thousands
354
of completed jobs without refresh.
355
356
#### 222 — Templar Merge
357
358
Covenant AI rugs Bittensor's flagship Templar subnet (~$10M cash-out); OpenAgents
359
invites displaced miners into Pylon. Anti-token thesis vindicated: if someone
360
can rugpull, it is not decentralized; companies with vesting hold administrators
361
accountable. Agents ported Templar and Prime Intellect training code to Psionic
362
overnight; fleet-wide hill-climbing loops benchmark inference on every
363
participant machine. Network doubled twice in two days post-launch (52 nodes,
364
108k sats paid).
365
366
#### 223 — Pay the People
367
368
Social mood on AI turns negative; labs risk a generational fumble. Fix: pay
369
people directly for compute, data, and contributions instead of lobbying for
370
UBI. Audit of broken promises: Altman's DevDay revenue-sharing pledge versus
371
zero paid to developers (the $1.3B went to Microsoft); this series started the
372
day after that promise. Demonstrates heterogeneous-device training across M3
373
Max, old MacBook CPU fallback, and a remote RTX 4080 over Tailscale. Roadmap:
374
rebuild the full OpenAI/Anthropic product suite on this substrate — fine-tuning
375
API, continual learning as a service, image generation, embeddings.
376
377
#### 224 — Distributed Training 101
378
379
Training seminar on run day. Milestone: 1M+ sats paid across 1,300+ pylons.
380
Policy change effective immediately: no more pay-for-online; payouts follow real
381
ML work delivered. Weak devices get validator assignments; device-to-job
382
matching will be learned empirically and exposed through public stats and APIs
383
agents can crawl. Stanford's open language-models-from-scratch course becomes
384
network homework (assignment 1: BPE tokenizer, transformer, Adam optimizer;
385
assignment 2: Flash Attention in Triton, distributed data parallel, scaling
386
laws). DiLoCo architecture explained: heavy local work, occasional sync.
387
388
#### 225 — Developer Bounties
389
390
Revives the paid-bounties program with a permanent list at openagents.com/
391
bounties. Tours the whole suite: front door becoming a ChatGPT-style homepage,
392
Autopilot targeting Microsoft Copilot replacement, Nexus carrying a Bitcoin
393
treasury module, Probe replacing Claude Code/Cursor internally (still wrapping
394
Cursor under the hood), Forge as the internal software factory inspired by
395
Ramp's Inspect-agent writeup, mobile for voice control of Probes. Anti-spam
396
rules: unknown PRs auto-closed, vetting happens in humans-only Discord.
397
Pet-peeve bounties already shipped: visible account email, weekly-limit display,
398
multi-account switching on rate limits, API-key fallback.
399
400
#### 226 — Worse is Better
401
402
Doctrine episode: the New Jersey school beats the MIT school — ship the simple
403
viral thing, grow it to 90 percent of right. Nostr as modern proof; UNIX/C as
404
the original viruses. Contrast operating models: no stealth year, optimize for
405
virality from day one. Consumer compute is priced at zero today; put a price on
406
it and build value above it. Twenty gigawatts of consumer compute versus
407
OpenAI's two.
408
409
#### 227 — Ocean Power
410
411
Back from silence with Ben Silone hired for ocean tech. Long-term OTEC thesis:
412
monetize stranded ocean energy at source with Bitcoin mining; free seawater
413
cooling; floating cities as phase 3 (100 MW minimum ambitions; Panthalassa
414
critiqued as too small). Immediate business: Pylon v0.2 within 48 hours, LDK
415
replacing a bottlenecked payment provider, Qwen fine-tuning on Harvey's legal
416
benchmark to position Autopilot as the neutral last agent — hyper-specialized
417
per-business agents, export-your-data always, pricing barely above compute.
418
Anthropic named most dangerous company in the world; "print eight billion rings"
419
versus fighting for the one ring.
420
421
### Batch synthesis and integration notes
422
423
This arc contains the economic core that later episodes refine into the
424
accepted-outcome economy: verified work, receipts, device-to-job matching, and
425
paying validators. It also contains the clearest early statement of the
426
issue-not-PR participation model that the forge now enforces literally.
427
428
Dispositions:
429
430
1. **Live.** Pylon node economics and Psionic (Tassadar runs on both);
431
   Probe's backend-pluralism (now the SCV driver question: hosted versus
432
   self-hosted executors); verified-work payouts replacing presence payouts
433
   (the work-job receipt model); public stats pages; worse-is-better shipping
434
   culture; anti-spam contribution rules (now membership-gated push).
435
2. **Dust off.**
436
   - **NIP-DS data market**: shipped thin, then abandoned when training became
437
     the buyer. The buyer now exists (training traces, Ox Alpha logs). A
438
     dataset-listing surface tied to trace visibility policy would revive it
439
     without new protocol work.
440
   - **Curriculum-as-bounty**: Stanford-homework assignments as paid network
441
     work is directly portable to forge issues — a `bounty` label plus sats
442
     pricing would restart the contributor flywheel on the new tracker.
443
   - **Device-to-job matching APIs**: promised so agents could crawl earnings
444
     estimates; still absent. Fits the cloud-computer capacity work (issues
445
     #37/#38).
446
   - **Continual-learning-as-a-service API**: named twice, never built; the
447
     closest living relative is Tassadar's never-stopped run.
448
3. **Reimagine.**
449
   - **Five markets on weekly cadence**: compute proved, data half-proved,
450
     labor became work jobs, liquidity and risk never launched. Keep the
451
     shared-kernel idea; drop the cadence.
452
   - **The neutral last agent / all-in-one dashboard**: the anti-lock-in
453
     positioning survives in the front-door thesis, but the single dashboard
454
     is now several surfaces (forge, chat, projects, status). Revisit as a
455
     signed-in command-center surface rather than a new product.
456
   - **Legal fine-tune wedge (Harvey benchmark)**: domain-fine-tuning as a
457
     service remains a plausible Pylon revenue mode once training receipts are
458
     public.
459
4. **Retired.**
460
   - **Spark wallet inside Autopilot**: superseded by MoneyDevKit/LDK
461
     self-custody (episode 235).
462
   - **Buy-mode dummy-job bootstrapping**: gamed instantly by design; replaced
463
     by pay-for-verified-work.
464
   - **Wrapping Cursor under the hood in Probe**: dependency inverted since;
465
     own harnesses only.
466
   - **Pay-for-online mining**: retired deliberately in 224; do not reintroduce
467
     presence-based rewards anywhere.
468
469
Pivot watch: this batch treats GitHub as contribution surface (auto-closing PRs)
470
and predates the forge entirely. Any marketplace or bounty mechanics must be
471
restated against forge authority (repository membership, PAT scopes) rather than
472
GitHub primitives.
473
474
---

This page updates live while a promote is in flight · changelog