Y
Hacker News
new
|
ask
|
show
|
jobs
by
ambicapter
43 days ago
LLMs don't actually semantically parse the error messages. They will generate the most likely sequence resulting from the error message based on their training data, so you're back to the training data argument.
3 comments
not2b
42 days ago
They process those error messages in the same way that they process your instructions about what code to generate. It is just more commands.
link
neutronicus
43 days ago
Perhaps the training data about what compiler diagnostics mean is particularly semantically rich training data.
link
Tarq0n
43 days ago
Of course they do, error messages get tokenized and put into the context window just like anything else. This isn't a Markov chain.
link