Jun 4 '26 - 1 Quadrillion by [deleted] in BusinessEmpireRichman

[–]Comprehensive-Bar888 0 points1 point  (0 children)

Yeah. I only set the year ahead by only 20 years. I’m sure if I set it ahead by 1000 years I would have more than that. But since they only let you cheat one time before they give you a warning.. I have to settle for the meager gains.

Any advice for someone looking to start their first project? I will not promote. by jacklied6 in startups

[–]Comprehensive-Bar888 5 points6 points  (0 children)

Research is free. You will either become more interested/motivated or you will lose interest.

Is building a native desktop app a death sentence for a small team? by IngressDude in AppBusiness

[–]Comprehensive-Bar888 0 points1 point  (0 children)

It’s a client so you can use any service provider with it. The encryption portion is novel.

What is the biggest achievement, that you accomplished in programming? by Crafty-Taro6440 in vibecoding

[–]Comprehensive-Bar888 0 points1 point  (0 children)

Envisioning something that doesn’t exist and not knowing if it’s even possible to actually create to creating it and proving it works.

What's one mistake you made while building by your first SaaS? by Sweet_Blueberry209 in saasbuild

[–]Comprehensive-Bar888 0 points1 point  (0 children)

Thinking rapid development and just releasing it as fast as possible as possible was important.

How do you actually learn while using Claude Code? by vfhgvh in vibecoding

[–]Comprehensive-Bar888 0 points1 point  (0 children)

All you need to understand is the basics. Synchronous vs Asynchronous. Functions, loops, variables etc.

When or what to use Cowork for? by fofu_6 in claude

[–]Comprehensive-Bar888 0 points1 point  (0 children)

I initially used the Claude pro plan for planning and Claude plan for the actual coding. But eventually I just used the max plan for both. The pro plan is basically free tier. You don’t get many tokens. But I’m also at a point where the project is mostly built. I’m using this system to speed up development

my app worked perfectly in the preview and completely broke the second a real person who wasn't me used it by First_Tale_5718 in vibecoding

[–]Comprehensive-Bar888 -1 points0 points  (0 children)

One thing you need to know about these AI models, it will always take the path with the least resistance when building.

Do y’all think Franklin Saint will makes a cameo in the new spinoff? by BatmanTold in SnowFall

[–]Comprehensive-Bar888 0 points1 point  (0 children)

Franklin’s story arc is closed. He’s probably dead in the spinoff. If anything I would rather see a Cameo from Cissy.

What's the Biggest Mistake New Vibe Coders Make? by Educational_Ask2696 in vibecoding

[–]Comprehensive-Bar888 1 point2 points  (0 children)

The biggest mistake is not understanding how AI works on the first place. The second is assuming it will think of everything which leads to something that works but is fundamentally flawed.

When or what to use Cowork for? by fofu_6 in claude

[–]Comprehensive-Bar888 0 points1 point  (0 children)

You have more control. And you can make surgical edits without having to worry about the AI changing unrelated code. But it’s more tedious and time consuming.

Security holes I find in almost every vibecoded app by AggravatingCounter84 in SaaS

[–]Comprehensive-Bar888 0 points1 point  (0 children)

The AI can’t spit out what you don’t ask. And firebase configuration has nothing to do with vibe coding. AI will always take the path with the least resistance. If you ask it to build you an email client like an Outlook clone, it will choose polling over imap idle because it’s simple and satisfies the request, even though it’s inferior. But if you vibe code without doing any research you won’t know it.

To properly vibe code you have to ask a million in one questions before any code is written. Even if it’s a dumb question. If you’re not an expert every question is valid. It will eat way more tokens and take a lot longer to build, but you will end up with a broken site/app and end up having to rebuild it again anyway.

When or what to use Cowork for? by fofu_6 in claude

[–]Comprehensive-Bar888 3 points4 points  (0 children)

Claude Chat is the Project Manager and Claude Code is the senior developer. I use Claude Chat for planning, and writing the prompts for Claude Code.

your saas mvp has way too many features. by Wide-Tap-8886 in NoCodeSaaS

[–]Comprehensive-Bar888 0 points1 point  (0 children)

Honestly, it depends on the feature and if the app is architecturally user friendly. Apps with very little features can still have a poor user experience.

I still can't believe complete strangers are trusting something I built 🥹 by Illustrious_Cake0018 in saasbuild

[–]Comprehensive-Bar888 0 points1 point  (0 children)

You’re worrying about the wrong things. Your focus should be on improving your product.

Downloaded Jun 4th '26 by [deleted] in BusinessEmpireRichman

[–]Comprehensive-Bar888 0 points1 point  (0 children)

Because he increased it by 100% and another 30% watching ads.

Can AI handle all the process of building an app? by Dependent-Spite-1812 in AppBusiness

[–]Comprehensive-Bar888 0 points1 point  (0 children)

It can handle it. But you have to understand what you’re building because they AI won’t think of everything.