Hi folks,
I've been experimenting with using Large Language Models (LLMs like GPT, Gemini, etc.) for Monkey C, and I'm getting mixed results.
I'm curious about the community's experience. Have you successfully used LLMs?? And which model seem to do better??
Specifically, I'm wondering about:
-
Generating reliable code (both whole/new project from scratch and adding to existing)
-
Debugging tricky issues
-
Upgrading to new SDK version. (e.g. the whole changing of variable typing from a while back)
-
Any prompting tricks you've discovered?