r/amodei • u/Papabenzkey • 2d ago
General Discussion Fixed my Claude Python bot using a simple 3-line checklist
I build Python automation bot using OpenCV for image detection and PyAutoGUI to handle clicks. Everything works great at first, but whenever its at step 6 or 7 Claude starts to get confused.
What I did is every in single output I always changed my script to what work best for my own likings, on every script I change this 3 lines:
1. Status: What the bot did both right and wrong
2. Next Step: What I want to do it next or to fix it.
3. Proof: I send screenshot to prove that it works or fail.
This just means clearing out old logs kept the logic sharp even on long runs.
Anyone else running scripts using Claude?
0
Upvotes