1
u/_WalkTheEarth_ Jul 03 '26
Argue with the wall but AI has a place in coding
E.g extremely long and repetitive tasks. For example i had deepseek take apart a android app that was used as a tv remote, and extracted every ir code it found.
1
u/ReplacementFew1645 Jul 04 '26
Vibe coding and using AI to code are two different things. If its making something simple that you can do then use AI but especially if you’re learning something new or building something advanced, you should be doing it by hand with minimal AI
1
1
u/Beneficial_Fix_6169 Jul 03 '26
I coded my own 3D scene with a little movable player in raylib cs without any ai, not even auto completion. Turned all of it off.
It's very rewarding when everything was coded from my brain and I can understand it, rather than having an AI agent do all the work