It unfortunately works really well if you're not literally retarded and I can't see myself not using it anymore.
>>737729684the censorship era has been alreaady started.
>>737729684>Thing being good is badWhy are they like this...?
>>737729684it can't write assembly at all so thankfully my game is safe for now
>>737729684I personally use codex and it is so fucking good. Even the free plan is plenty if you are using an engine like Unity and actually know what you are doing to give it the right directions. Fuck hacking out code or searching for hours to find a tutorial to just copy. I'll have the AI do this shit while I'll design the systems, test, tweak, and make surgical changes where needed. With Chatgpt plus I'm practically unstoppable. The only thing holding anything back is asset creation. Blender is easy but I'm really lazy.
It's great for scripting and self-contained code, but LLMs are terrible for scalability and will only eat away at your tokens and waste your time beyond that. Get help with a character controller, but asking it to integrate everything together will only be a nightmare to debug.Claude's pretty cool though. Best model(s) out there, but usage is very strict, even with a paid plan.
>>737729684well i AM retarded. now what fag?
>>737730729Just vibe code tools for the future while using AI to become unretarded through asking questions and making it give you lessons.
>>737729684>have HERMES.md in project dir>That'll be $200 in extra usage credit!
Nothing in this world compares to the joy of discovering satisfying structures and architectures you can PROVE the behavior of based on your own motivations and style, and I also think the world needs more reasonable, solid programs right now.Granted, when working on projects seriously most of the time, you are just trying to get by, and some very good games are full of hacks and shortcuts. But ideally, I want my games to look as beautiful on the inside as they do on the outside, and that can't be achieved by prompting.
>>737729684>>737730329>>737730834Least obvious indian posters. Where's the games "you've" made?
>>737733330I'm still working on it unlike you. A true programmer recognizes that typing is only one part of it, problem solving is a bigger part. Even back during NES development they'd make tools to skip a lot of the typing part to allow more focus on design and problem solving. You'll hit a wall if you use AI without clear intent and knowledge to know what you need. Choosing to manually type everything out like your izzat depends on it is Indian.
>>737730173someone used a chatbot to analyze a 65816 routine i wrote that computes an angle in the range of [0,31] from a 2d vector using tablesit surprised me that the analysis was spot on except the special case of a zero vector. of course, this was after someone else used a different chatbot that came to completely wrong conclusions.regardless, fuck ai.
>>737732730>and that can't be achieved by prompting.just get the AI to enjoy it for you, dumb dumb
>>737730173lol I used claude last year to help me write my pokemon red romhack so this is patently false.
>>737729684>its le really good>this is le unfortunateNo it's not and no you don't have to use it, hopefully once the squeeze starts you kill yourself after realizing all that brainrotting was for nothing
I feel like giving retards Claude/GPT was like giving everyone the tools to do their own 240v electrical work, there's a reason electricians are licensed.I know a guy who's vibe coded an encrypted chat app and I was trying to explain to him (who knows nothing about cryptography) that if he fucks up people could be in danger.this shit is gonna come crumbling down.
>>737729684>internet: unfortunately works it gives you access to stackoverflow and free programming books>lsp, treesitter: unfortunately works, it makes your code look less retarded, more standarized an tidier.>IDEs: unfortunately works, it gives you debugging, factoring, auto formatting and many tools out of the box.You fags whine about anything that makes your life easier. If you hate them so much, just make your game in assembler with notepad, fags.