5 Matching Annotations
  1. Last 7 days
    1. By accessing the frequently updated knowledge base, agents can ground their responses in the most recent information from Android developer docs, Firebase, Google Developers, and Kotlin docs. This ensures that even if an LLM's training cutoff is a year old, it can still provide guidance on the latest frameworks and patterns we recommend today.

      大多数人认为过时的LLM模型无法提供最新的技术指导,需要重新训练才能适应新框架。但作者声称即使LLM训练数据已过时一年,通过知识库仍能提供最新框架指导,这与主流认知相悖。这种观点挑战了'LLM模型必须定期更新才能保持最新'的行业共识。

  2. Apr 2026
    1. Humans abandon wikis because the maintenance burden grows faster than the value. LLMs don't get bored, don't forget to update a cross-reference, and can touch 15 files in one pass. The wiki stays maintained because the cost of maintenance is near zero.

      【启发】这句话精准定位了 LLM 的「比较优势」所在:不是创造力,不是洞察力,而是「永不厌倦的维护」。人类知识库失败的根本原因是维护摩擦——而这恰好是 LLM 最擅长的。这对所有知识密集型组织的启发是:凡是人类会因「太繁琐而放弃」的知识维护任务,都是 LLM 的最佳应用场景。

    2. Obsidian is the IDE; the LLM is the programmer; the wiki is the codebase.

      【启发】这个比喻极具启发性:把知识库管理类比为软件工程——Obsidian 是 IDE,LLM 是程序员,Wiki 是代码库。这个框架的深远意义是:知识工作可以借鉴软件工程的全套工具链——版本控制(git)、代码审查(lint)、持续集成(自动 ingest)、重构(wiki 清理)。知识管理的「工程化」不是比喻,而是字面意义上可操作的。

    3. the maintenance burden grows faster than the value.

      知识管理系统的死亡往往不是因为缺乏信息,而是维护成本的指数级增长超过了信息本身的价值。LLM的引入将边际维护成本降至接近零,从根本上逆转了这一熵增趋势,使得知识库的长久存续和演化成为可能。

  3. Sep 2024