Hey, I am Yash

AI engineer. Full-stack. DevOps. A little design, photography, and marketing on the side.

I build production AI systems end-to-end, from the prompt to the Kubernetes cluster they run on. AI-fullstack engineer based in Bangalore, with a year of shipping revenue-critical infra across AI/LLM platforms, payments, and cloud infrastructure.

Lately I've been publishing research (four papers in 2026, including a pre-registered study of how facts survive context compaction) and contributing to open source, with 10 PRs into mem0 and active work on qdrant. Alongside that I'm shipping personal projects: a multiplayer chess platform, an AI outreach tool, a DevOps/SRE agent, a photography portfolio, and finalcv.co, a resume maker.

The thing that lets me do this volume of work is my y-brain, a personal Claude Code setup with 130+ skills, agents, and hooks, stitched together from the public configs of engineers at Anthropic, Vercel, GStack, and Matt Pocock, plus my own glue. A single engineer with this setup is a small team.

Earlier I was a Software Engineering Intern at ViewR (Electron + 5 microservices, real-time ONVIF/RTSP, 4 face-recognition models at 98%+ accuracy on 10K+ daily requests), and did ML research at IIT Mandi on continuous authentication and molecular olfaction with GNNs.

B.Tech CS from IIIT Una (GPA 8.3/10, graduated July 2026). I'm looking for the next big AI thing to build, hire me or let's build something together.

Yash Singh

ResearchAll papers ➔

Five papers in 2026 on LLM agents and applied AI. LaTeX sources at github.com/yashs33244/research-papers.

Controlled StudyStructured OutputLLM Reliability

150-trial experiment measuring what strict JSON output contracts do to multi-step reasoning. Answer-only JSON drops Sonnet 4.6 from 25/25 to 10/25 on multi-step problems; adding a single schema reasoning field recovers 24/25 while using 59% fewer visible output tokens than free text.

PDF
FlagshipPre-registeredContext EngineeringLLM Agents

Pre-registered experiment on what repeated context compaction does to stored facts. Under default summarization, facts decay with a half-life of roughly one round; a one-line verbatim-preservation instruction restores 100% retention.

PDF
AI AgentsControlled Study

A controlled study of free-running agent loops versus structured graph execution on the same workloads, with the full experiment code open-sourced.

Code
Applied AIProduct PatternsStartups

A field catalogue of the applied AI product patterns that actually made it to production in startups between 2024 and 2026, written from the builder's side of the table.

SecurityLLM Applications

Applying the defense-in-depth security model to language-model applications: layered controls across prompts, tools, and data instead of a single guardrail.

Open SourceGitHub ➔

Upstream contributions to the AI infrastructure I build on.

mem010 PRs
PythonVector StoresLLM IntegrationsBug Audit

Memory layer for AI agents. Ran a self-directed bug audit across the codebase and turned it into 10 pull requests spanning vector-store backends and LLM integrations.

qdrantactive
RustVector Search

High-performance vector search engine written in Rust. Actively contributing fixes upstream.

Experience

Where I've worked.

Software Engineering Internat ViewR
January 2025 – July 2025 · Remote
ReactElysia.jsPythonAWS RekognitionDockerKubernetes
  • Built cross-platform desktop app with Electron + React spanning 5 microservices (DMG in 8 weeks)
  • Real-time ONVIF/RTSP video streaming at sub-100ms latency
  • Deployed 4 AI/ML models for attendance and face recognition: 98%+ accuracy on 10,000+ daily requests
Research Assistant (Intern)at IIT Mandi
May 2024 – September 2024 · Himachal Pradesh
PythonKerasNumPyPandasMachine Learning
  • Improved continuous authentication accuracy from 89% → 92% for banking apps
  • Analyzed molecular olfaction with Graph Neural Networks across 15,000+ pharmaceutical compounds

Products I'm buildingGitHub ➔

Six products shipped in three days. All live.

HealthtechAI ScribeVoiceIndiaFounder

Problem: 800,000 Indian clinics run on 3-minute paper consultations, doctors forget patients the moment they leave, losing ~₹50K/month in follow-ups. Doxa is an AI scribe that listens to a 15-second Hinglish voice memo after each patient and turns it into a structured record + automatic follow-up SMS. Zero workflow change, no EMR. The startup I'm building now.

AI AgentsDevOpsSREKubernetes

Problem: SRE work is mostly pattern-matching against past incidents, but engineers spend hours doing it manually at 3am. Pilot is a fleet of AI agents that triage incidents, parse logs, gate deploys, and audit infra hygiene, Claude-driven, runs against your real stack, escalates only when humans actually need to look.

AISalesCold EmailAutomation

Problem: cold-email tools either spray-and-pray (low reply rates, deliverability tanked) or require 30 min of manual research per prospect (doesn't scale). Outreach combines per-prospect research, AI-personalized copy, warm-up rotation, and reply tracking, campaigns that actually feel hand-written.

TypeScriptWebSocketsRedisMultiplayer

Problem: chess.com is bloated and Lichess UI feels dated to me. Built a clean multiplayer chess platform with sub-50ms move propagation, Redis-backed game state, ELO matchmaking, OAuth login, and containerized deploys. Real-time chess that just feels fast.

PhotographyPortfolioNext.js

Problem: my photo work was scattered across Instagram, Drive, and an old Lightroom catalog. shots is a self-hosted portfolio for the street, portrait, and travel work I've shot across Bangalore and India, built so I own the canvas and the metadata, not a platform.

Next.jsPrismaGeminiAI

Problem: students keep losing job opportunities to ATS filters because they don't know what a 'good' bullet looks like. finalcv is an AI resume builder with ATS-tuned templates and Gemini-powered bullet rewrites tailored to the JD. 1,000+ monthly users, sub-second suggestions.

Achievements

Competitions and contests I have placed in.

Tech depthAll projects ➔

What I build with and specialize in.

AI & LLM Tools
ClaudeLangChainAI AgentsPrompt EngineeringRAGHuman-in-the-Loop SystemsOpenAI Codex
Languages
PythonTypeScriptJavaScriptGoC++SQLHTML/CSS
Frameworks
ReactNext.jsFastAPINode.jsExpress.jsElectron.jsPrisma ORM
Cloud & DevOps
AWSGCPDockerKubernetesTerraformHelmGitHub ActionsGrafana
Databases
PostgreSQLMongoDBRedisWebSocketsMicroservices
Machine Learning
TensorFlowKerasPyTorchScikit-learnGraph Neural NetworksNLP

Writings and LearningsFull archive ➔

Essays on AI agents, full-stack systems, and building in public.