logoalt Hacker News

sroericktoday at 12:46 AM2 repliesview on HN

OCaml works incredibly well with LLMs.


Replies

phillc73today at 8:06 AM

Which models have you found work best with OCaml?

I also went through quite a process to select a language to work with LLMs[1] before settling on OCaml.

I am not unhappy with the choice and find it works quite well, with relevant skills loaded, but I am always interested in others’ experience and understanding what they’ve discovered works well.

[1] https://news.ycombinator.com/item?id=48105850

show 2 replies
Foobar8568today at 8:32 AM

LLM are string happy instead of using ADT with ocaml. That was my main pain point with it. Otherwise fairly happy, I would feel C#/.net core would be the best overall in term of language/platform.