
2
1
India
1 year of experience
M Adithya is a third year B.Tech Computer Science student specializing in AI and Machine Learning at a Bangalore-based engineering college. He is passionate about building real-world AI systems, with a focus on agentic AI, LLM inference, and full-stack development. His project portfolio includes CodeEnforcer, an AI-powered GitHub PR review agent running on AMD MI300X GPU; VANI, a voice-first AI grievance agent for rural Indian citizens; PrescriptionNet, a patient-sovereign health data platform with AI integration; and CyberDetect, a scam awareness web application. He has participated in multiple national and international hackathons, consistently building end-to-end AI systems under tight deadlines. His technical stack spans Python, FastAPI, Next.js, React Native, LangChain, vLLM, ROCm, and various LLM APIs. Outside of coding, he follows football and creates content around AI and technology on LinkedIn. His long-term goal is to become an Agentic AI Engineer, building autonomous systems that remove mechanical work from human workflows.

CodeEnforcer is an AI agent that automates GitHub Pull Request code review using large language models running on AMD Instinct MI300X GPU hardware. Every software engineering team spends significant time on manual code reviews. Senior developers read through hundreds of lines of changed code, identify bugs, flag security vulnerabilities, and write feedback. This process is slow, expensive, and inconsistent across reviewers. CodeEnforcer solves this by automating the entire process using AI. When a user pastes a GitHub PR URL into the CodeEnforcer web interface, the agent fetches the complete code diff using the GitHub API. The diff is then split into optimized chunks that the language model can process efficiently. Each chunk is sent to DeepSeek Coder 1.3B — a code-specialized large language model — served via vLLM on AMD Instinct MI300X GPU using the ROCm 7.2 software stack. The model analyzes the code changes and returns structured JSON containing every issue found, with severity classification, line references, problem descriptions, and specific fix suggestions. All findings are aggregated, sorted by severity, and displayed in a clean dark-themed web interface. The AMD MI300X GPU with 192GB VRAM enables fast, consistent inference at 90.9 tokens per second with an average inference time of 2.20 seconds per chunk. Benchmark results across 5 runs showed near-zero variance, demonstrating the reliability and performance of the AMD hardware stack. CodeEnforcer is built entirely on open source tools — Python, FastAPI, PyGithub, DeepSeek Coder, vLLM, and ROCm — making it fully reproducible and extensible. The complete source code is available on GitHub with setup instructions and benchmark results.
13 Jul 2026