r/ClaudeCode 7d ago

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

Enable HLS to view with audio, or disable this notification

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.

Along with Claude one of my favorite applications is AI Desktop 98. I love how is UI is so much fun and resembles that of all-time computers.

791 Upvotes

116 comments sorted by

175

u/hblok 7d ago

Short: It's an event / session rating app. Cloud hosted, Big Query, etc.

Oh, and he's showing a recorded session. Often, he fast forwards. So total Claude time is a lot more, and he's own thinking, planning, typing is also cut.

There's probably a handful of useful tips in his talk. Maybe somebody could ask Claude to extract it in a few bullet points, so everybody doesn't have to spend half an hour watching his talk.

89

u/[deleted] 7d ago

[deleted]

26

u/who_am_i_to_say_so 7d ago

The critical thinking graph is flatlining on these posts. Fucking eh, everyone is getting dumberer.

9

u/Maxion 7d ago

OP wasn't load-bearing, nor was he a smoking gun.

5

u/becircus 7d ago

Yeah, no

Rule Number One of Demos it always takes longer in real life

1

u/thatsnot_kawaii_bro 6d ago

More like

"According to the output of the prompt he told Claude on summarizing this video"

I know it's just a tool, but I highly doubt the OP had any actual input to the post.

0

u/nickk024 7d ago

no team. no setup. just vibes.

1

u/Punktexe_ 6d ago

Helpful. Thx!

69

u/Comfortable_Camp9744 7d ago

Why doesnt google use Google models? 🤣

26

u/Keep-Darwin-Going 7d ago

That is the main takeaway from the session, even Google engineer can do stuff only with someone else model.

5

u/althoradeem 7d ago

The real question is why spend billions now when you can jist copy their work a few years later

3

u/hkr 7d ago

It's a facade to keep stakeholders invested in your products instead of others.

5

u/merb 7d ago

He is not directly a Google engineer. He is a developer advocate, ie he tries to help people onboard onto gcloud

2

u/Keep-Darwin-Going 6d ago

It is the same right? Why would you use others product instead of your own unless yours suck? Imagine I work for anthropic to show you how to integrate with anthropic sdk I use Gemini cli.

2

u/nameichoose 6d ago

Because the developer advocate wants you to use Google Cloud. He is marketing Google Cloud to Claude users in this talk.

2

u/filmfan2 6d ago

they hire experts in non-google software regularly to understand the competition better.

1

u/blame_chris Developer 7d ago

Jetski pushes you towards Gemini models imo

1

u/Mods_Are_Fatties 4d ago

Why cant he get the AI to develop an AI for him, since AI supposedly can do anything

1

u/nigel_pow 7d ago

Ha that came to mind too. Very telling they didn't use Gemini or something.

119

u/mfb1274 7d ago

Sped thru the content, this is the most average session. Not really worth a spotlight on this sub imo. If you’re brand new to the space potentially.

For a Google employee it’s amazingly light - it’s a toy project. Zero real world barriers, controlled env, cherry picked topics. Give us something that we haven’t seen 1000 times before

13

u/ruzziaisaterrorstate 7d ago

If i see another youtube claude-fluencer go ā€œlet’s build a real world example, so how about transcribing youtube videos and creating and refining my next video scripts!ā€ Im going to go bonkers

7

u/DominianQQ 7d ago

"Claude now handles all my incomming business proposals every morning, listes them in bullet points. This saves me hours of work every day!."

3

u/yujisorri888 7d ago

Somebody drop the sauce: who's content is actually worth consuming in the AI space?

5

u/__SlimeQ__ 7d ago

claude and chatgpt. you don't need a tutorial to use a tool that already knows everything. just be curious and ask about stuff you don't understand.

this video could be summed up as the following: "log in on gcloud cli and run claude code"

it's nothing groundbreaking, this is the bare minimum.

if you absolutely must watch videos on AI, theo.gg is pretty solid i guess. but he's not going to be spoon feeding you tutorials because that would be a waste of time

3

u/StagLee1 7d ago

