I'm Aryan — AI Engineer
Interview my resume. Ask about my projects, skills, and real-world experience.
Projects
All tags (10)
2 of 2 projects

Tiny Tales GPT
A short story generator. A GPT-2 built from scratch in PyTorch. Pre-trained with DDP on 4x H100s and instruction fine-tuned on a custom instruct dataset.

Interactive AI portfolio
A conversational RAG. An AI agent allowing you to interview my resume. Utilizes hybrid search (BM25 + Vector Similarity) to answer questions about my skills projects and experience.
Recent Blogs

GPT-2 from scratch
The process of creating GPT-2 from scratch and pre-training with DDP.
PyTorchAttentionTransformersDDP
Feb 19, 2026
Read more

Instruction Fine-tuning
Fine tuning the pre trained model to follow instructions and emotion.
SFTFine-tuningInstruction Fine-tuningLlama
Feb 5, 2026
Read more

RoPE: Rotary Position Embedding
From first principles, the small mathematical change that unlocked long-context reasoning
RoPETransformersLLM
Jan 22, 2026
Read more