Writing code by hand and managing the mental model of its execution and architecture is one of the few remaining joys of my day job, apart from delivering a good product people want and use and being helpful. Even the small things, the tedious chores of refactoring or scaffolding that initial bit of CRUD boilerplate are steps that matter to me. The callouses matter. The tedium matters. These moments of pain and drudgery inform me on what to do differently next time in a way I worry I would not appreciate otherwise, were specific tools thrust upon me.I remain because I remain hopeful the pendulum will swing the other way someday.
teeray|1 day ago
__mharrison__|1 day ago
layer8|1 day ago
bendmorris|1 day ago
I believe and hope eventually we'll come around to valuing people who have put in the work - not just to understand and review output but to make choices themselves and keep their knowledge and judgement sharp - when we fully realize the cost of not doing so.
Kye|1 day ago
Of course, having learned a few languages, understanding data types, knowing to prompt it for idiomatic code and check against best practices, etc is vital to being able to do that. The basic skills need to be developed even if not everyone gets the same value out of being able to write code.
JTbane|1 day ago
iaaan|1 day ago
bwestergard|1 day ago
I've found that I reach for Copilot most often when working on frontend javascript code. Will the incentive to improve the frontend libraries, browser standards, etc vanish now that LLMs let us avoid some of this pain?
jmalicki|1 day ago
This could even happen through accidental evolution - a framework that is easier on an LLMs context window results in more successful projects, which results in more training data, which results in LLMs being even better at it.
Thanemate|1 day ago
If I don't solve math problems I won't understand how to solve them, no matter how many times I see videos of people solving similar problems. This is what LLM usage early on will ultimately lead to, and anyone who will claim "oh, by the time I'll be senior the LLM's will be much better than me" only proves my point.
whatever1|20 hours ago
Did I ever feel joy from trying to figure out the api of an obscure plotting library? No. And thankfully I never have to do it again.
slekker|1 day ago
mold_aid|1 day ago
Yeah nicely said.
zzzeek|1 day ago
throwdbaaway|1 day ago
(Big fan of SQLAlchemy)