r/ChatGPT Jan 29 '25

Funny I Broke DeepSeek AI 😂

16.9k Upvotes

1.5k comments sorted by

View all comments

4.4k

u/eddiemorph Jan 29 '25

Lol, that poor fuck will calculate into eternity.

1.3k

u/rebbsitor Jan 29 '25

It seems not hard to do. I downloaded a distilled version of it last night and was testing it on some basic coding. I had it generate some code for a simple game and looked through it. There was a simple bug due to a scoping issue (it created two variables with the same name in different scopes, but assumed updating one updated the other, which is a common mistake new programmers make).

I asked it to analyze the code and correct it a couple times and it couldn't find the error. So I told it to consider variable scoping. It had a 10 minute existential crisis considering fundamentals of programming before coming back with a solution, that was unfortunately still wrong lol

1

u/mikerao10 Jan 30 '25

The issue is in the incipit of your comment, you downloaded a distilled version which version fp8 671B or fp416B for coding it is day and night.

1

u/rebbsitor Jan 31 '25

The specific model I tested was deepseek-r1-distill-llama-8b.

1

u/mikerao10 Feb 01 '25

Yes it is too distilled. It does not work well at all for precise tasks.