This...actually seems like a good use of AI? I generally think AI is being shoehorned into a lot of use cases where it doesn't belong but this seems like a proper place to use it. It's serving a specific and defined purpose rather than trying to handle unfiltered customer input or do overly generic tasks,
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
Eh, I doubt that. Bin packing is a very well-researched problem. It's one of those nasty NP ones but we already have very good algorithms giving very good approximations in very short amounts of time the chance that throwing machine learning at the problem helps is not zero, but close to it. What that kind of approach certainly won't get you is guarantees, those approximation algorithms can be configured to spit out solutions that are at most 1% or whatever you want worse than the optimal solution.
I doubt this actually has anything to do with Amazon's logistics operations it's just their marketing team wanting to hype up Amazon for AI.
Yeah, it is one of the least bad uses for it.
But then again, using literal tera-watts-hours of compute power to save on the easiest actually recyclable material known to man (cardboard), maybe that's just me, maybe I'm too jaded, but it sounds like a pretty bad overall outcome.
It isn't a bad deal for Amazon, tho, who is likely to save on costs, that way, since energy is still orders of magnitude cheaper than it should be[^1], and cardboard is getting pricier.
[^1]: if we were to account for the available supply, the demand, and the future (think sooner than later) need for transition towards new energy sources... Some that simply do not have the same potential.
I think you're overstating the compute power and understating the amount of cardboard Amazon uses
So this may be a more efficient use of computing power. Brute force calculation of combinations is costly because there are so many possibilities. A learning model can be fed data from brute force calculations and from humans tasked with packing efficiently to develop an empirical model (this is the AI part) of how to package assorted items. That model could take much less computing power than the Brite force method.
I think you're overstating the compute power [...]
I don't actually think so. A100 GPUs in server chassis have a 400 or 500W TDP depending on the configuration, and even if I'm assuming 400, with 4 per watercooled 1U chassis, a 47U rack with those would consume about 100kW with power supply efficiency and whatnot.
Running those for a day only would be 2.4GWh.
Now, I'm not assuming Amazon would own 100s of those racks at every DC, but they probably would use at least a couple of such racks to train their model (time is money, right?). And training them for a week with just two of those would be 35GWh, and I can only extrapolate from there.
So I don't think that going to TWh is such an overstatement.
[...] and understating the amount of cardboard Amazon uses
That, very possibly.
I have seldom used Amazon ever, maybe 5 times tops, and I can only remember two times. Those two times, I ordered a smartphone and a bunch of electronics supplies, and I don't remember the packaging being excessive. But I know from plenty of memes that they regularly overdo it. That, coupled with the insane amount of shit people order online... And yes, I believe you are right on that one.
Even so, as long as it is cardboard, or paper, and not plastic and glue, it isn't a big ecological issue.
However, that makes no difference to Amazon financially, cost is cost, and they only care about that.
But let's not pretend they are doing a good thing then. It is a cost effective measure for them, that ends up worsening the situation for everyone else, because the tradeoff is good economically, and terrible ecologically.
If they wanted to do a good thing, they could use machine learning to optimise the combining of deliveries in the same area, to save on petrol, and by extension, pollution from their vehicles, but that would actually worsen the customer experience, and end up costing them more than it would save them, so that's never gonna happen.
They may also save costs on trucking. Smaller boxes => less full truck.
AI
Always Indian
Just use whatever Temu uses.
Temu packagers could fit a whole factory in the boxes Amazon uses to ship my deodorant
Note that "optimizing" Amazon package can't possibly be a very high bar to clear. Just being smart enough to package multiple items coming from the same distribution center on the same delivery route into the same box would do it... Something that other online retailers figured out decades ago but apparently somehow Amazon still hasn't.
Used to work at an Amazon warehouse, things are a lot more complex then you seem to realize.
In my experience, every item from the same warehouse comes packaged together. Are you sure the items are sourced from the same warehouse, because they aren't going to unpack them and pack them together again when they reach the final distribution location. Perhaps it becomes super inefficient to pack items together in super large warehouses, where the items are sourced far apart from each other?
Bruh did you read the article at all? Nothing you talked about has anything to do with what this AI is for.
Yes, I did. And what it talks about actually ignores my complaint, which is why I file their claim about "avoid more than 2 millions tons of packaging material worldwide" in the bogus column.
Their system obviously does not take into account multi-item orders at all, and seems to operate purely on a one-product, one-package model. Which is stupid. They're not trying to avoid landfill waste, they're trying to minimize returns due to breakages but without putting any human intervention into the process.
This seems like it has pretty powerful potential for space flight.
Being able to aggressively min max packaging materials to secure materials could be critical for reducing payload sizes on shuttles, where every single individual gram counts.
Each kg of packaging is thousands of dollars to get into orbit, so that's really appealing.
I'd be curious to see if Amazon is also working on box packing algorithms for maximizing fitting n parcels across x delivery trucks.
IE if you have 10,00 boxes to move, what's the fewest delivery trucks you can fit those boxes into as fast as possible too, which introduces multiple complex concepts. Both packing to maximize space usage and the order you pack it in to minimize armature travel time...
I'd put money down amazon is perfecting this algorithm right now, and has been for awhile.
This is already worked in through mathematics, it is its own mathematical field. We can optimize packaging through formulas that are very fast and accurate. No need to train a AI for that. Especially not for space flight, AI are prone to hallucinations that is not something you want anywhere near any space mission that requires precision and predictability. I believe Johannes Kepler started this field in the 1600s, it is not something new. It is definitely a complex problem, but not new and not unheard of. Amazon is not exactly inventing something new and amazing here..
AI is not prone to hallucinations, LLMs are. I doubt Amazon is building a chatbot to optimise packaging.
I mean, AI is used in fraud detection pretty often; when it hits a false positive (which happens frequently on a population-level basis), is that not a hallucination of some sort? Obviously LLMs can go off the rails much further because it's readable text, but any machine learning model will occasionally spit out really bad guesses almost any person could have done better with. (To be fair, humans are highly capable of really bad guesses too).
No, false positives and false negatives are not hallucinations. Otherwise things like a blood test not involving any ml would also be halucinating which removes all meaning from the term.
That's fair. I think fundamentally a false positive/negative isn't that much different. Pretty much all tests—especially those dealing with real world conditions—are heuristic, as are all LLMs by necessity of the design. Hallucination is a pretty specific term given to AI as an attempt to assign agency to a system that doesn't actually have any (by implying it's crazy and making stuff up instead of a black box with deterministic inputs and outputs spitting out something factually wrong but with a similar format to what is trained on). I feel like the nature of any tool where "you can't trust this to be entirely accurate" should have an umbrella term that encompasses both types of providing inaccurate info under certain conditions.
I suppose the difference is that AI is a lot more likely to randomly go off, whereas a blood test is likelier to provide repeated false positives for the same person with their unique biology? There's also the fact that most medical tests represent a true/false dichotomy or lookup table, whereas an LLM is given the entire bounds of language.
Would an AI clustering algorithm (say, K-means for instance) giving an inaccurate diagnosis be a false positive/negative or a hallucination? These models can be programmed on a sliding scale and I feel like there's definitely an area where the line could get pretty blurry.
What do you consider to be an AI?
And do you consider any of the existing systems to be the one?
When I use "AI" I'm using computer science terminology. Artificial intelligence is a subfield of CS, in that sense, any model that comes of that field is, by definition, AI.
Then it's strange that you are separating AI and LLM, because in CS LLM is a type of artificial intelligence.
AI as a whole is not subject to the flaws of LLMs
Some AI, namely, LLMs, can hallucinate, but not AI in general. I just had a bit of fun in how I worded it, I guess I should've expected someone to become annoyingly nitpicky about it.
Technicalities matter in technological matters.
I don't think I was being wrong, technically, I do think you can write that way if you want to be a bit facetious, but I'm not a native speaker so, maybe not.
AI in general is definitely prone to hallucinations. It is more commonly seen in LLMs because it is more widely used by the public. It is definitely a problem with all AI
Besides generative AI, which models can hallucinate?
Text to video, automated driving, object detection, language translations. I might be misusing the term, you could argue that the word is describing what LLMs commonly does and that is where the term is derived from. You can also argue that AI is sometimes correct and the human have issues identifying the correct answer. But In my mind it is much the same just different applications. A car completely missing a firetruck approaching or a LLM just spewing out wrong statements is the same to me.
Yeah, well it's not the same. Models are wrong all the time, why use a different term at all when it's just "being wrong"?
The model makes decisions thinking it is right, but for whatever reason can't see a firetruck or stopsign or misidentifies the object.. you know almost like how a human hallucinating would perceive something from external sensory that is not there.
I don't mind giving it another term, but "being wrong" is misleading. But you are correct in the sense that it depends on every given case..
No, the model isn't "thinking", no model in use today has anything resembling an internal cognitive process. It is making a prediction. A covid test is predicting whether you have the Covid-19 virus inside you or not. If its prediction contradicts your biological state, it is wrong. If an object recognition algorithm does not predict there being a firetruck, how is that not being wrong in the same way?
Predicting? Ok, if you say so.
Amazon probably does have some programmatic way of determining how much to fit in a truck, but that's not what this is. Instead, it's them trying to cheap out on packaging materials in the dumbest way possible, by figuring out what the reasonably acceptable minimum threshold is for packaging durability but not taking into account size or packing multiples of items at all (as far as I can tell).
This is a pure cost cutting measure on their part. Anything else is just a tangential side benefit.
So this is good to reduce packaging waste and probably fitting more packages on trucks/planes, reducing emissions I am guessing. But how much power does running it cost and how is the power being generated? Is it a net loss for their global emission, or is it just making Amazon save money? I'm still pretty dumb at this stuff
lol, can't wait for my Klein bottle shaped package
Whew, why not let human do this ?