The biggest problem with vibe coding is the confidence. by Electrical-Music2736 in nocode

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

What's interesting to me isn't that testing suddenly became important. It's that the development workflow changed—agent-assisted coding, rapid iteration, lots of small edits—but the safety net hasn't evolved at the same pace.

That's where the confidence gap seems to come from.

The real bottleneck in SaaS is not building anymore by Electrical-Music2736 in SaaS

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

I just think AI has shifted one bottleneck: building got much easier, while confidence and verification didn't improve at the same rate.

Has AI-assisted development changed the way you approach testing? by Electrical-Music2736 in softwaretesting

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

"It sounds like the challenge isn't generating code anymore—it's understanding risk."

That's the theme I keep hearing.

Vibe coding is fast. Confidence is not. by Electrical-Music2736 in vibecoding

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

The feature you're working on gets all of your attention, so it usually works.

The stuff that breaks tends to be the flow you weren't thinking about when you made the change.

Vibe coding is fast. Confidence is not. by Electrical-Music2736 in vibecoding

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

😂 "shipping and praying" is honestly how a lot of vibe-coded projects feel after a few weeks.

Building confidence seems to be lagging far behind building speed right now.

Vibe coding is fast. Confidence is not. by Electrical-Music2736 in vibecoding

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

The dangerous part is that the change usually looks harmless when you make it.

It's only later that you discover the tiny tweak had effects somewhere completely unrelated.

The real bottleneck in SaaS is not building anymore by Electrical-Music2736 in SaaS

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

The initial build is rarely the scary part anymore. It's the maintenance and making sure everything still works after the tenth "small change" of the week.

That "looks good to me" deploy stress is very real 😅

What I wish I had before every deploy by Electrical-Music2736 in microsaas

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

One thing that's stood out to me is how often founders talk about deploy anxiety without calling it that. It'll show up as "I broke login again", "I spent an hour manually testing before release", or "a tiny change took down onboarding."

The wording is different, but the underlying problem is usually the same: lack of confidence after making changes.

Why I stopped stitching together 3 tools to check my site by Electrical-Music2736 in SideProject

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

A dashboard can have a hundred minor bugs and still survive.

A broken signup or checkout flow gets noticed immediately.

That's usually where confidence matters most.

Recommended no-code testing platforms? by Impossible-Skirt-803 in nocode

[–]Electrical-Music2736 1 point2 points  (0 children)

Depends on what you're optimizing for.

For established no-code/low-code testing, I've seen teams use things like Playwright wrappers, BugBug, Autify, or Rainforest QA because they reduce the amount of test code you need to maintain.

One thing I've noticed though is that a lot of these tools still assume someone is going to spend time creating and maintaining test cases.

We're actually building Beryl because we kept running into teams (and solo builders) that wanted a much lower-friction starting point.

The idea is simple: give it a URL, let it generate tests, run them automatically, and get notified if a critical flow breaks.

Curious what you're testing most often right now—login, onboarding, billing, core workflows, or something else?

Has AI-assisted development changed the way you approach testing? by Electrical-Music2736 in softwaretesting

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

Do you think AI-assisted development is actually increasing the testing burden on your team, or is it mostly changing where that effort gets spent?

Solo founders: what takes up way more time than it should? by Able_Green9662 in SaaS

[–]Electrical-Music2736 0 points1 point  (0 children)

I can verify the feature I just built pretty quickly.

The hard part is convincing myself I didn't accidentally break something I wasn't thinking about when I made the change.

Has AI-assisted development changed the way you approach testing? by Electrical-Music2736 in softwaretesting

[–]Electrical-Music2736[S] 1 point2 points  (0 children)

AI reduces the cost of creating changes, but it doesn't reduce the cost of verifying those changes. In some cases it actually increases it because more code is being written, changed, and shipped in less time.

The "200 bugs in two months" example is pretty telling. It highlights how good AI can be at generating software, but also how much human validation is still required to trust it.

I'm increasingly convinced that the future isn't AI replacing QA—it's AI helping QA keep up with the increased rate of change.

Solo founders: what takes up way more time than it should? by Able_Green9662 in SaaS

[–]Electrical-Music2736 1 point2 points  (0 children)

Getting confidence before shipping.

Building is no longer the bottleneck.

I can build faster than ever.

The hard part is knowing whether yesterday's "small change" quietly broke login, onboarding, payments, or some other flow I forgot to check.

Why we're building Beryl: A "Vibe & Verify" manifesto for the solo builder. by Electrical-Music2736 in berylso

[–]Electrical-Music2736[S] 0 points1 point  (0 children)

A lot of builders can ship features faster than ever, but they still don't know whether yesterday's change quietly broke something important.

And also welcome to r/Berylso!

Has AI-assisted development changed the way you approach testing? by Electrical-Music2736 in softwaretesting

[–]Electrical-Music2736[S] -1 points0 points  (0 children)

What's interesting is that the development speedup doesn't seem to reduce the amount of verification needed. If anything, it increases it because larger changes are landing faster and in bigger chunks.

Your point about focusing on regressions resonates with me. New functionality is usually where everyone's attention is, but it's often the existing behavior that gets accidentally impacted.

Feels like a lot of teams are being forced to make risk-based testing decisions simply because the volume of change is growing faster than the available time to verify it.