Ask HN: Why do AI code editors suck at closing tags?
8•cryptography•17h ago
Comments
cyanydeez•2h ago
Context favors the newst tokens. To get closing tages means to find much older tags.
HTML is simply oppositive with LLMs favoring the next token based on the just made.
nextaccountic•1h ago
There must be some interface for LLMs tocdeal directly with the tree structure of programming and computer languages. Like, something similar to Emacs paredit interface, but for arbitrary languages
cyanydeez•2h ago
HTML is simply oppositive with LLMs favoring the next token based on the just made.
nextaccountic•1h ago