Skip to content

Claude Blog 采集 (2026-07-10)

共采集 5 篇文章

📋 文章索引

  1. Bringing Claude Code and Claude Cowork to government - Jul 07, 2026 (评分: 9.0)
  2. Building effective human-agent teams - Jun 24, 2026 (评分: 9.0)
  3. The evolution of agentic surfaces: building with Claude Managed Agents - Jun 10, 2026 (评分: 9.0)
  4. Claude Design now stays on brand for daily work - Jun 17, 2026 (评分: 9.0)
  5. Building intelligent apps for Apple platforms with Claude in the Foundation Models framework - Jun 08, 2026 (评分: 9.0)

Bringing Claude Code and Claude Cowork to government

来源: Claude Blog 发布日期: Jul 07, 2026 采集时间: 2026-07-10 价值评分: 9.0/10 正文字数: ~3811 字符

摘要

Claude Code and Claude Cowork are now available in public beta in Claude for Government Desktop

正文内容

Claude Code and Claude Cowork are now available in public beta in Claude for Government Desktop, built on the same application our commercial customers use and delivered through a FedRAMP High authorized environment. With Claude Code, public sector teams can build and modernize the software systems that underpin public services. Claude Cowork works directly with files on the desktop, allowing agency staff to delegate memo creation, RFP reviews, casework, and decks to Claude. The expanded experience also comes with additional governance capabilities. Administrators can set configuration defaults as well as allocate and control spending across departments. Security teams and authorizing officials get tamper-evident audit logs and documentation that supports the agency ATO process. Today’s launch makes it easier for agencies to acquire, authorize, and allocate AI in pursuit of their missions. What's new Claude Code and Claude Cowork. Agencies get new capabilities on the same cadence as our commercial users. Conversation history is stored locally on the agency-managed device. Inference runs inside a FedRAMP High authorized environment. Billing that fits appropriations. Program offices can tie AI spend to appropriated funds with standard seats or they can define their own seat tiers with spend and model limits, and usage is purchased in fixed increments with a hard not-to-exceed cap. Administrators can track usage per user and per model in the admin console, and automatic burndown alerts warn them before the balance runs low. Administration that matches how departments are organized. Department-level administrators can allocate seats and prepaid usage to sub-agencies while allowing each to manage its own users. Administrators can use SCIM group mappings to set rate limits, dollar caps, and allowed models for specific seat tiers. Additionally, layered configuration sets defaults for sub-agencies including what Claude can connect to, which features are available, and instructions that guide how Claude interacts with users. Oversight by design. Every administrative action is recorded in a hash-chained audit log that organization administrators can review directly in the product. Sensitive operations on Anthropic's side require two-person approval. Usage exports are metering data only so agencies can answer ATO and IG requests without moving sensitive material. Security and oversight For security teams evaluating the desktop deployment, we're publishing our FedRAMP Secure Configuration Guide as a public-facing document that customers can use to configure their Claude for Government product in a secure manner. In addition, FedRAMP requires us to provide our formal change notification, which contains details associated with this change. Lastly, a penetration-test summary is available for the new desktop client, and subsequent follow up penetration-tests summaries will be provided once available. The change notification and pentest summary are available under NDA through Anthropic’s trust center. The application deploys through standard agency MDM platforms. Getting started Claude for Government is available in beta starting today. Anthropic remains the contracted and billing party—agencies don't need a separate cloud-provider relationship to get started. New customers can request access at claude.com/solutions/government . Security teams can download the penetration-test artifact through the following link .

Explore more product news and best practices for teams building with Claude.

Transform how your organization operates with Claude

Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.

Please provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.


采集自 Claude Blog,由 collect_claude_blog.py 自动采集


Building effective human-agent teams

来源: Claude Blog 发布日期: Jun 24, 2026 采集时间: 2026-07-10 价值评分: 9.0/10 正文字数: ~565 字符

摘要

The way we work with AI is evolving from a single-player to a multiplayer experience, where humans and agents work together as a team to achieve shared goals. We share examples of this new way of working in action.

正文内容

The way we work with AI is evolving from a single-player to a multiplayer experience, where humans and agents work together as a team to achieve shared goals. We share examples of this new way of working in action.

Explore more product news and best practices for teams building with Claude.

Transform how your organization operates with Claude

Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.

Please provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.


采集自 Claude Blog,由 collect_claude_blog.py 自动采集


The evolution of agentic surfaces: building with Claude Managed Agents

来源: Claude Blog 发布日期: Jun 10, 2026 采集时间: 2026-07-10 价值评分: 9.0/10 正文字数: ~2886 字符

摘要

Claude Managed Agents allows teams to build and deploy agents in production environments reliably at scale. Here’s why and how teams are using it.

正文内容

As model intelligence and agentic harnesses evolve, Claude Managed Agents allows teams to build and deploy agents in production environments reliably at scale. Here’s why and how teams are using it.

Getting an agent into production takes more than a good prompt. The agent needs somewhere to run the code it writes, credentials to reach your data, observable sessions, and infrastructure that scales with usage. On the Applied AI team, we work at the intersection of product, research, and the customers building on Claude—and we see the same pattern repeatedly: infrastructure is what separates a prototype from a production agent. All too often, teams burn development cycles on security, state management, permissioning, and harness tuning. Claude Managed Agents , our suite of composable APIs for building and deploying production-grade agents, pairs an agent harness tuned for performance with production infrastructure, allowing teams to go from prototype to launch in days rather than months. In this post, we'll cover the evolution of Anthropic’s agentic building blocks, why we built Claude Managed Agents, and how teams are using it in production today. Evolving the agent architecture When we opened up Claude to developers in 2023, the API was deliberately simple: tokens in, tokens out. You sent a prompt, Claude returned a completion, and you built the harness and underlying infrastructure. The API grew steadily richer over the years, but the contract underneath never changed: one request, one model turn, and your application decides what happens next. For a long time, that was enough. Summarizing a document, classifying a support ticket, rewriting a block of text—the kind of work that fits comfortably in a single turn. Over time, however, the tasks people wanted to hand off stopped fitting. They wanted Claude to carry a task all the way through, look something up, act on it, see what changed, and decide what to do next. And they wanted it to operate in the systems their work already ran on, like a codebase, internal wiki, or ticketing system. With the API, turning Claude into an agent meant building your own loop: ask the model what to do, run the tool, feed the result back, and repeat. You were responsible for building and deploying the agent scaffolding, which may need tuning as models evolve. For agents that require full customization, this approach makes sense. For agentic workloads that are more predictable and less complex, optimizing harnesses as models and products evolved became tedious.

Explore more product news and best practices for teams building with Claude.

Transform how your organization operates with Claude

Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.

Please provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.


采集自 Claude Blog,由 collect_claude_blog.py 自动采集


Claude Design now stays on brand for daily work

来源: Claude Blog 发布日期: Jun 17, 2026 采集时间: 2026-07-10 价值评分: 9.0/10 正文字数: ~825 字符

摘要

Claude Design now sticks to your design system across projects, works fluidly with Claude Code, lets you edit directly on the canvas, and connects to more tools you already use. It has a new home in the sidebar on the Claude desktop app; you can also find it at claude.ai/design.

正文内容

Getting started Claude Design is in beta on Claude Pro, Max, Team, and Enterprise plans and included with your subscription. It’s turned off by default for Enterprise users; admins can enable it in organization settings, and work is shareable only within your organization. Find it at claude.ai/design or in the sidebar on the desktop app. Bring in your design system and create. No ideas? Ask for three directions on your next landing page, and pick the one worth refining.

Explore more product news and best practices for teams building with Claude.

Transform how your organization operates with Claude

Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.

Please provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.


采集自 Claude Blog,由 collect_claude_blog.py 自动采集


Building intelligent apps for Apple platforms with Claude in the Foundation Models framework

来源: Claude Blog 发布日期: Jun 08, 2026 采集时间: 2026-07-10 价值评分: 9.0/10 正文字数: ~557 字符

摘要

A new Swift package connects Apple's Foundation Models framework to Claude. Hand off complex reasoning from on-device models with typed Swift outputs.

正文内容

Today we're releasing Foundation Models framework support for Claude through a new Swift package that lets Apple developers use Apple's Foundation Models framework to call Claude for more complex workflows.

Explore more product news and best practices for teams building with Claude.

Transform how your organization operates with Claude

Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.

Please provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.


采集自 Claude Blog,由 collect_claude_blog.py 自动采集