Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLM-friendliness #67

Open
mpizenberg opened this issue Sep 29, 2024 · 1 comment
Open

LLM-friendliness #67

mpizenberg opened this issue Sep 29, 2024 · 1 comment

Comments

@mpizenberg
Copy link
Owner

mpizenberg commented Sep 29, 2024

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.

@mpizenberg
Copy link
Owner Author

Just some resource worthy of read: https://llmstxt.org/

A proposal to standardise on using an /llms.txt file to provide information to help LLMs use a website at inference time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant