Back to the show

AI & Tech Daily

Claude’s Protein Experiment Pushes AI Agents Into the Lab

19:42

Claude has orchestrated a protein-design campaign that produced 354 laboratory-confirmed binders, offering an early glimpse of general AI agents coordinating specialised scientific tools. Jesse also examines Binance’s route for agent-executed trading, binding conditions for Pennsylvania data centres, Cursor’s move into code hosting, Block’s open agent workspace, and the CareCloud breach affecting more than 3.7 million patients. Finally, ChatGPT begins automatically placing teenage users into a more protected experience.

Full transcript

Read the episode.

I'm Jesse Owen. This is AI and Tech Daily.

Claude Enters the Laboratory

An AI agent has helped produce 354 laboratory-confirmed protein binders. That’s not a new medicine, but it is a striking test of what happens when a general model starts running specialist scientific tools.

The part worth spending time on is the division of labour. Anthropic says Claude Opus 4.8 and its research-only Mythos Preview system selected biological targets and operated open-source protein-design software. External laboratories then synthesised and tested the resulting molecules. Claude didn’t replace the specialist design models, and it certainly didn’t perform the physical experiments. It acted more like an autonomous research coordinator, choosing work, using tools and carrying a computational campaign through to laboratory validation.

Researchers tested 1,320 designs and confirmed 354 binders across 14 of the 15 evaluated targets. A binder is a protein designed to attach to a particular biological target. That can make it useful in research and, after much more work, potentially in diagnostics or therapeutics. The result means roughly one design in four was confirmed across the campaign, although the unsuccessful target shows that the workflow didn’t make every problem yield.

That limit is important. Successful binding doesn’t establish that a molecule is safe, effective inside a living system, manufacturable or suitable as a medicine. Those are separate questions involving a far longer validation process. Anthropic authored the research, it hasn’t been peer reviewed, and the results may not transfer to harder targets, ordinary laboratory budgets or models available to outside researchers. This is evidence of a functioning design workflow, not a clinical breakthrough.

Even with those qualifications, the experiment advances a more realistic account of AI in science. A general-purpose agent doesn’t need to invent biology unaided to become valuable. It can operate specialised systems, carry context between stages and coordinate decisions that would otherwise consume researchers’ time. If the approach holds up, laboratories may be able to evaluate more computational candidates before committing scarce bench capacity.

The distinction between automating one tool and coordinating a campaign also matters. Running a protein-design model is bounded. Selecting targets, moving among tools, producing candidates and carrying them towards external testing requires continuity across several steps. Anthropic’s result suggests that frontier agents can handle a meaningful share of that connective work.

My read is that the near-term economic effect could be more important than the idea of an artificial scientist. Agents may shift the bottleneck away from operating computational tools and towards experimental capacity, target selection and rigorous validation. Some early design campaigns could become faster or cheaper, while the scientific judgement that catches confident mistakes becomes more valuable.

For life-science organisations, the useful test is operational: can an agent reproduce this kind of workflow on their targets, with their tools and within their budget, while preserving a clear record of its decisions? Anthropic has provided credible evidence that such trials are newly worthwhile. It hasn’t shown that the long path from a protein binder to a working medicine has been shortened by the same degree.

Agents Gain Trading Access

That laboratory result is the big swing today. A more immediate form of agent autonomy is appearing in finance, where mistakes settle in real money.

Binance launched agent-oriented APIs and an MCP server on August 20. MCP is an interface through which AI systems can access external tools. In this case, a connected agent can retrieve balances and market data and, when authorised, use trading functions across Spot, Margin, Convert and Futures. Availability still depends on the user’s account permissions and region.

The exchange has built the system around dedicated agentic subaccounts. Users allocate funds to one of those accounts, withdrawals are blocked by default, and every order can require human approval. A user can also permit autonomous execution.

That creates a direct trade-off between speed and supervision. Per-order approval keeps a person in the loop but reduces the value of an agent acting independently. Autonomous permission removes that delay, leaving the allocated funds and API permissions as the main barriers between faulty reasoning and a completed trade.

