TR
initializing agent runtime_

I Build AI Systems That Replace Manual Work.

I help startups automate operations using Agentic AI, LLMs, RAG systems, AI Voice Agents and workflow automation.

>

0+

AI Systems Shipped

0+

Automation Hours Saved / mo

0

Published Research

0+

Client Domains

agent_pipeline.py
agent = Agent(
llm=claude-sonnet-5,
tools=[retriever, api_call],
memory=VectorDB()
)
agent.run("automate onboarding")
onboarding automated — 0 human steps
Why clients hire me

I don't sell chatbots. I solve operational problems.

Every engagement starts with a business bottleneck, not a model. Here's what I actually get hired to fix.

Reduce Repetitive Work

Offload manual, repetitive operations to autonomous agents that run 24/7 without supervision.

Automate Customer Support

Deploy AI agents that resolve tickets, answer questions, and escalate intelligently — not scripted chatbots.

Internal AI Assistants

Give your team an assistant that knows your company's docs, tools, and workflows inside out.

AI-Powered Knowledge Bases

Turn scattered documents into a searchable, cited, hallucination-checked RAG system.

WhatsApp Automation

Meta WhatsApp-integrated agents that qualify leads, book calls, and support customers at scale.

Voice Calling Agents

Human-like voice agents that call, qualify, and log leads automatically — no human dialing required.

Sales Outreach Automation

Personalized, duplicate-safe cold outreach generated and sent on autopilot.

Document Intelligence

Extract, summarize, and reason over contracts, reports, and case files with retrieval-grounded accuracy.

Business Process Automation

Connect your tools end-to-end with n8n and custom APIs — data flows without human handoffs.

TR

How I work

Systems over demos.

  • Ships production code, not notebooks
  • Evaluation & monitoring on every system
  • Fast iteration without cutting corners
About me

I got into AI to build things that actually ship.

I'm an AI/ML Engineering graduate who spent more time in production logs than in lecture slides. Somewhere between training my first CNN and debugging my first agent that refused to stop calling the same API in a loop, I realized what I actually care about isn't the model — it's whether the system survives contact with real users and real edge cases.

That shift is what led to NyayaRAG, my published research on KisanMitra, and the autonomous agents, voice systems, and automation pipelines I now build for clients. I don't ship demos — I ship systems with evaluation, monitoring, and error handling baked in, because that's the difference between an AI toy and an AI system a business can depend on.

If you're a founder or ops lead staring at a process that shouldn't need a human anymore, that's exactly the problem I like solving.

AI/ML Engineering GraduatePublished ResearcherBangalore, India
Proof of work

Systems I've shipped, not just prototyped.

Four production-oriented builds — each with the problem, the architecture, and the business outcome.

01RAG System

NyayaRAG

A production-grade legal AI assistant with evaluated, hallucination-checked retrieval.

GitHubDemo Coming Soon

Problem

Legal teams drown in case law and contracts. Generic LLM chat hallucinates citations — an unacceptable risk in legal work.

Solution

A retrieval-augmented legal assistant that grounds every answer in retrieved source documents, re-ranks for precision, and continuously evaluates itself for hallucination and recall before answers ship.

Key features

Retrieval Augmented Generation (RAG)BM25 + dense hybrid retrievalCross-encoder re-rankingRagas & DeepEval evaluation suiteContext recall & hallucination detectionLatency + token cost monitoringDockerized, CI/CD via GitHub Actions

Business impact

  • Grounded answers with source citations instead of free-form hallucination
  • Automated eval suite catches regressions before deploy
  • Sub-second retrieval on a re-ranked hybrid index
RAGLlamaIndexFastAPIChromaBM25Cross-EncoderDockerGitHub ActionsRagasDeepEval

Architecture flow

1

Ingestion pipeline chunks & embeds legal documents via LlamaIndex

2

Hybrid retrieval — BM25 keyword search + dense vector search over Chroma

3

Cross-encoder re-ranking narrows candidates to the most relevant passages

4

FastAPI backend serves grounded, cited responses

5

Ragas + DeepEval run automated context recall & hallucination scoring in CI

6

Dockerized services deployed via GitHub Actions

7

Latency & token-cost monitoring on every request

shipped & monitored in production
02Voice AI

