Search Results

Found 2 results for "6a8eb5130383eab3e41de6aae9f7d237" across all boards searching md5.

Anonymous /tg/95869889#96021187
7/6/2025, 1:35:05 AM
>>96020352
>>96020975
chatgpt is not true "AI" in that it doesn't really "think". it's just an advanced form of markov chain generator, which have existed for ages. While useful for language-based tasks, ones requiring strategy that doesnt inherently use natural language are very challenging for modern "AI" implementations.

Ironically, even for math tasks, it sometimes fucks up because it doesn't actually do the math -- it looks at the likelihood of certain numbers/phrases appearing so it does math about as well as the average writer in its data set. Which is to say, not very well, and probably providing meme answers to certain questions.

You would really have to build and train your own local model for it, but at that point, you may as well just figure out the actual rules and math/logic of the game similar to writing a chess bot or similar.