Skip to content
View Devasurya05's full-sized avatar

Block or report Devasurya05

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.

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

Devasurya Menon

Computer science student building agentic systems, applied ML, and full-stack tools — and shipping them end to end instead of leaving them in a notebook.

Portfolio · LinkedIn · Email


About

I'm a fourth-year CS student at Jain University, mostly working at the intersection of LLM agents, applied ML, and backend systems. I'd rather understand how something works than just use it — that's what pulled me toward AI in the first place, and it's also why most of what's below is a full working system rather than a notebook.

Recently: co-authored an accepted paper on prompt optimization, and submitted an Agent Skill to the official marketplace (pending review). Currently building an online cubing platform on the side, and working through the JLPT.

Building

Project What it is
TraceFlow Multi-agent root-cause-analysis engine — three agents gather evidence, write, and verify an RCA report for a factory fault, behind real auth, tenant-scoped data, and an eval harness.
Drifty Prompt refinement and drift monitoring — three models draft and rank candidate prompts, then a hand-rolled Redis queue re-runs the winner daily and fires a webhook the moment it starts failing.
Context Handoff An Agent Skill that keeps two living documents — architecture and task log — so a new AI chat session can pick up a project with zero context loss.
Explainable Eye Disease Detection CNN vs. Swin Transformer on retinal images, with Grad-CAM heatmaps checked against clinical expectations, not just accuracy. Live demo.
AutoPrompt Automated prompt optimization and benchmarking against a hand-written baseline — the project behind an accepted, co-authored paper.

More context on all of these — including the decisions behind them, not just the pitch — is on the portfolio.

Tools

Languages — Python · TypeScript · JavaScript · Java Backend — FastAPI · Flask · PostgreSQL · MongoDB · Redis · Docker ML / AI — PyTorch · scikit-learn · Gemini & Groq APIs · RAG and agentic pipelines Frontend — React · Vite · Streamlit

Reach out

devasurya05@gmail.com · LinkedIn · Portfolio · Résumé

Pinned Loading

  1. TraceFlow TraceFlow Public

    Multi-agent root-cause-analysis engine for factory faults — investigator/diagnostician/verifier agents, JWT auth, tenant-scoped data, eval harness, Prometheus metrics.

    Python 1

  2. Devasurya05.github.io Devasurya05.github.io Public

    Personal portfolio — an interactive blacksmith's forge scene, built entirely with Claude. Vanilla HTML/CSS/JS, no frameworks.

    HTML 1

  3. Drifty Drifty Public

    Prompt refinement and drift monitoring — three models draft and rank candidate prompts, then a hand-rolled Redis queue re-runs the winner daily and fires a webhook on regression.

    Python 1

  4. context-handoff context-handoff Public

    An Agent Skill that maintains ARCHITECTURE.md and TASKS.md so a new AI chat session can pick up a project with zero context loss.

    1

  5. eye-disease-detection eye-disease-detection Public

    Explainable eye disease detection using CNN vs Swin Transformer with Grad-CAM

    Python 1

  6. autoprompt autoprompt Public

    Automated prompt optimization and benchmarking against a hand-written baseline — the project behind an accepted, co-authored paper.

    Python 1