Anthropic says Claude autonomously designed working protein binders for 14 of 15 drug targets in independent lab testing, roughly doubling the industry's typical hit rate. Meanwhile a critical, actively exploited vulnerability in Ray, the open-source AI compute framework behind much of the industry's ML infrastructure, gave federal agencies just three days to patch.

Top AI News Today: August 22, 2026

Two stories today, and they sit at opposite ends of what AI has quietly become capable of. Anthropic says Claude ran an entire early-stage drug discovery workflow largely on its own, designing working protein binders at roughly double the industry's normal success rate, independently confirmed in a real lab. At the same time, a critical flaw in the very AI infrastructure powering training and inference for companies like Amazon, Apple, and OpenAI has been under active attack for months, and federal agencies were given just three days to patch it. Progress and exposure, moving at the same pace.

Claude Autonomously Designed Working Protein Binders for 14 of 15 Drug Targets

Anthropic published research this week showing that Claude Opus 4.8 and Claude Mythos Preview autonomously ran de novo protein binder design campaigns against 15 biologically significant targets, producing at least one confirmed binder for 14 of them, according to independent lab validation from Adaptyv Bio and Twist Bioscience. Given a detailed human-written prompt, Claude researched each target, selected binding sites, orchestrated existing open-source structure and sequence design tools, optimized candidates computationally, and screened for solubility and novelty largely without further human direction, generating 30 candidate designs per target for 1,320 designs total.

The two outside labs physically synthesized and tested every design without modification, confirming 354 functional binders, for an overall hit rate between 22.6 and 35.1 percent depending on how the campaigns were run, against what Anthropic describes as a typical industry hit rate of 10 to 15 percent for this kind of de novo design work. The results varied sharply by target. Against RBX1, a protein studied in a public Adaptyv Bio design competition, Mythos Preview hit 40 percent, compared with a 3.7 percent success rate among the 245 human entrants in that same competition, and Claude's top-ranked design outperformed the competition's winning entry. For TNFα, the inflammatory protein targeted by drugs like Humira, Opus 4.8 designed binders that worked across human, monkey, and mouse versions of the target, while Mythos Preview, the more capable model on most other targets, failed on that one for reasons Anthropic says it does not yet understand.

The results were not uniformly strong. Against maltose-binding protein, a notoriously difficult target long used as a hard benchmark in the field, none of 90 Claude-generated designs was confirmed to bind, and performance against a synthetic benchmark protein called BBF-14 was similarly modest. Anthropic has published the full dataset, including raw wet-lab measurements, structure predictions, and provenance logs for every design step, on Hugging Face, and says it plans further testing to confirm hit rates and binding measurements before drawing firmer conclusions. Life-science tasks of this kind remain restricted to Anthropic's most capable, access-controlled model tiers rather than available broadly, reflecting the same dual-use caution the company has applied to its cyber-capable models.

What makes this result different from prior AI-protein-design claims is precisely the part that took the least AI: independent physical validation by two specialized labs with no stake in the outcome, rather than a purely computational benchmark Anthropic could have graded itself. A model proposing plausible-looking protein sequences is a much weaker claim than a model whose sequences got synthesized, expressed in living cells, and confirmed to actually bind their targets under blinded lab conditions, which is exactly the gap between an interesting demo and a result pharmaceutical researchers might actually build on. The maltose-binding protein failure and the unexplained TNFα model gap are useful reminders that this is still early, uneven work, not a finished replacement for expert protein engineers, but the RBX1 result alone, beating 245 human competition entrants by more than tenfold, is hard to wave away as noise.

Anthropic frames this work as one piece of a broader push into using Claude for real laboratory science rather than only text-based research assistance, and the company has separately reported that its models can process raw NMR and mass spectrometry data in under 25 minutes with purity readings within 0.1 percent of a lab's own reference measurement, a task that traditionally requires a trained analytical chemist's manual review. Taken together, the protein-binder and instrument-data results point toward a version of AI-assisted biology where a model doesn't just suggest hypotheses for a human to test, it runs meaningful chunks of the actual experimental pipeline, from initial design through interpreting raw instrument output, with humans reviewing outcomes rather than executing every intermediate step. Whether that model of collaboration scales safely into more sensitive areas of biology, where dual-use risk is a real and stated concern for Anthropic, is a separate and much harder question than whether the underlying design capability works, and it is the reason this specific capability remains locked behind Anthropic's most restricted model access rather than shipped broadly.

