File tree Expand file tree Collapse file tree
static/images/insights/20251104_release Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,3 +2,24 @@ title: Introducing CodeClash
22date: 2025-11-04
33description: Benchmarking Goal Oriented Software Engineering
44authors: 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 >
Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ title: Elo Explained
22date: 2025-11-06
33description: How do we rank models' performance in CodeClash?
44authors: Kilian Lieret
5+
6+ ---
Original file line number Diff line number Diff line change @@ -2,3 +2,11 @@ title: Humans & AI [Ep. 1] - Gigachad Strikes
22date: 2025-11-08
33description: Where does AI rank among human programmers on RobotRumble?
44authors: 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments