Is anyone aware of any papers on LLM assisted code generation inside a visual programming environment? I've only seen one. I'm going to be doing some experiments later this month, and I don't really know the state of the art.
👀 1
Jason Morris
01/07/2024, 8:59 AM
https://ebooks.iospress.nl/volumearticle/65584 is the one I have seen, which won best paper at JURIX last month And I only found that because it was domain specific to law. All my google-fu has failed me.
m
Mariano Guerra
01/07/2024, 10:22 AM
this probably applies?
https://www.youtube.com/watch?v=eqfmDztQv6I▾
❤️ 2
👀 1
c
Cole
03/20/2024, 11:04 PM
@Mariano Guerra this is awesome! I have some explorations with AI that are drawn in a similar way as GlooData. Does it infer structure and meaning purely from the JSON? Does it look up capabilities that can be applied to the data somehow?
m
Mariano Guerra
03/21/2024, 12:30 PM
each top level block does a different trick to get the information it needs (I think that's your question)
👍 1
Mariano Guerra
03/21/2024, 9:10 PM
@Cole for example the schedule block ask for a cron expression and parses it
👀 1
c
Cole
03/21/2024, 9:12 PM
I’ll need to rewatch your demos to start to parse that approach @Mariano Guerra
m
Mariano Guerra
03/21/2024, 9:13 PM
the meta trick is to ask for somethig in a structured format that is well represented in the trainning set