Slashdot

News for nerds, stuff that matters

Walmart Prepares for a Future Where AI Shops for Consumers

Walmart is preparing for a future where AI agents shop on behalf of consumers by adapting its systems to serve both humans and autonomous bots. As major players like Visa and PayPal also invest in agentic commerce, Walmart is positioning itself as a leader by developing its own AI agents and supporting broader industry integration. PYMNTS reports: Instead of scrolling through ads or comparing product reviews, future consumers may rely on digital assistants, like OpenAI's Operator, to manage their shopping lists, from replenishing household essentials to selecting the best TV based on personal preferences, according to the report (paywalled). "It will be different," Walmart U.S. Chief Technology Officer Hari Vasudev said, per the report. "Advertising will have to evolve." The emergence of AI-generated summaries in search results has already altered the way consumers gather product information, the report said. However, autonomous shopping agents represent a bigger transformation. These bots could not only find products but also finalize purchases, including payments, without the user ever lifting a finger. [...]

Retail experts say agentic commerce will require companies to overhaul how they market and present their products online, the WSJ report said. They may need to redesign product pages and pricing strategies to cater to algorithmic buyers. The customer relationship could shift away from retailers if purchases are completed through third-party agents. [...] To prepare, Walmart is developing its own AI shopping agents, accessible through its website and app, according to the WSJ report. These bots can already handle basic tasks like reordering groceries, and they're being trained to respond to broader prompts, such as planning a themed birthday party. Walmart is working toward a future in which outside agents can seamlessly communicate with the retailer's own systems -- something Vasudev told the WSJ he expects to be governed by industry-wide protocols that are still under development. [...]

Third-party shopping bots may also act independently, crawling retailers' websites much like consumers browse stores without engaging sales associates, the WSJ report said. In those cases, the retailer has little control over how its products are evaluated. Whether consumers instruct their AI to shop specifically at Walmart or ask for the best deal available, the outcomes will increasingly be shaped by algorithms, per the report. Operator, for example, considers search ranking, sponsored content and user preferences when making recommendations. That's a far cry from how humans shop. Bots don't respond to eye-catching visuals or emotionally driven branding in the same way people do. This means retailers must optimize their content not just for people but for machine readers as well, the report said. Pricing strategies could also shift as companies may need to make rapid pricing decisions and determine whether it's worth offering AI agents exclusive discounts to keep them from choosing a competitor's lower-priced item, according to the report.

Read more of this story at Slashdot.

Linux Swap Table Code Shows The Potential For Huge Performance Gains

A new set of 27 Linux kernel patches introduces a "Swap Tables" mechanism aimed at enhancing virtual memory management. As Phoronix's Michael Larabel reports, "the hope is for lower memory use, higher performance, dynamic swap allocation and growth, greater extensibility, and other improvements over the existing swap code within the Linux kernel." From the report: Engineer Kairui Song with Tencent posted the Swap Table patch series today for implementing the design ideas discussed in recent months by kernel developers. The results are very exciting so let's get straight to it: "With this series, swap subsystem will have a ~20-30% performance gain from basic sequential swap to heavy workloads, for both 4K and mTHP folios. The idle memory usage is already much lower, the average memory consumption is still the same or will also be even lower (with further works). And this enables many more future optimizations, with better defined swap operations." "The patches also clean-up and address various historical issues with the SWAP subsystem," notes Larabel.

Context: In Linux, swap space acts as an overflow for RAM, storing inactive memory pages on disk to free up RAM for active processes. Traditional swap mechanisms are limited in flexibility and performance. The proposed "Swap Tables" aim to address these issues by allowing more efficient and dynamic management of swap space, potentially leading to better system responsiveness and resource utilization.

Read more of this story at Slashdot.

Meta Argues Enshittification Isn't Real