Those safeguards don’t establish whether an agent can form a reliable strategy, detect corrupted market context or recognise when its reasoning has failed. TechCrunch reports that Binance imposes no separate trading-loss ceiling beyond the money in the subaccount. The agent’s reasoning also happens outside Binance, so the exchange can control permissions without verifying how a decision was reached.

The supported actions have very different consequences. Reading a price changes nothing. Placing an order does. Access to Margin or Futures also presents a different risk from narrowly scoped Spot activity, even when both use the same connection.

For developers, the subaccount balance is therefore a real damage boundary. An agent with a small allocation and limited Spot permissions is a fundamentally different product from one with substantial funds, broader trading functions and autonomous execution. Funding, approvals and API scope now belong in the safety design, not in a settings screen considered after launch.

My judgement is blunt: once an agent can move money, conversational quality becomes secondary. The meaningful specification is how much it can lose, which actions require another person and whether its decisions can be reconstructed after a failure. Binance has made live execution easier to connect. It hasn’t demonstrated that autonomous trading is dependable or resistant to prompt injection, bad context and poor model judgement.

Pennsylvania Sets Terms for Compute

At state-government scale, the argument is over who pays before the servers even switch on.

Pennsylvania Governor Josh Shapiro signed an executive order on August 18 placing binding conditions in front of proposed data centres. The state environmental agency is directed to review a permit application only after the developer makes legally enforceable GRID commitments and obtains local approval. AI data centres are also being removed from Pennsylvania’s accelerated permitting programme.

The order addresses costs that can sit behind ambitious investment announcements. Developers are expected to cover electricity infrastructure attributable to their projects rather than shifting it onto other ratepayers. The standards also cover water protections, reporting of energy and water use, engagement with surrounding communities, local workforce commitments and community benefits.

There’s a significant transparency provision as well. The order bars nondisclosure agreements that prevent communities from learning about proposed projects. Local councils and residents are being asked to assess demands on power, water and public infrastructure, so access to the basic shape of a proposal affects whether local consent is meaningful.

The sequence is the policy mechanism. Local approval and binding commitments come before state environmental review, rather than being promises resolved after a developer has advanced through a faster process. Removing AI data centres from accelerated permitting reinforces that order.

This isn’t a prohibition on new compute. It raises the threshold for entering the state process and changes the bargaining position around infrastructure costs. Developers need to establish who pays for attributable grid work and how local concerns are addressed while a proposal is still contestable.

Implementation remains uncertain. Municipalities and agencies may apply the conditions at different speeds, and the order doesn’t reveal how many projects will continue. Requirements that sound firm at state level can still produce uneven results when local capacity and interpretation vary.

My assessment is that Pennsylvania has nevertheless made a notable shift. It is moving from competing for AI infrastructure primarily through speed and incentives towards asking developers to pay visibly for the pressures their projects create.

For organisations choosing sites, approvals may become slower and early planning more demanding. The countervailing benefit is a lower risk of late conflict over hidden costs or undisclosed agreements. Projects with credible power, water and community plans now have a clearer advantage over speculative proposals relying on rapid permission first and difficult negotiations later.

Cursor Moves Into Code Hosting

There’s also a quieter fight over where coding agents live, review work and acquire permission to change software.

Cursor began rolling out Origin on August 17, moving beyond the editor and into code hosting. The early-beta platform combines repositories, pull requests, code browsing and agents in one interface, with bidirectional synchronisation for GitHub projects. It is rolling out to paid plans, although enterprise administrators can opt their organisations out.

The GitHub arrangement is deliberately conservative. When a repository is imported, pushes continue to GitHub and GitHub remains the source of truth. Pull-request comments and updates can synchronise in both directions. Teams can therefore evaluate Origin without immediately relocating their repositories or abandoning existing review processes.

That gives agents richer context than an editor session alone. A repository contains the code, but a pull request captures much of the judgement around it: why a change exists, what reviewers challenged and whether revisions answered those concerns. Combining code, review and agent activity could reduce the friction between generating a patch and getting it accepted.

