TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Notes on a tour of an Amazon distribution facility (2014)

145 pointsby scmoorealmost 10 years ago

14 comments

Animatsalmost 10 years ago
That&#x27;s a old manual Amazon facility. The newer ones use Kiva robots to bring the shelving units to the pickers, rather than the pickers going to the shelving units.<p>The manual system isn&#x27;t that different from the Sears &quot;schedule system&quot; introduced in 1908.[1] Note the line &quot;pickers don&#x27;t necessarily pick items for a single or even complete order.&quot; That&#x27;s crucial. Orders are split apart and combined pick lists generated. Picked items then flow towards order assembly stations, which Amazon calls &quot;sort&quot;. At any one time, some maximum number of orders are in progress, limited by the number of output boxes at order assembly. Amazon does this with computers; Sears did it with clerks and pick slips, with Sears giving each order an assembly bin for a fixed number of minutes.<p>Separating picking from order assembly and inserting a sort phase reduces the order of the problem. Picking N orders from M items individually means O(N × M) cost, because as inventory becomes larger, the pickers travel more distance. With separate picking and assembly, performance is something like O(log(M) × N) cost, because each picker works in a limited area. That was Sears&#x27; big breakthrough.<p>[1] <a href="https:&#x2F;&#x2F;news.google.com&#x2F;newspapers?nid=1734&amp;dat=19721006&amp;id=bXkcAAAAIBAJ&amp;sjid=AVIEAAAAIBAJ&amp;pg=3170,3159101&amp;hl=en" rel="nofollow">https:&#x2F;&#x2F;news.google.com&#x2F;newspapers?nid=1734&amp;dat=19721006&amp;id=...</a>
评论 #10177322 未加载
评论 #10177066 未加载
评论 #10177833 未加载
评论 #10183935 未加载
Lunarsmalmost 10 years ago
Despite popular belief, most Amazon facilities do NOT use kiva robots. The fulfillment center would have to be completely rebuilt on the inside to accommodate them. Heck, even some new facilities still don&#x27;t use them. I work over at Amazon in one of their largest fulfillment centers in the USA. To answer your question regarding where a tote is sent in the facility is simple. During each shift, there are any number of queues open (usually about 5). When receiving an item from DA, we will scan an item into a tote and the computer determines, based on the size of the items, where in the facility it needs to go (library, or library deep). Aside from a few exceptions, most items are randomly stowed. The stowers all have a rate, and because of that, will find whatever space fits their needs. Pallet mass (items with a lot of the same quantity to fill a pallet) is checked regularly and pulled from the regular shelves and sent to a sorting area (at least that&#x27;s what they started doing at my FC) where it can be stowed somewhere in &quot;pallet land.&quot; Try not to think too much into where items are stowed, it is pretty much a clusterf*ck across the FC.
评论 #10178167 未加载
michaelbuckbeealmost 10 years ago
The thing I took away from this was mistake minimization. As shipping the wrong item likely results in a mess of expensive actions down the road, it is much much better to make sure that the right item is shipped the first time. To this end they are willing to shuffle their entire warehouse just to prevent similar items from being set next to each other.
评论 #10177140 未加载
评论 #10177483 未加载
Zombieballalmost 10 years ago
This is a pretty great description (disclosure: I currently work at Amazon writing software used inside the Fulfilment Centers). I think an important point is there is big variance between facilities throughout the network. For instance, the use of Kiva robots as mentioned by others here. Meaning if you were to go on tours of other facilities you would definitely see new things at each (and of course many similarities).
marincountyalmost 10 years ago
As I read through the notes, the one thing I really liked was the 4 day work week. Three days off just makes sense? I belonged to a union, and we had the opportunity to work 4 10hr. days, and the members voted it down. I still don&#x27;t know why they voted it down.
评论 #10177175 未加载
评论 #10178363 未加载
pencerwalmost 10 years ago
All, thanks so much for the comments. We wrote this up so long ago; it&#x27;s really interesting to get feedback now.<p>FWIW, The Infrastructure Observatory is working on more tours like this one, mostly in the NYC area. If you want to get involved (or have an idea for a tour that we should organize), get in touch at <a href="http:&#x2F;&#x2F;infraobservatory.com" rel="nofollow">http:&#x2F;&#x2F;infraobservatory.com</a> or @NYInfraObserve on Twitter.<p>-Spencer
veidralmost 10 years ago
Vaguely interesting, as I suppose a similar tour of, say, a Wal-mart or FedEx logistics center might be.<p>Bonus quote: &quot;Our tour guide used an iPhone, but claimed he’d use a Fire if he wasn’t locked into his carrier.&quot;
omarchowdhuryalmost 10 years ago
Does anyone know any good resources&#x2F; books on the logistics of setting up and running a fulfillment&#x2F;distribution facility with the latest tech?
confiscatealmost 10 years ago
Pretty cool stuff<p>I wished they would add a diagram, even if it&#x27;s just hand-drawn. It&#x27;s would have been much easier to visualize, especially the detailed parts.<p>Also the naming is sometimes inconsistent across the different authors. e.g. Sometimes folks are called &quot;associates&quot;, sometimes &quot;sorters&quot;. It got confusing quickly. Would be nice if the naming was clearer
评论 #10176990 未加载
pervycreeperalmost 10 years ago
He doesn&#x27;t specify exactly how cubbies are selected at the &quot;inbound&quot; stage, beyond saying it&#x27;s random. I assume it&#x27;s left up to the associate&#x27;s own whims and judgements? I imagine the &quot;no identical items in adjacent cubbies&quot; rule improves the potential for picking the same item in parallel while preventing too much concentration, improving availability from different locations. I wonder what other constraints they are given for this stage.
评论 #10178328 未加载
评论 #10176961 未加载
contingenciesalmost 10 years ago
PDF @ <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;export?0=mp&amp;1=ws&amp;2=print&amp;3=1&amp;format=pdf&amp;id=1F12fyVF0PO2fSmkOI2_R1IFigTaznaertxiVXlEbas4" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;export?0=mp&amp;1=ws&amp;2=print&amp;3=...</a>
tarekkurdyalmost 10 years ago
Looks like initial notes for an IE Analysis. Pretty good for retrospective.
BorisMelnikalmost 10 years ago
I have no skin in this game and really don&#x27;t know much about what is going on, but really appreciated that rundown. I&#x27;ve always wanted to know what goes on inside these places.
sengorkalmost 10 years ago
And something unrelated I&#x27;ve learnt about Google Docs:<p>&quot;Wow, this file is really popular! Some tools might be unavailable until the crowd clears.&quot;
评论 #10179901 未加载