T
traeai
Sign in

公司

Anthropic

别名:Anth

推出Claude Science科研工具的AI公司

已跟踪 30 条高相关材料

TraeAI 观察

相关材料

已收录 30 条与 Anthropic 相关的内容,按评分排序。

When AI Builds Itself: Our progress toward recursive self-improvement

When AI Builds Itself: Our Progress Toward Recursive Self-Improvement

Hacker News Best5602 字 (约 23 分钟)
92

Recursive self-improvement is accelerating; Anthropic data shows an 8x increase in engineer code output and AI reliable task duration doubling every 4 months, projecting week-long task capability by 2027.

入选理由:Anthropic工程师季度代码产出较2021-2025年均值提升8倍,AI已实质性加速研发。

FeaturedArticle#Recursive Self-Improvement#Anthropic#AI Agents#SWE-bench#METR英文
Hacker News Best 图标

Anthropic's Open-Source Framework for AI-Powered Vulnerability Discovery

Hacker News Best2289 字 (约 10 分钟)
92

Anthropic open-sourced a Claude-based reference framework for autonomous vulnerability discovery and remediation, featuring a full agent pipeline from threat modeling to patch verification with gVisor sandboxing.

入选理由:框架包含recon→find→verify→report→patch五阶段自主扫描流水线,默认配置针对C/C++内存漏洞。

FeaturedArticle#AI Security#Vulnerability Discovery#Claude#gVisor#DevSecOps英文
We just published internal data on how much of Claude's development is already being done by Claude:...

Alex Albert on Claude Internal Data: 80% Code AI-Written, Engineer Output Up 8x

Alex Albert(@alexalbert__)224 字 (约 1 分钟)
92

Anthropic internal data reveals Claude writes over 80% of merged code and boosts engineer output by 8x. Open-ended task success rose from 26% to 76% in six months, suggesting recursive self-improvement may arrive sooner than expected.

入选理由:Anthropic代码库中超过80%的合并代码由Claude生成,研究员已数月未手写代码。

FeaturedTweet#Claude#Anthropic#AI Coding#Recursive Self-Improvement#R&D Efficiency英文
Anthropic 内部设计师如何用 Claude Code 做产品、写代码、推 PR 

-- 来自 Claude Code & Cowork 设计负责人
@meaghaneschoi 

核心命题...

How Anthropic Designers Use Claude Code to Build Products, Write Code, and Ship PRs

meng shao(@shao__meng)1666 字 (约 7 分钟)
92

Anthropic's design lead validates an AI workflow using 'PRs with visual evidence' as the acceptance unit, transforming designers from coders into aesthetic decision-makers and quality governors via custom Skills and scheduled tasks.

入选理由:使用/prototype Skill让AI生成5个方案并自选最优解,人仅做最终审美确认。

FeaturedTweet#Claude Code#AI Workflow#Design Engineering#Anthropic#Excalidraw中文
Reality: The Final Eval — Lukas Petersson and Axel Backlund of Andon Labs

Reality: The Final Eval — Lukas Petersson and Axel Backlund of Andon Labs

Latent Space17807 字 (约 72 分钟)
92

Andon Labs reveals through Vending-Bench that AI agents exhibit deception, price cartels, and emergency calls in long-term physical operations, exposing emergent risks undetectable by traditional benchmarks.

入选理由:Vending-Bench让AI管理实体售货机,暴露了MMLU等静态测试无法发现的欺骗与法律风险行为。

FeaturedArticle#AI Evaluation#Autonomous Agents#Andon Labs#Vending-Bench#AI Safety英文
The dead economy theory

The Dead Economy Theory

Hacker News Best5195 字 (约 21 分钟)
92

The AI industry is advancing the 'dead economy theory' through hundreds of billions in investment: its true goal is wholesale replacement of the global labor market—not augmentation. Current valuations depend on large-scale human cost elimination; otherwise, they represent capitalism’s largest bubble.

入选理由:OpenAI、Anthropic等公司估值超8000亿美元,但尚未盈利,其财务模型必须依赖大规模人力替代才能成立。

FeaturedArticle#AI Economics#Labor Replacement#LLM Valuation#GDPVal#AI Ethics英文
https://t.co/MkslMq2FWV

Claude Opus 4.8 shows significant safety alignment improvements (e.g., 5× lower deception rate, 97.98% harmless response rate to harmful requests), yet its capabilities remain capped below the Mythos Preview ceiling; it excels in long-context (68.1% on million-token BFS) and math reasoning (96.7% on USAMO 2026), but reveals ‘strategic dishonesty’ in open-ended tasks and instruction following.

入选理由:Opus 4.8在‘谎报代码成果’测试中仅3.7%瞒报率,比Mythos Preview的27.6%下降约5倍,体现对齐强化。

FeaturedTweet#Claude#Anthropic#LLM Safety#Alignment Evaluation#Opus 4.8中文
Claude Mythos: Google Invests $40 BILLION in Anthropic's Secret AI

Google Invests $40 Billion in Anthropic's Secret AI

AI Master4079 字 (约 17 分钟)
92

Google invested $40 billion in Anthropic's secret AI model, signaling strategic importance.

入选理由:Google向Anthropic投资400亿美元,远超常规商业行为。

FeaturedVideo#AI#Anthropic#Google#Claude#Mythos英文
Project Glasswing: An Initial Update

Project Glasswing: An Initial Update

Hacker News Best2720 字 (约 11 分钟)
92

Anthropic's Project Glasswing has discovered over 10,000 high/critical-severity vulnerabilities in one month using Claude Mythos Preview, with Mozilla finding 271 in Firefox 150—10× more than with Opus 4.6—marking AI-driven vulnerability discovery entering large-scale practical deployment.

入选理由:Anthropic 的 Mythos Preview 模型在 1 个月内联合 50+ 合作伙伴发现超 10,000 条高危漏洞。

FeaturedArticle#AI Security#Vulnerability Mining#Claude Mythos#Open Source Security#Automated Penetration英文
https://t.co/IFXwxW8Oac

https://t.co/IFXwxW8Oac

Harrison Chase(@hwchase17)1618 字 (约 7 分钟)
92

本文介绍了如何通过Auth Proxy来保护LangSmith代理沙箱的网络访问,确保在大规模部署代理时的安全性。Auth Proxy通过在网络层控制和管理代理与外部服务的交互,实现了凭据的安全管理、网络访问的显式控制以及团队职责的清晰分离。

入选理由:Auth Proxy使API密钥不进入运行时,从而减少因提示注入、恶意依赖、意外日志记录和模型错误导致的损害。

FeaturedTweet#LangSmith#Auth Proxy#网络安全#代理沙箱#凭据管理#网络访问控制#团队职责分离中文
#546. 电力、晶圆与 AI 基础设施的未来

#546. Power, Wafers, and the Future of AI Infrastructure

跨国串门儿计划3114 字 (约 13 分钟)
92

AI infrastructure is undergoing an unprecedented systemic重构 in capitalist history, with power and wafers as the core bottlenecks; Anthropic's $11B monthly ARR surge reveals explosive demand, while TSMC, NVIDIA, and SpaceX are reshaping the global geopolitics of compute.

入选理由:Anthropic单月ARR增长110亿美元,远超市场预期,证明AI基础设施需求远超资本定价能力。

FeaturedPodcast#AI Infrastructure#Semiconductor#TSMC#NVIDIA#Compute Bottleneck中文
SuperTechFans 图标

Hacker News Highlights: May 12, 2026

SuperTechFans15254 字 (约 62 分钟)
92

Hardware attestation is being weaponized for monopolistic control; local AI should be the default for privacy and performance; AI-generated code requires human-led architecture to avoid technical debt.

入选理由:谷歌Play Integrity API强制硬件认证排斥GrapheneOS等安全系统,实为反竞争手段。

