|
|
|
|
|
by Incipient
321 days ago
|
|
Does anyone have some resources for how "agentic coding" should be set up? Even doing small functions with vscode copilot, possibly due the lack or quantity of, the context in passing it seems to be very poorly understood - and loses either the big picture, or the details. That is if I give it -
> a high level task, it leaves things like unauthenticated endpoints, end to end flow that's vaguely right but broken at various steps, fails to utilise existing code and creates duplication/spaghetti, etc
> a specific 'make this function" request, it fails to appreciate the overall situation of that function and how it needs to interact with the codebase, which builds what feels like inflexibility when trying to iterate or immediately-felt tech debt. Note, I haven't found a way to do purely "agentic coding" in vscode with copilot. |
|