02 Year
|
1,495+ Interactions Tested
|
96% Compliance Rate
UTKARSH ARYA // AI ENGINEER // DELHI, INDIA
Portfolio 2026
UTKARSH
ARYA

I'm a 20-year-old AI/ML engineer and founder who builds production systems — not demos. Founder of Silicon Colleague, a production-grade AI compliance gateway for India's DPDP Act 2023, demonstrated to the Managing Partner of a $500M investment fund. Currently interning as an AI Backend Engineer at opsell.ai.

96% Compliance Rate
<100ms Threat Detection
99.4% AI Accuracy
$500M Fund Demo'd To
[ 01 ]

About

I am a B.Tech CSE student at SRM University, Delhi-NCR with a deep, hands-on focus on AI/ML engineering, LLM systems, agentic AI, and backend infrastructure. I do not build tutorials — I build production systems with real architecture, real failure modes found and fixed, and real legal frameworks enforced in real time.

My engineering philosophy is simple: every system I build must be fail-secure, testable, documented, and production-ready from day one.

I actively seek AI/ML engineering, LLM infrastructure, and backend AI roles where I can contribute immediately — not after a 3-month ramp. I ship.

LLM
Systems & RAG
AI
Compliance & Security
SaaS
Full-Stack Products
[ 02 ]

Experience

Silicon Colleague Dec 2025 – Present
Founder & Lead Engineer // New Delhi, India // Pre-Launch / Active Testing
Python · FastAPI (async) · PostgreSQL 16 (JSONB) · Redis 7 · React 19 · Docker Compose · IndicBERT (AI4Bharat NER) · Google Gemini · Anthropic Claude · JWT · RBAC · HMAC Audit Logging · pgvector · ChromaDB

Silicon Colleague is a production-grade, multi-tenant AI Security & Compliance Gateway purpose-built for Indian enterprises under the DPDP Act 2023. The system intercepts every LLM interaction in real time through a 10-stage compliance pipeline — detecting, masking, risk-scoring, and governing sensitive personal data before it reaches any foreign AI server. Built entirely solo with no funding, no team, no external support.

51Detection Rules
21Indian Laws
28+PII Types
1,495+Interactions
96%Compliance
<100msDetection
99.4%Accuracy
$500MFund Demo
  • Founded & independently architected from zero: Identified a gap — no Indian tool addressed the intersection of generative AI adoption and DPDP Act 2023 enforcement. Designed entire system architecture, database schema (10 tables, multi-tenant), API layer, NLP pipeline, and deployment infrastructure solo.
  • Built a hybrid 3-layer PII detection engine with 1,500+ lines of detection logic: Combined regex, BERT-based NER (IndicBERT), and a custom 5,000+ entry Indian name dictionary spanning Hindu, Muslim, Sikh, Christian, Jain, and Parsi communities. 51 rules across 7 categories mapped to 21 Indian laws.
  • Engineered a 4-tier automated risk-scoring engine: Continuous 0–100 scoring with co-occurrence multipliers, contextual modifiers, and Redis-backed repeat-offender escalation. Four legally defensible tiers: LOW → MEDIUM → HIGH → CRITICAL (hard block before any AI call).
  • Identified and rebuilt a critical fail-secure architecture: Red-team testing revealed a silent CRITICAL→LOW risk downgrade on provider timeout. Rebuilt entire failure path: AI-provider failover (Gemini → Claude → human review), circuit breaker, exponential backoff. System never shows ALLOWED when the request actually failed.
  • Self-learning review loop: 97.1% → 99.4% accuracy: Human × Agent Review Panel updates confidence model on every decision. Never stores raw PII — only masked patterns and surrounding context.
  • Enterprise security architecture: bcrypt, httpOnly JWT, 3-tier RBAC, per-table multi-tenant isolation, tiered rate limiting, bot protection, Docker network isolation, HMAC-signed audit logs.
  • Demonstrated to the Managing Partner of a $500M investment fund as a billable enterprise SaaS for Banking & Finance, Healthcare, Legal, E-Commerce, and Government sectors.
