Why teach LLM to learn programming languages like java and C when you can teach it straight up assembly or machine code and get programs that run fast as fuck?
>>108945138humans don't understand asm
>>108945588Who cares
>>108945620the humans do
You cant. Thats why nobody does it.
>>108945643Yes you can, I fine tuned my own model using a agent optimized language I created alongside claude.
LLMs are always worse than specialized algorithms. There is a specialized algorithm for turning C into optimized machine code. It's called a compiler.
>>108945661this, ai can't beat the wizardry of llvm
>>108945660I doubt it very useful.
>>108945138i agreeLLMs don't need things like objects, variables or functionsthose are social constructs made by humansit should literaelly be just vibes all the way down to the VPU (vibe processing unit)
>>108945630Clearly not. They let ai Code for them and just run it or deliver it as their work without reading the entire code.
>>108945680nobody in their right mind would skip code review of ai generated assemblywell nobody worth their salt would skip code review regardless of the proompt
>>108945138What? Why would I care about that? I tell the AI to make a program and it does that in the most efficient way—far faster and better than a human. I have no need to look at the "code" or whatever—same as I had no need to look at the code my human developers wrote either.
>>108945976Learn to read.
>>108945138We teach llmGODS to code just to make codetrans angry and in order to replace em We won bros
>>108946012>having hard skills is bad
AI is a over financed and too comfortable rn, dont expect any great innovations while the orange nigger is still in office.
>>108946018>that reading comprehension
>>108946025My reading comprehension is great. That's exactly what you meant, faggot.
>>108946032>snailcat seetheKeep crying luddite, you are not required anymore
>>108946036>having skills is badKeep repeating it, I'm sure it'll make it true.
>>108946045You should have learned real skills thenCoding is akin to feminist studies
>>108946072Coding forces you to use your brain to a very high degree. Feminist studies doesn't. Neither does prompting. Sorry.
>>108946085Bro I can prompt and create whatever I wantwe don’t need your "skill" anymore lil luddite
>>108946092Sour grapes much?
>>108945138Nobody knows how to teach ASM correctly these days, that's why nobody(not literally) is learning ASM currently.
>>108946094sorry but you sound kinda trans and in my country transgender "people" aren’t welcomedI don’t care about your sour grapes cope, in real life vibeGODs are replacing coders and your people are dying
>>108946105Your country is full of landmines you delusional obese retard. It doesn't welcome anyone aside from big city slickers.
Assembly isn't actually a language it's a vague standard for giving the CPU instructions.A "large language model" cannot learn binary. At best you will get something that crashes.
>>108946111landmines are a meme if you live in a big cityI’m muscular, retard, I’m not obese
>>108946119All Bosnians are obese, just like how all AI bros are dumb as fuck.
>>108945138>Why teach LLM to learnThat's not what happens, retard frogposter.
>>108946114it cant count how many Ls are in stawberryhow is it going to keep track of what it put in a register
>>108946123Bosnians are Nazis, moronAiCHADS are hunting Luddites Snailcats
>>108946138Holy shit you can't even read. Not surprising tbdesuwysenpai.
>>108946140>you’re wrong because I say somindbroken, luddite, trans and snailcat.You lost
>>108946105What have you created. Please tell me what you created.>I made ahhhh appie lol okay dude kys
>>108946387I don’t work for free, faggot commie why would I show you my code?
>>108945138ASM is not that much faster than C if at all.C compilers know many tricks you don't.But knowing asm when writing your C code helps, because you avoid getting the compiler into an absolutely dogshit situation where there is no good asm solution.