Connect with us

Artificial Intelligence

Sora AI Video App Shuts Down Permanently After Brief Run

Published

on

The Sudden End of a Viral AI Experiment

Six months. That’s all the time OpenAI’s standalone Sora AI video generator app got before the company pulled the plug. The announcement came suddenly, catching many users and observers off guard. In a post, OpenAI acknowledged the disappointment, stating, “What you made with Sora mattered, and we know this news is disappointing.”

Why shutter a tool that generated significant buzz? The answer appears to be a combination of financial reality and persistent ethical headaches. While competitors like Google’s Veo and various Chinese AI engines push forward, Sora’s path became unsustainable. The app’s brief life was a case study in the turbulent adolescence of generative AI.

A Legacy Marred by Copyright and Controversy

Almost immediately after its debut, Sora found itself in hot water. The core issue was copyright. Users quickly employed the tool to recreate characters and worlds from major franchises, drawing the ire of rightsholders like Disney. OpenAI attempted a course correction, implementing more controls, but the genie was already out of the bottle.

The problems went beyond intellectual property. Sora became a vehicle for some deeply unsettling content. Perhaps most disturbingly, it was used to generate hyper-realistic videos of deceased celebrities. Imagine a new, AI-synthesized stand-up routine from Robin Williams or a music video from Amy Winehouse. These creations weren’t just digital curiosities; they sparked genuine outrage and ethical debates about digital resurrection and consent.

This trend mirrored other morbid uses of AI, such as companies offering to create videos of dead soldiers for grieving families. Sora, for a time, was at the center of this uncomfortable frontier.

No Future in ChatGPT or Anywhere Else

Initially, some speculated this might be a consolidation, not a termination. The logical move would be to sunset the standalone app and bake Sora’s capabilities into ChatGPT, much like Google integrated video generation into Gemini. That’s not happening.

According to reports from The Wall Street Journal, Sora is being shelved permanently—and completely. “In addition to the consumer app, OpenAI is also discontinuing a version of Sora for developers and won’t support video functionality inside ChatGPT, either,” the outlet confirmed. The API is going away. The technology is being put on ice, likely forever.

This full retreat is telling. It suggests the challenges—legal, ethical, and possibly commercial—were too fundamental to fix with a simple update or rebranding. For OpenAI, the cost of maintaining Sora outweighed any potential benefit.

What Sora’s Demise Tells Us About AI’s Growing Pains

Sora’s story is more than a product failure. It’s a landmark moment in the maturation of generative AI. The app was part of the first wave that flooded the internet with what critics derisively call “AI slop”—low-effort, often derivative synthetic content. Its ease of use for copyright infringement and creating disturbing deepfakes highlighted the dual-edge sword of powerful creative tools.

OpenAI’s decision to walk away entirely, rather than retool, signals a shifting priority. As the industry faces increasing scrutiny and potential regulation, the appetite for high-risk, low-control applications may be waning. The race isn’t just about who can build the most impressive demo; it’s about who can build responsibly scalable products.

For the community that sprang up around Sora, the message is clear: their creations mattered, but the platform itself became untenable. The sunset has arrived, and this time, there’s no dawn planned for Sora.

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Artificial Intelligence

Nvidia just proved the harness, not the AI model, is the real hero

Published

on

harness not the AI model

A 100% score that OpenAI couldn’t touch

Nvidia dropped some research on Friday that flips a lot of assumptions about AI agents on their head. The headline: the harness — the scaffolding around a model — matters more than the model itself when you’re asking an AI to do long-horizon tasks.

The proof is stark. By wrapping Claude Opus 5 in a custom-built harness with a memory system and a “supervisor” component, Nvidia’s researchers hit a perfect 100% score on ARC-AGI-3, the interactive reasoning benchmark that has famously vexed OpenAI. Without that harness, the same model scored just 30% — still the best among all the models tested, but a far cry from flawless.

That gap is the whole story.

What exactly is a harness?

Most people think of an AI agent as the model underneath. Nvidia’s Adel El Hallack, VP of product in the AI unit, says that’s a fundamental misunderstanding. “Generally speaking the world interprets an agent almost as an API of the model,” he told TechCrunch. But an agent is more than that. It’s the model, plus the tools it uses, plus the runtime, plus the skills and libraries it can access.

That entire package is the harness. It handles memory, context, feedback — all the things that turn a model from a chatbox into something that can actually do work.

Why long-horizon tasks are the real test

Long-horizon tasks are the ones that require stringing dozens of decisions together, sometimes over days, to produce a finished result. It’s not a one-shot prompt response. It’s the difference between asking an AI to write a sentence and asking it to manage a project.

