YSY.

About Me

Who I Am

YSY

Yelisetty Yaswanth Sai

AI & Cloud Engineer

Core Specializations

LLM Integration
RAG Architectures
Cloud Computing
Full-Stack Dev

"Building intelligent, scalable infrastructure that bridges cutting-edge AI with real-world applications. Focused on deploying production-ready solutions that solve complex challenges."

Open to Work

Production-Ready Expertise

I specialize in building intelligent systems that bridge the gap between cutting-edge AI and real-world applications. From architecting RAG pipelines to deploying scalable cloud infrastructure, I turn complex technical challenges into elegant, production-ready solutions.

30+
Certifications
2
AI Projects
15+
Technologies
5+
Cloud Deployments

Journey

Education

2022 - Present

B.Tech Computer Science & Engineering

Dhanekula Institute of Engineering and Technology

7.96 CGPA

Currently maintaining 7.96 CGPA (5th semester). Specialized in AI/ML, Cloud Computing, and Full-Stack Development. Building real-world projects with Google Gemini AI and Azure cloud infrastructure.

2023

Intermediate (MPC)

Sri Dhanalakshmi Junior College

89%

Completed intermediate education with strong foundation in Mathematics, Physics, and Chemistry, scoring 89%. Built early interest in programming and problem-solving.

2021

Secondary Education (SSC)

Alfried Nobel High School

92%

Completed secondary education with 92%, establishing fundamentals in analytical thinking and academic excellence.

Selected Work

Things I've built.

🏆 Meta × Hugging Face OpenEnv HackathonFeatured Project

CloudScale-RL

AI-Powered Cloud Auto-Scaling Environment

Machine Learning / DevOpsApril 2026Completed

A high-fidelity Digital Twin reinforcement learning environment for cloud auto-scaling, built for the Meta × Hugging Face OpenEnv Hackathon 2026. Solves over-provisioning waste and under-provisioning outages through learned autonomous scaling policies.

Reinforcement LearningDockerFastAPICloudMLOpsOpenEnvWebSockets

3

Tasks

16

Observation Fields

~2000

Lines of Code

3/3 Passed

Validation Checks

Before vs After

Before (Rule-Based)

❌ Reactive scaling

❌ Fixed thresholds

❌ No boot delay model

❌ Crashes on spikes

After (CloudScale-RL)

✅ Predictive scaling

✅ Learned policies

✅ 2-step warm-up

✅ Survives 10x load

Highlights

  • Digital Twin simulation with server warm-up delays
  • Exponential latency physics (quartic transfer function)
  • Deployed to Hugging Face Spaces with Docker
  • LLM inference with fallback heuristics

Exponential Latency Physics

def _calculate_latency(self, rps: float, servers: int) -> float:
    load_ratio = rps / (servers * CAPACITY_PER_SERVER)
    latency = BASE_LATENCY + (load_ratio ** 4) * 100  # The Wall
    return min(latency, CRASH_THRESHOLD + 100)
Featured Project

UniPeasy

Unified Student Success Platform

EdTech / AI ProductFeb 2026 LaunchLive

Founder & Technical Lead • Timeline: 6 Months

From idea to impact, UniPeasy went from a student pain-point in May 2025 to a live AI-powered success platform in Feb 2026. It solves fragmented resources, exam stress, skill gaps, and trust issues with verified materials and authenticated opportunities. Today, 150+ students actively use UniPeasy.

Next.js 14FirebaseGoogle Gemini AITypeScriptTailwind CSSProduct Leadership
UniPeasy Platform

The Wall of Challenges

  • Complexity Overload — dense information leads to passive reading
  • Stressful Exam Prep — no strategy, last-minute cramming
  • The Skill Gap — academics ignore real-world skills
  • Resource Fragmentation — hours wasted on unverified sources
  • Knowledge Loss — no systematic revision loop

Our Intelligent Solutions

  • AI Learning Assistant — simple explanations, analogies, mind maps, adaptive quizzes
  • AI Exam Strategist — personalized Pomodoro-based timetables
  • AI Skill Accelerator — structured tracks with instant AI feedback
  • Centralized Materials Hub — topper-verified by branch, year, subject
  • Memory Palace — save AI insights for spaced repetition
  • Authenticated Internships — manually verified opportunities only

Timeline

May 2025 → Feb 2026

6-month build from idea to live deployment

Leadership

Founder & Technical Lead

Led a team of 9 across full product lifecycle

Core Stack

Next.js 14 · Firebase · Gemini AI

Full-stack architecture, UX strategy, deployment

Adoption

150+ Students Actively Using UniPeasy

Built from a real student problem and now delivering daily impact through verified resources, AI learning workflows, and trusted opportunities.