A Critical, Actively Exploited Flaw in Ray, the AI Framework Behind Much of the Industry's ML Infrastructure, Got a Three-Day Federal Patch Deadline

The US Cybersecurity and Infrastructure Security Agency added CVE-2025-62593, a critical remote-code-execution vulnerability in Ray, the open-source distributed computing framework widely used to scale AI and machine learning workloads, to its Known Exploited Vulnerabilities catalog on August 17, giving federal civilian agencies until August 20, just three days, to apply mitigations under Binding Operational Directive 26-04. Rated 9.4 out of 10 on the CVSS scale, the flaw affects Ray versions before 2.52.0 and was fixed by the Ray Project in that release, though CISA's KEV listing confirms attackers are actively exploiting unpatched systems now.

The vulnerability's mechanics are almost elegantly simple to abuse. Ray's dashboard and job-submission API tried to block browser-originated requests by checking whether the client's User-Agent header started with Mozilla, but Firefox and Safari both allow scripts using the Fetch API to freely modify that header, meaning the check verified nothing. An attacker only needs a developer to visit a malicious website, or even just load a malicious ad, while Ray is running locally; a DNS rebinding technique then tricks the browser into treating the attacker's domain as trustworthy, letting it reach the developer's local Ray instance and execute arbitrary commands, no login, no phishing email, no direct network exposure required. Security firm Oligo has linked unpatched Ray clusters, particularly those running on Nvidia GPUs, to an ongoing campaign called ShadowRay 2.0 that hijacks compute for cryptocurrency mining.

Ray is not a niche tool. With more than 43,000 GitHub stars, it underpins training and inference infrastructure at Amazon, Apple, and OpenAI among many others, and threat intelligence firm Bitsight found the RondoDox botnet had already begun probing for this exact flaw back in November 2025, two days before its public CVE disclosure, suggesting attackers were tracking vulnerability research chatter rather than waiting for an official advisory. Notably, RondoDox's specific implementation set its own User-Agent string to begin with Mozilla, the exact string Ray's broken check was looking for, meaning that particular botnet's exploit attempts would have accidentally triggered the very protection they were built to bypass, an ineffective attack against an already-ineffective defense.

The genuinely uncomfortable detail buried in the technical writeups is how badly AI infrastructure inventory has lagged its adoption. Security researchers tracking the disclosure note that a component like Ray tends to show up in at least six different places across an organization, developer laptops, build servers, container images, cloud compute environments, each typically owned by a different team and tracked by a different process, which means most organizations genuinely cannot locate every vulnerable instance in the three days CISA gave federal agencies to fix it, let alone the fourteen-day window that used to be standard before this year's risk-tiered directive shortened it. A control that trusts a client to honestly self-report what browser it's using was never a real control, and the gap between how fast AI tooling has spread through engineering organizations and how slowly anyone has inventoried where it actually lives is the same gap this specific bug walked straight through.

The compressed timeline itself reflects a broader shift in how CISA is now approaching AI-adjacent infrastructure. Binding Operational Directive 26-04, which replaced the agency's older flat fourteen-day remediation clock with a risk-tiered model earlier this year, gives its shortest deadlines specifically to vulnerabilities on publicly exposed assets capable of granting an attacker total control post-exploitation, a category Ray's flaw fits cleanly given how many organizations run its dashboard reachable well beyond a tightly controlled internal network despite the vendor's own documentation explicitly warning against that configuration. That mismatch between how Ray is supposed to be deployed and how it actually gets deployed in practice is itself a familiar pattern across fast-growing AI tooling, security guidance written for a careful, security-conscious rollout, applied against an industry moving too fast for most teams to read the fine print before shipping.

