8 Matching Annotations
  1. Jul 2026
    1. a frozen LLM judge acts as a veto on top of the verifier

      ①数字:在验证器之上叠加一票否决权。②金句:通过冻结的LLM实现意图级别的审查。③非共识:不依赖确定性的规则做最终奖励裁决,而是引入主观的模型判断。④批判:这种做法容易引入新的系统性偏差,因为frozen judge的价值观将直接决定哪些演化策略被保留。

  2. Jun 2026
  3. Jul 2024
  4. Nov 2021
    1. The reason is that all mainstream OS makers are moving towards a radical new paradigm for OSes called 'immutable' systems (apple recently completed this transition, ms failed twice and pins its hopes on win11, linux distros are held back by a requirement for lightweight container formats to gain a foothold first before decreasing mutability then switching to read-only system partitions).Immutability trended first for servers, where canonical gained some success early before pushing for snaps for desktop. Its a way to guarantee a system does not deviate from a 'know good' state and neither its reliability or hardware compatibility/certifications change across updates.
  5. Mar 2021
  6. Feb 2021
    1. famous movie review which describes the Wizard of Oz as: “Transported to a surreal landscape, a young girl kills the first person she meets and then teams up with three strangers to kill again.”

      This is a great example of context collapse. It's factually true, but almost no one who's seen it would describe it this way.

      It's reminiscent of how advertising and politics can twist meaning. Another great example is the horror cut of Disney's Frozen trailer https://www.youtube.com/watch?v=CIMk1_wwxz8

  7. Oct 2020
    1. When processors are exposed from a module (for example, unified itself) they should not be configured directly, as that would change their behavior for all module users. Those processors are frozen and they should be called to create a new processor before they are used.