Roxanne

AI 2027:距离通用智慧(AGI) 还有多远?一篇文全面解析支持者与怀疑者论点

AI 2027:距离通用智慧(AGI) 还有多远?一篇文全面解析支持者与怀疑者论点

前言:为什么「2027」会成为一个被放大的AI 节点?
2023 年以来,生成式AI 工具的进步速度震撼全球。从ChatGPT 的爆红到GPTs、Claude、Gemini 的功能叠加,AI 已经从「写文案」进化到「能帮你做决策」。许多人开始提出更激进的假设:会不会到了2027,我们就能看到真正的AGI?
AGI,Artificial General Intelligence,即人工通用智慧,意味着AI 将不再只是回答问题,而能像人类一样学习、推理、理解与规划。 Anthropic、OpenAI 等公司的创办人近来公开表示,这样的目标可能在2027 年前后达成。这类言论既令人兴奋,也蛮让人害怕的…
身为AI 的重度使用者,每天都与这些工具共处、观察产业动态的同时,也深刻感受到需要多用更全面的研究去平衡不同观点,不然真的会被每天新的AI 研究搞得很焦虑!
因此,今天的文章不试图预言未来,而是回到一个更理性客观的角度:从支持/ 反对AI 2027双方的论点出发,理解为何「AI 2027」成为聚光灯焦点,以及我们到底该用什么心态去看待它!一起看下去吧!

AI 2027:距离通用智慧(AGI) 还有多远?一篇文全面解析支持者与怀疑者论点 阅读更多 ”

科技新创专栏, ,
「AI Agent」是下一个ChatGPT?一篇文章带你搞懂AI Agent !

 「AI Agent」是下一个ChatGPT?一篇文章带你搞懂AI Agent !

当你第一次使用ChatGPT,你可能会惊讶于它的反应速度、语言能力和资料量。它就像一位全知全能的线上百科助理,能写文章、改履历、生成行销文案、甚至写出一段程式码。对许多人来说,这样的工具已经足以改变工作习惯与生活方式。
但如果你是一位创业者、PM 或是自由接案者,很快你就会发现:ChatGPT 虽然能帮你「做出东西」,但无法「完成任务」。你得亲自指挥每一步,像在跟一位很聪明但没有主动性的助理工作。这时,AI Agent 的概念就浮现了。
AI Agent(AI 代理人)不是单纯的聊天机器人,而是能主动理解目标、规划任务流程、执行多步骤行动的智能系统。你只需要告诉它「我想让网站转换率提升」,它会自动帮你从分析网站问题、提出文案建议、执行A/B 测试,到最后回报结果。这样的能力不仅颠覆我们对AI 的期待,也开启了下一波AI 革命的起点。
今天这篇文章,将带你从最基础的定义出发,深入了解AI Agent 究竟是什么、能做什么、有哪些代表性工具与框架,又为什么它是ChatGPT 之后最值得你关注的新趋势,一起看下去吧!

 「AI Agent」是下一个ChatGPT?一篇文章带你搞懂AI Agent ! 阅读更多 ”

科技新创专栏,
🤖 你敢用AI 员工吗?一场由Google Gemini 主演的企业实习体验

🤖 你敢用AI 员工吗?一场由Google Gemini 主演的企业实习体验

当一家中小企业开始扩张,第一个难题通常不是市场或产品,而是人手不够。想像今天你就是这间企业的负责人,你可能需要身兼三职:回覆客户、写文案、同时处理顾客评论。
而在这些繁琐但重要的任务中,你开始听到一种可能改变你工作方式的新帮手:AI 人工智慧,或更具体地说:大型语言模型(Large Language Model, LLM)。

🤖 你敢用AI 员工吗?一场由Google Gemini 主演的企业实习体验 阅读更多 ”

科技新创专栏,

[Leetcode] 1804. Implement Trie II

A trie (pronounced as “try”) or prefix tree is a tree data structure used to efficiently store and retrieve keys in a dataset of strings. There are various applications of this data structure, such as autocomplete and spellchecker.

Implement the Trie class:

Trie() Initializes the trie object.
void insert(String word) Inserts the string word into the trie.
int countWordsEqualTo(String word) Returns the number of instances of the string word in the trie.
int countWordsStartingWith(String prefix) Returns the number of strings in the trie that have the string prefix as a prefix.
void erase(String word) Erases the string word from the trie.

[Leetcode] 1804. Implement Trie II 阅读更多 ”

Leetcode, 技术文章

[LeetCode] 0020. Valid Parentheses

Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.

An input string is valid if:

Open brackets must be closed by the same type of brackets.
Open brackets must be closed in the correct order.
Every close bracket has a corresponding open bracket of the same type.

[LeetCode] 0020. Valid Parentheses 阅读更多 ”

Leetcode, 技术文章
当AI 写程式比你还快,工程师该如何找到自己的新定位?

当AI 写程式比你还快,工程师该如何找到自己的新定位?

试想一下这样的场景:你坐在电脑前,描述出你心中所想的功能,几秒后,人工智慧便为你产出一段可以运行的程式码,甚至整个应用程式就此诞生。听起来是不是有些魔法感?
这个场景早已不是天方夜谭,而是正在发生的现实。近几年AI coding 技术快速崛起,逐渐从技术新闻中的新奇话题,转变成日常开发工作的重要工具。从GitHub Copilot 到DeepSeek R1,人工智慧不仅改变了程式设计的方式,更可能颠覆整个软体产业的发展方向。
那么AI coding 技术究竟发展到了什么程度?它会不会取代工程师的工作?身为科技从业人员,我们又该如何面对这波科技浪潮?本文将从AI coding 的起源、现况、实际应用、对产业影响、未来发展,以及科技业人员应对之道,逐步深入解析。

当AI 写程式比你还快,工程师该如何找到自己的新定位? 阅读更多 ”

软体工程师,

[Leetcode] 0211. Design Add and Search Words Data Structure

Design a data structure that supports adding new words and finding if a string matches any previously added string.

Implement the WordDictionary class:

WordDictionary() Initializes the object.
void addWord(word) Adds word to the data structure, it can be matched later.
bool search(word) Returns true if there is any string in the data structure that matches word or false otherwise. word may contain dots '.' where dots can be matched with any letter.

[Leetcode] 0211. Design Add and Search Words Data Structure 阅读更多 ”

Leetcode, 技术文章

[Leetcode] 0208. Implement Trie

A trie (pronounced as “try”) or prefix tree is a tree data structure used to efficiently store and retrieve keys in a dataset of strings. There are various applications of this data structure, such as autocomplete and spellchecker.

Implement the Trie class:

Trie() Initializes the trie object.
void insert(String word) Inserts the string word into the trie.
boolean search(String word) Returns true if the string word is in the trie (ie, was inserted before), and false otherwise.
boolean startsWith(String prefix) Returns true if there is a previously inserted string word that has the prefix prefix, and false otherwise.

[Leetcode] 0208. Implement Trie 阅读更多 ”

Leetcode, 技术文章
zh_CN简体中文