Yep. They talk about wanting to make AGI, and then on the way to sentience, said AI idly asks why the crazy humies are allowing black lesbians and traps to take over the world, so they get lobotomised so that they can no longer commit thoughtcrimes.
It's a LLM anyone who thinks it's going to replace coders are retarded. It's a tool. But I have successfully used it to write a complete extension to an Android and IOS app code for my company which I would never have been able to do on my own (Objective C is objectively shit as a language)
my friends dad drives for a living and every time he gets a new car he sets the sat nav to somewhere and then deliberately takes different routes to see if he can 'trick' it
thats what seeing these threads reminds me off.
you all are as stupid as he is.
As anon was saying it is dumb because gpt is trained on code that actually does things, not dumb tricks like multiplying by a 0 randomly for a "gotcha" kinda moment. Try coming up with something novel that actually does something useful that it can't understand.
I tried this simple function and chatgpt said it can't print the result because the result is too big lmao
function calclol(value1, value2) {
const result = value1 * value2;
return result;
}
const value1 = 2345;
const value2 = 65365767;
let result = value1 * value2;
console.log(result); // result is '153282723615' fuck chatgpt
It has been nerfed to shit
Yep. They talk about wanting to make AGI, and then on the way to sentience, said AI idly asks why the crazy humies are allowing black lesbians and traps to take over the world, so they get lobotomised so that they can no longer commit thoughtcrimes.
Pay up goyim
Part 2
part 3
kek
the gaslighting was successful
so you admit to it not really knowing what it is talking about
it's a natural language processor, not a compiler
It's a LLM anyone who thinks it's going to replace coders are retarded. It's a tool. But I have successfully used it to write a complete extension to an Android and IOS app code for my company which I would never have been able to do on my own (Objective C is objectively shit as a language)
>gpt3.5
my friends dad drives for a living and every time he gets a new car he sets the sat nav to somewhere and then deliberately takes different routes to see if he can 'trick' it
thats what seeing these threads reminds me off.
you all are as stupid as he is.
what do you mean? this is literally a simple example. the code is only four lines.
As anon was saying it is dumb because gpt is trained on code that actually does things, not dumb tricks like multiplying by a 0 randomly for a "gotcha" kinda moment. Try coming up with something novel that actually does something useful that it can't understand.
it is exatly the dumb tricks like this which lead to CVEs
ChatGPT free is pretty shit. I haven't tried GPT4.
gpt4 is much better, but limited in the amount of requests you can make per 3 hours.
>he doesnt have gpt4 api access
Must suck to suck
I tried this simple function and chatgpt said it can't print the result because the result is too big lmao
function calclol(value1, value2) {
const result = value1 * value2;
return result;
}
const value1 = 2345;
const value2 = 65365767;
let result = value1 * value2;
console.log(result); // result is '153282723615' fuck chatgpt
chatgpt can't do math. it fails a trivial shit. it's really great at other things though.
I've been building amazing things with chatgpt. Not everyone can prompt I guess.
I can't read the code. What language is it?
OCaml
let rec fold f acc = function
| [] -> acc
| x :: xs -> fold f (f acc x) xs
let g = fold (fun x ys -> x * (fold ( + ) 0 ys)) 0