Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Typing SVG

Profile Views GitHub followers LinkedIn Portfolio Medium Newsletter


๐Ÿง  About Me

vinayak = {
    "role"       : "AI Research Associate @ Vidur Research",
    "education"  : "B.Tech CSE @ KIIT University (2023โ€“2027)",
    "location"   : "India ๐Ÿ‡ฎ๐Ÿ‡ณ",
    "focus"      : ["Production RAG Systems", "LLM Fine-tuning", "Agentic Workflows"],
    "currently"  : "Building financial intelligence systems with CRAG + RAGAS at scale",
    "philosophy" : "Real products > notebooks. Metrics > vibes.",
}

AI coding

  • ๐Ÿ”ญ Building CRAG pipelines that cut hallucinations 30% across 50+ financial instruments
  • โšก Achieved 95%+ temporal accuracy with evidence gating + contradiction detection
  • ๐Ÿค– Fine-tuned Phi-2 (2.7B params) with LoRA โ€” 85% command accuracy, 40% faster inference
  • ๐Ÿ“Š Integrated RAGAS evaluation driving 10โ€“20% retrieval gains per iteration
  • ๐Ÿ† First Prize โ€” FED Hackathon (NLP-integrated finance tracker)
  • ๐Ÿ“ฐ Shipped The Vector Daily โ€” automated AI newsletter processing 100+ articles/day

๐Ÿ’ผ Experience

๐Ÿข

AI Research Associate ยท Vidur Research (Subsidiary of Dreamskrin) Oct 2025 โ€“ Present ยท Remote ยท India

  • Implemented Corrective RAG (CRAG) with retrieval evaluator + knowledge refinement โ†’ โ†“30% hallucinations
  • Evidence gating + contradiction detection โ†’ 95%+ temporal accuracy, full citation provenance
  • Built autonomous financial research agent โ€” multi-step search, vector DB retrieval, source-grounded analysis
  • RAGAS suite integration โ†’ 10โ€“20% retrieval quality gains per iteration (130+ LLM calls/analysis)
  • Architected Quadrant classification DAG across 7 financial domains with full provenance

๐Ÿš€ Featured Projects

Project The honest description What the numbers say
๐Ÿงฉ PrepGraph RAG chatbot with hybrid BM25 + FAISS, semantic cache, and a query router that picks between Llama 8b and 70b based on whether your question deserves the big model โ†“40% LLM calls ยท โ†“25% latency ยท โ†“30% inference cost
๐Ÿ–ฅ๏ธ Command Copilot Fine-tuned Phi-2 (2.7B params) with LoRA to turn plain English into Linux commands. Runs completely offline. No cloud. No privacy leak. 85% command accuracy ยท โ†“40% inference time
๐Ÿง  ChatGPT Memory From Scratch Built a three-layer memory system (short-term dict โ†’ FAISS long-term โ†’ LLM summarization) without LangChain. Because I wanted to understand what "memory" actually means, not just call a library No LangChain. Pure logic.
๐Ÿ“ˆ FinVector Research Embedded financial news with FinBERT, clustered the semantic space, found that market regime shifts show up in the geometry of news embeddings before price moves Applied on NIFTY 50 ยท 768-dim vectors ยท regime transition matrices
๐Ÿ‘— Reel2Retail YOLOv8 detects clothing in video frames โ†’ CLIP embeds them โ†’ FAISS matches to catalog โ†’ NLP classifies the vibe. End-to-end CV + NLP pipeline >75% match confidence threshold ยท full JSON output
๐Ÿ“ฐ The Vector Daily Automated AI newsletter that scrapes arXiv, Medium, HuggingFace โ†’ LLM digest โ†’ HTML โ†’ sent to your inbox. Runs every day without me touching it. 100+ articles/day ยท live in production
๐Ÿ›ก๏ธ SecuFlow SSH intrusion detection + Groq LLM threat analysis + Telegram bot for human approval + automatic UFW blocking. Human-in-the-loop security. Real-time blocking ยท explainable AI threat reports

๐Ÿ› ๏ธ Tech Stack

๐Ÿค– LLM & RAG

LangChain LangGraph LlamaIndex FAISS HuggingFace RAGAS

๐Ÿ”ง Fine-tuning & Training

PyTorch LoRA PEFT TensorFlow

๐Ÿ‘๏ธ Computer Vision

YOLOv8 CLIP OpenCV

โš™๏ธ Serving & Infra

FastAPI Docker Redis Python Linux

๐Ÿ“Š Data & Analytics

Pandas SQL Hadoop Tableau Power BI


๐Ÿ“Š GitHub Stats


โœ๏ธ Latest Articles

I've been writing about this too โ€” because writing forces me to find the gaps in my own understanding:

๐Ÿ“ Building an LLM From Scratch: I Trained Word Embeddings on Dostoevsky โ€” Here's What I Found โ€” Towards AI
Embeddings seems very easy from the theory point of view, but when it comes to understanding and training into the real world, then the game begins.

๐Ÿ“ Building an LLM From Scratch. Here's Where It All Starts. โ€” Towards AI, May 2026
Tokenization is not splitting words. BPE was invented for file compression in 1994. I didn't know that until I built it myself.

๐Ÿ“ My RAG App Was Confidently Wrong โ€” That's When I Found CRAG โ€” Mar 2026
Vector databases always return neighbors. Whether those neighbors are useful is a completely different question.


๐Ÿ Contribution Snake

github-snake

๐Ÿ“ซ Let's Connect

LinkedIn Portfolio Gmail


About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors