Philip Jean-Pierre
UX Strategy Case Study

SSA Mobile Infrastructure: Modernization

An exploratory study into SSA's mobile infrastructure — documenting the four hard constraints that responsive web couldn't solve, and the financial model that made native-first the only defensible recommendation.

240%
Projected 5-Year ROI
$85M
Projected Savings
+25pt
Digital Adoption Shift
70M+
Beneficiaries Served
4
Hard Constraints Surfaced
30–35%
MFA Abandonment Rate
<$1
Digital vs. $14–18 Phone Cost

01Context

Role: Senior UX Researcher & Strategist (Contractor)

Agency: Social Security Administration

Scope: Platform architecture · Infrastructure strategy · Accessibility · ROI modeling

Timeline: 2023–2025 · Multi-phase engagement

A Platform Built for a Different Era

The Social Security Administration manages benefit relationships with over 70 million Americans — processing 6 million new applications annually across retirement, disability, and survivor programs. SSA.gov receives more than 500 million annual visits. It is one of the most-used government websites on the planet.

The platform was built for a different era. Form flows designed for desktop submission. Authentication systems predating biometric capabilities. Backend processing that takes days to confirm digital submissions. Between 70 and 85 percent of SSA digital interactions now originate from mobile devices. The infrastructure hadn't caught up.

This engagement was explicitly exploratory. The question wasn't "how do we build a mobile app?" It was: what kind of mobile infrastructure does an agency like SSA actually need — and what does the evidence say it will take to get there? That question surfaced four constraints that changed the entire direction of the recommendation.

The core question: How do you architect a mobile infrastructure for an agency serving 70+ million people — many with accessibility needs, limited connectivity, and low digital literacy — while navigating COBOL-era mainframe systems, federal security mandates, and a procurement process that moves at the speed of government?

The Numbers Behind the Problem

70–85%
SSA digital interactions from mobile
54%
Current digital task completion rate
30–35%
Session abandonment from MFA friction
$14–18
Cost per phone-assisted transaction
<$1
Cost per digital self-service
40+
WCAG violations in core flows

Every abandoned digital session generates an estimated 3–5x operational cost compared to a completed online interaction. At 500 million annual visits, that math transforms a UX problem into a policy problem.

Methods & Tools

Infrastructure Audit Heuristic Evaluation Federal Benchmarking Conversion Funnel Analysis ROI Modeling
Axure Figma Confluence Excel Zoom

02Challenge

What the Exploration Was Actually Trying to Answer

The engagement wasn't scoped as a feature request. It was designed to answer a structural question: could a responsive web strategy alone serve SSA's beneficiary base — or was native mobile a necessity?

I conducted a comprehensive audit of SSA's existing digital infrastructure, mapping dependencies between public-facing web services (my Social Security, iClaim, Wage Reporting), internal mainframe systems, and the Login.gov identity layer. That audit, combined with federal benchmarking and heuristic analysis, surfaced four constraints that responsive web couldn't solve by design.

Four Constraints Responsive Web Couldn't Solve

1 — Biometric Authentication

30–35% of users abandon passwordless flows on current SSA mobile web.

Responsive web relies on browser-mediated biometric APIs that are inconsistent across devices, operating systems, and browser versions. Native apps access Face ID and fingerprint sensors directly through platform APIs — delivering reliable, low-friction authentication that browser-based flows cannot replicate at scale. Bank of America's native biometric rollout drove a 34% increase in mobile session initiation as friction-blocked users re-engaged. SSA's beneficiary base — older, many with limited digital fluency — needs that same reduction in authentication barrier.

2 — Offline Capability

Beneficiaries with intermittent connectivity cannot reliably complete multi-step applications in a browser.

Responsive web requires a live connection to persist session state. Native apps support robust offline data caching and draft persistence — users can start a wage report on a spotty connection, save progress locally, and sync when signal returns. SSA's beneficiary population skews toward rural households and lower-income users who are disproportionately represented in areas with unreliable connectivity. A strategy that leaves that population dependent on a stable internet connection isn't a viable federal modernization plan.