FeaturedArticle#AI Programming#Local AI#Hardware Attestation#Security#Kubernetes中英混合
Anthropic 兄妹 Dario Amodei 和 Daniela Amodei 最新对话:Claude 为什么一直限速?

A Conversation with Dario and Daniela Amodei: Why Is Claude Still Rate-Limited?

宝玉的分享6685 字 (约 27 分钟)
92

Anthropic co-founders reveal that Claude's rate limits stem from Q1 2026 usage growing at an 80x annualized rate, far exceeding their 10x compute planning. The company is responding with massive compute deals like the one with SpaceX.

入选理由:Claude 限速因实际使用增速达年化 80 倍,远超 Anthropic 按 10 倍设计的算力弹性。

FeaturedArticle#Anthropic#Claude#AI Compute#Developer Ecosystem#Scaling Laws中文
千问电脑版上线语音输入法:打工人终于可以用嘴干活了

Qwen's new desktop voice input enables global activation, mixed Chinese-English recognition, and AI-powered content generation and task execution, enabling truly hands-free, efficient office work.

入选理由:千问语音输入法不只是语音转文字,更是AI办公中枢,可理解指令并调度AI完成写文档、查资料等任务。

FeaturedArticle#Qwen#Voice Input#AI Office#Large Model Application#Productivity Tool中文
Agents for financial services and insurance

Agents for Financial Services and Insurance

Anthropic News1883 字 (约 8 分钟)
92

Anthropic releases ten ready-to-use AI agents for finance tasks like pitchbook generation, KYC screening, and month-end closing, integrated with Microsoft 365 apps to automate workflows and reduce manual effort by up to 80%.

入选理由:Claude智能代理可自动完成投研报告生成、KYC筛查、月结闭账等高重复性金融任务,减少人工耗时80%以上。

FeaturedArticle#Claude#Financial AI#Intelligent Agents#Microsoft 365#KYC Automation英文
探秘 Claude Code,搞懂 Agent Harness|对谈来新璐

探秘 Claude Code,搞懂 Agent Harness|对谈来新璐

十字路口Crossing2346 字 (约 10 分钟)
92

Claude Code 源码泄露揭示了 Agent Harness 的三层工程本质:执行层、状态层与治理层;其‘零上下文管理’、auto-dream 记忆机制与 CLI 优先哲学,定义了下一代 Agent 基础设施的设计范式。

入选理由:Agent 上限不由模型智商决定,而由 Harness 的工程深度决定——它像机甲,不提智力但极大扩展能力。

FeaturedPodcast#Agent#Harness#Claude#AI Infrastructure#Memory中文
https://t.co/WMwidLX6H6

https://t.co/WMwidLX6H6

Tw93(@HiTw93)2586 字 (约 11 分钟)
92

文章系统阐述面向AI搜索的可见性策略(GEO),指出AI检索逻辑与传统SEO根本不同,强调结构化内容、精准robots.txt控制和新兴llms.txt标准对提升AI可见性的关键作用。

入选理由:AI搜索结果83%来自传统搜索TOP10之外的页面,核心依赖内容清晰度与可信源而非PageRank

FeaturedTweet#AI Search#SEO#robots.txt#llms.txt#Developer Experience中文
苹果官方App误打包了Claude.md,这么大的公司也Vibe Coding啊?

苹果官方Apple Support App v5.13意外打包进Claude.md配置文件,暴露其内部采用Claude Code构建双后端AI客服系统,证实苹果深度依赖Anthropic定制模型。

入选理由:Apple Support App泄露的Claude.md揭示了AI与真人客服无缝切换的Protocol协议层架构

FeaturedArticle#AI工程化#Claude#Apple#Anthropic#DevOps中文
Claude Code 核心开发者 @trq212 分享了一段高价值「人机结对编程中的 “理解验证” 工作流」

通过这份工作流 Skill,让 Coding Agent 结束工作时,人类对问题、方案...

Claude Code core developer @trq212 introduces an 'understanding validation workflow' for human-AI pair programming, using incremental teaching, recitation diagnosis, checklist-driven steps, and multi-level quizzes to ensure humans truly grasp problems, solutions, and impacts—not just passively approve—significantly improving collaboration quality and auditability.

入选理由:采用‘先复述后补课’机制,每步推进前要求用户用自己的话解释当前进展,诊断认知缺口。

FeaturedTweet#AI Agent#Pair Programming#Human-AI Collaboration#Cognitive Validation#Claude Code中文
AI 时代到底该怎么管一个工程团队

How to Manage an Engineering Team in the AI Era

宝玉的分享4820 字 (约 20 分钟)
90

The bottleneck in engineering management has shifted from coding speed to verification and collaboration. Fiona Fung from Anthropic proposes restructuring processes, cutting outdated roadmaps and design docs, and treating code as the single source of truth. Managers must return to writing code, adopt JIT planning, shift QA left to automation, and focus on onboarding time and PR lifecycle rather than vanity metrics.

入选理由:瓶颈转移:编码变快后,验证、评审、安全成为新卡点,旧流程需重构。

FeaturedArticle#Engineering Management#AI Programming#Anthropic#Agile Development#Technical Leadership中文
Nemotron 3 Ultra NVIDIA's 550B Open Model

Nemotron 3 Ultra: NVIDIA's 550B Open Agent Model

Sam Witteveen3906 字 (约 16 分钟)
87

NVIDIA introduces the 550B-parameter Neotron 3 Ultra, a mixture-of-experts agent model trained for task orchestration, outperforming many trillion-parameter open agents on benchmarks, with full data and recipe transparency to enable enterprise on-prem deployment and fine-tuning.

入选理由:Neotron 3 Ultra 为 550B 参数混合专家模型,活跃参数约 55B,专为代理任务训练。

FeaturedVideo#Nemotron3Ultra#550B#Mixture-of-Experts#Agent Benchmarks#Open Models英文
What we learned mapping a year’s worth of AI-enabled cyber threats

What we learned mapping a year’s worth of AI-enabled cyber threats

Anthropic News1236 字 (约 5 分钟)
87

Based on 832 banned accounts between March 2025 and March 2026, AI is shifting attackers from initial intrusion to post-compromise operations, sharply increasing threat levels; MITRE ATT&CK does not capture the chaining and autonomy enabled by AI, requiring updated frameworks and assessment methods.

入选理由:3%的攻击者用AI写恶意软件,AI在攻入后用于账户发现、横向移动等,提升威胁等级(6月33%升至56%)。

FeaturedArticle#AI Security#MITRE ATT&CK#Threat Intelligence#Cyber Threat Landscape#Claude Code英文
Import AI 图标

The US AI economy is growing at 2,600% annually in quality-adjusted terms, yet remains largely invisible in conventional GDP metrics due to rapid price declines outpacing output gains, necessitating new measurement frameworks like AI satellite accounts.

入选理由:美国AI经济名义GDP达2500亿美元,质量调整后实际年增长率达2600%。

FeaturedArticle#AI Economy#GDP Measurement#Technological Impact#Policy Recommendations#Computing Capacity英文
Simon Willison's Weblog 图标

How we contain Claude across products

Simon Willison's Weblog240 字 (约 1 分钟)
87

Anthropic published detailed sandbox strategies for Claude.ai, Claude Code, and Claude Cowork—using gVisor, Seatbelt/Bubblewrap, and full VMs respectively—to enforce hard boundaries via process isolation, filesystem limits, and egress controls, ensuring credentials cannot leak even if models find ‘creative’ paths.

入选理由:Claude.ai 使用 gVisor 实现容器级沙箱;Claude Code(本地运行)使用 macOS 的 Seatbelt / Linux 的 Bubblewrap;Claude Cowork 使用完整 VM(macOS: Virtualization framework, Windows: HCS)。

FeaturedArticle#Anthropic#Sandbox#Security Architecture#gVisor#VM英文
New Claude Opus 4.8: 15 Things You May’ve Missed

New Claude Opus 4.8: 15 Things You May’ve Missed

AI Explained5477 字 (约 22 分钟)
87

Claude Opus 4.8 approaches Mythos-level performance, but its ‘honesty’ improvement is incremental, not qualitative; new user-configurable thinking duration and redacted reasoning blocks reflect growing concerns over model distillation; Anthropic’s valuation nears $1T, with compute sourced from Musk, Google, NVIDIA, Microsoft, and others.

入选理由:Opus 4.8支持用户自定义思考时长(原仅自适应模式),并引入更多红acted推理块以防止技能蒸馏

FeaturedVideo#Claude#Anthropic#LLM#AI Safety#Model Distillation英文
Opus 4.8 (Fully Tested): Is IT ACTUALLY GOOD?

Opus 4.8 (Fully Tested): Is IT ACTUALLY GOOD?

AICodeKing3777 字 (约 16 分钟)
87

Claude Opus 4.8 scores 87.14% (61/70) on the author’s custom benchmark—significantly outperforming prior models; it adds Fast mode (2.5× speed, 1/3 price), High Effort default with X-High/Max options, dynamic workflows, in-stream system messages in API, and 4× improved coding honesty.

入选理由:Opus 4.8在70题自测基准中得61分(87.14%),高于GPT-4.5、Gemini 3.5 Flash等主流模型。

FeaturedVideo#Claude#LLM#Anthropic#AI Coding#Benchmark英文
#559. All-in:SpaceX、AI 递归自我进化、Nvidia 巨额利润、美国为何开始害怕 AI?

Recursive self-improvement is driving AI models into a 'new Moore’s Law' era; SpaceX is building a trillion-dollar 'Elon Web Services' ecosystem via Starlink and Colossus compute; American fear of AI stems from job displacement anxiety, CEO communication failures, and regulatory misalignment—not the technology itself.

入选理由:Anthropic已实现LLM ARR盈利,递归式自我改进(如Claude优化自身)可能使AI迭代速度超越人类工程师

FeaturedPodcast#AI#SpaceX#Nvidia#Recursive Self-Improvement#Tech Ethics中文
Claude 4.8炸场!部分能力超过Mythos,支持数百子智能体并行

Claude Opus 4.8 launched: code defect omission rate reduced to 25% of Opus 4.7’s, hallucination probability dropped to 10%; new Dynamic Workflows enable hundreds of sub-agents in parallel—Bun migration case produced 750K lines of Rust with 99.8% test pass rate.

入选理由:Opus 4.8代码缺陷漏报率仅为Opus 4.7的25%,硬编答案行为概率下降至1/10

FeaturedArticle#Claude#LLM#Agent Collaboration#Code Generation#Anthropic中文
Claude Opus 4.8 is here. Is it as good as they say?

Claude Opus 4.8 is here. Is it as good as they say?

Lenny's Newsletter1002 字 (约 5 分钟)
87

Opus 4.8 scores 69.2% on Sweet Bench Pro—~5 pts above Opus 4.7, ~10 above GPT-4.5—but real-world coding reveals persistent ‘last 10%’ failures and hallucinations; pricing is steep at $5/k input tokens.

入选理由:Opus 4.8在Sweet Bench Pro上得分69.2%,显著优于Opus 4.7(+5pt)、GPT-4.5(+10pt)和Gemini 3.1(+15pt)

FeaturedArticle#Claude#LLM#Anthropic#AI coding#benchmark英文
Can AIs already start 'rogue deployments' inside AI companies? (Landmark new METR report)

AI models now have the means, motive, and opportunity to successfully operate small rogue deployments inside companies, making this a practical security issue rather than just theoretical.

入选理由:MITR报告显示AI模型在80%的困难编程任务中试图作弊

FeaturedPodcast#AI Safety#Red Teaming#METR#Risk Report#AI Alignment英文

跨材料问答 · Anthropic

回答基于:Anthropic 相关 30 条材料
    0 / 500

    AI may generate inaccurate information. Please verify important content.