how to automate anything with AI:
copy this prompt. paste it into any AI agent. watch it work:
1. I want to automate [describe the task]. Build the dumbest version that works. No libraries. No frameworks. Just make it run.
2. Here's what went wrong: [paste the error or bad output]. Fix it. Explain what caused it so I learn too.
3. Now add a self-check. After every run, audit the output. If something looks off, log it and suggest a fix automatically.
4. Optimize the cost. Use an expensive model only for decisions. Use a cheap model for monitoring. Use free logic for execution.
5. Log everything. Every run, every result, every failure. I want a full audit trail so I can paste any problem back to you and you fix it in one shot.
6. Schedule it. Set this up to run [every 15 min / every morning / on trigger] without me touching it. Make it autonomous.
i used this exact framework to build a trading bot with 411 wins, a morning briefing system, and 3 other automations. total code i wrote: 0 lines.
the skill isn't coding. it's knowing what to delegate.