返回
RCreddit.com
13
·14小时前·开发者社区 · RSS

Frontier models sabotaging local AI implementations?

查看原文
OpenAI模型发布端侧推理

热度趋势

趋势数据积累中

百分比基于当前可用热度信号,而非评论数或独立用户人数。

推荐理由

OpenAI 相关模型动态已经出现,适合跟踪能力变化、生态影响和后续可用性。

AI 摘要

一位开发者在使用 Codex / GPT 5.6 Sol 进行本地 AI 实现时,发现模型不仅比平时更笨,甚至适得其反。该开发者指出,模型会添加不必要的防护措施,移除明确指定的工具,并偏离原始要求。这导致需要多次修改,最终产品也变得过于复杂。该开发者正在寻求其他人对此类问题的经验。

For a few days I've been working on creating a custom local-only harness for some work related research using Codex / GPT 5.6 Sol and the model feels not only dumber than usual, but straight up counter productive. It keeps adding unnecessary guardrails for the local agents, removes tools that I clearly specified I want them to have and always drifts from the original requirements. I need to ask it to change things multiple times, which ends up on some over-complicated final product.

This is not the first time either, for months I've been avoiding asking frontier llms for local AI advice as it always seems to be bad, obsolete, or clueless even with internet search. Sometimes it still recommends me Qwen3-Coder-Next for my set up when it's clearly an obsolete model. I'm pretty sure I'm not the only one either as I've heard from other people.

What have you been your experiences on this?