Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/routes/jobs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,27 @@
howToApply:
'Reach out to <a href="mailto:work@comma.ai">work@comma.ai</a> with your resume.',
},
{
title: "Video Content Creator",
team: "product",
location: "On-site in San Diego, CA",
description: `
You'll create videos and social content that show people what comma is building and why it
matters. You'll own the process from finding stories and developing concepts through
shooting, editing, publishing, and reviewing performance.
<br /><br />
You should be comfortable moving quickly, experimenting with formats, and being hands-on
with every part of production.
`,
qualifications: [
"A strong portfolio of videos or social content you've created",
"Excellent storytelling, shooting, and video editing skills",
"Excellent understanding of YouTube and short-form social platforms",
"Resourceful, self-directed, and comfortable shipping content quickly",
],
howToApply:
'Complete our <a href="/leaderboard#content_challenge">content challenge</a> and reach out to <a href="mailto:work@comma.ai">work@comma.ai</a> with your submission.',
},
{
title: "Software Engineer",
team: "openpilot",
Expand Down
26 changes: 26 additions & 0 deletions static/leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,32 @@ <h3>make the tiniest PCBA you can</h3>
<p>Score = PCBA bounding box volume (mm³) + 50 × number of vias + 5,000 × number of copper layers. Lowest score wins.</p>
<p>$1,000 cash prize for the lowest score by October 12, 2026.</p>

<div class="divider"></div>
<h2 id="content_challenge">
<a class="header-anchor" href="#content_challenge" aria-label="link to content_challenge">🔗 </a>
<a href="#content_challenge">content challenge</a>
</h2>
<h3>Your job is to make an engaging short piece of video content about <a href="https://comma.ai/shop/comma-four">comma four</a> and <a href="https://github.com/commaai/openpilot">openpilot</a>.
Like <a href="https://x.com/comma_ai/status/2095571284608557441">this tweet</a>, but good.</h3>

<p>The target audience is people who have never heard of comma or openpilot.
Within that audience, feel free to target a more specific subset, such as Rivian drivers.</p>

<p>Feel free to use existing footage for this challenge—use our <a href="https://drive.google.com/drive/folders/1j1HQ31FOxCJMlhbNMzJe9XWwV7y_OA0c?usp=drive_link">sample footage</a>, pull clips from YouTube, or record your own.</p>

<p><a href="https://forms.gle/US88Hg7UR6bBuW3BA">Submit your video</a>.</p>

<div class="table-container" id="content_challenge_table">
<table>
<thead><tr>
<th>name</th> <th>video</th>
</tr></thead>
<tbody>
<tr> <td>baseline</td> <td><a href="https://x.com/comma_ai/status/2095571284608557441">video</a></td> </tr>
</tbody>
</table>
</div>

<div class="divider"></div>
<h2 id="video_compression_challenge">
<a class="header-anchor" href="#video_compression_challenge" aria-label="link to video_compression_challenge">🔗 </a>
Expand Down
Loading