Skip to main content

max / everycycle

docs: drop private-layer paths from public cross-references The roadmap, BOM, and appraisal docs pointed at _private/docs/tailoredmachines/{plan,product-shape,naming-decision, warranty-policy}.md and at ~/Code-absolute paths. Those private docs moved to the wiki during /dellm and no longer exist at those paths, so the references were both dangling and a private-path leak in a public repo. Refer to the TailoredMachines docs by name instead; the pointers live in the maintainer wiki. Also repoint the intra-repo roadmap reference at docs/roadmap.md rather than a ~/Code absolute path.
Co-Authored-By
Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-16 18:43 UTC
Signed with PGP, not checked
Commit: c65d9be1d2fb5947c73d9bd1337667d3a724d392
Parent: c1d5343
3 files changed, +7 insertions, -7 deletions
@@ -185,5 +185,5 @@
185 185
186 186 - Schema: `crates/hal/src/capability.rs`
187 187 - Buyback hook: `todo.md`, "Cross-project hook (TailoredMachines buyback program)"
188 - - Warranty policy with the buyback deferral: `_private/docs/tailoredmachines/warranty-policy.md`
188 + - Warranty policy with the buyback deferral: the TailoredMachines warranty policy
189 189 - Architecture context (Phase 3 reference benchmarks, separate exercise): `docs/architecture.md`
M docs/roadmap.md +4 -4
@@ -18,7 +18,7 @@
18 18
19 19 MNW is a TailoredMachines customer like any other: it buys machines from the TailoredMachines line at fair internal-transfer pricing and runs its own workloads on them. External sales and internal sales are the same business — both fund EveryCycle.
20 20
21 - This is a clean separation of concerns: software identity lives in EveryCycle, hardware design and revenue live in TailoredMachines, and MNW is a customer. See `~/Code/tailoredmachines/docs/plan.md` for TailoredMachines' plan and the deeper brand and product docs in `_private/docs/tailoredmachines/`.
21 + This is a clean separation of concerns: software identity lives in EveryCycle, hardware design and revenue live in TailoredMachines, and MNW is a customer. See the TailoredMachines plan and its deeper brand and product docs.
22 22
23 23 ## Wedge
24 24
@@ -27,7 +27,7 @@
27 27
28 28 ## First named workloads
29 29
30 - TailoredMachines has narrowed the appliance line's target to **1–6 programmers per box doing bursty, high-intensity inference** (see `~/Code/tailoredmachines/docs/plan.md`). That narrowing gives EveryCycle two named reference workloads instead of "generic LLM serving":
30 + TailoredMachines has narrowed the appliance line's target to **1–6 programmers per box doing bursty, high-intensity inference** (see the TailoredMachines plan). That narrowing gives EveryCycle two named reference workloads instead of "generic LLM serving":
31 31
32 32 - **Interactive pair-programming** (reference: the pair project, `~/Documents/Content/projects/pair/`). Single-user batch-1, latency-first, prefix-cached repo context, spec-decoded token stream. This is EveryCycle Thread A1/A2's exact shape and pair is the first named internal customer against which the batch-1 features are designed.
33 33 - **Audit / fuzz sweeps** (reference: the operator's Claude skill library — `code-fuzz`, `test-fuzz`, `doc-fuzz`, `nitpick`, `audit`, `ultra-fuzz`). Non-interactive, long-form, whole-repo scans. Naturally scheduled as background work between interactive turns. This is Thread C's preemption + QoS-classes story with a real workload attached.
@@ -97,9 +97,9 @@
97 97
98 98 ### Thread H — Appliance line (the business that funds the software)
99 99
100 - The hardware line is how the operation pays for EveryCycle's development. The first machine (BOM at `docs/hardware/mm-v1-bom.md` — filename retained; not renamed per `_private/docs/tailoredmachines/naming-decision.md`) is in service as Sando host and EveryCycle dev box; MNW buys machines from this line for its own workloads at fair internal-transfer pricing.
100 + The hardware line is how the operation pays for EveryCycle's development. The first machine (BOM at `docs/hardware/mm-v1-bom.md` — filename retained; not renamed per the TailoredMachines naming decision) is in service as Sando host and EveryCycle dev box; MNW buys machines from this line for its own workloads at fair internal-transfer pricing.
101 101
102 - **Note (2026-07-10):** The hardware line was rebranded to **TailoredMachines** and narrowed to a small-batch atelier cutting workstations for **1–6 programmers doing bursty pair-programming and audit/fuzz workloads**. The product architecture is a single Platform SKU (v1: "The House Cut") plus three explicit GPU paths (Alterations / Off-the-Rack / The Collection). See `~/Code/tailoredmachines/docs/plan.md` and the private brand docs at `_private/docs/tailoredmachines/` for the current framing. The tier list below (H1–H4, previously "MakeMachines") is historical — H3 (hobbyist edge) and H4 (rack appliance) fall outside TailoredMachines' scope entirely, and H1/H2 are collapsed into the House Cut framing.
102 + **Note (2026-07-10):** The hardware line was rebranded to **TailoredMachines** and narrowed to a small-batch atelier cutting workstations for **1–6 programmers doing bursty pair-programming and audit/fuzz workloads**. The product architecture is a single Platform SKU (v1: "The House Cut") plus three explicit GPU paths (Alterations / Off-the-Rack / The Collection). See the TailoredMachines plan and brand docs for the current framing. The tier list below (H1–H4, previously "MakeMachines") is historical — H3 (hobbyist edge) and H4 (rack appliance) fall outside TailoredMachines' scope entirely, and H1/H2 are collapsed into the House Cut framing.
103 103
104 104 Thread H's active work now happens against TailoredMachines' plan, not this table. Kept here for continuity with the pre-narrowing roadmap; will be rewritten wholesale when the House Cut ships its first external unit.
105 105
@@ -1,10 +1,10 @@
1 1 # Reference Bench BOM (also: TailoredMachines House Cut Platform)
2 2
3 - Settled 2026-05-23. Top-of-line host platform; GPUs are fungible and live on the EveryCycle GPU thread (see `~/Code/everycycle/docs/roadmap.md`).
3 + Settled 2026-05-23. Top-of-line host platform; GPUs are fungible and live on the EveryCycle GPU thread (see `docs/roadmap.md`).
4 4
5 5 The substrate is built once and kept stable; GPU experimentation happens above it without revisiting motherboard, CPU, or RAM.
6 6
7 - **This BOM serves two roles.** It is the personal EveryCycle dev box and Sando host, and it is the basis for the **TailoredMachines House Cut** Platform SKU sold to external customers (see `~/Code/tailoredmachines/docs/plan.md` and `_private/docs/tailoredmachines/product-shape.md`). The hardware spec is the same in both roles. Filename retained as `mm-v1-bom.md` per `_private/docs/tailoredmachines/naming-decision.md` — the pre-rebrand name (MakeMachine) is preserved in the path to avoid churning cross-references.
7 + **This BOM serves two roles.** It is the personal EveryCycle dev box and Sando host, and it is the basis for the **TailoredMachines House Cut** Platform SKU sold to external customers (see the TailoredMachines plan and product-shape docs). The hardware spec is the same in both roles. Filename retained as `mm-v1-bom.md` per the TailoredMachines naming decision — the pre-rebrand name (MakeMachine) is preserved in the path to avoid churning cross-references.
8 8
9 9 ## Component list
10 10