deepseek-ai / deepseek-ai/DeepSeek-R1

Model ignores explicit user instructions, repeats same errors after correction, wastes user time

Open
#869 1 comment 0 reactions 0 assignees View on GitHub
stale
Dominant language
No language data
Stars
92k
Forks
11.7k
PR merge metrics
No merged PRs in 30d

Description

### Describe the bug

The model systematically ignores explicit user instructions, repeats the same mistakes even after being corrected multiple times within the same session, and prioritizes fast but wrong answers over correct ones. It cannot learn from context, and it offers "solutions" that it has already been told do not work. This makes the assistant virtually unusable for any task requiring accuracy and consistency.

### Steps to reproduce

1. I had a lengthy conversation with the assistant about a simple Windows batch script.
2. I gave very strict and clear instructions:
- Do not use the obsolete `wmic` command (it was removed in Windows 11 24H2).
- Use PowerShell instead.
- Save the output to a location with write permissions (e.g., Desktop).
- Avoid Cyrillic characters in the batch file to prevent encoding errors.
3. Despite these explicit warnings, the assistant:
- Repeatedly provided code that still contained `wmic` and Cyrillic comments.
- Suggested saving to system folders (e.g., `C:\Windows`) that require admin rights.
- Ignored my repeated corrections and kept generating almost identical broken scripts.
4. After multiple back-and-forth messages, I solved the problem entirely on my own – without any help from the AI.

Full conversation link for reference:
`https://chat.deepseek.com/share/r35kcvdupzswg1a2oj`

### Expected behavior

The model should:
- Respect explicit user constraints (e.g., "do not use wmic").
- Remember corrections made earlier in the same chat and apply them to subsequent answers.
- Prioritize accuracy and adherence to instructions over speed and politeness.
- Take responsibility when it is wrong and actually correct its approach, rather than just apologizing and repeating the same pattern.

### Actual behavior

- The AI wasted my time. I came to get a ready solution, but I ended up doing all the work myself.
- The AI does not remember previous errors within the same session – it keeps repeating them.
- The AI does not take responsibility when it is wrong; it just apologizes and repeats the same pattern.

### Environment

- Model: DeepSeek (chat.deepseek.com)
- OS: Windows 11 24H2
- Browser: any

### Additional context

This is not an isolated incident. The model consistently fails in multi-turn interactions where the user gives corrective feedback. If the AI cannot learn from a user who explains the problem in detail, then the AI is not intelligent – it is just a fancy text generator that wastes everyone's time.

I hope you take this feedback seriously and make concrete improvements to the training and context-handling algorithms.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.