// Fun fact: I debug with println() and I'm not ashamed of it
// Another one: My code is like my coffee - strong, reliable, and occasionally bitter
package main
type Engineer struct {
name string
location string
role string
}
func NewEngineer() Engineer {
return Engineer{
name: "Ansuman",
location: "Bengaluru, India",
role: "AI Engineer",
}
}
Currently working at Vedantu, where I get to build AI systems that recommend questions and content for millions of learners. My projects usually involve multi-agent setups, RAG pipelines, and fine-tuned models, but at their core, they’re just me trying to turn ideas into things that actually work.
My approach to engineering is the same as when I first picked up an Arduino at 11—curious, experimental, and a little reckless. I still break things just to see how they work, and I still end up staying up too late debugging why something isn’t behaving the way I thought it would.
// The tools I debug with
// Full-stack at heart: from TCP/IP to centering divs
// I'm a tool-agnostic developer
// From RAG to production-grade agents
/* Shipping AI to prod: accuracy ↑, latency ↓, cost ↘ */
// Graduated with a degree and caffeine addiction
© 2025 Ansuman. All rights reserved.
Made with ❤️ in India