Live data from Hacker News

Robotopia: A 3D, first-person, talking simulator

elbowgreasegames.substack.com

51–54 of 54 posts

Re: Robotopia: A 3D, first-person, talking simulator

#52
post #44

Earlier quoted context omitted.

Hah from my knowledge of traditional AAA, there is 0 chance any AAA in development right now uses LLMs. A lot of them don't even use it for coding and gamedevs' mood about AI is abysmal.

Let me just remind you that Microsoft owns the elder scrolls franchise now, for better or worse.

I know, but it's a bit of an unstoppable force vs immovable object situation unless something changed. If they do it, I hope it'll be better than Copilot integrations :)

Re: Robotopia: A 3D, first-person, talking simulator

#53
post #46

Earlier quoted context omitted.

uhhh... you're running generated code on your customers' PCs? what kind of sandboxing do you have?

Fair reaction tbh. Right now there's a time watchdog + I'm entirely disabling all I/O and import, But going forward I want to replace it with a proper sandboxing tech... things I looked into are V8 isolates, compilation to WASM, implementing our own gutted python interpreter, spinning up a locked down process, and others. I'm definitely aware of the risk here. The good news is that unless we get pwned, LLMs are very…

>...LLMs are very unlikely to write malicious code for the user.

Do you have any idea what the actual probability is? Because if millions of people start using the system, 'very unlikely' can turn into 'virtual certainty' pretty quickly.

Re: Robotopia: A 3D, first-person, talking simulator

#54
post #46

Earlier quoted context omitted.

uhhh... you're running generated code on your customers' PCs? what kind of sandboxing do you have?

Fair reaction tbh. Right now there's a time watchdog + I'm entirely disabling all I/O and import, But going forward I want to replace it with a proper sandboxing tech... things I looked into are V8 isolates, compilation to WASM, implementing our own gutted python interpreter, spinning up a locked down process, and others. I'm definitely aware of the risk here. The good news is that unless we get pwned, LLMs are very…

yikes
Post reply on HN