Live data from Hacker News

Amazon workers under pressure to up their AI usage are making up tasks

fastcompany.com

11–20 of 450 posts

Re: Amazon workers under pressure to up their AI usage are making up tasks

#13

Like six months ago we got a presentation from an AWS guy on the AI tooling available and how it fit with our particular use cases. At one point seemingly out of nowhere he pointed out on his screen share "Look at how many tokens I've used this month. I run so much Opus." It was a number that was offensively large. I remember thinking "That's a really odd flex, this crap is so expensive the fact that you use so much…

I notice a lot of Cursor's suggestions are just stuff a linter should auto-fix.

But if you hit "tab" it'll claim that as an AI-edited line, LOL.

(A lot of the rest of it is stuff I could already have been doing just as fast if I'd ever bothered to learn to use multiple cursors, learned vim navigation, or set up some macros—I never did because my getting-code-on-the-screen speed without those has never been slow enough to hold anything up, in practice)

Re: Amazon workers under pressure to up their AI usage are making up tasks

#14
post #2

I've done similar at my job where management wants us to use all of our tokens before they expire. I usually set it to documentation tasks and other minor tasks just to eat up tokens.

There's really no end to dot-language diagrams you can have it make. Call graphs, package dependency maps, let it try to figure out an architecture diagram, whatever.

Re: Amazon workers under pressure to up their AI usage are making up tasks

#15

Like six months ago we got a presentation from an AWS guy on the AI tooling available and how it fit with our particular use cases. At one point seemingly out of nowhere he pointed out on his screen share "Look at how many tokens I've used this month. I run so much Opus." It was a number that was offensively large. I remember thinking "That's a really odd flex, this crap is so expensive the fact that you use so much…

I think you'll find that a lot of big investment companies are buried to the hilt in a lot of tech companies and also OpenAI and Anthropic. So you can do the math on where the directive is coming from and why it's not particularly careful or measured.

Re: Amazon workers under pressure to up their AI usage are making up tasks

#17
Not just Amazon, too. It feels like all of big tech (and some smaller firms) have simultaneously gone insane. Imagine if your CEO woke up one day and told the company: "We need to encourage travel spending. Please book as many business trips as you can, and spend as much money as possible. Fly first class to our satellite offices! Take limos instead of Ubers! Eat at fine restaurants! Make sure you are constantly traveling. In fact, we are going to make Travel Spending part of your annual performance review: If you don't spend enough on business travel, you'll get a low rating!"

We are living in a totally bonkers time.

Re: Amazon workers under pressure to up their AI usage are making up tasks

#18
I have colleagues at prime video who consult AI the way medieval clerks once consulted omens, generating entire chains of speculative labor after ritual examinations of any of their given codebases. no real or new initiatives / innovations are being pushed forward, and thats rumored to be happening in other departments as well.

Re: Amazon workers under pressure to up their AI usage are making up tasks

#19
This is what I do. I tell AI to go through every file in my project, identify up to 10 bugs per file, and then write the markdown with the name of the file plus "bugfix". This takes about 2 hours. Then I delete all the files with the suffix "bugfix" and then do it again.
Post reply on HN