AI Voice Calling Agent

A voice AI agent that calls, qualifies, and books leads — fully automated.

GitHubDemo Coming Soon

Problem

Sales teams lose hours dialing unqualified leads, and outcomes never make it back into a clean spreadsheet.

Solution

An n8n-orchestrated voice pipeline where Twilio places calls, ElevenLabs delivers a natural conversational voice, and every outcome — qualified, callback, not interested — is logged straight into Google Sheets with scheduling handled automatically.

Key features

Twilio-powered outbound & inbound callingElevenLabs conversational voice AIn8n workflow orchestrationAutomatic outcome loggingLead qualification & schedulingCall automation at scale

Business impact

  • Eliminates manual dialing entirely
  • Every call outcome captured with zero manual data entry
  • Scales outbound calling without adding headcount
TwilioElevenLabsn8nGoogle SheetsVoice AIConversation AI

Architecture flow

1

n8n workflow triggers outbound calls from a lead queue

2

Twilio handles telephony & call routing

3

ElevenLabs generates natural, low-latency conversational voice

4

Conversation AI layer handles objections & qualification logic in real time

5

Call outcomes and transcripts logged to Google Sheets

6

Automated scheduling for qualified leads

shipped & monitored in production
03Automation

Agentic Cold Outreach

Autonomous, personalized cold email generation with built-in duplicate prevention.

GitHubDemo Coming Soon

Problem

