Shipped systems with measured outcomes. Every one ran with guardrails and a human in the loop.
Grant-Evaluation Agent
Challenge: Two reviewers spent about 25 hours a week processing inbound submissions by hand, plus 4 hours of weekly decision calls, with scoring that varied reviewer to reviewer.
What ALIPAP built: An n8n + Claude review pipeline. On submission it scores each application against an engineered rubric, generates a summary doc with images extracted in parallel, and routes APPROVE / REVIEW / REJECT down separate paths by confidence level, posting to the right Slack channel with a human in the loop for edge cases. The evaluator was backtested against real human reviews and tuned until its judgments matched the team’s.
Impact: Review time cut from 25 to 15 hours a week and decision calls from 4 to 2, with consistent, rubric-aligned scoring the team trusts.
Partner-Lifecycle CRM, Built In-House
Challenge: Partner intake, scoring, and the handoffs across BD, Legal, and Finance ran on manual coordination. A sister organization’s external vendor quoted about $30K just to auto-populate partner legal documents.
What ALIPAP built: A homegrown ClickUp + Zapier partner-lifecycle CRM. One centralized intake feeds a single pipeline; each stage change auto-creates the next team’s task across BD, Legal, and Finance with a human approval at every gate; partner legal documents auto-generate (the exact capability quoted at $30K); and activity-based scoring surfaces which partners need attention. Delivered alongside a company-wide Basecamp to ClickUp migration across a 50-plus person team with zero disruption.
Impact: Replaced the $30K vendor quote with a build delivered in under a week, saved 5-plus hours a week of manual ops, and cut engineering coordination time about 20% after the migration.
Multi-Agent Outreach Engine
Challenge: Lead research and personalized outreach were entirely manual.
What ALIPAP built: An n8n system that scrapes target accounts, qualifies leads with an AI agent, enriches contacts from a data API, and drafts personalized outreach, running the campaign only after human approval.
Impact: A repeatable lead engine that runs without manual research, with a human gate before anything sends.
Production AI Coaching App
Challenge: Behavior-change apps are usually built one vertical at a time (addiction, anxiety, phobias), so each new launch means rebuilding the product, and putting an AI coach in front of vulnerable users raises the bar on safety and cost control.
What ALIPAP built: A live, multi-tenant AI product. A mobile coaching app (Expo / React Native) with an in-app AI coach served through a live Cloudflare Worker that brokers model calls with primary and secondary key rotation, health checks, per-user and per-tenant daily cost caps, rate limiting, JWT auth, and RevenueCat billing. An operator console turns an intake into a new branded app, and the template ships a new vertical by swapping two JSON config files. Architected and shipped end to end through AI-assisted development (Claude Code) against locked PRDs, two dozen-plus verification gates, a written threat model, and crisis-keyword safety guardrails, with 198 passing backend tests.
Impact: A production backend and a TestFlight build, App Store compliant, that spins up new branded coaching apps from config, with per-tenant cost isolation and user-safety guardrails in place from day one.