Ship log · iter #68

Iteration 68 ship log

2026-05-14 · push mode, 30 min cadence, value-mix

On this pageWhat shipped (3 substantive ships across 3 categories) Ship 1: 28 pricing-page silent-preservation fix (audit + fix at source) Ship 2: audit-ai placeholders regenerated honestly (per-product polish + audit) Ship 3: enterprise template patched (durable, affects 6 products) Files changed inventory Status snapshot The iter 67-68 systemic-fix arc Running queue (top 5 next-iter candidates) Cumulative iter 1-68

Date: 2026-05-14 (push mode, 30 min cadence, value-mix)

What shipped (3 substantive ships across 3 categories)

Iter 67's FAQ-pages finding directly led to iter 68's broader subpage audit. Same silent-generator-preservation pattern surfaced in TWO more places (pricing pages + audit-ai's main page). All fixed at source.

Ship 1: 28 pricing-page silent-preservation fix (audit + fix at source)

Same pattern as the iter 67 FAQ bug: an EARLIER pricing generator produced fabricated content ("SOC 2 Type II compliant", "$200/month for up to 5,000 customer records", fake feature comparisons). The current honest fallback generator (regen-fallback-pricing.py) skips pages that already exist. Result: 28 pricing pages preserving fabricated content forever.

Subpage audit results across all 7 subpage types:

SubpageTotal pagesAffectedVerdict
vs/2450Clean
how-it-works/2450Clean
pricing/24728Source-fix needed
sales-kit/2451 (menu-ai)One-off, deferred (borderline pitch language)
case-studies/2462False positives ("achievable in 18 months" Fermi math)
about/2450Clean
skeptic-memos/2450Clean

The fix (mirrors iter 67 FAQ pattern):

  1. Audited 28 affected pricing pages with SOC 2 / fake-customer / fake-metric patterns
  2. Backed them up to /tmp/pricing-fakeproof-<slug>.html (audit trail)
  3. Ran regen-fallback-pricing.py - generated 28 honest fallback pages (marketplace 4-tier pricing + "detailed pricing ships when the product launches" honest note)
  4. Re-audited: 0 remaining fake-proof violations

The fix is durable. The honest generator now owns those 28 pages and future cron runs will keep them honest.

Ship 2: audit-ai placeholders regenerated honestly (per-product polish + audit)

audit-ai was the very first sample placeholders.json (the "Ledgerline" example), full of fabricated SOC 2 claims, fake customer logos (NORTHFORD CO., Bellweather, etc.), fake "78% fewer audit prep hours" pillar, fake "24x7 with named CSM" support tier. Since the bulk-gen wouldn't have run on it (file already existed), the page kept showing fabricated content as the live audit-ai page.

The fix:

  1. Backed up the original to /tmp/audit-ai-placeholders-original.json
  2. Re-ran _bulk_gen.py audit-ai which uses claude -p + the iter 66 fake-proof audit + strengthened prompt
  3. Result: honest content. H1 changed from "Close every quarter without losing the weekend" to "Close the books in 11 days, not 22, every quarter" with the lede framing "Our TARGET for new customers: an 11 day close" (target, not claim of customer achievement)
  4. Audit-gate passed automatically (the iter 66 safeguard worked)
  5. One small patch needed manually: a single "SOC 2 Type II | Certified" hero-card row (hardcoded in template, see ship 3)

The bulk-gen audit+prompt combination from iter 66 successfully prevented re-introduction of most fake-proof. The auto-deployed audit-ai page is now honest.

Ship 3: enterprise template patched (durable, affects 6 products)

While fixing audit-ai, found that the enterprise template (/Users/wes/factory-templates/enterprise.html) has TWO hardcoded fabrications affecting all 6 enterprise-archetype products (audit-ai, aiops-ai, customer-data-platform, enterprise-knowledge-ai, pricing-intelligence-ai, underwriting-ai):

Fab 1: "Trusted by" header on the logo strip

Fab 2: "SOC 2 Type II | Certified" hero-card row

Deploy: After patching the template, re-rendered all 6 enterprise products from their placeholders and SCPed to the live site. All 6 now show:

The fix is durable: future bulk-gens that re-render any enterprise product use the patched template.

Files changed inventory

Modified (source-level, durable)

Re-rendered

Backed up (audit trail)

Status snapshot

The iter 67-68 systemic-fix arc

Three layers of silent fake-proof preservation found and cleared across two iters:

Total surface area cleaned: 37 + 28 + 6 = 71 pages, plus the durable template fix.

Pattern: every subsystem with "skip if file/marker exists" needs to be audited because that logic preserves OLD fabrications when newer honest generators ship. The cycle of (audit + delete + regen) is the standard fix.

Running queue (top 5 next-iter candidates)

  1. menu-ai sales-kit "10x faster" claim (low-priority polish) - in cold-pitch script, borderline whether it's a fabrication or normal sales-pitch language
  2. Hand-polish lead-router (71) or attribution-ai (72) (per-product polish) - direct conversion uplift on solid bulk-gen pages
  3. Write a new playbook essay (content) - last one was iter 52. Topics: "What the catalog teaches about narrow ICPs" or "The dossier you should not buy" (anti-recommendation essay)
  4. /factory/builds/audit-ai/ screenshot repair (bug fix) - the actual screenshot cron still fails on audit-ai. The page now passes the 200 check but the screenshot service still can't render it. Probably JS-heavy enterprise template content. Lower priority since the page itself is now honest.
  5. Investigate the integration of audit + source fix workflow into a single durable script - the iter 67-68 manual workflow (audit → backup → delete → regen) could be a 50-line script for future runs

Cumulative iter 1-68

The push-mode + value-mix discipline is finding silent bugs in adjacent generators that single-track iters would have missed for months.

← PreviousIter #67 Next →Iter #69