Earlier quoted context omitted.
Alexa does seem like it has fantastic potential. To throw so many resources at it with so little result seems like an incredibly massive failure of management.
I think Siri and Alexa are simply at the end of their roads. To move Siri and Alexa ahead, we'd need a general AI so powerful, it would change the whole world. I wonder if, within my lifetime, it will be possible to tell a digital assistant to "order all the ingredients I need to bake the cinnamon buns as detailed in the cinnamon bun baking video I watched last month with the Chinese lady that doesn't have an accent"…
Amazon confirms corporate staff cuts that could hit 10k employees
91–100 of 292 posts
Re: Amazon confirms corporate staff cuts that could hit 10k employees
#92Both are bets to create a new platform as they feel threatened by Apple & Google's dominance on mobile.
Meta should take note. Alexa is widely adopted (# of devices) but has little engagement and still hasn't broken outside of the most primitive use-cases (play music, remind me, etc)
Re: Amazon confirms corporate staff cuts that could hit 10k employees
#93Alexa is to Amazon what Metaverse is to Meta. Both are bets to create a new platform as they feel threatened by Apple & Google's dominance on mobile. Meta should take note. Alexa is widely adopted (# of devices) but has little engagement and still hasn't broken outside of the most primitive use-cases (play music, remind me, etc)
Re: Amazon confirms corporate staff cuts that could hit 10k employees
#94I found this comment from an anonymous tech industry insider interesting: "Amazon is very, very bloated. So there's lots of people there but they're not providing a lot of value so they're first on the chopping block." This is counter to what I have heard about Amazon, which is that it is a ruthless environment where low performers are stack ranked out of the company. Does anyone have any insight?
You can be asked to dig holes and close them up again - a completely useless work and you can be given an ever increasing quota to do it with the threat that one of the holes you dig might have your body in it (extremely stressful and ruthless). The challenge most of the people outside of Amazon do not realize is that micro-service architecture imposes a heavy penalty on team co-ordination, esp. as the software matur…
Re: Amazon confirms corporate staff cuts that could hit 10k employees
#95Earlier quoted context omitted.
Alexa does seem like it has fantastic potential. To throw so many resources at it with so little result seems like an incredibly massive failure of management.
I think Siri and Alexa are simply at the end of their roads. To move Siri and Alexa ahead, we'd need a general AI so powerful, it would change the whole world. I wonder if, within my lifetime, it will be possible to tell a digital assistant to "order all the ingredients I need to bake the cinnamon buns as detailed in the cinnamon bun baking video I watched last month with the Chinese lady that doesn't have an accent"…
It'll be useful when you can have it create, say, a menu and shopping list for your week, interact conversationally to tweak it including understanding that something like "I'm allergic to that ingredient" means never ever try to include it again while other statements of preference may be much softer, learn your preferences so those conversations get shorter every week, and order the ingredients for you, too. It barely matters if that happens over keyboard input or voice, because the hard parts of that problem have nothing to do with how the input is done.
Re: Amazon confirms corporate staff cuts that could hit 10k employees
#96I found this comment from an anonymous tech industry insider interesting: "Amazon is very, very bloated. So there's lots of people there but they're not providing a lot of value so they're first on the chopping block." This is counter to what I have heard about Amazon, which is that it is a ruthless environment where low performers are stack ranked out of the company. Does anyone have any insight?
You can be asked to dig holes and close them up again - a completely useless work and you can be given an ever increasing quota to do it with the threat that one of the holes you dig might have your body in it (extremely stressful and ruthless). The challenge most of the people outside of Amazon do not realize is that micro-service architecture imposes a heavy penalty on team co-ordination, esp. as the software matur…
In front end development people NEED the world's largest application frameworks (sometimes plural) because they cannot figure out state management. State management is stupid simple and a solved problem, but whatever. It will still, at the job, take you all day (maybe a week) to make that 30 second change.
Re: Amazon confirms corporate staff cuts that could hit 10k employees
#97I found this comment from an anonymous tech industry insider interesting: "Amazon is very, very bloated. So there's lots of people there but they're not providing a lot of value so they're first on the chopping block." This is counter to what I have heard about Amazon, which is that it is a ruthless environment where low performers are stack ranked out of the company. Does anyone have any insight?
Re: Amazon confirms corporate staff cuts that could hit 10k employees
#98Re: Amazon confirms corporate staff cuts that could hit 10k employees
#99Earlier quoted context omitted.
There's no surefire way to game the system, and I would even say there is no way to game the system at all, but you just need to understand two things: 1. Your manager is the one putting you in PIP (firing plan). If you're friends with your manager, he won't put your name, even if your performance is below the bar. 2. This is applicable in every single avenue of life, but your reputation is everything. Work hard for…
I've done the stack ranking many years in multiple companies. I rarely have seen (1) come into play. I'm sure it happens, but there is a lot of scrutiny of the stack rank, enough where I think it would be hard to pull off. I think most friend managers would tell their friend months ahead of time -- you really need to do XYZ or things are going to be tight at review time. (2) is very true though. Reputation and percep…
In Amazon you will be PIPed (or rather put in focus, which is a first step that may lead to PIP) if you are marked as "Least effective" which is the bottom 15%.
Your manager has to demonstrate why you are "Least Effective", and they have to demonstrate why you are "Top tier". However, they don't really have to justify themselves to put you in the middle of the pack, where you will be safe from PIP.
So, for sure, you may not be ranked in the top of the team if you're buddy with your boss, which means you won't get a salary increase for example, but at least you won't be PIPed, which in the end is what I assume most people care the most about.
Re: Amazon confirms corporate staff cuts that could hit 10k employees
#100Earlier quoted context omitted.
> micro-service architecture imposes a heavy penalty on team co-ordination This is, by far, the hardest scaling problem in SaaS: How do we divide responsibilities amongst our (code|services|teams) efficiently? You can only grow each so much before they become unwieldy to manage. Divide scope too much and communication becomes complex. Divide along the wrong abstraction and you get duplication, overlap, and confusion…
So it's "bad micro-service architecture imposes a heavy penalty on team co-ordination", then. ...which is a fairly obvious observation. "Bad imposes a heavy penalty on team co-ordination" is generalizable.