Say you own a co-working space. You probably should have some way to let: - People book conference rooms. - Let people check in and check out. - Let people book hot desks. - Manage access for members, hot desks, event participants etc. - Lots of other stuff. At some point, the off the shelf software is no good, especially if you're looking to... build a single experience around the world for lots and lots of office b…
I'm struggling to think what of that couldn't be done with off the shelf software, honestly. Hell, most of it could be done with Outlook and Active Directory.
Report: WeWork expected to cut 500 tech roles
111–120 of 120 posts
Re: Report: WeWork expected to cut 500 tech roles
#112Earlier quoted context omitted.
Because at scale small changes can save or make a company more money than an engineers salary. Simply making a process 2% more efficient can save hundreds of thousands of dollars a year. Or increasing advertising conversions by 1%. etc etc.
Right, but system creation+enhancements can be made by a single engineer in a large % of those cases. Overwhelmingly so if you already have a working live system to start with and you are seeking incremental improvements (vs a full rewrite). There aren't many technical challenges I have encountered, when reduced to their smallest functional dimensions, that couldn't be fundamentally addressed by a single engineer. Ob…
Say that a tweak to the page improves ad revenue by $50M. 98% of tweaks have neutral or negative effects. The expected value of the tweak is thus $1M, well over one engineer's salary. You need to have 50 of them going on in parallel to have a good chance of actually finding a successful tweak, though. (Well, technically about 150 to have a 95% confidence that at least one will prove useful, but there's also a good chance that more than one will be useful then.) That's what all the engineers are doing - independently implementing different changes and discarding 98% of the results.
When I did this kind of work, the vast majority of engineering time was actually spent measuring the results. It was not unusual for the actual implementation work to be done in about 3 hours, but the experiment design, approval, configuration, logging, data-collection, and analysis to take 3 weeks. And that was with a fair amount of existing tooling for measurement & process.
Re: Report: WeWork expected to cut 500 tech roles
#113Earlier quoted context omitted.
WeWork had apps to optimize the space in their office layout for maximum efficiency. They had one of the lowest sqft per paying member in the business. They also were into custom spaces. They needed software to design the office floor plans for big customers like MixPanel. Lots of software. Not just booking rooms and events.
apps to optimize the space in their office layout for maximum efficiency That sound like some useless bullshit if I've ever heard it.
Re: Report: WeWork expected to cut 500 tech roles
#114Say you own a co-working space. You probably should have some way to let: - People book conference rooms. - Let people check in and check out. - Let people book hot desks. - Manage access for members, hot desks, event participants etc. - Lots of other stuff. At some point, the off the shelf software is no good, especially if you're looking to... build a single experience around the world for lots and lots of office b…
WeWork had apps to optimize the space in their office layout for maximum efficiency. They had one of the lowest sqft per paying member in the business. They also were into custom spaces. They needed software to design the office floor plans for big customers like MixPanel. Lots of software. Not just booking rooms and events.
Re: Report: WeWork expected to cut 500 tech roles
#115Earlier quoted context omitted.
Really? You think optimizing office layout to maximize rental income is ”useless bullshit”?
In fairness, it might actually be. They have a lot of properties, yes, but is it so many that that can't just send a particularly skilled human around to design them? Binpacking is np-hard but humans still do a very good job of playing Tetris. It is hard to imagine getting a positive return on automating something they (in the long run) will do a few times a year.
”there’s a team of 5 Monday to Wednesday, one of 7 Tuesday that also have a meeting room, one of 4 Tuesday to Friday, one of 3 for the next three weeks, one of 2 that have to sit side-by-side, …. Figure out who to place where, minimizing the times we have to tell customers to move desk, maximizing the ‘cohesion’ of desks assigned to each group. Oh, and do this knowing that the problem may change at any time”
And all of that, hopefully, in a building with a high occupancy rate, all the time.
Re: Report: WeWork expected to cut 500 tech roles
#116There IS a market for a WeWork like service. A WeWork-like model has appeal to someone like me that would love good coffee and an office/hoteling space! Especially as I travel a lot and sometimes want a reliable private workspace in an arbitrary city. Coffee shops frankly don’t cut it for working/meeting with people all day. Also there’s often a need for meeting spaces in arbitrary cities. my company would have used…
Re: Report: WeWork expected to cut 500 tech roles
#117But I was told WeWork is a tech company. Repeatedly.
Re: Report: WeWork expected to cut 500 tech roles
#118Say you own a co-working space. You probably should have some way to let: - People book conference rooms. - Let people check in and check out. - Let people book hot desks. - Manage access for members, hot desks, event participants etc. - Lots of other stuff. At some point, the off the shelf software is no good, especially if you're looking to... build a single experience around the world for lots and lots of office b…
Re: Report: WeWork expected to cut 500 tech roles
#119Say you own a co-working space. You probably should have some way to let: - People book conference rooms. - Let people check in and check out. - Let people book hot desks. - Manage access for members, hot desks, event participants etc. - Lots of other stuff. At some point, the off the shelf software is no good, especially if you're looking to... build a single experience around the world for lots and lots of office b…
It's a classic case of hire engineers first and figure out problems to solve later. This works great if the company already has a massive revenue stream (Google, Facebook etc.) so the engineers can just mess around and once in a while come up with something great. For a company losing $2B+ a year, not so much. Once WeWork solved its core engineering problems (bookings), engineering job descriptions got more and more…
Re: Report: WeWork expected to cut 500 tech roles
#120Earlier quoted context omitted.
It's literally the bin packing problem, which is NP-complete. Plus you have another axis entirely on top of the already NP-hard problem: You want to minimize the number of times that you move any given group of people over time as you re-configure the office space to fit the maximum number of groups into it. This is an algorithmically hard problem, and I'm not surprised that there might be significant benefits to inv…
Can you give me an order of magnitude estimate of how many milliseconds you believe solving the 2d bin packing problem with added constraints would take on a commodity PC when n=the max number of clients in any wework building? The problem is interesting, but it isn't one you need to set up an entire engineering team to solve.