← Back to context

Comment by karmakurtisaani

8 hours ago

> Well, what if one becomes unmaintained or has issues that only affect your project.

This happens, but very rarely compared to changes in your own code base. If a library breaks, you can usually find an alternative, but even in that case you need to know how to modify your own code.

The difference with generated code is that you are tasked to maintain the generated code.

> This happens, but very rarely compared to changes in your own code base.

I don't think this is true, but say we accept it.

> The difference with generated code is that you are tasked to maintain the generated code.

Is this a task that LLMs are incapable of performing?