Laxmi Sai Maneesh Reddy Jupalle

I build products at the intersection of full-stack web, machine learning, and LLM systems — from shipped platforms to local-first AI tools.

0

MS CS · UIC Grad

0

Projects shipped

0

VMware · Broadcom

0

Hackathon win

profile.ts
const engineer = {
  stack: ['Web', 'ML', 'LLMs'],
  status: 'Open to opportunities',
  location: 'Chicago'
};
Scroll
RustNext.jsPythonTypeScriptPyTorchReactLLM PipelinesSupabaseAzureDocker RustNext.jsPythonTypeScriptPyTorchReactLLM PipelinesSupabaseAzureDocker

Building reliable products with depth behind the UI.

Full Stack Developer with a strong ML background. I enjoy building sleek, accessible UIs and designing data-driven features with modern stacks.

I graduated with an MS in Computer Science from the University of Illinois Chicago (GPA 3.80), with coursework in AI, ML, Data Science, GenAI, and systems. Previously, I worked at VMware by Broadcom, solving complex integration issues at scale and improving developer–tester workflows. I'm now focused on full-time roles where I can build reliable, user-centric products with AI/LLM and web technologies.

MS CS · UIC (Graduated May 2026)
Ex-VMware by Broadcom
Focus: Web · ML · LLMs
Based in Chicago, IL

Where I've worked

University of Illinois at Chicago

Jan 2026 – May 2026 · Chicago, IL

Graduate Assistant – GenAI Team

GenAI · Healthcare
  • Architecting an end-to-end RAG-based clinical AI system using Python, Azure AI Foundry, and open-source LLMs (LLaMA, Mistral) with vector-database retrieval to automate medical justification reports for assistive technology equipment.
  • Developing secure, HIPAA-compliant data workflows to process, anonymize, and validate patient records from protected file servers, grounding AI-generated clinical documentation in verified inventory and patient datasets.

VMware by Broadcom

Aug 2022 – Jul 2024 · Bengaluru, India

Software Engineer (May 2023 – Jul 2024) · Associate Software Engineer (Aug 2022 – Apr 2023)

Enterprise · APIs
  • Leveraged expertise in APIs, certificates, and XML to streamline profile integration and enhance system performance.
  • Drove issue resolution for thousands of clients, ensuring uninterrupted operations and system uptime.
  • Conducted deep investigations into Apple platform issues, contributing to improved enterprise mobility solutions.
  • Standardized Jira ticket workflows with clear reproduction steps and environment details, reducing developer–tester communication loops by 40%.
  • Performed Apple–VMware environment troubleshooting using server log analysis and configuration audits to resolve complex compatibility issues.

Full Stack Developer Intern · Ifortis Corporate

May 2020 – Aug 2020 · Bengaluru, Karnataka, India

Ed-Tech · Full Stack
  • Built and deployed the company’s ed-tech web platform using full-stack technologies including Python backend services and responsive frontend interfaces, enabling scalable delivery of online workshops and coding sessions.
  • Engineered site scalability improvements to handle growing user traffic, implementing backend optimizations and frontend performance tuning that supported a surge in platform adoption during peak enrollment periods.

Selected work

All-in-one student platform for UIC with campus feed, marketplace, notes exchange, study matching, professor reviews, and an AI campus assistant.

uicloop.com
Feed
Market
Notes
Prof Reviews
Schedules
Ride Share

Sparky AI — "Best CS electives this semester at UIC?"

10+ modules Realtime chat Groq powered
  • · Solo-built with Next.js 16, React 19, TypeScript, Supabase
  • · 10+ workflows + Groq-powered Sparky AI for campus Q&A
Next.jsSupabaseGroq

A keyboard-first workstation for the AI model market — mnemonic commands, multi-panel layouts, watchlists, two years of historical charts, and a unified entity model. Data from OpenRouter, LMArena, HuggingFace, arXiv, and lab feeds; normalized once on the server, served through a consistent REST + SSE API.

ARGUS · LAYOUT 4
> FABLE5 DES ‹GO›
Claude Fable 5 · $3/M in · $15/M out
Arena TEXT #2 · Coding #4 · 90D +12 ELO
> BENCH FABLE5 GPT55 GLM5
→ 3-model matrix · best-in-row highlighted
~750 models 18k arena snapshots SSE live updates
  • · Entity resolver canonicalizes upstream naming (exact/alias/fuzzy tiers) and quarantines unresolvable rows instead of corrupting the entity table
  • · Immutable snapshot history in SQLite (WAL) powers PX price charts and ARENA ELO/rank history — two-year backfill on first boot
  • · Per-source pollers with independent cadence, backoff, and health — one dead feed goes stale in the status bar while everything else keeps ticking
  • · 12 keyboard functions (TOP, DES, PX, ARENA, BENCH, WATCH, …) with ghost-text autocomplete and inline error bar
TypeScriptHonoReactSQLiteZodSSEVitest

Not another meeting app — a single ~31 MB Rust daemon that captures system loopback + microphone (no bot joining your calls), transcribes in real time through swappable STT backends, and exposes everything over REST/WebSocket. The bundled web UI is just a client; curl works equally well. Privacy by default: with local Whisper, no audio leaves your machine.

auricle serve
Daemon · http://127.0.0.1:4820
STT · whisper-local · Silero VAD
Them: Let's sync on the Q3 roadmap…
You: I can share the deck after this call.
0.54s p50 final (deepgram) 2 channels local-first
  • · Lock-free ring-buffer capture pipeline: WASAPI loopback + mic → resample → Silero VAD → chunker → trait-object STT → SQLite assembler
  • · Swappable providers: whisper-local, Deepgram (streaming), Groq Whisper, OpenAI-compatible — opt-in cloud via env vars only
  • · Two-channel speaker labels from capture topology (You / Them); export markdown or summarize with local Ollama or cloud LLM
  • · Measured capture→final p50 of 0.54s (Deepgram nova-3) and 2.6s (whisper-local base.en) on 2019-class laptop hardware
