Yavar Khan

Yavar Khan

AI EngineerSoftware Engineer

Building WeatherWise.ai|Available for Opportunities
+
Yavar Khan

Hi, I'm Yavar

During my 3 years at Accenture, I built a strong foundation in developing and maintaining reliable, production-grade systems at scale. I went on to earn an MS in Computer Science (AI/ML track) from SUNY Buffalo, focusing on the development and optimization of machine learning and deep learning models.

Since graduating, I have been expanding my skillset in Generative AI and putting it to work, building end-to-end AI applications using frameworks like LangChain, LangGraph, and PyTorch, from RAG pipelines to multi-agent architectures.

Currently, I am building WeatherWise.ai, a conversational multi-agent system designed to translate user queries into clear understanding backed by raw meteorological and atmospheric data and APIs. It delivers physics-grounded reasoning and actionable insights, helping users decode the complexity behind real-world weather phenomena.

~3

Years · at Accenture

3.87

GPA · MS in CS

8+

Projects · Shipped

What I Build

I bring the engineering expertise of deploying scalable, production-ready systems with the scientific depth required to build complex AI models.

GenAI Applications

Multi-agent architectures, RAG pipelines, and LLM-powered assistants with structured outputs, tool use, and production-grade observability.

LangChainLangGraphOpenAI SDKRAGMCPPineconeLangSmithPrompt Engineering

AI/ML Systems

End-to-end machine learning pipelines from custom Transformers and CNNs to anomaly detection autoencoders and reinforcement learning agents.

PyTorchTensorFlowScikit-learnFAISSPandasNumPyHugging Face

Scalable Software

Production REST APIs, cloud-native deployments, and monitoring dashboards, built for high-concurrency traffic and operational reliability.

JavaPythonFastAPIAWSGCPRedisDockerCI/CD

← Career Roadmap →

My Journey

From Engineering to Intelligence

5 milestones · 2016 → present

NOW
Now

WeatherWise.ai

An agentic AI system that transforms raw meteorological data into expert-level weather intelligence. Instead of manually querying weather APIs, parsing raw JSON, or cross-referencing climate research, users interact through natural language and receive scientifically grounded analysis with dynamic visualizations, powered by multi-agent orchestration and reasoning sourced from NOAA research, NASA atmospheric studies, and peer-reviewed climate science.
Multi-Agent ArchitectureCorrective RAG with Vision GroundingDependency-Aware Parallel ExecutionLLM-Generated VisualizationGCP Cloud Run
Stack
LangChainLangGraphLangSmithMCP+2
2025
2025 → now

The GenAI Pivot

AI/ML Engineer Preparation

Building on a solid foundation in deep learning and classical machine learning from my Master's, I transitioned into the application layer. I now focus on mastering modern AI frameworks, designing multi-agent architectures, and shipping production-ready Generative AI applications from the ground up.
2 GenAI Projects ShippedMulti-Agent ArchitecturesRAG Pipelines in Production
Stack
LLMsLangChainLangGraphOpenAI SDK+10
2024
2024 → 2025

M.S. Computer Science (AI/ML Track)

GPA 3.87

SUNY Buffalo

Undertook an intensive deep-dive into the mathematical foundations and practical implementation of modern machine learning. This journey ranged from building custom Transformers and CNNs from scratch in PyTorch to mastering the theory behind optimization, loss functions, and gradient flow. Complemented by strong fundamentals in algorithms, large-scale data systems, and computer security.
Stack
TransformersNeural NetworksReinforcement LearningPyTorch+9
2020
2020 → 2023

Accenture Soln Pvt Ltd

Pune, India

Managed large-scale production services for a Fortune 500 pharmaceutical client as part of a global web API team. Coordinated with cross-functional teams in Singapore, Prague, and the USA to ensure 24/7 operational reliability across time zones. This tenure established the rigorous engineering discipline required to maintain mission-critical, high-traffic systems at a global scale.
50+ APIs DeployedLed a 6-member team200+ Production Issues Resolved12+ Enterprise ProjectsMigrated 80+ APIs to AWS Lambda
Stack
JavaAWSApigeeElasticSearch+8
2016
2016 → 2020

Bachelor of Technology, Information Technology

Amity University, India

Built a strong foundation in computer science fundamentals, algorithms, and software development.
Stack
C++JavaPythonLinux+1
1016 hPa1020 hPa1024 hPa

$engineering progress

WeatherWise.ai
Build Log.

Key milestones shipped so far and what's coming next.

12

Shipped

2

Building

3

Planned

100+Commits
7Agents (parallel DAG)
429RAG Vectors
3Viz Pivots
$3-8/moProd Cost ($0 idle)
v1.0

Foundation

Shipped
01

Xweather MCP Integration

Real-time weather tools (forecasts, air quality, alerts, raster maps) connected via MCP with auth and tool filtering.

MCPLangGraphPydanticAsync
02

Sandboxed Python Calculator

AST-validated execution environment for math and statistical operations on weather data.

