Jon Aquino's Mental Garden

Engineering beautiful software jon aquino labs | personal blog

Friday, July 17, 2026

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.