Raw LLM Responses
Inspect the exact model output for any coded comment.
Look up by comment ID
Random samples — click to inspect
G
AI will create fake virtual lobbyists and tell them what they want to hear and p…
rdc_jnmhp5l
G
The majority of AI researchers (academics and engineers) say there is a signific…
ytr_UgwdHxOW1…
G
It’s not like Uber is much cheaper. Same with driverless cars. They cost $200k e…
ytr_UgzKKZS6M…
G
You stop using excuses for not holding this AI nonsense accountable. Like you ev…
ytr_UgwJpc-jg…
G
It’s all impossible for ai to be the threat they’re saying. Because if it does g…
ytc_UgwQkm3wl…
G
What a warrior with a steadfast moral compass! Shouldn’t this be the norm—human…
ytc_UgxzpcCF8…
G
this. both sides are annoying, just do what you find fun! there's no point in pu…
ytr_UgxXcO-wT…
G
This is an odd response to the question...it wasn't answered with a yes or no...…
ytc_UgzGF5Fjd…
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"}
]