Multiple outlets (CNBC, Becker's Hospital Review, tech.yahoo) reported on 2026-06-30 that Anthropic, at a San Francisco event, announced it is launching its own internal drug discovery program focused on 'neglected' diseases that traditional pharma avoids for lack of commercial incentive. Unveiled alongside the same-day Claude Science workbench, it marks Anthropic's first hands-on move into drug development. Life sciences head Eric Kauderer-Abrams gave two reasons: first, 'we believe first and foremost that to build the right models, products and tools to accelerate the industry, we need to live it along with all of you' — gaining firsthand experience to more credibly help biopharma customers (Claude Science's target market) rethink their development workflows; second, 'due to our public benefit mission, we are fortunate enough to be able to go after these neglected diseases that otherwise wouldn't be addressed.' Claude Science spans 60+ functions across genomics, structural biology, proteomics and cheminformatics, handling CRISPR screen design, single-cell RNA sequencing analysis and 3D protein structure rendering. The move follows Anthropic's ~$400M April 3 acquisition of biotech startup Coefficient Bio to enter AI-driven drug discovery.
tech.yahoo.comClaude desktop app lands on Linux (beta) — The official Claude Code X account @ClaudeDevs announced on 2026-06-30 16:06 UTC that the Claude desktop app is now available on Linux in beta, supporting Ubuntu 22.04+ and Debian 12+ (x86_64 and arm64) with the same Chat, Cowork, and Claude Code experience as macOS/Windows: parallel sessions, visual diff review, an integrated terminal and editor, and live app preview, available on all paid plans. Installation and updates go through Anthropic's official apt repository (updates arrive with regular system package updates; the app does not self-update), and the official docs provide signing-key fingerprint verification plus a direct .deb download fallback. The beta still lacks Computer Use (app and screen control) and voice dictation (CLI voice dictation is unaffected); the Quick Entry global hotkey works on X11 but requires the desktop environment's GlobalShortcuts portal on native Wayland; Fedora and RHEL are not yet supported (Debian-based only), with support for more distributions to come.
x.comTechCrunch: Anthropic launches Claude Sonnet 5 as a cheaper way to run agents, confirming agentic capability is the new baseline at every price tier — On 2026-06-30 TechCrunch reported the Sonnet 5 launch, framing it as delivering strong agentic capability at lower cost and noting competition is shifting toward how cheaply and reliably models work without human oversight. The article places Sonnet 5 below Opus 4.8, OpenAI GPT-5.5, and Google Gemini 3.1 Pro on price, but above Gemini 3.5 Flash; recent rivals include OpenAI's GPT-5.6 Sol and Google's Gemini 3.5 Flash. Agentic coding benchmarks: Sonnet 5 63.2%, Opus 4.8 69.2%, Sonnet 4.6 58.1%. Introductory pricing is $2/$10 per million input/output tokens; starting Tuesday (6/30) Sonnet 5 is the default model for Free and Pro plans and is available on every subscription.
techcrunch.comTechCrunch: Claude Science bets on workflow, not a new model, to win over scientists — On 2026-06-30 TechCrunch analyzed Claude Science, saying the move marks Anthropic's shift toward vertical, workflow-level products rather than raw model capability. It names early partners among biotech/pharma and research institutions: Novo Nordisk, the Allen Institute, Amgen, Moderna, Thermo Fisher, and the UCSF Brain Tumor Center. It contrasts three distribution strategies: Anthropic going wide with broad subscription access, OpenAI gating its counterpart GPT-Rosalind as a research preview limited to qualified U.S. enterprise customers behind a qualification and safety review, and Google DeepMind leaning on proprietary models nobody else has such as AlphaFold and AlphaGenome. The piece suggests this could foreshadow how AI vendors compete in other verticals like law, finance, and engineering.
techcrunch.comClaude Opus 4.8 elevated error rates incident (resolved) — status.claude.com logged an incident affecting Opus 4.8 across claude.ai, Claude Console, Claude API, Claude Code, Claude Cowork, and Claude for Government: investigation began 2026-06-30 14:31 UTC, a fix was implemented and monitored at 14:45 UTC, and it was resolved at 15:28 UTC, lasting about 57 minutes. It continues the pattern of recurring frontier-model error-rate incidents since Opus 4.8 launched — another Opus 4.8 error-rate incident occurred on 6/27 and an Opus 4.5 incident on 6/29.
status.claude.comClaude Code publishes official loops primer "Getting started with loops" — the team's first taxonomy and selection guide for loops. Delba de Oliveira and Michael Segner of the Claude Code team published the guide on the claude.com blog, defining loops as "agents repeating cycles of work until a stop condition is met" and categorizing them by trigger and stop condition into four types: turn-based loops (triggered by user prompts, stopping when Claude judges the work complete or needs more context — best for shorter, non-recurring tasks), goal-based loops (/goal, manually triggered, stopping when verifiable exit criteria are met or max turns are reached — suited to tasks with clear success conditions), time-based loops (/loop and /schedule, triggered on specified intervals — suited to recurring work and monitoring external systems), and proactive loops (event- or schedule-triggered with no real-time human involvement, composing subagents and dynamic workflows for well-defined always-on work). Selection guidance: start with the simplest solution and use loops selectively; replace subjective judgments with quantifiable, deterministic success criteria to cut token usage and iterations. For quality, encode verification standards as skills and use a secondary agent for code review; for token management, pick primitives and models per task, pilot dynamic workflows on smaller data slices, use scripts for deterministic operations, match routine intervals to actual change frequency, and monitor usage via the /usage, /goal, and /workflows commands. Examples include "/goal get the homepage Lighthouse score to 90 or above, stop after 5 tries.".
claude.comNVIDIA BioNeMo Agent Toolkit integrates with Claude Science — accelerated computing exposed as callable skills for life-sciences research. NVIDIA announced on its official blog on 2026-06-30 that the BioNeMo Agent Toolkit integrates with Anthropic's Claude Science: NVIDIA-accelerated models and libraries are packaged as skills Claude Science can call, so researchers describe a task in natural language (genomic sequence analysis, protein structure prediction, inhibitor molecule design) and Claude Science selects tools, prepares inputs, and orchestrates execution on NVIDIA compute resources. Natively connected resources include Evo 2, Boltz-2, and OpenFold3 (protein structure prediction and design), Parabricks (accelerated genomic analysis), RAPIDS-singlecell (single-cell analysis — one 52-minute analysis reduced to 25 seconds), nvMolKit (cheminformatics, up to 3,000x speedup), plus BioNeMo open models and NIM microservices, covering preconfigured domains across genomics, proteomics, single-cell, cheminformatics, and clinical research. NVIDIA notes 18 of the top 20 global pharmaceutical companies already deploy BioNeMo in production. The toolkit is available via NVIDIA developer resources and GitHub.
blogs.nvidia.comClaude Sonnet 4 (claude-sonnet-4-20250514) and Opus 4 (claude-opus-4-20250514) announced for deprecation, retiring from API on 2026-06-15; migration to Sonnet 4.6 and Opus 4.6 recommended.
platform.claude.comClaude Code v2.1.196 released — Added support for organization default models (admins set it in the org console; shows as "Org default"/"Role default" in /model when you haven't picked one), readable default session names at start for easier identification and messaging, and clickable file attachments in chat (Cmd/Ctrl-click reveals the file in Finder/Explorer). Security: claude mcp list/get no longer spawn .mcp.json servers that a repo self-approved via a committed .claude/settings.json; untrusted workspaces show "⏸ Pending approval". Fixes: waking a background job no longer permanently deletes its conversation and re-runs the original prompt when the transcript probe misreads a real transcript (the file is set aside, never deleted); rate-limit warning flickering and over-counted telemetry when multiple parallel requests hit a usage limit at once; duplicate recap lines after a background session's turn; PowerShell git diff/git grep, egrep/fgrep, and quoted search patterns containing a pipe being reported as failures on exit 1 (now matches Bash); claude agents side-panel keyboard focus getting stuck and background jobs losing subagent types on each open; claude agents --dangerously-skip-permissions silently falling back to auto mode instead of showing the bypass disclaimer; mid-turn crash recovery for Remote sessions (sessions interrupted by a server restart auto-resume on the next worker); MCP OAuth requesting the auth server's full scopes_supported catalog when no scope is specified, causing invalid_scope on GitLab self-hosted and other enterprise IdPs; /context showing 0 tokens for all tool groups on Bedrock; /deep-research misreporting verifier failures as "all claims refuted" instead of unverified; voice dictation swallowing spaces and spuriously starting a recording during fast typing. Improvements: background session reliability (long-running commands and workflows survive the process being stopped/restarted/updated, including Windows handing off background shells instead of killing them); workers killed by a daemon restart auto-resume from where they left off; /code-review merges five cleanup finders into one, cutting tokens by ~25%; the streaming idle watchdog is now on by default for all providers (aborts and retries after 5 minutes of no events; set CLAUDE_ENABLE_STREAM_WATCHDOG=0 to disable); Remote Control is disabled when ANTHROPIC_BASE_URL points at a non-Anthropic host; opening agents view from a foreground session now requires a single ← press.
github.comCalifornia Governor Newsom announces a "first-of-its-kind" partnership with Anthropic — Claude available to all California state agencies and local governments at half price — The California Governor's office announced on 2026-06-29 a first-of-its-kind partnership with Anthropic: state agencies can use the AI productivity assistant Claude at a 50% discount, with free workforce training, GenAI technical assistance, and workflow input from Anthropic developers; the same discounted offer extends to California cities and counties. Claude is the first AI productivity tool offered through the California Department of Technology's (CDT) new Statewide Information Technology Shared Services (SITeS) portal, which centralizes procurement with transparent pricing. Existing California uses include Engaged California (a first-in-the-nation deliberative democracy platform), Poppy (pre-built queries built by state workers), CA DMV customer service, the Department of Health Care Services' Medicaid workflows, and cyber defense via Claude Security at CDT and CalOES. Newsom said "AI should not replace the human work of government; it should help our workers move faster, solve problems more effectively, and deliver better results for Californians"; Anthropic's Kate Jensen said the partnership puts into practice "building AI responsibly and in service of people."
gov.ca.govTechCrunch: California signs a half-price Claude procurement deal with Anthropic, highlighting a state-vs-federal divide on AI safety — TechCrunch reported on 2026-06-29 on the half-price Claude government procurement deal struck by California Governor Newsom and Anthropic, noting its sharp contrast with federal actions: the Pentagon previously rejected Anthropic's safety conditions (restrictions on autonomous weapons, anti-surveillance protections) and signed with OpenAI instead, after which the Department of Defense designated Anthropic a "supply-chain risk" and barred defense contractors from partnering with it. The report says the deal continues Newsom's March 2026 executive order accelerating government AI adoption; California CIO Chris Given told Politico the DoD's supply-chain risk designation "just didn't come up" during negotiations, suggesting state-level AI partnerships operate independently of federal restrictions. The deal covers all state agencies and local governments, though the report does not list exact affected agencies or employee numbers.
techcrunch.comClaude apps gateway launches — On 2026-06-29 Anthropic announced the Claude apps gateway on the claude.com blog: a self-hosted control plane for Claude Code, shipped as part of the `claude` binary (v2.1.195+; run with `claude gateway --config gateway.yaml`), sitting between developers' Claude Code clients and the model provider. Developers sign in with the corporate OIDC IdP (Okta, Microsoft Entra ID, Google Workspace, Keycloak, Dex, PingFederate — SAML and LDAP not supported) and receive short-lived bearer tokens (1-hour default TTL), while the gateway holds the upstream credential and forwards inference to Amazon Bedrock, Google Cloud's Agent Platform, Microsoft Foundry, or the Anthropic API with cross-provider failover. Centralized controls include IdP-group-based model allowlists and managed settings (server-side rejection of ungranted models), per-user/per-group/per-org spend caps (daily/weekly/monthly via a REST admin API wire-compatible with Anthropic's public Admin API; over-limit returns HTTP 429 `billing_error`), TLS leaf-certificate fingerprint pinning on first connect, identity-stamped OTLP telemetry fan-out (token counts, model, latency; prompts/completions are not stored), and single-line JSON audit events (`session.mint`, `device.authorize`, `auth.denied`, `inference`, `spend.blocked`, etc.). Deployment requirements: native Linux binary (macOS for dev only, no Windows server), PostgreSQL 14+, HTTPS, and a private-network address (Claude Code's `/login` refuses to connect to a gateway host that resolves to public IPs, so a malicious managed-settings push can't execute commands on developer machines). Admins push `forceLoginMethod` and `forceLoginGatewayUrl` via MDM to auto-route sign-in. No separate license fee — inference draws down existing cloud or Anthropic commitments. It complements the same-day Claude Microsoft Foundry GA and the existing Databricks Unity AI Gateway integration, forming a unified Anthropic enterprise control plane across the three major hyperscalers.
code.claude.comClaude Opus 4.5 elevated error rate incident (resolved) — status.claude.com logged an incident affecting the Claude API (api.anthropic.com): investigation began at 13:35 UTC on 2026-06-29, the issue was identified and a fix implemented at 13:52 UTC, a fix was deployed and monitoring began at 14:13 UTC, and it was declared resolved at 14:27 UTC, lasting about 52 minutes. It adds to a recent string of frontier-model error-rate incidents, continuing the pattern of recurring Anthropic model error rates since Opus 4.8 launched.
status.claude.comClaude Developer Platform official release note (2026-05-12): Fast mode (research preview) now supports the Claude Opus 4.7 model. By setting `speed: "fast"`, `model: "claude-opus-4-7"`, and the `fast-mode-2026-02-01` beta header in an API request, developers get significantly faster output token generation (up to roughly 2.5x output tokens/sec), priced at 6x standard Opus rates across the full context window (including requests over 200k input tokens). Pricing, rate limits, and access are the same as for Opus 4.6 fast mode; interested customers must join the waitlist. Fast mode does not support the Batch API and is not available for Claude Platform on AWS, Amazon Bedrock, Google Vertex AI, or Microsoft Azure Foundry — it is offered only via the direct Anthropic API (with the beta header) and supported native integrations (Claude Code, Cursor, Windsurf, v0, Warp). Fast mode first launched for Opus 4.6 in February 2026.
platform.claude.comClaude is now generally available (GA) in Microsoft Foundry — On 2026-06-29, Anthropic announced on the claude.com blog that Claude is generally available in Microsoft Foundry (hosted on Azure), letting enterprises use Claude within their own Azure environment with the authentication, billing, and governance controls they already use. The initial lineup offers Claude Opus 4.8 and Claude Haiku 4.5 via the Messages API for coding, agentic work, and complex reasoning. Customers can choose where inference is processed, including a US data zone for data-residency requirements; Anthropic operates the inference and is the data processor. Two deployment options are offered: hosted on Azure (using Azure identity and governance) or hosted on Anthropic (supporting additional API features). It integrates with existing Microsoft Enterprise Agreements, letting eligible customers' Claude usage draw down an Azure commitment.
claude.com