AI News
AI is reshaping the technology landscape, standing as a beacon of innovation with enduring impact. As AI technology continues to evolve, it sparks increasing debate and controversy. However, we cannot deny that the impact of AI development is destined to be profound and far-reaching.
Artificial Intelligence
Table of Contents
2024/12/18
1-800-ChatGPT
OpenAI推出电话版ChatGPT,拨打+1(800)2428478即可开始语音对话。Realtime模型的有趣应用!目前每个月通话时长限额15分钟。
Github Copilot 推出免费档
免费档包含:
2,000 intelligent code completions a month,50 Copilot Chat messages a month,Al model: Pick between Claude 3.5
Sonnet or OpenAl GPT-40.
2024/11/21
OpenAI更新GPT-4o的模型版本至gpt-4o-2024-11-20
2024/11/1
ChatGPT AI search
OpenAI推出人工智能搜索工具,其AI search使用的search model 是一个 fine-tuned version of GPT-4o, post-trained using novel synthetic data generation techniques, including distilling outputs from OpenAI o1-preview 借助的third-party search providers such as Bing。
2024/10/31
Claude for Desktop
The Claude app is now available to download on Mac and Windows. 下载地址 Download Here.
2024/10/29
Apple Intelligence
Apple Intelligence将在明年4月支持中文。随着iOS 18.1、iPadOS 18.1和macOS Sequoia 15.1的发布,首批Apple Intelligence已面向iPhone、iPad和Mac用户推出。
2024/10/18
Azure OpenAI 面向中国内地的API服务供应状况出现改变。由于中国政府要求所有境内面向用户提供的人工智能大模型必须备案,这个监管举动并不令人意外。
2024/10/11
We, Robot
Robotaxi
Robovan
Tesla bot
The Future Is Autonomous 当一家(实际上好多家)公司的老板前阵子才出席政治竞选活动站台,这会就在发布会介绍这么多前沿的科技产品。
这才是真正的cool
萝卜是对Robot的聪明音译。
2024/10/10
OpenAI goes PBC?
涉及一家公司根本立场的问题,似乎OpenAI的新领导班子在做缓兵之计。
Nobel prize goes AI?
从今年诺贝尔得奖者看,换个角度看AI成了最大赢家?在科研领域,甚至可以说AI将变得不可或缺。
2024/10/04
Canvas
ChatGPT canvas 是UI的更新,并针对一些功能进行了优化,比如代码引入Coding shortcuts :
审查代码:ChatGPT提供内联建议来改进您的代码。
添加日志:插入打印语句以帮助您调试和理解代码。
添加注释:在代码中添加注释以便更容易理解。
修复错误:检测并重写有问题的代码以解决错误。
转换语言:将您的代码转换为JavaScript、TypeScript、Python、Java、C++或PHP。
关于捷径,AI Agent在初期就通过@ 方式设置shortcut。异曲同工。
Meta Movie Gen
Meta Movie Gen是先进的媒体基础性AI模型,Meta公布了相关论文。
AI视频最先被不法分子利用的领域毫无疑问是Deepfake。
2024/10/02
OpenAI Realtime API
Realtime API 目前支持文本和音频作为输入和输出,还支持函数调用。优势包括:本地语音转语音,低延迟;自然、可控的声音;同时多模态输出。
用例:
import WebSocket from "ws";
const url = "wss://api.openai.com/v1/realtime?model=gpt-4o-realtime-preview-2024-10-01";
const ws = new WebSocket(url, {
headers: {
"Authorization": "Bearer " + process.env.OPENAI_API_KEY,
"OpenAI-Beta": "realtime=v1",
},
});
ws.on("open", function open() {
console.log("Connected to server.");
ws.send(JSON.stringify({
type: "response.create",
response: {
modalities: ["text"],
instructions: "Please assist the user.",
}
}));
});
ws.on("message", function incoming(message) {
console.log(JSON.parse(message.toString()));
});
OpenAI又有创始人离巢
2024/9/26
OpenAI又有创始人离巢
Mira、Bob和Barret决定离开OpenAI。
Meta发布新产品:Llama3.2 Orion AR Quest 3S VR
MetaAwakening发布会上,Zuck介绍了包括Llama3.2大模型以及AI眼镜 Orion等产品。
我们预料AI眼镜将是未来重要方向。
Newsletter
Curating the most essential AI news and tools, and delivering the insights you need directly to your inbox.
follow us on X
Free AI Research Guidebook: