๐ Stats ยท ๐ About ยท ๐ ๏ธ Tech Stack ยท ๐ Projects ยท ๐ฌ Research ยท ๐บ๏ธ Roadmap
const harshit: Developer = {
name: "Harshit Subramanian",
role: "Software Development Engineer (SDE-III) // AI & ML Specialist",
location: "๐ Coimbatore, India",
focus: [
"๐ง Architecting Custom Small Language Models (SLMs) & Hybrid Encodings",
"๐ Building zero-hallucination Retrieval-Augmented Generation (RAG) Systems",
"โ๏ธ High-precision AST parsing for data engineering workflows",
"โก High-performance algorithmic optimization & system design",
],
stack: {
languages: ["Python", "Java", "SQL", "Bash"],
backend: ["Streamlit", "Pandas", "Seaborn"],
ai_ml: ["PyTorch", "Hugging Face", "LangChain", "ChromaDB", "PEFT"],
devOps: ["Docker", "Git", "Linux"],
},
leisure: ["๐๏ธ Fitness & Body Recomposition", "๐ฎ Gaming", "๐ต Audio Immersion", "โก Competitive Programming"],
principle: "Optimized ยท Deterministic ยท Architected for Scale",
};| Project | Description | Tech | Source |
|---|---|---|---|
| ๐ง NOVA-Verse SLM | Custom 14M parameter Small Language Model utilizing a proprietary hybrid positional encoding mechanism. Fine-tuned on Project Gutenberg. | Model | |
| ๐ DocMentor RAG | Enterprise-grade Retrieval-Augmented Generation tutor system. Features custom document mentoring with real-time vector embeddings. | Repo | |
| โ๏ธ SQL Table Extractor | Robust parsing utility leveraging sqlglot. Capable of high-precision AST processing to isolate base tables/columns while ignoring aliases and CTEs. |
Repo | |
| ๐ Expense Analytics | Full-stack financial visualization engine processing JSON entries into dynamic time-series filters, stacked bars, and donut charts. | Repo | |
| ๐ด TripWise | Travel organization app featuring smart routing, budget estimation, and a custom T-shaped palm tree brand aesthetic. | Repo | |
| โก Optimization Suite | Production-grade repository of advanced DSA implementations focused on runtime optimization, graph traversals, and dynamic programming. | Repo |
My core research focuses on pushing the boundaries of parameter efficiency, custom tokenization, and contextual retention in Language Models.
graph TB
A[๐ฏ Focus Areas] --> B[๐ง SLM Architectures]
A --> C[โ๏ธ Agentic RAG Systems]
A --> D[๐ AST Data Engineering]
B --> B1[Scaling Hybrid Positional Encodings]
B --> B2[Parameter Efficient Fine-Tuning]
C --> C1[LangChain / Multi-Agent Orchestration]
C --> C2[ChromaDB Multi-Modal Indexing]
D --> D1[sqlglot Engine Optimization]
D --> D2[Zero-Hallucination Query Parsing]
style A fill:#00F2FE,stroke:#000,color:#000
style B fill:#161b22,stroke:#20BEFF,color:#fff
style C fill:#161b22,stroke:#A8FF60,color:#fff
style D fill:#161b22,stroke:#FFD21E,color:#fff


