Rushabh Kalme

Software Engineer · Backend & Distributed Systems

// available for new roles · 2026

I'm Rushabh

R
— Rushabh, 2026

Backend & distributed-systems engineer. Two internships at Genxa Solutions shipped a sub-200ms p50 WebRTC SDK and a voice platform running 2.3K concurrent calls/day at 99.9% uptime; co-architected the CAD validation engine for ISGEC Heavy Engineering on real General Arrangement drawings. On my own time, a 7-agent LangGraph pipeline compresses 3–6 weeks of manual credit appraisal into under 4 minutes. Codeforces Expert (1619, top 10% globally), Cummins Merit Scholar '25, four patents filed since 2025, one IEEE paper accepted.

multi-agent systems
GPA · VIT Pune
9.29
credit-appraisal runtime
~4 min
Codeforces Expert
1619
patents & publications
5

// 02

Experience

Production engineering at startups and industry engagements, focused on real-time systems and applied AI.

01

Software Engineering Intern — WebRTC Communication SDK

· Genxa Solutions, Pune
Dec 2025 – May 2026 · Pune, India

Architected a tree-shakeable TypeScript WebRTC SDK end-to-end as sole SDK engineer. Cut enterprise integration from 4–5 days to under 2 hours and delivered a 50-room race-condition-free state layer.

  • Architected a tree-shakeable TypeScript WebRTC SDK with sub-200ms p50 latency; a plugin interface enabled 3 enterprise integrations without core SDK modifications.
  • Eliminated state desync across 50 concurrent rooms by replacing last-write-wins Firestore with a server-timestamp reconciliation protocol, validated with a race-condition harness.
  • Cut client integration from 4–5 days to under 2 hours as sole SDK engineer; aligned product and engineering on transport tradeoffs and delivered no-code onboarding end-to-end.
ReactTypeScriptFirebaseLiveKitWebSocketsGCP
02

AI Engineering Intern — Voice Agent Platform

· Genxa Solutions, Pune
June 2025 – Oct 2025 · Pune, India

Launched a multi-tenant voice-agent platform serving 4 enterprises at 2.3K concurrent calls/day with 99.9% uptime, and redesigned the WebSocket turn-taking pipeline to cut TTFB to 800ms.

  • Launched multi-tenant voice platform serving 4 enterprises at 2.3K concurrent calls/day with 99.9% uptime, automating 70% of manual SDR outreach workflows.
  • Cut TTFB to 800ms by redesigning the WebSocket turn-taking pipeline with a custom VAD; deployed stateless GCP Cloud Run microservices with zero-downtime auto-scaling.
PythonLiveKit AgentsOpenAI APITwilioNode.jsGCP Cloud Run
03

Industry Project — Agentic CAD Validation (ADV)

· ISGEC Heavy Engineering
July 2026 – Present · Pune, India (sponsored engagement)

Co-architected a CAD-drawing validation platform under a semester-long engagement with ISGEC Heavy Engineering. Two-phase pipeline: synchronous rule engine + async LLM enhancement pass.

  • Designed a two-phase pipeline: Phase 1 (parsing + 8-rule engine) completes in ~1.8s on a real 7.4MB drawing (~17.8K entities); Phase 2 runs as an async LLM enhancement pass with a hard timeout.
  • Co-built an 8-rule geometric validation engine using Shapely spatial indexing (STRtree) for sub-quadratic clash detection, Hungarian-algorithm optimal assignment for 1:1 equipment matching, and RapidFuzz for fuzzy ID reconciliation — covered by 78 pytest cases at 91% statement coverage.
Next.js 14FastAPISQLAlchemy 2Pydantic v2Google GeminiOllamaShapelyRapidFuzzpytest
04

Industry Project — Multi-Stakeholder Demand Forecasting (Foretell Vista)

· Yantrikisoft
Feb 2026 – May 2026 · Industry engagement (federated retail)

Industry-engagement project for Yantrikisoft: PyTorch STGNN with federated learning across retail silos, causal attribution via SHAP + DoWhy, and adaptive inventory replenishment via Ray RLlib. 14.2% → 11.1% MAPE across 4,200 SKUs.

  • Improved 7-day MAPE from 14.2% → 11.1% across 4,200 SKUs via PyTorch STGNN; outperformed LightGBM by 2.1 and ARIMA by 3.1 MAPE points on held-out Q4 data.
  • Fixed promotion misattribution via SHAP + DoWhy causal inference, directly informing enterprise campaign-budget allocation; cut cross-silo data transfer to zero using FedAvg federated learning.
  • Replaced static inventory thresholds with adaptive reorder policies via Ray RLlib RL agents across multi-dimensional state-action spaces.
PyTorchSTGNNXGBoostRay RLlibSHAPDoWhyFederated LearningCVXPYFastAPI

