Moonshots in Reliable Safe & Secure AI
2026-03-23T14:00:00+00:00
2026-03-23T18:00:00+00:00
https://www.expert-europe.eu//medias/image/32240296369e39053ee71a.png
European Parliament
Rue Wiertz 60
Brussels
1047
BE
.flip-card {
perspective: 1000px;
position: relative;
}
.flip-checkbox {
display: none;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
transition: transform 0.6s;
transform-style: preserve-3d;
}
.flip-checkbox:checked ~ .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
backface-visibility: hidden;
border-radius: 12px;
min-height: 320px;
}
.flip-card-front {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 20px 15px;
text-align: center;
position: relative;
border: none;
outline: none;
}
.flip-card-back {
transform: rotateY(180deg);
padding: 20px;
overflow-y: auto;
max-height: 420px;
scrollbar-width: thin;
scrollbar-color: #144379 #e8edf4;
}
.flip-card-back::-webkit-scrollbar {
width: 6px;
}
.flip-card-back::-webkit-scrollbar-track {
background: #e8edf4;
border-radius: 3px;
}
.flip-card-back::-webkit-scrollbar-thumb {
background: #144379;
border-radius: 3px;
}
.flip-card-back::-webkit-scrollbar-thumb:hover {
background: #1e5a9e;
}
.flip-card-front::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 50px;
background: linear-gradient(135deg, #e8f2fc 0%, #f0f7ff 100%);
clip-path: polygon(0 100%, 100% 100%, 0 0);
opacity: 1;
z-index: 0;
}
.flip-card-front label[for^="flip-"],
.flip-card-front label[for^="speaker-"] {
position: absolute;
bottom: 6px;
left: 10px;
color: #144379;
font-size: 18px;
font-weight: 300;
cursor: pointer;
z-index: 10;
}
.close-button {
cursor: pointer;
position: absolute;
top: 15px;
right: 15px;
width: 28px;
height: 28px;
background: #144379;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: 300;
transition: background 0.2s, transform 0.2s;
z-index: 10;
}
.close-button:hover {
background: #ef4444;
transform: rotate(90deg);
}
.country-flag {
position: relative;
display: inline-block;
cursor: pointer;
transition: transform 0.2s ease;
z-index: 10;
}
.static-card::before {
display: none !important;
}
.static-card .flip-label {
display: none !important;
}
.static-card {
transition: transform 0.2s ease, box-shadow 0.2s ease;
cursor: default;
}
.static-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(20, 67, 121, 0.15) !important;
}
.country-flag:hover {
transform: scale(1.15);
z-index: 20;
}
.country-flag .tooltip {
visibility: hidden;
background: #144379 !important;
color: #ffffff !important;
text-align: center;
padding: 4px 8px;
border-radius: 4px;
position: absolute;
z-index: 100;
top: -32px;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
font-size: 9px;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
opacity: 0 !important;
transition: opacity 0.2s ease !important;
pointer-events: none;
}
.country-flag:hover .tooltip {
visibility: visible !important;
opacity: 1 !important;
}
.party-flag {
position: relative;
display: inline-flex;
align-items: center;
gap: 4px;
line-height: 1;
cursor: pointer;
transition: transform 0.2s ease;
z-index: 10;
font-size: 0;
}
.party-flag:hover {
transform: scale(1.05);
z-index: 20;
}
.party-flag .tooltip {
visibility: hidden;
background: #144379 !important;
color: #ffffff !important;
text-align: center;
padding: 4px 8px;
border-radius: 4px;
position: absolute;
z-index: 100;
top: -38px;
left: 50%;
transform: translateX(-50%);
white-space: normal;
max-width: 150px;
line-height: 1.3;
font-size: 9px;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
opacity: 0 !important;
transition: opacity 0.2s ease !important;
pointer-events: none;
}
.party-flag:hover .tooltip {
visibility: visible !important;
opacity: 1 !important;
}
.social-icon {
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.social-icon:hover {
transform: translateY(-3px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.logo-link img {
transition: transform 0.2s ease, filter 0.2s ease;
}
.logo-link:hover img {
transform: scale(1.1);
filter: brightness(1.1);
}
.bio-content-mep strong {
color: #144379;
font-size: 16px;
display: block;
margin-bottom: 15px;
text-align: center;
font-weight: 700;
}
.bio-section-title {
font-size: 11px;
color: #64748b;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 16px 0 6px 0;
padding-bottom: 0;
text-align: left;
}
.bio-content-speaker strong {
color: #144379;
font-size: 16px;
display: block;
margin-bottom: 0;
text-align: center;
font-weight: 700;
padding-bottom: 10px;
border-bottom: 2px solid #e8edf4;
}
.bio-content-speaker p {
margin-top: 12px;
margin-bottom: 0;
line-height: 1.7;
text-align: justify;
font-size: 12px;
color: #374151;
}
.committee-badge {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 4px 8px;
border-radius: 5px;
font-size: 11px;
font-weight: 700;
cursor: pointer;
transition: transform 0.15s ease, box-shadow 0.15s ease;
text-decoration: none;
}
.committee-badge:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
MEP EVENT Moonshots in Reliable, Safe & Secure AIA path to European leverage and strategic AI adoption📅 Date:Monday, 23 March 2026🕐 Time:15:00 – 19:00 CET📍 Location:Room A5E1, European Parliament, BrusselsAbout the EventDespite their powerful capabilities, current AI models fail to provide users with critical assurances. Specifically, we cannot yet guarantee that AI deployments will consistently align with user intent (reliability), function within defined risk boundaries (safety), or withstand unauthorised exploitation and attack (security).In 2025, global powers started announcing major investments dedicated to scaling existing models, largely through building datacenters. This financial escalation is triggering an AI race that is sidelining Reliability, Safety and Security (RSS) innovations. This lack of attention to RSS risks foregoing the largest potential benefits of AI, such as those stemming from adoption in critical infrastructure (e.g. energy grid, telecommunication networks optimisation), or scientific research (including clinical trial design, AI-enabled R&D). In these safety-critical domains, mistakes, misgeneralisation or harmful behaviour are unacceptable.The European Union has set its ambition to secure a place at the forefront of the field in the AI Continent Action Plan, through initiatives such as the Apply AI strategy, the InvestAI initiative to finance Gigafactories, and the planned European Competitiveness Fund. Member States are also moving forward with national AI strategies, such as the Franco-German Frontier AI Initiative and the Netherlands AI Delta Plan.Europe can gain leverage in the AI landscape by funding moonshots in AI RSS research — a field that remains severely underfinanced, making targeted investment a low-cost, high-leverage move toward deploying reliable, safe, and secure AI systems. This event will bring together policymakers, investors, academics, innovators and AI adopters to foster an aligned shared view on the strategic relevance and value of reliable, safe and secure AI in the EU.Hosted by+Michael McNAMARAMEP Ireland Member of the European ParliamentRE | IndependentIndependent Michael McNAMARACommitteesLIBEITREDelegationsDSASD-UK×+Sergey LAGODINSKYMEP Germany Member of the European ParliamentGreens/EFA | Bündnis 90Bündnis 90/Die Grünen Sergey LAGODINSKYCommitteesAFETJURIITREDelegations CHAIRDEPA D-BYD-TRD-US×Programme15:00Introductory RemarksMEPs Sergey Lagodinsky & Michael McNamara15:10Stage-setting: The Case for Reliable, Safe & Secure AI as a Path to European LeverageChloé Touzet, Policy Lead, SaferAI15:15Section 1 — Unlocking Strategic Adoption in Europe: Could Verifiably Reliable AI Help?Guiding questions: What guarantees are needed for deployment in safety-critical domains? Could leading on AI reliability help build a European edge in the AI competition?15:45Section 2 — What Research Moonshots Should Europe Invest in to Lead on AI Reliability, Safety & Security?Guiding questions: What are the most relevant technical research directions? What institutional R&D model can ensure high-risk/high-reward science delivers?16:20Section 3 — How Can European AI Policy Build Europe's Leadership in AI RSS?Guiding questions: How could existing policy initiatives (Frontier AI Initiative, AI Gigafactories, European Competitiveness Fund…) contribute? What else is needed at EU level? What can Member States do?16:55Closing RemarksMEPs Sergey Lagodinsky & Michael McNamara17:00–19:00Cocktail & Networking SessionEuropean Parliament — Thematic discussion tables & announcement of future stepsParticipants+Brando BENIFEIMEP Italy Member of the European ParliamentS&D | PDPartito Democratico Brando BENIFEICommitteesINTAAFCOIMCOJURIDelegationsD-USDACPDAFR×+Eva MAYDELLMEP Bulgaria Member of the European ParliamentEPP | GERBGERB Eva MAYDELLCommitteesITREECONBUDGDelegationsD-USD-CN×Alejandro TLAIE BORIAResearcher / PolicyPour Demain Aman KHANAssociate AI DirectorMerckAneta TYSZKIEWICZHead of Digital TransformationEFPIA Anna LUKINAResearcherTU Delft Bruno GALIZZIResearcherSaferAI Chloé TOUZETPolicy LeadSaferAI Cornelia KUTTERERResearcherSaferAI David A. DALRYMPLEProgram DirectorARIA David DE FRANCISCO MARCOSDeputy DG – AI RegulationSpain Ministry for Digital Transformation David SADEKVP Research, Technology & InnovationThales Emily SLIFTERDirector of PolicyThorn Emir DEMIRCANSenior Director Government AffairsSiemens Halfdan HOLMField Specialist, AI VerificationAmodo Design Jakob MOKANDERInvestorGeneral Catalyst Jeannette GORZALAMemberAustria AI Advisory Board Jimmy FARRELLExecutive DirectorPour Demain Joanna SIEMBIDADeputy Attaché for Digital AffairsPermanent Representation of Poland to the EU Katinka CLAUSDATTER WORSØEAttaché for Digitalisation & TelecomPermanent Representation of Denmark to the EU Lucy CZACHOWSKIHead of AI & Cloud – Resilience & InfrastructureBitkom Manon LETOUCHEHead of EU Affairs5Rights Foundation Marta PRZYWAŁALead AI & Cybersecurity Policy, EU Gov. AffairsSAP Matthieu DELESCLUSEHead of Unit A3 – AI Safety LeadEU AI Office Max REDDELPolicy FellowCenter for Future Generations Nenad MIJATOVICChief AI & Data ScientistAlstom Nicolas MOESExecutive DirectorThe Future Society Patricia BESSONResearcher – RACS LabThales Rachael COLDICUTTExecutive DirectorCareful Industries Risto UUKResearch DirectorFuture of Life Institute Romain DIGNEAUXPublic Policy ManagerProton Sam RAMADORIResearcherLawZero Sam STATTONResearcherUniversity of Oxford Victoria DE POSSONSecretary GeneralEU Tech Alliance Yoshua BENGIOProfessor / FounderMila – Quebec AI Institute Alban BASTIAANRepresentativeMinistry of Foreign Affairs (Netherlands)Important – This event is by invitation, and only registered participants will be admitted. Due to capacity constraints, all attendees must register, including those already holding a European Parliament access badge.
https://www.expert-europe.eu/en/event/moonshots-in-reliable-safe-secure-ai/2026/03/23/422