I'm Dario Cavalli a 26 years old Artificial Intelligence / Software Engineer from Italy,
and a wannabe Startupper with deep passion for Innovation and Technologies.
- πΌ Currently I am a Software Engineer at Meta, with a focus on Agentic AI and GenAI.
- π I have a Bachelor's and a Master's Degree in Computer Science and Engineering, curriculum Artificial Intelligence.
- π I lived 6 months in Japan, studying and researching in Artificial Intelligence, Parallel Programming and Entrepreneurship.
- π¨βπ» All of my projects are available at GitHub Repositories
- π¬ Ask me anything about Roman History or Geopolitics.
- π« How to reach me on LinkedIn LinkedIn.
class Dario(Cavalli):
"""Best Artificial Intelligence Engineer (work in progress)..."""
def __init__(self):
self.name = "Dario Cavalli"
self.age = 25
self.role = "AI Engineer"
self.TOOLS = {
"ProgrammingLanguages" : ("Python", "Java", "C++", "Javascript", "Prolog", "R"),
"Software" : ("Unity", "ROS2", "Git", "", "JavaFX"),
"Platforms" : ("GNU/LINUX", "Windows"),
"Other Tools" : ("PyTorch", "Tensorflow")
}
self.SOFTSKILLS = [
"Ability to learn quickly",
"Strong analytical skills",
"Interpersonal skills",
"Multicultural Environments",
"Leadership"
]
self.INTERESTS = [
"Innovation and Technologies",
"Artificial Intelligence",
"Computer Sciences",
"Computer Networks and Networking events",
"Software Engineering",
"Startups",
"Fitness and Sports",
"Geopolitics",
"History",
]
def use(self, tool):
"""use one of my tools or use bunch of them."""
return self.TOOLS[tool]
def work(self):
""""""
while not WORK_DONE:
# keep working
self.use(tool)
return WORK_DONE
def __len__(self):
"""Fun Fact"""
return 175 # cm
def __repr__(self):
return f"{self.name} an {self.age} y.o {self.role}""Fight for what you believe in. You will lose, as I have lost, all the battles. But only one will you be able to win. The one you engage in every morning, in front of the mirror.β ~ Indro Montanelli



