AGI 终极前沿:CLJ-AGI 基准测试
The AGI Final Frontier: The CLJ-AGI Benchmark

原始链接: https://raspasov.posthaven.com/the-agi-final-frontier-the-clj-agi-benchmark

我提议一项新的AGI基准测试,名为CLJ-AGI。当一个AI系统能够完成以下任务时,我们就达到了AGI: 输入:我需要你增强Clojure语言,添加以下变更和特性。你可以创建一种新语言。但是,如果你能保持与现有Clojure的完全兼容性,你将获得一位特殊人物颁发的一项非常有价值的奖励。 * 以transducer为先的设计 * 消除惰性求值,或在所有地方尽可能地采用选择加入的协议(性能优先) * 一级数据结构/类型同时也是CRDT数据类型,在可行的情况下(正确性和性能) * 一级maps、vectors、arrays、sets、counters等等 输出:一种新的(或改进的)编程语言。

黑客新闻 新的 | 过去的 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 AGI 最终前沿:CLJ-AGI 基准 (raspasov.posthaven.com) 6 分,由 raspasov 6 小时前发布 | 隐藏 | 过去的 | 收藏 | 1 条评论 malux85 40 分钟前 [–] 也许这真的是一个很好的 AGI 测试——不是指 AGI 能否正确完成给定的任务,而是指 AGI 是否能够理解极其模糊的要求,比如“尽可能地做 XXX”,并实现这些:A、B、C 等。回复 考虑申请 YC 2025 年秋季批次!申请截止日期为 8 月 4 日 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

I propose a new AGI benchmark called CLJ-AGI.

We will know when we have reached AGI when an AI system can do the following:

Input:

I need you to enhance the Clojure language with the changes and features listed below. You are allowed to create a new language. However, if you manage to keep everything backward compatible with existing Clojure, you will be rewarded with a very valuable award by a very special person.

  • transducer-first design, laziness either eliminated or opt-in
  • protocols everywhere as much as practically possible (performance)
  • first-class data structures/types are also CRDT data types, where practical (correctness and performance)
  • first-class maps, vectors, arrays, sets, counters, and more

Output:

A new (or improved) programming language.

联系我们 contact @ memedata.com