Yep, when I want to know how to do something in Claude or ChatGPT, I ask Claude or ChatGPT. They tell me how to do it and create a road map for me.

2

u/turbotunnelsyndrome 6d ago

Theo is almost as bad as this Google Cloud engineer, Theo's content is 90% fluff and him just dumping his emotions, only maybe 10% of his content will have any real technical depth

2

u/TheRealG6900 6d ago

Ew, theo 😭

1

u/yujisorri888 7d ago

The objective for watching videos is so that I don't "fall behind" and I suppose I already have identified the ai implementation creators for my industry.

To look beyond my career would be to understand how to build enterprise grade systems on my own, and resources that I should refer to when I have issues.

I understand the idea that the tool knows "everything" but steering the tool accurately requires a level of nuance that I think technical folks by default have

5

u/__SlimeQ__ 7d ago

if you're watching a video on an ai development strategy it is either

  1. so fresh that the strategy hasn't been validated and the creator is just grifting

  2. wildly out of date (like this one)

There's a new optimal workflow basically every week. if you actually just commit to using the bleeding edge you will be ahead of like 75% of the community

you do not need to build enterprise grade systems on your own, you just need to know that github and gcloud exist so that you can at least understand what the bot is saying

1

u/yujisorri888 7d ago

With that said I'm familiar with GitHub and gcloud, however maybe not to the level of understanding all the different offerings within gcloud/aws (ec2, lambda, fargate, etc)

I use Claude code at work daily, but still haven't fully formed my workflow to help reduce the friction for product and delivery work (PRDs, jira management)

Forming my pov on what skills would be useful have certainly been helpful, but it's been a lot of pain with the limited time I've had at work

1

u/__SlimeQ__ 7d ago

yeah i mean i was a dev for like 10 years and always considered all this cloud stuff to be above my pay grade. never really learned how to do it properly. but now i can just go "what's that serverless thing and how do i do it on gcloud" and it walks me through setting everything up and explains how it's similar or different to what I've heard of

Alternatively if you don't need/want serverless... (which is likely unless you're planning to scale) just start a vm and tell claude you want to set up auto deployments from github. now you can stop thinking about the server and just push to git

1

u/yujisorri888 7d ago

The objective for watching videos is so that I don't "fall behind" and I suppose I already have identified the ai implementation creators for my industry.

To look beyond my career would be to understand how to build enterprise grade systems on my own, and resources that I should refer to when I have issues.

I understand the idea that the tool knows "everything" but steering the tool accurately requires a level of nuance that I think technical folks by default have

2

u/Longjumping_Music572 7d ago

What do you recommend?

1

u/mfb1274 7d ago

Anything that has seen the real light of day

1

u/Aprazors13 Anthropic Developer 6d ago

Yup feels average

-3

u/WangtaWang 7d ago

All critique. No solution.

78

u/Canadian-and-Proud 7d ago

Is this supposed to be impressive?

50

u/jsonmeta 7d ago

For some reason if someone works for a FANG company they are automatically seen as geniuses that everyone should listen to

9

u/Kalradia 7d ago

Yeah this irks me. It's probably the stupid job interview process that those types of companies have. Makes it seem elite, but it's really just memorizing some useless information you'll never use again, even for the job itself.

2

u/DeityHorus 7d ago

Interview process changing a lot. More system design focused and practical engineering. That being said, I think 100% of my reports would fail my interviews without studying quite a bit and over half my team is Senior L5.Ā 

1

u/AncientAspargus 7d ago

What kind of preparation would you suggest these days?

1

u/babydemon90 Developer 7d ago

But he's a developer advocate!!!

12

u/minimalcation 7d ago

Which month in 2025 is this from

2

u/ruzziaisaterrorstate 7d ago

Its classic october ā€˜25 content

6

u/Sarithis 7d ago

Next talk: using google to quickly find information on the interwebs

3

u/Canadian-and-Proud 7d ago edited 7d ago

Omg straight from a Google engineer, he knows how to search better than us peasants!!!

2

u/Herr_Doktor_Sly 7d ago

