Skip to content
View sahilmehta17's full-sized avatar

Block or report sahilmehta17

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
sahilmehta17/README.md

Sahil Mehta

AI / Full-Stack Engineer at Enidus · NYC — open to relocation

I build production LLM systems, agentic copilots, RAG, and the eval harnesses that keep them honest. B.S. Computer Science + B.S. Data Science, UW–Madison 2025. My bias is that an agent claim isn't real until there's a number behind it and a test that can fail.

Currently

Building an agentic copilot for T-Mobile for Business, in pilot with 15 reseller tenants representing 25+ enterprise customers and 100+ daily portal users. It answers natural-language queries over telecom account data and runs multi-step account actions such as device purchase, line suspension, and plan upgrades.

  • 53 intents dispatching to 43 Pydantic-typed tool handlers, with the LLM constrained to tool selection — never raw SQL.
  • Every write-capable transaction is staged for human confirmation before the backend executes it.
  • A parametrized pytest suite (52 cases fanning out to 400+ invocations) that caught the agent inventing device SKUs and malformed account numbers early.

Open to AI Engineer roles on small AI-first teams shipping real production LLM systems.

Selected projects

CloudGuard — a reliability and safety harness for LLM cloud agents, measured against a real AWS environment. An embeddings-based tool router recovers selection accuracy to 1.00 where a bag-of-words router degrades to 0.83, with every headline number written to a committed JSON artifact.

GoodEnough — a pre-registered study of when a 1.7B local model can replace a hosted 70B. Across a pinned case study, zero of eight benchmark slices cleared a non-inferiority margin fixed before any data was observed, and hosted answered 8.5x faster at the pooled median — the local path lost on accuracy and latency at once.

ClaudeJob — an agentic pipeline that ingests live job postings, tailors a structured-output JSON resume per role, and renders pixel-matching PDFs. Guarded by 149 unit tests and a validator suite that catches 30+ AI-resume cliché patterns and fabricated stats against a pinned base.

Toolkit

AI/LLM — Claude & OpenAI APIs, tool calling, agent orchestration, RAG, vector search (Qdrant), structured outputs (Pydantic), streaming/SSE, MCP, PyTorch.

Stack — Python, TypeScript, SQL, FastAPI, Node.js, React, Next.js, PostgreSQL, Docker, AWS.

Contact

sahilmehta.dev · LinkedIn · sahilmehta0204@gmail.com

Pinned Loading

  1. cloudguard cloudguard Public

    Reliability and safety harness for LLM cloud agents. Tool-selection accuracy vs. tool count, blast-radius guardrails, and prompt-injection red-teaming against a real AWS mock. Every number is a com…

    Python 2

  2. GoodEnough GoodEnough Public

    Pre-registered non-inferiority study: where is a quantized 1.7B model on a laptop CPU good enough to replace a hosted 70B? On this benchmark, nowhere, and the local path was also slower. Margin fix…

    Python 2

  3. chef-drop-brief chef-drop-brief Public

    Claude Code Skill that drafts Braze-ready chef-drop campaigns with 9 deterministic copy evals and a field-scoped revision loop.

    Python 1

  4. roboflow/rf-detr roboflow/rf-detr Public

    RF-DETR is a real-time object detection and segmentation model architecture developed by Roboflow, SOTA on COCO, designed for fine-tuning. [ICLR 2026]

    Python 9.5k 1.2k

  5. inference-powerbi-sink inference-powerbi-sink Public

    A Roboflow Workflows sink block that streams detection results to Power BI. Pip-installable plugin, secret-safe push URL, per-detection and aggregate modes, 24 tests.

    Python 2