name : Aaradhy Raghav Duvey
role : Product Engineer · Agentic AI Builder · Startup Founder
location : Jaipur, India 🇮🇳
status : Building things that scale and occasionally catch fire 🔥
focus : SaaS · Cloud-Native · Multi-Agent AI Systems
fun_fact : My AI agents ship infra while I debug other AI agents- 🔭 Building SYNAPSE — control your infra with plain English, it actually obeys
- 🤖 Making LangChain agents do my DevOps because I have principles
- ☁️ If it's not serverless, did it even run?
- 🏆 Hackathon veteran — IIT Delhi, SIH 2025, still undefeated on caffeine
- 📄 Published researcher, which mostly means I've read my own paper twice
- ⚡ My commits are like my humor — clean until 2am, chaotic by 3am
$ git log --oneline --all --author="Aaradhy" --no-merges
7f3a1c2 🚀 feat: ship to prod before reviewing my own PR
6e2b9d1 🐛 fix: fix the fix that fixed the previous fix
5d1c8a0 ♻️ refactor: it was working, now it's elegant (maybe)
4c0b7f9 🔥 chore: remove 47 console.logs (added 12 new ones)
3b9a6e8 📝 docs: write readme at 2am, regret nothing
2a8b5d7 🤖 feat: add AI agent — it's basically a coworker now
1z7c4e6 🎉 init: this is fine ___________________________________________________
| |
| "Talk is cheap. Show me the code." |
| — Linus Torvalds |
|___________________________________________________|
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$ _
class Aaradhy:
def __init__(self):
self.pronouns = "He/Him"
self.location = "Jaipur, India 🇮🇳"
self.currently = ["Building SYNAPSE", "Shipping TuViral"]
self.ask_me = ["Web Dev", "Agentic AI", "Cloud Arch"]
self.not_me = ["AI that tells jokes", "Tabs vs Spaces debater"]
def contact(self):
return "arduvey.29@gmail.com" # or just @mention me
me = Aaradhy()
print(f"Currently obsessed with: {me.currently}")
# Output: Currently obsessed with: Building SYNAPSE