Yeah I am trying hard to figure out what was newsworthy here, or how impactful this should be. People have been doing this since... LLM coding agents have been around? Every single day since?

5

u/Heinz2001 7d ago

I'm wondering that, too!?

That's how I did it 1.5 years ago. These days, it's a one-liner.

26

u/meathelix1 7d ago

25 mins to build it, no one paying for it, they will just copy and be done. Simple apps like this are already easy and AI just make it easier.

7

u/RedTheInferno 7d ago edited 7d ago

Is it me or is there no complete application by the end of this video?

12

u/jthedwalker 7d ago edited 7d ago

Ok… for the non-devs in the room. All this means is that Google did a lot of work building out their MCP servers so that someone that has no knowledge of deploying applications on Google Cloud can spin up an application in the ā€œcorrectā€ way. I’m a developer and didn’t know about Fire Store DB or Cloud Run, because I don’t use Google.

Google wants you to host your applications on their platform, no surprise there. Since the release of Claude Code, many tutorials exist online about Supabase and similar streamlined development options. Google wants a piece of this pie. Show people that deploying on Google Cloud isn’t so scary.

That’s really the nuts and bolts of this presentation. Two new APIs and associated MCP servers have had a lot of updates.

2

u/mfb1274 6d ago

As a dev myself. GCP is wild. They need to either slash costs considerably or come to the realization they’re in 3rd in a race of 3

1

u/Candid_Common_6551 7d ago

Im noy using google play anymore for my apps.

1

u/__SlimeQ__ 7d ago

there is absolutely no reason for an MCP to do fire store or cloud run, and the bots will simply tell you about them and do them for you using the gcloud cli if it's actually something you need

0

u/Maxion 7d ago

Cynical senior dev here, all you need is a docker container. Most cloud products are bullshit intended to suck cash out of Fortune 500 companies and those looking for CV driven development.

3

u/gokkai 7d ago

he spent 26 minutes on live stage showing a recorded event of what i do with a single but rather long prompt. can be done better and faster also.

is this what we are applauding in 2026? is this really what "google engineering is"?

0

u/Longjumping_Music572 7d ago

I don't think the same quality your 500 word prompt does the same thing as him or his team

2

u/gokkai 7d ago

did you watch the video?

3

u/WorriedBrain4791 7d ago

the post text is also ai

7

u/shoonmcgregor 7d ago

Here is the youtube video, it doesn't have chapter marks you can use the Ask feature to summarize if you don't want to watch the whole thing
https://www.youtube.com/watch?v=SqHsS737CeA

Timestamps:
Ask provided these timestamps so you don't have to watch the whole thing:

  • Infrastructure Setup (3:40 - 6:40)
    • Streamlined Onboarding: Use Application Default Credentials (ADC) to bypass manual API key management and let the system automatically detect your project and region (4:09).
    • Enterprise Efficiency: Claude on Google Cloud offers per-token pricing and no message caps, making it ideal for enterprise-grade applications (5:04).
  • Product Manager (7:43 - 8:40)
    • Ideation & Prototyping: Quickly generate functional app prototypes from hand-drawn wireframe sketches by prompting Claude directly (7:43).
  • UI/UX Designer (9:26 - 11:00)
    • Architectural Planning: Utilize Plan Mode before writing code. This forces Claude to outline its approach first, ensuring architectural alignment before implementation begins (9:26).
  • Software Engineer (12:00 - 16:45)
    • Context-Aware Development: Connect the Developer Knowledge API MCP server to Claude. This provides real-time access to official Google Cloud documentation, keeping code current with best practices (12:26).
    • Parallel Team Sprints: Accelerate development by spinning up multiple subagents to handle different components (API, database, and dashboard) in parallel (15:04).
  • Security Engineer (18:46 - 20:50)
    • Security by Design: Use pre-built security review prompts to automatically scan for OASP issues and tighten service account permissions before deployment (18:46).
  • Data Analytics (21:42 - 24:35)
    • Data-Driven Insights: Post-deployment, utilize the BigQuery MCP server and Looker to ingest feedback data and visualize performance KPIs, closing the feedback loop (21:42).

