Skip to content
SearchSubscribe
THE WORKING LIBRARY

Find your next useful idea.

Field notes, research, playbooks, and lessons. One place to follow the threads that matter to your work.

153 entries to exploreFrom the TruPath archive
Field noteAI systemsPattern

The Second Brain needed a job description.

A beautiful knowledge graph becomes another inbox unless it is clear what belongs there, what stays elsewhere, and which system is allowed to call work complete.

5 minRead
Field noteAI systemsPostmortem

Polygon count could not save the course.

The environment had terrain, trees, bunkers, and mountains. It still did not feel like the concept, because technical completeness and visual authorship are different jobs.

5 minRead
Field noteAI systemsPlaybook Update

Automation needs a job description.

The useful question is not “can Airtable automate this?” It is “what may this automation change without a person reviewing it?”

3 minRead
Field noteComputer visionPattern

Do not put the club in the body frame.

A pose system can see a body, a club detector can see a club, and a launch monitor can report a ball. Calling all three one measurement is how a golf product starts inventing facts.

5 minRead
Field noteSimulationTeardown

I asked Claude to audit my simulator. It killed every high score.

We had a tens-of-millions-of-throws simulator and an overnight Monte-Carlo run nearly three times larger. One Saturday-night physics audit showed the two models agree on every trajectory and disagree on half the outcomes — and every max-score throw was an artifact.

8 minRead
Field noteComputer visionReflection

45%, not 90%: the only sign-recognition number I trust

Our best landmark-only sign model scores 45% on signers it has never seen. The field routinely reports numbers twice that high. The lower number is the honest one, and it is the one we publish.

6 minRead
Field noteHardwareReflection

Picking the glasses

One AR-glasses decision for two ventures. The criteria that survived the cut, and why doing it once was the right move.

7 minRead
Field noteAI systemsReflection

Why I'm running Parley

I started a Kaggle research project in Q2 2026 while running two startups. The decompression channel, the four open questions, and what makes it survive.

8 minRead
ResearchAI systemspreprint

Plan-Mode Efficacy on Time-to-Merge: A Cross-Venture Study (n=42 tasks)

Plan mode, the agent-harness convention of producing and approving a written implementation plan before any code is written, is widely advocated as a discipline for non-trivial coding work, but its quantitative effect on time-to-merge has rarely been measured outside anecdote.

12 min readRead
ResearchAI systemspreprint

Postmortem-Driven SOP Effectiveness: A 6-Month Recurrence Audit

Blameless postmortems are widely advocated as a structural-learning discipline, but their effectiveness depends on whether action items reach the mechanical layer (gates, hooks, contract criteria) rather than remaining as discipline-only commitments.

10 min readRead
ResearchAI systemspreprint

Sub-agent ROI: When Spawning Pays Back and When It Doesn't

Sub-agent invocation (spawning a child agent to handle a bounded subtask) is increasingly common in solo-operator AI workflows, yet the conditions under which it produces a net benefit remain poorly characterized.

13 min readRead
PlaybookAI systemsAvailable

Sprint Contract System

Pre-work contracts co-signed by builder and evaluator. Eliminates close-enough shipping. 48 contracts shipped.

DisciplineRead
PlaybookAI systemsAvailable

Postmortem Discipline

Blameless postmortems with structural action items. The discipline that makes the same mistake stop happening twice.

DisciplineRead
PlaybookAI systemsAvailable

CLAUDE.md Template

The annotated skeleton every Claude Code operator needs before their second week. Three worked examples, one framing essay, and the advice everyone skips: what NOT to put in.

TemplateRead
PlaybookAI systemsAvailable

Agent Routing Template

The chief-of-staff + N-specialists scaffold. Routing table, authority levels, and an escalation protocol — the piece everyone skips until it bites them.

TemplateRead
PlaybookBusiness operationsAvailable

Vault Structure

13-folder Obsidian template that scales across multiple ventures. The operating system around your AI agents.

