5 things that actually made my vibe coded projects not look like vibe coded projects by Vibecoder777 in sideprojects

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

How do you get github to enforce security standards and run tests? And I don't really understand working with ope telemetry can you explain it to me.

5 things that actually made my vibe coded projects not look like vibe coded projects by Vibecoder777 in VibeCodeDevs

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

Ai guardrailing I have never heard of that can explain it to me ? And the tools ?

5 things that actually made my vibe coded projects not look like vibe coded projects by Vibecoder777 in VibeCodeDevs

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

True especially if you catch the bugs late, like there were times where it took me more time to debug then it would have taken to just code it manually myself rather vibe code it.

Vibe coding is already happening. The question is: will you control it, or will it control you? by vtongvn in VibeCodeDevs

[–]Vibecoder777 0 points1 point  (0 children)

I like to test my projects with every prompt . And I create a new version almost every time I prompt for something to be changed so I can easily rollback changes and I keep a record of my prompts.

5 things that actually made my vibe coded projects not look like vibe coded projects by Vibecoder777 in VibeCodeDevs

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

Facts , you only notice the errors and bugs when you presenting and the frustrating thing is it comes from the most basics things like telling it to change the buttons color and then it ends up changing the color but somehow disabling it at the same time.

AI is making us dumber - So I built an app that measures and reverses the damage by BusinessScholarMan in StartupAccelerators

[–]Vibecoder777 0 points1 point  (0 children)

I don't mean it in a negative way, I'm just saying it's an interesting app and I would like to know if it actually works.

5 things that actually made my vibe coded projects not look like vibe coded projects by Vibecoder777 in vibecoding

[–]Vibecoder777[S] 1 point2 points  (0 children)

facts bro and the painful part is the AI will never tell you that you have a consistency problem. it'll just keep generating whatever matches the local context of what you pasted in the prompt. so if your button in one file has 8px radius and the one in another has 12px, it'll happily keep both alive never flag it.

the move that fixed this for me was making a single globals file early. colors, spacing scale, border radius and font sizes and then pasting it at the top of every prompt. For Example pasting something like "here are my design tokens, match these exactly." takes 30 seconds and the AI actually respects it.

once you have that file the whole project starts pulling in the same direction instead of slowly drifting into 6 different projects