AI Patterns
Here I'm going to collect AI "patterns" I discover:
- Review by Translation. If code reviewing an unfamiliar coding language like Erlang, ask AI to translate it to a more familiar language like Python and review that.
- Script the Waiting. Have a long running job that needs monitoring but you don't want the AI to burn tokens while waiting for it to finish? Try asking AI to write a script to do the monitoring and run it in the background.
- Compile the Prompt. Instead of asking AI for an answer which is nondeterministic, ask AI for a program that will generate the answer which is deterministic and doesn't take tokens to run.




0 Comments:
Post a Comment
<< Home