// 03

Projects

A working catalogue — multi-agent systems, fintech infra, edge-AI, and full-stack platforms. Filter by category.

01
Multi-Agent
OS-Devin — Evaluation Harness for Coding Agents screenshot 1
1/3

OS-Devin — Evaluation Harness for Coding Agents

A measurement instrument for autonomous coding agents. Four-agent LangGraph system (Planner, Code, Reviewer, Debugger) benchmarked across 18 hand-curated tasks, 4 agent configurations, and 3 LLM backends — with Docker-managed isolation and AST-based side-effect guards.

tasks
18
configs
4
backends
3
Python 3.12LangGraphLangChainLiteLLMtree-sitter AST
02
Multi-Agent
Foretell Vista — Multi-Stakeholder Demand Forecasting screenshot 1
1/3

Foretell Vista — Multi-Stakeholder Demand Forecasting

Industry project for Yantrikisoft. PyTorch STGNN with FedAvg across retail silos, causal attribution via SHAP + DoWhy, and adaptive replenishment via Ray RLlib — 4,200 SKUs, 14.2% → 11.1% MAPE.

MAPE
14.2 → 11.1%
SKUs
4,200
vs LightGBM
-2.1 pts
silos
federated
PyTorch (STGNN)XGBoostRay RLlibSHAPDoWhy
03
Full-Stack
Rail Yard Slot & Conflict Manager screenshot 1
1/3

Rail Yard Slot & Conflict Manager

Full-stack rail-yard scheduling: Java 21/Spring Boot 4.0 REST API, Angular 21 dispatcher shell, and a normalized PostgreSQL 17 schema. Conflict-free reservations enforced at the database layer via a partial GiST exclusion constraint.

tests
15
tables
7
CI jobs
3
Java 21Spring Boot 4.0Angular 21PostgreSQL 17Flyway
04
Multi-Agent
AfterMath — On-Call SRE Agent with Memory screenshot 1
1/3

AfterMath — On-Call SRE Agent with Memory

An SRE agent that remembers every past outage, proposes evidence-cited mitigations with a real confidence score, refuses fixes that have backfired, and decays weak fixes. Built on Hindsight memory + OpenClaw SRE agent.

TypeScriptGPT-4oHindsight pluginOpenClawNext.js 15
05
Fintech
SAR-AI — Multi-Agent AML Compliance screenshot 1
1/3

SAR-AI — Multi-Agent AML Compliance

Five-agent Suspicious Activity Report (SAR) narrative generator with sentence-level audit provenance. Constitutional AI prevents speculation. React Flow visualizes the underlying transaction graph.

FastAPIPython 3.11LangChainLangGraphChromaDB
06
Private Edge-AI
SignHear — Real-Time Voice-to-Sign Translator screenshot 1
1/3

SignHear — Real-Time Voice-to-Sign Translator

Cross-platform Edge AI app that translates spoken English to animated SignWriting in real time — fully offline. Built for the Snapdragon X Elite track. Whisper for STT, a local SignWriting model, and an optional Groq/LLaMA simplifier for online mode.

React 19TypeScriptViteTauriPython
private 2025
07
Private Edge-AI
NHAI Netra — Road Defect Computer Vision screenshot 1
1/4

NHAI Netra — Road Defect Computer Vision

React Native (Expo) field app for on-device road-defect detection using TFLite + vision-camera, with an admin recharts dashboard for analytics.

Expo 54React Native 0.81react-native-fast-tflitereact-native-vision-camerazustand
private 2025

// 04

Patents & Publications

One IEEE-accepted paper and four patent applications filed between 2025 and 2026.

01

Innovelty AI: An AI-Driven System for Automated Novelty Assessment and Patentability Analysis

IEEE I2ITCON 2026 (to appear in IEEE Xplore) · 2026

End-to-end AI pipeline that scores a candidate invention against existing patents and research, with explainable novelty attribution.

Accepted
02

AI Patent Verification System

Indian Patent Application · 2025

Verification pipeline for AI-generated patent claims: novelty scoring, prior-art retrieval, and counterexample surfacing.

Filed
03

Traffic Violation Detection System

Indian Patent Application · 2025

Real-time detection of traffic violations from roadside feeds using on-device vision models.

Filed
04

Prescription Error Detection System

Indian Patent Application · 2025

NLP-based detection of medication errors in prescriptions, with provenance back to the original document.

Filed
05

Smart Irrigation Systems

Indian Patent Application · 2025

IoT + ML-driven irrigation scheduling that combines weather, soil, and crop-stage signals.

Filed

// 06

Get in touch

Open to full-time software engineering roles (backend, distributed systems, applied AI) starting 2026.

rushabkalme@gmail.com