Back to Acme Insurance
Case Study

Acme Insurance

E-Bike Insurance Platform

A fully functional proof-of-concept insurance system, from quoting through policy administration, with 5 complete portals, a rating engine, underwriting rules, and REST API. 22,000+ lines built in ~5 hours by one person with AI.

22,260
Lines of Code
~5
Hours to Build
79
Files / 32 Pages
$200
vs $670K vs $2.76M

The Comparison

The same scope estimated two ways: a single cross-functional Scrum team (5-7 people, no ART overhead, 16 sprints including discovery and hardening) and a SAFe 6.0 Agile Release Train (18-26 specialists, 3 Program Increments). The cost differential is 3,000x-14,000x. The speed differential is 1,000x+.

Metric
Solo + Claude CodeWhat happened
Scrum Team6-person estimate
SAFe 6.0 ART20-person estimate
Team Size
1 person + AI5-7 people18-26 people
Duration
~5 hours~32 weeks (8 months)~38 weeks (9-10 months)
Total Cost
~$200~$670K~$2.76M
Lines of Code
22,260~22K-25K~22K-30K
Ceremony Overhead
0%~16%15-20%
Documents Produced
112+10+ formal
Coordination Overhead
NoneModerateHigh (multi-team)
Ramp-up Time
Immediate~4 weeks (forming)2+ weeks (PI Planning)
Deployment Cadence
ContinuousPer sprintPI boundaries
Decision Latency
SecondsHours to daysDays to weeks
Knowledge Transfer Risk
Low (all in code)ModerateHigh (tribal)

SAFe 6.0 ART Estimate

Scrum Team Estimate

Five Complete Portals

Consumer Portal

Public-facing direct-to-consumer e-bike insurance

  • Multi-step quote flow (rider info, e-bike details, coverage selection)
  • Real-time premium rating with county/age/speed factors
  • Automated underwriting (accept/decline/refer)
  • Simulated payment processing (credit card & ACH)
  • Downloadable 1-page quote PDF with full premium breakdown

Agent Portal

10 branded white-label storefronts for retail agents

  • Unique URLs per agent (e.g., /agent/portal/bobs-insurance)
  • Custom branding (logo, colors, contact info) throughout
  • Full quoting and binding flow with agent attribution
  • Agent dashboard with quote/policy management and search

API Partner Portal

RESTful API with interactive documentation

  • API key authentication per partner
  • Endpoints: create quote, retrieve quote, bind policy, retrieve policy
  • Interactive "Try It" sandbox in the docs
  • Rate limiting per partner

Internal Admin Portal

Full back-office system for Acme employees

  • Dashboard with KPIs, charts, and production analytics
  • Policy management with endorsement (mid-term change) support
  • Rating table management (58 CA counties) with version history
  • Configurable underwriting rules engine with versioning
  • Quote PDF template editor with live preview
  • Agent, partner, and user management
  • Reports with CSV export; AcmeBot AI assistant (Claude Haiku)

Super-Admin Panel

System owner backdoor for demo management

  • Complete user directory with cascade-delete
  • Data cleanup tools for any entity type
  • One-button system reset to seed data
  • Full activity audit log

Tech Stack

LayerTechnology
FrontendReact 18 + TypeScript, Vite, Tailwind CSS, React Router v6
Backend / APIFirebase Cloud Functions (Node.js 20, TypeScript)
DatabaseFirebase Firestore (9 collections)
AuthFirebase Auth (email/password + Google Sign-In)
HostingFirebase Hosting with custom domain
PDFjsPDF (quotes, policy declarations)
AI AssistantClaude Haiku API (Anthropic)
AnalyticsGoogle Analytics 4 (gtag.js, 30+ custom events)
EmailGmail SMTP via Nodemailer
PaymentCustom simulation (no 3rd-party processor)

Core Insurance Functionality

Premium rating engine (Base Rate x Age Factor x Speed Factor)
Underwriting rules engine (accept/decline/refer)
New business quoting & binding
Policy endorsements (mid-term changes, pro-rata premium)
Policy cancellation with pro-rated refund
Annual & monthly billing options
Simulated payment processing (95% approval rate)
Multi-channel distribution (consumer, agent, API, internal)
Role-based access control (5 roles)
GA4 tracking (30+ custom events)
AI chatbot with full business data access

Key Observations

3,000x-14,000x
Cost Differential

The AI-assisted build cost ~$200 in API usage. The same system would cost $670K-$2.8M using traditional methodologies.

1,000x+
Speed Differential

~1 day with AI vs. 8-10 months with a professional team, largely due to coordination overhead, ceremony time, and team ramp-up.

Over-engineered
SAFe for This Scope

A single Scrum team eliminates cross-team coordination, ART ceremonies, and multi-team dependency management. For ~22K LOC, SAFe is arguably unnecessary.

“A single insurance professional with domain expertise and AI coding agents built in a day what a 20-person SAFe enterprise team would spend 9 months and $2.8M to deliver, and what a 6-person Scrum team would take 8 months and $670K to complete. Deep subject-matter knowledge combined with AI eliminates the translation layers, ceremony overhead, and coordination costs that dominate traditional software delivery.”
Rick Becker