惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
CXSECURITY Database RSS Feed - CXSecurity.com
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
T
Threat Research - Cisco Blogs
小众软件
小众软件
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
C
Cyber Attacks, Cyber Crime and Cyber Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Tailwind CSS Blog
Cisco Talos Blog
Cisco Talos Blog
V
V2EX
博客园 - 【当耐特】
C
Cybersecurity and Infrastructure Security Agency CISA
Hugging Face - Blog
Hugging Face - Blog
The Cloudflare Blog
The Last Watchdog
The Last Watchdog
Simon Willison's Weblog
Simon Willison's Weblog
T
Threatpost
S
Secure Thoughts
O
OpenAI News
P
Proofpoint News Feed
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Application and Cybersecurity Blog
Application and Cybersecurity Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
Scott Helme
Scott Helme
T
Tenable Blog
A
Arctic Wolf
L
LINUX DO - 热门话题
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
www.infosecurity-magazine.com
www.infosecurity-magazine.com
V
Visual Studio Blog
Hacker News: Ask HN
Hacker News: Ask HN
Hacker News - Newest:
Hacker News - Newest: "LLM"
腾讯CDC
博客园 - Franky
WordPress大学
WordPress大学
Know Your Adversary
Know Your Adversary
博客园_首页
雷峰网
雷峰网
IT之家
IT之家
PCI Perspectives
PCI Perspectives
L
LINUX DO - 最新话题
H
Heimdal Security Blog

Yi's Blog

三年LLM:过去和未来 Color Recreation from First Principles 《死亡搁浅》玩后感及艺术评论思考 Review on ASUS Zenbook S14 Laptop (LNL) with Linux
LLM will NEVER be AGI: The Proof
Yi Cao · 2024-08-20 · via Yi's Blog

The proof is trivial with a little help of a necessary condition of complexity theories. All LLM runs under the complexity of $O(n)$, where $n$ is the length of the output.

Suppose LLM is AGI, then it is able to solve any problem that a human can solve. Consider the following problem:

Given a string $s$ of length $n$, determine whether $s$ is a palindrome. Answer “Y” if it is and “N” if it isn’t.

Apprently, a human can solve this problem, and it is easy to prove that the problem must be solved in at least $O(n)$ time.

Since the output of this problem is of a constant length, LLM must solve this problem in $O(1)$ time, which is a contradiction. Thus LLM cannot solve a problem that a human can solve. Therefore LLM is not AGI. $\blacksquare$

EDIT: Chain of Thoughts breaks the proof, allowing LLM to solve the problem in arbitrary time.

This post is licensed under CC BY-SA 4.0 by the author.