opsell.ai Jun 2026 – Present
AI Intern // Backend Engineering & AI Infrastructure
Python · FastAPI · PostgreSQL · REST API Design · Data Pipelines · Backend Systems · Data Normalization · AI/ML Workflow Integration

opsell.ai is an AI-powered sales intelligence platform. Working on the backend engineering team, directly responsible for the data infrastructure and normalization systems powering the platform's AI/ML workflows — ensuring data quality, consistency, and reliability across the entire stack.

  • Engineered a scalable multi-source data normalization engine: Python + FastAPI pipeline that ingests, cleans, standardizes, and structures data from multiple heterogeneous sources with differing schemas. Applies rule-based validation, type coercion, field normalization, and deduplication logic — ensuring downstream AI/ML models receive clean, consistent training and inference data.
  • Designed and maintained core REST API backend architecture: Developed and maintained RESTful API endpoints on PostgreSQL with input validation, structured error handling, response schema consistency, and query optimization. Collaborated cross-functionally with ML and product teams.
  • Improved data pipeline reliability: Identified and resolved data quality issues causing inconsistent behaviour in downstream ML models. Implemented validation layers and monitoring checkpoints at key pipeline stages — reducing silent data corruption failures.
  • Contributed to backend architecture decisions: Data schema design, API versioning strategy, and pipeline scalability — bringing production-architecture thinking from Silicon Colleague into a commercial team environment.
[ 03 ]

Projects

Full-Stack AI SaaS github.com/Utkarsh3725 ↗
VC Diligence Copilot (DUEFLO.AI)
Next.js · FastAPI · Supabase · PostgreSQL · pgvector · Anthropic Claude · OpenAI GPT · RAG · Row-Level Security · JWT Auth
// Problem Identified

VC firms spend 8–12 hours per deal on manual startup research, pitch deck parsing, and memo writing — with no unified AI tooling to automate or standardize the diligence process.

Built a full-stack, multi-tenant RAG-powered AI diligence platform with JWT authentication and Row-Level Security. Engineered an LLM pipeline that parses pitch decks, crawls company websites, performs semantic chunking and vector indexing via pgvector, and generates structured founder analysis, product intelligence, competitive signal scoring, and investment-grade memos. Demonstrated directly to venture capitalists as a live billable SaaS product.

RAG Pipeline Multi-tenant SaaS Investor-Grade UI LLM Streaming Citation Tracing
Multi-Agent AI Platform github.com/Utkarsh3725 ↗
CORTEX — AI Company Operating System
React · FastAPI · Ollama LLM · ChromaDB · Vector Memory · Docker · Multi-Agent Orchestration · LangGraph
// Problem Identified

Engineering teams lose 2–3 days per week to fragmented handoffs between planning, research, coding, testing, and documentation — no single system connects them.

Architected an 8-agent autonomous AI operating system. A Manager Agent receives a single natural language instruction and routes tasks across 7 specialized agents: Planner, Researcher, Coder, Tester, Debugger, Explainer, and Reporter. Integrated ChromaDB vector memory backbone enabling persistent knowledge across sessions.

80% Time Reduction 8 Autonomous Agents Vector Memory LangGraph
ML Pipeline / Revenue Intelligence github.com/Utkarsh3725 ↗
AI Smart Pricing System — Dynamic Pricing Engine
Python · XGBoost · Random Forest · Scikit-Learn · Streamlit · Feature Engineering · Ensemble ML · EDA
// Problem Identified

Theme parks rely on static pricing, leaving significant revenue uncaptured during peak demand and low-attendance days.

XGBoost + Random Forest ensemble trained on 730 days of historical data with 9 hand-crafted engineered features. Achieved R² of 0.91+ enabling real-time, data-driven price recommendations. Delivered a 5-page interactive Streamlit dashboard with AI price predictor, competitor tracker, revenue simulator, and scenario modelling tool.

R² 0.91+ +10.9% Revenue Uplift ₹153M+ Projected Live Dashboard
[ 04 ]

Technical Skills

