5 Matching Annotations
  1. Apr 2026
    1. It has replaced existing tasks for 27% of employed AI work users and created new ones for 21%.

      AI在工作场所的双重影响——既替代又创造任务——是一个关键发现。这表明AI不仅是自动化工具,还能扩展人类能力。有趣的是,替代任务的比例略高于创造新任务的比例,这可能引发关于AI对就业长期影响的深入讨论。

  2. Nov 2021
  3. Mar 2021
  4. Oct 2020
    1. One of the primary tasks of engineers is to minimize complexity. JSX changes such a fundamental part (syntax and semantics of the language) that the complexity bubbles up to everything it touches. Pretty much every pipeline tool I've had to work with has become far more complex than necessary because of JSX. It affects AST parsers, it affects linters, it affects code coverage, it affects build systems. That tons and tons of additional code that I now need to wade through and mentally parse and ignore whenever I need to debug or want to contribute to a library that adds JSX support.
  5. Aug 2020