AI-AUTOMATED EDUCATION. These are self-paced technical courses. The tools they teach produce AI-generated output that is not reviewed by a human — that limitation is part of what you learn to handle. Not medical or legal advice.
Payment received. Your module arrives at your email within 24 hours — and any extra copies you bought will be handed free to learners who can't pay.
INSTANTHPI / COURSES donations →
AI Automation in Healthcare · from the real project history

Learn it the way it was actually built — copy-pastable, all of it.

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.

The sponsorship rule

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.

MODULE 1Security & Education

$35

The anchor module. How to secure health data in every deployment mode — and how to teach it.

  • Pseudonym identifiers: the Google Sheets generator + JS equivalent; only the code travels, identity stays in your sheet
  • Local-first: keep everything on-device like paper — when you need nothing else
  • Prebuilt verifiable systems: Spruce Health, verifiable EMRs — when to lean on them
  • De-identification before every API call + BAA (AWS Bedrock) for working physicians
Buy — $35 · bulk = sponsor copies

MODULE 2The InstantHPI Story

$35

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 timeline: every pivot with the reasoning at the time
  • The failures: what we shipped that was slop, and how we caught it
  • The templates and iteration prompts that survived — copy-pastable
Buy — $35 · bulk = sponsor copies

MODULE 3Build the Free Healthcare Bot with Claude Code

$35

The guided version of the open-source kit: rebuild the exact Telegram bot, step by step, with every command ready to paste.

  • BotFather → running bot in 15 minutes — exact prompts for Claude Code (use Sonnet 5)
  • The 18-question OPQRST intake and the state machine, explained line by line
  • The chat images and how to regenerate them with your own branding
Buy — $35 · bulk = sponsor copies

MODULE 4The Multi-AI Council

$35

The security layer that makes AI medicine defensible: multiple models debating the same case and answering only through consensus.

  • The council pattern: independent answers → debate → consensus secretary — full prompts included
  • Evidence discipline: forcing each AI to cite studies and guidelines for its positions
  • Disagreement surfacing and the "they offered and recommended" voice, in the patient's language
Buy — $35 · bulk = sponsor copies

MODULE 5Automating a Medical Practice

$35

For physicians: the actual automations that reclaimed a working doctor's life — intake, results, replies, documents.

  • Conversational intake that skips what the chart already knows
  • Results routing: every result owes the patient a message — normal or abnormal
  • Deterministic pipelines over chat drift: locked templates, fail-closed rendering
  • Bedrock BAA setup for real patient data, end to end
Buy — $35 · bulk = sponsor copies

MODULE 6The Economics

$35

Healthcare AI at near-zero cost — the numbers that make free universal care possible.

  • Cost per consultation broken down: OCR, de-identification, council debate, batch discounts
  • Persona lanes: patient $0 → prepper $5 → builder $50 → physician $300 → clinic — who funds whom
  • Model selection: when DeepSeek-class, when Haiku, when Sonnet 5, when a council of all three
Buy — $35 · bulk = sponsor copies

MODULE 7Prepping with InstantHPI — Post-Apocalyptic Healthcare

$35

When there is no grid, no pharmacy, and no doctor within reach: run physician-grade clinical reasoning entirely offline, on hardware you own.

  • The offline stack: local models (Ollama-class) on a laptop or mini-PC, powered by solar/battery — exact hardware tiers by budget
  • Your medical record, no cloud: the local-first dossier — multiple family members, remembered encounters, paper-parity backups
  • The OPQRST intake without a network: the same 18-question engine the bots use, running air-gapped
  • Triage doctrine: what AI guidance is worth when escalation isn't an option — red flags, improvised care limits, when to move
  • Copy-pastable: the Claude Code directives to build the whole kit before you need it
Buy — $35 · bulk = sponsor copies

— Tool modules — one per tool

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.

TOOL T1The Intake Bot

$35

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 copies

TOOL T2The Pseudonym Generator

$35

Identity 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 copies

TOOL T3The De-Identifier

$35

