Raw LLM Responses
Inspect the exact model output for any coded comment.
Look up by comment ID
Random samples — click to inspect
G
The lobbyist for the big companies would use Ai to write the bills that they gi…
ytr_UgycuOf9i…
G
@RazorbackPT Tell us you don't get the point and are cooked by ai rhetoric and b…
ytr_UgxwuAol1…
G
This just fuels the fear for change. Self-driving cars are coming and you better…
ytc_Ugx-hEmD1…
G
Maybe I’m horribly wrong but I’m not worried about my career in civil engineerin…
rdc_mxzdptw
G
Jack‘s Wasted Life
Well I would think he wouldn’t need to isn’t that the purpos…
ytr_UgyV019ty…
G
I actually dont know why youtube recommended me this, as art is quite far away f…
ytc_Ugw-mbdV4…
G
I love how he can just tell ChatGPT that there's a drowning child in front of hi…
ytc_UgzskSeiN…
G
Humans don’t innovate because they’re the best at it.
Humans innovate because it…
ytc_Ugycxj-H_…
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"}
]