Trust & Safety Commitment

  • No fake internships or hackathons listings
  • Community-powered suggestions with manual verification
  • No data misuse or third-party selling
  • Built by students, protecting student interests
Featured Project

AutoTask

AI-Powered Task Management via WhatsApp

AI Productivity / Cloud Backendv2 ProductionLive

Product Builder & Backend Architect • Timeline: Ongoing Evolution

AutoTask started from a personal productivity problem: forgetting important tasks. I transformed a simple WhatsApp reminder idea into a production-ready AI task platform with robust recurrence logic, strict parsing guardrails, and reliable cloud deployment.

Node.jsExpressMongoDBAzure VMTwilio WhatsAppGeminiCosmos DBRAG (Next Phase)

Personal Problem → Product

I built AutoTask to solve my own daily problem: I frequently forgot important tasks. Since I use WhatsApp all the time, I designed a natural-language reminder flow where I can send messages like "remind me about box at 9am" and receive an exact reminder at the right time. This became a production-grade assistant that genuinely improved my day-to-day execution.

AT
AutoTask Bot
AI Task Assistant
Hey! 👋
Try these prompts:

Production Architecture (Live v2)

  • Frontend: Vercel-hosted web dashboard
  • Backend: Node.js + Express controllers/services
  • Database: MongoDB API on Azure Cosmos DB
  • Messaging: Twilio WhatsApp webhook integration
  • Runtime: Azure VM + PM2 + Nginx reverse proxy

Core Capabilities (Live)

  • Natural-language task extraction with Gemini parser
  • Timezone-aware reminders and advanced recurrence engine
  • Exception handling: skip weekends/holidays, pause until, custom dates
  • WhatsApp 'done' command marks latest pending reminder complete
  • Structured JSON extraction and normalization guardrails

Status

Production (v2 Active)

Stable with monitored health checks

Validation

Smoke + End-to-End Tested

Parser, recurrence, scheduler, production endpoints

Known Transient Issue

Gemini 429 on burst tests

Appears under rapid sequential test bursts

Next Phase: RAG Integration (In Progress)

  • Vector store: ChromaDB local persistent path
  • Embeddings: text-embedding-004
  • Retrieval: top-K similar completed tasks for context grounding
  • Generation: context-injected prompts for parsing/planning/Q&A
  • Backfill: one-time embedding of historical completed tasks

Expertise

Technology Stack

A comprehensive toolkit spanning AI, cloud infrastructure, and modern web development.

Artificial Intelligence

Google Gemini
Reinforcement Learning
OpenEnv Framework
Physics-Based Simulation
Genkit
RAG Architectures
Prompt Engineering
LLM Integration
Vector Embeddings
Google Gemini
Reinforcement Learning
OpenEnv Framework
Physics-Based Simulation
Genkit
RAG Architectures
Prompt Engineering
LLM Integration
Vector Embeddings
Google Gemini
Reinforcement Learning
OpenEnv Framework
Physics-Based Simulation
Genkit
RAG Architectures
Prompt Engineering
LLM Integration
Vector Embeddings

Cloud Infrastructure

Microsoft Azure
Hugging Face Spaces
Hugging Face Hub
Docker
Docker Compose
Uvicorn/ASGI
Azure VMs
PM2
Nginx
Firebase
Microsoft Azure
Hugging Face Spaces
Hugging Face Hub
Docker
Docker Compose
Uvicorn/ASGI
Azure VMs
PM2
Nginx
Firebase
Microsoft Azure
Hugging Face Spaces
Hugging Face Hub
Docker
Docker Compose
Uvicorn/ASGI
Azure VMs
PM2
Nginx
Firebase

Application Development

Next.js
TypeScript
FastAPI
Pydantic
WebSockets
AsyncIO
Node.js
Express
React
Tailwind CSS
MongoDB
REST APIs
Framer Motion
Twilio
Next.js
TypeScript
FastAPI
Pydantic
WebSockets
AsyncIO
Node.js
Express
React
Tailwind CSS
MongoDB
REST APIs
Framer Motion
Twilio
Next.js
TypeScript
FastAPI
Pydantic
WebSockets
AsyncIO
Node.js
Express
React
Tailwind CSS
MongoDB
REST APIs
Framer Motion
Twilio
20+
Technologies
30+
Certifications
5+
Projects Deployed

Get in Touch

Contact

yaswanthsaiyelisetty@gmail.com

Open to AI, Cloud, and Full-Stack opportunities. Let's build dependable systems.

Chat with my AI Assistant

Ask about projects, skills, or education

Hi! I'm Yaswanth's AI assistant. Ask me anything about his experience, projects, or skills.

© 2026 Yelisetty Yaswanth Sai