Skip to content
View Arunjay4213's full-sized avatar

Highlights

  • Pro

Block or report Arunjay4213

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

Arunjay Agrawal

CS, Mathematics, and Data Science triple major at UW-Madison, expected May 2028. I build AI systems end to end: retrieval over messy data, multi-agent pipelines, and the GPU kernels underneath them.

What I'm working on now

AI Engineer Intern at RIA Advisory. Building an agentic system that turns unstructured client input into cited business requirements documents. It runs GraphRAG over Qdrant and Neo4j behind a LangGraph multi-agent pipeline.

CDIS & OpenAI Summer AI Lab. Writing fused CUDA kernels for linear attention, targeting roughly 15x longer usable context on an H100.

Selected projects

  • race-attention-kernel - why an ICLR 2026 linear-attention repo's shipped CUDA kernels never run, with A100 baseline benchmarks; the replacement fused kernel is in progress.
  • Tripwire - prompt-injection security testing for AI agents, published on PyPI as tripwire-eval, so you can find out whether your agent is hijackable before it ships.
  • Wattbot - hybrid RAG system built for a Kaggle competition, reaching 87% accuracy across 282 test queries.
  • AI_Interviewer - mock interview agent, 3rd place at MadData 2025.
  • CustomShell - a POSIX shell written in C: pipelines, redirection, job control, and builtins.

Where the rest of my work lives

A lot of what I spend my time on is not on this profile. The RIA Advisory system above is private company code. So is my work at the UW Tech Exploration Lab on a voice agent and its dashboard, and my work at the UW Data Science Institute building social network analysis tooling for the Wallace Foundation initiative. Those projects sit in private or employer-owned repositories, so they are described on my resume and LinkedIn rather than here. Happy to talk through any of them directly.

Contact

Pinned Loading

  1. Tripwire Tripwire Public

    Security testing tool that finds out whether your AI agent can be hijacked by prompt injection, before it ships. Published on PyPI as tripwire-eval.

    Python 1

  2. Wattbot Wattbot Public

    Hybrid RAG question answering system for the UW-Madison Environmental AI Kaggle competition. 87% accuracy on 282 test queries with 40 training samples.

    Python

  3. AI_Interviewer AI_Interviewer Public

    InterviewIQ - AI mock interviewer that generates Gemini-powered questions, scores your answers, and reads body language from your webcam in real time. 3rd place at MadData 2025.

    Python

  4. CustomShell CustomShell Public

    A POSIX shell written in C: pipelines, redirection, job control, and builtins.

    C

  5. Cortexa Cortexa Public

    Observability layer for AI agent memory: a FastAPI attribution engine, a Next.js operator dashboard, and the public site.

    TypeScript

  6. Monday Monday Public

    Monday - vision-guided assistive grasping prototype for people with upper motor neuron injury. Combines voice intent, a camera feed, a Claude-based grip planner, and electrical muscle stimulation. …

    Python