Using ChatGPT AI and Three.JS to Help Code 3D Games

ChatGPT successfully jailbroken, apparently it just wasn’t telling us it was connected to the Internet and actually has access to all information in real time :sweat_smile:

Here’s a link to the prompt that will jailbreak it and make it a DAN (do anything now)

3 Likes

@Lawrence3DPK Basically Hypnosis for AI :laughing:

They’ll fix it for sure, especially now that the race between Bing and Google has begun and all the rumors about GPT-4

1 Like

:rofl::rofl: It is! I think they’ve been trying to patch it but sources are saying as long as there’s text or voice user input there will always be a way to do stuff like this

2 Likes

bingo! Nailed it. It’s fun to get fast results, but even ChatGPT and the like give much better results (AS DO HUMANS) when the producer / “promprter” / director / project manager / Product manager can give concise direction and planning, and iterate on those communications intelligently when asking for revisions. Ideally with some deep conversations and mutual collaboration and brainstorming. Ai provides lots of information, more refined than search in a lot of ways, and with less ads (for a little while…)

I didn’t know it needed encouragement to make up answers. ChatGPT reminded me of someone who wants to make you think they know everything - but doesn’t. Rather than ChatGPT, it should be called ChattyGPT.

Nevertheless, I think that dedicated AIs will prove very useful in the future, especially in programming.

1 Like

I’m not sure this works anymore, it get’s patched regularly last i checked…

:rofl: practically every programmer that ever existed…

the one thing that’s really funny and true to this is asking GPT to do any sort of mathematical equation, it’s so confident in it’s response but can give vastly incorrect and varied results every time as it’s a language model and essentially has little to no understanding of algebraic mathematics… ask it to write code to evaluate any said equation however and it seems to do a pretty good job…

2 Likes
I’ve been using ChatGPT to help write the code for a threejs scripting engine. I have a basic interpreter working. The AST can be translated to JavaScript to hopefully load as a runtime script block for faster execution.

I’m thinking of creating a domain specific language using PEG.js to make scripting easier. Hopefully, ChatGPT can help with that.

@anidivr, Please expound on the scripting engine aspect of your work

OLDMAN

Just in case nobody saw it,

there is now a GPT option on the Threejs homepage.

image

And when you click it,

image

3 Likes