A modular, CLI-based autonomous AI coding assistant with bash tool execution, file editing, persistent SQLite session memory, and pluggable LLM provider support (Anthropic, Groq, DeepSeek, Sarvam, OpenAI).
Hi, I'm Jagadeesh 👋
I build backends that AI can talk to.
Final-year CS student at St. Martin's Engineering College, Hyderabad. I engineer production backends with Django & PostgreSQL, architect cloud pipelines on AWS (EC2, S3, SQS, SNS, Lambda), and build autonomous AI Agents & FastMCP interfaces.
Recruiter Quick Summary
View Full ResumeFlagship Featured Projects
CLI Autonomous AI Coding Agent
A modular, CLI-based autonomous AI coding assistant featuring multi-tool execution, bash commands, persistent SQLite session memory, and multi-provider LLM integration (Anthropic, Groq, DeepSeek).
Technical Skillset
Backend & APIs
AI & Autonomous Agents
Cloud & DevOps
Frontend
Top Projects
All projects (6)A production-grade REST API for a full-featured e-commerce platform with real-time chat and AWS S3 integration.
31 AI-callable endpoints on Django REST API. Products, orders, reviews — all tool-callable by AI agents.
Architectural Posts
All articlesDeep Dive into Chatram: A Production-Grade E-Commerce Backend
Exploring the architecture and tech stack behind Chatram — a full-featured e-commerce API built with Django, DRF, Celery, Redis, and Django Channels.
I gave an AI 31 tools to control my e-commerce backend
How I wired up FastMCP to a Django REST API so AI agents can browse products, create orders, and manage reviews — all through structured tool calls.
LinkedIn Engineering Insights
All LinkedIn posts🚀 How I Reduced AWS Costs by Running Multiple Services on a Single EC2 Instance
Instead of paying for separate EC2 instances, I used Docker Compose + Nginx as a gateway to run Django REST Framework and n8n on one instance. Nginx routes /api/ → DRF and /n8n/ → workflows. Stop the instance when idle, one command brings everything back up.
Read on LinkedIn
Python 3.14: Upcoming Big Updates
A breakdown of the most impactful changes coming in Python 3.14 — new syntax, performance improvements, and what it means for Django and backend developers.
Read on LinkedIn
AWS S3 in Django REST Framework
How I integrated AWS S3 presigned URLs into my Django REST API for media uploads — so the frontend uploads directly to S3 without touching the backend server.
Read on LinkedIn