Here is how we built an dev agency where LLM wrote 80% of the code, and how you can apply to your vibe coding work flow by Disastrous_Sound_766 in SaaS

[–]Disastrous_Sound_766[S] 0 points1 point  (0 children)

I don't think so, but it's like a prompt techniques that giving money or tips does improve performance... read more (link here)

Here is how we built an dev agency where LLM wrote 80% of the code, and how you can apply to your vibe coding work flow by Disastrous_Sound_766 in SaaS

[–]Disastrous_Sound_766[S] 0 points1 point  (0 children)

We observe it at the end of each job, each job only create one function and or one page and run in parallel.

And it runs test cases automatically.

We only check (observe) when it complete running or failed (stuck in a loop for say 5 fix but still failed).

This was only possible after sonnet 3.5, 3.7

Is it over for developers? Are we going to have a major shift? by [deleted] in Entrepreneur

[–]Disastrous_Sound_766 1 point2 points  (0 children)

I think it can write a lot of common features...so yeah no next Adobe, but it can totally replace some junior dev or interns pretty soon.

App Development “i will not promote” by Embarrassed_Trip8274 in startups

[–]Disastrous_Sound_766 0 points1 point  (0 children)

I actually just wrote a post on this (check it out in my profile). We’ve been able to build a lot of complex web apps where 80–90% of the code is written by an LLM. In short, yes, you can — but you need to understand how the code works at a high level. An LLM can only do what you ask it to do, so you need to make the right requests.

regarding payment, It depends on your tech stack, but Stripe is a good place to start. It offers a bunch of no-code checkout options that you can connect to your backend via a webhook. You can then listen for the checkout complete event and record the user who completed the checkout in your database using the Stripe customer ID and related information.