How I won $2,750 using JavaScript, AI, and a can of WD-40
Aug 15, 2024 - news.bensbites.com
The author shares how they used AI and JavaScript to win a WD-40 Repair Challenge video contest. The contest rules favored video submissions over photo submissions, and there were multiple prizes available, making it an attractive contest to enter. The author used a script to scrape data from the contest website, identifying the type of each submission and ruling out photo entries as non-competitive. They also identified poor quality entries and disregarded them. Using a binomial coefficient function, the author calculated their odds of winning based on the number of their entries and the total number of entries. They found that with eight entries, they had a 95% chance of winning at least one prize. The author also used AI tool Elevenlabs to generate voiceover scripts for their video entries, saving time and effort.
The author's approach demonstrates how coding and AI tools can be used to analyze and strategize for online contests. It also highlights the importance of understanding contest rules and criteria, and the potential advantage of submitting multiple high-quality entries.
Key takeaways:
The author used a combination of JavaScript and AI tools to increase his chances of winning a marketing video contest.
He analyzed the contest rules and used a script to scrape data about the competition, determining that 81% of entries could be disregarded due to being photo submissions, which were less likely to win.
He used a binomial coefficient function to calculate his odds of winning, finding that with 8 entries, he had a 95% chance of winning at least one prize.
He used a tool called Elevenlabs to easily generate voiceover scripts for his video entries, saving time and effort in the production process.