×
Olivia Rodrigo Addressed the Backlash to Her Babydoll Dress

Olivia Rodrigo Addressed the Backlash to Her Babydoll Dress

Olivia Rodrigo has some thoughts about this whole babydoll dress “controversy.”

The musician, who is gearing up for the release of her third album you seem pretty sad for a girl so in love, appeared on the New York Times Popcast and addressed the conversation around her wardrobe of choice, saying it’s making her “upset” not on her own behalf, but for her fellow young women.

In the interview, New York Times reporter Joe Coscarelli asked Rodrigo how she feels about being a “lightning rod” regarding the babydoll dress discourse. (For a quick refresher, some people are upset about Rodrigo’s choice to wear the garment so frequently onstage and off, saying it feels infantilizing or even pandering to pedophiles.)

Rodrigo wasted no time sharing her opinion about internet-driven discourse and what’s “appropriate” for a pop musician to wear. “What’s really disturbing is, I have worn outfits that are revealing onstage,” she shared. “I’ve been onstage in a sparkly bra and little shorts, which is my right, and I felt cool and comfortable. That wasn’t inappropriate, but me fully covered up in a dress that people deemed to be childlike was inappropriate?”

According to Rodrigo, the conversation “shows how we normalize pedophilia in our culture” and is part of the “rhetoric” that young women and girls are fed since childhood: “’Don’t wear that because a man is going to sexualize your body and it’s your fault,’” she explained. She added that she doesn’t intend for the babydoll silhouette to look sexy at all. Instead, the wardrobe is an ode to her rock influences like Kathleen Hanna and Courtney Love, which she has spoken about before; she told Vogue that the “drop dead” music video and its frilly, babydoll-style shorty outfit were meant to convey the riot grrrl attitude with a dreamy twist fitting the Versailles setting.

Rodrigo is rightly resistant to anyone telling her or her fans what to wear. “I think if we start dressing in a way that’s like, ‘I don’t want some freak to think I’m sexy like a baby,’ or something like that, we’re losing the plot a little bit,” she said. “I’m very protective around younger women and girls. You shouldn’t be responsible for some guy sexualizing you in a way that was never your intention.”




Source link
#Olivia #Rodrigo #Addressed #Backlash #Babydoll #Dress

Previous post

See Lindsay Lohan’s Rare Photo of 2-Year-Old Son Luai

Next post

