Sayan De
Full-stack AI engineer
I build AI products end-to-end — from LLM orchestration and agentic systems down to the Kubernetes clusters they run on. I care about sharp abstractions, boring infra, and agents that actually ship instead of demo.
Ask me about multi-agent architectures, persistent memory graphs, or why your RAG pipeline probably needs BM25. Based in India.
Current status: Currently part-timing with AfterQuery and Parcero to keep the lights on, while actively looking for a Full Stack AI engineering role at an early-stage AI startup. Looking to join at the start of August. I have zero notice period and will leave all part-time commitments once I join.
Last updated on: Jul 14, 2026
Experience
Software Engineer · AfterQuery (YC 2025)
April 2026 – Present ( Part -Time )
NDA
Full Stack AI Engineer · Parcero.digital
May 2026 – Present
Leading end-to-end full-stack and AI projects for a SaaS platform serving 200K+ users. From architecture design to deployment, handling scale, reliability, and AI integrations.
Full Stack AI Engineer · Bhindi.io
Dec 2025 – April 2026 (Contract)
Built stealth-mode web automation with Playwright (anti-detection, human-like delays) to scrape dynamic JS sites. Integrated Gemini Vision API for screenshot-based structured data extraction. Implemented persistent auth sessions to eliminate redundant logins.
Software Engineer · Symbols.app
Jan 2025 – Sep 2025
Led frontend for the No-Code editor, mentoring developers and helping non-technical users build websites/apps. Identified and fixed AI-related bugs with full-stack solutions.
Full Stack AI Engineer · Multiple Small Startus & SAAS
Jan 2022 – Present
Worked on multiple small SAAS startups integrating payment gateways to building full-stack projects with live users
Skills
Languages
TypeScript, Go, Python
AI
LLMs, Agents, LangGraph, RAG, Function Calling, MCP
Frontend
React, Next.js, Tailwind
Backend
Node, NestJS, FastAPI, tRPC, GraphQL, gRPC
Database
Postgres, MongoDB, Redis, Pinecone
Infra
Nginx, Docker, K8s, CI/CD, GCP, AWS, Cloudflare, Terraform
Projects
AI-Powered Tool Orchestration via Autonomous Agents
- Next.js, TailwindCSS, Express, tRPC, FastAPI, LangGraph, LangChain, LangSmith, MCP, PostgreSQL, Prisma, Docker, AWS
- Architected a full-stack monorepo with a real-time chat interface using Next.js 16 / React 19 frontend and Express/tRPC backend, enabling seamless bidirectional communication.
- Engineered an autonomous AI agent system using LangGraph with Plan → Route → Execute pattern, dynamically orchestrating 20+ MCP tools to execute complex multi-step workflows.
- Reduced LLM token consumption by 90% through intelligent context management, implementing selective tool binding and conversation state pruning.
- Achieved 80% faster response times by implementing smart model routing and prompt compression, dynamically selecting LLMs based on task complexity.
- Decreased hallucinations by implementing a Human-in-the-Loop (HITL) system with state-based approval workflows for safe execution of critical actions.
- Implemented async memory persistence after workflow completion and agent context injection, allowing personalized multi-session interactions with strict user data isolation.
- Ensured 99.9% system uptime by deploying production infrastructure on AWS EC2 with automated CI/CD pipelines and containerized microservices.
Tune LaTeX Resumes & Cover Letter with tuned AI agents
- LangChain, LangGraph, FastAPI, Next.js, PostgreSQL, Docker, AWS Lambda, EC2, ALB, Route53
- Built a self-learning AI agent with long-term memory that adapts to user preferences and preserves context.
- Reduced LLM latency by 80% and costs by 90% through intelligent routing between weak and strong models.
- Optimized LLM for LaTeX code generation using Few-Shot Prompting to ensure syntactic accuracy.
- Decreased token usage by 70% and improved response times via Prompt Compression with LLMLingua.
- Minimized hallucinations in job-application conversations by implementing isolated chat session threads.
- Integrated a LaTeX compiler with live code editor for dynamic document generation.
- Maintained website Core Web Vitals (FCP, LCP, FID, CLS, SEO) with an average score above 95%.
- Deployed backend APIs using a hybrid architecture: LangChain & LangGraph API on AWS Lambda (serverless) for scalability and a LaTeX compiler API on AWS EC2 behind a load balancer for reliability and performance.
Uber's internal on-call copilot (Uber's Engineering Blog)
- LangGraph, LangChain, SambaNova (Llama 3.1), Google Gemini 2.5, FastEmbed, Qdrant, PyPDFium
- Replicated how Uber built their internal Agentic AI chatbot with LangGraph that saved 21,000 developer hours.
- Built an Agentic RAG pipeline using LangGraph, integrating small and large LLMs for query rewriting, hybrid (dense + sparse) retrieval, and context-aware answer generation.
- Optimized document retrieval by storing vectorized data with custom metadata in Qdrant, enabling hybrid search (semantic + BM25) and precise filtering based on metadata conditions.
Writings
Oct 10, 2025
I replicated 'How Uber built an AI Agent that saved 21000 developer hours'
Mar 26, 2026
Building an Autonomous AI Agent: A Deep Dive into Architecture
Mar 23, 2026
How I Reduced Token Cost While Building With Many MCPs
Dec 26, 2025
Building Intelligent Web Automation
Nov 15, 2025
I have built around 100 agents. Here's what I learnt about the AI Agent
Nov 13, 2025
How to deploy AI SAAS