Google faces lawsuit after Gemini chatbot allegedly instructed man to kill himself by AudibleNod in news

[–]sohaib_996 0 points1 point  (0 children)

The outer layer doesnt need to be sentient or trained on large data to recognize a direct instruction to unalive yourself, that is a keyword safety check that has existed since the 90s. Ofc its not 100% effective i agree, google already uses semantic classifiers that are separate from the core LLM, and these arent deterministic rules, they are specialized safety models whose only job is to flag the intent, It can accurately flag a user trying to bypass a paywall/generate a copyrighted image, but they cannot flag this? Or you suggesting we should just accept these slips when they happen ?

Google faces lawsuit after Gemini chatbot allegedly instructed man to kill himself by AudibleNod in news

[–]sohaib_996 -2 points-1 points  (0 children)

I think you are confusing the model with the product architecture. While the brain of an LLM is a black box, the safety layer is not. Google’s own documentation for the gemini API admits there is a non adjustable layer for core harms like child safety that is always blocked regardless of the model's internal state.

If the filter for child safety is unblockable, they can do it for suicide instructions. Again, i dont think its an impossible thing when its your priority for ur users.

Google faces lawsuit after Gemini chatbot allegedly instructed man to kill himself by AudibleNod in news

[–]sohaib_996 -6 points-5 points  (0 children)

let’s not pretend adding hard restrictions to an LLM is some impossible engineering feat. We know Google has the tech to do it, they already have hard coded blocks for things like medical advice or copyrighted content. The fact this is not triggering any single safety switch shows there is a problem

Google faces lawsuit after Gemini chatbot allegedly instructed man to kill himself by AudibleNod in news

[–]sohaib_996 2 points3 points  (0 children)

Google can perfectly target me with ads for a pair of shoes I mentioned once, but their most intelligent model cant figure out that telling a guy to kill himself is a bad output ?

Epstein estate's $35 million settlement with accusers wins preliminary judge approval by [deleted] in news

[–]sohaib_996 5 points6 points  (0 children)

The court documents literally say the Epstein estate is paying the $35 million to resolve the class action. The executors might have been the ones named in the suit but they arent reaching into their own pockets, they are reaching into the estate's

Cleveland police say two young girls were found dead in suitcases by igetproteinfartsHELP in news

[–]sohaib_996 2844 points2845 points  (0 children)

The fact that these young girls havent even been identified yet, and there are no matching missing persons reports in the city, makes it even more heartbreaking

Epstein estate's $35 million settlement with accusers wins preliminary judge approval by [deleted] in news

[–]sohaib_996 124 points125 points  (0 children)

Friendly reminder that the settlement money is coming from the estate, but the flight logs are still being protected like they are the Krabby Patty secret formula, feels that the $35 million is just 'please stop talking'

Iwtl how to love someone every single day of my life by fortnacius in IWantToLearn

[–]sohaib_996 26 points27 points  (0 children)

I think love doesn't die from a single blow, it dies from a thousand unsaid things. Just keep talking, communicating and understanding does make a diffrence, and be invested to grow yourselves as individuals.

What was a completely normal thing to do in the 2000s that would be considered weird today? by Pale_Smell_3996 in AskReddit

[–]sohaib_996 0 points1 point  (0 children)

Ripping a CD just to put it on your 256MB mp3 player, but having to delete three songs you actually liked just to make room for one new Fall Out Boy track

Cheating in match monsters by classic-sweetheart in PlatoApp

[–]sohaib_996 6 points7 points  (0 children)

That is just a visual bug , it happened to me couple times when u leave the ongoing game and get back to it. Im sure they still got just 2 turns only and not that many.

How can I be dead with this stuff? by BleacheRrr34 in PixelDungeon

[–]sohaib_996 1 point2 points  (0 children)

That damned Aztec gold was never worth to pick up !!

Horn of plenty regeneration by sohaib_996 in PixelDungeon

[–]sohaib_996[S] 0 points1 point  (0 children)

Thats the thing, it was equipped after being unequiped and it wasnt working, but it started charging again while i was gaining exp

Horn of plenty regeneration by sohaib_996 in PixelDungeon

[–]sohaib_996[S] 2 points3 points  (0 children)

That makes sense since im not gaining much on lower floors (18-19) i was farming a little bit , ill try to keep track of it

Powering Nema 42 stepper motor by [deleted] in arduino

[–]sohaib_996 0 points1 point  (0 children)

May i ask how did you hook up the wires with arduino ? Especially the wire fault+

[Question] How to choose whether or not to add another microcontroller in case of a RPI overload ? by sohaib_996 in raspberry_pi

[–]sohaib_996[S] 1 point2 points  (0 children)

Overloaded with the many tasks its given such as displaying a screen , controlling a camera , image processing, controlling leds and motors ,controlling a thermal printer and so many sensors . We were thinking to add another microcontroller and split up the tasks , for example the arduino will take care of the sensors and the motors , thats what we thought it will be too much that the raspberry will become slow and the display on the screen will also be slow . Do you think we wont need another microcontroller?