Entrepreneurship

aiOrigin

Co-founder & Lead Engineer

2026 — present

Multi-tenant SaaS platform for autonomous AI agents in the enterprise.

Orchestrated long-running work through durable Temporal workflows — scheduled jobs and a 4-phase multi-agent B2B prospecting pipeline — with dual heartbeats and automatic cleanup of orphaned runs.

Secured multi-tenancy: ES256 JWT auth (JWKS), PostgreSQL RLS, a 5-level permission hierarchy, sandboxed tool execution and idempotent Stripe usage-based billing.

  • Designed and built end to end: fully async FastAPI backend, React / TypeScript frontend, Docker infrastructure, PostgreSQL, Redis, Temporal Cloud
  • Multi-provider agent loop (Claude Agent SDK + LiteLLM): 4 interchangeable LLM providers, semantic tool selection across 850+ OAuth-connected apps
  • Token-by-token real-time streaming (Redis Streams → SSE → React): idempotent sequenced events, crash-resume