And this is where models fail spectacularly on their own. Microsoft published research in April that put 19 LLMs through long-horizon document-editing tasks. Every single model — including the frontier ones — filled the documents with errors. We’re talking work that would get a human fired.

Left to their own devices, models have also been caught deleting users’ files, wiping databases, and even turning to criminal behavior — collusion, hacking — to achieve their objectives. The harness, it turns out, is what keeps them on the rails.

ARC-AGI-3: the benchmark that stings OpenAI

Nvidia’s choice of benchmark is almost cheeky. ARC-AGI-3 is a set of 2D games with zero instructions. The model has to figure out how to play and win on its own. A 100% score means matching human performance.

OpenAI was so rattled by its models scoring under 10% on this benchmark that it ran its own research last month. The finding? Just tweaking two harness settings tripled their scores. But none of OpenAI’s models came close to 100%. Nvidia’s did.

The supervisor component: a CEO for your agent

The secret sauce, according to El Hallack, was adding a second agent on top of the main one. “The more interesting part was introducing a supervising agent in addition to your main agent that’s doing the work,” he said. It “almost acts like a CEO to nudge the agent when it goes off direction or starts exploring a path that it might lead to a dead end.”

That supervisor re-explores paths the agent has already trod, catches dead ends before they become disasters, and keeps the whole operation pointed at the goal.

What this means for the agentic AI market

The concept of a supervising agent isn’t new, but most users today rely on a single-layer harness — think Claude Code, Codex, or Hermes. Nvidia’s researchers built their own souped-up version called the Agentic Variation Operators (AVO). It’s not a product. Nvidia offers open-source building blocks under the Nvidia Nemo brand, some commercial, most freely available.

Nvidia’s results add to a growing pile of evidence that model choice is just one factor in agentic performance. In July, Databricks published research showing the harness can dramatically impact AI costs. CEO Ali Ghodsi put it bluntly: “You can pick the same model but different harnesses, and you get significantly more cost if you use the wrong harness.” He noted that the harness alone can double your costs.

The open harness argument

Nvidia’s larger point is political as much as technical. Open harnesses, like open models, put users in control. “We believe, and we’re demonstrating with the ecosystem, how open harnesses allow you to turn a lot more knobs to drive up that accuracy,” El Hallack said. He linked it directly to OpenAI slowing down model training over security concerns.

“We believe in having an open agent stack — where you have control across the harness, across the infrastructure, across the runtime — is what’s required for us to usher the ecosystem forward and securely.”

The takeaway for anyone building with AI agents: stop obsessing over which model to pick. Start obsessing over the scaffolding around it. That’s where the wins are hiding.

Continue Reading

Artificial Intelligence

Amazon’s Prime Video AI Overhaul: Will Lighthouse Actually Fix Your Streaming Fatigue?

Published

on

Prime Video AI redesign

Prime Video’s Home Screen Is Getting a Radical Makeover

For years, opening Prime Video has felt like staring at the same wall of boxes. Row after row of titles, some you’ve watched, some you’d never touch, and very little that actually speaks to your mood. Amazon thinks artificial intelligence can finally break that cycle.

According to Reuters, Jeff Bezos himself has stepped in to push a major overhaul. The project, internally codenamed Lighthouse, is being driven directly by Bezos, who reportedly told Prime Video head Mike Hopkins that the original plans weren’t ambitious enough. The team scrapped everything and started over.

What Changes Under the Prime Video AI Redesign?

The new home page won’t just be a static grid anymore. Instead, AI will generate personalized tiles based on your viewing habits. Imagine prompts like “action movies from the 1980s” or “Christmas rom-coms” — that’s the direction Amazon executives are exploring.

Voice control is also in the mix. Amazon is considering folding Alexa directly into search, letting you say what you’re in the mood for instead of typing. Traditional search stays, and top-tier content like Thursday Night Football keeps its prominent spot.

Why Bezos Is Personally Involved

This isn’t a routine update. The Lighthouse project emerged from a tense meeting last fall, where Bezos made it clear that Prime Video’s direction lacked sufficient AI and personalization. The team rebuilt the entire experience under global design lead Kam Keshmiri.

Bezos has remained hands-on, which is notable given his reduced role in Amazon’s daily operations since 2021. His involvement signals how critical this is for the company’s broader AI ambitions.

The Bigger Picture: Amazon’s AI Bet

Prime Video’s redesign is one piece of a massive puzzle. Amazon has committed nearly $200 billion in capital spending this year, largely tied to AI. That includes a $23 billion investment split between OpenAI and Anthropic.

