Seth A. Robinson @rtsoft.com · Nov 1

Thought this was a cool example of using AI to do grunt work - See this image? (tiles from Mahjong Soul) For a research thing I needed to split it apart into individual pngs and name each one according to riichi mahjong notation. How would you do it? How long would it take?

9 likes 3 replies

?

Replies

iProgramInCpp · Nov 2

I don't think it can take much longer if you do it manually or with a Python script.

Yugge · Nov 3

Splitting them is a single imagemagick command. Naming them I could see AI be helpful with, but I don't think it would come close to five minutes just doing it manually.

Seth A. Robinson · Nov 1

Well, it took like 5 minutes! (using Claude 3.5 Sonnet) Write clear directions, have it write a python script, run it locally and yer done.