注册并分享邀请链接,可获得视频播放与邀请奖励。

LinearUncle 的个人资料封面
LinearUncle 的头像

LinearUncle (@LinearUncle)

@LinearUncle
👑 AI coding - 职业工程师 💻 只分享硬核AI编程工具,技巧等
1.1K 正在关注    10.2K 粉丝
牛逼,全球最知名的个人独立开发者evelsio 是 Cursor 早期投资人,B 轮投了 10 万美金。 Cursor 刚被 SpaceX 600 亿美元收购,他成功退出。 评论区一翻才知道,大神的投资履历一直很猛,已经价值 1000 万美金了,原来成功的投资才是他最大的赚钱渠道。
显示更多
My first real investment exit!!! 🎉 Congrats @cursor_ai and everyone!!!
我快疯了。日常同时用 4个 coding agent,skills 各写各的: /.agents/skills、/.codex/skills、~/.claude/skills 已经一团浆糊,CC 里找不到 Codex 的 skill,反过来也一样。 目前的打算: 写脚本把各自独有的skills软链到另外两方去,crontab定时跑一下,有更优雅的方案或者工具吗?
显示更多
0
30
23
1
转发到社区
@dotey @lovevfp 宝哥,反编译哪个模型最强?哪些模型不会拒绝,我正在搜索你的推特帖子呢,以前我看你写的是gemini,现在呢? 这个月token 实在太富裕了,闲来无事,想反编译一个闭源的coding agent
显示更多
Codex 疯狂写磁盘的问题已经修复了 ✅ 但 Codex App 暂时还没更新,需要手动更新 Codex CLI 到 0.142.0 才能解决问题。 两种更新方式: 方式一:在 Claude Code 里用 AI 帮你更新 直接输入提示词: ```search web & update codex cli``` 让 AI 自动搜索并完成更新。 方式二:npm 手动更新 ```npm install -g @openai/codex@latest``` 更新完就不会再疯狂写磁盘了
显示更多
This is now fixed along with the latest release of Codex! Make sure to upgrade your codex installation to the latest version via npm or bash installer Thanks again to all of you for raising this issue and to the goated (jif) codex team
显示更多
Claude Code 设置/effort 为ultracode,然后翻译英文文章,你就会收获一个自动的多智能体流水线翻译流程: 先让 3 位风格各异的译者各出一稿 → 双语编辑对照原文评审挑出最佳译法 → 综合成定稿 → 最后逐句校对纠错(这句话不是我说的,是ClaudeCode输出的,自己想的办法) 因为我探索了比较久,原始session我截不到开始的内容了,只能用Claude Code History Viewer这个工具贴历史记录。 过程中Claude Code实际上会触发dynamic workflow,然后自动写提示词执行。 参看我上一个帖子的翻译《如何做研究》
显示更多
Ralph 作者分享的一个 GLM-5.2 使用技巧: 他发现 GLM 这类模型有个特点——提示词写得越充分,它表现越惊艳;反之,提示信息不足时效果就比较一般。而 Opus / Fable 则相反,即便提示信息残缺,也能"脑补"着把任务漂亮地完成。 所以他的建议是:先用 Gemini 这类擅长写提示词的模型,帮你打磨出一份足够详尽的提示词,再交给 GLM-5.2 去执行。两者分工,效果会好很多。
显示更多
alright it seems people are losing their shit about zai glm being good. it’s been a not to open secret that the best hyper token burning engineers for last six months have been doing statsarb in this window of opportunity whilst western companies have been locking in with either openai or anthropic. the glm models are really fantastic but they are like an autistic german. black and white thinking and high precision. whereas opus/fable are great for painting colours/figuring out with gaps of meaning when under specification of prompts. here’s how you should be using it. use another model (ie gemini) which excels at painting to create the prompts used for generation the prompt which is then put into glm. for those similar with Amp’s oracle pattern. it’s that. register another model in as a tool within GLM itself for quality of living benefits.
显示更多
0
16
74
8
转发到社区
推荐一家叫模思的中国公司的开源声音克隆仓库: MOSS-TTS 你朗读一段文字,它克隆你的声音,然后就可以用你的声音朗读任意文本,查看帖子详情看我实战如何使用,效果很好,可以以假乱真。 模型下载: 实战过程: 1. 在codex里输入如下提示词帮我安装和运行: ``` read 在我本地安装和运行 ``` 2. code开始下载模型,但是非常慢,需要提示它用aria2来下载 3. 下载完毕后,让它给出如何克隆我的声音的步骤,按照步骤操作 4. 克隆声音后,让它根据我的声音生成朗读李白的《静夜思》的音频文件 我听了下效果非常好!非常像我的声音! 关注我,永远有实战,而不是简单转发!!
显示更多
🤗 MOSS-TTS-Local Transformer v1.5 is now open source. Built with a pure autoregressive Audio Tokenizer + LLM paradigm: >MOSS-Audio-Tokenizer-v2, 2B params >Qwen3-4B backbone >Native 48 kHz stereo audio >Streaming output with theoretical sub-100 ms TTFT >Zero-shot voice cloning >Inline [pause] control >🇺🇸 🇯🇵 🇰🇷 31 language synthesis >SGLang-Omni Day0 support 🎉 @sgl_project @lmsysorg Designed for voice agents, digital humans, game NPCs, audiobooks, and real-time speech generation. 👇
显示更多
0
5
73
15
转发到社区
推荐这篇文章 《斯坦福STORM方法:如何让Claude在几分钟内像博士一样做研究》 这篇文章介绍的斯坦福 STORM 方法,是一种能让你在几分钟内,利用 Claude 完成相当于博士级研究的提示词框架。其核心在于模拟多角色视角来消除研究盲点。 我建议提取提示词组合做成适合自己的SKILL.md让agent执行,这点原作者没有提到。
显示更多
0
22
382
82
转发到社区
毫无意外,zcode和codex app都是使用electron的技术栈,其他想做桌面端应用的公司或推友可以参考。 虽然比起使用tauri2技术栈,zcode的安装包比较大(161M),但是胜在稳定,生态完善,跨平台一致性更好。
显示更多
挖到了一个有意思的项目 💡 当你 Codex 额度用完,但 ChatGPT 网页版的 GPT-5.5 Thinking 还能用——这个项目的思路就是:把网页端的额度也榨干,继续写代码。 核心原理很简单:在 pi agent 之上包了一层 MCP Server,然后在 ChatGPT 网页端连接这个 MCP Server,网页端就能直接调用本机的 pi agent 继续编程了。 为了让外网能访问本机服务,需要做内网穿透。我用了 ngrok,按官网配置就行,更推荐 Cloudflare Tunnel。 本质上就是一个内置了 pi SDK agent 能力的 MCP Server,支持本地文件的增删改查,通过公网暴露后,ChatGPT 网页端配置一下就能调用。 建议人群:Geek / 想把 ChatGPT 订阅用到极致的朋友。
显示更多
Alrighty, everything is ready 😎 here’s an unofficial “2x Codex limits” promo from my side for you all. meet DevSpace — an MCP connector app that turns ChatGPT into Codex. npm install -g @waishnav/devspace After installing, tunnel the MCP server over the internet and enjoy 2x limits. You can use GPT-5.5 Pro, xHigh, or High for planning, then hand off the task to your local Codex/pi/opencode/cursor/claude code instance. Or you can just use it for reviewing code written by other local coding agents Go ahead, experiment with different workflows, and keep the feedback coming on GitHub Issues or in my DMs And let’s thank OpenAI for being so generous by giving us separate ChatGPT and Codex limits and by being so chill around this MCP :) Please use it sparingly, only when you run out of limits. Don’t overuse it — in the end, they do have a button to stop it 🙂
显示更多
0
70
660
87
转发到社区
Claude Code 不能生图,但 Codex 可以,这点一直挺遗憾的。 刚才发现了这位大神做的 image-gen skill——直接在 Claude Code 里调用,让 Codex 在背后生成图片,全程不用切换工具。 不用再为了张图打开 Codex,生成完再拷回来,特别是你在手机上工作的时候,也不会打断心流。 或者也可以在claude code里安装原贴评论区的codex-plugin-cc插件,集成了该skill.
显示更多
Has been using this skill for Claude Code to call CodeX to generate images for free This is extremely useful
pi版本的动态工作流来啦, 对标opus 4.8新出的动态工作流,你可以用任意的大模型(例如deepseek, codex-5.5等) 这位大神就是之前破解claude code generative UI(动态交互式UI)的作者,我到现在还在用他的插件。 而且根据我的经验,请大家放心,估计codex版本的动态工作流将来也会上线。我仍然继续all in codex app. @thsottiaux
显示更多
introducing pi-dynamic-workflows This is probably going to be a bigger token burner than pi-goal, BUT, dynamic workflows is the first implementation of subagents that i don't hate, mainly because it's "code mode" for subagents. agent writes a js-based workflow DSL into a dedicated tool, engine parses the workflow code and runs it. the dsl implements some primitives for the agent (agent(), parallel(), pipeline(), phase() and log()) to keep it as simple as possible. now available in @badlogicgames pi! pi install npm:pi-dynamic-workflows
显示更多
0
16
105
16
转发到社区