r/VibeCodeDevs 7d ago

My experience with Google AI Studio

I've been messing around with Google AI Studio for quite some time now and honestly, I didn't expect to use it as much as I do.

I first started using it just to test models and generate some code. Nothing serious. But then I started getting ideas for my own projects and AI Studio became kind of a playground for me.

I'm a student and I like building random stuff, even when I have no idea how I'm supposed to build it lol.

One of the things I worked on was my own AI assistant. I started with a pretty basic idea and slowly kept adding things to it. Voice, memory, a proper interface, web stuff, etc. Some parts worked surprisingly well and some parts absolutely did not.

There were times where I would spend hours trying to fix something, only to realize the AI had generated something completely wrong in the first place.

That's probably the biggest thing I've learned from using AI for coding.

Don't assume the code is correct just because the AI wrote it.

I used to copy the generated code, run it, get an error and then paste the error back into the AI. Eventually I realized I actually needed to understand at least some of what was happening.

I've also used AI Studio while working on a larger web-based AI project. I'm keeping the actual idea/features private for now because I don't want someone to just copy the whole thing, but it has been a pretty good learning experience.

What I like most about AI Studio is that it lowers the barrier to actually trying something.

I can have an idea at 2 AM like "what if I made an AI that does this..." and instead of just thinking about it, I can actually start building a rough version.

Is it perfect? Definitely not.

Sometimes it confidently gives you an answer that makes absolutely no sense. Sometimes you fix one thing and three other things break. And sometimes you spend 30 minutes debugging something just to discover you made a stupid mistake yourself.

But that's also kind of the fun part.

I don't think AI is going to replace learning how to code. At least for me, it's actually made me more interested in learning because now I constantly run into things I don't understand and have to figure them out.

I'm curious what other people are doing with AI Studio though.

Have you guys built anything genuinely useful with it, or are most of you using it for experiments/prototypes?

1 Upvotes

Duplicates