|
I am an AI Engineer and Software Architect passionate about bridging the gap between cutting-edge machine learning and robust, scalable systems. When I'm not lecturing, building tools for my agency Qord IV, or engineering AI solutions at AvenirIT, you can find me diving into text-to-SQL RAG systems, MLOps, or exploring the latest in tech.
π Currently pursuing a BSc in Engineering (Computer Science) at the University of Moratuwa (2026-2028). π Holds an HND in Information Technology from SLIATE (First Class). π‘ Part-Time Lecturer at the Institute of Digital Engineering Technology (IDET). βοΈ Actively building with Python, Go, Rust, and Next.js. |
class AIEngineer:
def __init__(self):
self.name = "Adithya Bandara"
self.roles = ["Founder @ Qord IV", "Associate AI Engineer", "Lecturer"]
self.focus_areas = {
'ai_ml': ['RAG Systems', 'Deep Learning', 'MLOps'],
'cloud': ['GCP', 'AWS', 'Distributed Systems'],
'dev': ['Go', 'Rust', 'Python', 'Next.js']
}
def get_philosophy(self):
return (
"In the intersection of artificial intelligence and cloud computing, "
"I build bridges where neural networks meet distributed systems, "
"and algorithms transform into scalable services."
)
engineer = AIEngineer()
print(engineer.get_philosophy())


