Hacker News new | ask | show | jobs
by verdverm 147 days ago
Generally seems a bad idea to have your LLM write languages you do not understand or write yourself
1 comments

Doesn’t that apply to the OP as well?
Yes, I'm not going to fill my precious context with documentation for a programming language

This seems like a research dead end to me, the fundamentals are not there

It seems kind of silly that you can’t teach an LLM new tricks though, doesn’t it? This doesn’t sound like an intrinsic limitation and more an artifact of how we produce model weights today.
getting tricks embedded into the weights is expensive, it doesn't happen in a single pass

they's why we teach them new tricks on the fly (in-context learning) with instruction files

Right, it sounds like an artificial limitation.
it's more a mathematical / algorithmic limitation