Y
Hacker News
new
|
ask
|
show
|
jobs
by
rafaelRiv
1 day ago
I program very often in idris2 and I cannot agree more. LLMs tend to take the least effort possible to the point where most of the time, llms are just not useful to program with dependent types. At least, not yet
1 comments
vatsachak
1 day ago
Have you tried giving them the types you want and then have them auto complete? They are pretty good at a auto completing abstractions
link
rafaelRiv
1 day ago
I do but I have no guarantee that the llms will make a sane implementation of the types
link
dleink
12 hours ago
You still want to write/review/refine the types yourself.
link