Agentic AI

Agentic CRM Automation — SaaS Startup

The problem

Three people spending 8 hours a day manually logging calls, updating CRM records, and chasing follow-ups. The sales team was losing time they needed to actually sell.

What I built

An agentic workflow using LangGraph and their existing CRM API. Three agents running in sequence: one extracts and structures call transcripts, one updates CRM records automatically, one drafts follow-up messages and flags priority leads for human review.

What broke first

Transcript extraction hallucinated on cross-talk and heavy accents. Fixed it with a validation agent pass before any data writes. Now it flags low-confidence extractions for human review rather than silently writing wrong data.

Stack

LangGraph · OpenAI · Python · CRM webhooks · PostgreSQL

Outcome

6 hours of daily manual work down to under an hour. Zero missed follow-ups in 3 months post-deployment.

RAG / Document AI

LLM Document Intelligence Pipeline — Financial Services

The problem

A 4-person team manually reviewing and extracting data from 100+ documents per week. Slow, error-prone, and expensive to scale.

What I built

A RAG-based document intelligence pipeline. Documents ingested, chunked, embedded, and stored in a vector DB. A query layer on top lets the team ask plain-language questions and get structured data back with source citations.

What broke first

The default chunking strategy destroyed context across page breaks. Rewrote it with semantic chunking and overlap. Accuracy improved a lot after that.

Stack

LlamaIndex · OpenAI · Qdrant · FastAPI · Python

Outcome

Manual review team down from 4 people to 1 for oversight. Processing time per document: 20 minutes to under 2 minutes.

Multi-Agent

AI Workflow Automation — Startup Operations

The problem

A growing startup with no dedicated ops person. Tasks falling through the cracks across Slack, email, and spreadsheets.

What I built

Multi-agent orchestration layer that monitors inputs across channels, classifies tasks, routes them to the right person or system, and tracks completion. Built on top of their existing tools so the team had nothing new to learn.

Stack

LangChain · GPT-4 · Zapier API · Slack API · Python

Outcome

Zero task drop-off for 6 months post-deployment. Saved roughly 15 hours per week across the team.

Quant

Automated Signal Generation — MCX and NSE

Quant system that pulls live and historical market data, runs technical indicator calculations, and generates trade signals based on configurable strategy logic. Delivered via dashboard with optional order execution.

Python · Pandas · TA-Lib · Zerodha Kite API · PostgreSQL

Emotion removed from entries and exits. Strategy defined once, executed consistently.

Algo Trading

Crypto Algo — Multi-Exchange

Algorithmic trading system covering spot and derivatives across exchanges. Includes backtesting module, live execution, and P&L tracking dashboard.

Python · CCXT · Backtrader · PostgreSQL · Grafana

Backtesting to live with full P&L visibility.

Working on releasing an agentic AI starter kit and a production RAG boilerplate. Watch this space or follow on GitHub.

GitHub →

Want something like this built?

If you have a real problem and want a real system, let's talk.

Work with me →