Skip to content

Commit 939cacf

Browse files
committed
Add some images
1 parent 5f8fa4d commit 939cacf

5 files changed

Lines changed: 32 additions & 1 deletion

File tree

pages/insights/20251104_release.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,24 @@ title: Introducing CodeClash
22
date: 2025-11-04
33
description: Benchmarking Goal Oriented Software Engineering
44
authors: John Yang, Kilian Lieret
5+
6+
<div style="text-align:center; margin-bottom:1em;">
7+
<img
8+
src="/static/images/insights/20251104_release/banner.png"
9+
style="width:80%; max-width:800px; display:block; margin-left:auto; margin-right:auto;"
10+
alt="CodeClash Release Banner"
11+
/>
12+
</div>
13+
14+
<div style="display:flex;justify-content:center;">
15+
<div style="position:relative;padding-bottom:50%;height:0;overflow:hidden;width:80%;max-width:800px;">
16+
<iframe
17+
style="position:absolute;top:0;left:0;width:100%;height:100%;"
18+
src="https://www.youtube.com/embed/gqud6kAP1us?si=todoCO-pSDlX4HjK"
19+
title="YouTube video player"
20+
frameborder="0"
21+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
22+
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
23+
</iframe>
24+
</div>
25+
</div>

pages/insights/20251106_elo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ title: Elo Explained
22
date: 2025-11-06
33
description: How do we rank models' performance in CodeClash?
44
authors: Kilian Lieret
5+
6+
---

pages/insights/20251108_human_ai.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ title: Humans & AI [Ep. 1] - Gigachad Strikes
22
date: 2025-11-08
33
description: Where does AI rank among human programmers on RobotRumble?
44
authors: John Yang
5+
6+
---
7+
8+
We're particularly excited about using CodeClash as a platform to explore collaboration and competition among human and AI programmers.
9+
10+
In the inaugural blog post of this series, we aim to answer a simple question: *Where does AI rank among human competitors?*
11+
12+
To investigate this, we looked up
2.63 MB
Loading

templates/arena.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2 style="margin: 0 auto;">
77
<img
88
src="{{ page.logo }}"
99
alt="{{ page.title }}"
10-
style="height:1.5rem; vertical-align:middle; margin-right:0.1em; display:inline-block; transform:translateY(-0.12em);"
10+
style="height:1.5rem;vertical-align:middle;margin-right:0.1em;display:inline-block;transform:translateY(-0.12em);"
1111
/>
1212
{{ page.title }}
1313
</h2>

0 commit comments

Comments
 (0)