logoalt Hacker News

tengbretsontoday at 1:37 AM1 replyview on HN

Admittedly, I have very little experience with LLM-assisted Python. However, based on the severe degradation in output quality I have seen from an LLM working with plain JavaScript as opposed to TypeScript, I can't imagine choosing to start a project in Python at the moment.


Replies

fwiptoday at 3:31 AM

It does seem like LLMs write better Python when told to use type annotations, especially when coupled with a linter.

show 1 reply