LogoThread Easy
  • Explorar
  • Criar thread
LogoThread Easy

Seu parceiro completo para threads do Twitter

© 2025 Thread Easy All Rights Reserved.

Explorar

Newest first — browse tweet threads

Keep on to blur preview images; turn off to show them clearly

文心大模型5.0-Preview登榜LMArena,竟然排第二?!

文本生成模型,虽然还是Gemini 2.5 pro、Claude sonnet 4.5 thinking等模型领先。

但国产差距已经越来越小,从LMArena榜单看:
ERNIE-5.0-Preview首次出现,跟GPT-4.5-preview、Claude opus4.1等并列排名第二。

Qwen3和GLM4.6也都稳定在榜单前列。

比较吃惊的是,ERNIE-5.0-Preview在创意写作场景竟然排名第一。

抽空让它给Jeff dean写个传记试试,跟Claude 4.5 sonnet比比看。

ERNIE-5.0目前为Preview预览版,据说下周四百度世界大会将正式发布,强!

文心大模型5.0-Preview登榜LMArena,竟然排第二?! 文本生成模型,虽然还是Gemini 2.5 pro、Claude sonnet 4.5 thinking等模型领先。 但国产差距已经越来越小,从LMArena榜单看: ERNIE-5.0-Preview首次出现,跟GPT-4.5-preview、Claude opus4.1等并列排名第二。 Qwen3和GLM4.6也都稳定在榜单前列。 比较吃惊的是,ERNIE-5.0-Preview在创意写作场景竟然排名第一。 抽空让它给Jeff dean写个传记试试,跟Claude 4.5 sonnet比比看。 ERNIE-5.0目前为Preview预览版,据说下周四百度世界大会将正式发布,强!

喜欢摇滚乐、爱钓鱼的PM 网站:https://t.co/vnUpLt752o

