logoalt Hacker News

dnauticstoday at 3:39 PM1 replyview on HN

I don't think LLMs benefit from having code properly typed (at the call definition). It's costly to have to check a possibly remote file to check. The LLM should be able to intuit what the types are at the callsite and elixir has ~strong conventions that LLMs probably take advantage of


Replies

baseonmarstoday at 4:24 PM

llms benefit greatly from feedback and typing/type errors are one of the fastest and easiest methods of feedback to give to an llm.

show 1 reply