class WhoAmI {
constructor() {
this.name = "Christopher Banas";
this.location = "Menlo Park, CA";
this.currently = [
"Senior Applied AI Engineer @ ServiceNow",
"Tech Lead for CPQ on CRM AI Foundry",
"MCIT Candidate @ University of Pennsylvania"
];
this.focus = [
"Applied AI solutions",
"Developer workflows",
"Automation",
"Intelligent product experiences",
"Systems that create leverage"
];
this.highlight = "President's Lifetime Achievement Award recipient";
}
about() {
return `
I build applied AI solutions that help turn complex business logic into
useful product experiences. My work sits at the intersection of software
engineering, automation, demos, integrations, and AI-enabled workflows.
Right now I'm focused on intelligent CRM experiences, reusable developer
tooling, and the kind of systems that make teams faster without adding
noise.
`;
}
}applied ai • crm experiences • developer tools • automation • integrations • system design
Led CPQ AI work at ServiceNow • Built AI and eCommerce demos for Dreamforce 2024 • Created GitHub Actions-based CI/CD for ServiceNow configuration management • President's Lifetime Achievement Award recipient
This README is maintained with GitHub Actions.



