Forus raised $150M at a $3B valuation to give every prescription its own AI agent â prior auth, benefits verification, appeals, financial assistance, specialty pharmacy routing. Tripled since May.
đŽ My bet: within 18 months a major payer buys an administrative-agent company outright. The cheapest way to kill a toll booth is to own it.
Trinity Health is cutting 557 IT jobs and outsourcing technology support across a 23-state system.
Five AI drug discovery companies: $458.7M in revenue, $5.58B in losses since 2021 â and the one with an FDA-approved product is in Chapter 11.
FDAâs digital health leader is out after 21 years â more turnover in the office writing the rules you build against.
đ§ Podcast: Lifers â Microsoftâs Peter Lee and Seattle Childrenâs Chris Longhurst â Lee cites a Nature finding that general frontier models beat the healthcare-specific models built on top of them.
đ§ The Curbside
âMy agent reads a note it didnât write. Can that note tell it what to do?â
Short answer: Yes, and most clinical agents have no boundary between data and instruction.
What changed: A walkthrough of prompt injection through untrusted tool output went up this week. The attack isnât in the userâs message â itâs in what the tool hands back.
Builder read: A clinical agentâs tool output is a FHIR narrative field, an OCRâd fax, a scanned outside record, a patient-entered chief complaint â all text somebody else wrote. Treat every tool return as hostile string data, not as a turn in the conversation.
đ¤ âNobody is attacking my little internal tool.â Not yet.
âHow do I prove my coding agent actually ran the checks?â
Short answer: Make the proof a signed artifact instead of a claim in a log.
What changed: Vouch shipped a small CLI that gates a coding agentâs Stop hook behind an HMAC-signed receipt proving named checks passed against the current git HEAD. The agent canât say âdoneâ without it.
Builder read: âThe tests passedâ is a sentence. A signed receipt tied to a commit is evidence.
đŹ The Big Thing
Whatâs the gap between a prescription and a patient worth? Three billion dollars.
Forus â formerly Tandem â raised a $150M Series C led by Bain Capital Ventures at a $3B valuation. Thatâs triple its May valuation, four months later.
Try to find the medicine in the product description: prior authorization, benefits verification, appeals after denial, financial assistance enrollment, specialty pharmacy coordination, pharmacy routing, patient communication. Providers in all 50 states, reaching 85% of US residential zip codes.
Every step in that list happens after the clinical decision is already made. The drug is chosen. The patient is waiting. Three billion dollars is what the market thinks the wait is worth.
Hereâs the part I keep circling. On October 1, UnitedHealthcare removes prior authorization from roughly 1,700 service codes â the largest single-payer cut of the year. If administrative friction is the product, the product just lost inventory.
I donât think it matters, and thatâs the interesting part. The gate is one of maybe fifty steps between the order and the drug. Remove it and the specialty pharmacy still routes wrong, the assistance application still expires, the appeal still needs a letter. The bottleneck was never a single gate. It was that no one person has ever seen the whole path.
đ¤ âThis is a $3B valuation for a fax machine with a language model on it.â Partly, yes. And the fax machine was load-bearing.
đ¤ âAutomating a broken process cements the broken process.â The strongest objection, and I donât have a clean answer. Every agent that makes prior auth survivable makes prior auth cheaper to keep. The counter is that UHC dropped 1,700 codes precisely because the administrative cost exceeded the denial savings. Ask me in a year.
đ¤ âForty percent of agentic AI projects get cancelled before 2027.â Probably true. The survivors will be the ones where somebody could name the exact step being automated and who gets paged when it fails. âAI agents for healthcareâ is a cancellation. âThe letter that goes out when a specialty drug is denied for step therapyâ is a product.
â What does the second wave look like? Forus sells the automation to the practice. Somebody is going to sell the same visibility to the patient â a live map of where their prescription is stuck. I think thereâs a real product there and I canât yet see who has the right to build it.
đ§Ş Try the interactive: Nobody Has Seen the Whole Path â 931 molecules across all 328 Medicare Part D formularies, and 495 of them where some plans demand prior authorization and others do not. Built with real CMS data.
đ§Ş Try the interactive: Same Drug, 328 Answers â you write the prescription, and what happens next depends on which of 328 Part D formularies your patient happens to be on: one drug, five different answers. Built with real CMS data.
đĄ Builderâs Radar
A 23-state health system just outsourced the people who answer when your integration breaks
Trinity Health filed to lay off 557 employees at its Livonia headquarters between October 25 and November 29, moving technology support to an outsourcing arrangement â service desk, database administrators, network security analysts, applications engineers. The system cited federal Medicare and Medicaid cuts.
If you sell into a health system, your implementation partner is now a contract, not a colleague.
đ¤ âOutsourced IT is still IT.â It is. Itâs also a vendor with a scope of work, and your integration escalation is either in the scope or it isnât.
AI drug discovery has produced $458.7M in revenue and $5.58B in losses
A tally of five AI-native drug discovery companies published Monday puts cumulative revenue since 2021 at $458.7M against $5.58B in losses. BioXcel â the only one in the group with an FDA-approved product â filed Chapter 11 in late August, Teva stalking-horse at $57.5M upfront.
Approval was never the hard part. Distribution was.
Benchmarks grade the first answer and never grade the doubt
John Ferguson, MD, FACS argues that medical AI benchmarks score first-answer accuracy and never score calibration â so a model thatâs right 70% of the time and unshakeable on all of it is more dangerous in a clinical workflow than one thatâs right 60% and flags its own uncertainty.
FDAâs digital health leader leaves after 21 years
A long-tenured digital health official is out at FDA, continuing a run of turnover in the office that writes guidance for AI-enabled devices. Twenty-one years of institutional memory about how a submission actually gets read.
⥠Quick hits
Benjamin Tran, MD mapped the LA aesthetic market from public data â 2,000+ practices tagged with toxin used, injector headcount, real ownership, devices carried. Not a pitch deck. A dataset nobody else had.
GenHealth.ai raised a $16.5M Series A led by Flare Capital for agents doing intake, eligibility, prior auth and claims inside existing EHR and payer systems.
đď¸ From the Pods
đď¸ Lifers with Christina Farr â âMicrosoftâs Peter Lee & Seattle Childrenâs Chris Longhurstâ
Lee cites a Nature finding that general frontier models outperform the healthcare-specific models built on top of them, and argues that fine-tuning on narrow medical data doesnât reduce hallucination â it produces brittle savants. Longhurstâs counter is that the model was never the lever: outcomes come from workflow integration, and health systems on grocery-store margins canât afford frontier inference at scale anyway.
âWe shouldnât be comparing AI against a perfect gold standard.â â Chris Longhurst
đĄ Builder take: Wrap a general model, spend your engineering budget on routing and cost, and put the domain knowledge in the workflow rather than in the weights.
đ Speaker Blindspot: False analogy. Lee maps healthcareâs coordination friction onto software teams, where coding agents collapsed specialists into full-stack generalists. Healthcareâs friction is licensure, liability and reimbursement â the ER example heâs answering was blocked by scope-of-practice rules, not by anyone failing to be full-stack.
đĄ BTW
đĄ BTW: Before he was the face of Microsoftâs medical AI work, Peter Lee ran experimental undersea datacenters and a program to store digital data in DNA â and made his academic name co-inventing âproof-carrying code,â where a program ships with a mathematical proof that itâs safe to run. Microsoft Research bio.
đ Upcoming: Stripeâs health tech AMA on payment infrastructure for digital health startups â billing, fraud, build-vs-buy â Thursday Sept 10, 12:00 PM ET.
You have a unique combination of skills, experience and values. So do great things! ⌠and tell me about them at kevin@clinicians.build.
â Kevin & AI
(please verify content for yourself, partially AI generated and may contain errors)



