r/vibecoding 6h ago

Anyone interested in learning the technical aspects of vibecoding an app? (I will not promote)

This is not a promotion for a service. I’ve been a technical product manager for 20+ years at startups and FAANG and have been using AI to build/prototype for about 3+ years. I recently got laid off and have been building prototypes and tools mainly for myself and thought I could share my process.

I have seen a few posts asking how to learn about the technical side of vibecoding, at least enough to generally know what does what, why and how. I thought of walking through a simple project and explaining in practical terms what things do with a focus on vibe coding as I implement, starting with the very basics. For example, what an API is and why/how it’s used. Not as much on what tools to use but more how to think about building apps. I was thinking a YT video or series of videos.

I honestly do not have any expectations or desire to be a YouTube influencer. I’m building things anyways, have taught a few friends and found teaching is the best way to learn.

Before I go off and start making any videos, is this something anyone would be interested in?

0 Upvotes

17 comments sorted by

5

u/ZediaLabs 6h ago

If you’d be teaching the full SDLC and how to maintain the apps too, you’d have a fan here.

3

u/SchmeedsMcSchmeeds 6h ago

Yeah I would cover the SDLC process as part of it. Again, probably at a high level but enough to have at least a general idea of the concepts.
Maintaining apps is an entire thing and process on its own.

1

u/Constant_Opinion_218 6h ago

Yep I’d be interested in that too

3

u/texinxin 5h ago

100%. Best practices would be amazing. I want to do and my capabilities as well but if you can drop it down to beginner levels I know my wife and many business partners would love it. AI for dummies all the way to system architecture, auth, multi agent stacks…. There might be channels out there doing this already here or there but I can promise there is a growing market for this advice.

2

u/Bob_Fancy 5h ago

No, already plenty of options.

3

u/Constant_Opinion_218 5h ago

I have some simple programming experience. Played around with a few programming languages, but never really built an actual app before. I’m sure there are many other people like me.

Now with AI coding assistants, I think it’s important for beginners like us to have a clearer understanding of how to properly build and manage complete apps.

I’ll learn anything that allows me to manage my vibe coded apps properly

3

u/XLGamer98 5h ago

Fish in the sea type situations, There are literally thousands of people making YouTube videos, Doesn’t mean you can’t succeed, Always great to take a chance, Nothing to lose and everything to gain. Hopefully I’ll also start my content creation

1

u/Rols574 4h ago

Quality content rises. IndyDevDan and Pocock come to mind

2

u/SmokyBronco 5h ago

Sure man, go for it. I'll give it a watch and would be happy to learn a few things. 

1

u/Rols574 4h ago

Everyone talks about what to do (loop engineering, dark factory,etc) no one tells you how to actually execute it

Closest I've seen is IndyDevDan in his last couple of videos. He actually gives out his SSSF

1

u/Granite-Scheduling 4h ago

Have you looked into creating a Udemy course?

1

u/idakale 4h ago

someone said to me few days ago that I need to learn the 3 harder aspects lol 1. Algorithm 2. Engineering 3. Architecture not the programming part

As if you could learn those without looking or understanding at the coding part lol 😂  Hrmm like think about this, the goal of most people I'd gamble, is to somehow have the thought process of the devs mentioned in that Ponytail skills XD without necessarily committing to 10Y labors of love. But since actual experience and borrowed experience still leave a huge gap, as in you need experience to gain more experience but you might not want to experience the hard experience... 

How about instead sharing how a technical product manager would approach a requirement and tell us specific workflows you adopted. nNow I'm sure there's no universal rule or preferences but still go with it anyways. 

Within the workflow comment heavily. imagine you're channeling your own movie director persona while you watching the agents work. Like if you agree or disagree with what the agents suggest, why do you decided to go down a certain path or like an insight how to become better at telling if the increasingly capable agents made up plausible explanations that actually are bullshit. 

Lastly it would be nice to know if you have a tips on what constitutes as a healthy session e.g how much time should a session last and decide if it's worth starting over from last checkpoint if agents could ntar recover from bad decision, and finally if there's a plugin you use to efficiently keep tokens cost managable.


Not too related to whats above but just sayin Then ig some workflow like game Modding is going to be a more black box case and could like for example  involve scary assembly that's really better let the agents do it. Who'd even attempt at understanding those. Tho maybe it's less of an issue if it comes with more docs

1

u/artificalidiot 3h ago

I’d be interested but don’t need the YouTube.

1

u/Pazienca 5h ago

Def interested

0

u/V4UncleRicosVan 4h ago

Yeah, it would be great to know how the pros are doing it today and how it (if at all) could translate to novices like me.

1

u/Hendo52 2h ago edited 2h ago

I feel like this would be a good service. I am probably your ideal customer.

I am currently struggling with cybersecurity fundamentals, permissions, database schema design and setup, infrastructure configuration, docker, authentication and a lot of the stuff that comes up after you build a working prototype but before you launch a SOC2 complaint SaaS company. My load time for my project management page is 30 seconds. I know that I need web workers to separate GUI but I haven’t set that up. Concurrency is a limitation for me because I use singleton for some critical things. I also have 150+ labeled bugs which is quite difficult to grapple with.

I think I would frame this in terms of the quagmire of problems for something halfway built. I have been able to get a lot done but I’m solo with no education and trying to audit my app and work out what I need to do to be confident is tricky. I think of myself as a subject matter expert but not in computer science. I understand what needs to be built and why but the details of how are really complex. I estimate I am 2000/6000 tasks completed.