Origin is still incomplete. Cursor says more agent-oriented hosting capabilities are coming, while the early beta has yet to establish its operational reliability, security posture, migration tooling or long-term pricing. Those gaps carry more weight in a host than in an editor. Hosting sits close to source code, identity, review discussions and deployment integrations.

My read is that code hosting is becoming a strategic control point for coding agents. An editor sees the immediate task; a host can see repository history, proposed changes and the feedback determining whether those changes become real. That context may make agents more useful.

It also concentrates trust. Teams need to examine the authority an agent receives across the combined environment, not only the quality of its patches. GitHub synchronisation lowers the immediate migration risk, but it doesn’t answer whether future Origin-specific workflows will be easy to reproduce elsewhere.

For paid Cursor users, experimentation has become easier without requiring an abrupt move away from GitHub. The longer-term trade-off is that review context and agent behaviour may draw teams deeper into one provider even while the underlying Git repository remains portable.

Block Opens the Agent Workspace

That concentration makes Block’s new project an interesting counterpoint: keep the workspace open even while the models change.

Block released Berd on August 19, an open-source desktop workspace intended to preserve projects, files, instructions and conversation context while users move among models and agent harnesses. It combines conversations, folders, agents and reusable skills inside persistent projects rather than treating every model session as a disposable chat.

Berd is built on Block’s goose agent and uses the Agent Client Protocol to connect its interface to different harnesses. It carries an Apache 2.0 licence, giving developers an inspectable and adaptable option that isn’t confined to one commercial model interface.

The important idea isn’t another model selector. Models are becoming easier to substitute. The harder thing to move is the accumulated working environment: instructions refined over time, project files, reusable tools, conversation history and the conventions an agent needs to operate safely. Rebuilding that environment creates switching costs even when another model is technically available.

Persistent projects may also reduce repeated setup. An agent returning to a task needs the right files, instructions and prior decisions available at the next step. Keeping those elements together can improve continuity and make it easier for a developer to inspect the context being carried forward.

That convenience creates responsibility. Persistent context can contain sensitive project material, operational instructions or credentials. The briefing doesn’t establish how Berd handles those conditions, and visible source code isn’t the same as an independent security assessment.

Open interfaces offer one response to provider dependence. If the workspace and harness communicate through a documented protocol, developers have more room to change models without rebuilding their entire workflow. They also gain more visibility into how context is assembled and presented to an agent.

Berd remains an early release without established adoption, production-support guarantees or independent security testing. Its reliability on long-running work and compatibility across a rapidly changing agent ecosystem are unresolved. It also requires enough technical skill to deploy responsibly.

My judgement is that Berd is worth watching as infrastructure rather than as a polished consumer product. Its strategic contribution is the attempt to separate durable project context from any one model company. If that separation proves reliable, changing models becomes easier without discarding the working memory around them. Credential handling, interoperability and sustained maintenance will decide whether the promise survives real use.

CareCloud Breach Expands

Now consider what happens when a shared technology provider fails in a sector where the data can’t simply be reissued.

New regulatory disclosures on August 19 confirmed that records belonging to more than 3.7 million CareCloud patients were exposed in a March intrusion. Attackers accessed one CareCloud environment hosted on Amazon Web Services between March 10 and March 16.

The stolen material can include names, addresses, Social Security numbers, government identification, financial information and medical data. That combination creates overlapping risks. Identity details can support impersonation, financial information can enable fraud, and medical records can make a convincing scam harder to recognise. Unlike a password, a diagnosis or treatment history cannot be meaningfully changed after disclosure.

The mixture is more consequential than any single field. Someone approaching a patient with accurate identity and health details may appear to be a provider, insurer or government service. The briefing doesn’t say that such misuse has occurred, but the exposed information could support highly tailored fraud.

Several important facts remain unknown. CareCloud hasn’t disclosed the attacker, the access method or whether a ransom was demanded or paid. Without the technical cause, it is difficult to judge whether this involved a narrow vulnerability, stolen credentials or a broader control failure. The patient total may also rise as more notifications are filed, making 3.7 million the confirmed scale rather than necessarily the final one.