3 — Push Notification Reliability

Deadline-driven and status-driven interactions require guaranteed delivery — browsers can't provide it.

Benefit status changes, document submission confirmations, reporting deadlines, and appointment reminders are not optional communications — they're legally and procedurally consequential. Browser-based push notifications require the browser to be running, depend on user permission grants that expire, and have no mechanism for escalation. Native push notification infrastructure delivers reliably, surfaces in the system lock screen, and supports read receipts. Users receiving at least one proactive notification per week show 40% higher 90-day retention than non-notified users.

4 — Pixel-Level Accessibility Control

WCAG 2.2 AA compliance at scale for 70M users demands native platform APIs — not cross-platform abstractions.

Adults 65+ represent 35%+ of SSA's beneficiary base. Many use screen readers, switch access, or other assistive technologies. Cross-platform frameworks — React Native, Flutter — introduce abstraction layers between the application and VoiceOver (iOS) or TalkBack (Android). That abstraction creates edge cases in custom components, gesture handling, and dynamic content that are difficult to test and harder to remediate. Native development gives engineers direct access to accessibility APIs, enabling the precision required to deliver WCAG 2.2 AA conformance across 25+ product lines serving millions of users with disabilities.

The Platform Comparison

CapabilityResponsive WebNative MobileDecision Weight
Biometric AuthBrowser-dependent, inconsistentDirect platform API accessCritical — 30–35% abandonment at stake
Offline SupportRequires live connectionFull local caching + syncHigh — rural/low-connectivity population
Push NotificationsBrowser must be activeSystem-level, reliable deliveryHigh — deadline/status-driven tasks
Accessibility APIsAbstracted, edge cases compoundDirect VoiceOver/TalkBack accessCritical — WCAG 2.2 AA mandate at scale
PerformanceCellular bandwidth dependentNative rendering, optimized payloadsModerate — 3s threshold abandonment
Development CostLower initial costHigher upfront investmentOffset by ROI and lower long-term risk

03Approach

Building the Evidence Base

The strategic recommendation had to survive federal budget cycles and procurement review. That meant the analysis needed to be multi-layered: technical assessment of current infrastructure, benchmarking against peer agencies, heuristic evaluation with scored gap analysis, and a financial model grounded in real operational data.

Architecture Assessment

I mapped SSA's existing infrastructure from presentation layer through data layer, identifying integration points, migration risks, and the surface area available for mobile-optimized services.

Presentation Layer — Native iOS / Android + Responsive Web
API Gateway — Mobile-Optimized RESTful Endpoints
Service Layer — Microservices + Legacy Adapters (Strangler Fig)
Data Layer — COBOL Mainframes + Modern Databases

Proposed Mobile Infrastructure Architecture — Layered Service Model

The audit surfaced four structural constraints: COBOL mainframes with no RESTful mobile-optimized endpoints, fragmented identity verification pathways, 40+ WCAG violations across core flows, and infrastructure frequently breaching 3-second load thresholds at month-end traffic peaks.

Federal Benchmarking

I analyzed mobile strategies across peer agencies — VA, IRS, USCIS, and GSA — to identify patterns in platform choice, authentication integration, and accessibility implementation.

AgencyPlatformAuth MethodAccessibility
VA HealthNative (iOS/Android)ID.me + BiometricWCAG 2.1 AA
IRS (IRS2Go)NativeIRS-nativeMixed conformance
USCIS (myUSCIS)Responsive WebLogin.govUSWDS-based
GSA (Login.gov)SDK/IntegrationLogin.govWCAG 2.1 AA
VA.gov (2017–2022)Responsive + NativeID.me + Login.govWCAG 2.2 AA (gold standard)

VA.gov's modernization was the closest analog to SSA's challenge. Application-to-benefit time dropped 40%, digital-first resolution improved 35%, and ACSI satisfaction moved from 53 to 77 within four years. That transformation set the benchmark for what SSA's program could realistically deliver.

Heuristic Compliance Analysis

I applied Nielsen's 10 usability heuristics as a diagnostic framework, scoring SSA's current platform against three industry benchmarks: Amazon (search/navigation), MyChart (workflow completion), and Bank of America (security/trust).

Visibility of System Status
SSA Current
4.5
Benchmark avg
9.0
Gap: SSA provides minimal real-time feedback during processing. Generates an estimated 2.3M support calls per year from digital users alone.
Error Prevention
SSA Current
5.1
Benchmark avg
9.0
Gap: Limited inline validation — users commonly hit submission errors only after completing the entire form. Inline validation reduces error rates 25–40% in comparable deployments.
Recognition Over Recall
SSA Current
4.8
Benchmark avg
8.8
Gap: Multi-step forms require users to recall information entered three screens ago. No pre-populated fields, no persistent review panel.
Match Between System & Real World
SSA Current
5.3
Benchmark avg
8.7
Gap: Legal and regulatory language dominates over plain-language alternatives. Current forms average a 12th-grade reading level against a recommended 6th-grade target.

Overall composite: SSA scored 5.1 against an industry benchmark average of 8.9. Platforms scoring 8+ show 35–55% higher task completion and 28–42% higher user satisfaction than low-compliance counterparts. The gap was the strategic mandate.

Conversion Funnel Analysis

Session-level analysis of SSA.gov engagement revealed three critical drop-off points. Each maps to a distinct failure mode — and a targeted intervention.

Funnel StageDrop-off RateRoot CauseRecovery Potential
Login → Search26%Navigation architecture and search relevance failures8–12 pts via NLP search
Search → Form Start16%Form length, jargon, unclear eligibility criteria8–12 pts via plain language
Form Start → Completion9%No session-save, no inline validation, mid-form abandonmentMost recoverable stage
Total Recovery12–18 ptsRealistic conversion recovery with targeted interventions

04Findings

Three Decisions That Defined the Recommendation

The most impactful work on this engagement wasn't interface design. It was being in architecture meetings and reframing technical debates as citizen-outcome questions. Three decisions defined the strategic direction.

Decision 1: Identity Verification — Build vs. Buy vs. Hybrid
Build Proprietary
Login.gov Only
✓ Hybrid Approach
Login.gov for initial identity proofing + biometric session management for subsequent logins. Reduces first-use friction while maintaining federal identity standards. Creates a path toward passwordless authentication as biometric technology matures. Estimated savings from shared-service authentication: $4–6M versus building a custom system. The hybrid approach also future-proofs the architecture — as Login.gov's native mobile SDK matures, the biometric layer can be handed off without rebuilding the identity flow.
Decision 2: Service Architecture — Microservices vs. Monolith
Full Microservices
Keep Monolith
✓ Strangler Fig Pattern
Build new mobile-facing services as independent microservices while wrapping legacy mainframe calls in adapter services. A full microservices migration would have been multi-year and high-risk at SSA's scale. The strangler fig approach de-risked the migration, allowed incremental delivery, and maintained stability for existing web services running in parallel. The USAJOBS modernization failure — a $6M waterfall system replaced within five years — informed this recommendation directly.
Decision 3: Mobile Development — Cross-Platform vs. Native
React Native / Flutter
Responsive Web Only
✓ Native (MVP Phase)
SSA's accessibility requirements demanded pixel-level control over platform-native accessibility APIs — VoiceOver on iOS, TalkBack on Android. Cross-platform frameworks introduce abstraction layers that complicate accessibility testing and edge-case handling at scale. Responsive web alone couldn't deliver reliable biometric auth, offline capability, or guaranteed push notification delivery — the three remaining hard constraints identified in the exploration. Recommended native for MVP with a roadmap to reevaluate cross-platform options as those frameworks mature. Higher upfront cost. Lower long-term accessibility risk. That was the right trade.

API Architecture Principles

