Six modules drawn from the real history of the InstantHPI project — a board-certified family doctor automating his own practice, then giving it away. Every module contains the copy-pastable stuff: the code, the prompts, the exact commands. Every lesson follows the same shape: what the system is → what structure it has → and at the end, the exact directives you paste into Claude Code to recreate it — fully sanitized: no patient information, no secrets, no API keys, ever.
Every module costs $35. Have money? Buy in bulk — set the quantity at checkout, keep one copy, and every extra copy is handed free to someone broke who wants the info. Donations work the same way: money in from those who have it, modules out to those who don't. Broke? Email us which module you need — sponsored copies go out as they come in.
The anchor module. How to secure health data in every deployment mode — and how to teach it.
The history of the AI project, decision by decision: what worked, what died, and why — from one overloaded practice to bots serving anyone on Earth.
The guided version of the open-source kit: rebuild the exact Telegram bot, step by step, with every command ready to paste.
The security layer that makes AI medicine defensible: multiple models debating the same case and answering only through consensus.
For physicians: the actual automations that reclaimed a working doctor's life — intake, results, replies, documents.
Healthcare AI at near-zero cost — the numbers that make free universal care possible.
When there is no grid, no pharmacy, and no doctor within reach: run physician-grade clinical reasoning entirely offline, on hardware you own.
Each tool gets its own module: what it is, its structure, and the Claude Code directives to rebuild it — plus exactly what its output looks like.
The Telegram OPQRST engine: 18-question state machine, skips what it already knows, correction loop.
OUTPUT: structured intake JSON + HPI draft
Buy — $35 · bulk = sponsor copiesIdentity split via Google Sheets formula or 3-line JS. Only the code travels with the case.
OUTPUT: alphanumeric code + a mapping row that never leaves your sheet
Buy — $35 · bulk = sponsor copiesStrips names, DOBs, addresses, ID numbers before any API call.
OUTPUT: clean case text — PHI-free
Buy — $35 · bulk = sponsor copiesFaxes, PDFs and scans become page-indexed text with low-confidence pages flagged.
OUTPUT: searchable text bundle per document
Buy — $35 · bulk = sponsor copiesIndependent model answers → debate → consensus secretary; every position must cite evidence.
OUTPUT: consensus report + disagreement log
Buy — $35 · bulk = sponsor copiesLocked-spec decision cards, live re-verified before showing; handled cases auto-evict.
OUTPUT: a decision-ready case card
Buy — $35 · bulk = sponsor copiesAppend-only state machine CREATED→DECIDED→EXECUTING→DONE; idempotent, source-faithful execution.
OUTPUT: audit log + the executed action
Buy — $35 · bulk = sponsor copiesStatic pages, git, the deploy babysitter, hash-chained ledgers, Stripe walls.
OUTPUT: live pages + verifiable JSON ledgers
Buy — $35 · bulk = sponsor copiesA sequence module teaches a whole pipeline: which tool module enters at which step, to do what, what it hands to the next step, and what the final output looks like.
| # | module | enters to do | hands off |
|---|---|---|---|
| 1 | T1 Intake Bot | collects the OPQRST story, one question at a time | intake JSON |
| 2 | T2 Pseudonym | splits identity from the case before anything leaves | code, e.g. K7M2Q9XR |
| 3 | T3 De-Identifier | scrubs the free text of the last traces | clean case text |
| 4 | T5 Council | debates the case, cites evidence, reaches consensus | consensus report |
FINAL OUTPUT: a patient-language consensus HPI PDF you can hand to any doctor on earth
Buy — $35 · bulk = sponsor copies| # | module | enters to do | hands off |
|---|---|---|---|
| 1 | T4 Router & OCR | pulls the six intake sources into one worklist | who is truly waiting |
| 2 | T6 Card Builder | builds locked-spec cards, live-gated at serve time | decision-ready cards |
| 3 | — the doctor — | swipes: approves, edits, or rejects the recommendation | a decision |
| 4 | T7 Ledger & Executor | logs the decision, executes it faithfully | sent reply + audit trail |
FINAL OUTPUT: every waiting patient answered, every action logged, zero double-handling
Buy — $35 · bulk = sponsor copies| # | module | enters to do | hands off |
|---|---|---|---|
| 1 | T4 Router & OCR | turns up to thousands of record pages into indexed text | page-indexed bundle |
| 2 | T2+T3 Identity split | pseudonymizes and scrubs before any AI sees it | clean case, coded |
| 3 | chunk-map | cheap models compress pages into a case digest | ~30k-token digest |
| 4 | T5 Council | debates the digest, cites the source pages | verdict + citations |
FINAL OUTPUT: the “is it even worth it?” report — timeline, strengths, weaknesses, cited pages
Buy — $35 · bulk = sponsor copies| # | module | enters to do | hands off |
|---|---|---|---|
| 1 | git repos | one repo per audience so nothing mixes | version-controlled truth |
| 2 | deploy babysitter | pushes pages through hostile deploy queues | live pages |
| 3 | hash-chained ledger | indexes every public post, append-only | verifiable ledger JSON |
| 4 | payment walls + postbacks | Stripe links, supporter wall, affiliate postbacks | sale/donation ledgers |
FINAL OUTPUT: a communication surface people can verify, fork, and fund
Buy — $35 · bulk = sponsor copies