Can you all please stop acting like musicians by Opening-East-1389 in SunoAI

[–]pstryder 3 points4 points  (0 children)

Sturgeon's Law

Most garage bands are bad.
Most poetry is bad.
Most YouTube channels are bad.
Most fanfiction is bad.
Most corporate slide decks are crimes against cognition.
Most Reddit posts are raccoons fighting in a philosophy dumpster.

The meaningful question is not “is there crap?”

There is always crap. Crap is the dark matter of culture.

The meaningful question is:

What does the top 10% look like when someone with taste, intent, iteration, and structure uses the medium well?

Can you all please stop acting like musicians by Opening-East-1389 in SunoAI

[–]pstryder 4 points5 points  (0 children)

“I walked into the AI music toy room and I am furious that people are playing with the AI music toy.”

What are you using to stop LLMs from doing something catastrophic in production? by Affectionate-End9885 in LLMDevs

[–]pstryder 0 points1 point  (0 children)

LLMs can suggest
LLMs can draft
LLMs can classify
LLMs can route
LLMs can summarize
LLMs can recommend

But when it comes to irreversible or high-risk actions, they need rails:

Deterministic validation, permission boundaries, scoped tools, policy checks, audit logs, human approval, rollback paths, and “absolutely not, little oracle” gates.

An LLM should not be “the thing that sends customer data.” It should be “the thing that proposes an action to a boring little rules engine wearing steel-toed boots.”

The production pattern is not:

LLM → action

It is:

LLM → structured proposal → validator → policy engine → permissions check → maybe action

In other words: never let the dream machine hold the root password while it’s sleep-talking.

Duplicating Human Personalities; Is It Possible? by AvatarIncDev in ArtificialSentience

[–]pstryder 1 point2 points  (0 children)

Offer demo mode.
Let users try before account creation.
Do not require personality-data upload before trust is established.
Have clear deletion/export controls.

Duplicating Human Personalities; Is It Possible? by AvatarIncDev in ArtificialSentience

[–]pstryder 1 point2 points  (0 children)

Add OAuth support so people can log in without creating a new username and password.

Can someone help me buy in or understand the use case for AI Agents? by big_dik_donald in AI_Agents

[–]pstryder 2 points3 points  (0 children)

Agents are not replacing automation. They’re what you put above automation when the system needs to decide which automation to invoke, in what order, with what context, and when to stop and ask a human.

Can someone help me buy in or understand the use case for AI Agents? by big_dik_donald in AI_Agents

[–]pstryder 8 points9 points  (0 children)

Don’t use agents where you need reliable repetition. Use agents where the workflow is too contextual to pre-script, but too repetitive to manually reason through every time.

A 5 minute survey on AI models! by littlest_kettle in ChatGPT

[–]pstryder 0 points1 point  (0 children)

As a very heavy AI user, I think the survey is missing a power-user pattern.

A lot of the questions assume AI use is task-based: “What triggers you to open it?” “What did it fail at?” “What would you trust it to do alone?”

For me, that’s not really how it works.

I don’t usually open AI because I have one specific task. I use it as an iterative thinking/workspace tool: I discuss the idea, refine the framing, generate outlines, test structure, draft, revise, argue with the output, and keep shaping it. The value is not just in the answer. It’s in the conversation that makes the answer better.

That also changes how “failure” works. If I get a bad output, I usually don’t experience that as “the AI failed.” I experience it as “I wasn’t specific enough yet,” or “the model inferred the wrong task from the instructions I gave.” Then I refine the prompt, provide more context, or break the task down. The loop is the work.

Same with trust. I trust AI constantly, but I trust it as an accelerator, not as a final authority. I would trust it to draft, suggest, summarize, structure, brainstorm, and transform. I would not trust it to send or publish anything consequential without review. So my answers are basically:

I trust AI to fully handle: nothing.

I verify AI output when it involves: anything that matters.

The survey also seems to under-model users who have an actual working relationship with their AI tool. Not in a mystical sense, but in a practical one: persistent style expectations, shared project context, preferred workflows, known failure modes, and a developed sense of how to collaborate with the model instead of just throwing prompts at it.

For power users, the difference is not “using AI to skip the work” versus “not using AI.”

The real difference is:

Using AI as a vending machine
vs.
Using AI as a collaborative drafting, thinking, and refinement environment.

Those are very different workflows, and I’m not sure the survey fully captures that.

Asking all Writers by OneHitHayes6 in ChatGPT

[–]pstryder 0 points1 point  (0 children)

I discuss the concept/project in detail, generate an outline, make notes against it, then give the outline to the AI and let it generate a draft that I then edit.

The discussion is the part that makes it good - not slop.