RustWhisperSQLiteWebSocketReactVite

Ran a controlled fine-tuning study across three causal language models to answer one question: how much can fine-tuning alone improve a model, and what sets the ceiling? Built a complete QLoRA pipeline — base model → LoRA adapters → training → automated execution-based benchmarking → adapter merging → GGUF conversion → quantization → local deployment in Ollama.

  • · Fine-tuned each model on the 75K-example Magicoder-OSS-Instruct dataset; measured coding ability with execution-based benchmarks against test cases
  • · Qwen2.5-Coder-3B (modern, code-specialized): already saturated — fine-tuning barely moved the score, demonstrating the ceiling effect from the top
  • · TinyLlama-1.1B (modern, general): 7/10 at baseline, modest clean gains
  • · GPT-2-medium (2019, near-zero at code): 0/10 → 2/10, stayed at 2/10 even after 3× training — proving the plateau is a model-capacity limit, not a training limit
  • · Adapted the pipeline to each architecture (GPT-2 Conv1D attention, missing chat template, 1024-token context); Drive-checkpointed training resilient to disconnects; solved BF16 vs FP16 and QLoRA-on-Conv1D issues
  • · Key insight: pretraining sets the ceiling; fine-tuning helps you reach it — a modern 1.1B model out-scored a larger 2019 model with zero fine-tuning
PythonPyTorchHugging FacePEFT/LoRAQLoRATRLBitsAndBytesllama.cppGGUFOllamaGoogle Colab

Product layer on top of ByteDance's UI-TARS Desktop for safer, auditable, reproducible GUI agent execution — tamper-evident recording, human approval gates, dry-run simulation, and workflow export. Fully local; no data leaves the machine. Additive and opt-in; recording failures never break a live run.

  • · Command safety gate + approval hook: evaluates run_command / run_script against destructive-action rules before execution
  • · SHA-256 hash-chained Flight Recorder — append-only event log, content-addressed screenshots, integrity verification on read
  • · Proof Pack export (shareable HTML evidence), Workflow Capsule, and Workflow Compiler with simulation-first guardrails
  • · Simulation mode: agent observes and plans but skips real UI actions — dry-run workflows without touching the desktop
  • · Team Workspace with roles, governance policies, and exportable audit reports
  • · ~6.4k LOC across 9 commits; 19 new service tests passing; fully backward-compatible with existing agent control flow
TypeScriptElectronReactMCPVitest

Intelligent filesystem autopilot — watch, organize, deduplicate, and search your files automatically. Cross-platform desktop app with CLI, daemon, tray, and installers.

flux status
Daemon · uptime 3h 22m
Service · auto-start
Index: 142,847 files (48.3 GB)
$ flux find "assignment"
→ 4 results in 12ms
88 unit tests Win · macOS · Linux
  • · Shipped v0.2 with background agent, system tray, egui settings GUI, and one-click installers (.exe, .dmg, .deb).
  • · Rust engine: real-time notify watcher, SHA-256 dedup, rule-based organize, and nucleo fuzzy search across 100k+ files in <50ms.
RustTokioeguiRayon

Privacy-first Chrome extension — browsing history becomes a local knowledge graph and searchable second brain.

  • · Manifest V3 + IndexedDB memory layer
  • · On-device semantic search with ONNX WASM embeddings
Chrome ExtONNXReact

"Jest for prompts" — test-driven LLM prompt development with local-first execution and a self-hosted dashboard.

TypeScriptSQLite

Zero-config MCP server for local-first codebase health analysis — complexity, dependencies, dead code, git health.

MCPTree-sitter

Privacy-first local cash flow forecasting and financial anomaly detection — 533 tests, fully on-device.

PyTorchXGBoost

Ambulance pre-arrival system — 1st place, Microsoft-sponsored Hack with Chicago.

LangChainKafka

LLM-powered website using GPT-Nano/Gemini Flash with vector/graph search (Qdrant/Neo4j) to extract, compare, and simplify insurance documents.

QdrantNeo4j

Full-stack AI research assistant — upload papers, chat with summaries and Q&A.

ReactSupabase

YOLOv5 pipeline detecting potential assault incidents in CCTV footage.

YOLOv5Python

Healthcare app using a CNN and chatbot for faster initial assessment.

DjangoCNN

Tools I reach for

Full-Stack WebExpert
Python / MLExpert
LLM Systems & RAGAdvanced
Cloud & DevOpsAdvanced
Computer VisionProficient

Languages

PythonTypeScriptJavaScriptC++JavaRustSQL

Frameworks

ReactNext.jsDjangoPyTorchTensorFlow

Cloud & Tools

AWSAzureDockerJenkinsHadoop

Spoken

EnglishTeluguHindiJapanese

Education & recognition

Aug 2024 – May 2026 · Graduated

MS Computer Science

University of Illinois Chicago · GPA 3.80

AI, ML, Data Science, Networking, DBMS, DevOps, GenAI, Economics in CS

2018 – 2022

B.Tech CST (AI)

Jain University · GPA 3.72

ML, Deep Learning, NLP, HCI, Data Structures, DBMS, Data Science

Publication

Diabetic Retinopathy Detection using ML

Jan 2022 – Jun 2022

5-layer CNN with 94.5% accuracy. Awarded International Best Researcher by ISSN.

Read paper →

Award

VMware vExpert

2023

Recognized for expertise and community contributions in virtualization and cloud infrastructure.

Let's build something useful.

Seeking full-time roles and open to collaborations.