Tech With Tim

They'll Fly You to Vegas if You Win This Coding Challenge

Jun 13, 2026 11 min
artificial intelligenceweb scrapingllmcoding projectpython
Watch on YouTube Follow Tech With Tim on Rundown — free

Summary

AI summaries can be incomplete or wrong. Verify anything important against the original video.

This video walks through building an AI-powered BattleBots fight predictor, using Bright Data for web scraping and OpenAI for LLM-based analysis. It also provides a detailed overview of a coding competition currently hosted by Bright Data that offers a VIP trip to Las Vegas.

This tutorial explains the architecture and implementation of an application designed to predict the outcomes of robot combat matches. The creator demonstrates how to gather data from BattleBots websites and Reddit using Bright Data’s Web Unlocker API to bypass scraping protections. The pipeline involves parsing this data, storing it in a local SQLite database, and vectorizing the information to enable Retrieval-Augmented Generation (RAG). By passing this retrieved context and specific stats into an LLM, the system generates a structured scouting report with a predicted winner. The video serves both as an example of a full-stack project for viewers to study and as a promotional overview of a BattleBots developer competition that challenges builders to create a similar project using provided data.

Steps to follow

Locked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5

Key Points

Locked

Worth watching if: You are a software developer looking for a project idea that utilizes RAG and web scraping to build a functional AI application, or if you want to participate in the BattleBots developer challenge.

Sign in to unlock the full extract

Every claim, key point, and timestamp for this Tech With Tim video — plus a daily email of every channel you follow.

Sign in with Google

No credit card. Free tier forever.

Watch on YouTube