13 Matching Annotations
  1. Last 7 days
    1. The architecture scales horizontally to 300 sub-agents executing across 4,000 coordinated steps simultaneously, a substantial expansion from K2.5's 100 sub-agents and 1,500 steps.

      大多数人认为AI系统的扩展主要依赖于增加单个模型的计算能力和参数规模,而非增加智能体的数量。作者提出的300个智能体并行执行的模式挑战了这一认知,暗示未来AI发展可能更侧重于'多智能体协作'而非'单一模型增强',这可能会重新定义AI系统的架构设计原则。

    2. Kimi K2.6 autonomously overhauled exchange-core, an 8-year-old open-source financial matching engine. Over a 13-hour execution, the model iterated through 12 optimization strategies, initiating over 1,000 tool calls to precisely modify more than 4,000 lines of code.

      大多数人认为AI在复杂工程任务中仍需要人类专家的指导和监督,难以独立完成大规模系统重构。但作者展示了AI能够自主分析、优化并重构一个运行8年的金融系统,这挑战了人们对AI工程能力的传统认知,暗示AI可能已经具备系统级架构设计和优化的能力。

    1. A DESIGN.md file combines machine-readable design tokens (YAML front matter) with human-readable design rationale (markdown prose). Tokens give agents exact values. Prose tells them _why_ those values exist and how to apply them.

      大多数人认为设计系统应该完全由机器可读的代码或配置文件定义,以确保一致性和自动化。但作者认为,将人类可读的设计 rationale 与机器可读的 tokens 结合是更好的方法,因为 prose 能提供设计意图和上下文,这对于 AI 理解和应用设计系统至关重要。这是一种将人类设计师的意图与机器执行能力相结合的非传统方法。

  2. Apr 2026
    1. CSS Studio detects the CSS variables available on an element. Edit a variable and watch it propagate across the site.

      这种智能变量传播系统展示了AI在理解设计系统方面的潜力。它不仅能识别现有变量,还能确保设计变更在整个系统中一致应用,这可能是维护大型设计系统的关键突破。

    1. Agent harnesses dominate agent building and tie intimately to memory.

      令人惊讶的是:代理工具(harnesses)已成为构建AI代理的主导方式,并且与记忆系统紧密相连。这表明AI代理的发展方向已经从单一功能转向了具有记忆能力的复杂系统,这种转变可能彻底改变人机交互模式。

    1. Meta also explicitly highlighted parallel multi-agent inference as a way to improve performance at similar latency

      令人惊讶的是,Meta明确强调了并行多代理推理作为在相似延迟下提高性能的方法。这表明AI系统正在从单一模型向多代理系统演进,可能是解决复杂问题的新范式,同时也暗示了未来AI系统架构的重大转变。

    1. AI-powered analysis uncovers data at a scale and depth that legacy frameworks were not designed to accommodate.

      令人惊讶的是:AI安全分析揭示的数据量之庞大、程度之深,已经彻底让传统的安全框架失效。过去几十年建立的安全防御体系,原本就不是为了处理这种维度的信息而设计的,这意味着整个网络安全行业可能需要被彻底重构,而不仅仅是简单的修补升级。

  3. Oct 2025
  4. Nov 2024
    1. Stafford Beer coined and frequently used the term POSIWID (the purpose of a system is what it does) to refer to the commonly observed phenomenon that the de facto purpose of a system is often at odds with its official purpose

      the purpose of a system is a what it does, POSIWID, Stafford Beer 2001. Used a starting point for understanding a system as opposed to intention, bias in expectations, moral judgment, and lacking context knowledge.

  5. Sep 2023
  6. Jan 2021
    1. At any rate, if CSHW can be used to build a good quantitative model of human-human interactions, it might also be possible to replicate these dynamics in human-computer interactions. This could take a weak form, such as building computer systems with a similar-enough interactional syntax to humans that some people could reach entrainment with it; affective computing done right.

      [[Aligning Recommender Systems]]