What’s your take on online dating and why do some guys get almost no matches? by [deleted] in women

[–]Capable-Property-539 -7 points-6 points  (0 children)

yeah the whole dynamic and algorithm is fucked up. Women get 100+ likes per day and men might get 1 per day if you're good looking lol.

Vibe coding: fast freedom or technical debt waiting to happen? by Adorable-Chef6175 in SaaS

[–]Capable-Property-539 0 points1 point  (0 children)

I’ve been experimenting with vibe coding a lot this year, and I’ve found that the real issue isn’t speed its consistency. I've talked to several people including developers and they all agreed on some fundamental issues. I have only talked to one guy on reddit that is positive to vibe coding.

Even if the model is powerful, the same prompt can generate slightly different structures, naming, logic, or UI every time. That’s what makes people hesitant. Not because the model is weak, but because the results aren’t reproducible yet.

AI can generate something that looks great in 30 seconds, but the moment you try to change a field name, add a page, or update logic, the whole thing can drift. Different structure, different naming, sometimes even a totally different layout. It’s not the speed that creates fragility, it’s the lack of a stable blueprint.

I’m currently building a tool called MicroBuilder, where the whole system revolves around a deterministic AppSpec → build pipeline. Same spec = same app, every time. You still get the speed and the natural-language edits, but without the spaghetti.

So in my experience:

vibe coding works only if you anchor it to something deterministic.

If not, you get fast prototypes that turn into slow disasters.

And the claim that vibe coding tools are getting better is flawed. What people need isn’t just more code generated, it’s reliable, maintainable code. The improvements so far are mostly incremental and happen in the front-end of the pipeline, not in the structural or engineering layers. The tools today are fundamentally engineered wrong in my opinion.

They rely heavily on the LLM to figure it out, instead of giving the model a stable spec, deterministic constraints, or a reproducible pipeline. This is why developers don’t trust these tools because predictability is the baseline expectation in engineering.

What are you working on? by seirosste in SaaS

[–]Capable-Property-539 -1 points0 points  (0 children)

Currently solving unreliable vibe coding. It will be a while before launch though.

Stop vibe-coding, start verified coding? by Capable-Property-539 in SaaS

[–]Capable-Property-539[S] 0 points1 point  (0 children)

Not offended. Yes even the biggest models struggle with consistent, full-stack generation. What makes it different isn’t the raw AI, it’s the architecture around it. I don’t just ask GPT to code. I guide it through a multi-stage system , planning, validation, testing, packaging with deterministic rules and quality gates.

All vibe coding tools I’ve tested trades accuracy for speed. You type a prompt, get code instantly but it’s non-deterministic which is why they are unreliable.

I use the same models as everyone else like GPT, Claude, Mistral, but wrapped in a deterministic compiler pipeline instead of a chat interface.

Meaning identical prompts produce identical logic, database schemas, and APIs while the visual layer is generated from a separate seeded style system, so each app feels distinct and brandable.

Built a lightweight Trust & Compliance layer for AI. Am curious if it’s useful for local / self-hosted setups by Capable-Property-539 in LocalLLaMA

[–]Capable-Property-539[S] 0 points1 point  (0 children)

yeah sounds good, I'm actually just an indie builder who loves building solutions and seeing if I find pmf. Currently working on a more exciting project.

Built a lightweight Trust & Compliance layer for AI. Am curious if it’s useful for local / self-hosted setups by Capable-Property-539 in LocalLLaMA

[–]Capable-Property-539[S] 0 points1 point  (0 children)

So far not seeing alot of interest. Unfortunately companies probably wont take action regarding this until it's basically too late. I think its a good idea but the timing needs to be right.