Writing PyHamilton Script with AI

Since PyHamilton is a pure-text interface with pretty simple semantic rules, you can use an AI like gpt 3 to write code for you. All you have to do is give it some basic training data like “here is a script that does verbal description of script” with a script for a few examples. Then, you give it just the verbal description and let it figure out the script itself.

Here is a very basic example using GPT-3

3 Likes