top | item 45922536

(no title)

crypto_is_king | 3 months ago

Interesting, wishing you success.

What are your experiences with the debugging hell loop when the ai agent gets lost?

How do you avoid that or get baxk on track?

discuss

order

ahaucnx|3 months ago

Different strategies.

- sometimes when it’s lost, just roll back. Commit very often. Sometimes it’s getting lost on simple and easy features - very unexpectedly.

- prompt regularly to review the architecture and clean up the code, check for specific things like code repetitions, error handling etc.

- keep an eye on the code yourself. At least on the general architectural side, and review complex code areas by hand

- ask always for larger features to make a plan first. Review the plan carefully. Only when the plan is ok, ask it to start coding.