Skip to content
View soma-p's full-sized avatar

Highlights

  • Pro

Organizations

@WeibelLab @TritonSE @Effective-Accelerationism-CSES-UCSD @SLH-UCSD @AgenticUCSD

Block or report soma-p

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
soma-p/README.md

Pranav Soma

MS Computer Science at UC San Diego, finishing December 2026. I work on agentic systems, LLM evaluation, and the unglamorous part of getting a model from a notebook to something people actually depend on.

Most of what I build lives in lab and company repositories rather than here, so this profile is a pointer more than a portfolio. The full writeups are at pranavsoma.me.

What I'm working on

Agentic Systems Lead, Laboratory for Emerging Intelligence (Teradata-funded) Leading 6 engineers on an agentic workbench that runs staff and faculty workflows at UCSD, in pilot with 100+ users in the Jacobs School of Engineering. 60+ MCP servers covering the university's ~600 APIs, retrieved or generated by pipeline. A planner emits workflow steps and their dependencies; an executor harness runs them deterministically and degrades gracefully when a step fails. There is a refinement loop on top that splits every skill into a description tuned for retrieval and a body tuned for execution, optimized against latency, token spend, and skill-selection accuracy.

Smart Learning Hub Fine-tuned tutoring models (LoRA, SFT, RLHF) now running in 10 courses across UCSD, SDSU, and Cal Poly Pomona. The interesting part is the reliability layer: a reviewer model gates every response before a student sees it, and a meta-tutor rewrites the tutor's prompt from long-term signal, backed by a 5-model panel of judges. A controlled study over 600+ students measured 64% fewer TA overtime hours and 87% higher engagement.

M.S. thesis, computational redistricting Three congressional districting generators over Census 2020 data at 158K to 5.5M blocks per state: XGBoost with multilevel graph partitioning, a Sequential Monte Carlo sampler using spanning-tree balanced cuts, and greedy DP with Kernighan-Lin refinement. Plus the fairness metrics that grade them. Reproduces official district counts for AL, CA, and TX. Private while the thesis is in progress.

Previously

  • ServiceNow, software engineer intern two summers running. Migrated the AI Voice Agents platform from AWS Lex V1 to V2 ahead of end-of-life (45% lower agent-response latency), then built the conversation-history analytics platform that shipped to 24+ enterprise instances handling 10K+ voice calls a day. Got a report page from 7 seconds to under 1 second over millions of records.
  • Qualcomm Institute / Calit2, built AILA, a health assistant grounding diagnosis in a vector store of UMLS codes, with local Qwen models fine-tuned on the San Diego Supercomputer Center against a physician-authored eval set.
  • Triton Software Engineering, engineering manager for a nonprofit fundraising platform (11 developers, raised $75K), and before that shipped a housing portal for LA County's sole provider of those services.

Tools

Python, C++, C, TypeScript, Java. PyTorch, Transformers, XGBoost, OpenCV. LLM fine-tuning, RAG and GraphRAG, MCP, evals. FastAPI, React, Docker, Kubernetes, GCP, AWS. Postgres, MongoDB, Parquet.

Elsewhere

pranavsoma.me  ·  LinkedIn  ·  Résumé

Popular repositories Loading

  1. archive-frc-scout-app archive-frc-scout-app Public

    Forked from The10thHunter/ScoutApp

    FRC Scouting App, made by a few students

    JavaScript

  2. PandemicDefense PandemicDefense Public

    PioneerHacks III Submission

    Swift 1

  3. ClimateImpact ClimateImpact Public

    Hackathon 1 Submission

    Swift 1

  4. archive-cse15l-lab3 archive-cse15l-lab3 Public

    Forked from ucsd-cse15l-f23/lab3

    Java

  5. archive-cse15l-docsearch archive-cse15l-docsearch Public

    Forked from ucsd-cse15l-s23/docsearch

    For lab 4, CSE 15L S23

    Java

  6. archive-cse15l-grader archive-cse15l-grader Public

    Forked from ucsd-cse15l-s23/list-examples-grader

    Java