Skip to content
Merged
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
2 changes: 1 addition & 1 deletion apps/frontend/src/components/MechanizeBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const PROMPTS = [
"We hire engineers to outsmart AI. It’s harder than you think. 300k + equity.",
"Most engineers can’t beat Claude on our take-home. Think you can? 300k + equity for Jr SWEs at Mechanize.",
];
const MECHANIZE_APPLY_URL = "https://jobs.ashbyhq.com/mechanize?utm_source=CMU";
const MECHANIZE_APPLY_URL = "https://mechanize.work/apply/software-engineer/?utm_source=cmu-courses&utm_campaign=cmu-courses";

function pickPrompt(): string {
return PROMPTS[Math.floor(Math.random() * PROMPTS.length)]!;
Expand Down
Loading