Why can some models write and modify files while others can't?

Just trying to understand why some models like Deepseek r1 can’t write files but others like Sonnnet 3.7 can. Is this a setting somewhere, or a prompt I need to provide the AI so it knows?

some models are trained better for tool usage or specifically work better in the cursor environment. you can always attempt to write rules, but at baseline, it may make absolutely zero difference.

you’ll have to settle with the models that are specifically recommended for agentic mode in the environment.

happy hunting

2 Likes

it depends on what the modal was made for

1 Like

Here you can see that agent is supported and can be edited deepseek is not supported and can only ask

3 Likes

DeepSeek can definitely write files, but it may not work great in the Agent mode, as it has to function in a certain way to work in Agent mode, and the DeepSeek models have not had the right training to work well in this way.

In manual mode, they should work great!

2 Likes

This ^
You can rely on raw command or powershell scripting outside of agent mode, and DeepSeek can manage that way decently. Its just not good with Cursors native tool usage as of yet.