8 Matching Annotations
  1. Jun 2026
  2. May 2026
    1. The critical insight in the Oz analogy is that roughly half of any real workflow that is non-agentic carries no lab advantage. They are no better than you are at writing the deterministic software underneath the model layer.

      大多数人认为AI将取代所有软件工程工作,人类只需构建AI代理层。但作者认为真实工作流程中约有一半是非代理性的,这部分工作大模型实验室没有任何优势。大模型公司在编写模型层下方的确定性软件方面并不比专业应用公司更好。这为专注于构建复杂工作流程中非AI部分的企业提供了重要机会。

    1. However, production-grade software requires strict adherence to structural constraints, such as architectural patterns, databases, and object-relational mappings.

      大多数人认为只要代码功能正确,LLM生成的代码就足够好,但作者强调生产级软件需要严格遵守结构约束,这与当前只关注功能正确性的主流评估标准形成鲜明对比。

  3. Apr 2022
    1. I was already aware that images cannot be inserted in the DOM like you would any normal image. If you write <img src="https://my-pod.com/recipes/ramen.jpg">, this will probably fail to render the image. That happens because the image will be private, and the POD can't return its contents without proper authentication.
  4. Mar 2021
  5. Feb 2021
  6. May 2020
    1. Traditional CMSes are "coupled", which means that the CMS also takes care of the presentation layer responsible for delivering the content to the clients. The content and the presentation are closely interlinked. Typically, content managers create and manage their content through tools like WYSIWYG editors. The CMS then delivers the content according to the front-end delivery layer built into the CMS. Typically, a traditional CMS supports your websites but not much else.