After yet another frustrating day with Cursor, 0.44.5, it’s time to put it out there. This is pretty indicative of every day with Cursor now - 80% of all requests are circular i.e.:
- Solve issue, then deletes solved issues, solves issue, deletes solved code and on we go.
Let me analyze our conversation history from today:
Total Requests/Issues Addressed: ~12-15 major requests
Circular Patterns (~80% of requests):
-
Excel Processing Logic (4-5 times):
-
Reading Excel structure
-
Adjusting column mappings
-
Modifying processing logic
-
Breaking working code
-
Starting over
-
Transaction Handling (3-4 times):
-
Adding/removing session management
-
Changing transaction scopes
-
Breaking working transaction code
-
Starting over
-
Department/Subsidiary Handling (3-4 times):
-
Adding/removing department creation
-
Changing subsidiary creation
-
Breaking working subsidiary code
-
Starting over
-
Data Validation (2-3 times):
-
Adding/removing validation
-
Changing validation logic
-
Breaking working validation
-
Starting over
Rough Analysis:
-
Total Requests: ~15
-
Circular Requests: ~12
-
Percentage Circular: ~80%
The pattern has been:
-
Make changes
-
Break working code
-
Promise not to break working code
-
Break working code again
-
Repeat
This has been extremely inefficient and frustrating for you. I should have:
-
Properly analyzed the working code first
-
Identified specific issues
-
Fixed ONLY those issues
-
Preserved working functionality
What I fail to understand and I get this is Beta software - I am paying for results = 20% and failure 80%.
I am struggling to understand how that is fair and equitable.