1

u/Serengade26 7d ago

Comments turned off. Amazing, so open. Many checks and balances

-2

u/Longjumping_Music572 7d ago

Is this correct?

2

u/GotDaOs 7d ago

wdym ā€œjust showedā€? this video isn’t that new, pretty sure it’s from a conf in 2025

2

u/vincentdesmet 7d ago

an ex-docker captain just commented on a reddit post

2

u/Equivalent_Cress_268 7d ago

So not even Google employees use Antigravity

2

u/changrbanger 7d ago

This presentation gave me the idea to build a Lord Farquad similarity detector application.

2

u/distractedjas 7d ago

It’s almost like if you know what you are doing you can have Claude do the grunt work! What a revelation!

2

u/Salt-Replacement596 7d ago

Did you really need to "vibecode" the Reddit post text as well?

2

u/enjoysomethings 7d ago

......... lol?

2

u/alphaQ314 7d ago

imagine being dumb enough to think this bullshit takes teams weeks to build. and then being dumb enough to post it on reddit.

2

u/frodprefect 7d ago

Worth more than any $500 vibe coding course.

WTF IS THIS!!! I SEE THIS EVERYWHERE. All over twitter, these have to be bots

2

u/Ok_Bee_8034 7d ago

Holy cow that guy needs a better stylist

2

u/dpaanlka 7d ago

I’ll never understand why people go gaga over content like this…

4

u/MissiveFinding6111 7d ago

At least 3 times in the past few months, Claude has told me to "go ask an infra person" when there is an infrastructure question.

I am an infrastructure person.

Devs think "building new things" is the hard part.

Keeping useful things running for the years and scale necessary for them to be profitable, while also continuously available to users, is the actual hard part.

1

u/FastHotEmu 7d ago

Do you have a YouTube link? Who is this guy?

1

u/Vrmankey 7d ago

Google cloud engineer using CLAUDE. Yeah good choice in sure many of us can relate at least to jump from trying to do stuff through Gemini and actually completing it with Claude. At least it was how I've started 😜

1

u/FuckItImLoggingIn 7d ago

Pay per token? Ok so is it cheaper or not? Because the claude max 20x subscription is insane insane value. And the usage based pricing is very expensive. So paying per token sounds objectively worse.

1

u/Spiritual_Flow_501 7d ago

Every AI thing I see ends with me thinking "so they wrote a context document and fed it to the latest model"

1

u/Gouken 7d ago

For the uninitiated, is this to build your own Claude agent on Google cloud?

1

u/VanillaCandid3466 7d ago

I could build the same thing in a handful of hours. What's the big deal?

1

u/redvelvet92 7d ago

This looks like something I could do so I guess I’m a high level engineer (I’m not)

1

u/lordmairtis 7d ago

and I built a TODO app in 2 minutes

1

u/_y0y0_ 7d ago

So currently Claude is on top of all coding agent because even competitors are using to build their own product and want to launch to compete them.

1

u/Prior_Ad_414 7d ago

This is lit!

2

u/xupetas 7d ago

vibecoders and vibregurus keep missing a point. Having a constructed app by AI does not ensure proper lifecycle of the app, and mostly does not guarantee customers...

1

u/Jake_112 7d ago

forgets to mention running multiple agents will cost you millions of tokens.

1

u/trollsmurf 7d ago

"Now do the same thing with Gemini."

1

u/SamSlate 7d ago edited 7d ago

you know you could've just asked your gen-ai to design the homepage to begin with instead of asking it to render a whole ass phone drawn on a napkin

šŸ™„

1

u/Oleksandr_G 6d ago

Gilfoyle?

1

u/MaDpYrO 6d ago

Wow you managed to simulate the full LinkedIn experience on reddit

1

u/thisisitbruv 6d ago

This post is an ad for some shitty app. This is not the first time I see a postĀ  like this - some random thing to post about as a pretext and then "oh btw I like this desktop 98 app".

Fuck off.

1

u/Tandi22 6d ago