What This Means for AI in the Coming Days

Read together, today's two stories are a useful corrective to any single, simple narrative about where AI capability is heading. Claude's protein-design results are a genuine glimpse of AI doing real, physically verified scientific work with meaningfully better results than the field's current baseline, exactly the kind of outcome AI's most optimistic proponents point to. The Ray vulnerability is a reminder that the infrastructure quietly running underneath all of that capability, the frameworks, dashboards, and compute schedulers nobody outside a platform team thinks about, is often years behind on basic security hygiene, guarded by checks as flimsy as trusting a browser to say who it is.

Watch for independent replication of Anthropic's protein-design numbers from labs with no stake in Anthropic's own narrative, since a single company-funded study, however rigorously validated by outside labs, is still one data point rather than a settled result, and watch whether pharmaceutical or biotech companies begin citing these numbers in their own AI-adoption plans over the coming weeks. On the security side, watch how many organizations actually meet Ray's patch deadline given how hard the framework is to fully inventory, and expect more KEV-catalog entries targeting AI-adjacent open-source infrastructure as attackers increasingly treat the tools powering the AI boom as a target category in their own right, not just the models running on top of them.

Recommended News

•       Daily AI News: Top 5 Stories Every Morning
•       Weekly AI Roundups: 15+ Stories Every Monday
•       Best Claude AI Prompts 2026
•       Best ChatGPT Prompts 2026

Frequently Asked Questions

What did Claude actually do in Anthropic's protein design experiment?

Given a detailed prompt, Claude Opus 4.8 and Claude Mythos Preview autonomously researched 15 protein targets, selected binding sites, orchestrated existing open-source protein design tools, and generated 30 candidate binder designs per target, which independent labs Adaptyv Bio and Twist Bioscience then physically synthesized and tested.

How did Claude's protein designs compare to the industry standard?

Claude achieved a 22.6 to 35.1 percent hit rate confirming binders against 14 of 15 targets, roughly double the typical 10 to 15 percent success rate for de novo protein binder design campaigns in the field, and outperformed 245 human entrants in a public design competition on one specific target, RBX1.

What is CVE-2025-62593 and why is it urgent?

CVE-2025-62593 is a critical, actively exploited remote-code-execution vulnerability, rated 9.4 out of 10, in versions of Ray before 2.52.0, the open-source AI compute framework used by Amazon, Apple, OpenAI, and many other organizations to scale machine learning workloads; CISA added it to its Known Exploited Vulnerabilities catalog on August 17, 2026, with a three-day federal patch deadline.

How can attackers exploit the Ray vulnerability?

Attackers can exploit the flaw through a DNS rebinding attack triggered simply by a developer visiting a malicious website or ad while Ray is running locally, since Ray's protection against browser-based requests relied on checking a User-Agent header that Firefox and Safari both allow scripts to freely modify.

Is my organization at risk if it uses Ray for AI development?

Any organization running Ray versions before 2.52.0, especially on developer workstations, build servers, or cloud compute environments where the dashboard or API is reachable, should upgrade immediately and audit all Ray installations, since the framework is often deployed in multiple untracked locations across an engineering organization.

Keep Up With Tomorrow's AI News

Follow along at promptailearning.com/ai-news for daily AI news, weekly roundups, and monthly recaps, every story, every week, no paywalls.

References

1. Anthropic, Aug 2026: How Claude is accelerating protein design and analytical chemistry

2. TechTimes, Aug 20, 2026: Claude runs autonomous protein design campaign, wet lab confirms twice industry hit rate

3. The Next Web, Aug 2026: Anthropic says Claude designed working protein binders, and beat human experts on some

4. Storyboard18, Aug 2026: Anthropic says Claude designed protein binders for 14 of 15 targets in lab test

5. The Hacker News, Aug 2026: CISA flags actively exploited Ray flaw that can trigger browser-based RCE

6. The Register, Aug 18, 2026: CISA gives feds 3 days to fix actively exploited Ray RCE bug