Affected patients face risks spanning identity, finances and healthcare communications. Messages that combine medical information with requests involving identity or payment deserve particular suspicion because a sender may possess enough genuine detail to sound credible. The disclosures don’t establish how the records are being used, so concern needs to remain tied to the known exposure.

Healthcare providers also inherit security risk from platforms outside their own networks. My assessment is that access controls, audit evidence and breach-notification capability need to be treated as material parts of procuring a shared health-cloud service. One compromised environment can become a multi-provider incident, while patients carry the consequences long after the immediate system has been repaired.

What Changes for You

For anyone using ChatGPT at home or in a classroom, one product change now arrives by default.

OpenAI began rolling out ChatGPT for Teens on August 18. Users who declare an age from 13 to 17 are automatically placed into the experience, and OpenAI’s age-prediction system can also apply it when the service estimates that someone is under 18. Teenagers and families no longer need to discover and activate a separate safety mode before receiving the stronger defaults.

Those defaults add tighter handling around self-harm, violence, eating disorders, dangerous activities and sexual or graphic material. Study features are designed to redirect requests for completed homework towards explanations, questions and problem-solving. When parent and teen accounts are linked, parents can configure quiet hours and selected settings and receive certain safety notifications.

A teenage user is therefore meant to encounter more than a warning screen. The service is intended to respond differently to sensitive material and steer some schoolwork requests away from completed answers. Linked families also gain a limited layer of scheduling, configuration and notification controls.

The main limitation sits inside the automatic classification. Independent testing hasn’t shown how reliably OpenAI identifies underage users, how often adults are placed into the teen experience or how well the restrictions resist determined workarounds. The company hasn’t yet provided real-world evidence answering those questions.

Both kinds of error matter. Missing a teenager can leave that user with the standard experience. Misclassifying an adult can impose restrictions intended for someone younger. Automatic protection reaches people who would never activate a safety setting, but its credibility depends on age estimation working accurately enough in both directions.

My view is that safer defaults are a meaningful improvement. A protection that activates automatically will reach more teenagers than one buried in settings. But it also makes the accuracy and accountability of private age estimation a central part of OpenAI’s safety case.

For families, the starting point has changed, not the need for judgement. Teen users should receive a more restricted product and more learning-oriented responses by default, while linked parents gain modest controls. Those features aren’t parental supervision, and they aren’t a mental-health service. Their practical value depends on OpenAI showing that the classification and restrictions work reliably outside a controlled launch.

You'll find the sources and full transcript at owenonthenet.com. Thanks for listening.

Sources

Reporting behind this episode.

  1. anthropic.com/research/Claude-accelerates-protein-design
  2. www-cdn.anthropic.com/30bf50e22a01388bb29bf077ee3f244531594b7a.pdf
  3. developers.binance.com/en/docs/agent-native/mcp-server
  4. techcrunch.com/2026/08/20/binance-now-lets-ai-agents-trade-but-keeping-them-in-check-is-largely-up-to-users
  5. pa.gov/governor/newsroom/2026-press-releases/governor-shapiro-signs-executive-order-on-data-center-developmen
  6. openai.com/index/chatgpt-for-teens
  7. apnews.com/article/650cb35591de6546054d6c4e73b3290a
  8. cursor.com/changelog/origin-code-hosting
  9. techcrunch.com/2026/08/18/cursor-capitalizes-on-github-frustration-launches-rival-hosting-platform
  10. block.xyz/inside/designing-ai-with-character-what-we-learned-building-berd
  11. venturebeat.com/orchestration/blocks-new-apache-2-0-agent-workspace-berd-works-across-models-and-harnesses-stores-conversation-history-locally
  12. techcrunch.com/2026/08/19/carecloud-confirms-3-7m-patients-had-their-medical-records-stolen-in-data-breach
  13. oag.ca.gov/ecrime/databreach/reports/sb24-627090