Cold outreach at scale is either generic (low reply rate) or hand-written (doesn't scale). Most tools also re-email the same lead twice.

Solution

An autonomous agent that reads lead data from Google Sheets, researches context, drafts a genuinely personalized email per lead, sends via the Gmail API, and tracks who's already been contacted to guarantee zero duplicates.

Key features

Autonomous, personalized email generationGoogle Sheets-driven lead pipelineGmail API sendingDuplicate preventionFully automated lead outreach

Business impact

  • Higher reply rates from genuinely personalized copy
  • Zero duplicate outreach to the same lead
  • Outreach volume scales without a growth team
Google SheetsGmail APILLM AgentsLead Automation

Architecture flow

1

Lead source: Google Sheets as the single source of truth

2

Agent enriches each lead with contextual research

3

LLM drafts a personalized email per lead — not a template with merge fields

4

Duplicate-prevention layer checks send history before dispatch

5

Gmail API sends and logs delivery status back to the sheet

shipped & monitored in production
04Machine Learning

KisanMitra

An AI agriculture platform for crop recommendation and plant disease detection.

GitHubDemo Coming Soon

Problem

Smallholder farmers often lack fast access to agronomic expertise — the wrong crop choice or a missed disease can cost a whole season.

Solution

A machine learning platform that recommends the optimal crop from soil & weather data and detects plant diseases from leaf images using a trained CNN — served through a simple Flask web app.

Key features

Crop recommendation enginePlant disease detection from imagesTensorFlow CNN classifierScikit-learn recommendation modelLive weather API integration

Business impact

  • Published as peer-reviewed research at FutureTech 2025
  • Gives farmers a data-backed second opinion in seconds
  • Demonstrates end-to-end ML: data → model → deployed app
TensorFlowCNNScikit-learnWeather APIFlask

Architecture flow

1

Crop recommendation model trained with Scikit-learn on soil & climate data

2

Disease detection CNN built and trained in TensorFlow

3

Live weather data pulled from a public Weather API

4

Flask backend serves both models through a unified interface

shipped & monitored in production
05Mobile App

TransitGo India

A production iOS ride-booking platform — live on the App Store.

Problem

Riders needed a booking experience that felt safe, not just functional — with live trip visibility and a way to signal for help instantly if something went wrong.

Solution

A full ride-booking platform shipped to the App Store: instant booking, live driver tracking on a map, secure in-app payments, multiple vehicle classes, and a built-in emergency SOS. Built and released as part of a cross-functional engineering team at Shankh Technologies.

Key features

Instant ride bookingLive driver location trackingEmergency SOSSecure in-app paymentsMultiple vehicle typesTrip history & ride details

Business impact

  • Live on the iOS App Store with a public release
  • Shipped end-to-end as part of a production engineering team
  • Safety-first design: SOS and live tracking built into the core ride flow
iOSMobile DevelopmentREST APIsReal-Time TrackingMaps SDKPayments Integration

Architecture flow

1

Mobile client handles booking flow, map rendering, and live trip state

2

Real-time driver location streamed to the rider during an active trip

3

Backend APIs coordinate matching, trip lifecycle, and ride history

4

Secure payment gateway integration for in-app transactions

5

Emergency SOS triggers an immediate alert path from inside an active ride

6

Shipped through the full App Store review and release pipeline

shipped & monitored in production
The toolkit

A stack built for production, not demos.

Every tool here has shipped in a real client system — not just a side project.

Programming

Python
Java
C++
SQL
JavaScript
TypeScript

Generative AI & LLMs

LangChain
LangGraph
OpenAI
Claude
Gemini
HuggingFace
RAG
FastAPI

ML & Deep Learning

TensorFlow
PyTorch
Scikit-learn
OpenCV
XGBoost
Pandas
NumPy

Web Development

React
Next.js
Tailwind CSS
HTML/CSS
Flask

Mobile Development

iOS Apps
Mobile UI
App Store

Automation

n8n
Supabase
REST APIs
Webhooks
Meta WhatsApp

Databases

MongoDB
Vector DB
Chroma

Deployment & Tools

AWS
Docker
Vercel
Git
GitHub Actions
Power BI
Why hire me

Engineering judgment, not just prompt-writing.

Anyone can call an LLM API. Here's what actually makes a system worth paying for.

01

Production AI Systems

I ship evaluated, monitored systems — not notebook demos.

02

Business-First Mindset

Every system is designed around a business metric, not just a model score.

03

Fast Development

Lean toward working prototypes in days, not sprints of slideware.

04

Clean Architecture

Modular, testable systems your team can extend after I'm gone.

05

Scalable Solutions

Built to handle real traffic — async, containerized, monitored.

06

Automation Expert

I connect your existing tools instead of asking you to replace them.

07

LLM Specialist

Deep, hands-on experience across OpenAI, Claude, Gemini, and open models.

08

GenAI Product Development

End-to-end GenAI delivery — web app, mobile app, and deployment — not just the model layer.

Published research
FutureTech 2025

KisanMitra: AI-Driven Smart Agriculture System

A peer-reviewed paper presenting an end-to-end AI platform for crop recommendation and plant disease detection, combining classical ML and deep learning to give farmers real-time, data-backed agronomic guidance.

Read the publication
Journey so far

From classroom to production systems.

2022Education

Started B.E. in AI & Machine Learning

Began formal AI/ML engineering education, building a foundation in statistics, deep learning, and systems thinking.

2023Projects

First production ML systems

Built and shipped early crop-recommendation and computer-vision projects — the seeds of KisanMitra.

2024Research

Published KisanMitra research

Co-authored and published "KisanMitra: AI-Driven Smart Agriculture System" at FutureTech 2025.

2024Internship

Software Development Intern — Shankh Technologies

Built and shipped production software on real client projects as part of a cross-functional engineering team, including the TransitGo India iOS app released on the App Store.

2025Projects

Agentic AI systems — NyayaRAG, Voice Agents, Outreach Automation

Shifted focus to agentic architectures: evaluated RAG pipelines, voice AI agents, and autonomous outreach systems.

2025Freelancing

Freelance AI Automation Engineer

Started building production AI automation systems for startups and businesses — from WhatsApp agents to workflow automation.

Open source & activity

Live from GitHub.

Pulled straight from the API — real repos, real activity, no curated screenshots.

Client feedback

What it's like to work together.

Tousif shipped an AI agent that replaced three hours of daily manual work in under two weeks. The kind of engineer who actually understands the business problem.

Founder

SaaS Startup

The RAG system he built for us is the first AI tool our legal team actually trusts — because it cites its sources and doesn't hallucinate.

Operations Lead

Law Firm

Our WhatsApp support agent now handles most tier-1 tickets automatically. Setup was fast, and the handoff logic to humans is seamless.

Head of Support

Ecommerce Brand

Let's talk

Let's Build Something Amazing

Have a process that shouldn't need a human anymore? Tell me about it — I reply to every serious inquiry within 24 hours.