Raw LLM Responses
Inspect the exact model output for any coded comment.
Look up by comment ID
Random samples — click to inspect
G
Even if A.I. itself doesn't initiate nuclear war, we're basically at the mercy …
ytc_Ugz3itKSX…
G
Many Greedy business leaders see AI as replacement and cost saving more than a t…
ytc_UgzNOpy6Q…
G
@greenaum It's not a "popular" explaination it is literally the truth. A languag…
ytr_UgxnduCsu…
G
It would seem that there will need to be a disclaimer added: 'This was created …
ytr_UgwU3WzFZ…
G
11:43 ask this to any corporation or business as that is their exact mindset, th…
ytc_UgxCyT1bI…
G
We can not prove that we are not in a giant computer simulation.. If you are you…
ytc_UgiPFrZsB…
G
The fear is not necessarily that AI will develop its own malicious consciousness…
ytc_UgwGOADyg…
G
Something like this (but not in this extent) is happening in the Balkan region a…
ytc_Ugww2TRpW…
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"}
]