Ask HN: Why do AI code editors suck at closing tags?

9 points

cryptography

a day ago


4 comments

geldedus 11 hours ago

They don't. Use better tools

cyanydeez 13 hours 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 12 hours 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