AIML@TU
1 / 7
Meeting Link QR Code

AIML@TU Meeting

October 10, 2025

Of Utmost Import

Attendance QR Code

Give us your data.

Welcome Our New Leadership Team!

Fall 2025 Elected Officers

Dallas Elleman
Graduate President of AI
Joe Shymanski
Graduate President of ML
Ty Devito
Undergraduate President
Tim Flavin
Graduate Vice President
Maura Toney
Undergraduate Vice President
Jacob Brue
Graduate Secretary
Megan Brue
Undergraduate Secretary
Nouman Ahmed
Graduate Treasurer
Catherine Tsaowimonsiri
Undergraduate Treasurer
Jacob Regan
Graduate Director of Outreach
Megan Smith
Undergraduate Director of Outreach
Yasmina Bruton
Director of Marketing

Congratulations to our newly elected officers! 🎉

Club News & Announcements

Important Updates

🎉

Multi-Club Mashup

TONIGHT!

6:00 PM - 10:00 PM

Allen Chapman Student Union

Join 14+ clubs for an amazing evening of fun, games, and networking!

Don't Miss Out!
🍽️

ECS Dean's Lunch

Yesterday's Success!

October 9, 2025

Great conversations with Dean Dr. Polycarpou about the future of AI/ML at TU and upcoming opportunities.

Key Discussions!

GitHub & Vibe Coding Workshop

Collaborative Programming Session

Part 1: GitHub Fundamentals

Master the essential tools for modern software development and collaboration.

  • ✓ Setting up your GitHub account
  • ✓ Creating your first repository
  • ✓ Basic Git commands (add, commit, push)
  • ✓ Understanding branches and merging
  • ✓ Making your first pull request

Part 2: Vibe Coding

Experience the power of real-time collaborative programming!

  • 🎯 Live coding session together
  • 🤝 Pair programming techniques
  • 💡 Building a mini-project as a team
  • 🔄 Real-time code sharing & feedback
  • 🚀 Deploy our creation to GitHub Pages

Resources & Links

📦 AIML@TU GitHub 📚 GitHub Docs 🎓 Student Pack

Let's code together! Bring your laptop! 💻

GitHub Fundamentals

Version Control & Collaboration

Essential Git Commands

$ git clone [repository]
$ git add .
$ git commit -m "message"
$ git push origin main
$ git pull
$ git branch feature
$ git checkout -b new-feature

Quick Setup Guide

  1. 1. Create GitHub account at github.com
  2. 2. Install Git on your machine
  3. 3. Configure your identity:
    git config --global user.name "Your Name"
  4. 4. Get the GitHub Student Pack!
🎓 Get GitHub Student Developer Pack - Free Pro Account!

What is Vibe Coding?

AI-Powered Collaborative Programming

Vibe Coding = Writing code collaboratively with AI assistants
Focus on the "vibe" and intent, let AI handle the syntax!

🤖

Normie AI Models

🛠️

CLI Tools

📚

Techniques

🎯 Core Principles

Prompt Engineering

  • Be specific and clear
  • Provide examples
  • Break complex tasks into steps

Context Engineering

  • Include relevant code snippets
  • Specify constraints and requirements
  • Maintain conversation flow

Let's Build Something Ridiculous! 🎮

Today's Vibe Coding Challenge

🦖 TU Dino Game: "Hurricane Escape!" 🌪️

Build a Chrome dino-style game where Hurricane (TU's mascot)
jumps over homework assignments and dodges pop quizzes!

🏃‍♂️

Hurricane Runs!

Auto-running mascot
Jump with spacebar

📚

Dodge Obstacles

Homework stacks
Pop quiz papers

🏆

High Score

Leaderboard
Share on GitHub!

📖 Essential Resources

💡 Pro Tips for Vibe Coding

  1. Start with a clear description of what you want
  2. Use AI to generate boilerplate, focus on logic
  3. Iterate quickly - "make it work, then make it good"
  4. Review AI code - understand what it generates
  5. Have fun and experiment!

Ready to start? Let's collaborate! 🚀

🎮 Get the Starter Code
Use arrow keys or spacebar to navigate