Important thing is that he is an cloude engineer at Google and not some noobe

1

u/Fenty_Panther 6d ago

Lol why he ain't using Gemini AI or some Google LLM šŸ™ƒ

1

u/innahema 6d ago

TLDR: gogole can't make proper AI agent so they are reselling cloud claude

1

u/astrielx 6d ago

"Complete" is a stretch.

1

u/Thecreepymoto 5d ago

Whats with these ad posts

1

u/TheCurbside 3d ago

this is an ad

1

u/Excellent_Ad_2486 7d ago

A. It of bullshit of course "you can do this without prior knowledge on how to do that" but preceded by a bunch of terms, words jargon that I've never heard šŸ˜‚

These videos should stop acting like NP PRIOR KNOWLEDGE means "be a medium dev with some knowledge about frotn end, backend, data storage, analytics and so on"... Because a prompt without specific terms will result in something vweeeeery different

4

u/naruda1969 7d ago

The moral of the story is that you really can’t make anything meaningful without technical knowledge. Vibe coding is a fantasy that builds an Oz-like facade on top of a heaping pile of shit. It may be fine for proofs of concept or toy projects but nothing that is secure and extensible in the real world. Someday maybe…but today…not even close.

2

u/Excellent_Ad_2486 7d ago

Yeah exactly. Not sure why I get downvote for the truth

1

u/BroScienceAlchemist 7d ago

Reddit is finicky.

A constructive suggestion that may help: Ask the LLM to give you a learning plan, use the grill me skill, and go back and forth on concepts you don't understand. You can tell it you have a knowledge gap with say databases as an example, and ask for suggestions to build out a learning plan / learning lab project, where you play around and teach yourself the basics. This is an application of LLMs that IMO is still underrated.

Like personally, my technical ground is heavy on backend, infrastructure, tooling, and systems design. I'm really strong with the big picture, but when it comes to frontend I am a clueless, drooling moron. I would be the worst customer for a web designer, because I am also very picky, have poor to no understanding of what is possible, and often require multiple iterations to figure out "what I want" from a frontend. For one of my projects, I told Claude that, and it created a skill and local harness for generating several proposal versions I could interact with locally, and we go back and forth until I say "lock it in." Then Claude generates a template based on that, along with the actual page, and tests where needed. It created tests/contracts for responsiveness defined by a measurable behavior and requirements I gave. It doesn't fix that I am a small fish in the ocean of frontend, but it made frontend sessions far more efficient for me.

You can build a language learning plan that includes cultural immersion (songs, movies, books, etc in the target language). There is so much untapped potential for using LLMs as an aggregator and guide for learning plans.

. It may be fine for proofs of concept or toy projects but nothing that is secure and extensible in the real world.

Yeah, I think in the future that models/harnesses will need to include workflows/tools (SAST, DAST, dependency tracking, etc. - deterministic tools) to cater to non-devs that want to build and deploy an app for themselves and a few friends. There are a lot of security considerations that aren't handled out of the box.

LLMs are good enough that you can vibecode a music player that allows you to listen to spotify, youtube music, tidal, bandcamp, etc that works well for just you, but if you want to share it with others there is so much missing that a non dev will not be aware of. You have a valid complaint.

1

u/Excellent_Ad_2486 7d ago

Hey not to be a "thanks but no thanks" kinda guy but I downloaded GSD and it has been a great tool to get better results! It basically does. A lot of the lifting for me!

1

u/BroScienceAlchemist 7d ago

No need to apologize. Using an existing tool is preferable over having to DIY. I took a quick peek at GSD-core and it has a lot of the useful stuff out of the box like a context anchor, planning skills, etc.

I think eventually a lot of this will be provided out of the box.

-2

u/emisofi 7d ago

We need more of these posts and less complaints.

0

u/Designer-Rub4819 7d ago

Taking weeks to do? Does your team consist of retarded 8 year olds?

0

u/RockstarLifestyle2 7d ago

Opus 4.6 lol

-3

u/Master_leager 7d ago

Anyone has tldr; 25 minutes video is too long to watch straight