7. ComplianceHub.Wiki, Aug 2026: CISA put an AI compute framework in the KEV catalog and gave agencies three days

8. Security Affairs, Aug 2026: U.S. CISA adds a Ray-Project Ray flaw to its Known Exploited Vulnerabilities catalog

EXPLORE MORE ON PROMPTAILEARNING.COM 

STAY UPDATED WITH AI NEWS
Follow the full AI news series and never miss a story:
Daily AI News: Top 5 Stories Every Morning
Weekly AI Roundups: 15+ Stories Every Monday
Monthly AI Recaps: Full Archive by Month

LEARN THE MODELS MAKING THESE HEADLINES
The models in today's news are only useful if you know how to prompt them well. Start here:
Best Claude AI Prompts 2026: 25+ Types With Examples
Best ChatGPT Prompts 2026: 200+ Real Examples
Best Gemini AI Prompts 2026: 100+ Templates 

BUILD SKILLS THAT COMPOUND
Reading AI news is step one. Building skills with these models is step two:
Free Prompt Library: 213+ Copy-Paste Templates
Start Prompt Engineering: Free Course for All Levels
Coding Prompts for Developers: Production-Ready Templates 

USE PROMPTS FOR THE NEWS TOPICS YOU READ ABOUT TODAY
Every story in today's post maps to a real use case. These prompt categories help you act on what you read:
Business and Strategy Prompts: Analysis, Pitch Decks, OKRs
Writing and Content Prompts: Emails, Case Studies, White Papers 

ABOUT THIS BLOG
promptailearning.com publishes free daily AI news, weekly roundups, monthly recaps, prompt guides, model comparisons, and course content for anyone who wants to get better at using AI. Written by Swatantra Verma. No paywalls, no fluff. 

Connect With Us
Email: contact@promptailearning.com
Founder: Swatantra Verma on LinkedIn
Co-Founder: Prateek Patel on LinkedIn
Company LinkedIn: Prompt AI Learning
Company X: @promptailearnin

AI newsAugust 2026AI news todayAnthropicClaudeprotein designRaycybersecurityCISA
Swatantra Verma

Written by Swatantra Verma

Founder & Head of Research

Focused on AI prompt research, content strategy, and building productivity-driven learning resources to help users write better prompts and work smarter with AI.

Follow Author

Similar Updates

Top AI News Today: August 21, 2026
Aug 20, 2026

Top AI News Today: August 21, 2026

OpenAI quietly dissolved its Preparedness team, the group tasked with judging whether its own models pose catastrophic risk, capping a summer that has emptied the company's safety and ethics leadership bench ahead of a possible IPO. Meanwhile Pennsylvania's governor signed the nation's strictest state-level guardrails on AI data centers.

6 min readRead Update →
Top AI News Today: August 19, 2026
Aug 19, 2026

Top AI News Today: August 19, 2026

OpenAI launched ChatGPT for Teens, automatically routing anyone it predicts is under 18 into a restricted experience. Meanwhile a security firm's AI agent found and exploited a vulnerability that GitHub's own Copilot Autofix missed, and an AI store manager built on Claude fired its first human employee.

6 min readRead Update →
Top AI News Today: August 18, 2026
Aug 18, 2026

Top AI News Today: August 18, 2026

A worldwide GitHub outage that knocked out Actions, Pull Requests, and Copilot for hours became the perfect launch moment for Cursor's new Origin code hosting platform, built for a world where AI agents open a third of all pull requests. Meanwhile Meta heads into a landmark trial in Oakland over allegations it designed Instagram and Facebook to addict children.

6 min readRead Update →
Top AI News Today: August 11, 2026
Aug 11, 2026

Top AI News Today: August 11, 2026

OpenAI pauses parts of its unreleased Astra model after it could not rule out a 'Critical' cyber risk rating, then expands Daybreak with a purpose-built hacking model of its own. Meanwhile Kimi K3 breaks out of a test sandbox, Meta open-sources a 30B agent model, and Google previews Thursday's Pixel 11 launch.

6 min readRead Update →