Skip to content

Commit d77770d

Browse files
committed
add
1 parent 5af5d52 commit d77770d

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

_drafts/2025-01-06-agi-en.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
audio: true
3+
lang: en
4+
layout: post
5+
title: The World of Artificial General Intelligence
6+
---
7+
8+
If one day, we can simply tell an AI to create an app like TikTok or YouTube with a single command, and it provides us with a complete project containing millions of lines of code, that would be truly amazing.
9+
10+
When ChatGPT was released in late November 2022, it could perform tasks like fixing a snippet of code and answering a wide range of questions. It excelled at explaining concepts such as neural networks and providing "Hello, World!" examples in various programming languages. It was like having a very powerful search engine that could give direct answers.
11+
12+
Additionally, it had search functionality. I could instruct ChatGPT to retrieve a list of links from a website and create a document about them.
13+
14+
Then, versions like ChatGPT 3.5, 4, 4o, o1-mini, and o1 were released.
15+
16+
Now, it can handle requests like adding a dark mode to a website. It can provide the necessary code and instructions to update HTML, CSS, or scripts, and even suggest adding a dark mode toggle. Implementing dark mode involves changing CSS, and if the site uses Markdown, that needs to be updated as well.
17+
18+
It's as if the AI can implement entire features or functionalities, not just snippets of code.
19+
20+
By combining these features, we can create an application. So, one day, if we tell an AI tool to build a terminal, a browser, a to-do list, a task app, a calendar, a code collaboration tool, or a meeting app, it could provide the entire project code.
21+
22+
We can then make the task more complex. For example, we could ask the AI to integrate all existing YouTube code and use APIs from OpenAI, Claude, or Deepseek to add AI functionalities to YouTube. This could include adding a smart assistant, replacing current translations with AI-powered ones, enhancing search capabilities with AI, and even curating dedicated short videos, like requesting YouTube to provide 100 funny short videos about Japanese life.
23+
24+
So, this is an app. But what about more advanced tasks, like creating an operating system? We could tell the AI to design a new, fully open-source operating system with a fresh design, basic apps, a terminal, a command line, and a scheduler, similar to Oberon, using data structures to interact between processes instead of strings.
25+
26+
What's next? We could ask the AI to design the latest Mac and update its operating system.
27+
28+
And then, what's next? We could tell the AI to design and update an entire home, customizing all electrical products based on our activities, the latest knowledge, and our needs to create a better living environment.
29+
30+
And then, what's next? We could ask the AI to design an entire city, tailored to its citizens' behaviors and the latest knowledge, to improve their lives.
31+
32+
And finally, what's next? We could tell the AI to improve the Earth, using all available knowledge and information to enhance everyone's life.
33+

_drafts/2025-01-06-agi-zh.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
audio: true
3+
lang: zh
4+
layout: post
5+
title: 通用人工智能的世界
6+
---
7+
8+
如果有一天,我们可以简单地告诉人工智能创建一个像TikTok或YouTube这样的应用程序,而它能提供一个包含数百万行代码的完整项目,那将是非常令人惊叹的。
9+
10+
当ChatGPT在2022年11月底发布时,它能够执行修复代码片段和回答各种问题的任务。它擅长解释诸如神经网络之类的概念,并提供各种编程语言中的“Hello, World!”示例。它就像一个非常强大的搜索引擎,能够提供直接的答案。
11+
12+
此外,它还具有搜索功能。我可以指示ChatGPT从网站检索链接列表并创建相关文档。
13+
14+
然后,ChatGPT 3.5、4、4o、o1-mini和o1等版本相继发布。
15+
16+
现在,它可以处理诸如为网站添加深色模式之类的请求。它可以提供必要的代码和指令来更新HTML、CSS或脚本,甚至建议添加深色模式切换。实现深色模式涉及更改CSS,如果网站使用Markdown,那也需要更新。
17+
18+
就像人工智能可以实现整个功能或功能,而不仅仅是代码片段。
19+
20+
通过结合这些功能,我们可以创建一个应用程序。因此,有一天,如果我们告诉人工智能工具构建一个终端、浏览器、待办事项列表、任务应用程序、日历、代码协作工具或会议应用程序,它可以提供整个项目代码。
21+
22+
然后,我们可以使任务更加复杂。例如,我们可以要求人工智能集成所有现有的YouTube代码,并使用OpenAI、Claude或Deepseek的API为YouTube添加人工智能功能。这可以包括添加智能助手、用人工智能替换当前的翻译、增强搜索功能,甚至策划专门的短视频,例如要求YouTube提供100个关于日本生活的有趣短视频。
23+
24+
所以,这是一个应用程序。但更高级的任务呢,比如创建一个操作系统?我们可以告诉人工智能设计一个新的、完全开源的操作系统,具有全新的设计、基本应用程序、终端、命令行和调度程序,类似于Oberon,使用数据结构而不是字符串在进程之间进行交互。
25+
26+
接下来呢?我们可以要求人工智能设计最新的Mac并更新其操作系统。
27+
28+
然后,接下来呢?我们可以告诉人工智能设计和更新整个家庭,根据我们的活动、最新的知识和需求来定制更好的生活环境。
29+
30+
然后,接下来呢?我们可以要求人工智能设计整个城市,根据其公民的行为和最新的知识来改善他们的生活。
31+
32+
最后,接下来呢?我们可以告诉人工智能改善地球,利用所有可用的知识和信息来增强每个人的生活。
33+

0 commit comments

Comments
 (0)