by lofties on 5/24/23, 2:15 PM with 1 comments
by verdverm on 5/24/23, 6:13 PM
I've written a tool to go from declarative config to code: https://github.com/hofstadter-io/hof
We are using LLMs to write the JSON or Yaml part to be the input to hof, which can now interface with OpenAI and Google models directly now. This opens up the possibility to have modules for code gen'n anything with an LLM interface with all the prompts packaged along side it
There are interesting intersections of LLM and declarative code gen for sure!