upvote
Went through something similar recently with database calls.

Co-pilot said something about having too many rows returned and had some complex answer on how to reduce row count.

I just added a "LIMIT 100" which was more than adequate.

reply
Can't this be solved with something like "Don't run any CI commands" in the AGENTS.md?
reply
Except for the times you do want it to run the CI.

LLM issues can often be solved by being more and more specific, but at some point being specific enough is just as time consuming as jumping in and doing it yourself.

reply