Skip to content
View theiter8r's full-sized avatar
2EZ
2EZ

Highlights

  • Pro

Block or report theiter8r

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
theiter8r/README.md

Gmail LinkedIn Location


Building intelligence from first principles.


$ whoami

Computer Engineering undergrad at K.C. College of Engineering (Mumbai University, 2024-2028) with deep, hands-on experience across the ML stack. I don't just use models, I build them from scratch, study their architectures, and deploy them on real hardware.

My work spans transformer language models, state space models (Mamba), agentic AI systems, and RAG pipelines, with a focus on taking cutting-edge research and turning it into working systems.


🔬 Research & Flagship Projects

🧠 Transformer LLM (From Scratch)

PyTorch Python CUDA

Built a complete decoder-only transformer language model from first principles. Custom BPE tokenizer, multi-head self-attention, mixed-precision (FP16) training, cosine LR scheduling.

Key Results:

  • 38% reduction in training iteration time via FP16
  • Trained across 6 dataset configs (1M to 500M tokens)
  • Achieved 47.3 validation perplexity on held-out corpus
  • Analyzed scaling laws across architecture depth/width

🐍 Mamba SSM Research

PyTorch State Space Models S6

In-depth study and reproduction of the Mamba architecture, a linear-time sequence model using selective state spaces as an efficient alternative to attention.

Key Results:

  • 2.1x throughput improvement over transformer baselines
  • 43% reduction in GPU memory at 8K sequence length
  • Identified deployment scenarios where SSMs outperform attention (long-context inference, edge devices)
  • Maintained research notes repository with experimental results

⚡ focuzdrvn

LangChain Spring Boot RAG Docker

Multi-agent AI productivity platform with RAG pipelines and vector databases for context-aware, personalized assistance.

Key Results:

  • 41% latency reduction via async batching & caching
  • Sub-180ms response time with quantized 4-bit models
  • Deployed on Raspberry Pi 4 (4GB RAM) for edge inference
  • End-to-end pipeline: ingestion → embedding → retrieval → inference

🌐 Anya AI (Life-OS)

LangChain Python FAISS/Chroma Agentic AI

A persistent, full-stack multi-agent system acting as an always-on personal intelligence layer across calendars, tasks, health, finances, and goals.

Key Results:

  • Network of specialized sub-agents orchestrated by a master planner LLM
  • Long-term memory engine supporting 50,000+ entries
  • Sub-50ms retrieval latency
  • 65% reduction in manual task intervention via proactive reasoning

Tech Stack

Domain Technologies
ML / Deep Learning PyTorch · NumPy · Pandas · Scikit-learn · Hugging Face Transformers
LLM & Agents LangChain · LlamaIndex · RAG Pipelines · Agentic AI · Tokenization & Embeddings
Research Areas Transformer Architecture · State Space Models (Mamba) · Scaling Laws · MLOps
Languages Python · Java · JavaScript/TypeScript · SQL · Bash
Infrastructure Docker · REST APIs · Spring Boot · Git · Linux · Raspberry Pi

Certifications

ML Algo HPE


Highlights

  • Founded Focuzdrvn platform:for Tech Entreprenurs
  • Directed Singularity Hackathon (300+ participants, end-to-end delivery)
  • E-Cell IIT Bombay Campus Ambassador, organized 5+ workshops for 200+ students
  • Built a decoder-only transformer LLM entirely from scratch
  • Researched Mamba SSM architecture and reproduced benchmark experiments
  • Won Gold medal in Kaggle Tunix competition 2025

Popular repositories Loading

  1. CampX CampX Public

    TypeScript 4 1

  2. telenotch telenotch Public

    Swift 1

  3. openclaw openclaw Public

    Forked from openclaw/openclaw

    Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

    TypeScript

  4. vue vue Public

    Forked from zed-extensions/vue

    Vue support

    Rust

  5. deaddrop-proto deaddrop-proto Public

    TypeScript

  6. theiter8r theiter8r Public