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

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.