struct YairCamborda {
name: &'static str,
role: &'static str,
location: &'static str,
website: &'static str,
education: Vec<&'static str>,
cats: Vec<&'static str>, // 🐱 the bosses
}
impl YairCamborda {
fn new() -> Self {
Self {
name: "Yair Camborda",
role: "Senior AI Engineer",
location: "Lima, Peru 🇵🇪",
website: "https://yairama.dev",
education: vec!["MIT (edX)", "National University of Engineering"],
cats: vec!["Frida", "Lara", "Ekko", "Gaia",
"Osiris", "Ganesha", "Caliope", "Freyja"],
}
}
fn current_focus(&self) -> Vec<&str> {
vec![
"🤖 Multi-Agent AI Systems",
"🧠 Deep Learning & Reinforcement Learning",
"⚡ ML Pipelines at Scale (Databricks, Spark)",
"🦀 High-performance tooling in Rust",
"🎮 AI for Simulation & 3D Environments",
]
}
fn fun_facts(&self) -> Vec<&str> {
vec![
"From $16M production increases to award-winning AI solutions",
"I dream in Python and think in Rust 🦀",
"My 8 cats are my best rubber-duck debuggers 🐱",
"I build AI that makes real-world impact",
]
}
}|
Computer vision pipeline using Meta AI's Segment Anything (SAM) with custom algorithms to compute blasting fragmentation metrics like P80.
|
AI-powered fleet optimization environment with reinforcement learning for autonomous vehicle dispatch and route planning.
|
|
Real-time 3D visualization system for fleet management operations with interactive monitoring and dispatch control.
|
Geostatistical simulation engine for ore body modeling using advanced interpolation and stochastic methods.
|
|
Production Impact Real-world value created |
Award-Winning AI Recognized solutions |
Major Projects From innumerable ones |
Cat Overlords Best debugging partners |
Because no README is complete without acknowledging the real bosses
/\_/\ /\_/\ /\_/\ /\_/\ /\_/\ /\_/\ /\_/\ /\_/\
( o.o ) ( -.-) ( ^.^) ( o.o ) ( >.< ) ( =.=) ( o.o ) ( ^.^)
> ^ < > ^ < > ^ < > ^ < > ^ < > ^ < > ^ < > ^ <
Frida Lara Ekko Gaia Osiris Ganesha Caliope Freyja
🧡 "In my house, the cats outnumber the humans. They approve all my pull requests."