Python ASTSandboxingSecurity
12 Shipped
2 Building
3 Planned
Portfolio

Projects

A selection of AI/ML and GenAI projects demonstrating end-to-end engineering

Generative AI

In Active Development

WeatherWise.ai

Agentic weather intelligence system with multi-agent architecture, corrective RAG with vision grounding, and MCP integration. Converts natural language into expert-level meteorological analysis grounded in NOAA, NASA, and AMS research.

Multi-AgentCorrective RAGXweather MCP
LangGraphClaude SonnetMCPPineconeLangSmith

Deep Research Pro

GitHub

AI research co-pilot that orchestrates six specialized agents - planner, searcher, summarizer, follow-up evaluator, writer, and QA — across multi-wave research cycles with parallel execution and two-level caching (in-memory + SQLite). Generates 2K–5K word cited reports with inline references, exportable to Markdown, HTML, and PDF.

50x Speedup6 Agents3 Research Waves
OpenAI Agents SDKPydanticMulti-AgentParallel ProcessingGradio

Context-Aware RAG Assistant

GitHub

Intelligent RAG pipeline with FAISS vector indexing, runtime persona switching, and real-time Pushover alerts, deployed on Hugging Face.

10x Faster Retrieval4 Personas100+ Docs
LangChainFAISSFastAPIGradio

Machine Learning & Deep Learning

Transformer Sentiment Analysis

GitHub

Custom Transformer built from scratch in PyTorch with multi-head self-attention and Word2Vec embeddings, trained on 560K Yelp reviews.

91.8% Accuracy0.92 F1213M Params
PyTorchTransformersspaCyGensim

VGG-16 vs ResNet-18

GitHub

Comprehensive comparison of VGG-16 and ResNet-18 on 30K images across 3 classes with hyperparameter tuning and data augmentation.

96.5% Accuracy30K Images3 Classes
PyTorchCNNComputer VisionData Augmentation

ThermoWatch-AE

GitHub

Convolutional Autoencoder for unsupervised anomaly detection in machine temperature data using the Numenta Anomaly Benchmark.

R² 0.9970.007 MAEUnsupervised
PyTorchAutoencoderAnomaly DetectionNAB

EMNIST Character Recognition

GitHub

CNN for 36-class handwritten character recognition (26 letters + 10 digits) trained on 100K EMNIST balanced samples.

91.1% Accuracy36 Classes425K Params
PyTorchCNNComputer VisionEMNIST

GridWorld RL

GitHub

SARSA vs n-Step Double Q-Learning comparison on custom GridWorld with Optuna-based hyperparameter optimization.

0.92 Avg Rewardn=3 OptimalOptuna-tuned
Reinforcement LearningQ-LearningSARSAOptuna

Speech Emotion Recognition

GitHub

1D CNN for classifying 5 emotions from speech audio using MFCC features, data augmentation, and a Flask web interface.

5 EmotionsRAVDESSFlask UI
CNNMFCCFlaskAudio Processing

Presentations

Presentation

GraphCast for Medium Range Weather Prediction

Paper presentation and code demo explaining how DeepMind's GraphCast, a Graph Neural Network, outperforms traditional numerical weather prediction models by predicting hundreds of global weather variables at 0.25° resolution for up to 10 days, surpassing ECMWF's HRES on 90.3% of verification targets.

Graph Neural NetworksDeep LearningWeather PredictionERA5DeepMind
Expertise

Skills & Certifications

AWS Certified Cloud Practitioner

Amazon Web Services

Hover to view certificate
AWS Certified Cloud Practitioner Certificate

Machine Learning Specialization

Stanford / DeepLearning.AI

Hover to view certificate
Machine Learning Specialization Certificate

Algorithmic Toolbox

UC San Diego (Coursera)

Hover to view certificate
Algorithmic Toolbox Certificate

Programming & Backend

9 technologies

PythonJavaC++SpringBootFastAPIREST APIsAsyncIOSQLPydantic

AI/ML & GenAI

16 technologies

PyTorchTensorFlowScikit-learnLLMsRAGMulti-Agent SystemsPrompt EngineeringTransformersFAISSLangChainLangGraphMCPClaude APIAnthropic SDKStructured OutputAgentic AI

Data & Retrieval

10 technologies

PandasNumPyElasticSearchETL PipelinesEmbedding PipelinesPostgreSQLMySQLPineconeVector DatabasesChromaDB

Cloud & Deployment

12 technologies

AWS LambdaS3IAMCloudWatchGCP Cloud RunTerraformCloud BuildSecret ManagerVertex AIDockerHugging Face SpacesCI/CD

Tools & Platforms

10 technologies

GitJIRAKibanaPostmanGradioStreamlitConfluenceLinux/UnixLangSmithClaude Code
Available for Opportunities

Let's Build Something
Together

Whether it's an AI/ML role, a GenAI collaboration, or a conversation about intelligent systems — I'd love to hear from you.

Send a Message

I'll get back to you within 24 hours.