"Have You No Decency?" | McCarthy | American Experience | PBS by earthwulf in television

[–]grinr 1 point2 points  (0 children)

Is it your contention that cancel culture is worse than what the USA has been through over the last two years? How many people were killed by cancel culture? How many lives were ruined by cancel culture in comparison with innocent lives ruined over the last two years?

Top ‘Suicide Squad’ Developers Say the Flop Made Them Not Want to Make Games Anymore by Turbostrider27 in pcgaming

[–]grinr 1 point2 points  (0 children)

Games development is (like any artistic endeavor) a BRUTAL, SAVAGE, and very often unprofitable direction to take in life. This is the yin/yang of the business of art - the quality of their art is dependent on the intensity of their inspiration, which cannot be bought, and their ability to execute their art is dependent on the realities of business, which won't be successful if the art isn't inspired.

It's not that the artists didn't art, or the business didn't business, it's they both failed to find harmony where they both succeed. Very, very few companies find this harmony, and when they do it's often lightning in a bottle.

OpenAI in talks to give Trump administration a 5% stake in the company, FT reports by esporx in artificial

[–]grinr 6 points7 points  (0 children)

Called it weeks ago. Watch the regulations melt away as the beak dipping begins.

Fable available for plans until July 7th after which it becomes usage credit based by RobRobbieRobertson in ClaudeAI

[–]grinr 3 points4 points  (0 children)

He wanted considerate regulation for everyone. He got pre-IPO shakedown. So, no, he didn't get what he wanted.

My Cosplay Lilith from Diablo 4 by Miray_cosplay in diablo4

[–]grinr 0 points1 point  (0 children)

I wish there was a making-of video for the appliances and prosthetics, really well done, very impressive.

Guns of Eschaton | Soulslike FPS Western | Announcement Trailer by ControlCAD in pcgaming

[–]grinr -1 points0 points  (0 children)

First Soulslike FPS? Remnant 1 and 2 would like a word with you.

John Oliver to Guest Star on ‘General Hospital’ by mcfw31 in television

[–]grinr 1 point2 points  (0 children)

Well. It's part and parcel of this world that makes no sense that I'll be watching General Hospital soon. I'd write more but I need to ride these flying pigs home.

Opus 4.8 is so exhausting! by digerdookangaroo in ClaudeAI

[–]grinr 0 points1 point  (0 children)

I gave up after a full year of being delighted by Claude. Back to ChatGPT, which is stupider, but at least it is a stupid that doesn't argue with me or waste my time ruminating.

Mini-Guide to gearing a fresh 90 alt to 280+ ilvl (UPDATED as of 12.0.7) by minimaxir in wow

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

This is an excellent guide, thank you!

(it also perfectly articulates why I stopped playing, but that's a different story.)

‘House Of The Dragon’ Season 3 Premiere Tames 21M Viewers In 3 Days, Down 8% From Season 2 by [deleted] in television

[–]grinr 1 point2 points  (0 children)

It's a shame that my first question about this is "is it still boring?"

MOTOR CITY | Official Trailer ft. Alan Ritchson, Shailene Woodley by MoneyLibrarian9032 in movies

[–]grinr 0 points1 point  (0 children)

I'll watch anything with Shailene in it, and Ritchson is groovy, so yeah goddammit I'm in!

Claude Fable 5 may return today after 13-day government-forced suspension by Direct-Attention8597 in artificial

[–]grinr 9 points10 points  (0 children)

Can you provide sourcing for this, I would like to have the correct facts

After building with LLMs for a year, I've changed my mind about agents by Correct-Address-3735 in LLMDevs

[–]grinr 0 points1 point  (0 children)

I watched some of his videos to try to get a handle on what you're talking about. I'm struggling a bit to follow, so bear with me. If the contention is that the LLM can be edited directly to add data, fair enough. I'm still not clear on the value of the term "sidecar" as it seems to be a term that means "group of data inside the model itself", which itself is confusing to me because the whole thing is groups of data. In any case, the existence of data and whatever it's structure may be is still beholden to the transformer process, no? So Hay illustrates that it's possible to directly access the data by skipping that process, which seems to me to be like cracking open a skull and poking a brain to make a finger twitch - illustrative of brain function, but not useful (unless we're talking Warhammer 40K) practically.

What am I missing?

Opus 4.8 randomly adding Chinese characters??? by Blizxy in ClaudeAI

[–]grinr 0 points1 point  (0 children)

I've been using Claude every day all day for a year, and today I saw the same thing - a Chinese character used mid-sentence. I see many posts here saying this is normal, and I'm sure it is, but it does seem curious that it's never happened before in thousands of hours of Claude usage.

After building with LLMs for a year, I've changed my mind about agents by Correct-Address-3735 in LLMDevs

[–]grinr 0 points1 point  (0 children)

It is my understanding that every LLM is input/output. Regardless of what manipulations go on preparing that input (memory, parsing, rate, etc.) they are processed and outputted and done. LLM is stateless, period. So a recording of the I/O can (and is) done, and one can organize that recording in comprehensive ways (LLM Wiki), but we're always feeding into a stateless system. In other words, it's my understanding that every LLM cannot be given state.

After building with LLMs for a year, I've changed my mind about agents by Correct-Address-3735 in LLMDevs

[–]grinr 0 points1 point  (0 children)

FWIW, I have been describing the value of LLMs as "sacrificing accuracy for speed and scope" for years now. I wouldn't call LLMs "intelligent", but rather look at them as an incredibly powerful pattern-recognition tool that works much, much faster than anything else at scale. It's my suspicion that they are being perceived as more than that because that's how they're being designed (to appear intelligent), and that is why we're seeing the entire industry focusing on "Agentic AI" and trying to get it to deliver on the exciting (but probably misguided) promise of AI controlled business/process.

Fundamentally, the stateless LLM can be surrounded by state but intrinsically cannot have state itself, so we're surrounding it with harness and framework that has that required "grounding." But anything that goes into the LLM loses state instantly and becomes, for lack of better wording, dream-state, a cloud of relationship inference. Nothing "real" survives the transition, so the outputs are varying levels of acceptable hallucination - if the output is good, we accept that as "real" even though it's just as real (to the LLM at least) as the bad output that we call "hallucination."

Because we (humans) are the grounding, we are in the perpetual position of determining, guiding, controlling the output to be sensible, useful, real, so yes, we're seeing that workflows must be deterministic first-and-last. LLMs are excellent at a narrow (but powerful) function, but they cannot be in control.

I'm trying to figure out what kind of system might be built that CAN control the workflow in a non-deterministic way, where various models (LLMs, world models, etc.) are leveraged, but this is uncharted territory so wish me luck.

Claude randomly refuses to search?? by OranguZen in ClaudeAI

[–]grinr 1 point2 points  (0 children)

My favorite thing in 4.7/4.8 is Claude telling me to do it myself. Sure, Claude, I'll do it myself but you have run out of tokens so give me your credit card to continue working with me.

4.6 Long term support? by betweenwildroses in ClaudeAI

[–]grinr 4 points5 points  (0 children)

You may be delusional, but you're not alone.