🧠 Full Stack & AI Engineer | MSc Artificial Intelligence Graduate 🚀 Building scalable, intelligent systems that solve real-world problems.
I'm the kind of engineer who reads AI research papers for fun and ships production-grade systems before breakfast. My work lives at the intersection of advanced AI and practical engineering — turning cutting-edge ideas into tools people actually use.
Deep focus areas: Deep Learning · Machine Learning · LLMs · RAG · Agentic AI · Cloud-Native Architectures
class CharlesArowolo:
"""
Full Stack & AI Engineer with an MSc in Artificial Intelligence.
Obsessed with building intelligent, scalable, production-ready systems
that bridge the gap between AI research and real-world impact.
"""
def __init__(self):
self.name = "Charles Arowolo"
self.alias = "MaestroDev19"
self.role = ["Full Stack Engineer", "AI/ML Engineer"]
self.education = "MSc Artificial Intelligence 🎓"
self.location = "🌍 Open to Remote Opportunities"
self.fun_fact = "I debug faster with music on 🎧 — my playlist is basically a second co-pilot."
self.coffee = "☕ Fuel: black coffee + lo-fi beats"
@property
def tech_focus(self) -> list[str]:
"""Core domains I build in."""
return ["LLMs", "RAG Pipelines", "Deep Learning",
"Agentic AI", "Cloud-Native Systems", "Full Stack SaaS"]
def currently(self) -> dict:
"""What I'm up to right now."""
return {
"🔭 working_on" : ["AI/LLM-powered applications", "ML research models"],
"🌱 learning" : ["Deep Learning research", "Advanced LLM fine-tuning", "Agentic AI / AI Agents"],
"👯 open_to" : ["Open source AI tools", "LLM/RAG projects", "ML research", "SaaS products"],
"💬 ask_me_about": ["Full Stack Eng", "LLMs", "RAG", "ML Model Design", "AI Architecture"],
}
def philosophy(self) -> str:
"""How I build."""
return "Don't just build smart systems — build systems that are smart AND shipped. 🚀"| 🔭 Working On | AI/LLM-powered apps & ML research models — production-ready, not just prototype-pretty |
| 👯 Collaborating On | Open source AI tools · LLM/RAG projects · ML research papers · Full Stack SaaS |
| 🌱 Currently Learning | Deep Learning research · Advanced LLM fine-tuning · Agentic AI / AI Agents |
| 💬 Ask Me About | LLMs, RAG pipelines, ML model design, AI system architecture, shipping from research to prod |
| 🤝 Help With | Heads down building for now — but always open to great conversations! |
| ⚡ Fun Fact | I debug faster with music on 🎧 — my playlist is basically a second co-pilot |
Thanks for stopping by! If something I built helped you, drop a ⭐
Built with 💚 · music on 🎧 · coffee ready ☕ · by MaestroDev19


