Raw LLM Responses
Inspect the exact model output for any coded comment.
Look up by comment ID
Random samples — click to inspect
G
AI fear is used to force western people leave their luxury life qnd run back to …
ytc_UgxnfrFrW…
G
"Robot becomes self-aware.." Not yet my son but in the not too distant future, m…
ytc_UgxaPfMGd…
G
Also I am a person that generally dislikes AI and has it hallucinate all the tim…
rdc_nu9czy9
G
Imagine waiving your right to defend yourself to a robot who don't understand wh…
ytc_UgzxUA3pd…
G
I think this debate would be better if the AI was actually fed top scholars in b…
ytc_UgwGxpcL7…
G
If you knew how AI actually works, you would have know It (and also stop conside…
ytc_UgyubUdtG…
G
because you neeed millions of images to make an algorithm? AI just steals those …
ytr_UgyqN-x4S…
G
Guys don’t freak out, you have to look at the finances of these companies it’s a…
ytc_UgwQaroap…
Comment
For this kind of task you would use an LLM as a classifier rather than as a generator.
To explain the difference, say you had to determine if an online review was positive or negative. You can give an LLM two prompts, "Here is a negative review of our product:" and "Here is a positive review of our product:" Then give it the review in question.
As the LLM parses each token in the text it will constantly try to generate the next token from there giving a probability distribution of what it thinks the next token should be. Somewhere in that list will be the actual next token and its associated probability for each of the prompts. By comparing the two you are basically asking for each word, "is this more likely to be something someone would say in a positive review or in a negative review." and using Bayes theorem you can determine which parts of the review are negative, which parts are positive, and which are neutral. This is pretty much the simplest version of an LLM as a classifier.
An actual implementation of this idea applied to these emails would of course be more sophisticated. It would likely use a fine tuned model and to get an overall understanding of the response it would look at the model's embedding as it read. There would likely be no text prompt at all. To define those terms fine tuning just means training a more general model on data similar to the specific application it will be used in, and an embedding is the list of parameter weights that represent the state of the model. If you say "Tell me a story" to chatGPT, then after it finishes parsing that text it will have applied weights to each of the billions of parameters within its model such that it embeds the idea of just having been asked to tell you a story.
There is a different embedding for reciting the communist manifesto and a different embedding for being asked what crayon is tastiest after a flirtatious conversation about polymer chemistry in which it's pretending to be a purpl
reddit
AI Responsibility
1740474041.0
♥ 3
Coding Result
| Dimension | Value |
|---|---|
| Responsibility | none |
| Reasoning | unclear |
| Policy | unclear |
| Emotion | indifference |
| Coded at | 2026-04-25T08:33:43.502452 |
Raw LLM Response
[
{"id":"rdc_melgtwi","responsibility":"user","reasoning":"virtue","policy":"none","emotion":"outrage"},
{"id":"rdc_mel7dx2","responsibility":"developer","reasoning":"consequentialist","policy":"none","emotion":"resignation"},
{"id":"rdc_mel6im2","responsibility":"none","reasoning":"unclear","policy":"unclear","emotion":"mixed"},
{"id":"rdc_meo8xmg","responsibility":"none","reasoning":"unclear","policy":"unclear","emotion":"indifference"},
{"id":"rdc_mel4fzb","responsibility":"none","reasoning":"unclear","policy":"unclear","emotion":"indifference"}
]