How to efficiently use cursor to develop small tools?

The automatic writing and code completion function of cursor is simply amazing for people who don’t understand languages such as Python. I have used it to develop several Excel tools for Windows, greatly improving some work efficiency.
However, what is troubling is that Cursor’s large model often exhibits the following infuriating incidents:

  1. Repeatedly encountering low-level errors, even if you ask it to carefully check the code, there will always be low-level errors such as’ forgetting to modify variable names’, let alone the situation where the original error is corrected and a new error appears.
  2. Multiple instances of false death without automatic error correction function. A command to think for a day, and if you don’t stop, he keeps thinking. I don’t know if the thinking process consumes my traffic.
  3. The prompt function is not yet complete, for example, for annual fee members, there is no prompt when using other charging models, and they only know when there are several dollar transactions in their credit card bills next month.
  4. The multi language version is not yet perfect, and some interfaces do not support the user’s native language.
    I hope that cursor can support more powerful models and provide more comprehensive support.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.