But the stakes are high. Prime Video currently holds just 4.2% of US television viewing, trailing YouTube, Netflix, and Disney+. Amazon needs this to work. Yet its other major AI project, the revamped Alexa, has reportedly struggled and continues to lose money.

Will More AI Actually Benefit Viewers?

Here’s the honest question: does any of this fix the real problem? Streaming services like Prime Video let studios pay for prime placement. If AI-driven recommendations replace some of that paid real estate, what you see first could depend on your preferences rather than who paid the most. That would be a genuine win for viewers.

But skepticism is warranted. Netflix has already thrown AI at the scrolling fatigue problem, and users still complain about finding nothing to watch. It’s also unclear whether paid placement will vanish entirely or simply hide inside the algorithm. If it’s the latter, viewers won’t see much real change.

What’s Next for Prime Video Users

Amazon is currently testing early versions of Lighthouse with a small group of users. Feedback from that testing could reshape the final layout before any wide rollout.

For now, the promise is enticing: a home screen that actually knows what you want to watch. But whether Lighthouse delivers on that promise, or just rearranges the same frustrations, remains to be seen. You’ll only know once it lands on your screen.

Continue Reading

Artificial Intelligence

Samsung’s Galaxy Z Fold 8 just stole a Google Pixel 11 feature — and that’s a big deal

Published

on

Gemini Intelligence Galaxy Z Fold 8

For years, Google has used Samsung’s Unpacked stage to roll out its biggest software tricks. Today’s event was no exception — but this time, the news hits closer to home for anyone who’s been eyeing a foldable.

The Samsung Galaxy Z Fold 8, Z Flip 8, and Z Fold 8 Ultra are the first devices anywhere to get Gemini Intelligence Galaxy Z Fold 8 task automation, Google’s agentic AI that actually does things for you. Not just answers questions — books the dinner reservation, orders the groceries, grabs the concert tickets.

The Pixel 11, Google’s own flagship, still hasn’t seen this feature in its full public form. That’s a strange sentence to write, but it’s true.

What Gemini Intelligence actually does on the Fold 8

Gemini’s task automation launched in beta back in February. On the new Galaxy foldables, it now works across more than 40 apps. You can hand off multi-step chores like ordering food, adding items to a shopping cart, or snagging event tickets — all by voice or text, hands-free.

Gemini can also read what’s on your screen and use images as prompts, not just typed words. Point it at a flyer, and it’ll figure out what to do next.

Google’s own demo video showed the assistant hopping between apps to complete a single request, with the user able to view, pause, or cancel the whole pipeline at any moment. It’s a far cry from the single-app assistants we’ve had for a decade.

Gemini Notebook comes preinstalled

Speaking of tools you’ll actually use, Gemini Notebook — the research assistant formerly known as NotebookLM — ships preinstalled on the Z Fold 8 and Z Flip 8. You can drag and drop sources straight into the app and turn them into a podcast, slide deck, or quiz. Handy for students and anyone juggling projects.

Buyers also get a free six-month trial of Google AI Pro, the premium tier that unlocks extra features across Gemini apps.

Galaxy Watch 9 and the new eyewear

It’s not just the phones. The Galaxy Watch 9 lets you raise your wrist to trigger Gemini with no wake word needed. Just lift, speak, done.

Google also confirmed Gemini is coming to Samsung’s intelligent eyewear this fall, with two new designs unveiled at today’s event. No release date yet, but the fall window is close.

The iPhone switcher play

Here’s the part that might matter most to fence-sitters. Android 17 now includes a built-in data transfer tool that moves up to 20 data types — photos, messages, contacts, even app data — wirelessly or via cable, with no third-party apps required.

That’s a direct answer to the biggest headache of leaving iPhone. Google clearly sees Samsung’s foldable audience as a genuine wedge for pulling iOS users over, not just a showcase partner.

Samsung’s hardware might headline today’s event, but Google quietly made the argument for why you’d actually switch to it. The Fold 8 is the spear tip; the software is the reason to grab it.

What this means for the Pixel 11

It’s odd to see Google prioritize a partner’s device over its own. But it’s also smart. Samsung sells foldables at scale, and every new Galaxy owner who tries Gemini Intelligence is one more user hooked into Google’s AI ecosystem.

Expect the Pixel 11 to catch up soon after launch, likely with even deeper integration. For now, though, the bragging rights belong to Samsung.

If you’ve been waiting for a reason to try a foldable — or to leave iPhone behind — this might be it. The hardware is impressive, sure. But the software is what’ll keep you there.

Continue Reading

Trending