108
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 Aug 2026
108 points (100.0% liked)
Technology
87186 readers
3815 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
I feel like prompt injection should be a perfectly legal defense but only as long as it‘s phrased reasonably. Or is adding a note that asks for a fair trial unreasonable enough to be dismissed? When you only try to reason with unreasonable word salad how could anyone blame you for it?
Adding to that if one side uses LLMs they should definitely have to at least attach the prompts they used and share what model they used so it can be replicated.
I'm not aware of any public frontier LLM provider that uses a static seed for inference. Meaning, even with an identical prompt and identical model you will not get the same output. Seeds should absolutely come back with the streaming metadata on requests imho, but they don't in any api/harness I'm aware of.