avatar for 向阳乔木
向阳乔木
Sat Nov 08 04:01:41
Actually, this is a better way to do it, by filtering on the name of the pane (in my case, it's "node" for the codex panes), and it has the initial 0.1 second sleep, without which it skips the first matching pane without sending the messages correctly:

PANES=(${(f)"$(tmux list-panes -a -F '#S:#I.#P #{pane_current_command}' | rg ' node$' | cut -d' ' -f1)"})
for pane in $PANES; do
    sleep 0.1  # Initial sleep to ensure pane is ready
    tmux send-keys -t $pane -l 'pick the next bead you can actually do usefully now and start coding on it immediately; communicate what you'"'"'re doing to the other agents via agent mail.'
    sleep 0.1
    tmux send-keys -t $pane Enter
    
    for i in {1..4}; do
        tmux send-keys -t $pane -l 'keep going, doing useful work! and communicate!'
        sleep 0.1
        tmux send-keys -t $pane Enter
    done
    
    tmux send-keys -t $pane -l 'great, now I want you to carefully read over all of the new code you just wrote and other existing code you just modified with "fresh eyes" looking super carefully for any obvious bugs, errors, problems, issues, confusion, etc.'
    sleep 0.1
    tmux send-keys -t $pane Enter
    
    tmux send-keys -t $pane -l 'Be sure to check your agent mail and to promptly respond if needed to any messages; thereafter proceed meticulously with the plan, doing all of your remaining unfinished tasks systematically and continuing to notate your progress in-line in the plan document, via beads, and via agent mail messages. Don'"'"'t get stuck in "communication purgatory" where nothing is getting done; be proactive about starting tasks that need to be done, but inform your fellow agents via messages when you do so and notate that in-line in the plan document. When you'"'"'re really not sure what to do, pick the next bead that you can usefully work on and get started.'
    sleep 0.1
    tmux send-keys -t $pane Enter
    
    tmux send-keys -t $pane -l 'ok can you now turn your attention to reviewing the code written by your fellow agents and checking for any issues, bugs, errors, problems, inefficiencies, security problems, reliability issues, etc. and carefully diagnose their underlying root causes using first-principle analysis and thereafter fix or revise them if necessary? Dont restrict yourself to the latest commits, cast a wider net and go super deep!'
    sleep 0.1
    tmux send-keys -t $pane Enter
done

Actually, this is a better way to do it, by filtering on the name of the pane (in my case, it's "node" for the codex panes), and it has the initial 0.1 second sleep, without which it skips the first matching pane without sending the messages correctly: PANES=(${(f)"$(tmux list-panes -a -F '#S:#I.#P #{pane_current_command}' | rg ' node$' | cut -d' ' -f1)"}) for pane in $PANES; do sleep 0.1 # Initial sleep to ensure pane is ready tmux send-keys -t $pane -l 'pick the next bead you can actually do usefully now and start coding on it immediately; communicate what you'"'"'re doing to the other agents via agent mail.' sleep 0.1 tmux send-keys -t $pane Enter for i in {1..4}; do tmux send-keys -t $pane -l 'keep going, doing useful work! and communicate!' sleep 0.1 tmux send-keys -t $pane Enter done tmux send-keys -t $pane -l 'great, now I want you to carefully read over all of the new code you just wrote and other existing code you just modified with "fresh eyes" looking super carefully for any obvious bugs, errors, problems, issues, confusion, etc.' sleep 0.1 tmux send-keys -t $pane Enter tmux send-keys -t $pane -l 'Be sure to check your agent mail and to promptly respond if needed to any messages; thereafter proceed meticulously with the plan, doing all of your remaining unfinished tasks systematically and continuing to notate your progress in-line in the plan document, via beads, and via agent mail messages. Don'"'"'t get stuck in "communication purgatory" where nothing is getting done; be proactive about starting tasks that need to be done, but inform your fellow agents via messages when you do so and notate that in-line in the plan document. When you'"'"'re really not sure what to do, pick the next bead that you can usefully work on and get started.' sleep 0.1 tmux send-keys -t $pane Enter tmux send-keys -t $pane -l 'ok can you now turn your attention to reviewing the code written by your fellow agents and checking for any issues, bugs, errors, problems, inefficiencies, security problems, reliability issues, etc. and carefully diagnose their underlying root causes using first-principle analysis and thereafter fix or revise them if necessary? Dont restrict yourself to the latest commits, cast a wider net and go super deep!' sleep 0.1 tmux send-keys -t $pane Enter done

Former Quant Investor, now building @lumera (formerly called Pastel Network) | My Open Source Projects: https://t.co/9qbOCDlaqM

avatar for Jeffrey Emanuel
Jeffrey Emanuel
Sat Nov 08 04:01:26
RT @pjreddie: I’m working on a new thing, we’re so back…

RT @pjreddie: I’m working on a new thing, we’re so back…

🇦🇺 Co-founder: @AnswerDotAI & @FastDotAI ; Prev: professor @ UQ; Stanford fellow; @kaggle president; @fastmail/@enlitic/etc founder https://t.co/16UBFTX7mo

avatar for Jeremy Howard
Jeremy Howard
Sat Nov 08 04:01:02
在翻译各类文档的时候,有很多工具面对复杂的表格、公式和代码等内容,要么格式全乱,要么识别不了。

尤其是翻译学术论文、技术文档这类专业的内容时,一些术语的翻译更是让人头疼。

无独有偶,看到了 DocuTranslate 这个开源的本地文档翻译工具,能帮我们在保持文档原格式下完成翻译。

支持 PDF、Word、Excel、Markdown 等十余种文件格式,还能自动生成术语表保证翻译一致性。

GitHub:https://t.co/aGXhZLAL7U

更厉害的是,支持精确识别 PDF 中的表格、公式和代码块,并进行准确翻译。

同时,支持大部分主流的 AI 模型供应商平台,允许自定义提示词,以及并发高性能 AI 翻译。

提供 Windows、Mac 整合包直接下载使用,也可通过 pip 安装,在局域网内还可以多人同时使用。

在翻译各类文档的时候,有很多工具面对复杂的表格、公式和代码等内容,要么格式全乱,要么识别不了。 尤其是翻译学术论文、技术文档这类专业的内容时,一些术语的翻译更是让人头疼。 无独有偶,看到了 DocuTranslate 这个开源的本地文档翻译工具,能帮我们在保持文档原格式下完成翻译。 支持 PDF、Word、Excel、Markdown 等十余种文件格式,还能自动生成术语表保证翻译一致性。 GitHub:https://t.co/aGXhZLAL7U 更厉害的是,支持精确识别 PDF 中的表格、公式和代码块,并进行准确翻译。 同时,支持大部分主流的 AI 模型供应商平台,允许自定义提示词,以及并发高性能 AI 翻译。 提供 Windows、Mac 整合包直接下载使用,也可通过 pip 安装,在局域网内还可以多人同时使用。

💡 挖掘开源的价值 🧑🏻‍💻 坚持分享 GitHub 上高质量、有趣、实用的教程、AI工具、前沿 AI 技术 🧐 A list cool, interesting projects of GitHub. ✏️ 公众号:GitHubDaily

avatar for GitHubDaily
GitHubDaily
Sat Nov 08 04:00:05
When neither side in a war has drone superiority, the result is paralysis (e.g., Ukraine). When one side has it, the result is a rout (e.g., Nagorno-Karabakh). Right now Russia has drone superiority over Europe and China over America.

When neither side in a war has drone superiority, the result is paralysis (e.g., Ukraine). When one side has it, the result is a rout (e.g., Nagorno-Karabakh). Right now Russia has drone superiority over Europe and China over America.

Professor of computer science at UW and author of '2040' and 'The Master Algorithm'. Into machine learning, AI, and anything that makes me curious.

avatar for Pedro Domingos
Pedro Domingos
Sat Nov 08 03:58:18
[开源推荐] MLX-Audio Studio: 开源 UI 工具,专为音频生成和处理设计。基于 MLX-Audio 库开发,支持 Apple Silicon 设备,允许用户在本地轻松生成和转录音频,支持多种后端选项,包括 MLX-Audio、Transformers 或其他如 OpenAI 的服务。 

核心功能
· 音频生成与转录:提供 TTS 和 STT 功能,用户可以通过简单界面输入文本生成音频,或上传音频文件进行转录。
· 多后端支持:灵活集成不同框架,用户可选择本地 MLX-Audio 模型或其他外部 API,实现自定义音频处理。
· 用户界面设计:现代化的 Web 界面,支持暗黑模式,包含模型选择、速度/音调/音量调节、长文本处理和音频播放器。界面直观,包括历史记录、设置和 API 访问入口。
· 扩展性:未来将添加更多任务,如语音克隆或高级编辑,增强音频应用的多样性。

再看看 MLX-Audio 核心功能
· 高效推理:利用 MLX 框架在 Apple Silicon 上原生运行,提供快速生成和处理,支持 8 位量化以减少内存占用和提升速度。
· 多语言支持:默认支持美式英语和英式英语,可通过可选依赖扩展到日语和普通话。
· 语音定制:内置多种语音预设(如 af_heart、af_nova、bf_emma),并支持速度调节(0.5x 到 2.0x)。
· 用户界面与 API:包括现代 Web UI(带 3D 音频可视化、文件上传和回放),以及基于 FastAPI 的 REST API(兼容 OpenAI 风格的 TTS 和 STT 接口)。
· 文件管理:生成的文件默认保存到 ~/.mlx_audio/outputs 目录,支持直接在 Finder 或 Explorer 中打开。
· Swift 集成:提供 mlx-swift-audio 包,用于 macOS 和 iOS 上的原生 TTS,支持流式生成和原始 PCM 输出。
· 其他特性:支持语音克隆(通过参考音频)、实时音频块生成,以及可选的流式处理和量化选项。

开源地址

[开源推荐] MLX-Audio Studio: 开源 UI 工具,专为音频生成和处理设计。基于 MLX-Audio 库开发,支持 Apple Silicon 设备,允许用户在本地轻松生成和转录音频,支持多种后端选项,包括 MLX-Audio、Transformers 或其他如 OpenAI 的服务。 核心功能 · 音频生成与转录:提供 TTS 和 STT 功能,用户可以通过简单界面输入文本生成音频,或上传音频文件进行转录。 · 多后端支持:灵活集成不同框架,用户可选择本地 MLX-Audio 模型或其他外部 API,实现自定义音频处理。 · 用户界面设计:现代化的 Web 界面,支持暗黑模式,包含模型选择、速度/音调/音量调节、长文本处理和音频播放器。界面直观,包括历史记录、设置和 API 访问入口。 · 扩展性:未来将添加更多任务,如语音克隆或高级编辑,增强音频应用的多样性。 再看看 MLX-Audio 核心功能 · 高效推理:利用 MLX 框架在 Apple Silicon 上原生运行,提供快速生成和处理,支持 8 位量化以减少内存占用和提升速度。 · 多语言支持:默认支持美式英语和英式英语,可通过可选依赖扩展到日语和普通话。 · 语音定制:内置多种语音预设(如 af_heart、af_nova、bf_emma),并支持速度调节(0.5x 到 2.0x)。 · 用户界面与 API:包括现代 Web UI(带 3D 音频可视化、文件上传和回放),以及基于 FastAPI 的 REST API(兼容 OpenAI 风格的 TTS 和 STT 接口)。 · 文件管理:生成的文件默认保存到 ~/.mlx_audio/outputs 目录,支持直接在 Finder 或 Explorer 中打开。 · Swift 集成:提供 mlx-swift-audio 包,用于 macOS 和 iOS 上的原生 TTS,支持流式生成和原始 PCM 输出。 · 其他特性:支持语音克隆(通过参考音频)、实时音频块生成,以及可选的流式处理和量化选项。 开源地址

专注 - Context Engineering, AI(Coding)Agents. 分享 - AI papers, apps and OSS. ex Microsoft MVP 合作 - 私信/邮箱:shaomeng@outlook.com 📢 公众号/小红书: AI 启蒙小伙伴 🔗 信息卡提示词 🔽

avatar for meng shao
meng shao
Sat Nov 08 03:57:04
  • Previous
  • 1
  • More pages
  • 471
  • 472
  • 473
  • More pages
  • 2117
  • Next