jonny (leachate composite form) @jo.nny.rip · Apr 18

One thing that might help is proper LSP tooling, but the LLM can't really manage or call an LSP well and the tool is pure garbage - e.g. the prompt tells the LLM to use the global symbol lookup wrong, so its just hardcoded to return all symbols

13 likes 1 replies

?

Replies

jonny (leachate composite form) · Apr 18

In my experience, even if I tell it explicitly to use an LSP tool, it will try, fail, and resort back to grepping and globbing likely names. It most often confidently asserts that some symbol doesn't exist or makes up an excuse to re-implement it anyway. I strongly doubt this is a solvable problem