|
|
|
|
|
by jackdoe
147 days ago
|
|
a program is function of the programmer, how you code is how you think. that is
why it is really difficult, even after 60 years, for multiple people to work on
the same codebase, over the years we have made all kinds of rules and processess
so that code written by one person can be understood and changed by another. you can also read human code and empathise what were they thinking while writing it AI code is not for humans, it is just a stream of tokens that do something, you need to build skills to empirically verify that it does what you think it does, but it is pointless to "reason" about it. |
|