Raw LLM Responses
Inspect the exact model output for any coded comment.
Look up by comment ID
Random samples — click to inspect
G
I asked chatgpt 5 and it said it would kill 1 human to save 1000 ants...…
ytc_UgzJ2u4B-…
G
Ai is in prophecy.
Rev 13 : 13-17
Soon, you wont just feel like a number.
You'l…
ytc_UgwaKMAjr…
G
Listen, just because it’s AI doesn’t mean it shouldn’t exist… people can be so d…
ytc_UgwAYNl7Q…
G
Maybe the motorcycle manufacturers need to offer a rear facing camera and suitab…
ytc_UgyQHyDEY…
G
@aarantheartistim saying this is not just a showcase, you are saying that peopl…
ytr_UgxYCOO6O…
G
lol they cant even code a decent ai in a computer game ffs. Game coders are the …
ytc_UgyKnRxnw…
G
My friend almost lost 800,000 dollars because of a deepfake. He was selling a ho…
ytc_UgyMlpstL…
G
godlike ai is basically someone who did everything so perfectly that nothing in …
ytc_Ugzl9sNcZ…
Comment
Here guys, I vibe coded it for y’all, waymo. Just use this.
class SafeDriverProtocol:
def __init__(self):
self.current_speed = 50 # km/h
self.is_ticketed = False
def monitor_road(self, objects_detected):
for object in objects_detected:
# 1. If bus is seen
if object.type == "SCHOOL_BUS":
print(">> TARGET ACQUIRED: YELLOW BEHEMOTH")
# 2. Look for stop sign (pre-check)
bus_stop_sign = object.scan_component("STOP_ARM")
# 3. If bus slows, slow vehicle
if object.velocity < self.current_speed:
self.match_speed(object.velocity)
print(">> DECREASING VELOCITY. SYNCING...")
# 4. If yellow lights flashing, stop X meters behind
if object.lights.status == "FLASHING_YELLOW":
safety_buffer_meters = 20
self.hard_brake()
self.maintain_distance(object, safety_buffer_meters)
print(f">> HALTED. MAINTAINING {safety_buffer_meters}m GAP.")
# 5. Wait for stop sign to retract
# (Logic loop: Stay stopped while sign is OUT or lights are FLASHING)
while bus_stop_sign.is_extended() or object.lights.is_flashing():
self.wait()
# Optional: self.hum_jeopardy_theme_song()
# 6. Proceed normally again
print(">> THREAT NEUTRALIZED. RESUMING NORMAL NAVIGATION.")
self.accelerate_to_limit()
def match_speed(self, target_velocity):
self.current_speed = target_velocity
def wait(self):
pass # Do nothing. Just sit there.
# Main execution
driver_ai = SafeDriverProtocol()
while True:
driver_ai.monitor_road(s
reddit
AI Harm Incident
1765215389.0
♥ 5
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_nsystww","responsibility":"none","reasoning":"unclear","policy":"unclear","emotion":"indifference"},
{"id":"rdc_nsyw08x","responsibility":"none","reasoning":"unclear","policy":"unclear","emotion":"indifference"},
{"id":"rdc_nt0mk0s","responsibility":"distributed","reasoning":"consequentialist","policy":"unclear","emotion":"resignation"},
{"id":"rdc_nsyousp","responsibility":"company","reasoning":"consequentialist","policy":"liability","emotion":"outrage"},
{"id":"rdc_nszkbgk","responsibility":"none","reasoning":"consequentialist","policy":"none","emotion":"approval"}
]