The recommendation included a set of mobile-first API design principles that would govern every new endpoint built for the native layer.

Mobile-First Payloads

Lightweight JSON responses optimized for cellular bandwidth, with pagination and field selection support. No endpoint should return more data than a mobile screen can use.

Graceful Degradation

APIs designed to return partial data rather than fail completely when backend systems are slow or unavailable. Critical at month-end traffic peaks.

Accessibility Metadata

API responses include semantic labels, ARIA hints, and localization keys — pushing accessibility into the data layer, not just the presentation layer.

Versioned Endpoints

Backward-compatible versioning to support older app versions. Essential for a user population that doesn't update applications promptly.

Accessibility Infrastructure

Rather than treating accessibility as a per-app concern, the recommendation called for a shared accessibility component library — a mobile-native equivalent of the U.S. Web Design System — enforcing WCAG 2.2 AA conformance at the component level across every SSA mobile product.

Why this mattered: Adults 65+ represent 35%+ of SSA's beneficiary base. The component library approach meant accessibility wasn't a retrofit — it was infrastructure. Every new product built on the library inherited compliance by default. Accessibility as a shared service, not a per-project line item.

05Outcomes & Deliverables

The engagement produced a set of strategic and technical deliverables that shaped SSA's mobile infrastructure planning and directly influenced adjacent federal modernization programs.

The Financial Model

The strategy required a financial case that could survive federal procurement and budget cycles. I built the ROI model from a composite of industry benchmarks, SSA baseline metrics, and analogous federal transformation outcomes. Responsive web alone — without native — left the four hard constraints unresolved and the ROI unrealized.

Total Investment (4 Phases)
$25M
Platform re-architecture, AI/analytics tooling, UX design and content strategy, change management and training.
Projected 5-Year Savings
$85M
Operational savings across call center, field office, paper processing, error rework, and fraud prevention.
Net Return Over 5 Years
240%
Gross return on the $25M investment. Payback period estimated under 3 years. Does not account for citizen welfare improvements.
Cost of Inaction
$8–12M/yr
Annual legacy maintenance plus $4–6M in security vulnerability remediation — compounding with each year of deferred modernization.

Where the Savings Come From

$38M
Call center volume reduction — 30% decline in digital-origin contacts. Each percentage point of digital completion improvement reduces call volume by 180,000–240,000 contacts annually.
$19M
Field office walk-in reduction — 18% estimated decline as self-service digital channels absorb transactions currently handled in person.
$14M
Paper processing elimination — 22% reduction in hybrid submissions through expanded document upload, e-signature, and digital notice delivery.
$9M
Error rework reduction — 25% fewer rejected or incomplete applications driven by inline validation and plain-language form rewrites.
$5M
Fraud prevention improvements — biometric authentication and behavioral analytics applied at login and application submission.

Projected impact: Full modernization would shift digital adoption from 40% to 65–70% of total service interactions — reallocating 125–150 million annual transactions to self-service digital channels and reducing per-transaction administrative cost from $1.40 to under $0.85.

At the Strategy Level

📐
Mobile Infrastructure Strategy Document — Platform, API, and accessibility architecture recommendations with supporting rationale for each major decision point.
📊
Federal Benchmarking Analysis — Comparative mobile strategy review across VA, IRS, USCIS, and GSA with heuristic scoring and applicability assessment for SSA's context.
🗺️
UX-to-Infrastructure Impact Mapping Framework — Five-dimension model connecting technical architecture choices to measurable user experience outcomes. Kept infrastructure decisions grounded in citizen impact.
💰
Financial ROI Model — Five-year savings projection with phase-by-phase cost attribution, cost-of-inaction analysis, and benchmark validation from VA.gov and IRS Direct File transformations.
🏗️
Phased Migration Roadmap — Strangler fig migration strategy from monolithic to service-oriented architecture, with risk mitigation framework and parallel-system continuity planning.

At the Infrastructure Level

Accessibility Component Library Specification — WCAG 2.2 AA conformance requirements for a mobile-native USWDS equivalent. Cited as a model by other federal agencies exploring mobile-native accessibility infrastructure.
🔐
Authentication Architecture Recommendation — Hybrid Login.gov + biometric approach with a phased roadmap toward passwordless authentication. Directly influenced SSA's identity modernization roadmap.

Phased Execution Strategy

1
Predictive Search & Navigation
Months 1–6 · $5M
Deploy NLP-based intent search with autocomplete, service disambiguation, and synonym mapping. Redesign post-login navigation based on task-frequency analysis. Implement persistent task dashboards with progress indicators and session-save.
↑ 8–12% completion lift · Login→Search drop-off cut in half
2
Biometric Auth & Proactive Alerts
Months 7–12 · $7M
Integrate biometric authentication into SSA mobile apps. Deploy behavioral analytics engine to personalize service surfacing and predict next-best-action. Launch proactive push notification system for benefit status, document receipt, and review milestones.
↑ 18–25% retention lift · MFA abandonment reduced by 30–35%
3
Cross-Channel Integration
Months 13–24 · $8M
Unify digital, phone, and in-person service histories into a single citizen profile. Enable channel-switching without data loss. Deploy plain-language content overhaul across all digital forms and help documentation.
↓ 15% multi-channel duplication · Field office demand reduction begins
4
Continuous Optimization
Month 25+ · $5M/yr
Quarterly heuristic compliance audits with automated regression testing. Citizen feedback capture at every transaction point with closed-loop resolution tracking. AI-driven personalization scaled from benefit enrollment to full service lifecycle management.
65%+ sustained digital adoption · $85M 5-year savings milestone

06Reflection

Infrastructure Is User Experience

This project made one thing concrete: infrastructure decisions are UX decisions. Every API design choice, every authentication architecture call, every platform selection has a direct and measurable impact on whether a person can complete a task, access a benefit, or trust a system. UX designers who stay at the surface layer — screens and flows — miss the most consequential design decisions, which happen in architecture meetings and technical review boards.

"What does this choice mean for someone on a prepaid phone in rural Mississippi who needs to report their wages by Friday?" That question, simple and concrete, reframed technical debates into user-centered decisions more effectively than any wireframe could.

Why the Four Constraints Changed Everything

The exploration mattered because the answer wasn't obvious going in. Responsive web is cheaper to build and easier to maintain. Had the audit returned a different finding — had the four constraints been solvable with progressive web app technologies or browser API improvements — the recommendation would have been different. The constraints weren't assumed. They were surfaced through analysis of SSA's actual user population, infrastructure state, and operational requirements.

Biometric abandonment at 30–35% isn't a preference problem. It's a system design problem with a measurable population consequence — beneficiaries who can't reliably authenticate don't get served digitally. Offline capability isn't a nice-to-have for a population that skews rural and lower-income. Push notification reliability matters when the communications are legally consequential and time-sensitive. Accessibility precision matters when 35%+ of your user base depends on assistive technology that breaks when abstraction layers misbehave.

Building the financial case: Federal modernization fails when it can't defend itself in budget cycles. Connecting heuristic gaps to call center volume to dollar costs — that translation work is what keeps programs funded through administration changes and competing priorities. Strategy without a number is a suggestion. Strategy with a number is a mandate.

Strangler fig over big bang: Recommending incremental migration over a full rearchitecture wasn't the path of least resistance — it was the only responsible path given SSA's scale and political risk tolerance. The USAJOBS failure validated that call.

Retrospective Insight

The most effective moments on this engagement weren't when I was producing deliverables — they were when I was translating between technical constraints and human consequences. That positioning, between the people building the system and the people it was built for, is where strategy actually happens.

If I were to start again, I'd formalize the ROI modeling earlier — not as a final deliverable, but as a live framework running in parallel with the research. Decision-makers at SSA needed the financial case before they fully committed to the recommendations. Building it earlier would have shortened the alignment cycle significantly and given the exploration findings more weight in procurement conversations.