As AI engineer
- Orchestrated six specialized LLM agents, running the three generation agents in parallel on Step Functions Express to cut end-to-end latency to 30–45 seconds.
- Routed models by task across Amazon Bedrock — Nova Lite for structured extraction, Claude Haiku 4.5 for writing — holding cost at ~$0.02 per application.
- Built server-side PDF parsing with pdfplumber, materially improving extraction accuracy on multi-column resumes over browser-based parsing.
As cloud / systems engineer
- Designed the serverless backbone — Step Functions, Lambda, API Gateway, DynamoDB — for under $3/month of infrastructure.
- Bypassed the API Gateway 29-second timeout with an async ingestion pipeline: a containerized Playwright Lambda on ECR with DynamoDB polling.
- Shipped the frontend on S3 + CloudFront with HTTPS (ACM), a custom domain on Route 53 and least-privilege IAM, following the Well-Architected Framework.