AI Team LeadMaids.cc
May 2025 – PresentDubai, UAE (Hybrid)
Lead a 4–6 engineer AI team; own the agentic-platform roadmap and org-wide AI tooling across business units, and mentor engineers and new-grad hires to ship production features.
- Initiated and led the Agentic Development Board — an internal AI platform on AWS that drives a business request through spec → plan → code → tests → documentation as LangGraph multi-agent workflows with human approval gates between phases. Wrote the repo's first commit and led it as maintainer across ~8 contributors, merging 94 feature branches to master. ~116K LOC across a FastAPI backend and a Next.js 15 / React 19 / TypeScript frontend.
- Built the platform's LLM provider abstraction — one interface over two incompatible coding-agent runtimes (a forked CLI binary and an in-process SDK), swappable by a single Parameter Store value — including the runtime factory, the Claude Code SDK execution path, and the subprocess layer that makes forking a 600-second child safe.
- Designed 16 workflow types as a persisted phase machine over a 46-table MySQL schema, deliberately without a LangGraph checkpointer so one store answers "where is this task"; wrote the natural-language → security-validated read-only API workflow and its self-healing validate→repair loop, and the Kafka event publisher and SSE streaming path that surfaces multi-minute agent runs to the browser.
- Authored the multi-model agent framework — 16 model-specialized agent definitions (discovery, analysis, backend/frontend implementer, code-reviewer, impact-analyzer, test-writer and E2E variants) packaged as drop-in agent kits, 38K lines, sole author — with every convention derived by measuring the real repositories; plus the platform's Atlassian OAuth 2.0 + JWT session layer end to end, the auth foundation every integration on the platform authenticates against.
- Operated the platform's AWS deployment — VPC, autoscaling EC2 behind an ALB with ACM TLS, RDS MySQL, self-hosted Kafka (KRaft), ECR and SSM-managed secrets, provisioned with Terraform (44 resources across 26 AWS types) and released via containerised CI/CD.
- Initiated CodeHarbor and led its scan engine — an agentic LLM security scanner (FastAPI + LangGraph + Claude Code SDK) that runs a coding agent inside a sandboxed per-execution clone, scans GitLab diffs on a schedule against a 9-check security checklist and makes it prove every finding, with Pinecone similarity de-duplication and severity-based email + dashboard alerts — 207 commits and ~25K insertions of my own into the engine.
- Stood up the team's LLMOps backbone — a self-hosted LiteLLM gateway fronting every major provider behind one endpoint with per-key budgets and routing, and Langfuse (ClickHouse) tracing — then migrated production traffic off Claude 3.5 Sonnet to a candidate ~12× cheaper per token, gated on an LLM-as-judge replay harness over real conversations rather than on price alone.
- Standardized org-wide LLM tooling (Cursor, LangGraph, Langfuse) and built the adoption-analytics stack behind it: a custom VS Code/Cursor extension (diff engine) feeding a FastAPI/MySQL service and an Angular 20 + NgRx dashboard, plus a queue-backed prompt-logging service (Redis Streams, a 300 req/s rate ceiling, bounded queue shedding to 503, XCLAIM dead-worker recovery, dead-letter stream, idempotent batch upserts).
- Built and shipped a WhatsApp AI agent pilot on n8n — 22 workflows / 357 nodes with Twilio inbound orchestration, a 5-tool agent, and Redis conversation state (debounce list, durable attribute hash, 10-turn memory) including a stale-reply guard; load-tested it to destruction (30,300 requests ramped 26→940/s) and identified a hard ceiling of ~65 sustained req/s with 70.7% timeouts beyond it — successful throughput stayed flat regardless of arrival rate, proving a saturated worker pool rather than a network limit. Also authored the fleet-sync and backup tooling covering 9 n8n instances / 5,558 workflows.