Y
Hacker News
new
|
ask
|
show
|
jobs
by
anticensor
340 days ago
Idea: feed the language model the parse tree instead of the textual sequence.
2 comments
gabiteodoru
335 days ago
Yep, that's exactly what my MCP server is doing -- write in a Python-like language (I called in Qython), parse into AST tree, write the q code.
link
wat10000
339 days ago
Might help. You could also allow it to output edits instead of just a sequence. Probably have to train it on edits to make that work well, and the training data might be tricky to obtain.
link