|
|
|
|
|
by nuancebydefault
94 days ago
|
|
So you do not need a text editor anymore, the LLM writes everything? That is not my experience. My experience is that it is for sure much smarter than i am, but still i need to hand-hold it to ensure the code stays readible and the amount of code does not blow up in relation to the actual use case. It usually does not know enough about the actual problem space. It's also not so good at keeping the correct abstractions at the correct place of the code architecture. When not hand-holding, at a certain point the codebase becomes unmaintainable be human nor LLM. |
|
We still hand hold it a bit. If it makes a mistake we just tell it to fix the mistake or do it in a different way. It’s that good.