Skip to content
View abhilashpuli98's full-sized avatar
💻
Focusing
💻
Focusing

Highlights

  • Pro

Block or report abhilashpuli98

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

Abhilash Puli Typing SVG

LinkedIn GitHub LeetCode Medium Email HackerRank

YC W25  LeetCode Top 16%  HackerRank 5 Star  NPTEL Deep Learning Stanford online - Machine Learning

Manifesto Header

I build what others treat as a black box.

At Aden (YC W25), I engineer the MCP integration layer for Hivean autonomous agent framework designed to eliminate humans from the inference loop. My infrastructure enables AI agents to discover peer services, chain HuggingFace inference endpoints, generate embeddings, and recover from distributed failures autonomously.

I maintain 90%+ Pytest coverage on all agentic modulesbecause in distributed ML systems, a silent failure is not a bug. It's a catastrophe.

My research philosophy: you don't understand a model until you've derived its backward pass on paper. I implement foundational papersTransformers, Bahdanau Attention NMT, TextCNN, Word2Vecentirely in raw PyTorch. No wrapper libraries. No shortcuts.

Competitively, I hold LeetCode Top 16% Global (Rating 1655+, 530+ solved) and HackerRank 5-Star. I treat algorithms as the cognitive substrate for all engineering decisions.

Multi-Agent AI MCP Protocol HuggingFace Inference From Scratch DL

GitHub Stats Top Languages

Production Deployment

Aden YC W25

Present

Open Source AI Engineer

Remote

Test Coverage 90%+ Hive Framework

Open Source AI Engineer · Aden (YC W25)

Owner of the Model Context Protocol (MCP) integration layer for Hive, Aden's autonomous agent orchestration system. Engineering the full-stack infrastructure that enables AI agents to operate without human oversight at enterprise scale.

  • Engineered MCP-based tool integrations enabling agents to autonomously execute ML models, generate real-time semantic embeddings, and orchestrate production HuggingFace Inference API endpoints.
  • Architected authentication workflows, sliding-window rate limiting, and multi-layer fault-tolerance mechanisms for distributed agentic systems.
  • Designed API coordination layers allowing autonomous agents to discover and call peer services, expanding Hive's capability for enterprise-scale multi-agent ML orchestration.
  • Maintained strict 90%+ Pytest coverage with mocked responses and CI/CD integrity across all critical self-improving agentic AI infrastructure modules.

Python FastAPI HuggingFace Pytest Docker PostgreSQL

Tech Arsenal

Languages Label Languages Icons

DL Architecture Label DL Framework Icons HuggingFace LoRA PEFT RLHF DPO SFT LLMs Multi-Agent Systems Label MCP Protocol LangChain LangGraph RAG RoBERTa Wav2Vec2 CLIP Gemma
Compute Label DevOps Icons GH Actions Backend Label Backend Icons

Research

Seminal architectures rebuilt entirely from scratch in raw PyTorch. No wrapper libraries. No nn.Transformer. Every gradient derived by hand first.

2017 PyTorch Attention Is All You Need (Vaswani et al., 2017)

Full encoder-decoder Transformer for NMT. Scaled dot-product attention, parallel multi-head attention, sinusoidal positional encodings, dynamic batch masking, label smoothingall from scratch.

MHA PE
2015 PyTorch Neural Machine Translation (Bahdanau et al., 2015)

Original additive attention mechanism. Bidirectional GRU encoder + attention decoder. Hand-coded alignment model computing context vectors by scoring all source hidden states.

BiGRU Additive Attention
2014 PyTorch CNNs for Sentence Classification (Kim, 2014)

Parallel 1D conv filters over variable kernel sizes sliding across word embeddings, max-over-time pooling extracting critical n-gram features.

TextCNN NLP
2013 PyTorch Efficient Estimation of Word Representations (Mikolov et al., 2013)

Word2Vec from zero. Skip-Gram + CBOW with negative sampling, full vocabulary pipeline, and noise-contrastive training loop. No Gensim.

Skip-Gram CBOW

Portfolio

01

NAXERION AI Multi-Modal Drug Recommendation System

Production-grade multi-modal medical AI fusing three foundation models via dynamic Softmax attention. RoBERTa for clinical text comprehension, Wav2Vec2 for acoustic emotion analysis, and CLIP for drug image verification. Achieves ~90% cross-modal diagnostic accuracy at sub-1.5s end-to-end latency. Also features a Gemma LLM fine-tuned via SFT + DPO and a DQN. Dockerized microservices with Kubernetes + NVIDIA GPU acceleration.

PyTorch RoBERTa Wav2Vec2 CLIP Gemma DQN Kubernetes

02

LEETCODE PRODUCTIVITY TRACKING SYSTEM

Event-driven Chrome Extension automating LeetCode-to-GitHub synchronization via GitHub OAuth 2.0 device flow. A background service worker intercepts LeetCode XHR submission responses and autonomously triggers REST API calls to push accepted solutions with structured problem metadata. Published as open-source developer tooling.

Chrome Ext OAuth 2.0 JS REST APIs

Hackathons

SIH 2025

Automated Analytics Systems

ACSE

Full-Stack Dev · Feb 2026

ET AI

AI Innovation Track

Telemetry

GitHub Stats GitHub Streak

Pinned Loading

  1. Autonomous-Lunar-Lander-Agent Autonomous-Lunar-Lander-Agent Public

    About A deep reinforcement learning implementation using Deep Q-Network (DQN) to train an agent to successfully land a lunar module in OpenAI Gymnasium's LunarLander-v3 environment.

    Jupyter Notebook 1

  2. AI-Research-Paper-Implementations AI-Research-Paper-Implementations Public

    A collection of paper implementations using the PyTorch framework

    Jupyter Notebook 1

  3. NaxerionAI-Hybrid-Sentiment-Enhanced-Drug-Recommendation-System-using-DQN-Reinforcement-Learning NaxerionAI-Hybrid-Sentiment-Enhanced-Drug-Recommendation-System-using-DQN-Reinforcement-Learning Public

  4. LeetCode-Productivity-Tracking-System LeetCode-Productivity-Tracking-System Public

    A productivity tracking system that syncs LeetCode submissions and provides progress analytics and insights

    JavaScript 1

  5. aden-hive/hive aden-hive/hive Public

    Multi-Agent Harness for Production AI

    Python 10.6k 5.7k

  6. autoresearch autoresearch Public

    Forked from karpathy/autoresearch

    AI agents running research on single-GPU nanochat training automatically

    Python