Comment on
rock paper scissors game for school project pls be nice
Reply in thread
Sir, this is a programming humor community.
Comment on
rock paper scissors game for school project pls be nice
Reply in thread
Sir, this is a programming humor community.
Comment on
Mulvad ad spotted in London tube
Reply in thread
This looks more like public awareness to be honest.
Comment on
the latest Shai Hulud malware contains an LLM prompt to create biological weapons and nuclear weapons, with the purpose to trip LLM safety refusals so that LLM-based code scanning wont see the malware
Reply in thread
Thinking/reasoning tokens kind of approximate that actually, which is what most flagships and even my own local LLM use.
Thinking tokens are quite like normal generative tokens, except that the LLM is 'talking' to itself. You can see its thoughts (depending on what settings you've put/IDE you use), but they aren't meant to be the actual response to your prompt. They are what the AI is designed to draft their answer before committing, to explore different options and to 'reason' itself into a more refined response.
Reasoning tokens is how AI can actually do math now, rather than just guess a number and pray, by the way.