▲ | woodruffw 5 hours ago | |||||||
> If I sniff something is off, I start Googling for reference code, large projects in that language, etc. This works so long as you know how to ask the question. But it's been my experience that an LLM directed on a task will do something, and I don't even know how to frame its behavior in language in a way that would make sense to search for. (My experience here is with frontend in particular: I'm not much of a JS/TS/HTML/CSS person, and LLMs produce outputs that look really good to me. But I don't know how to even begin to verify that they are in fact good or idiomatic, since there's more often than not multiple layers of intermediating abstractions that I'm not already familiar with.) | ||||||||
▲ | fc417fc802 3 hours ago | parent [-] | |||||||
> and I don't even know how to frame its behavior in language in a way that would make sense to search for. Have you tried recursion? Something like: "Using idiomatic terminology from the foo language ecosystem, explain what function x is doing." If all goes well it will hand you the correct terminology to frame your earlier question. Then you can do what the adjacent comment describes and ask it what the idiomatic way of doing p in q is. | ||||||||
|