Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 798077d

Browse files
authoredJan 20, 2025··
Merge branch 'site' into fix-previous-versions
2 parents 7e34a1b + 8d19639 commit 798077d

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed
 

Diff for: ‎_events/ai-programming.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ poster: assets/images/ai-programming.png
77

88
**Date**: January 24, 2025, 1PM ET
99

10-
<a href="https://streamyard.com/watch/SQkGZqZNzgae">
10+
<a href="/ai-powered-competitive-programming">
1111
<img style="width:100%" src="/assets/images/ai-programming.png" alt="AI-Powered Competitive Programming">
1212
</a>
1313

@@ -16,4 +16,4 @@ In this talk, Anton will share how he built an AI agent that ranked #1 in the fi
1616

1717
Anton Pidkuiko is a Software Engineer at Meta, Reality Labs in London. He is currently working on applying the power of Large Language Models to Metaverse Avatar product experiences.
1818

19-
[Register now to join the event](https://streamyard.com/watch/SQkGZqZNzgae)
19+
[Register now to join the event](/ai-powered-competitive-programming)

Diff for: ‎ai-powered-competitive-programming.html

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: default
3+
title: "AI-Powered Competitive Programming: My HackerCup 2024 Experience"
4+
body-class: announcement
5+
background-class: announcement-background
6+
permalink: /ai-powered-competitive-programming
7+
---
8+
9+
<div class="container">
10+
<div class="row hero-content">
11+
<div class="col-md-10">
12+
<h1>PyTorch Webinars</h1>
13+
</div>
14+
</div>
15+
</div>
16+
17+
<div class="container-fluid light-background-section">
18+
<div class="container">
19+
<div class="row content">
20+
<div class="col-md-10 body-side-text">
21+
<img style="width:100%; max-width:600px; margin-bottom: 40px; display: block; margin-left: auto; margin-right: auto;" src="/assets/images/ai-programming.png" alt="AI-Powered Competitive Programming">
22+
<h2>AI-Powered Competitive Programming: My HackerCup 2024 Experience</h2>
23+
<p class="lead">
24+
<strong>Date</strong>: January 24, 2025, 1PM ET
25+
<br/>
26+
<strong>Speaker</strong>: Anton Pidkuiko, Software Engineer, Meta
27+
<br/>
28+
<strong>Location</strong>: Online
29+
<br/>
30+
<br/>
31+
In this talk, Anton will share how he built an AI agent that ranked #1 in the finals of Meta HackerCup 2024 (AI division). Anton developed a workflow that could solve the hardest competitive programming problems quickly and reliably. Anton will walk through how he used state-of-the-art reasoning LLM models, curated RAG, and leveraged cloud infrastructure to safely test and execute solutions at scale. This approach highlights the massive potential of test-time compute scaling and provides insights into AI's future role in programming.
32+
<br/><br/>
33+
Anton Pidkuiko is a Software Engineer at Meta, Reality Labs in London. He is currently working on applying the power of Large Language Models to Metaverse Avatar product experiences.
34+
<br/><br/>
35+
<strong>Register now to attend this event.</strong>
36+
<div style="width:100%;position:relative;padding-bottom:56.25%;min-height:550px;"><iframe src="https://streamyard.com/watch/SQkGZqZNzgae?embed=true" width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
37+
</p>
38+
</div>
39+
</div>
40+
</div>
41+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.