AI Capabilities Roadmap
$140 billion in public benefits go unclaimed every year. This roadmap tracks the AI capabilities funded by the GitLab Foundation AI for Economic Opportunity grant to address this gap.
The Four Pillars
Document Extraction
Extract structured data from paystubs, IDs, bank statements. Turn documents into verified information.
Fraud Detection
Identify coordinated fraud while maintaining low false-positive rates for legitimate applicants.
Program Generation
Generate intake flows, eligibility logic, and operational frameworks from plain language descriptions.
Multilingual Outreach
Inform applicants about opportunities and deadlines in their own language at scale.
Shared AI Platform Layer (Cross-Cutting)
This roadmap assumes a shared AI platform layer that powers all four pillars. It is both an internal architecture layer and a product capability: model routing, evaluations, safety, and auditability are built once and reused everywhere.Core Capabilities
- Model Router: Multi-provider routing, fallback, and cost/latency-aware selection.
- Prompt + Policy Registry: Versioned prompts, policy templates, and safe defaults per workflow.
- Evaluation Harness: Golden datasets, regression tests, and confidence calibration per document type.
- Observability: Per-request traces, latency, cost, and error analytics tied to submissions.
- PII Handling: Redaction, field-level access controls, and content filtering by program.
- Human Review Queue: Shared reviewer tooling, SLAs, and audit trails across pillars.
- Feature Store: Verified fields and risk signals shared between eligibility, fraud, and outreach.
Data Lineage & Human-in-the-Loop
- Track lineage for every AI-derived field: source document, model/version, confidence, and reviewer action.
- All overrides require a reason code and persist an immutable audit log.
- Reviewer corrections feed back into evaluation datasets and model improvements.
Compliance Readiness (Future)
- Data retention policies and deletion workflows per program.
- Least-privilege access to AI outputs and raw documents.
- Vendor model logging controls and secure transport defaults.
Model Router Options (Decision Matrix)
Router Decision Criteria
- Data class (PII sensitivity), residency, and retention requirements.
- Cost targets and latency SLAs per use case.
- Model coverage (vision, OCR, structured extraction, reasoning).
- Observability depth (per-request traces, prompt/version tracking).
- Contracting complexity and vendor support timelines.
Internal Router Interface (Draft)
- All AI calls must emit
trace_id,prompt_version, andpolicy_id. - Router decisions should be auditable and replayable for evaluation.
Roadmap Dependencies (Q1 2026)
1. Automated Document Review & Data Extraction
Most benefit programs struggle to turn documentation into structured information. When someone submits a paystub to verify income, staff manually review it, interpret what they’re seeing, and enter data into systems. Human perception varies. Mistakes happen. Processing takes hours.
What Exists
What’s Missing
Architecture
Downstream Implementation Notes
- Document processing pipeline is downstream of upload and classification.
- Pipeline stages are event-driven and re-runnable (classification → extraction → confidence → review).
- All outputs are stored with lineage metadata for auditability and retraining.
2. Fraud Detection That Protects Legitimate Applicants
We will analyze patterns across our more than 400,000 existing applications to build a comprehensive understanding of fraudulent submission behavior. As generative AI makes fake documents increasingly realistic, there need to be models that develop deeper fraud vectors that identify coordinated attempts and synthetic identities.
What Exists
What’s Missing
Architecture
Risk Scoring Model
3. Program Template Generation from Proven Models
Good benefit programs share common patterns in eligibility criteria, documentation requirements, workflow design, and fraud controls. By analyzing our existing programs alongside publicly available benefit programs that people love, AI can identify what makes programs work well. Administrators describe their goals in plain language. The goal is to generate customized intake flows, eligibility logic, and operational frameworks based on proven models.
What Exists
What’s Missing
Architecture
4. Personalized Outreach in Community Languages
Families miss opportunities because they don’t know about deadlines, timelines, or programs they qualify for. AI enables personalized outreach at scale, informing applicants about relevant opportunities, upcoming deadlines, and next steps in their own language.
What Exists
What’s Missing
Architecture
Implementation Timeline
Success Metrics
Related Documentation
Platform Vision
How Terra, Pathfinder, Forge, Sentinel, and Hub work together
Engineering Planning
Quarterly roadmap and capability audit
Sentinel Introduction
Fraud analysis platform deep dive
Hub Introduction
Unified applicant view deep dive