Anyone using ChatGPT Work given Sam Altman's richly documented history(1), the essential elimination and/or public exit of the safety function at OpenAI(2), and the huggingface debacle's exposure of the abject operational, cultural and technical failures at OpenAI(3), is making a serious mistake. (1) https://www.newyorker.com/magazine/2026/04/13/sam-altman-may... (2) https://thenextweb.com/news/openai-preparedness-te…
ChatGPT Work Tool and Skill Reference
41–50 of 74 posts
Re: ChatGPT Work Tool and Skill Reference
#42See this comment for background (and creation prompt): https://news.ycombinator.com/item?id=49504625#49505116
Re: ChatGPT Work Tool and Skill Reference
#43I think the most interesting skill here is the control-browser one: https://codex-tool-reference.simonw.chatgpt.site/skills/cont... It tells ChatGPT Work how to launch a Playwright instance via its Node.js REPL, and tells it to run: nodeRepl.write(await browser.documentation()); To get further instructions. That method returns this text with full details about how to use the browser: https://codex-tool-reference.simo…
Simply loading the browser Skill alone, doesn't always mean a browser is actually necessary (or supported). The user might've want them to control their main desktop browser; or the user might be pointing them toward a read-only HTML file that doesn't need rendering; or the sandbox might prevent network access; etc...
Codex is especially 'keen' to use Skills (especially by comparison to Claude), I often see it load Skills which it doesn't go on to use, because the main Skill content says "when not to use this". So I'm sure this is a product design decision to help with those kinds of circumstances.
Re: ChatGPT Work Tool and Skill Reference
#44Re: ChatGPT Work Tool and Skill Reference
#45Meta comment: I've been wondering why AI-generated websites/artifacts/reports always have the same "look". It reminds me of Bootstrap (CSS Framework) days when every startup website looked the same. Are they following some sort of common guideline?
I think these guideline are built into the llms. After all with llms, any decision you don't take will be taken for you. For a so called slop site (Simon's words, not mine :P) I don't think they specified a style so the llm just decided the default it knows. One day I will run experiments (when I can afford it) trying to identify the "taste" of different llms.
Re: ChatGPT Work Tool and Skill Reference
#46Earlier quoted context omitted.
You don't know, SimonW made Django Python framework?
Didn't he leave the project before it even had an official release?
> I haven’t been involved with Django since leaving the Journal-World back in September, but now that the framework is open-sourced I look forward to contributing to its further development—both in terms of documentation and actual code.
Re: ChatGPT Work Tool and Skill Reference
#47I don't get how this is different from Codex if Codex can do all the same things.
ChatGPT Work in the ChatGPT web and mobile app experience is very different.
If you like, you can think of it as a cloud-hosted version of Codex that's skinned to look more like consumer ChatGPT.
Re: ChatGPT Work Tool and Skill Reference
#48I don't get how this is different from Codex if Codex can do all the same things.
ChatGPT Work in the ChatGPT desktop app is effectively Codex with a different skin. It can operate on your local files in the same way. ChatGPT Work in the ChatGPT web and mobile app experience is very different. If you like, you can think of it as a cloud-hosted version of Codex that's skinned to look more like consumer ChatGPT.
Re: ChatGPT Work Tool and Skill Reference
#49See this comment for background (and creation prompt): https://news.ycombinator.com/item?id=49504625#49505116
[flagged]
I realize that for some people there is too much LLM-related content and (therefore?) too much by certain authors, but that has always been the case for certain topics and certain authors in HN's history. This is a side effect of the frontpage being the same for everyone, and therefore the scarcest resource.
https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...
Re: ChatGPT Work Tool and Skill Reference
#50I think the most interesting skill here is the control-browser one: https://codex-tool-reference.simonw.chatgpt.site/skills/cont... It tells ChatGPT Work how to launch a Playwright instance via its Node.js REPL, and tells it to run: nodeRepl.write(await browser.documentation()); To get further instructions. That method returns this text with full details about how to use the browser: https://codex-tool-reference.simo…
Honestly, this is one of the things OpenAI does pretty well, I think, these tiny design decisions that you wouldn't notice until it becomes super annoying.