I had an interesting idea which i would like to discuss, and I’m interested in what peoples opinions are.
Currently in workshop, you’re able to view the JSON file of the workshop you created by editing the URL and changing ‘edit’ to ‘ view’ or something like that. This allows you to export the json file and do whatever you would like.
I had an interesting idea, where if you made it possible to edit this raw json file, you could use chatgpt or any other llm, and teach it how to make workshops, and use AI to generate workshops if you prompt it correctly.
I was interested in what peoples opinions were on this.
This sounds interesting, but I couldn’t replicate it. I tried changing “edit” to “view” or “json” in the URL. Can you please verify that field in the URL?
Thanks for sharing this tip of exporting workshop json file. I have a similar idea. One of our tasks is creating many similar modules in workshop based on forms in our existing system. Manually creating different forms is not only time consuming but also prone to error (mistakes during copying and pasting entry names and variables etc.) So far, our idea is to figuring out the json structure of some primary widgets, like string selector and then generating json based on that structure and screenshots of our existing system using LLM, and pasting the json in the workshop using the paste button. Not sure if there are other faster/better ways to generate workshop from json.