
LLM Engine & AI Workflow Platform
AI workflow orchestration platform integrating Large Language Models to automate document processing, business workflows, knowledge retrieval, and intelligent decision-making.
/// overview
Developed an AI workflow orchestration platform that integrates Large Language Models into enterprise processes. Supports document ingestion and processing, retrieval-augmented generation (RAG) over private knowledge bases, structured workflow automation, and decision-making pipelines that route outputs to downstream systems.
The problem
Businesses have large volumes of documents and internal knowledge that employees navigate manually. Existing LLM integrations are either too shallow (chat-only) or too expensive and complex to wire into real business workflows.
The approach
Built a Python backend with LangChain/LlamaIndex for RAG pipeline construction. Used FastAPI for the orchestration API layer, PostgreSQL with pgvector for embedding storage, and Redis for workflow state and caching. Implemented document chunking, embedding, and retrieval pipelines. Added a workflow DSL for defining multi-step LLM chains with conditional branching.
Outcome
Automated document review, knowledge Q&A, and decision routing workflows that previously required manual analyst time — with retrieval accuracy grounded in private organizational data.
More projects

RMIP — RTSP Metadata Injection Proxy
Real-time video synchronization that aligns delayed AI detections with live RTSP streams — integrating ODM, Milestone XProtect, and iSentry MMS for accurate overlay rendering.

Log Shipper Sidecar Injection Webhook
Kubernetes Mutating Admission Webhook in Go that automatically injects log-shipper sidecars into ML monitoring workloads — enabling centralized observability without manual pod spec changes.