An anonymous reader quotes a report from Ars Technica: Meta thinks there's no reason to carry on with its defense after the Federal Trade Commission closed its monopoly case, and the company has moved to end the trial early by claiming that the FTC utterly failed to prove its case. "The FTC has no proof that Meta has monopoly power," Meta's motion for judgment (PDF) filed Thursday said, "and therefore the court should rule in favor of Meta." According to Meta, the FTC failed to show evidence that "the overall quality of Meta's apps has declined" or that the company shows too many ads to users. Meta says that's "fatal" to the FTC's case that the company wielded monopoly power to pursue more ad revenue while degrading user experience over time (an Internet trend known as "enshittification"). And on top of allegedly showing no evidence of "ad load, privacy, integrity, and features" degradation on Meta apps, Meta argued there's no precedent for an antitrust claim rooted in this alleged harm.

"Meta knows of no case finding monopoly power based solely on a claimed degradation in product quality, and the FTC has cited none," Meta argued. Meta has maintained throughout the trial that its users actually like seeing ads. In the company's recent motion, Meta argued that the FTC provided no insights into what "the right number of ads" should be, "let alone" provide proof that "Meta showed more ads" than it would in a competitive market where users could easily switch services if ad load became overwhelming. Further, Meta argued that the FTC did not show evidence that users sharing friends-and-family content were shown more ads. Meta noted that it "does not profit by showing more ads to users who do not click on them," so it only shows more ads to users who click ads.

Meta also insisted that there's "nothing but speculation" showing that Instagram or WhatsApp would have been better off or grown into rivals had Meta not acquired them. The company claimed that without Meta's resources, Instagram may have died off. Meta noted that Instagram co-founder Kevin Systrom testified that his app was "pretty broken and duct-taped" together, making it "vulnerable to spam" before Meta bought it. Rather than enshittification, what Meta did to Instagram could be considered "a consumer-welfare bonanza," Meta argued, while dismissing "smoking gun" emails from Mark Zuckerberg discussing buying Instagram to bury it as "legally irrelevant." Dismissing these as "a few dated emails," Meta argued that "efforts to litigate Mr. Zuckerberg's state of mind before the acquisition in 2012 are pointless."

"What matters is what Meta did," Meta argued, which was pump Instagram with resources that allowed it "to 'thrive' -- adding many new features, attracting hundreds of millions and then billions of users, and monetizing with great success." In the case of WhatsApp, Meta argued that nobody thinks WhatsApp had any intention to pivot to social media when the founders testified that their goal was to never add social features, preferring to offer a simple, clean messaging app. And Meta disputed any claim that it feared Google might buy WhatsApp as the basis for creating a Facebook rival, arguing that "the sole Meta witness to (supposedly) learn of Google's acquisition efforts testified that he did not have that worry." In sum: A ruling in Meta's favor could prevent a breakup of its apps, while a denial would push the trial toward a possible order to divest Instagram and WhatsApp.

Read more of this story at Slashdot.

OpenAI Launches Codex, an AI Coding Agent, In ChatGPT

OpenAI has launched Codex, a powerful AI coding agent in ChatGPT that autonomously handles tasks like writing features, fixing bugs, and testing code in a cloud-based environment. TechCrunch reports: Codex is powered by codex-1, a version of the company's o3 AI reasoning model optimized for software engineering tasks. OpenAI says codex-1 produces "cleaner" code than o3, adheres more precisely to instructions, and will iteratively run tests on its code until passing results are achieved.

The Codex agent runs in a sandboxed, virtual computer in the cloud. By connecting with GitHub, Codex's environment can come preloaded with your code repositories. OpenAI says the AI coding agent will take anywhere from one to 30 minutes to write simple features, fix bugs, answer questions about your codebase, and run tests, among other tasks. Codex can handle multiple software engineering tasks simultaneously, says OpenAI, and it doesn't limit users from accessing their computer and browser while it's running.

Codex is rolling out starting today to subscribers to ChatGPT Pro, Enterprise, and Team. OpenAI says users will have "generous access" to Codex to start, but in the coming weeks, the company will implement rate limits for the tool. Users will then have the option to purchase additional credits to use Codex, an OpenAI spokesperson tells TechCrunch. OpenAI plans to expand Codex access to ChatGPT Plus and Edu users soon.

