Claude Code continues to impress me everyday......
I have this n8n workflow running, which started failing from yesterday, because my
@AnthropicAI API balance was exhausted.
I only realized this today, and it had already failed like 100 times.
Since
@n8n_io doesn't have a bulk retry feature, it would have been exhausting to retry all 100 by myself.
I asked Claude Code about it and all it asked me was the API key and the URL of my automation.
I gave it, accepted a few permissions and went away.
By the time I was back, Claude Code:
- Built a script to fetch all the errors.
- n8n didn't accept one of the parameters.
- It rewrote the script and ensured everything works.
- It accounted for things like rate limit between my connected nodes, and ran the script until 115 executions were retried and succeeded.
- It reconfirmed every "queued" retry to ensure it completed successfully.
- Asked me to rotate my API key upon completion.
It gave me a complete report and even asked me if I want to keep the modified script for later use.
The efficiency, self-learning and adaptation to the error, and persisting until everything is completed, as well as verifying everything, is basically something I wouldn't even be sure of, if I'd done it myself.
Not to mention all the wasted time I'd have retrying all the executions, through n8n's interface which is notoriously bad at this if you have anything above 10 retries.
Claude Max ($200 plan) is currently the highest ROI product available in the market.