IEEE Xplore · 2023
Automated Tweet Sentiment Analysis Using Machine Learning
An XLNet-based transformer pipeline combined with a sentiment lexicon for multi-class tweet sentiment classification and trend forecasting.
- XLNet
- Transformers
- NLP
- IEEE
An animated diagram of a multi-agent pipeline: a document token travels between glowing agent nodes and is stamped approved at the end.
AI ENGINEER · AGENTIC & LLM SYSTEMS · MUMBAI, IN
I build multi-agent systems, RAG pipelines, and LLM-driven document workflows — then ship them end to end with FastAPI, PostgreSQL, and Next.js. Currently engineering a healthcare-credentialing platform at Vitco.
01 / ABOUT
I'm Suraj — an AI engineer who's happiest where language models meet production reality. At Vitco I work on a 3-person team building a healthcare-credentialing platform, where I turned a flaky LLM-classification step into a deterministic, field-driven routing layer that cut agent runtime ~25% and killed redundant token spend. Before that I trained a voice-clone detector to 92.5% on a dataset I built by hand, published an IEEE paper on transformer-based sentiment analysis, and shipped agentic research tools with LangChain and RAG.
I care about systems that are fast, correct under load, and actually maintainable — and about the craft of shipping them. Outside the terminal: origami, piano, chess, and the occasional beach cleanup back home in Mumbai.
02 / EXPERIENCE
Backend · 3-person team · Healthcare credentialing platform
MAY 2025 — PRESENT/Mumbai
Replaced LLM classification in a CrewAI multi-agent document pipeline with a declarative, field-driven routing layer built from deterministic tool composition. Cut agent runtime ~25% and eliminated redundant LLM calls and their token cost.
Fixed connection-pool exhaustion and transaction-rollback bugs that were breaking batch document uploads under concurrency in the FastAPI/PostgreSQL backend.
Added a pre-scan step that extracts expiry and reference data from structured fields before invoking agents, so the expensive agentic work only runs when it needs to.
Designed a re-run endpoint to re-execute agents on a document without a full re-ingestion pipeline — faster iteration and cheaper recovery.
03 / SELECTED WORK
Sample input
Verdict: Human voice
01
Can you trust a voice? This model catches AI clones 9 times out of 10.
A deep-learning classifier that detects AI-generated / cloned voices at 92.5% accuracy, trained on a self-curated 5,000-sample dataset (3,000 AI-generated) with Librosa feature extraction and a TensorFlow model.
02
Give it a topic. It researches, reasons, and writes the paper.
An agentic research system that autonomously researches a topic, retrieves and summarizes sources, and generates structured papers via RAG, streaming output through a FastAPI backend.
Prompt
> remind me to send the Q3 report to Priya on Friday at 5pm
03
Natural language in, structured actions out.
A task-automation assistant built on Next.js and OpenAI Structured Outputs, turning freeform requests into reliable, schema-validated actions.
HOW IT WORKS
01
A credentialing document lands in the platform — a licence, a certificate, an attestation. Batch uploads hit the FastAPI backend under real concurrency.
02
Before any agent runs, a pre-scan pulls expiry dates and reference data straight from structured fields. Cheap, deterministic, and it answers most of the question on its own.
03
Instead of asking an LLM to classify the document, a declarative field-driven router composes the right tools. No guesswork, no redundant tokens, reproducible every run.
04
The expensive agentic work only fires on what the router couldn't settle. Result: the same output, ~25% less agent runtime, and a re-run endpoint that skips re-ingestion entirely.
04 / WRITING
IEEE Xplore · 2023
An XLNet-based transformer pipeline combined with a sentiment lexicon for multi-class tweet sentiment classification and trend forecasting.
Certifications
05 / TOOLKIT
AI / LLM
Backend
Cloud
Frontend
Also
Beyond code
Piano · Origami · Badminton · Chess
Hackathons: 4 · Finalist — Rakuten Code the Future, TetraFlip
Languages: English · Hindi · Gujarati
06 / CONTACT
> open a new run
Open to senior, remote-first AI-engineering roles worldwide.