Posts

Showing posts with the label Agents

NVIDIA Just Gave Claude Scientists a GPU wrench — and the pharma industry is already lining up

Image
NVIDIA didn't so much announce a new product today as quietly hand Claude Science a toolbox full of GPU-accelerated models and call it a day. The BioNeMo Agent Toolkit lets Anthropic's Claude Science workbench treat things like protein folding, genomic sequencing, and inhibitor design as callable skills — the kind of thing where a scientist types "find inhibitors for this cancer antigen" in plain English and watches Claude pick the right models, run the analysis, and hand back results without ever configuring an endpoint. What's interesting is the architecture behind it. Each "skill" in the toolkit carries metadata about its purpose and required inputs, so Claude's agents can reason about which tool to invoke next. You get an iterative loop: Claude reasons, runs a GPU-heavy computation via BioNeMo, the scientist inspects the output, refines the question, and Claude picks up where it left off. The models doing the heavy lifting — Evo 2, Boltz-2, Ope...

Cloudflare’s New Bet on AI Agents Is Memory, Not More Context

My working theory about AI agents is that most of the industry keeps trying to solve a software design problem by shoving more tokens at it. Bigger context windows are useful, sure, but they are not magic. Past a certain point, they become the digital equivalent of stuffing every receipt, sticky note, and half-baked thought into one backpack and then acting surprised when you can’t find your keys. That is why Cloudflare’s new Agent Memory announcement caught my attention. The interesting part is not the usual “agents are the future” throat-clearing. It is the much more practical claim: long-running agents need a managed way to remember what matters, forget what does not, and retrieve useful context without dragging their whole life story into every prompt. Cloudflare is pitching this as a private beta service that ingests conversations, stores memories in profiles, and lets an agent explicitly remember, recall, list, or forget information. In plain English, it is trying to turn memory...

The Web Is Getting an AI Interface, Whether It Likes It or Not

One of the more interesting signals this week is not a shiny new model, but a quieter infrastructure move: Cloudflare is pushing the idea that websites now need to be readable not just by humans and search engines, but by AI agents. Its new Agent Readiness score is basically a report card for whether a site exposes the right clues for machine-driven visitors—things like robots preferences, markdown responses, authentication guidance, and emerging standards for machine-readable access. Cloudflare’s own numbers are the useful part here: across 200,000 popular domains, only 4% had declared AI usage preferences via Content Signals, about 3.9% supported markdown negotiation, and some newer standards barely registered at all. That is a polite way of saying the so-called agentic web is still mostly held together with wishful thinking, vibes, and whatever random HTML a bot feels like chewing on. What makes this worth watching is the practical follow-through. Cloudflare also rolled out Redirec...

The New AI Stack Is Looking Weirdly Like Infrastructure Again

One of the more interesting tells in this week’s AI news cycle is that the flashy part is no longer the model demo. The real fight is moving down a layer, into execution, persistence, browsers, checkpoints, and all the boring-sounding machinery that suddenly becomes very un-boring the moment you try to ship an agent that has to survive longer than a coffee break. OpenAI says its updated Agents SDK now adds a model-native harness, configurable memory, MCP support, shell and file-edit tooling, plus native sandbox execution with checkpointing and rehydration across providers. On the same day, Cloudflare rolled out Project Think, which leans hard into long-running agents with durable execution, sub-agents, persistent sessions, and sandboxed code execution, while separately expanding the control plane behind Workflows to handle much higher concurrency and creation rates. If you squint a little, the industry is rediscovering a fairly old lesson: once software has to act in the world instead ...