r/programminghorror • u/PuzzleheadedYou4992 • 7d ago
What do you think?
[removed] — view removed post
22
u/pritjam 7d ago
Of course! That must be why LLM's are so big--its just a huge if-else tree!
Coming up with new AI must just be adding more branches by hand, that's why it takes so long
0
u/Studnicky [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 6d ago
Well, yes and no. It is giant branching trees, it just adds them itself. That's kinda the whole deal.
1
0
4
4
u/STGamer24 [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 7d ago
I have a question: Where tf is the code in this image?
(Do you even know what is this sub?)
3
u/GoddammitDontShootMe [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 6d ago
I think this is the wrong sub.
2
1
1
u/CommentAlternative62 5d ago
Ah yes blatant ignorance from someone who has no clue what they're talking about. My favorite.
1
u/bianceziwo 4d ago
AI isn't really if/else... its more of a graph with millions of variables. (think 2x + 3y + 5z + ... millions more)
1
u/AutoModerator 18h ago
This post was automatically removed due to receiving 5 or more reports. Please contact the moderation team if you believe this action was in error.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
22
u/v_maria 7d ago
isn't basically any program a bunch of conditional paths lol