Raw LLM Responses
Inspect the exact model output for any coded comment.
Look up by comment ID
Random samples — click to inspect
G
Hearing Vance or most people talk about AI is like smacking a rock against your …
ytc_Ugx1hYmoo…
G
AI certainly does way more good than bad. like for marketers, Lemon AI makes ad …
ytc_Ugxv_w7H5…
G
Since the new update it does that less but then it goes "You feel..." Dude robot…
rdc_o8qlxrx
G
@J@JustTryingToGetAYTPlayButtonThats debatable. I know we understand what it rou…
ytr_UgwOw_CGI…
G
We don’t need humans to make humans anymore. Soon AI robots will have humans as …
ytc_UgzAKVZso…
G
I once asked ChatGPT to write clues for Jeopardy and provide sources for its clu…
ytc_UgywRKSwF…
G
Introvert artist and animator here, i just started advancing on this carrer and …
ytr_UgzTynx5C…
G
I’d definitely want a robot nurse once they can do a better job. Less infection,…
ytc_UgzjV37ln…
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"}
]