https://claude.ai/new

https://chatgpt.com/auth/login?next=/codex/cloud

https://zhuanlan.zhihu.com/p/2035743392399894164

https://blog.csdn.net/qq_45657541/article/details/160990412

https://blog.csdn.net/weixin_43925843/article/details/161199333

codex使用
https://zhuanlan.zhihu.com/p/2030044074049286793

https://blog.csdn.net/m0_53581755/article/details/161009026

macos

AI打工人大模型-编程CAD做项目等_codex_claude_code

大模型的进展确实令人震惊,编程能力很厉害,知识太广泛了,大模型几乎无所不知,感觉大模型无所不知,虽然经常迷糊回答错误,虽然经常产生幻觉,虽然经常胡说八道,大模型能做的事情实在是太多了,不过消耗的电能也非常多,花的钱也多就是了

大模型确实是很好的就业方向,虽然普通人用不起显卡

使用了hombrew工具

国内的homebrew仓库和安装方式

https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/

阿里镜像源

npm config set registry https://registry.npmmirror.com

安装npm和node

brew install node@22

brew install npm

安装claude_code

npm install -g @anthropic-ai/claude-code

npm安装基本不用了,都是用claude自身,也就是【curl -fsSL https://claude.ai/install.sh | bash】,一键安装后台自动升级【curl -fsSL https://claude.ai/install.sh | bash -s stable】,可以先卸载:【npm uninstall -g @anthropic-ai/claude-code】

claude --version

安装codex

brew install codex

codex --version

打开桌面版codex

codex app

codex使用: 【https://letaicode.cn/docs/codex】

https://zhuanlan.zhihu.com/p/2030044074049286793

国内的付费api

https://api.88api.shop/console/playground

https://letaicode.cn/docs/codex-desktop

https://github.com/openai/codex

Ubuntu

国内镜像站点:https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/

Check current version
npm list -g @anthropic-ai/claude-code
Upgrade to the latest version
npm install -g @anthropic-ai/claude-code@latest
Verify the upgrade
claude --version


sudo apt-get update

sudo apt-get install nodejs npm

阿里镜像源

npm config set registry https://registry.npmmirror.com

安装claude_code

sudo npm install -g @anthropic-ai/claude-code

npm安装基本不用了,都是用claude自身,也就是【curl -fsSL https://claude.ai/install.sh | bash】,一键安装后台自动升级【curl -fsSL https://claude.ai/install.sh | bash -s stable】,可以先卸载:【npm uninstall -g @anthropic-ai/claude-code】

claude --version

安装codex

sudo npm i -g @openai/codex

codex --version

vscode的插件内加入codex,

codex使用: 【https://letaicode.cn/docs/codex】

https://zhuanlan.zhihu.com/p/2030044074049286793

国内的付费api

https://api.88api.shop/console/playground

https://letaicode.cn/docs/codex-desktop

https://github.com/openai/codex

vscode

应用市场安装 codex和claude code

配置:https://letaicode.cn/docs/codex

https://www.luomor.com/blog/2026/05/23/claude-code-%e9%ab%98%e6%95%88%e4%bd%bf%e7%94%a8%e6%8a%80%e5%b7%a7%ef%bc%9a%e9%85%8d%e7%bd%ae%e6%96%87%e4%bb%b6-%e6%96%87%e4%bb%b6%e5%a4%b9%e5%bf%bd%e7%95%a5%e8%a7%84%e5%88%99%ef%bc%8c%e7%b2%be/

为什么有时候token消耗特别多?

主要因素:对话历史越长消耗越多(需要参考上下文)、上传大型代码库、生成复杂代码。省 token 技巧:新任务开新对话、精简问题描述、大文件分段处理。检查 .claudeignore 文件,排除 node_modules、dist、.git 等大型目录,这样可以显著降低token消耗。

codex skill

技能包
https://github.com/multica-ai/andrej-karpathy-skills/blob/main/README.zh.md

https://github.com/anthropics/skills

https://github.com/openclaw/clawhub

https://github.com/openai/skills

Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