Hello, I am Waleed Alghaithi

Welcome to my user page! I am a computer science student at UC San Diego with a focus on artificial intelligence and machine learning.

Check out my Resume

You can also jump straight to my Current Projects or check out my Goals for this Year.

Waleed's Profile Picture

About Me

I have always been driven by a natural curiosity to understand how complex systems work. Whether it is building computers or complex data pipelines, I enjoy finding real-world ways to apply what I learned. I recently switched my focus from Computer Engineering to Computer Science so I could dive deeper into deep learning.

One of my favorite quotes is from Alan Kay:

“The best way to predict the future is to invent it.”

My Developer Setup

I spend a lot of time working across different environments. Here are a few tools I use all the time:

Current Projects

I love building things from scratch. Here are the top three things I have worked on:

  1. Travel Agyntc: A project my team and I built for the SanDHacks 26 hackathon. We actually won the Multi-Agent track for this!
  2. LBNL Radar Pipeline: I helped build a complete data pipeline using mmWave radar technology, trained machine learning models like SVM, and deployed it all on a Raspberry Pi.
  3. Spatial Reasoning AI: Currently working with a research group on how MMLMs fail to understand how simple physical objects, like LEGO blocks, interact and connect in three-dimensional space. We are investigating whether the Qwen 3.0 architecture’s native “Thinking Mode” can independently resolve these spatial errors.

Sometimes I have to test quick logic on my Raspberry Pi, so I usually run a simple script like python test_script.py in the terminal.

Here is a quick look at how I might start a basic Python script:

def greet_user(name):
    print(f"Hello {name}, welcome to my user page!")

greet_user("Visitor")

Goals for this Year

Want to see more of my code? Feel free to check out my main GitHub Profile.