|
|
|
|
|
by xiphias2
37 days ago
|
|
I think Andrej Karpathy's quote summarizes well what all software engineers are going through: ,,you can outsource your thinking but not your understanding'' There's just no way to not generate much more amount of code with LLMs than we would do as humans, so well structuring code gets much more important than ever before. |
|
The skill is in making the LLMs reliably generate useful and pertinent streams of tokens. That takes work, reading the output, intuition, experience, rigor, real commitment to doing good work, not fall prey to being lazy, etc.