Asia/Kolkata
ProjectsJune 1, 2025

NovaBench: AI Recommendation Engine

NovaBench: AI Recommendation Engine
The client operated a massive, high-velocity laptop catalog where traditional keyword search was failing. Queries like "something lightweight for heavy video editing under 1.5kg" returned irrelevant results: the search engine had no concept of intent, only tokens. Low engagement and missed conversions were the direct result. An end-to-end RAG pipeline that moves beyond keywords to understand the deep context of every query. The system extracts structured intent from natural language, retrieves semantically relevant products, and streams a conversational response, all under 200ms. Intent Extraction Used Gemini Flash to map raw natural language into structured filters, including price range, GPU class, weight threshold, and use case, before ever touching the database. Semantic Retrieval Implemented Sentence Transformers (e5-base-v2) generating dense embeddings stored in pgvector. Queries are embedded at runtime and matched via cosine similarity, not keyword overlap. High-Speed Serving Built the backend on FastAPI with Redis caching for hot catalog entries. Streaming responses via SSE keep perceived latency low even on complex multi-filter queries. Production Hardening Deployed as a Dockerized microservice with structured logging, request-level auth, and connection pooling tuned for high-concurrency traffic. FastAPI · PostgreSQL + pgvector · Redis · GPT-4o · Gemini Flash · Sentence Transformers · Docker · Python
  • Sub-200ms end-to-end latency for real-time streaming responses
  • 99.5% uptime in production
  • Transformed product search into a conversational advisory experience: users describe needs, the engine recommends with reasoning

Other projects

3DLabs: Autonomous AI Video Pipeline

3DLabs: Autonomous AI Video Pipeline

An end-to-end system that turns a topic into a finished documentary-style video in ~8 minutes, with no manual intervention required.
Linea: AI Workflow Orchestration Platform

Linea: AI Workflow Orchestration Platform

A visual canvas for composing AI workflows, backed by a reliable execution engine and TypeScript SDK, turning black-box agent logic into visual, manageable pipelines.
jumble[cash]: On-Chain Arcade & AI Decision Engine

jumble[cash]: On-Chain Arcade & AI Decision Engine

An on-chain arcade where AI-led games gamify high-stakes decision-making. Built the full frontend architecture and deep Solana integration for production-grade reliability at launch.
Ledger: AI-Native Revenue Orchestration

Ledger: AI-Native Revenue Orchestration

A high-performance revenue management platform that automates the full financial lifecycle for independent workers, covering multi-workspace billing, predictive forecasting, and autonomous payment tracking.