|
|
|
|
|
by maujun
373 days ago
|
|
Agreed. StackOverflow makes it easier not think and copy-paste.
Autocomplete makes it easier to not think and make typos (Hopefully you have static typing).
Package management makes it easier to not think and introduce heavy dependencies.
C makes it easier to not think and forget to initialize variables.
I make it easier to not think and read without considering evil (What if every word I say has evil intention and effect?) |
|
Abstractions are making you think of different things. They “hide” some detail and allow you to focus on something else. Of course, the abstraction has its price.
This is true for AI too. The price is the problem.