Strips names, DOBs, addresses, ID numbers before any API call.

OUTPUT: clean case text — PHI-free

Buy — $35 · bulk = sponsor copies

TOOL T4Document Router & OCR

$35

Faxes, PDFs and scans become page-indexed text with low-confidence pages flagged.

OUTPUT: searchable text bundle per document

Buy — $35 · bulk = sponsor copies

TOOL T5The Multi-AI Council

$35

Independent model answers → debate → consensus secretary; every position must cite evidence.

OUTPUT: consensus report + disagreement log

Buy — $35 · bulk = sponsor copies

TOOL T6Card Builder & Serve-Time Gate

$35

Locked-spec decision cards, live re-verified before showing; handled cases auto-evict.

OUTPUT: a decision-ready case card

Buy — $35 · bulk = sponsor copies

TOOL T7Work-Ledger & Executor

$35

Append-only state machine CREATED→DECIDED→EXECUTING→DONE; idempotent, source-faithful execution.

OUTPUT: audit log + the executed action

Buy — $35 · bulk = sponsor copies

TOOL T8The Publishing Stack

$35

Static pages, git, the deploy babysitter, hash-chained ledgers, Stripe walls.

OUTPUT: live pages + verifiable JSON ledgers

Buy — $35 · bulk = sponsor copies

— Sequence modules — where each tool enters

A 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.

SEQUENCE S1Patient → Report

$35
#moduleenters to dohands off
1T1 Intake Botcollects the OPQRST story, one question at a timeintake JSON
2T2 Pseudonymsplits identity from the case before anything leavescode, e.g. K7M2Q9XR
3T3 De-Identifierscrubs the free text of the last tracesclean case text
4T5 Councildebates the case, cites evidence, reaches consensusconsensus report

FINAL OUTPUT: a patient-language consensus HPI PDF you can hand to any doctor on earth

Buy — $35 · bulk = sponsor copies

SEQUENCE S2The Doctor's Day

$35
#moduleenters to dohands off
1T4 Router & OCRpulls the six intake sources into one worklistwho is truly waiting
2T6 Card Builderbuilds locked-spec cards, live-gated at serve timedecision-ready cards
3— the doctor —swipes: approves, edits, or rejects the recommendationa decision
4T7 Ledger & Executorlogs the decision, executes it faithfullysent reply + audit trail

FINAL OUTPUT: every waiting patient answered, every action logged, zero double-handling

Buy — $35 · bulk = sponsor copies

SEQUENCE S3The Case Review

$35
#moduleenters to dohands off
1T4 Router & OCRturns up to thousands of record pages into indexed textpage-indexed bundle
2T2+T3 Identity splitpseudonymizes and scrubs before any AI sees itclean case, coded
3chunk-mapcheap models compress pages into a case digest~30k-token digest
4T5 Councildebates the digest, cites the source pagesverdict + citations

FINAL OUTPUT: the “is it even worth it?” report — timeline, strengths, weaknesses, cited pages

Buy — $35 · bulk = sponsor copies

SEQUENCE S4Going Public

$35
#moduleenters to dohands off
1git reposone repo per audience so nothing mixesversion-controlled truth
2deploy babysitterpushes pages through hostile deploy queueslive pages
3hash-chained ledgerindexes every public post, append-onlyverifiable ledger JSON
4payment walls + postbacksStripe links, supporter wall, affiliate postbackssale/donation ledgers

FINAL OUTPUT: a communication surface people can verify, fork, and fund

Buy — $35 · bulk = sponsor copies

— Challenges — current version

  • Delivery is manual right now: modules arrive by email within 24 hours — an automated delivery portal is being built; early buyers get every future revision free
  • Content tracks a living codebase: the copy-pastable directives are updated as the systems evolve — what you get is the current version, and updates are re-sent
  • Sponsored-copy distribution is manual: requests and gifted copies are matched by email, oldest request first — expect up to a few days when volume spikes
  • The Claude Code walkthroughs assume Sonnet 5 and current API surfaces; older models or other agents may need adaptation