Before we dive into the vibes…
Megan is sharing a quick rundown on the Root66 x WiCyS Halloween volunteer opportunity—hang tight after the announcements if you want the details on how to help.
🎤 Megan has the info · 🎃 Shifts still open · 🧡 Support WiCyS Tulsa
Dallas is presenting at a global AI conference in Stockholm this week! Drop a shout-out in Discord, keep an eye out for his session recaps, and bring questions so we can debrief when he’s back.
📸 Look for daily photo drops · 🧠 Ask about new research collabs · 🇸🇪 Cheer him on from Tulsa
Full slide Megan will walk through tonight
Trouble viewing? Open the PDF in a new tab.
October 10 · Officer Welcome & Workshop Night
Your 2025-26 AIML@TU Officers
AIML Club @ The University of Tulsa · October 24, 2025
Tonight’s vibe: bright colors, collaborative energy, and AI copilots that help us ship faster. Follow along as we explore the landscape, compare models, and get hands-on with the Gemini CLI.
Navigation tip: Intro → Landscape → Benchmarks → Setup → Try it
Creative, team-based building with AI copilots
Lower the barrier, keep the learning
Spec → change → test → diff → refine
Building a shared language
pwd (macOS/Linux) or cd (Windows)ls/dir to list files before running AI-powered actionsModels, context, prompts
Closed-source leaders + emerging challengers
Take control of your stack
gpt-oss (20B/120B), Google Gemma 3 family
Google’s command-line co-pilot for code, prompts, and media
Fresh laptop? Start here.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew --version; install Command Line Tools if macOS askswinget is enabled for later$PSVersionTable.PSVersion (Windows 10/11 default is fine)Core runtime + package manager
brew install node (installs both Node.js and npm).pkg installer from https://nodejs.org and follow the wizardnode -v and npm -vv20.x) mean you’re ready for the next stepwinget install OpenJS.NodeJS.LTSnode -v and npm -vAppData\\Roaming\\npmGrab the tool from npm
npm install -g @google/gemini-cligemini --helpbrew doctor or manage Node via nvmnpm install -g @google/gemini-cligemini --helpSet-ExecutionPolicy RemoteSigned) or ensure npm is on PATHAuthenticate the CLI with your Google account
gemini from any folder (Terminal)/auth and press Entergemini in Windows Terminal/PowerShell/auth and log in with Google when Edge opensSet the folder, then let Gemini drive
cd ~/code/demo-project (clone something small if you need a repo)ls to double-check you’re in the right foldergemini, paste:Refactor utils/date.js to avoid moment.js, add ISO parsing, and write Jest tests. Respect existing style. Show a diff before saving.npm test before committing to confirm everything passescd C:\Users\<you>\code\demo-project (clone a repo if you need one)dir to confirm the files you expect are thereIdentify flaky test in tests/auth.spec.ts; stabilize it and explain root cause. Keep changes minimal. Propose a test naming convention.npm test) and stage the clean diff when satisfiedToday's Vibe Coding Challenge
Build a Chrome dino-style game where Hurricane (TU's mascot)
jumps over homework assignments and dodges pop quizzes!
Auto-running mascot
Jump with spacebar
Homework stacks
Pop quiz papers
Leaderboard
Share on GitHub!
Ready to start? Let's collaborate! 🚀
🎮 Get the Starter CodeSee you in two weeks — same time, same place
Share wins in Discord
Try a fresh Gemini mission
Bring a friend next time
Keep the vibes going—drop your prompt ideas and demos, and tag us when you ship something wild!