Skip to content

Commit 8f41aa4

Browse files
committed
Add ACP publications page
1 parent eb0415e commit 8f41aa4

7 files changed

Lines changed: 64 additions & 0 deletions

docs/docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@
152152
"community/contributing"
153153
]
154154
},
155+
{
156+
"tab": "Publications",
157+
"pages": ["publications"]
158+
},
155159
{
156160
"tab": "Updates",
157161
"pages": ["updates"]

docs/publications.mdx

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Publications
3+
description: ACP publications, talks, presentations, and videos
4+
---
5+
6+
## Publications
7+
8+
<CardGroup cols={1}>
9+
<Card
10+
title="AI Builders Berlin: Agents in the IDE"
11+
href="/publications/ACP%20Talk%20Berlin%2C%202025.11.26.pdf"
12+
horizontal
13+
>
14+
November 26, 2025 · Ben Brandt
15+
</Card>
16+
17+
<Card
18+
title="AI Builders Berlin: AI Agents and IDEs"
19+
href="/publications/ACP%20AppServer%2C%20Berlin%2C%2028.01.26.pdf"
20+
horizontal
21+
>
22+
January 28, 2026 · Anna Zhdan
23+
</Card>
24+
25+
<Card
26+
title="AI Builders Amsterdam: AI Agents and IDEs"
27+
href="/publications/ACP%20talk%20Amsterdam%2C%2029.01.26.pdf"
28+
horizontal
29+
>
30+
January 29, 2026 · Sergey Ignatov
31+
</Card>
32+
33+
<Card
34+
title="Zurich GenAI Talks"
35+
href="/publications/ACP%20Schweiz%2C%2017.02.26.pdf"
36+
horizontal
37+
>
38+
February 17, 2026 · Anna Zhdan
39+
</Card>
40+
41+
<Card
42+
title="Munich AI Tech Meetup @ JetBrains"
43+
href="/publications/ACP%20Mu%CC%88nchen%2C%2025.02.26.pdf"
44+
horizontal
45+
>
46+
February 25, 2026 · Anna Zhdan
47+
</Card>
48+
</CardGroup>
49+
50+
## Videos
51+
52+
<CardGroup cols={1}>
53+
<Card
54+
title="What Is the Agent Client Protocol — and Why JetBrains and Zed Are Building It Together"
55+
href="https://www.youtube.com/watch?v=n11pDnBXPgk"
56+
horizontal
57+
>
58+
Conversation with Ben North, Sergey Ignatov, and Jan-Niklas Wortmann
59+
</Card>
60+
</CardGroup>
624 KB
Binary file not shown.
1.76 MB
Binary file not shown.
1.67 MB
Binary file not shown.
15 MB
Binary file not shown.
4.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)