The internet is being rebuilt for machines | TechCrunch<div> <p id="speakable-summary" class="wp-block-paragraph">Cloud infrastructure has long been designed around humans who search, click, scroll, and stream in a steady and predictable fashion. AI agents behave differently. They can unleash a swell of activity, spinning up multiple sub-agents that query hundreds of databases, search documents, and call APIs in seconds and then disappear as quickly as they arrived. </p> <p class="wp-block-paragraph">Under that premise, Amazon is redesigning a core piece of its cloud infrastructure. On Thursday, AWS <a href="https://aws.amazon.com/blogs/aws/introducing-the-next-generation-of-amazon-opensearch-serverless-for-building-your-agentic-ai-applications/" target="_blank" rel="noreferrer noopener nofollow">launched its next generation of OpenSearch Serverless</a>, a fully managed search and vector database — essentially a system for storing and retrieving information at scale — that’s designed specifically for agentic workloads. AWS says the new system can instantly scale up when agents trigger tasks and scale back down to zero when idle.</p> <p class="wp-block-paragraph">The launch reflects a growing realization across the tech industry: Infrastructure originally designed for a human-driven internet doesn’t work as well in a world increasingly populated by agents.</p> <p class="wp-block-paragraph">While AI agents still represent a relatively small portion of internet activity, machine-generated traffic is already significant, and poised to grow. Cloudflare says bots accounted for 31% of overall HTTP traffic over the last six months. AI crawlers, search engines, and assistants made up roughly a quarter of all bot requests during that period. </p> <p class="wp-block-paragraph">“Non-human traffic will exceed human traffic sometime in the first half of 2027,” said <a href="https://url.usb.m.mimecastprotect.com/s/EYZdCXYGMGt62RNZh6fDUW_lHM?domain=blog.cloudflare.com/" target="_blank" rel="noreferrer noopener nofollow">Lai Yi Ohlsen</a>, senior product manager at Cloudflare, to TechCrunch.</p> <p class="wp-block-paragraph">At Google’s I/O developer conference last week, the company said users will be able to start <a href="https://techcrunch.com/2026/05/19/how-to-use-googles-new-ai-agents-to-go-beyond-your-standard-searches/">delegating tasks </a>to AI systems, like researching purchases, booking travel, browsing the web, and interacting with apps. But the buck doesn’t stop at consumer-focused AI agents. Enterprises are increasingly deploying agents internally and for their customers, creating new kinds of machine-generated traffic behind the scenes. </p> <p class="wp-block-paragraph">As a result, cloud providers and infrastructure companies have been reckoning with how to adapt systems built for humans to a world of agents that are constantly and autonomously retrieving information, invoking tools, and generating machine-to-machine traffic. </p> <p class="wp-block-paragraph">That’s where AWS’s new OpenSearch Serverless comes in. </p> <p class="wp-block-paragraph">“The timing is straightforward. Agents are moving from experimentation into production, and they create traffic patterns that previous infrastructure simply wasn’t designed for,” Tia White, general manager for Amazon OpenSearch Service, told TechCrunch. “They spike without warning, they go idle without notice, and enterprise needs search that keeps up without paying for empty or idle compute.”</p> <p class="wp-block-paragraph">The key technical change with this new generation is that it decouples compute from storage, allowing compute to scale up in seconds to accommodate agent traffic bursts and to scale down to zero, so customers pay $0 when agents are idle.</p> <p class="wp-block-paragraph">“Previously, even in our prior Serverless version, you had to have at least one instance operational and running because storage and compute were coupled,” White said. “You couldn’t just automatically spin up [compute] at the rate you needed to, so you always had idle compute reserved for your workload, whether you were using it or not.”</p> <p class="wp-block-paragraph">Think of it like always paying for a parking space, even when you’re not using it. With AWS’s upgraded Serverless, it’s more like paying for a metered parking spot.</p> <p class="wp-block-paragraph">At launch, OpenSearch Serverless will integrate natively with AI development platforms like Vercel and Kiro, so developers can deploy production-ready search and vector backends for agents without managing infrastructure. </p> <p class="wp-block-paragraph">The shift is emerging across the cloud industry. Databricks and <a href="https://techcrunch.com/podcast/snowflakes-transition-from-storing-data-to-shipping-with-it/">Snowflake</a> are repositioning themselves as AI memory and retrieval systems for enterprise data. Microsoft has rolled out <a href="https://devblogs.microsoft.com/cosmosdb/azure-cosmos-db-tv-ep-110-mcp-toolkit-ai-agents/" target="_blank" rel="noreferrer noopener nofollow">updates to Azure</a> designed to handle AI agent bursts and share memory between agents. Cloudflare, in a similar vein to Amazon, <a href="https://www.cloudflare.com/press/press-releases/2026/cloudflare-expands-its-agent-cloud-to-power-the-next-generation-of-agents/" target="_blank" rel="noreferrer noopener nofollow">last month introduced</a> infrastructure aimed at giving agents persistent environments and instant scalability. </p> <p class="wp-block-paragraph">The more companies deploy AI agents, the more pressure there will be to redesign infrastructure around machine-generated workloads, which in turn could make agents cheaper and easier to deploy at larger scales.</p>   </div><p><em>When you purchase through links in our articles, <a href="https://techcrunch.com/techcrunch-affiliate-monetization-standards/">we may earn a small commission</a>. This doesn’t affect our editorial independence.</em></p>#internet #rebuilt #machines #TechCrunchagentic search,AI agents,AWS,aws opensearch serverless

Post Comment