Y
Hacker News
new
|
ask
|
show
|
jobs
by
jayd16
443 days ago
Why not just use a language with checked nullability? What's the point of an LLM using a duck typing language anyway?
1 comments
aSanchezStern
443 days ago
This post actually mostly uses the subset of Python where nullability
is
checked. The point is not to introduce new LLM capabilities, but to understand more about how existing LLMs are reasoning about code.
link