🛡 COMPLIANCE 5 min read

Three days of code, six weeks of compliance — the math behind why

Not a complaint about lawyers. A breakdown of where the six weeks actually go, and which parts of it are mechanical.

If you have shipped into a regulated industry, you know this ratio. Engineering ships a feature in three days. Compliance setup around the feature takes six weeks. Some founders get used to it. The right reaction is: the ratio is the bug.

This post is for the CEO / CTO who reads "What $1.4M of compliance work looks like in 14 hours" and wants to understand the mechanism — why six weeks specifically, and where in those weeks an LLM can save time without anyone getting sued.

Where the six weeks actually go

I priced this out properly the last three times I lived it as a CTO-for-hire. Numbers below are typical for a voice-AI or fintech feature shipping in 2025-2026.

PhaseMedian hoursHourly rateSubtotal
Identify which regulations apply8$200 (senior legal)$1,600
Read primary regulation text12-16$200~$2,800
Map regulation → your stack16-24$250 (compliance consultant)~$5,000
Draft threat model32$250$8,000
Draft consent flow + UX changes16-24$180 (senior PM + senior frontend)$3,600
Implement consent + audit log40$180$7,200
Internal legal review of threat model8$400 (general counsel)$3,200
External auditor pre-meeting + Q&A10$350 (specialist)$3,500
Revisions, second pass16mixed~$3,500
Final sign-off4$400$1,600
Total~190 hoursmixed~$42,000

This is a single regulated feature. Multi-jurisdictional (US + EU + India + state-level US) doubles or triples it. Multi-feature (a startup shipping into a regulated industry has 8-15 such features in the first six months) makes the aggregate $300K-$500K of consulting before the product exists in production.

Where an LLM helps

Not all of those 190 hours are equal. Some are mechanical, some require judgment, some require relationships.

Mechanical (can be 80-90% automated):

Judgment (human time stays roughly constant):

Relationship (cannot be automated, and pretending otherwise is malpractice):

New math:

PhaseOldNewSaved
Identify regs8h2-3h~6h
Read regs12-16h1-2h~13h
Map to stack16-24h3-4h~17h
Threat model32h4-6h~27h
Consent UX16-24h4-6h~15h
Implementation40h10-15h~28h
Internal legal8h8h0
External auditor10h6-8h~3h
Revisions16h6-8h~9h
Final signoff4h4h0
Total~190h~50-65h~125-140h

Wall-clock compresses from six weeks to about ten working days, partly because removed work and partly because the work that remains can run in parallel (the LLM drafts while the auditor pre-meeting is scheduled).

Cost compresses from ~$42K to ~$15-18K (LLM bill ~$50-150, human time the rest). Median compression I have measured: ~60% on cost, ~67% on wall-clock.

Why this is not "AI replaces compliance consultants"

The compliance specialist of 2027 is someone who knows which regulation applies in which jurisdiction and can operate a pipeline to do the reading and templating for them. Same depth of judgment. Five times the productivity.

That person is going to win market share against the consultant still billing by the hour to read 200 pages of regulation. Not because their judgment is better — it is the same. Because their cost-per-judgment is one-fifth.

The judgment is the moat. The reading and templating around the judgment has been commoditized. This is the same transition that happened to junior associates in law firms when document-review tools landed in 2010-2015. Senior partners did not disappear; they got faster.

What does not compress

External calendar time. The auditor still books two weeks out. The FDA pre-submission meeting is still 60-90 days. IRB approval is still 8-12 weeks. Internal work compresses 5-25×; external-dependency work does not move.

If your runway is 18 months and you ship into a regulated industry, the realistic plan is:

  1. Compress internal compliance work from 6 weeks to 10 days.
  2. Use the recovered 4 weeks to run the external cycles in parallel with the next feature.
  3. End up with one external cycle per quarter, not one every two quarters.

That math doubles the number of features that ship through compliance per year for the same runway. For an early-stage AI startup, that is the difference between catching the wave and missing it.


About: I build GreatCTO — a multi-agent SDLC plugin for Claude Code with 10 compliance packs. MIT, runs locally. The cost-by-pack breakdown is in the W21 deep-dive.