Read more of this story at Slashdot.

Rijnmond - Nieuws

Het laatste nieuws van vandaag over Rotterdam, Feyenoord, het verkeer en het weer in de regio Rijnmond

Het weer van vandaag: veel zon en droog

Vandaag is er volop zon en blijft het overal droog. De temperatuur komt wat hoger uit dan gisteren en loopt op naar 16 graden vlak aan zee tot ongeveer 20 graden in het oosten van de regio. De wind waait daarbij meest matig en komt uit het noorden tot noordwesten en kan vooral aan zee fris aanvoelen.

OMD EM1 5.17.2025 flower 1

uchi uchi has added a photo to the pool:

OMD EM1 5.17.2025 flower 1

OLYMPUS DIGITAL CAMERA

OMD EM1 5.17.2025 flower 2

uchi uchi has added a photo to the pool:

OMD EM1 5.17.2025 flower 2

OLYMPUS DIGITAL CAMERA

OMD EM1 5.17.2025 flower 3

uchi uchi has added a photo to the pool:

OMD EM1 5.17.2025 flower 3

OLYMPUS DIGITAL CAMERA

ajpscs has added a photo to the pool:

NOIR
© ajpscs

中塩のしだれ桜 Nagkashio-no-shidare-zakura

ELCAN KE-7A has added a photo to the pool:

中塩のしだれ桜 Nagkashio-no-shidare-zakura

頭上を覆う桜の花。Cherry blossoms covering overhead.

中塩のしだれ桜 Nagkashio-no-shidare-zakura

ELCAN KE-7A has added a photo to the pool:

中塩のしだれ桜 Nagkashio-no-shidare-zakura

推定樹齢約150年、高さ約10メートルの一本桜、中塩のしだれ桜。Nakashio-no-shidare-zakura, a single cherry tree estimated to be about 150 years old and 10 meters tall.

Spring colour reflection

tokyobogue has added a photo to the pool:

Spring colour reflection

Morning tree reflection

tokyobogue has added a photo to the pool:

Morning tree reflection

ajpscs posted a photo:

NOIR
© ajpscs

Like I Am You and You Are Me

Thomas Hawk posted a photo:

Like I Am You and You Are Me

Found Kodachrome Slide

Thomas Hawk posted a photo:

Found Kodachrome Slide

date stamped on slide August 1975

Fokke & Sukke

F & S

13823 DSC_0008 from Cunningham's Gap 2 cropped

iain.davidson100 has added a photo to the pool:

13823 DSC_0008 from Cunningham's Gap 2 cropped

Wel.nl

Minder lezen, Meer weten.

Rechter VS krijgt geen details in zaak van gedeporteerde man

ANNAPOLIS (ANP) - Een Amerikaanse rechter heeft vrijdag gezegd dat de regering-Trump nog steeds onvoldoende details heeft verstrekt over de pogingen om een ​​man terug te halen die ten onrechte uit de Verenigde Staten is gedeporteerd. De Salvadoraan Kilmar Abrego Garcia werd naar zijn thuisland gedeporteerd en wordt daar nu gevangengehouden.

Districtsrechter Paula Xinis zei tijdens een hoorzitting dat de regering geen informatie van hoge functionarissen had verstrekt die afdoende uitlegde hoe gehoor werd gegeven aan haar bevel om de terugkeer van Abrego Garcia, een inwoner van de Amerikaanse staat Maryland, te "faciliteren".

Xinis betwijfelde ook of de regering überhaupt van plan was aan het bevel te voldoen. Ze verwees daarbij naar een verklaring van het hoofd van het Amerikaanse ministerie van Binnenlandse Veiligheid, dat Abrego Garcia "nooit naar de Verenigde Staten zal mogen terugkeren".

"Dat klinkt als een bekentenis", zei Xinis. "Dat is zo duidelijk als het maar kan."


Behance Featured Projects

The latest projects featured on the Behance

Rosemary