ArchitectureRead
PlaybookAI systemsAvailable

Memory Architecture

The MEMORY.md index pattern. Four memory types, a staleness protocol, and the one rule that stops memory systems from becoming archives.

ArchitectureRead
PlaybookAI systemsAvailable

Agent Hierarchies

Authority levels, the mothership pattern, generation/evaluation separation. The structural decisions most multi-agent setups skip until they break.

ArchitectureRead
PlaybookAI systemsAvailable

Token Discipline

Context window hygiene. What belongs in CLAUDE.md vs memory vs code. The compaction strategy that keeps sessions fast after month 3.

DisciplineRead
PlaybookAI systemsIn development

TruPath Stack

The assembled picture — how agents, hooks, memory, sprint contracts, kanban, and the Telegram bridge connect into a single operating system for a multi-venture portfolio.

ArchitectureRead
PlaybookAI systemsAvailable

Hooks Bundle

Five production-tested Claude Code hooks — session loading, config protection, eval auditing, decision logging, anchor-check cadence. The mechanical enforcement layer your CLAUDE.md rules have been promising.

ToolkitRead
PlaybookBusiness operationsIn development

The Security & IP Discipline Playbook

Five gates that keep a fast-moving AI shop from leaking its secrets, its source license, or its patent rights. Written the day I pasted my session tokens into a chat.

DisciplineRead
PlaybookComputer visionIn development

The CV-for-Physical-Sports Wedge Playbook

Don't build computer vision for sports. Build it for one sport — the one with the most constrained geometry and the simplest rules — get it referee-grade, then generalize. Three filters and the trust-bar framework.

DisciplineRead
PlaybookAI systemsAvailable

Why run a parallel research arm

A small operator can run a parallel research project alongside two startups without it cannibalizing them — but only under specific conditions, and Parley is the worked example.

DisciplineRead
PlaybookAI systemsAvailable

How to run one without it cannibalizing the startup

Four discipline levers that let a side research arm survive contact with the main work — scope rails, monthly cadence, public publishing, and decision logs, with kill criteria written down in advance.

DisciplineRead
PlaybookComputer visionAvailable

The Honest Sign-Language Research Playbook

The discipline behind Parley's notebooks: question-first contracts, signer-holdout splits, multi-seed floors, failure-modes-first, and a Deaf-community honesty checklist. The rules that make a 45% you can trust beat an 85% you can't.

DisciplineRead
PlaybookAI systemsAvailable

Run a falsification session before you trust your own asset

Operators accumulate load-bearing assets that were built under deadline and never adversarially examined. A one-evening AI falsification session is the cheapest insurance that exists, and the discipline is scheduling it before the asset feeds a decision.

DisciplineRead
PlaybookSimulationAvailable

The five-phase audit: a science agent's working method

An agent audit of a Quantum Caddy simulator ran five phases in a fixed order — reproduce the as-built model, rebuild it from first principles, map the divergence, budget the uncertainty, ship a ranked measurement list. What each phase produced, what breaks it, and how to run it on a demand model or a game economy.

ToolkitRead
LessonAI systemsFoundations

Your first CLAUDE.md

The instruction file your AI reads on every session. What goes in it, what doesn't.

10 min read · 20 min applyRead
LessonAI systemsFoundations

Your first MCP server

The 20-minute setup, the gotchas, when MCP beats writing a tool.

15 min read · 20 min applyRead
LessonAI systemsFoundations

Tool permissions and you

Allow vs ask vs deny — the model that prevents 90% of "wait I didn't mean that" moments.

12 min read · 20 min applyRead
LessonAI systemsOperating

Sprint contracts in practice

The contract format with three real examples — QC firmware, Parley research, MHG site search.

20 min read · 45 min applyRead
LessonAI systemsOperating

Test-first with agents

TDD with an LLM that wants to skip it. The 3 enforcement patterns that work.

18 min read · 45 min applyRead
LessonAI systemsOperating

