

Archived versions of Reddit pages haven’t worked for a while now. You can find snapshots listed, but when you try to load them, the comment section is empty.
Archived versions of Reddit pages haven’t worked for a while now. You can find snapshots listed, but when you try to load them, the comment section is empty.
Written with a lot of “help” from Claude Sonnet 4 LLM
Thanks, but no thanks.
I’m all for showing and discussing personal projects, but I don’t see what meaningful discussion we could have over something taken out of a black box.
An article brought to you by the leading authority on cutting-edge computer science research: BBC.
the guardian, a respectable centre-left news organisation
I don’t think The Guardian hasn’t been centre for at least 5 years now. It used to be a respectable news origanisation, yes, but today the vast majority of their articles are opinions posts.
Could you give some examples of things that worked for you on Windows but couldn’t port over to Linux? I’m interested if they’re related more to games or just using Linux in general.
Not necessarily. Yes, a chain of thought can be provided externally, for example through user prompting or another source, which can even be another LLM. One of the key observations behind these models commonly referred to as reasoning is that since an external LLM can be used to provide “thoughts”, could an LLM provide those steps itself, without depending on external sources?
To do this, it generates “thoughts” around the user’s prompt, essentially exploring the space around it and trying different options. These generated steps are added to the context window and are usually much larger that the prompt itself, which is why these models are sometimes referred to as long chain-of-thought models. Some frontends will show a summary of the long CoT, although this is normally not the raw context itself, but rather a version that is summarised and re-formatted.