(no title)
lewdev | 1 year ago
I've used Cody and Copilot and it just gets in the way because I know exactly what I need to write and neither really helped me.
lewdev | 1 year ago
I've used Cody and Copilot and it just gets in the way because I know exactly what I need to write and neither really helped me.
kshitij_libra|1 year ago
However as I was researching, there are a few interesting ideas in this space that might help these LLM's solve more complex problems in the future. Post here if interested: https://kshitij-banerjee.github.io/2024/04/30/can-llms-produ...
theshrike79|1 year ago
When I'm creating a CRUD API I know exactly what I want, I know exactly how it should look like.
Do I want to spend 15-30 minutes typing furiously adding the endpoints? No.
I can just tell Copilot to do it and check its work. I'll be done in 5 minutes doing something more engaging like adding the actual business logic.
widgeyboy|1 year ago
Like you say, it makes the most sense repetitive or easy tasks.
pdimitar|1 year ago
Checking other entities' code is not trivial and very error-prone.
I get what you're saying but I have my doubts if me doing the whole work manually would be slower than asking an assistant + doing an extensive code review.
TaylorAlexander|1 year ago
DoingIsLearning|1 year ago
piva00|1 year ago
I've been toying around with embedded development for some art projects, it was invaluable to have a kickstart using LLMs to get a glimpse of the knowledge I need to explore, get some useful quick results but when I got into more complex tasks it just breaks down: non-compiling code, missing steps, hallucinations (even to variables that weren't declared previously), reformatting non-functioning code instead of rewriting it.
As complexity grows the tool simply cannot handle it, as you said it's a good sparing partner for new territory but after that you will rely on your own skills to move into intermediate/advanced stuff.
eterevsky|1 year ago