External / Open Source / Standards Governance
Cloud Native Computing Foundation (CNCF)
Governing Board Member (representing Cisco)
Member of CNCF’s Governing Board, contributing to strategy and oversight of cloud-native infrastructure.
Linux Foundation – AGNTCY Project
Project Steward / Advisory Lead
Guiding architecture and governance of AGNTCY, Cisco / Outshift’s multi-agent AI infrastructure project under LF.
Outshift / Cisco Innovation
Intrapreneurship / Incubation Leadership
Lead incubation engine at Cisco building startup-style teams that push infrastructure and adjacent innovation.
Internal / Corporate Governance & Leadership (Cisco)
Co-Chair, Responsible AI Committee
Cisco
Co-leads Cisco’s internal AI governance and ethics oversight across research and product teams.
Director / Lead, Open Source & DevNet Initiatives
Cisco
Overseeing Cisco’s open source strategy, OSPO-like programs, and the Developer Network (DevNet).
.affiliation-cards {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.card {
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
flex: 1 1 calc(45% – 20px);
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
overflow: hidden;
display: flex;
flex-direction: column;
}
.card-header {
display: flex;
align-items: center;
padding: 15px;
}
.org-logo {
width: 50px;
height: 50px;
object-fit: contain;
margin-right: 15px;
}
.card-title h3 {
margin: 0;
font-size: 1.2em;
}
.role {
display: block;
font-size: 0.9em;
color: #666;
}
.card-details {
padding: 0 15px 15px;
flex-grow: 1;
}
.years {
font-weight: bold;
font-size: 0.9em;
color: #333;
}
.description {
margin-top: 5px;
font-size: 0.95em;
color: #555;
}
@media (max-width: 600px) {
.card {
flex: 1 1 100%;
}
}