Applying good ideas to Rescript documentation

On the documentation page for the Svelte framework, you can find an interesting section dedicated to LLMs (link)

In short, you can open in text form the entire documentation of the framework, which is very useful if you want to support yourself in the work of at least chatGPT (link)

Personally, I use it a lot - uploading to my own chat context containing the entire Svelte documentation strongly increased the quality of AI-generated responses.

+100% to developer experience :innocent:

Is it possible that the creators of Rescript documentation prepared an analogous subpage to make it easier for AI models to work with Rescript code?

4 Likes

That makes a lot of sense so I created an issue.

Everybody is free to contribute btw. :wink:

3 Likes

This is now implemented: LLMs | ReScript Language Manual

2 Likes

Hey @johnny.b.good, out of curiosity, how would you use this new LLM endpoint? In which workflow would you incorporate it?

1 Like

Hi, to start with I will definitely create a private instance of GPT chat, upload the documentation to it and see how the chat will handle the process of educating, answering questions and solving problems :wink: