13 Matching Annotations
  1. Jun 2026
    1. Async agents are moving into everyday work. For an agent to be trustworthy and useful inside an organization, it needs real enterprise data: CRM records, repositories, inboxes, knowledge bases.

      大多数人认为AI助手应该先在受限环境中测试,然后再逐步接入企业敏感数据,但作者认为AI助手应该直接接入企业真实数据才能变得可信和有用,这挑战了传统AI安全部署的渐进式方法。

    1. Trump may see restricting Mythos and Fable as a matter of national security. But the argument cuts both ways, and with Washington now asking if AI is too important for everyone to have access, other governments are asking whether they can afford for Washington to decide who does.

      大多数人可能认为美国限制AI访问是出于国家安全考量,但作者认为,这种行为实际上促使其他国家质疑美国对AI技术的垄断控制权,并重新评估依赖美国AI技术的风险。这一观点挑战了美国单方面决定AI技术访问权的合法性。

    1. agents often lack a dependable way to access the databases containing the information they need.

      大多数人认为AI的主要挑战在于理解和推理复杂信息,但作者认为AI在生物学领域面临的核心问题是无法可靠地访问所需数据库。这一观点颠覆了人们对AI能力瓶颈的认知,表明问题不在于AI的理解能力,而在于数据访问的可靠性。

    1. To address the scale of this coming challenge, hundreds of thousands of organizations, researchers, and maintainers will likely need access to the most advanced cyber capabilities and tools available.

      大多数人认为强大的AI安全工具应该严格限制,只由少数精英团队使用,但作者主张需要广泛分发这些工具给数十万组织,这与主流的安全控制认知相悖。

  2. Apr 2026
    1. The good world is where everyone has AI, and not as a revokable privilege through an API, but through hard possession.

      大多数人可能认为通过API访问AI是民主化和可扩展的方式,但作者认为真正的AI民主化应该是通过硬所有权(hard possession),挑战了当前AI服务的主流商业模式。

    1. Anthropic has limited its newest model to roughly forty organizations.

      将最先进AI模型限制在极少数组织手中,标志着AI正从开放资源转变为特权商品。这种转变与互联网早期的开放精神形成鲜明对比,可能重塑AI领域的竞争格局和创新模式。

    1. The group accessed Mythos by using knowledge of Anthropic’s other model formats obtained from a recent [Mercor data breach](https://www.theverge.com/ai-artificial-intelligence/907083/a-company-that-makes-ai-training-data-has-been-hit-by-a-security-breach) to make “an educated guess” about its online location.

      大多数人可能认为高级 AI 模型的访问权限非常难以获得,但作者指出,一个黑客小组通过从 Mercor 数据泄露中获得的信息来猜测 Mythos 的在线位置,这表明了数据泄露可能对更广泛的网络安全构成威胁。

    1. OpenAI has introduced GPT-5.4-Cyber, a more permissive version of its flagship model built for defensive security work, expanding access to thousands of verified users through its Trusted Access for Cyber initiative.

      OpenAI推出专门针对网络安全防御的GPT-5.4-Cyber模型,并采用比Anthropic更开放的方法,这反映了AI安全领域的竞争新格局。这种开放与限制之间的平衡,将决定AI在关键安全领域的应用广度和深度,可能重塑网络安全行业的工作方式。

    1. We do not plan to make Claude Mythos Preview generally available, but our eventual goal is to enable our users to safely deploy Mythos-class models at scale.

      大多数人认为强大的AI模型应该广泛普及以造福更多人。但作者明确表示不会公开发布这个最强大的模型,暗示了AI能力扩散可能带来的风险大于收益,这与技术民主化的主流观点相悖。

    1. AI Agent 可以通过标准 MCP 协议直接读取和操作 𝕏 平台:搜索推文、发帖、查看用户信息、管理书签、收发私信等。

      大多数人认为社交媒体平台会严格限制第三方自动化操作以防止滥用,但作者指出xAI全面开放了MCP协议支持,允许AI Agent直接执行各种操作,这与主流平台的封闭趋势形成鲜明对比。

    1. Fellows will receive API credits and other resources as appropriate, but will not have internal system access.

      在AI安全领域,许多人认为要真正研究系统安全,必须获得对内部系统的完全访问权限。作者明确表示研究员将无法访问内部系统,这挑战了传统AI安全研究的假设,暗示OpenAI认为安全研究可以在没有完全系统访问的情况下进行,或者他们有其他方法来评估安全性。

  3. Oct 2025
    1. Introduction: AI is now recently everywhere but we still need humans

  4. Apr 2020
    1. CoreNLP includes a simple web API server for servicing your human language understanding needs (starting with version 3.6.0). This page describes how to set it up. CoreNLP server provides both a convenient graphical way to interface with your installation of CoreNLP and an API with which to call CoreNLP using any programming language. If you’re writing a new wrapper of CoreNLP for using it in another language, you’re advised to do it using the CoreNLP Server.