{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-07-23T06:40:50.084Z","headline":"Ploy 将 AI 智能体默认模型从 Claude Opus 4.8 切换至 GPT-5.6 Sol","description":"Ploy 将其 AI 智能体默认模型从 Claude Opus 4.8 切换至 OpenAI 今晨发布的 GPT-5.6 Sol。在真实营销网站构建测试中，GPT-5.6 Sol 完成页面平均耗时 3 分 42 秒，较 Opus 4.8 的 8 分钟快 2.2 倍；每次构建成本从 3.06 美元降至 2.22 美元，降低 27%；输出 token 从 33.0K 降至 17.1K，视觉评分从 0.936 提升至 0.970。迁移过程发现，GPT-5.6 会为所有 25 个工具参数填充默认值，导致 52%-64% 的文件读取返回空结果；提示词指令和 OpenAI strict 模式均无法修复此行为。此外，评估框架中约三分之一的原始失败源于针对旧模型的假设，而非模型本身问题。","url":"https://www.aioga.com/news/cmrig9mkx0024bijp9pr04hss/","mainEntityOfPage":"https://www.aioga.com/news/cmrig9mkx0024bijp9pr04hss/","datePublished":"2026-07-12T23:41:11.951Z","dateModified":"2026-07-12T23:41:11.951Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://ploy.ai/blog/migrating-a-production-ai-agent-to-gpt-5-6","https://aihot.virxact.com/items/cmrig9mkx0024bijp9pr04hss"],"canonicalUrl":"https://www.aioga.com/news/cmrig9mkx0024bijp9pr04hss/","directAnswer":{"@type":"Answer","text":"Ploy 在生产评估后，将网站构建与编辑智能体的默认模型从 Claude Opus 4.8 切换为 GPT-5.6 Sol。其测试显示，新模型平均构建更快、成本更低、输出 token 更少，视觉评分也有所提高。","url":"https://www.aioga.com/news/cmrig9mkx0024bijp9pr04hss/","dateCreated":"2026-07-12T23:41:11.951Z","author":{"@type":"Organization","@id":"https://www.aioga.com/authors/aioga-editorial/#editorial-team","name":"Aioga Editorial Team","url":"https://www.aioga.com/authors/aioga-editorial/"}},"evidence":[{"@type":"CreativeWork","name":"ploy.ai source article","url":"https://ploy.ai/blog/migrating-a-production-ai-agent-to-gpt-5-6","datePublished":"2026-07-12T23:41:11.951Z","provider":{"@type":"Organization","name":"ploy.ai","url":"https://ploy.ai/blog/migrating-a-production-ai-agent-to-gpt-5-6"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.virxact.com/items/cmrig9mkx0024bijp9pr04hss","datePublished":"2026-07-12T23:41:11.951Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.virxact.com/items/cmrig9mkx0024bijp9pr04hss"}}],"aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","originalPublisher":{"name":"ploy.ai","url":"https://ploy.ai/blog/migrating-a-production-ai-agent-to-gpt-5-6"},"article":{"id":"cmrig9mkx0024bijp9pr04hss","slug":"cmrig9mkx0024bijp9pr04hss","url":"https://www.aioga.com/news/cmrig9mkx0024bijp9pr04hss/","title":"Ploy 将 AI 智能体默认模型从 Claude Opus 4.8 切换至 GPT-5.6 Sol","title_en":"将生产环境中的AI代理迁移至GPT-5.6：速度提升2.2倍，成本降低27%","summary":"Ploy 将其 AI 智能体默认模型从 Claude Opus 4.8 切换至 OpenAI 今晨发布的 GPT-5.6 Sol。在真实营销网站构建测试中，GPT-5.6 Sol 完成页面平均耗时 3 分 42 秒，较 Opus 4.8 的 8 分钟快 2.2 倍；每次构建成本从 3.06 美元降至 2.22 美元，降低 27%；输出 token 从 33.0K 降至 17.1K，视觉评分从 0.936 提升至 0.970。迁移过程发现，GPT-5.6 会为所有 25 个工具参数填充默认值，导致 52%-64% 的文件读取返回空结果；提示词指令和 OpenAI strict 模式均无法修复此行为。此外，评估框架中约三分之一的原始失败源于针对旧模型的假设，而非模型本身问题。","source":"Hacker News 热门（buzzing.cc 中文翻译）","sourceUrl":"https://ploy.ai/blog/migrating-a-production-ai-agent-to-gpt-5-6","aiHotUrl":"https://aihot.virxact.com/items/cmrig9mkx0024bijp9pr04hss","publishedAt":"2026-07-12T23:41:11.951Z","category":"技巧观点","score":70,"selected":true,"articleBody":["For four months, no frontier model beat Claude Opus in our production evals. GPT-5.6 did. This is what we learned while migrating.","As of today, Ploy’s agent runs on GPT-5.6 Sol, the flagship tier of the model family OpenAI released this morning. For months, no model met our bar for replacing Claude Opus. GPT-5.6 Sol did. After a head-to-head evaluation, we made it the default model for every Ploy workspace.","Ploy’s agent builds and edits production marketing websites. It plans a page, reads the codebase, writes components, generates imagery, screenshots its own work, and decides when it is done. We test every frontier release against that workload. During the four months Opus held the default slot (first Opus 4.7, then 4.8), nothing we tested beat it. GPT-5.6 is the first model that did.","The first eval run exposed several failure modes, which we cover below. It also produced strong results. Completed builds took less than half the wall-clock time, cost 27% less, and scored at or above our incumbent. Those results justified the migration work.","We use Vercel’s AI SDK：https://ai-sdk.dev/docs/introduction, but switching from Claude Opus 4.8 to GPT-5.6 Sol still exposed provider-specific assumptions throughout our stack. The providers differ in how models fill tool arguments, cache prompts, and replay reasoning between turns.","We fixed the eval harness first, followed by the tool schemas, prompt caching, and reasoning replay.","Our eval suite runs the production agent against fixture workspaces. It covers hundreds of cases, from “build a homepage from scratch” to “is this clone request safe to execute.” For build cases, a visual judge runs ten binary checks against a reference design, such as “the hero is a full-bleed photographic scene” and “primary CTAs are rounded rectangles, not pills.” We also run content checks, tool-trajectory checks, and file assertions. We triage every failure against the full trace, including the tool calls and model text.","The first cross-model run exposed a problem in the eval harness.","Our tool-call budgets were sized for Opus’s sequential style. GPT-5.6 makes parallel calls and exceeded those budgets on cases it was solving correctly. Our eval executor also lacked support for batched file reads, which Opus rarely used and GPT-5.6 uses often. Roughly a third of the raw failures in the first run came from harness assumptions rather than model behavior, and those failures were unevenly distributed. If you are evaluating a challenger against an incumbent, triage the traces before trusting the pass rate. Otherwise, the eval rewards the new model for behaving like the old one.","A dataset that omitted its minScore threshold inherited a default of 1.0, and nothing flagged the fallback. GPT-5.6 therefore “failed” a hero that scored 0.98, while Opus “failed” a case despite passing every individual check. Both designs were defensible, but the implicit threshold failed them.","After fixing the harness, we reran our redesign suite, where the agent rebuilds a brand’s homepage against a reference design.","GPT-5.6 finished pages 2.2× faster, cost 27% less, and used about half the output tokens. It also wrote less code. In one matched pair, Opus produced a 17,957-character globals.css with 174 CSS variables, including mostly unused color ramps. GPT-5.6 used 2,508 characters and 45 variables for a comparable, and sometimes better, rendered page.","GPT-5.6 is good at clean, tightly gridded layouts, but it tends to converge on that style without strong steering. With our older harness, which was designed for Opus 4.8, GPT-5.6 Sol often ignored the existing design system and produced clean but generic output.","The changes we made here deserve a separate post. Our design and engineering teams improved the steering until GPT-5.6 met the brand-adherence bar we require in production.","Our agent’s code tool has 25 top-level parameters. One, action , is required; the rest are optional. Claude sends the two or three parameters it uses and omits the rest. GPT-5.6 sends all 25 on every call, filling unused parameters with plausible values such as offset: 0 , timeout: 120000 , and siteId: \"00000000-0000-0000-0000-000000000000\" .","We saw the pattern across three days of production code(read) traces.","Verbosity was not the problem. The file-read implementation could not distinguish an invented value from an intended one. It treated offset: 0 as a real argument, causing 52% to 64% of GPT-5.6’s file reads to return empty. The tool returned success: true for both valid and empty reads, so the model could not tell that it was reading blank files. It compensated with more calls and worse results.","Prompting did not fix this. A tool-description directive to “omit unused parameters” still produced 25 of 25 parameters. Per-property “OPTIONAL, omit if unused” hints did the same. We measured identical behavior with OpenAI’s strict mode, and adopting it would have required stripping pattern , format , and array-bound validation from every schema. This behavior comes from how the model emits function calls：https://developers.openai.com/api/docs/guides/function-calling, so we changed the schema instead.","The working fix was a schema transform at the provider boundary. For OpenAI-family models, we rewrite every optional property as required but nullable using anyOf: [T, null] . This gives the model an explicit value for an unused parameter. We then strip the nulls before validation at the shared tool-invocation boundary, so the tool implementations do not change. The model sees a schema that represents unused values, while the tools receive the same inputs as before.","After the change, empty file reads fell from 52% to 0%. The agent also used roughly 30% fewer tool calls for the same work because it stopped re-reading blank results.","Both providers offer “prompt caching,” but the implementations differ. Before we accounted for those differences, GPT-5.6 appeared about 50% more expensive than Opus. Our cache configuration caused the gap. The model pricing was fine.","Our agent’s prompt opens with a static prefix of roughly 29K tokens (tool schemas plus the core system prompt) that is identical for every conversation. On Claude, we mark cache breakpoints with cache_control , and the prefix caches across the whole organization. Any conversation in any workspace can use one shared entry, without a per-key throughput budget. Cache hit rates run from 92% to 96%.","GPT-5.6 uses a different OpenAI caching model. Earlier GPT models cached implicit partial-prefix matches. GPT-5.6 dropped partial-prefix matching：https://developers.openai.com/api/docs/guides/prompt-caching, so implicit caching now creates whole-prompt entries keyed on the latest message. A new conversation sharing our 29K static prefix cached 0% of it. Each conversation re-billed the full prefix at the uncached rate. GPT-5.6 also applies a 1.25× cache-write surcharge to every uncached prompt, whether or not the application uses caching.","The explicit mechanism uses prompt_cache_breakpoint markers and a mandatory prompt_cache_key . The key is part of the cache identity, so identical prompts with different keys produce no cache hits. Each key maps to a cache node that sustains roughly 15 requests per minute before OpenAI distributes traffic to other nodes with independent cold caches.","The main design decision is which entity should scope the key.","We ship the workspace-scoped key and split the system prompt into breakpointed layers, mirroring the structure we already used for Anthropic:","Entry A reduces the cost of a session’s first call. When workspace memory changes, the request misses Entry B but still hits Entry A, then writes a new Entry B. That requires one context-sized write instead of re-billing the full 29K prefix. Entry C is OpenAI’s implicit whole-prompt chain, which works within a session because our prompts are strictly append-only.","OpenAI’s key partitioning prevents cross-workspace sharing of the static prefix. Anthropic can share the prefix because its cache is organization-scoped without key partitioning. On GPT-5.6, every workspace pays for one 29K cold write per idle window, about $0.18. The cost is bounded and predictable.","After the change, first-call cache hits rose from roughly 0% to 83.7%, total uncached input tokens fell 28%, and GPT-5.6’s per-suite cost dropped below Opus’s. Cache misconfiguration accounted for the entire cost gap we had measured. Cost comparisons between models are not useful when one model starts with a cold cache.","Reasoning replay caused intermittent failures in production conversations. GPT-5.6’s Responses API replays prior-turn reasoning as server-side item references by default, and our conversations sometimes failed with Item 'rs_...' not found . Setting store: false makes the SDK request encrypted reasoning content：https://developers.openai.com/api/docs/guides/reasoning and replay self-contained blobs instead of pointers to server state. We also learned that server-side reasoning state can change the effective prompt even when the bytes sent by the application are append-only.","GPT-5.6 launched today and is already live on Ploy. You can start free at ploy.ai：https://ploy.ai/auth/sign-up, give it a website to build, and see what a sub-four-minute build looks like.","Ploy is an AI layer that plans, builds, publishes, and optimizes websites and campaigns. If debugging cache-node fan-out at 2am sounds like fun, we’re hiring：https://ploy.ai/careers.","Ploy builds, tests, and optimizes your website. Automatically."],"articleImages":[{"sourceUrl":"https://storage.googleapis.com/ployai/d21bf4ad-2458-43ee-9561-54c28ab0e85f/user/98bfdea9-ai-generated-1783640379759.webp","alt":"Colorful Ploy inflatable forms connected by a translucent tube, representing a production AI agent migrating between model systems","afterParagraph":0,"url":"/media/articles/cmrig9mkx0024bijp9pr04hss/75d27b8768816128.webp"},{"sourceUrl":"https://storage.googleapis.com/ployai/d21bf4ad-2458-43ee-9561-54c28ab0e85f/user/fcebce5c-colorful-hero-opus-vs-gpt.png","alt":"Build-colorful-hero comparison: Opus's gradient hero passed at 1.0; GPT-5.6's color-block study scored 0.98 and failed only an implicit default threshold","afterParagraph":9,"url":"/media/articles/cmrig9mkx0024bijp9pr04hss/68e790507a40ae8b.png"},{"sourceUrl":"https://storage.googleapis.com/ployai/d21bf4ad-2458-43ee-9561-54c28ab0e85f/user/36c00e91-createcards-opus48-visual-1.00.png","alt":"Claude Opus 4.8 completed CreateCards redesign passing all ten visual checks","afterParagraph":11,"url":"/media/articles/cmrig9mkx0024bijp9pr04hss/7cbcad6cb12a1749.png"},{"sourceUrl":"https://storage.googleapis.com/ployai/d21bf4ad-2458-43ee-9561-54c28ab0e85f/user/e763f595-createcards-gpt56-visual-0.90.png","alt":"GPT-5.6 completed CreateCards redesign passing nine of ten visual checks","afterParagraph":11,"url":"/media/articles/cmrig9mkx0024bijp9pr04hss/45188ed535d899c0.png"},{"sourceUrl":"https://storage.googleapis.com/ployai/d21bf4ad-2458-43ee-9561-54c28ab0e85f/user/4b052f98-clay-use-case-opus-vs-gpt.png","alt":"Opus on the left reproduced the Clay brand system; GPT-5.6 on the right shipped a clean but generic page","afterParagraph":12,"url":"/media/articles/cmrig9mkx0024bijp9pr04hss/e5e98601b512afd3.png"}],"mediaStatus":"ok","articleBodyZh":["在四个月的时间里，没有任何前沿模型在我们的生产评估中超过 Claude Opus。GPT-5.6 做到了。这是我们在迁移过程中学到的东西。","截至今天，Ploy 的代理运行在 GPT-5.6 Sol 上，这是 OpenAI 今天上午发布的模型家族的旗舰级别。在几个月的时间里，没有模型达到我们替换 Claude Opus 的标准。GPT-5.6 Sol 做到了。在一次正面评价之后，我们将其设为每个 Ploy 工作区的默认模型。","Ploy 的代理构建和编辑生产营销网站。它规划页面，读取代码库，编写组件，生成图像，为自己的工作截图，并决定何时完成。我们测试每一次前沿发布版本时都会使用这个工作负载。在 Opus 占据默认槽的四个月期间（先是 Opus 4.7，然后是 4.8），我们测试的所有模型都无法超过它。GPT-5.6 是第一个做到这一点的模型。","首次评估运行暴露了几个失败模式，我们将在下面介绍。它也产生了强劲的结果。完成的构建所需时间不到实际时钟时间的一半，成本降低了 27%，并且评分达到或超过了我们现有模型。这些结果证明了迁移工作的合理性。","我们使用 Vercel 的 AI SDK：https://ai-sdk.dev/docs/introduction，但从 Claude Opus 4.8 切换到 GPT-5.6 Sol 仍然暴露了整个技术栈中供应商特定的假设。供应商在模型填充工具参数、缓存提示以及在回合间重放推理的方式上存在差异。","我们首先修复了评估框架，然后是工具模式、提示缓存和推理重放。","我们的评估套件将生产代理运行在固定工作区上。它涵盖了数百个用例，从“从零构建首页”到“此克隆请求是否可以安全执行”。对于构建用例，视觉评审会针对参考设计进行十项二元检查，例如“主图是全幅摄影场景”和“主要 CTA 是圆角矩形，而不是胶囊状”。我们还进行内容检查、工具轨迹检查和文件断言。我们针对完整追踪包括工具调用和模型文本，对每个失败进行分类。","首次跨模型运行暴露了评估框架中的一个问题。","我们的工具调用预算是按照 Opus 的顺序调用风格设计的。GPT-5.6 执行并行调用，并在正确解决问题的情况下超出了这些预算。我们的评估执行器也不支持批量文件读取，而 Opus 很少使用这一功能，而 GPT-5.6 经常使用。第一次运行中约三分之一的原始失败来自测试假设，而不是模型行为，这些失败分布不均。如果你正在评估一个挑战者与现任模型的表现差异，在信任通过率之前要先排查日志。否则，评估会奖励新模型表现得像旧模型。","一个省略 minScore 阈值的数据集继承了默认值 1.0，但没有任何东西标记了这一回退值。因此，GPT-5.6 “未通过”一个得分为 0.98 的 hero，而 Opus 即便通过了每个单独检查也“未通过”某个案例。两者的设计都是合理的，但隐式阈值让它们失败了。","在修复测试工具后，我们重新运行了重新设计测试套件，其中代理根据参考设计重建一个品牌的主页。","GPT-5.6 完成页面的速度快了 2.2 倍，成本低了 27%，输出的 token 量约为一半。同时，它写的代码也更少。在一个匹配示例中，Opus 生成了一个 17,957 字符的 globals.css，包含 174 个 CSS 变量，其中大部分颜色梯度未被使用。GPT-5.6 用 2,508 个字符和 45 个变量生成了一个可比较、有时甚至更好的渲染页面。","GPT-5.6 擅长干净、紧凑网格布局，但如果没有强力引导，它容易收敛到这种风格。使用我们设计给 Opus 4.8 的旧测试工具时，GPT-5.6 Sol 经常忽略现有的设计系统，生成干净但通用化的输出。","我们在这里做的更改值得单独发一篇文章。我们的设计和工程团队改进了引导方法，直到 GPT-5.6 达到我们生产中要求的品牌一致性标准。","我们代理的代码工具有 25 个顶级参数。其中一个 action 是必需的，其余都是可选的。Claude 只发送它使用的两个或三个参数，省略其余参数。GPT-5.6 每次调用发送全部 25 个参数，将未使用的参数填充为合理值，例如 offset: 0、timeout: 120000 和 siteId: \"00000000-0000-0000-0000-000000000000\"。","我们在三天的生产代码（读取）日志中都看到了这个模式。","冗长并不是问题。文件读取的实现无法区分一个虚构的值和一个预期值。它将 offset: 0 当作真实参数处理，导致 GPT-5.6 有 52% 到 64% 的文件读取返回为空。该工具对于有效和空读取都返回 success: true，因此模型无法判断自己正在读取空文件。它通过更多的调用来补偿，但结果更差。","提示无法解决这个问题。一个提示工具描述指令“省略未使用的参数”仍然生成了 25 个参数中的 25 个。针对每个属性的“OPTIONAL，如果未使用则省略”提示也是一样。我们在 OpenAI 的严格模式中测量到相同的行为，采用严格模式将需要从每个模式中去掉 pattern、format 和 array-bound 验证。这种行为来源于模型发出函数调用的方式：https://developers.openai.com/api/docs/guides/function-calling，因此我们改为了修改模式。","有效的修复是在提供者边界进行模式转换。对于 OpenAI 系列模型，我们将每个可选属性重写为必需但可为空，使用 anyOf: [T, null]。这为模型提供了未使用参数的明确值。然后我们在共享工具调用边界的验证前去掉 null，因此工具实现无需改变。模型看到的模式表示未使用的值，而工具收到的输入与之前相同。","更改后，空文件读取从 52% 降至 0%。由于停止了重新读取空结果，代理在完成相同任务时调用工具的次数也减少了约 30%。","两个提供商都提供“提示缓存”，但实现方式不同。在考虑这些差异之前，GPT-5.6 的使用成本似乎比 Opus 高约 50%。造成差异的是我们的缓存配置，模型定价本身是正常的。","我们代理的提示以大约 29K 令牌的静态前缀开头（工具模式加核心系统提示），每次对话都相同。在 Claude 上，我们用 cache_control 标记缓存中断点，前缀可以在整个组织中共享。任何工作区的任何对话都可以使用一个共享条目，无需每个密钥的吞吐量预算。缓存命中率在 92% 到 96% 之间。","GPT-5.6 使用了不同的 OpenAI 缓存模型。早期的 GPT 模型会缓存隐式的部分前缀匹配。GPT-5.6 放弃了部分前缀匹配：https://developers.openai.com/api/docs/guides/prompt-caching，因此现在隐式缓存会根据最新消息创建完整提示条目。一个新的会话共享我们 29K 的静态前缀时，缓存了 0%。每个会话都会按照未缓存的费率重新计费完整前缀。GPT-5.6 还会对每个未缓存的提示应用 1.25× 的缓存写入附加费，无论应用是否使用缓存。","显式机制使用 prompt_cache_breakpoint 标记和强制性 prompt_cache_key。该键是缓存标识的一部分，因此相同提示但键不同不会产生缓存命中。每个键映射到一个缓存节点，该节点在 OpenAI 将流量分发到其他拥有独立冷缓存的节点之前，大约每分钟可支持 15 个请求。","主要的设计决策是哪个实体应该负责限定键的范围。","我们提供工作区范围的键，并将系统提示拆分为有断点的层，这与我们之前用于 Anthropic 的结构相对应：","Entry A 减少了会话首次调用的成本。当工作区内存发生变化时，请求会错过 Entry B，但仍命中 Entry A，然后写入一个新的 Entry B。这只需一次与上下文大小相等的写入，而不是重新计费完整的 29K 前缀。Entry C 是 OpenAI 的隐式完整提示链，它在会话内工作，因为我们的提示严格为追加模式。","OpenAI 的键分区防止了静态前缀在工作区之间的共享。Anthropic 可以共享前缀，因为其缓存是组织范围的，没有键分区。在 GPT-5.6 上，每个工作区在空闲窗口中需为一次 29K 的冷写入支付约 0.18 美元。成本是有限且可预测的。","更改之后，首次调用的缓存命中率从大约 0% 提升到 83.7%，未缓存输入令牌总数下降 28%，GPT-5.6 的每套成本低于 Opus。缓存配置错误导致了我们测量到的全部成本差异。当一个模型从冷缓存开始时，对模型之间的成本比较没有参考价值。","推理重放导致生产对话出现间歇性故障。GPT-5.6 的 Responses API 默认会将先前回合的推理作为服务器端项目引用进行重放，而我们的对话有时会出现 Item 'rs_...' not found 错误。将 store 设置为 false 可使 SDK 请求加密的推理内容：https://developers.openai.com/api/docs/guides/reasoning，并重放自包含的块而不是指向服务器状态的指针。我们还了解到，即使应用程序发送的字节是追加唯一的，服务器端的推理状态也可能改变有效提示。","GPT-5.6 今天上线，并已在 Ploy 上运行。你可以在 ploy.ai 免费开始：https://ploy.ai/auth/sign-up，提供一个网站以生成，并查看不到四分钟的生成效果。","Ploy 是一个 AI 层，可以规划、构建、发布并优化网站和活动。如果凌晨 2 点调试缓存节点分发听起来很有趣，我们正在招聘：https://ploy.ai/careers。","Ploy 自动构建、测试并优化你的网站。"],"translationStatus":"translated","bodyOrigin":"source-page","editorial":{"summary":"Ploy 在生产评估后，将网站构建与编辑智能体的默认模型从 Claude Opus 4.8 切换为 GPT-5.6 Sol。其测试显示，新模型平均构建更快、成本更低、输出 token 更少，视觉评分也有所提高。","background":"Ploy 的智能体负责规划页面、读取代码、编写组件、生成图像并检查最终结果。Claude Opus 系列此前连续四个月占据默认模型位置，GPT-5.6 Sol 是这段时间内首个达到其替换标准的受测模型。","viewpoint":"Aioga 判断，这次迁移的重点不只是模型指标领先，还揭示了生产系统对特定供应商行为的隐性依赖。模型替换需要同时审查工具参数、提示缓存、推理回放和评估框架，不能仅依据单轮输出决定。","implications":"这组结果可能说明，在 Ploy 的营销网站构建工作负载中，GPT-5.6 Sol 具有效率和成本优势。但工具参数默认填充曾导致大量文件读取为空，表明模型能力提升并不等于可以直接无风险替换。","nextStep":"值得关注 Ploy 后续是否披露更完整的测试样本、失败分布及迁移后的长期生产表现。采用类似智能体架构的团队可先检查评估规则中的旧模型假设，并针对工具调用和文件读取建立回归测试。","evidenceRefs":["title","summary","articleBody","source"],"status":"published","aiGenerated":true,"autoApproved":true,"generatedBy":"aioga-editorial:gpt-5.6-sol","reviewedBy":"aioga-editorial-review:gpt-5.6-sol","generatedAt":"2026-07-23T01:28:21.015Z","sourceHash":"bb8157ae0d9f41d8","review":{"approved":true,"groundedness":95,"clarity":92,"duplicationRisk":18,"blockingIssues":[],"notes":["候选内容准确概括了模型切换、性能与成本变化、供应商特定行为以及评估框架旧假设等来源信息。","“Aioga 判断”已明确标示为观点，没有冒充来源事实。","“大量文件读取为空”有来源摘要中的 52%-64% 数据支持；如需增强信息密度，可补充具体比例，但不是必要修改。","正文未列出速度、成本、token 和视觉评分的具体数值，属于信息取舍，不影响事实准确性。"]},"validation":{"passed":true,"mode":"ai-auto","revisions":0,"checks":["schema","length","source-attribution","low-source-overlap","no-html","independent-ai-review"]}},"tags":["技巧观点","Hacker News 热门（buzzing.cc 中文翻译）"],"translations":{"zh-CN":{"title":"Ploy 将 AI 智能体默认模型从 Claude Opus 4.8 切换至 GPT-5.6 Sol","summary":"Ploy 将其 AI 智能体默认模型从 Claude Opus 4.8 切换至 OpenAI 今晨发布的 GPT-5.6 Sol。在真实营销网站构建测试中，GPT-5.6 Sol 完成页面平均耗时 3 分 42 秒，较 Opus 4.8 的 8 分钟快 2.2 倍；每次构建成本从 3.06 美元降至 2.22 美元，降低 27%；输出 token 从 33.0K 降至 17.1K，视觉评分从 0.936 提升至 0.970。迁移过程发现，GPT-5.6 会为所有 25 个工具参数填充默认值，导致 52%-64% 的文件读取返回空结果；提示词指令和 OpenAI strict 模式均无法修复此行为。此外，评估框架中约三分之一的原始失败源于针对旧模型的假设，而非模型本身问题。","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy 将 AI 智能体默认模型从 Claude Opus 4.8 切换至 GPT-5.6 Sol - Aioga AI资讯","description":"Ploy 将其 AI 智能体默认模型从 Claude Opus 4.8 切换至 OpenAI 今晨发布的 GPT-5.6 Sol。在真实营销网站构建测试中，GPT-5.6 Sol 完成页面平均耗时 3 分 42 秒，较 Opus 4.8 的 8 分钟快 2.2 倍；每次构建成本从 3.06 美元降至 2.22 美元，降低 27%；输出 token 从 33.","url":"https://www.aioga.com/news/cmrig9mkx0024bijp9pr04hss/"},"en":{"title":"Ploy switched the default AI agent model from Claude Opus 4.8 to GPT-5.6 Sol","summary":"Ploy switched its AI agent default model from Claude Opus 4.8 to OpenAI's GPT-5.6 Sol, released this morning. In real marketing website building tests, GPT-5.6 Sol completed pages in an average of 3 minutes and 42 seconds, 2.2 times faster than Opus 4.8's 8 minutes; The cost per build has dropped from $3.06 to $2.22, a 27% reduction; Output tokens dropped from 33.0K to 17.1K, and visual score increased from 0.936 to 0.970. During migration, it was found that GPT-5.6 filled all 25 tool parameters with default values, resulting in 52%-64% of file reads returning empty results; Prompt instructions and OpenAI's strict mode cannot fix this behavior. Additionally, about one-third of the original failures in the evaluation framework stem from assumptions about the old model rather than problems with the model itself.","category":"Insights","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy switched the default AI agent model from Claude Opus 4.8 to GPT-5.6 Sol - Aioga AI News","description":"Ploy switched its AI agent default model from Claude Opus 4.8 to OpenAI's GPT-5.6 Sol, released this morning. In real marketing website building tests, GPT-5.6 Sol completed pages ","url":"https://www.aioga.com/en/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:50.995Z"},"ja":{"title":"PloyはデフォルトのAIエージェントモデルをClaude Opus 4.8からGPT-5.6 Solに切り替えました","summary":"PloyはAIエージェントのデフォルトモデルをClaude Opus 4.8から、今朝リリースされたOpenAIのGPT-5.6 Solに切り替えました。 実際のマーケティングウェブサイト構築テストでは、GPT-5.6 Solは平均3分42秒でページを完了し、Opus 4.8の8分の2.2倍の速さを達成しました。 1つのビルドあたりのコストは3.06ドルから2.22ドルに下がり、27%の削減となりました。 出力トークンは33.0Kから17.1Kに減少し、ビジュアルスコアは0.936から0.970に上昇しました。 移行の過程で、GPT-5.6は25のツールパラメータすべてをデフォルト値で満たし、その結果、ファイル読み取りの52%〜64%が空の結果を返すことが判明しました。 プロンプト指示やOpenAIの厳格モードではこの挙動は解決できません。 さらに、評価枠組みの元々の失敗の約3分の1は、モデル自体の問題ではなく、旧モデルに対する仮定に起因しています。","category":"ヒントと視点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"PloyはデフォルトのAIエージェントモデルをClaude Opus 4.8からGPT-5.6 Solに切り替えました - Aioga AIニュース","description":"PloyはAIエージェントのデフォルトモデルをClaude Opus 4.8から、今朝リリースされたOpenAIのGPT-5.6 Solに切り替えました。 実際のマーケティングウェブサイト構築テストでは、GPT-5.6 Solは平均3分42秒でページを完了し、Opus 4.8の8分の2.2倍の速さを達成しました。 1つのビルドあたりのコストは3.06ドルから","url":"https://www.aioga.com/ja/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:51.458Z"},"ko":{"title":"Ploy는 기본 AI 에이전트 모델을 Claude Opus 4.8에서 GPT-5.6 Sol로 전환했습니다","summary":"Ploy는 AI 에이전트 기본 모델을 Claude Opus 4.8에서 오늘 아침 출시된 OpenAI의 GPT-5.6 Sol로 전환했습니다. 실제 마케팅 웹사이트 구축 테스트에서 GPT-5.6 Sol은 평균 3분 42초 만에 페이지를 완성했으며, 이는 Opus 4.8의 8분보다 2.2배 빠른 속도였습니다; 제작당 비용은 $3.06에서 $2.22로 27% 감소했습니다; 출력 토큰은 33.0K에서 17.1K로 감소했고, 시각적 점수는 0.936에서 0.970으로 증가했습니다. 마이그레이션 과정에서 GPT-5.6이 25개의 도구 매개변수 모두를 기본값으로 채워 파일 읽기의 52%-64%가 빈 결과를 반환하는 것으로 나타났습니다; 프롬프트 지시와 OpenAI의 엄격한 모드로는 이 현상을 해결할 수 없습니다. 또한, 평가 프레임워크의 원래 실패 중 약 3분의 1은 모델 자체의 문제가 아니라 기존 모델에 대한 가정에서 비롯됩니다.","category":"인사이트","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy는 기본 AI 에이전트 모델을 Claude Opus 4.8에서 GPT-5.6 Sol로 전환했습니다 - Aioga AI 뉴스","description":"Ploy는 AI 에이전트 기본 모델을 Claude Opus 4.8에서 오늘 아침 출시된 OpenAI의 GPT-5.6 Sol로 전환했습니다. 실제 마케팅 웹사이트 구축 테스트에서 GPT-5.6 Sol은 평균 3분 42초 만에 페이지를 완성했으며, 이는 Opus 4.8의 8분보다 2.2배 빠른 속도였습니다; 제작당 비용은 $","url":"https://www.aioga.com/ko/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:51.236Z"},"es":{"title":"Ploy cambió el modelo de agente de IA por defecto de Claude Opus 4.8 a GPT-5.6 Sol","summary":"Ploy cambió su modelo por defecto de agente de IA de Claude Opus 4.8 a GPT-5.6 Sol de OpenAI, lanzado esta mañana. En pruebas reales de creación de sitios web de marketing, GPT-5.6 Sol completó páginas en una media de 3 minutos y 42 segundos, 2,2 veces más rápido que los 8 minutos de Opus 4.8; El coste por construcción ha bajado de 3,06 a 2,22 dólares, una reducción del 27%; Los tokens de salida bajaron de 33,0K a 17,1K, y la puntuación visual aumentó de 0,936 a 0,970. Durante la migración, se descubrió que GPT-5.6 rellenaba los 25 parámetros de la herramienta con valores por defecto, lo que resultaba en que entre el 52% y el 64% de las lecturas de archivos devolvían resultados vacíos; Las instrucciones de aviso y el modo estricto de OpenAI no pueden solucionar este comportamiento. Además, aproximadamente un tercio de los fallos originales en el marco de evaluación provienen de supuestos sobre el modelo antiguo más que de problemas con el propio modelo.","category":"Ideas","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy cambió el modelo de agente de IA por defecto de Claude Opus 4.8 a GPT-5.6 Sol - Aioga Noticias de IA","description":"Ploy cambió su modelo por defecto de agente de IA de Claude Opus 4.8 a GPT-5.6 Sol de OpenAI, lanzado esta mañana. En pruebas reales de creación de sitios web de marketing, GPT-5.6","url":"https://www.aioga.com/es/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:51.264Z"},"fr":{"title":"Ploy a basculé le modèle d’agent IA par défaut de Claude Opus 4.8 à GPT-5.6 Sol","summary":"Ploy a changé son modèle par défaut d’agent IA, passant de Claude Opus 4.8 à GPT-5.6 Sol d’OpenAI, sorti ce matin. Dans de vrais tests de création de sites marketing, GPT-5.6 Sol a terminé les pages en moyenne 3 minutes et 42 secondes, soit 2,2 fois plus vite que les 8 minutes d’Opus 4.8 ; Le coût par construction est passé de 3,06 $ à 2,22 $, soit une réduction de 27 % ; Les jetons de sortie sont passés de 33,0K à 17,1K, et le score visuel est passé de 0,936 à 0,970. Lors de la migration, il a été constaté que GPT-5.6 remplissait les 25 paramètres de l’outil avec des valeurs par défaut, ce qui entraînait 52 % à 64 % des lectures de fichiers qui retournaient des résultats vides ; Les instructions rapides et le mode strict d’OpenAI ne peuvent pas corriger ce comportement. De plus, environ un tiers des échecs initiaux du cadre d’évaluation proviennent d’hypothèses sur l’ancien modèle plutôt que de problèmes liés au modèle lui-même.","category":"Analyses","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy a basculé le modèle d’agent IA par défaut de Claude Opus 4.8 à GPT-5.6 Sol - Aioga Actualités IA","description":"Ploy a changé son modèle par défaut d’agent IA, passant de Claude Opus 4.8 à GPT-5.6 Sol d’OpenAI, sorti ce matin. Dans de vrais tests de création de sites marketing, GPT-5.6 Sol a","url":"https://www.aioga.com/fr/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:51.354Z"},"de":{"title":"Ploy hat das Standardmodell der KI-Agenten von Claude Opus 4.8 auf GPT-5.6 Sol umgestellt","summary":"Ploy hat sein KI-Agenten-Standardmodell von Claude Opus 4.8 auf OpenAIs GPT-5.6 Sol umgestellt, das heute Morgen veröffentlicht wurde. In echten Marketing-Website-Entwicklungstests fertigte GPT-5.6 Sol Seiten im Durchschnitt in 3 Minuten und 42 Sekunden ab, 2,2-mal schneller als die 8 Minuten von Opus 4.8; Die Kosten pro Bau sind von 3,06 $ auf 2,22 $ gesunken, eine Reduzierung von 27 %; Die Ausgabe-Token sanken von 33,0K auf 17,1K, und der visuelle Wert stieg von 0,936 auf 0,970. Während der Migration stellte sich heraus, dass GPT-5.6 alle 25 Werkzeugparameter mit Standardwerten füllte, was dazu führte, dass 52–64 % der Dateilesungen leere Ergebnisse zurückgaben; Prompt-Anweisungen und der strenge Modus von OpenAI können dieses Verhalten nicht beheben. Außerdem resultieren etwa ein Drittel der ursprünglichen Fehler im Bewertungsrahmen auf Annahmen über das alte Modell und nicht auf Problemen mit dem Modell selbst.","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy hat das Standardmodell der KI-Agenten von Claude Opus 4.8 auf GPT-5.6 Sol umgestellt - Aioga KI-News","description":"Ploy hat sein KI-Agenten-Standardmodell von Claude Opus 4.8 auf OpenAIs GPT-5.6 Sol umgestellt, das heute Morgen veröffentlicht wurde. In echten Marketing-Website-Entwicklungstests","url":"https://www.aioga.com/de/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:55.359Z"},"pt-BR":{"title":"A Ploy mudou o modelo padrão de agente de IA do Claude Opus 4.8 para o GPT-5.6 Sol","summary":"A Ploy mudou seu modelo padrão de agente de IA do Claude Opus 4.8 para o GPT-5.6 Sol da OpenAI, lançado esta manhã. Em testes reais de construção de sites de marketing, o GPT-5.6 Sol completou páginas em média 3 minutos e 42 segundos, 2,2 vezes mais rápido que os 8 minutos do Opus 4.8; O custo por construção caiu de $3,06 para $2,22, uma redução de 27%; Os tokens de saída caíram de 33,0K para 17,1K, e a pontuação visual aumentou de 0,936 para 0,970. Durante a migração, foi constatado que o GPT-5.6 preenchia todos os 25 parâmetros da ferramenta com valores padrão, resultando em 52%-64% das leituras de arquivos retornando resultados vazios; Instruções de prompt e o modo rígido do OpenAI não conseguem corrigir esse comportamento. Além disso, cerca de um terço das falhas originais no framework de avaliação decorrem de suposições sobre o modelo antigo, e não de problemas com o próprio modelo.","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"A Ploy mudou o modelo padrão de agente de IA do Claude Opus 4.8 para o GPT-5.6 Sol - Aioga Notícias de IA","description":"A Ploy mudou seu modelo padrão de agente de IA do Claude Opus 4.8 para o GPT-5.6 Sol da OpenAI, lançado esta manhã. Em testes reais de construção de sites de marketing, o GPT-5.6 S","url":"https://www.aioga.com/pt-BR/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:55.819Z"},"ru":{"title":"Ploy сменил стандартную модель AI-агента с Claude Opus 4.8 на GPT-5.6 Sol","summary":"Ploy сменил модель агента ИИ по умолчанию с Claude Opus 4.8 на GPT-5.6 Sol от OpenAI, выпущенную сегодня утром. В реальных маркетинговых тестах на создание сайтов GPT-5.6 Sol завершал страницы в среднем за 3 минуты 42 секунды, что в 2,2 раза быстрее, чем 8 минут в Opus 4.8; Стоимость сборки снизилась с $3.06 до $2.22, что составляет снижение на 27%; Объем токенов на выходе снизился с 33,0 000 до 17,1 тыс., а визуальный рейтинг вырос с 0.936 до 0.970. Во время миграции было обнаружено, что GPT-5.6 заполняет все 25 параметров инструмента значениями по умолчанию, в результате чего 52%-64% чтений файлов возвращали пустые результаты; Инструкции с подсказками и строгий режим OpenAI не могут исправить это поведение. Кроме того, около трети первоначальных ошибок в системе оценки связаны с предположениями о старой модели, а не с проблемами самой модели.","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy сменил стандартную модель AI-агента с Claude Opus 4.8 на GPT-5.6 Sol - Aioga Новости ИИ","description":"Ploy сменил модель агента ИИ по умолчанию с Claude Opus 4.8 на GPT-5.6 Sol от OpenAI, выпущенную сегодня утром. В реальных маркетинговых тестах на создание сайтов GPT-5.6 Sol завер","url":"https://www.aioga.com/ru/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:56.701Z"},"ar":{"title":"قام بلوي بتحويل نموذج وكيل الذكاء الاصطناعي الافتراضي من كلود أوبوس 4.8 إلى GPT-5.6 سول","summary":"قامت شركة Ploy بتغيير نموذج وكيل الذكاء الاصطناعي الافتراضي من Claude Opus 4.8 إلى GPT-5.6 Sol من OpenAI، الذي صدر هذا الصباح. في اختبارات بناء المواقع الإلكترونية في التسويق الحقيقي، أكمل GPT-5.6 Sol الصفحات في متوسط 3 دقائق و42 ثانية، أي أسرع بمقدار 2.2 مرة من 8 دقائق في أوبوس 4.8؛ انخفضت تكلفة البناء من 3.06 دولار إلى 2.22 دولار، أي انخفاض بنسبة 27٪؛ انخفضت رموز الإخراج من 33.0 ألف إلى 17.1 ألف، وارتفعت الدرجة البصرية من 0.936 إلى 0.970. أثناء الترحيل، وجد أن GPT-5.6 ملأ جميع معلمات الأدوات ال 25 بالقيم الافتراضية، مما أدى إلى 52٪-64٪ من قراءات الملفات التي تعيد نتائج فارغة؛ تعليمات التوجيه والوضع الصارم في OpenAI لا يمكنها إصلاح هذا السلوك. بالإضافة إلى ذلك، حوالي ثلث الإخفاقات الأصلية في إطار التقييم تنبع من افتراضات حول النموذج القديم وليس من مشاكل في النموذج نفسه.","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"قام بلوي بتحويل نموذج وكيل الذكاء الاصطناعي الافتراضي من كلود أوبوس 4.8 إلى GPT-5.6 سول - Aioga أخبار الذكاء الاصطناعي","description":"قامت شركة Ploy بتغيير نموذج وكيل الذكاء الاصطناعي الافتراضي من Claude Opus 4.8 إلى GPT-5.6 Sol من OpenAI، الذي صدر هذا الصباح. في اختبارات بناء المواقع الإلكترونية في التسويق الحقي","url":"https://www.aioga.com/ar/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:56.688Z"},"hi":{"title":"प्लॉय ने डिफ़ॉल्ट एआई एजेंट मॉडल को क्लाउड ओपस 4.8 से जीपीटी-5.6 सोल में बदल दिया","summary":"प्लॉय ने अपने एआई एजेंट डिफ़ॉल्ट मॉडल को क्लाउड ओपस 4.8 से ओपनएआई के जीपीटी-5.6 सोल में बदल दिया, जो आज सुबह जारी किया गया था। वास्तविक मार्केटिंग वेबसाइट निर्माण परीक्षणों में, GPT-5.6 Sol ने औसतन 3 मिनट और 42 सेकंड में पृष्ठों को पूरा किया, जो ओपस 2.2 के 4.8 मिनट की तुलना में 8 गुना तेज है; प्रति बिल्ड लागत $3.06 से गिरकर $2.22 हो गई है, जो 27% की कमी है; आउटपुट टोकन 33.0K से गिरकर 17.1K हो गए, और दृश्य स्कोर 0.936 से बढ़कर 0.970 हो गया। माइग्रेशन के दौरान, यह पाया गया कि GPT-5.6 ने सभी 25 टूल मापदंडों को डिफ़ॉल्ट मानों से भर दिया, जिसके परिणामस्वरूप 52% -64% फ़ाइल खाली परिणाम लौटाती है; त्वरित निर्देश और OpenAI का सख्त मोड इस व्यवहार को ठीक नहीं कर सकता है। इसके अतिरिक्त, मूल्यांकन ढांचे में मूल विफलताओं का लगभग एक-तिहाई मॉडल के साथ समस्याओं के बजाय पुराने मॉडल के बारे में धारणाओं से उत्पन्न होता है।","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"प्लॉय ने डिफ़ॉल्ट एआई एजेंट मॉडल को क्लाउड ओपस 4.8 से जीपीटी-5.6 सोल में बदल दिया - Aioga AI समाचार","description":"प्लॉय ने अपने एआई एजेंट डिफ़ॉल्ट मॉडल को क्लाउड ओपस 4.8 से ओपनएआई के जीपीटी-5.6 सोल में बदल दिया, जो आज सुबह जारी किया गया था। वास्तविक मार्केटिंग वेबसाइट निर्माण परीक्षणों में, GP","url":"https://www.aioga.com/hi/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:56.433Z"},"it":{"title":"Ploy ha cambiato il modello predefinito dell'agente AI da Claude Opus 4.8 a GPT-5.6 Sol","summary":"Ploy ha cambiato il modello predefinito dell'agente AI da Claude Opus 4.8 a GPT-5.6 Sol di OpenAI, rilasciato questa mattina. Nei veri test di costruzione di siti web di marketing, GPT-5.6 Sol ha completato le pagine in una media di 3 minuti e 42 secondi, 2,2 volte più velocemente degli 8 minuti di Opus 4.8; Il costo per costruzione è sceso da 3,06 a 2,22 dollari, una riduzione del 27%; I token di output sono scesi da 33,0K a 17,1K, e il punteggio visivo è aumentato da 0,936 a 0,970. Durante la migrazione, si è riscontrato che GPT-5.6 riempiva tutti e 25 i parametri dello strumento con valori predefiniti, risultando in un risultato vuoto dal 52%-64% delle letture dei file; Le istruzioni prompt e la modalità rigorosa di OpenAI non possono risolvere questo comportamento. Inoltre, circa un terzo dei fallimenti originali nel framework di valutazione deriva da assunzioni sul vecchio modello piuttosto che da problemi con il modello stesso.","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy ha cambiato il modello predefinito dell'agente AI da Claude Opus 4.8 a GPT-5.6 Sol - Aioga Notizie IA","description":"Ploy ha cambiato il modello predefinito dell'agente AI da Claude Opus 4.8 a GPT-5.6 Sol di OpenAI, rilasciato questa mattina. Nei veri test di costruzione di siti web di marketing,","url":"https://www.aioga.com/it/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:55.786Z"},"nl":{"title":"Ploy heeft het standaard AI-agentmodel veranderd van Claude Opus 4.8 naar GPT-5.6 Sol","summary":"Ploy schakelde zijn standaardmodel voor AI-agenten over van Claude Opus 4.8 naar OpenAI's GPT-5.6 Sol, dat vanmorgen werd uitgebracht. In echte marketingwebsites bouwtests voltooide GPT-5.6 Sol pagina's gemiddeld in 3 minuten en 42 seconden, 2,2 keer sneller dan de 8 minuten van Opus 4.8; De kosten per bouw zijn gedaald van $3,06 naar $2,22, een vermindering van 27%; Het aantal outputtokens daalde van 33,0K naar 17,1K, en de visuele score steeg van 0,936 naar 0,970. Tijdens de migratie bleek dat GPT-5.6 alle 25 toolparameters vulde met standaardwaarden, wat resulteerde in 52%-64% van de bestandslezingen die lege resultaten opleverden; Promptinstructies en de strikte modus van OpenAI kunnen dit gedrag niet oplossen. Bovendien komt ongeveer een derde van de oorspronkelijke mislukkingen in het evaluatiekader voort uit aannames over het oude model in plaats van problemen met het model zelf.","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy heeft het standaard AI-agentmodel veranderd van Claude Opus 4.8 naar GPT-5.6 Sol - Aioga AI-nieuws","description":"Ploy schakelde zijn standaardmodel voor AI-agenten over van Claude Opus 4.8 naar OpenAI's GPT-5.6 Sol, dat vanmorgen werd uitgebracht. In echte marketingwebsites bouwtests voltooid","url":"https://www.aioga.com/nl/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:55.790Z"},"tr":{"title":"Ploy, varsayılan AI ajan modelini Claude Opus 4.8'den GPT-5.6 Sol'a geçirdi","summary":"Ploy, yapay zeka ajanı varsayılan modelini Claude Opus 4.8'den OpenAI'nin GPT-5.6 Sol'una geçirdi; bu model bu sabah yayımlandı. Gerçek pazarlama web sitesi oluşturma testlerinde, GPT-5.6 Sol sayfaları ortalama 3 dakika 42 saniyede tamamladı; bu, Opus 4.8'in 8 dakikasından 2,2 kat daha hızlı; Yapı başına maliyet 3,06 $'tan 2,22 $'a düştü, yani %27 bir azalma; Çıkış tokenları 33.0K'dan 17.1K'ya düştü ve görsel puan 0.936'dan 0.970'e yükseldi. Göç sırasında GPT-5.6'nın tüm 25 araç parametresini varsayılan değerlerle doldurduğu, dosya okumalarının %52%-%64'ünün boş sonuçlar verdiği tespit edildi; İstem talimatları ve OpenAI'nin katı modu bu davranışı düzeltemez. Ayrıca, değerlendirme çerçevesindeki orijinal hataların yaklaşık üçte biri modelin kendisiyle ilgili sorunlardan ziyade eski modelle ilgili varsayımlardan kaynaklanmaktadır.","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy, varsayılan AI ajan modelini Claude Opus 4.8'den GPT-5.6 Sol'a geçirdi - Aioga AI Haberleri","description":"Ploy, yapay zeka ajanı varsayılan modelini Claude Opus 4.8'den OpenAI'nin GPT-5.6 Sol'una geçirdi; bu model bu sabah yayımlandı. Gerçek pazarlama web sitesi oluşturma testlerinde, ","url":"https://www.aioga.com/tr/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:55.987Z"},"vi":{"title":"Ploy đã chuyển mô hình tác nhân AI mặc định từ Claude Opus 4.8 sang GPT-5.6 Sol","summary":"Ploy đã chuyển mô hình mặc định tác nhân AI của mình từ Claude Opus 4.8 sang GPT-5.6 Sol của OpenAI, được phát hành sáng nay. Trong các bài kiểm tra xây dựng trang web tiếp thị thực tế, GPT-5.6 Sol đã hoàn thành các trang trong trung bình 3 phút 42 giây, nhanh hơn 2.2 lần so với 8 phút của Opus 4.8; Chi phí cho mỗi bản dựng đã giảm từ 3.06 đô la xuống còn 2.22 đô la, giảm 27%; Mã thông báo đầu ra giảm từ 33,0K xuống 17,1K và điểm trực quan tăng từ 0,936 lên 0,970. Trong quá trình di chuyển, người ta thấy rằng GPT-5.6 đã điền tất cả 25 tham số công cụ bằng các giá trị mặc định, dẫn đến 52%-64% số lần đọc tệp trả về kết quả trống; Hướng dẫn nhanh chóng và chế độ nghiêm ngặt của OpenAI không thể khắc phục hành vi này. Ngoài ra, khoảng một phần ba các lỗi ban đầu trong khung đánh giá bắt nguồn từ các giả định về mô hình cũ hơn là các vấn đề với chính mô hình.","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy đã chuyển mô hình tác nhân AI mặc định từ Claude Opus 4.8 sang GPT-5.6 Sol - Tin tức AI Aioga","description":"Ploy đã chuyển mô hình mặc định tác nhân AI của mình từ Claude Opus 4.8 sang GPT-5.6 Sol của OpenAI, được phát hành sáng nay. Trong các bài kiểm tra xây dựng trang web tiếp thị thự","url":"https://www.aioga.com/vi/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:56.408Z"},"id":{"title":"Taktik mengalihkan model agen AI default dari Claude Opus 4.8 ke GPT-5.6 Sol","summary":"Ploy mengalihkan model default agen AI-nya dari Claude Opus 4.8 ke GPT-5.6 Sol OpenAI, yang dirilis pagi ini. Dalam pengujian pembuatan situs web pemasaran nyata, GPT-5.6 Sol menyelesaikan halaman dalam rata-rata 3 menit dan 42 detik, 2,2 kali lebih cepat dari 8 menit Opus 4.8; Biaya per build telah turun dari $3.06 menjadi $2.22, pengurangan 27%; Token output turun dari 33,0 ribu menjadi 17,1 ribu, dan skor visual meningkat dari 0,936 menjadi 0,970. Selama migrasi, ditemukan bahwa GPT-5.6 mengisi semua 25 parameter alat dengan nilai default, menghasilkan 52%-64% pembacaan file yang mengembalikan hasil kosong; Instruksi cepat dan mode ketat OpenAI tidak dapat memperbaiki perilaku ini. Selain itu, sekitar sepertiga dari kegagalan asli dalam kerangka evaluasi berasal dari asumsi tentang model lama daripada masalah dengan model itu sendiri.","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Taktik mengalihkan model agen AI default dari Claude Opus 4.8 ke GPT-5.6 Sol - Berita AI Aioga","description":"Ploy mengalihkan model default agen AI-nya dari Claude Opus 4.8 ke GPT-5.6 Sol OpenAI, yang dirilis pagi ini. Dalam pengujian pembuatan situs web pemasaran nyata, GPT-5.6 Sol menye","url":"https://www.aioga.com/id/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:55.444Z"},"th":{"title":"Ploy เปลี่ยนโมเดลตัวแทน AI เริ่มต้นจาก Claude Opus 4.8 เป็น GPT-5.6 Sol","summary":"Ploy เปลี่ยนโมเดลเริ่มต้นของตัวแทน AI จาก Claude Opus 4.8 เป็น GPT-5.6 Sol ของ OpenAI ซึ่งเปิดตัวเมื่อเช้านี้ ในการทดสอบการสร้างเว็บไซต์การตลาดจริง GPT-5.6 Sol ทําหน้าเสร็จโดยเฉลี่ย 3 นาที 42 วินาที เร็วกว่า Opus 4.8 ถึง 2.8 นาที 8 เท่า ต้นทุนต่อการสร้างลดลงจาก 3.06 ดอลลาร์เป็น 2.22 ดอลลาร์ ลดลง 27% โทเค็นเอาต์พุตลดลงจาก 33.0K เป็น 17.1K และคะแนนภาพเพิ่มขึ้นจาก 0.936 เป็น 0.970 ในระหว่างการย้ายข้อมูล พบว่า GPT-5.6 เติมพารามิเตอร์เครื่องมือทั้ง 25 รายการด้วยค่าเริ่มต้น ส่งผลให้ 52%-64% ของการอ่านไฟล์ส่งคืนผลลัพธ์ที่ว่างเปล่า คําแนะนําที่รวดเร็วและโหมดเข้มงวดของ OpenAI ไม่สามารถแก้ไขพฤติกรรมนี้ได้ นอกจากนี้ ประมาณหนึ่งในสามของความล้มเหลวเดิมในกรอบการประเมินเกิดจากสมมติฐานเกี่ยวกับโมเดลเก่ามากกว่าปัญหากับโมเดลเอง","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy เปลี่ยนโมเดลตัวแทน AI เริ่มต้นจาก Claude Opus 4.8 เป็น GPT-5.6 Sol - ข่าว AI Aioga","description":"Ploy เปลี่ยนโมเดลเริ่มต้นของตัวแทน AI จาก Claude Opus 4.8 เป็น GPT-5.6 Sol ของ OpenAI ซึ่งเปิดตัวเมื่อเช้านี้ ในการทดสอบการสร้างเว็บไซต์การตลาดจริง GPT-5.6 Sol ทําหน้าเสร็จโดยเฉลี่","url":"https://www.aioga.com/th/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:55.962Z"},"pl":{"title":"Ploy zmienił domyślny model agenta AI z Claude Opus 4.8 na GPT-5.6 Sol","summary":"Ploy zmienił domyślny model agenta AI z Claude Opus 4.8 na GPT-5.6 Sol firmy OpenAI, wydany dziś rano. W prawdziwych testach budowania stron marketingowych GPT-5.6 Sol kończył strony średnio w 3 minuty i 42 sekundy, 2,2 razy szybciej niż 8 minut Opus 4.8; Koszt budowy spadł z $3.06 do $2.22, co oznacza 27% obniżkę; Tokeny wyjściowe spadły z 33,0K do 17,1K, a wynik wizualny wzrósł z 0,936 do 0,970. Podczas migracji okazało się, że GPT-5.6 wypełniał wszystkie 25 parametrów narzędzia wartościami domyślnymi, co skutkowało tym, że 52%-64% odczytów plików zwracało puste wyniki; Instrukcje promptowe i tryb restrykcyjny OpenAI nie są w stanie naprawić tego zachowania. Dodatkowo, około jednej trzeciej pierwotnych błędów w ramach oceny wynika z założeń dotyczących starego modelu, a nie z problemów samego modelu.","category":"技巧观点","source":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Ploy zmienił domyślny model agenta AI z Claude Opus 4.8 na GPT-5.6 Sol - Aioga Wiadomości AI","description":"Ploy zmienił domyślny model agenta AI z Claude Opus 4.8 na GPT-5.6 Sol firmy OpenAI, wydany dziś rano. W prawdziwych testach budowania stron marketingowych GPT-5.6 Sol kończył stro","url":"https://www.aioga.com/pl/news/cmrig9mkx0024bijp9pr04hss/","contentTranslated":true,"sourceHash":"5971dca5114f344d","translatedAt":"2026-07-19T15:57:57.047Z"}}}}