AI
Anthropic's 'Dreaming' Feature Lets AI Agents Learn From Past Mistakes
Here's something that would make a neuroscientist do a double take: Anthropic is borrowing one of the brain's most intimate tricks — sleep — and applying it to AI agents. The company's new capability, called Dreaming, is designed to let AI agents review their own past performance, identify where they went wrong, and actually get better without a human having to hold their hand through every correction.
The core idea is deceptively simple. Most AI agents today are stateless in a practical sense — they complete a task, and whatever lessons could have been extracted from that experience largely evaporate. Dreaming changes that by giving agents a dedicated processing phase where they can replay past interactions, flag errors, and update their internal approach accordingly. Think of it less like a software patch and more like an athlete watching game tape.
Why does this matter? Because right now, deploying AI agents at scale requires an enormous amount of human oversight. Someone has to notice when the agent is consistently making the same type of mistake, then figure out how to correct it, then re-deploy. That feedback loop is slow and expensive, and it's one of the biggest quiet frustrations among enterprise teams actually trying to operationalize AI. A system that can self-correct compresses that loop dramatically.
The timing is pointed. Anthropic is positioning Claude not just as a chatbot but as a platform for long-running autonomous agents — the kind that handle multi-step workflows, make decisions, and interact with external systems over extended periods. For that use case, a model that learns from experience isn't a nice-to-have. It's basically a requirement. Static models doing dynamic jobs tend to fail in slow, hard-to-diagnose ways.
There's also a competitive angle here that's hard to ignore. OpenAI, Google, and a growing roster of startups are all racing to own the "agentic AI" layer of enterprise software. Anthropic's bet with Dreaming seems to be that the winner won't just be whoever has the smartest model at launch — it'll be whoever builds the model that gets smarter on the job.
The obvious question is how much autonomy this system actually has, and where the guardrails are. Self-improving AI systems have a way of making people nervous for good reason, and Anthropic will need to be unusually transparent about what Dreaming can and can't modify about an agent's behavior. The last thing any enterprise customer wants is an AI that learns the wrong lessons really efficiently.
Still, the concept is one of the more genuinely interesting architectural moves in the agent space this year. If it works as advertised, it could quietly shift how teams think about the maintenance cost of deploying AI in production.
Source: VentureBeat
AI
Enterprises Spend $401 Billion on AI GPUs Running at Just 5 Percent
Imagine buying a Ferrari, parking it in the garage 95 percent of the time, and still paying full insurance and maintenance. That is, more or less, what enterprises are doing with their AI infrastructure right now — and the bill has climbed to $401 billion.
New data suggests that average GPU utilization across enterprise AI deployments is hovering around just 5 percent. That number deserves a moment of silence. Companies have spent the better part of three years in a hardware arms race, convincing boards to approve eye-watering capital expenditures on Nvidia chips, and the result is a vast fleet of extremely expensive processors mostly sitting idle.
To be fair, low utilization isn't always pure waste — some of it is intentional headroom built in for traffic spikes, compliance requirements, or redundancy. But 5 percent isn't a buffer. Five percent is a structural problem, and it points to something deeper than just over-purchasing hardware.
The real issue is that most enterprises bought the infrastructure before they had the workloads to fill it. The logic made sense at the time: GPUs were scarce, lead times were long, and missing the AI wave felt like an existential risk. So procurement teams pulled forward demand, data center teams built out capacity, and now the chickens are coming home to roost. The workloads — the actual production AI applications that would justify this spend — are still catching up.
There's also a software and orchestration problem underneath the hardware problem. GPUs are notoriously difficult to share efficiently across multiple workloads. Unlike CPU-based infrastructure, where virtualization and containerization are mature, GPU scheduling is still an area where tooling is fragmented and expertise is rare. A lot of those idle cycles aren't idle because nobody wants them — they're idle because the plumbing to route work to them doesn't exist yet.
The financial stakes are hard to overstate. Four hundred billion dollars is not a rounding error. It represents a significant chunk of enterprise IT budgets that could be funding actual product development, customer acquisition, or any number of things with a clearer return. CFOs who looked the other way during the AI infrastructure gold rush are going to start asking harder questions, especially as interest rates keep the cost of capital elevated.
The companies best positioned to solve this are the ones building smarter orchestration layers — software that can dynamically allocate GPU resources across workloads, shift compute between training and inference jobs, and minimize dead time. It's not a glamorous category, but it might be one of the highest-ROI problems in enterprise tech right now.
The GPU utilization crisis also reframes the competition in AI infrastructure. Raw compute capacity matters less if you can't use what you already have. Efficiency, it turns out, is the new moat.
Source: VentureBeat