I'm an Applied AI Engineer with 8+ years of software experience, specializing in AI agents and LLM systems — multi-agent orchestration, tool-augmented workflows, and realtime voice agents grounded in fine-tuned models.
# Inspiration for every line I ship
class Engineer:
"""Captures the essence of building intelligent systems."""
def creed(self) -> str:
return "The best models are built by people who care more about the problem than the praise."
if __name__ == "__main__":
me = Engineer()
print(f"Developer's Creed: \"{me.creed()}\"")