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.