- 🔭 Currently Engineering:
Agentic Systems Engineering• Framework-agnostic runtime engines with dual-mode execution (Dynamic LLM Routing vs. Deterministic State Pipelines)Enterprise RAG & MLOps• Two-stage retrieval architectures, cross-encoder re-ranking, and automated Ragas evaluation.LLM Fine-Tuning & Core DL• Comparative LoRA/QLoRA pipelines (HF PEFT vs. Unsloth) & custom autograd enginesHigh-Throughput Backends• Containerized asynchronous APIs with FastAPI & Docker
- 💼 Focus Areas: Autonomous Multi-Agent Systems • LLM-as-a-Judge & RAGAS Evaluation(RAGAS) • PEFT (LoRA / QLoRA) • Low-Latency FastAPI Backends • Containerized LLMOps(Docker).
- 📫 Contact: LinkedIn • Email
Languages & Backend Infrastructure:
AI, Machine Learning & LLM Systems:
Operating Systems & Scripting:
| Engineering Pillar | Key Implementations & Patterns |
|---|---|
| Multi-Agent AI Systems | Framework-free runtime engines, dynamic LLM routing, deterministic DAG state machines, structured tool calling. |
| Enterprise RAG & Retrieval | Two-stage architectures (Recall + Rerank), Cross-Encoders (BAAI), custom mathematical evaluation sandboxes, vector indexing (ChromaDB, Qdrant). |
| Evaluation & Quality Benchmarking | Ragas framework, automated LLM-as-a-Judge test suites, faithfulness & context precision scoring. |
| Model Adaptation & PEFT | LoRA/QLoRA instruction fine-tuning, Hugging Face PEFT vs. Unsloth Triton acceleration, loss tracking. |
| AI Backend & Infrastructure | Asynchronous REST APIs with FastAPI, Pydantic validation, SQLite/Vector persistence, Docker containerization. |
| Project | Focus Area | Architectural Highlights |
|---|---|---|
autonomous-multiagent-engine |
Multi-Agent AI Systems | Framework-free runtime engine with dual-mode execution (Dynamic LLM Routing vs. Deterministic State Machines), structured tool dispatch, and integrated RAG. |
llm-transpiler |
Code Gen & Tool Calling | Python-to-C++/Rust transpilation engine using AST grammar parsing, LLM tool execution, and benchmarked runtime speedups. |
enterprise-rag-evaluation |
Production RAG & Backend LLMOps | A production-grade, two-stage RAG architecture analyzing SEC 10-K financial reports. Pairs a mathematical evaluation sandbox with a custom, framework-free asynchronous REST API, local BAAI cross-encoders, and Docker. |
ecommerce-price-cot-finetuning |
SLM Fine-Tuning & MLOps | End-to-end pipeline contrasting direct regression (Llama 3.2) with a Chain-of-Thought engine (Qwen 2.5); features Unsloth Triton acceleration and 4-bit GGUF export for local Docker/Ollama deployment. |
pytorch-deep-learning-foundations |
PyTorch & NN Architecture | A production-grade, end-to-end deep learning and computer vision repository covering fundamental tensor mathematics, custom neural architectures, non-linear classification, convolutional vision pipelines (TinyVGG), dynamic data augmentation, device-agnostic GPU acceleration and modular CLI-driven training engines. |
deep-learning-cv-foundations |
Deep Learning Foundations | A curated collection of modular, production-focused deep learning implementations and computer vision labs. This repository covers end-to-end workflows: automated data scraping, dataset verification, transfer learning backbones, pixel-level semantic segmentation, categorical tabular embeddings, collaborative filtering, error diagnosis, and standalone model serialization. |