Skip to content

Commit ca7fd69

Browse files
committed
add new leader
1 parent aad5aa3 commit ca7fd69

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

public/images/team/steifer.webp

196 KB
Loading

src/data/team/leaders.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ export const leaders: TeamLeader[] = [
2121
website: "http://biecek.pl/",
2222
},
2323
},
24+
{
25+
id: "tomasz-steifer",
26+
name: "Tomasz Steifer",
27+
title: "Team Leader",
28+
imageUrl: "/images/team/steifer.webp",
29+
imageAlt: "Tomasz Steifer",
30+
tags: ["THEORY", "ML", "AI"],
31+
description:
32+
"Tomasz Steifer is a researcher working at the interface of machine learning, artificial intelligence, and theoretical computer science. He investigates the fundamental capabilities and limitations of modern ML/AI architectures, developing mathematically grounded frameworks that explain when these systems can learn, where they must fail, and how to design models that are more powerful, controllable, and predictable.",
33+
teamName: "THEO-XAI: Theoretical foundations of AI",
34+
teamDescription:
35+
"We focus on the mathematical foundations of modern machine learning and artificial intelligence. Our goal is to precisely characterize what current ML/AI architectures can and cannot do, and to design new structures that improve robustness, interpretability, and reliability in high-stakes applications by turning questions about randomness, decision-making, and agency into concrete, analyzable models.",
36+
},
2437
{
2538
id: "blue-xai-leader",
2639
name: "To be announced",

0 commit comments

Comments
 (0)