Languages
Python SQL JavaScript
AI / LLM Frameworks
LangChain LangGraph LangSmith CrewAI Ollama Claude API Gemini API OpenAI API RAGAS Prompt Engineering
ML / Data Science
Scikit-Learn XGBoost Random Forest Feature Engineering EDA Pandas NumPy Matplotlib Seaborn MLflow
NLP & NER
Named Entity Recognition IndicBERT BERT Models Regex Pattern Design Confidence Scoring Indian-Language NLP
Vector Databases
pgvector ChromaDB Pinecone Weaviate Semantic Chunking Embedding Pipelines
Backend Engineering
FastAPI REST API Design Microservices Flask JWT RBAC Rate Limiting WebSockets
Databases
PostgreSQL 16 Redis 7 SQLite Supabase JSONB Multi-Tenant Schema
Frontend
React.js 19 Next.js TailwindCSS Framer Motion Streamlit Recharts
DevOps & Tools
Docker Docker Compose Git CI/CD Linux Postman Kubernetes
Security & Compliance
DPDP Act 2023 PII Detection Risk Scoring HMAC Audit Logs Multi-Tenant Isolation OWASP API Security
Cloud Platforms
AWS (Certified) Oracle Cloud (Certified) Google Cloud Vertex AI
Architecture Patterns
Multi-Tenant SaaS Fail-Secure Architecture Circuit Breaker RAG Multi-Agent Orchestration Self-Learning Loops
[ 05 ]

Certifications

Oracle Fusion AI Agent Studio Certified Foundations Associate — Rel 1
Oracle University · June 2026 · 103448063OFAASOFA
Oracle Cloud Infrastructure 2025 Certified AI Foundation Associate
Oracle University
IBM Machine Learning Professional Certificate
IBM / Coursera
AWS Artificial Intelligence Practitioner Learning Plan
Amazon Web Services
AI Fluency: Framework & Foundations
Anthropic · University College Cork · Ringling College of Art + Design · HEA
[ 06 ]

Key Achievements

$500M Fund Demo at Age 20
Built Silicon Colleague solo — no funding, no team — and demonstrated to the Managing Partner of a $500M investment fund.
🎯
96% Compliance / Sub-100ms Latency
Across 1,495+ live-tested interactions. CRITICAL pattern matches detecting in 84–118ms end-to-end.
🧠
Self-Learning: 97.1% → 99.4% Accuracy
Compliance review loop improved autonomous AI accuracy across a single extended review session.
⚙️
80% Execution Time Reduction
CORTEX multi-agent system reduced end-to-end software delivery time by 80% through autonomous agent collaboration.
📈
R² 0.91+ / ₹153M+ Revenue Projected
XGBoost pricing model on 730 days of data projected ₹153M+ additional annual revenue with +10.9% uplift.
⚖️
21 Indian Laws in One Engine
DPDP Act, IT Act, RBI/NPCI, SEBI, Aadhaar Act, Mental Healthcare Act + 15 more mapped to 51 real-time detection rules.
🔒
Critical Security Flaw Self-Identified & Fixed
During red-team testing, found silent CRITICAL→LOW downgrade on provider timeout. Rebuilt entire failure path to fail-secure standard.
📖
5,000+ Entry Indian NLP Dictionary
Built custom name detection spanning Hindu, Muslim, Sikh, Christian, Jain, and Parsi communities to solve IndicBERT edge-case gaps.
[ 07 ]

Testimonial

// Investor Feedback
"What Utkarsh has built with Silicon Colleague reflects a level of architectural maturity that is rare even among seasoned engineers. The compliance pipeline design, the fail-secure fallback architecture, and the depth of regulatory mapping across Indian data protection frameworks — this is not a prototype. This is production-grade infrastructure built by a founder who understands the enterprise problem space deeply. The kind of work that makes investors pay attention."
Managing Partner
$500M AI/ML & Cybersecurity Venture Fund · San Francisco
[ 08 ]

Contact

// SYSTEM STATUS

$ query --status availability
> Status: OPEN FOR HIRE

$ query --role preference
> AI/ML Engineering
> LLM Infrastructure
> Backend AI Systems
> Full-Stack AI Products

$ query --relocate
> Open to remote / hybrid / relocation

$ query --response-time
> Response within 24 hours

$ send --message utkarsharya893@gmail.com
> Connection open. I ship.