You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Large Language Models (LLMs) are all the rage in the programming world. Some models like Claude 3 Sonnet are reaching capabilities making them very useful for scaffolding code, especially Elm code, which is simple, verbose, and strongly typed.
I remember reading that some of these models can take specially formatted files with concentrated knowledge of a language syntax, and a library API to help it make extra useful. I’m especially hopeful that With the amount of documentation with have and the simplicity of Elm, we can make elm-cardano an extremely LLM-friendly framework.
It would be super fun and useful to explore this.
The text was updated successfully, but these errors were encountered:
Large Language Models (LLMs) are all the rage in the programming world. Some models like Claude 3 Sonnet are reaching capabilities making them very useful for scaffolding code, especially Elm code, which is simple, verbose, and strongly typed.
I remember reading that some of these models can take specially formatted files with concentrated knowledge of a language syntax, and a library API to help it make extra useful. I’m especially hopeful that With the amount of documentation with have and the simplicity of Elm, we can make elm-cardano an extremely LLM-friendly framework.
It would be super fun and useful to explore this.
The text was updated successfully, but these errors were encountered: