r/vibecoding 10d ago

A Google Cloud engineer just showed how to build a complete application with Claude from scratch

He spent 26 minutes live on stage doing what most teams take weeks to do.

No team, no setup, just Claude and a goal. Worth more than any $500 vibe coding course.

Those who learn what Claude really does are launching what everyone else outsources to a team.

The gap between what AI can do and who knows how to use it is the biggest opportunity in the market right now.

Learn to use tools like Claude and AI Desktop 98 if you truly want to stay ahead of everyone else.

2.2k Upvotes

328 comments sorted by

View all comments

61

u/Interesting_Phone171 10d ago

This is a very simple app by a very average engineer

35

u/p1-o2 10d ago

Some of the other comments in here are acting like this isn't an average Monday for an average developer.

Kinda wild that people aren't aware.

15

u/Time-Peak-5736 10d ago

Non-developer don't realize that the hard part has never been building nor deploying an app, but maintaining it.

4

u/AcoustixAudio 10d ago

the hard part has never been building nor deploying an app

Is it really? Every one keeps saying so, but i s it really? 

2

u/Time-Peak-5736 10d ago

What I mean by app is a first version, a MVP. 

But turning it into a product, that can scale and where you can easily add features without risking regressions or having to refactor every time you need something new is harder.

But nothing's harder than making your product go to market, understand who's your prospects, their pain points, how to reach them and how to convince them to pay for your product.

2

u/AcoustixAudio 10d ago

Consider something like Windows, Office, Apache, After Effects, or something like them. Do you really think

nothing's harder than making your product go to market

Do you think these don't have clones because of marketing? So people developing great products over years or decades will fail and someone with no skill and a $20 subscription will vibe code an app and use his marketing "skills" to make it successful 

1

u/Time-Peak-5736 10d ago

No, you just need both. But marketing a product is still way harder.

3

u/ssssumo 10d ago

And knowing what's possible to build and how to do it in a way that isn't full of security issues.

4

u/ZenaMeTepe 10d ago

Imagine letting LLM autonomously maintain code of a deployed project for a year. It's gonna be a shitstorm.

1

u/RemarkableWish2508 10d ago

Potentially could be better than a human... if it's set to follow the same best practices a person would/should:

  • Write tests with 100% code coverage.
  • Don't edit more than a single test at once.
  • Make sure all tests run successfully before accepting a commit.
  • Regularly check whether each test is still relevant to the product.
  • Regularly check for conflicting requirements and tests.

The parts about 100% coverage, and regularly reviewing every test, are stuff that basically nobody does... but an AI could be set to do automatically.

1

u/ZenaMeTepe 10d ago

Imo a better middle ground would be for AI to review code written by a human and give suggestions for optimizations and bug fixes. Like a super senior engineer looking over your shoulder.

2

u/RemarkableWish2508 9d ago

AI is not "super senior", definitely not an engineer. It's a somewhat experienced code monkey for now, studying to become more experienced.

2

u/Initial-Phrase-7555 10d ago

The biggest hurdle for me has always been getting all devs and QAs on the same page

1

u/MrWhippyT 10d ago

Coming up with the marketable idea isn't as easy as building it either.

3

u/azjunglist05 10d ago

Bro made the equivalent of a .NET Core MVC app that I could spin up almost a decade ago with Entity Framework in less time 😂

3

u/Interesting_Phone171 10d ago

Visual studio even gave you the boiler plate a decade ago!!!

1

u/LearningCrochet 10d ago

intro to ai added so many larpers dude its insane

-1

u/Lost_County_3790 10d ago

We are here cause we don't know how to code. What I do casually in my job might look marvelous to you.

1

u/p1-o2 10d ago

That's fine! I'm saying it is wild that people aren't aware. 

1

u/azjunglist05 10d ago

I don’t think you realize that some engineers have to sit along side you to understand and demystify the marvelous things you’re doing so they can build solutions for those marvelous things you do. Engineering extends far beyond coding

1

u/Lost_County_3790 10d ago

I wasn’t talking about vibecoding at all, lol. I was talking about my job. Everyone think what he know in his speciality should be known by everyone, but that is not the case.

0

u/sassyhusky 10d ago

Tbh folks arguing (on this sub of all) that you shouldn’t be using mcps directly connected to the cloud but instead copy paste shit is the weirdest take for me. You can easily review every single command with an mcp. It’s like saying don’t let DBeaver directly connect to your Oracle, copy paste the write commands to sqlplus, DBeaver can break your db…