Simple & Massive Improvement Suggestion: Headless & Efficient Error Debugs:

Hey team,

Here is a very easy and impactful improvement suggestion. The issue is that cursor is flying blind 90% of the time.

Tell a cheap small model LLM to add efficient debug statements to understand the users problem at runtime and run it in a headless VS Code window. Summarize the debugs and feed them to the problem solving LLM.

With the runtime context (not flying blind), the code suggestions will improve by order(s) of magnitude.

Thanks,
Andres

P.S. You can test it out: “First analyze the problem using efficient debug statements” after that, provide the logs to the model and ask it to solve the problem.