Plan-mode discipline

Plan mode for senior operators. When to skip Plan, when to triple it, the exit ritual.

16 min read · 30 min applyRead
LessonBusiness operationsOperating

What public disclosure does to your patent rights

Pitch without an NDA, publish a write-up, prompt a consumer LLM — each can be a disclosure. The grace period, the foreign-filing trap, and what to check before anything goes public.

12 min read · 60 min applyRead
LessonAI systemsOperating

Decompression channels

A parallel technical project that restores focus to the main work instead of competing for it. How to tell if yours qualifies.

12 min read · 30 min applyRead
LessonAI systemsOperating

Skill-transfer adjacency

Picking a topic close enough to compound with the main work, far enough to feel like rest.

10 min read · 25 min applyRead
LessonAI systemsOperating

The "won't become a product" rule

Declare in writing, before starting, that the arm will not become a product. The declaration is what makes it survive.

10 min read · 20 min applyRead
LessonAI systemsOperating

When NOT to start an arm

Three conditions under which a second project is a distraction, not an arm. Honest about when I would have said no.

10 min read · 15 min applyRead
LessonAI systemsOperating

Scope rails for a research arm

Naming what you commit to NOT building, in writing, before starting. The Parley scope-rails block as the worked example.

10 min read · 30 min applyRead
LessonAI systemsOperating

Kaggle as a publishing loop

Using a public platform as the forcing function instead of a private repo. Why public is the discipline lever.

10 min read · 15 min applyRead
LessonAI systemsExpert

Scope creep prevention

The amendment protocol at scale. Refusing 'while we're in there' work. Without becoming an obstacle.

12 min read · 30 min applyRead
LessonAI systemsExpert

Multi-agent orchestration patterns

Beyond chief-of-staff routing: parallel-spawn, gather-then-merge, race-then-cancel. When each fires and when each breaks.

18 min read · 60 min applyRead
LessonAI systemsExpert

Production debugging playbook

When an agent misbehaves in prod: the diagnostic ladder. Five rungs from "claim says done but isn't" through context drift, tool failures, schema mismatches, upstream model regressions.

20 min read · 60 min applyRead
LessonAI systemsOperating

Reproduce the as-built model before you correct it

Two models that disagree tell you almost nothing until you can regenerate the one you are auditing. Reproduction converts ambiguous divergence into a named mechanism, and it finds defects before the correction work even starts.

12 min read · 30 min applyRead
LessonSimulationOperating

The simulator-label trap

Two models agreed on every trajectory to a hundredth of a foot and still flipped 48.3 percent of scored outcomes. Simulated states degrade gracefully; simulated labels fail all at once, right where the outcomes get interesting.

10 min read · 25 min applyRead
LessonAI systemsOperating

Run the sensitivity tornado before you measure anything

Friction swung our prediction 14.9 inches of a roughly 15-inch budget, three times the runner-up, and mass was noise. A one-afternoon sensitivity sweep turned the measurement wishlist into a spending plan.

10 min read · 40 min applyRead
LessonAI systemsOperating

Uncertainty budgets tell you which stage to distrust

The audit put ±2 inches of uncertainty on our flight prediction and ±15 on everything after contact. The failure lived in one stage, and a per-stage budget is what kept us from throwing away the stage that worked.

10 min read · 20 min applyRead
LessonAI systemsOperating

Research isn't done until the handoff brief is written

The QC physics audit produced runnable models, a dozen figures, and a stack of CSVs. The artifact that mattered three weeks later was none of them — it was a short brief written for the engineers who have to act on the findings.

10 min read · 25 min applyRead
LessonAI systemsOperating

Your domain intuition imports the wrong physics

We assumed spin mattered the way it matters on a golf ball. Priced in the same units, the borrowed mechanism was worth 3 inches and the real one 23, a 7× miss in which mechanism matters, caught in one afternoon before it spent our measurement budget.

10 min read · 20 min applyRead