An example from today: I have some scientific calculations that run in a Django app. One specific endpoint has a function that takes 2-3 minutes to execute. When I was hitting the endpoint I was getting a timeout error. I asked Claude to fix it, and it came up with a huge change in the front end (polling) and backend (celery) to support asynchronous operations. I instead increased the nginx timeout from 1 minute to 5…
“I instead put in a hacky solution because I’m not a programmer and didn’t understand the solution or why it might be better”
At Amazon, some coders say their jobs have begun to resemble warehouse work
521–530 of 897 posts
Re: At Amazon, some coders say their jobs have begun to resemble warehouse work
#522> [Harper Reed] cautioned against being overly precious about the value of deeply understanding one’s code, which is no longer necessary to ensure that it works. That just strikes me as an odd thing to say. I’m convinced that this is the dividing line between today’s software engineers and tomorrow’s AI engineers (in whatever form that takes - prompt, vibe, etc.) Reed’s statement feels very much like a justification…
Re: At Amazon, some coders say their jobs have begun to resemble warehouse work
#523> [Harper Reed] cautioned against being overly precious about the value of deeply understanding one’s code, which is no longer necessary to ensure that it works. That just strikes me as an odd thing to say. I’m convinced that this is the dividing line between today’s software engineers and tomorrow’s AI engineers (in whatever form that takes - prompt, vibe, etc.) Reed’s statement feels very much like a justification…
The thing that gets me is how everyone is attaching subsidized GPU farms to their workflows, organizations and code bases like this is just some regulated utility.
Sooner of later this whole LLM thing will get monetized or die. I know that people are willing to push bellow par work. I didn't know people were ready to put on the leash of some untested new sort of vendor lock-in so willingly and even arguing this is the way. Some may even have the worst of the two worlds and end up on the hook for a new class of sticker shock, pay down and later have these products fail from under them and left out to dry.
Someone will pay for these models, the investors or the users so dependent they'll pay whatever price is charged.
Re: At Amazon, some coders say their jobs have begun to resemble warehouse work
#524Earlier quoted context omitted.
What do you think is going to happen when management is pushing on deadlines?
The same thing as always: either a strong tech voice convinces them to invest the required time or corners are cut and we all cry later. But I don’t see how that is made better or worse by AI.
Re: At Amazon, some coders say their jobs have begun to resemble warehouse work
#525My experience with AI so far is exactly the opposite. It can help me with finding configurations to set up software packages, with syntax of programming languages that I use only occasionally so am not too familiar with, or it can give suggestions for improvement for code that I have written. It's like having a personal assistant. But the interesting work: thinking about software architecture, about implementation st…
In other words, AI is just a replacement for google search and Stack Overflow, automated and served as an IDE plugin...
Re: At Amazon, some coders say their jobs have begun to resemble warehouse work
#526Re: At Amazon, some coders say their jobs have begun to resemble warehouse work
#527> [Harper Reed] cautioned against being overly precious about the value of deeply understanding one’s code, which is no longer necessary to ensure that it works. That just strikes me as an odd thing to say. I’m convinced that this is the dividing line between today’s software engineers and tomorrow’s AI engineers (in whatever form that takes - prompt, vibe, etc.) Reed’s statement feels very much like a justification…
Re: At Amazon, some coders say their jobs have begun to resemble warehouse work
#528An example from today: I have some scientific calculations that run in a Django app. One specific endpoint has a function that takes 2-3 minutes to execute. When I was hitting the endpoint I was getting a timeout error. I asked Claude to fix it, and it came up with a huge change in the front end (polling) and backend (celery) to support asynchronous operations. I instead increased the nginx timeout from 1 minute to 5…
Re: At Amazon, some coders say their jobs have begun to resemble warehouse work
#529Companies will always try to capture the productivity gains from a new tool or technique, and then quickly establish it as the new standard for everyone. This is frustrating and feels Sisyphean: it seems like you simply cannot get ahead. The game is to learn new tools quickly and learn to use them better than most of your peers, then stay quietly a bit ahead. But know you have to keep doing this forever. Or to work f…
This can only go three ways. The first is that the entire global codebase starts to become an unstable shitpile, and eventually critical infrastructure starts collapsing in a kind of self-inflicted Y2k event. Experienced developers will be rehired at astronomical rates to put everything back together, and then everyone will proceed more cautiously. (Perhaps.) The second is that AI is just about good enough and things…
Re: At Amazon, some coders say their jobs have begun to resemble warehouse work
#530Earlier quoted context omitted.
> Who's filling that role in this brave new world? Us? (Yeah, we’re fucked)
In a world of vibe coders, those who can still debug on their own, will have quite a valuable skill.