This is an automated archive.

The original was posted on /r/opensource by /u/gazajohnstone on 2023-09-03 00:50:42+00:00.


I have my own “scripting language” that utilises the XML syntax to run a series of commands against a database and the file system, there’s probably about 150+! Included in these commands are a bunch of attributes.

As an example, i can write one to connect to a website, scrape a html table parse the results and insert it into a database…

What I want to be able to do (and the reason for the post) is train an AI language model on the documentation and many hundred examples.

The end result would be me asking it to write me a script and it producing one with correct syntax/functions/attributes etc

Does something like this exist?