2026年6月文章摘要

2026年6月文章摘要

6月1号

6月5号

6月6号

  • 英伟达 | LocateAnything

    Detection Showcase. LocateAnything performs diverse localization tasks under a unified vision-language model, including document understanding, GUI grounding, dense object detection, and OCR localization.
    Detection Showcase: LocateAnything能够在统一的视觉语言模型下执行多种定位任务,这些任务包括文档理解、GUI对象定位、密集对象检测以及OCR定位。

  • Gemma 4 QAT models: Optimizing model compression for mobile and laptop efficiency
    Gemma 4量化感知训练模型:优化模型压缩以提升移动设备和笔记本电脑的使用效率

  • Jason Swett | My Agent Skill for Test-Driven Development

    First I clue the agent in to what I call the specify-encode-fulfill loop, which is my personal alternative to red-green-refactor. Specify-encode-fulfill (SEF) goes like this:
    首先,我会向代理说明我所谓的“指定-编码-执行循环”,这是我对“红绿重构”方法的个人改进方案。“指定-编码-执行循环”的具体步骤如下:

    • Specify: Come up with the specifications for what you want to build
      要求:明确你想要构建的目标的具体规格要求。
    • Encode: Encode those specifications as automated tests (executable specifications)
      编码:将这些规范转换为自动化测试用例(可执行的规范)。
    • Fulfill: Write the code to fulfill the specifications
      实现方式: 编写符合这些规格要求的代码即可。

    SEF is the high-level view of what, to me, TDD is all about. At a slightly lower level is Kent Beck's Canon TDD, which I've described below in my own words.
    在我看来,SEF正是TDD的核心所在。而稍低一个层次的是Kent Beck所提出的TDD原则,下面我会用自己的话来描述它。

    1. Write a list of the specifications within scope of the current TDD session
    2. Encode each item in the list as an automated test
    3. Change the code just barely enough to make the current test failure go away. Avoid "speculative coding" - if we write more code than necessary to make the current test failure go away, we risk having code never exercised by any test
    4. Optionally refactor, but not before committing the behavior change. Never mix behavior changes with refactoring
    5. Until the list is empty, go back to #2

    In my judgment, the biggest AI productivity gains come from when AI is combined with timeless, immutable principles which were discovered decades ago, hold just as true today, and which, no matter what new technologies may arise, will never cease to be useful.
    在我看来,人工智能在生产力方面的最大提升,恰恰来自于将其与那些几十年前就被发现、至今仍然适用、而且无论未来出现什么样的新技术都不会失去其价值的、永恒不变的原理相结合。

    Github jasonswett | llm-skills

6月22号

距离上次搜集信息过去好久了,哎

6月23号

posted @ 2026-06-05 09:43  炼金术  阅读(9)  评论(0)    收藏  举报