Interesting attempt, but if you care to do it much faster it's best to exploit its few-shots learning capabilities and break tasks into sub-tasks rather than trying to talk to it like a human being. That's how I taught it base -10. Here is the single prompt to solve rot13. It still has issues counting lengths. Prompt: a = uryyb pungtcg lbh fghq => [len(i) for i in a.split()] => [5, 7, 3, 4] => len(a.split()) => 4 =>…
a= Negvsvpvny vagryyvtrapr
=> [len(i) for i in a.split()]
=>
The solution should be "Artificial intelligence". It never gets it right.