{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-08-31T15:40:19.115Z","headline":"理解 ChatGPT Work：它到底是什么，以及它和 Chat 有何不同","description":"OpenAI 于 7 月 9 日发布 ChatGPT Work，实际包含云端版（Work Cloud）和桌面应用版（Work Local）两个产品，仅向 $20/月及以上订阅用户开放。","url":"https://www.aioga.com/news/cmtgi34hk01d3rokdi2z30urw/","mainEntityOfPage":"https://www.aioga.com/news/cmtgi34hk01d3rokdi2z30urw/","datePublished":"2026-08-30T23:59:47.000Z","dateModified":"2026-08-30T23:59:47.000Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://simonwillison.net/2026/Aug/30/understanding-chatgpt-work","https://aihot.virxact.com/items/cmtgi34hk01d3rokdi2z30urw"],"canonicalUrl":"https://www.aioga.com/news/cmtgi34hk01d3rokdi2z30urw/","directAnswer":{"@type":"Answer","text":"Simon Willison 介绍了 ChatGPT Work 的产品形态与使用边界：它包含云端版 Work Cloud 和桌面版 Work Local，前者面向可交付任务，后者可访问本机文件并运行程序。","url":"https://www.aioga.com/news/cmtgi34hk01d3rokdi2z30urw/","dateCreated":"2026-08-30T23:59:47.000Z","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":"Simon Willison 博客 source article","url":"https://simonwillison.net/2026/Aug/30/understanding-chatgpt-work","datePublished":"2026-08-30T23:59:47.000Z","provider":{"@type":"Organization","name":"Simon Willison 博客","url":"https://simonwillison.net/2026/Aug/30/understanding-chatgpt-work"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.virxact.com/items/cmtgi34hk01d3rokdi2z30urw","datePublished":"2026-08-30T23:59:47.000Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.virxact.com/items/cmtgi34hk01d3rokdi2z30urw"}}],"aggregationSource":"Simon Willison 博客","originalPublisher":{"name":"Simon Willison 博客","url":"https://simonwillison.net/2026/Aug/30/understanding-chatgpt-work"},"geoDeepAnswer":null,"article":{"id":"cmtgi34hk01d3rokdi2z30urw","slug":"cmtgi34hk01d3rokdi2z30urw","url":"https://www.aioga.com/news/cmtgi34hk01d3rokdi2z30urw/","title":"理解 ChatGPT Work：它到底是什么，以及它和 Chat 有何不同","title_en":"","summary":"OpenAI 于 7 月 9 日发布 ChatGPT Work，实际包含云端版（Work Cloud）和桌面应用版（Work Local）两个产品，仅向 $20/月及以上订阅用户开放。","source":"Simon Willison 博客","sourceUrl":"https://simonwillison.net/2026/Aug/30/understanding-chatgpt-work","aiHotUrl":"https://aihot.virxact.com/items/cmtgi34hk01d3rokdi2z30urw","publishedAt":"2026-08-30T23:59:47.000Z","category":"行业动态","score":72,"selected":true,"articleBody":["OpenAI announced ChatGPT Work：https://openai.com/index/chatgpt-for-your-most-ambitious-work/ on July 9th, and have been furiously iterating on it ever since. It is an extraordinarily confusing and very powerful product. Here’s what I’ve figured out about it so far.","The more interesting version of ChatGPT Work is the one that runs in the cloud. This can be accessed via chatgpt.com：https://www.chatgpt.com/ or through the ChatGPT mobile apps. Let’s call it Work Cloud .","If you install the ChatGPT desktop app—the app that used to be called Codex—you gain access to a thing called ChatGPT Work that can access files and run programs directly on your computer. Let’s call that one Work Local . This one feels more like regular Codex re-skinned to be less intimidating to non-software-developers.","For the rest of this article I’m going to talk exclusively about Work Cloud.","The interface for accessing Work is a tab selector, which presents it as an alternative to Chat:","The obvious question is when should I use Chat, and when should I use Work?","OpenAI’s official answer：https://learn.chatgpt.com/docs/get-started-with-work to that question is:","Use Chat when you want an answer, explanation, brainstorm, or short draft. Use ChatGPT Work when you want ChatGPT to complete a task with a clear outcome, such as a brief, deck, analysis, recurring update, workflow, or file you can review and use.","I find that almost entirely useless, because I’ve been using regular ChatGPT Chat for all of those task categories for years!","The better question then is what features does Work have that are missing from Chat?","After extensive experimentation I think I’ve mostly figured that out:","In Work, you get the option to pick GPT-5.6 Sol, Luna, or Terra, each with Light, Medium, High, Extra High, Max, or Ultra reasoning levels. You can also pick GPT-5.5 at Light, Medium, High, or Extra High.","These look to be the same models that are available through the OpenAI API.","My current understanding from using Codex is that Ultra is a special mode that more eagerly delegates to sub-agents.","I believe ChatGPT Work sessions are billed against your Codex allowance, while ChatGPT Chat Sessions get their own, separate allowance. This may help explain the model availability differences.","As a long-time fan of the Code Interpreter pattern：https://simonwillison.net/tags/code-interpreter/—pioneered by OpenAI in 2023—this is by far the most exciting feature of ChatGPT Work (Cloud) for me.","The code execution environment can now talk to the rest of the internet!","ChatGPT Chat can’t do this—if you ask it to install additional software packages or interact with websites or APIs that access will be blocked by the container proxy.","(Weirdly, back in January it grew the ability to install packages：https://simonwillison.net/2026/Jan/26/chatgpt-containers/, but that doesn’t seem to work any more. I wish they had better changelogs!)","Claude’s equivalent container has allowed restricted internet access since it launched last September：https://simonwillison.net/2025/Sep/9/claude-code-interpreter/. Claude can install packages from PYPI and NPM and clone repositories from GitHub. But that is about it: the allowlist of domains is very short.","ChatGPT Work allows a whole lot more than that. It can be configured with a specific list of allowed domains, but the default appears to be open to all.","This makes Work an incredibly useful tool. You can have it clone GitHub repositories, install their dependencies, then use them to interact with the rest of the web!","Another killer feature of ChatGPT Work is the browser tool：https://learn.chatgpt.com/docs/browser?surface=web. ChatGPT Work can launch a full Chrome instance, load websites, fill out forms, and take screenshots.","\", followed by the reply \"Here's the screenshot of the live site:\" and an embedded screenshot of a website.\" style=\"max-width: 100%\">","If a site requires sign in the browser can prompt you to take over and enter both passwords and 2FA codes, without round-tripping those credentials through the model itself.","It can even run JavaScript against the DOM of loaded pages. I prompted:","Load simonwillison.net in your browser and extract the headings using JavaScript","ChatGPT Work fired up a browser instance and ran the code:","This feels a lot like my shot-scraper javascript：https://shot-scraper.datasette.io/en/stable/javascript.html tool, only now I can access it on my phone!","ChatGPT Chat gets a fresh filesystem for each chat session. These cannot be accessed from any other session.","In ChatGPT Work each session gets its own scratch folder—named something like /workspace/scratch/e00a0a017944 —but each of those are persisted across sessions, so you can access files from previous chats. I have 171 folders in /workspace/scratch right now!","As far as I can tell that /workspace volume is mounted to all Work sessions that are currently running—file edits from one can be instantly seen by the others. They don’t seem to share the same process space though, and localhost servers running in one can’t be accessed from another.","ChatGPT Work has the ability to build and deploy entire websites, using Cloudflare Workers. These can have HTML and JavaScript and can run server-side features too, including stateful features on top of Cloudflare D1 and R2.","Here’s a simple site I built with this feature:","london-pelicans-in-her-piety.simonw.chatgpt.site：https://london-pelicans-in-her-piety.simonw.chatgpt.site/","Figure out all of the places in London with a pelican in her piety, then turn that into a JSON file and build a ChatGPT sites site about them","(A pelican in her piety is a fascinating piece of medieval Christian imagery：https://devonchurchland.co.uk/blog/pelican-in-her-piety/#What-is-a-Pelican-In-Her-Piety—once you know about them you’ll find them all over the place.)","These sites default to being private to the user that created them, but you can make them public and (on team plans) share them with other specific individuals.","There’s not much to say about this one. ChatGPT Chat can’t run sub-agents. ChatGPT Work can. This is very much a power-user feature: if you are running a complex project that can benefit from multiple parallel agents working together, Work can do that.","Another feature that seems to have migrated from regular ChatGPT to ChatGPT Work at some point. You can prompt ChatGPT Work like this:","run a search to see if Waymo have announced a launch date for Half Moon Bay every day at 8am","This will schedule a prompt to run on that frequency. These prompts can decide that nothing interesting has happened, or they can decide to notify you of some new information.","Update : Actually this seems to work in ChatGPT Chat as well.","It’s still worth noting here though, as it can be used in conjunction with other ChatGPT Work exclusive features. You can set a scheduled task to update a ChatGPT Site on an hourly basis, for example.","An open question for me right now is how safe all of this stuff is.","My lethal trifecta model：https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/ warns about the risks inherent in any agent system that combines access to private data with exposure to untrusted content and a way to communicate stolen information back to an attacker.","I’d love to hear more from OpenAI about how they protect ChatGPT Work sessions against prompt injection attacks. I expect their answer is the same auto-review mechanism：https://learn.chatgpt.com/docs/sandboxing/auto-review as Codex.","Figuring this all out took way more work than it should have.","I think there are two key problems here:","If the ChatGPT Work documentation included the exact system prompt and tool descriptions used by the agent I wouldn’t have needed to write this post.","This is Understanding ChatGPT Work by Simon Willison, posted on 30th August 2026：/2026/Aug/30/.","Previous: Conceptual integrity and counting lines of code：/2026/Aug/19/conceptual-integrity-and-counting-lines-of-code/","Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments."],"articleImages":[{"sourceUrl":"https://static.simonwillison.net/static/2026-08-30/IMG_7741.jpeg","alt":"ChatGPT app header with a Chat and a Work tab","afterParagraph":4,"url":"/media/articles/cmtgi34hk01d3rokdi2z30urw/ff1a20f5263b8ff3.jpg"},{"sourceUrl":"https://static.simonwillison.net/static/2026/chatgpt-work-card.jpg","alt":"Screenshot of a ChatGPT conversation. A user message in a black rounded bubble reads: Visit https://london-pelicans-in-her-piety.simonw.chatgpt.site/ and take a screenshot with you browser. Below it a collapsed status line reads \"Worked for 1m 18s >\", followed by the reply \"Here's the screenshot of the live site:\" and an embedded screenshot of a website.","afterParagraph":22,"url":"/media/articles/cmtgi34hk01d3rokdi2z30urw/9acd2a3df03618db.jpg"},{"sourceUrl":"https://static.simonwillison.net/static/2026/pelicans-in-her-piety.webp","alt":"Screenshot of a website homepage on a cream background. Top navigation bar: a circular logo reading \"P/P\" on the left, the links \"THE CENSUS\", \"COLLECTIONS\" and \"METHOD\" in the center, and \"JSON ↓\" on the right. The left half is a hero section with small red capitals reading \"AN ICONOGRAPHIC CENSUS · GREATER LONDON\" above a large serif heading \"Pelicans in her piety\", with \"piety\" set in red italics. Below it: \"Across London, an impossible bird bleeds for her young—in limewood, marble, mosaic, metal and glass. This is an evidence-backed census of where to find her.\" Two buttons follow: a solid black \"EXPLORE ALL 28\" and an outlined \"DOWNLOAD THE DATA\". The right half is a photograph of an ornate dark carved wooden reredos in a church, with gilded urns and a crest on top, Corinthian columns, a gilded pelican with outspread wings at its center above inscribed panels, an altar with a brass cross and red flowers, embroidered banners on either side, and a black-and-white checkerboard floor with red carpet. Vertical text along the photo's right edge reads \"ST MARY ABCHURCH\" and a caption at its bottom reads \"Grinling Gibbons's reredos, St Mary Abchurch. Photograph: Diliff, CC BY-SA 3.0, via SPAB ↗\". A statistics strip along the bottom shows \"28 FIXED SITES\", \"4 COLLECTIONS\", \"3 OPEN LEADS\" and \"2 KNOWN LOSSES\".","afterParagraph":34,"url":"/media/articles/cmtgi34hk01d3rokdi2z30urw/944a3fd332d138b3.webp"}],"mediaStatus":"ok","articleBodyZh":["OpenAI 于 7 月 9 日宣布了 ChatGPT Work：https://openai.com/index/chatgpt-for-your-most-ambitious-work/，从那时起一直在疯狂迭代。它是一个极其复杂且非常强大的产品。到目前为止，我对它的一些理解如下。","更有趣的 ChatGPT Work 版本是在云端运行的。可以通过 chatgpt.com：https://www.chatgpt.com/ 或通过 ChatGPT 移动应用访问它。我们称之为 Work Cloud。","如果你安装 ChatGPT 桌面应用——以前叫 Codex——你就可以访问一个叫 ChatGPT Work 的功能，它可以直接访问文件并在你的电脑上运行程序。我们称之为 Work Local。这一版本感觉更像是常规 Codex 换了新皮肤，让非软件开发者不那么害怕。","在本文的其余部分，我将只讨论 Work Cloud。","访问 Work 的界面是一个标签选择器，它将 Work 呈现为 Chat 的一个替代方案：","显而易见的问题是：我什么时候应该使用 Chat，什么时候应该使用 Work？","OpenAI 对于这个问题的官方答案是：https://learn.chatgpt.com/docs/get-started-with-work","当你想要一个答案、解释、头脑风暴或短稿时使用 Chat。当你想让 ChatGPT 完成一个有明确结果的任务时使用 ChatGPT Work，例如简介、演示文稿、分析、定期更新、工作流程或你可以审阅和使用的文件。","我觉得这个几乎没用，因为过去几年我一直用常规 ChatGPT Chat 来处理所有这些任务类别！","那么更好的问题是：Work 有哪些 Chat 所没有的功能？","经过大量实验，我认为我大致弄明白了：","在 Work 中，你可以选择 GPT-5.6 Sol、Luna 或 Terra，每种模型都有 Light、Medium、High、Extra High、Max 或 Ultra 推理等级。你也可以选择 GPT-5.5，具有 Light、Medium、High 或 Extra High 等级。","这些看起来是通过 OpenAI API 可用的相同模型。","根据我使用 Codex 的当前理解，Ultra 是一种特殊模式，更倾向于将任务委派给子代理。","我认为ChatGPT工作会话是按你的Codex配额计费，而ChatGPT聊天会有独立的配额。这可能有助于解释模型可用性的差异。","作为代码解释器模式的长期粉丝：https：//simonwillison.net/tags/code-interpreter/——该模式由OpenAI于2023年首创——对我来说，这是ChatGPT Work（云端）最令人兴奋的功能。","代码执行环境现在可以与互联网其他部分通信了！","ChatGPT Chat 做不到这一点——如果你让它安装额外的软件包或与网站或 API 交互，访问会被容器代理阻止。","（奇怪的是，今年一月份它还增加了安装包的功能：https：//simonwillison.net/2026/Jan/26/chatgpt-containers/，但现在似乎已经不行了。真希望他们有更好的更新日志！）","Claude 的对应容器自去年九月上线以来一直允许受限的互联网访问：https：//simonwillison.net/2025/Sep/9/claude-code-interpreter/。Claude 可以安装从 PYPI 和 NPM 安装包，也可以从 GitHub 克隆仓库。但大致上就只有这些：允许的域名列表非常短。","ChatGPT Work支持的远不止这些。它可以配置特定的允许域名列表，但默认设置似乎对所有人开放。","这使得 Work 成为一个非常有用的工具。你可以让它克隆 GitHub 仓库，安装它们的依赖，然后用它们与网页的其他部分交互！","ChatGPT 工作的另一个杀手级功能是浏览器工具：https：//learn.chatgpt.com/docs/browser？surface=web。ChatGPT Work 可以启动完整的 Chrome 实例，加载网站，填写表单并截图。","“，接着回复”这是直播网站的截图：“以及一个网站的嵌入截图。” style=“max-width： 100%”>","如果网站需要登录，浏览器可以提示你接管并输入密码和2FA验证码，而不必通过模型本身来回传递这些凭证。","它甚至可以对已加载页面的DOM运行JavaScript。我提示了：","在浏览器中加载 simonwillison.net，并用JavaScript提取标题","ChatGPT Work启动了一个浏览器实例并运行了代码：","这感觉很像我的 shot-scraper javascript：https://shot-scraper.datasette.io/en/stable/javascript.html 工具，只不过现在我可以在手机上访问它！","每个 ChatGPT 对话都会获得一个新的文件系统。这些文件系统无法从其他会话访问。","在 ChatGPT Work 中，每个会话都有自己的临时文件夹——例如 /workspace/scratch/e00a0a017944——但这些文件夹会在会话之间保留，因此你可以访问以前聊天的文件。我现在在 /workspace/scratch 里有 171 个文件夹！","据我所知，/workspace 卷挂载到所有当前运行的 Work 会话——一个会话的文件编辑可以立即被其他会话看到。不过它们似乎不共享同一个进程空间，而且在一个会话中运行的 localhost 服务器无法从另一个会话访问。","ChatGPT Work 能够构建和部署完整的网站，使用 Cloudflare Workers。这些网站可以包含 HTML 和 JavaScript，并且可以运行服务器端功能，包括基于 Cloudflare D1 和 R2 的有状态功能。","这是我用这个功能建立的一个简单网站：","london-pelicans-in-her-piety.simonw.chatgpt.site：https://london-pelicans-in-her-piety.simonw.chatgpt.site/","找出伦敦所有有“慈悲鹈鹕”的地方，然后把它们做成 JSON 文件，并建立一个关于它们的 ChatGPT 网站","（“慈悲鹈鹕”是中世纪基督教艺术中非常有趣的意象：https://devonchurchland.co.uk/blog/pelican-in-her-piety/#What-is-a-Pelican-In-Her-Piety——一旦你知道它们，你会发现它们到处都有。）","这些网站默认对创建它们的用户是私有的，但你可以将它们设置为公开，并且（在团队计划中）与其他特定人员共享。","这个没有太多要说的。ChatGPT Chat 不能运行子代理。ChatGPT Work 可以。这是一个典型的高级用户功能：如果你运行一个复杂项目，并需要多个并行代理协同工作，Work 可以做到。","另一个似乎从普通 ChatGPT 迁移到 ChatGPT Work 的功能。你可以这样提示 ChatGPT Work：","每天上午 8 点运行一次搜索，查看 Waymo 是否宣布了 Half Moon Bay 的发布日期","这将安排一个提示按该频率运行。这些提示可以判断没有发生有趣的事情，或者它们可以决定通知你一些新信息。","更新：实际上这似乎在 ChatGPT 聊天中也能使用。","不过这里仍然值得注意，因为它可以与其他 ChatGPT Work 专属功能一起使用。例如，你可以设置一个计划任务每小时更新一次 ChatGPT 网站。","我现在一个未解的问题是，所有这些东西的安全性如何。","我的致命三重模型：https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/ 警告了任何结合访问私人数据、接触不可信内容以及能够将窃取的信息传回攻击者的代理系统所固有的风险。","我很想听听 OpenAI 关于他们如何保护 ChatGPT Work 会话免受提示注入攻击的更多信息。我预计他们的回答是与 Codex 相同的自动审核机制：https://learn.chatgpt.com/docs/sandboxing/auto-review。","弄清这一切花了比应有更多的工作量。","我认为这里有两个关键问题：","如果 ChatGPT Work 文档包含代理使用的确切系统提示和工具描述，我就不需要写这篇文章了。","这是 Simon Willison 撰写的《理解 ChatGPT Work》，发表于 2026 年 8 月 30 日：/2026/Aug/30/。","之前：概念完整性与代码行计数：/2026/08/19/概念完整性与代码行计数/","以每月 10 美元赞助我，并获取当月最重要的 LLM 发展精选邮件摘要。"],"translationStatus":"translated","bodyOrigin":"source-page","editorial":{"summary":"Simon Willison 介绍了 ChatGPT Work 的产品形态与使用边界：它包含云端版 Work Cloud 和桌面版 Work Local，前者面向可交付任务，后者可访问本机文件并运行程序。","background":"材料称 OpenAI 于 7 月 9 日发布 ChatGPT Work。Work Cloud 可通过 ChatGPT 网站或移动应用使用；Work Local 依托桌面应用提供能力，且两者均仅向每月 20 美元及以上订阅用户开放。","viewpoint":"Aioga 判断，ChatGPT Work 与 Chat 的核心区别不只是界面上的标签切换，而是任务目标不同：Chat 偏向回答、解释、头脑风暴和短文草稿，Work 偏向形成可复核、可使用的交付结果。","implications":"值得关注的是，Work Cloud 被原文描述为更有趣且功能强大的版本，但材料没有进一步说明其具体能力边界、可靠性、适用行业或实际用户规模，因此不宜据此推断产品表现或市场影响。","nextStep":"后续观察应聚焦 OpenAI 对 Work Cloud 与 Work Local 的官方功能说明、权限范围和任务结果质量，并核对订阅开放条件是否发生变化，再评估其与 Chat 的实际分工。","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-08-31T01:24:38.660Z","sourceHash":"1e334e6dbfcaf60a","review":{"approved":true,"groundedness":95,"clarity":92,"duplicationRisk":20,"blockingIssues":[],"notes":["“核心区别不只是界面上的标签切换，而是任务目标不同”属于 Aioga 的归纳性判断，当前已通过 viewpoint 明确标注为观点。","“更有趣且功能强大的版本”对应原文对 Work Cloud “more interesting”和“very powerful”的描述，表述基本准确。","如需进一步提升严谨性，可将“前者面向可交付任务”明确为 OpenAI 对 Chat 与 ChatGPT Work 的官方使用区分，而非 Work Cloud 独有能力。"]},"validation":{"passed":true,"mode":"ai-auto","revisions":0,"checks":["schema","length","source-attribution","low-source-overlap","no-html","independent-ai-review"]}},"tags":["行业动态","Simon Willison 博客"],"translations":{"zh-CN":{"title":"理解 ChatGPT Work：它到底是什么，以及它和 Chat 有何不同","summary":"OpenAI 于 7 月 9 日发布 ChatGPT Work，实际包含云端版（Work Cloud）和桌面应用版（Work Local）两个产品，仅向 $20/月及以上订阅用户开放。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"理解 ChatGPT Work：它到底是什么，以及它和 Chat 有何不同 - Aioga AI资讯","description":"OpenAI 于 7 月 9 日发布 ChatGPT Work，实际包含云端版（Work Cloud）和桌面应用版（Work Local）两个产品，仅向 $20/月及以上订阅用户开放。","url":"https://www.aioga.com/news/cmtgi34hk01d3rokdi2z30urw/","articleBody":["OpenAI 于 7 月 9 日宣布了 ChatGPT Work：https://openai.com/index/chatgpt-for-your-most-ambitious-work/，从那时起一直在疯狂迭代。它是一个极其复杂且非常强大的产品。到目前为止，我对它的一些理解如下。","更有趣的 ChatGPT Work 版本是在云端运行的。可以通过 chatgpt.com：https://www.chatgpt.com/ 或通过 ChatGPT 移动应用访问它。我们称之为 Work Cloud。","如果你安装 ChatGPT 桌面应用——以前叫 Codex——你就可以访问一个叫 ChatGPT Work 的功能，它可以直接访问文件并在你的电脑上运行程序。我们称之为 Work Local。这一版本感觉更像是常规 Codex 换了新皮肤，让非软件开发者不那么害怕。","在本文的其余部分，我将只讨论 Work Cloud。","访问 Work 的界面是一个标签选择器，它将 Work 呈现为 Chat 的一个替代方案：","显而易见的问题是：我什么时候应该使用 Chat，什么时候应该使用 Work？","OpenAI 对于这个问题的官方答案是：https://learn.chatgpt.com/docs/get-started-with-work","当你想要一个答案、解释、头脑风暴或短稿时使用 Chat。当你想让 ChatGPT 完成一个有明确结果的任务时使用 ChatGPT Work，例如简介、演示文稿、分析、定期更新、工作流程或你可以审阅和使用的文件。","我觉得这个几乎没用，因为过去几年我一直用常规 ChatGPT Chat 来处理所有这些任务类别！","那么更好的问题是：Work 有哪些 Chat 所没有的功能？","经过大量实验，我认为我大致弄明白了：","在 Work 中，你可以选择 GPT-5.6 Sol、Luna 或 Terra，每种模型都有 Light、Medium、High、Extra High、Max 或 Ultra 推理等级。你也可以选择 GPT-5.5，具有 Light、Medium、High 或 Extra High 等级。","这些看起来是通过 OpenAI API 可用的相同模型。","根据我使用 Codex 的当前理解，Ultra 是一种特殊模式，更倾向于将任务委派给子代理。","我认为ChatGPT工作会话是按你的Codex配额计费，而ChatGPT聊天会有独立的配额。这可能有助于解释模型可用性的差异。","作为代码解释器模式的长期粉丝：https：//simonwillison.net/tags/code-interpreter/——该模式由OpenAI于2023年首创——对我来说，这是ChatGPT Work（云端）最令人兴奋的功能。","代码执行环境现在可以与互联网其他部分通信了！","ChatGPT Chat 做不到这一点——如果你让它安装额外的软件包或与网站或 API 交互，访问会被容器代理阻止。","（奇怪的是，今年一月份它还增加了安装包的功能：https：//simonwillison.net/2026/Jan/26/chatgpt-containers/，但现在似乎已经不行了。真希望他们有更好的更新日志！）","Claude 的对应容器自去年九月上线以来一直允许受限的互联网访问：https：//simonwillison.net/2025/Sep/9/claude-code-interpreter/。Claude 可以安装从 PYPI 和 NPM 安装包，也可以从 GitHub 克隆仓库。但大致上就只有这些：允许的域名列表非常短。","ChatGPT Work支持的远不止这些。它可以配置特定的允许域名列表，但默认设置似乎对所有人开放。","这使得 Work 成为一个非常有用的工具。你可以让它克隆 GitHub 仓库，安装它们的依赖，然后用它们与网页的其他部分交互！","ChatGPT 工作的另一个杀手级功能是浏览器工具：https：//learn.chatgpt.com/docs/browser？surface=web。ChatGPT Work 可以启动完整的 Chrome 实例，加载网站，填写表单并截图。","“，接着回复”这是直播网站的截图：“以及一个网站的嵌入截图。” style=“max-width： 100%”>","如果网站需要登录，浏览器可以提示你接管并输入密码和2FA验证码，而不必通过模型本身来回传递这些凭证。","它甚至可以对已加载页面的DOM运行JavaScript。我提示了：","在浏览器中加载 simonwillison.net，并用JavaScript提取标题","ChatGPT Work启动了一个浏览器实例并运行了代码：","这感觉很像我的 shot-scraper javascript：https://shot-scraper.datasette.io/en/stable/javascript.html 工具，只不过现在我可以在手机上访问它！","每个 ChatGPT 对话都会获得一个新的文件系统。这些文件系统无法从其他会话访问。","在 ChatGPT Work 中，每个会话都有自己的临时文件夹——例如 /workspace/scratch/e00a0a017944——但这些文件夹会在会话之间保留，因此你可以访问以前聊天的文件。我现在在 /workspace/scratch 里有 171 个文件夹！","据我所知，/workspace 卷挂载到所有当前运行的 Work 会话——一个会话的文件编辑可以立即被其他会话看到。不过它们似乎不共享同一个进程空间，而且在一个会话中运行的 localhost 服务器无法从另一个会话访问。","ChatGPT Work 能够构建和部署完整的网站，使用 Cloudflare Workers。这些网站可以包含 HTML 和 JavaScript，并且可以运行服务器端功能，包括基于 Cloudflare D1 和 R2 的有状态功能。","这是我用这个功能建立的一个简单网站：","london-pelicans-in-her-piety.simonw.chatgpt.site：https://london-pelicans-in-her-piety.simonw.chatgpt.site/","找出伦敦所有有“慈悲鹈鹕”的地方，然后把它们做成 JSON 文件，并建立一个关于它们的 ChatGPT 网站","（“慈悲鹈鹕”是中世纪基督教艺术中非常有趣的意象：https://devonchurchland.co.uk/blog/pelican-in-her-piety/#What-is-a-Pelican-In-Her-Piety——一旦你知道它们，你会发现它们到处都有。）","这些网站默认对创建它们的用户是私有的，但你可以将它们设置为公开，并且（在团队计划中）与其他特定人员共享。","这个没有太多要说的。ChatGPT Chat 不能运行子代理。ChatGPT Work 可以。这是一个典型的高级用户功能：如果你运行一个复杂项目，并需要多个并行代理协同工作，Work 可以做到。","另一个似乎从普通 ChatGPT 迁移到 ChatGPT Work 的功能。你可以这样提示 ChatGPT Work：","每天上午 8 点运行一次搜索，查看 Waymo 是否宣布了 Half Moon Bay 的发布日期","这将安排一个提示按该频率运行。这些提示可以判断没有发生有趣的事情，或者它们可以决定通知你一些新信息。","更新：实际上这似乎在 ChatGPT 聊天中也能使用。","不过这里仍然值得注意，因为它可以与其他 ChatGPT Work 专属功能一起使用。例如，你可以设置一个计划任务每小时更新一次 ChatGPT 网站。","我现在一个未解的问题是，所有这些东西的安全性如何。","我的致命三重模型：https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/ 警告了任何结合访问私人数据、接触不可信内容以及能够将窃取的信息传回攻击者的代理系统所固有的风险。","我很想听听 OpenAI 关于他们如何保护 ChatGPT Work 会话免受提示注入攻击的更多信息。我预计他们的回答是与 Codex 相同的自动审核机制：https://learn.chatgpt.com/docs/sandboxing/auto-review。","弄清这一切花了比应有更多的工作量。","我认为这里有两个关键问题：","如果 ChatGPT Work 文档包含代理使用的确切系统提示和工具描述，我就不需要写这篇文章了。","这是 Simon Willison 撰写的《理解 ChatGPT Work》，发表于 2026 年 8 月 30 日：/2026/Aug/30/。","之前：概念完整性与代码行计数：/2026/08/19/概念完整性与代码行计数/","以每月 10 美元赞助我，并获取当月最重要的 LLM 发展精选邮件摘要。"]},"en":{"title":"Understanding ChatGPT Work: What It Really Is, and How It Differs from Chat","summary":"OpenAI launched ChatGPT Work on July 9, which actually includes two products: a cloud version (Work Cloud) and a desktop application version (Work Local), and is only available to subscribers of $20/month or more.","category":"Insights","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Understanding ChatGPT Work: What It Really Is, and How It Differs from Chat - Aioga AI News","description":"OpenAI launched ChatGPT Work on July 9, which actually includes two products: a cloud version (Work Cloud) and a desktop application version (Work Local), and is only available to...","url":"https://www.aioga.com/en/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:43:09.693Z"},"ja":{"title":"ChatGPTの仕組みを理解する：それは一体何で、Chatとはどう違うのか","summary":"OpenAIは7月9日にChatGPT Workをリリースしました。実際にはクラウド版（Work Cloud）とデスクトップアプリ版（Work Local）の2つの製品が含まれており、月額20ドル以上のサブスクリプションユーザーのみ利用可能です。","category":"ヒントと視点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"ChatGPTの仕組みを理解する：それは一体何で、Chatとはどう違うのか - Aioga AIニュース","description":"OpenAIは7月9日にChatGPT Workをリリースしました。実際にはクラウド版（Work Cloud）とデスクトップアプリ版（Work Local）の2つの製品が含まれており、月額20ドル以上のサブスクリプションユーザーのみ利用可能です。","url":"https://www.aioga.com/ja/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:43:28.065Z"},"ko":{"title":"ChatGPT 작업 이해: 그것이 도대체 무엇인지, 그리고 그것이 채팅과 어떻게 다른지","summary":"OpenAI는 7월 9일 ChatGPT Work를 출시했으며, 실제로는 클라우드 버전(Work Cloud)과 데스크톱 애플리케이션 버전(Work Local) 두 가지 제품을 포함하며, $20/월 이상 구독 사용자에게만 제공됩니다.","category":"인사이트","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"ChatGPT 작업 이해: 그것이 도대체 무엇인지, 그리고 그것이 채팅과 어떻게 다른지 - Aioga AI 뉴스","description":"OpenAI는 7월 9일 ChatGPT Work를 출시했으며, 실제로는 클라우드 버전(Work Cloud)과 데스크톱 애플리케이션 버전(Work Local) 두 가지 제품을 포함하며, $20/월 이상 구독 사용자에게만 제공됩니다.","url":"https://www.aioga.com/ko/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T01:23:42.552Z"},"es":{"title":"Comprender ChatGPT Work: Qué es exactamente y en qué se diferencia de Chat","summary":"OpenAI lanzó ChatGPT Work el 9 de julio, que en realidad incluye dos productos: la versión en la nube (Work Cloud) y la versión de aplicación de escritorio (Work Local), disponibles únicamente para usuarios suscritos por $20/mes o más.","category":"Ideas","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Comprender ChatGPT Work: Qué es exactamente y en qué se diferencia de Chat - Aioga Noticias de IA","description":"OpenAI lanzó ChatGPT Work el 9 de julio, que en realidad incluye dos productos: la versión en la nube (Work Cloud) y la versión de aplicación de escritorio (Work Local), disponible...","url":"https://www.aioga.com/es/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:44:31.610Z"},"fr":{"title":"Comprendre ChatGPT Work : ce que c'est réellement et en quoi il diffère de Chat","summary":"OpenAI a lancé ChatGPT Work le 9 juillet, comprenant en réalité deux produits : la version cloud (Work Cloud) et la version application de bureau (Work Local), accessibles uniquement aux abonnés à partir de 20 $/mois.","category":"Analyses","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Comprendre ChatGPT Work : ce que c'est réellement et en quoi il diffère de Chat - Aioga Actualités IA","description":"OpenAI a lancé ChatGPT Work le 9 juillet, comprenant en réalité deux produits : la version cloud (Work Cloud) et la version application de bureau (Work Local), accessibles uniqueme...","url":"https://www.aioga.com/fr/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:45:35.164Z"},"de":{"title":"Verstehen von ChatGPT Work: Was es eigentlich ist und wie es sich vom Chat unterscheidet","summary":"OpenAI hat am 9. Juli ChatGPT Work veröffentlicht, das tatsächlich zwei Produkte umfasst: die Cloud-Version (Work Cloud) und die Desktop-Anwendung (Work Local), die nur für Abonnenten ab 20 $/Monat verfügbar sind.","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Verstehen von ChatGPT Work: Was es eigentlich ist und wie es sich vom Chat unterscheidet - Aioga KI-News","description":"OpenAI hat am 9. Juli ChatGPT Work veröffentlicht, das tatsächlich zwei Produkte umfasst: die Cloud-Version (Work Cloud) und die Desktop-Anwendung (Work Local), die nur für Abonnen...","url":"https://www.aioga.com/de/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:45:32.869Z"},"pt-BR":{"title":"Entendendo o ChatGPT Work: o que ele realmente é e como ele difere do Chat","summary":"A OpenAI lançou o ChatGPT Work em 9 de julho, na prática incluindo duas versões: a versão em nuvem (Work Cloud) e a versão para desktop (Work Local), disponível apenas para usuários com assinatura de $20/mês ou mais.","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Entendendo o ChatGPT Work: o que ele realmente é e como ele difere do Chat - Aioga Notícias de IA","description":"A OpenAI lançou o ChatGPT Work em 9 de julho, na prática incluindo duas versões: a versão em nuvem (Work Cloud) e a versão para desktop (Work Local), disponível apenas para usuário...","url":"https://www.aioga.com/pt-BR/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:46:31.013Z"},"ru":{"title":"Понимание ChatGPT Work: что это такое и чем оно отличается от Chat","summary":"Компания OpenAI 9 июля выпустила ChatGPT Work, который на самом деле включает две версии: облачную (Work Cloud) и настольное приложение (Work Local), доступные только для пользователей с подпиской от $20 в месяц и выше.","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Понимание ChatGPT Work: что это такое и чем оно отличается от Chat - Aioga Новости ИИ","description":"Компания OpenAI 9 июля выпустила ChatGPT Work, который на самом деле включает две версии: облачную (Work Cloud) и настольное приложение (Work Local), доступные только для пользоват...","url":"https://www.aioga.com/ru/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:46:36.833Z"},"ar":{"title":"فهم عمل ChatGPT: ما هو بالضبط، وما الفرق بينه وبين Chat","summary":"أصدرت OpenAI في 9 يوليو ChatGPT Work، الذي يتضمن في الواقع نسختين: النسخة السحابية (Work Cloud) ونسخة تطبيق سطح المكتب (Work Local)، ومتاح فقط للمشتركين الذين يدفعون 20 دولارًا في الشهر أو أكثر.","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"فهم عمل ChatGPT: ما هو بالضبط، وما الفرق بينه وبين Chat - Aioga أخبار الذكاء الاصطناعي","description":"أصدرت OpenAI في 9 يوليو ChatGPT Work، الذي يتضمن في الواقع نسختين: النسخة السحابية (Work Cloud) ونسخة تطبيق سطح المكتب (Work Local)، ومتاح فقط للمشتركين الذين يدفعون 20 دولارًا في...","url":"https://www.aioga.com/ar/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:47:34.005Z"},"hi":{"title":"ChatGPT का काम समझें: यह वास्तव में क्या है, और यह चैट से कैसे अलग है","summary":"OpenAI ने 9 जुलाई को ChatGPT Work लॉन्च किया, जिसमें असल में क्लाउड संस्करण (Work Cloud) और डेस्कटॉप एप्लिकेशन संस्करण (Work Local) दो उत्पाद शामिल हैं, जो केवल $20/माह और उससे ऊपर के सब्सक्रिप्शन उपयोगकर्ताओं के लिए उपलब्ध हैं।","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"ChatGPT का काम समझें: यह वास्तव में क्या है, और यह चैट से कैसे अलग है - Aioga AI समाचार","description":"OpenAI ने 9 जुलाई को ChatGPT Work लॉन्च किया, जिसमें असल में क्लाउड संस्करण (Work Cloud) और डेस्कटॉप एप्लिकेशन संस्करण (Work Local) दो उत्पाद शामिल हैं, जो केवल $20/माह और उससे ऊपर...","url":"https://www.aioga.com/hi/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:47:40.950Z"},"it":{"title":"Comprendere ChatGPT Work: cos'è esattamente e in cosa differisce da Chat","summary":"OpenAI ha rilasciato ChatGPT Work il 9 luglio, che in realtà comprende due prodotti: la versione cloud (Work Cloud) e la versione applicazione desktop (Work Local), disponibili solo per utenti con abbonamento di $20/mese o superiore.","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Comprendere ChatGPT Work: cos'è esattamente e in cosa differisce da Chat - Aioga Notizie IA","description":"OpenAI ha rilasciato ChatGPT Work il 9 luglio, che in realtà comprende due prodotti: la versione cloud (Work Cloud) e la versione applicazione desktop (Work Local), disponibili sol...","url":"https://www.aioga.com/it/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:48:42.268Z"},"nl":{"title":"Begrijpen van ChatGPT Work: wat het precies is en hoe het verschilt van Chat","summary":"OpenAI bracht op 9 juli ChatGPT Work uit, dat eigenlijk twee producten bevat: de cloudversie (Work Cloud) en de desktopapplicatieversie (Work Local), en is alleen beschikbaar voor abonnementen van $20 per maand en hoger.","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Begrijpen van ChatGPT Work: wat het precies is en hoe het verschilt van Chat - Aioga AI-nieuws","description":"OpenAI bracht op 9 juli ChatGPT Work uit, dat eigenlijk twee producten bevat: de cloudversie (Work Cloud) en de desktopapplicatieversie (Work Local), en is alleen beschikbaar voor...","url":"https://www.aioga.com/nl/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:48:36.881Z"},"tr":{"title":"ChatGPT İşleyişini Anlamak: Aslında Nedir ve Chat ile Arasındaki Fark Nedir","summary":"OpenAI, 7 Temmuz'da ChatGPT Work'u yayınladı, aslında bulut sürümü (Work Cloud) ve masaüstü uygulama sürümü (Work Local) olmak üzere iki ürünü içeriyor ve yalnızca aylık 20$ ve üzeri abonelik kullanıcılarına açık.","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"ChatGPT İşleyişini Anlamak: Aslında Nedir ve Chat ile Arasındaki Fark Nedir - Aioga AI Haberleri","description":"OpenAI, 7 Temmuz'da ChatGPT Work'u yayınladı, aslında bulut sürümü (Work Cloud) ve masaüstü uygulama sürümü (Work Local) olmak üzere iki ürünü içeriyor ve yalnızca aylık 20$ ve üze...","url":"https://www.aioga.com/tr/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:49:40.681Z"},"vi":{"title":"Hiểu về ChatGPT Work: Nó thực sự là gì, và nó khác gì so với Chat","summary":"OpenAI đã ra mắt ChatGPT Work vào ngày 9 tháng 7, thực tế bao gồm hai sản phẩm là phiên bản đám mây (Work Cloud) và phiên bản ứng dụng trên máy tính để bàn (Work Local), chỉ mở cho người dùng đăng ký từ $20/tháng trở lên.","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Hiểu về ChatGPT Work: Nó thực sự là gì, và nó khác gì so với Chat - Tin tức AI Aioga","description":"OpenAI đã ra mắt ChatGPT Work vào ngày 9 tháng 7, thực tế bao gồm hai sản phẩm là phiên bản đám mây (Work Cloud) và phiên bản ứng dụng trên máy tính để bàn (Work Local), chỉ mở cho...","url":"https://www.aioga.com/vi/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:49:45.072Z"},"id":{"title":"Memahami ChatGPT Work: Apa sebenarnya itu, dan bagaimana bedanya dengan Chat","summary":"OpenAI merilis ChatGPT Work pada 9 Juli, yang sebenarnya mencakup versi cloud (Work Cloud) dan versi aplikasi desktop (Work Local), dan hanya tersedia untuk pengguna yang berlangganan $20/bulan atau lebih.","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Memahami ChatGPT Work: Apa sebenarnya itu, dan bagaimana bedanya dengan Chat - Berita AI Aioga","description":"OpenAI merilis ChatGPT Work pada 9 Juli, yang sebenarnya mencakup versi cloud (Work Cloud) dan versi aplikasi desktop (Work Local), dan hanya tersedia untuk pengguna yang berlangga...","url":"https://www.aioga.com/id/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:50:37.979Z"},"th":{"title":"ทำความเข้าใจ ChatGPT Work: มันคืออะไร และมันแตกต่างจาก Chat อย่างไร","summary":"OpenAI เปิดตัว ChatGPT Work เมื่อวันที่ 9 กรกฎาคม ซึ่งประกอบด้วยสองผลิตภัณฑ์คือเวอร์ชันคลาวด์ (Work Cloud) และแอปพลิเคชันเดสก์ท็อป (Work Local) โดยเปิดให้เฉพาะผู้ใช้ที่สมัครสมาชิก $20 ต่อเดือนขึ้นไปเท่านั้น","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"ทำความเข้าใจ ChatGPT Work: มันคืออะไร และมันแตกต่างจาก Chat อย่างไร - ข่าว AI Aioga","description":"OpenAI เปิดตัว ChatGPT Work เมื่อวันที่ 9 กรกฎาคม ซึ่งประกอบด้วยสองผลิตภัณฑ์คือเวอร์ชันคลาวด์ (Work Cloud) และแอปพลิเคชันเดสก์ท็อป (Work Local) โดยเปิดให้เฉพาะผู้ใช้ที่สมัครสมาชิก...","url":"https://www.aioga.com/th/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:50:49.697Z"},"pl":{"title":"Zrozumieć ChatGPT Work: czym dokładnie jest i czym różni się od Chat","summary":"OpenAI 9 lipca wprowadziło ChatGPT Work, który faktycznie obejmuje wersję chmurową (Work Cloud) i wersję aplikacji na komputer (Work Local), dostępne tylko dla użytkowników subskrypcji $20/miesiąc i wyżej.","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Simon Willison 博客","pageTitle":"Zrozumieć ChatGPT Work: czym dokładnie jest i czym różni się od Chat - Aioga Wiadomości AI","description":"OpenAI 9 lipca wprowadziło ChatGPT Work, który faktycznie obejmuje wersję chmurową (Work Cloud) i wersję aplikacji na komputer (Work Local), dostępne tylko dla użytkowników subskry...","url":"https://www.aioga.com/pl/news/cmtgi34hk01d3rokdi2z30urw/","contentTranslated":true,"sourceHash":"301a6391799e096b","translatedAt":"2026-08-31T00:51:55.361Z"}},"evidenceTier":"verified-news","reviewStatus":"editorial-selected","indexable":true,"editorialCover":""}}