Raw LLM Responses
Inspect the exact model output for any coded comment.
Look up by comment ID
Random samples — click to inspect
G
Then yes, they could very plausibly coordinate to avoid being shut down — not be…
ytc_Ugy0V5-x4…
G
The only use i think it has is landscape generation (based on real landscapes no…
ytc_UgyHw2y0b…
G
Doesn't sound like Elons voice.
Moving on
im researching
How to disarm and/o…
ytc_Ugzj2px5P…
G
I love AI art as a form of entertainment and personal use. Using popular artists…
ytc_UgzS3lvXu…
G
”Better for disabled artists”… Like the guy who doesn’t have hands but holds the…
ytc_UgxhJ_I4B…
G
Why my man standing next to the AI shaking his head because the other AI says he…
ytc_UgwqHCQa2…
G
The Chinese builds a robot army. Robot army takes over China and their ai develo…
ytc_UgywBFAj5…
G
@AlanSanderson-p9r AI is not mere rule following. Trying to use rules to create …
ytr_Ugx6aCX8_…
Comment
https://youtu.be/G6GjnVM_3yM?t=424
Great Questions and Reminder for me to remember stuff better. Not a CS student.
I had to write down what i remembered while listening and watching this, Thank you for the questions!
I forbid myself to use ChatGPT when learning.
However, As I moved from python to C# and currently learning game dev.
I've used chatgpt, AFTER findng a solution to my problem, I ask chatgpt and see what the possible solution could've been like, and I THANK GOD i do it this way.
For Example, I am currently using a Sprite Shape renderer to move my player on a icey ground, my sprite was choppy, so i googled possible issue and found out how to fix it. Fix done. ChatGPT asked me to change my entire code, so for the fun of it, copy + paste to test it out.
Not only did it not work, it broke my project in ways i would have to spend hours to find the bug and issues. Because it was not my code
The Part of REPL, it's quite funny, as my teacher always called it Python shell. that threw me off @codingJesus!
So If i remember correctly, So a class is in the heap right? which is the memory.
However the variable x would be in a stack but the value would be in the heap.
The reason for the integer to be in heap, is because -5-256 are prellocated right?
Because we're technically re-using the ints.
List [ ] vs Tuple ().
Mutable vs immutable.
Both are similiar, however Lists are changable and tuples are not.
Tuples are hashable and Lists are not.
Also a reminder when writing a tuple (1,) we always need a coma for a tuple of size one. Cant remember the reason though!
Inheritance, would be a class that acts as a container for an object, that could be inherited by other classes.
Better too see it as Parent and child.
Imagine having a game with multiple hero, and each hero is different. But they carry the same functions, just differs per hero.name.
So
class Hero():
def speak(self):
print("I am Generic Hero")
class Ryu(Hero):
name = "Ryu"
def speak(self):
print(f"I am {self.name})
and to use it,
h = Hero()
h.speak ("Looser hero")
r = Ryu()
r.speak("Ryu")
youtube
AI Jobs
2025-10-20T09:4…
Coding Result
| Dimension | Value |
|---|---|
| Responsibility | none |
| Reasoning | mixed |
| Policy | none |
| Emotion | approval |
| Coded at | 2026-04-27T06:24:59.937377 |
Raw LLM Response
[
{"id":"ytc_Ugx8Ub486me0kKYrcdp4AaABAg","responsibility":"none","reasoning":"mixed","policy":"none","emotion":"approval"},
{"id":"ytc_UgxreUpl2C-R2u3JWch4AaABAg","responsibility":"user","reasoning":"deontological","policy":"none","emotion":"outrage"},
{"id":"ytc_Ugw4rhwzl7NlQe2fh8p4AaABAg","responsibility":"none","reasoning":"virtue","policy":"none","emotion":"approval"},
{"id":"ytc_UgzmaEJG6STQBnhdr8B4AaABAg","responsibility":"distributed","reasoning":"consequentialist","policy":"none","emotion":"resignation"},
{"id":"ytc_UgyfIsO5ac0pvORwp-l4AaABAg","responsibility":"company","reasoning":"deontological","policy":"none","emotion":"indifference"},
{"id":"ytc_Ugx_toKNeGFrXfnnOtx4AaABAg","responsibility":"user","reasoning":"virtue","policy":"none","emotion":"outrage"},
{"id":"ytc_Ugz1oGhfovWhUdZ4MGV4AaABAg","responsibility":"ai_itself","reasoning":"deontological","policy":"ban","emotion":"outrage"},
{"id":"ytc_UgySzez6PocyLUWNCmF4AaABAg","responsibility":"user","reasoning":"deontological","policy":"none","emotion":"approval"},
{"id":"ytc_UgwOfUzc7VxUfLs3HV94AaABAg","responsibility":"distributed","reasoning":"mixed","policy":"none","emotion":"resignation"},
{"id":"ytc_UgxkEBKjU4OYmCSarxN4AaABAg","responsibility":"none","reasoning":"mixed","policy":"none","emotion":"mixed"}
]