this post was submitted on 05 Mar 2024
74 points (100.0% liked)

Gaming

30428 readers
341 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Excerpts:

The Verbal Verdict demo drops me into an interrogation room with basic facts about the case to my left, and on the other side of a glass window are three suspects I can call one at a time for questioning. There are no prompts or briefings—I just have to start asking questions, either by typing them or speaking them into a microphone

The responses are mostly natural, and at times add just a bit more information for me to follow up on.

Mostly. Sometimes, the AI goes entirely off the rails and starts typing gibberish

There are, of course, still many limitations to this implementation of an LLM in a game. Kristelijn said that they are using a pretty “censored” model, and also adding their own restrictions, to make sure the LLM doesn’t say anything harmful. It also makes what should be a very small game much larger (the demo is more than 7GB), because it runs the model locally on your machine. Kristelijn said that running the model locally helps Savanna Developments with privacy concerns. If the LLM runs locally it doesn’t have to see or handle what players are typing. And it also is better for game preservation because if the game doesn’t need to connect to an online server it can keep running even if Savanna Developments shuts down.

it’s pretty hard to “write” different voices for them. They all kind of speak similarly. One character in the full version of the game, for example, speaks in short sentences to convey a certain attitude, but that doesn’t come close to the characterization you’d see in a game like L.A. Noire, where character dialogue is meticulously written to convey personality.

you are viewing a single comment's thread
view the rest of the comments
[–] ninjan@lemmy.mildgrim.com 26 points 6 months ago (10 children)

It likely starts the LLM it uses as a service, and it requires running on a port. They could of course have rewritten it to not use a port and instead use other mechanisms possible when you're in control of the code but then that requires modification of the LLM project they use and would make updating its version harder so such a thing would be reserved for the full release or skipped all together because it's not really a big deal. All this assuming that they do use one of the hundreds of open source local LLM projects floating around Github.

[–] peter@feddit.uk 1 points 6 months ago (7 children)

Why do you need to open a port if its listening locally?

[–] ReversalHatchery@beehaw.org 2 points 6 months ago (4 children)

Actually it's not rare that a part of interprocess communication between a software's processes is done through localhost networking

[–] peter@feddit.uk 1 points 6 months ago (1 children)

But what firewall blocks that by default?

[–] ReversalHatchery@beehaw.org 2 points 6 months ago (1 children)

Probably none, but I think OP did not say this

[–] peter@feddit.uk 1 points 6 months ago (1 children)

OP said that the port wasn't open, unless they meant the port was already in use rather than the port was closed?

[–] memfree@beehaw.org 1 points 6 months ago

The warning message said the port was not open, but my guess is that the message was inexact. I doubt the port was ever restricted at all. In fact -- and with no evidence one way or the other -- it wouldn't surprise me if the only issue was my old video card and the 'port' error was simply the first error message the game found on initial launch. For my theory to make sense, though, some initial setup piece must have completed on 1st launch such that the 2nd launch had a newly made config file or something and that extra piece let me proceed to a more accurate error.

load more comments (2 replies)
load more comments (4 replies)
load more comments (6 replies)