从阿西莫夫到Anthropic,万字长文解析AI心理学
一、阿西莫夫的学科 阿西莫夫在《基地》里虚构了一门学科叫心理史学。哈里·谢顿用数学方法预测银河帝国的未来。个体不可预测,但把足够多的个体放在一起,行为的统计规律就浮现了。他把「理解心灵」从哲学变成了方程式。 ...
轻松掌握Anthropic官方给的五种"多Agent协作"模式
Anthropic上周发了一篇博文,标题不长,信息量极大。 核心观点只有一句话:别上来就选最复杂的架构。从最简单的能跑通的模式开始,看它在哪里卡住,再升级。 ...
Why Your “AI-First” Strategy Is Probably Wrong 为什么你的“AI 优先”策略很可能错了
99% of our production code is written by AI. Last Tuesday, we shipped a new feature at 10 AM, A/B tested it by noon, and killed it by 3 PM because the data said no. We shipped a better version at 5 PM. Three months ago, a cycle like that would have taken six weeks.我们 99%的生产代码都是由 AI 编写的。上周二,我们上午 10 点上线了一个新功能,中午进行了 A/B 测试,下午 3 点因为数据显示效果不佳而下线,下午 5 点上线了更好的版本。三个月前,这样的周期需要六周时间。 ...
达尔文.skill正式发布,一个无限进化的skill系统!
女娲.skill发布一周,GitHub star破了9000+ 前两天接受新京报记者采访的时候,她问我这个skill花了多长时间制作完成的,我有点不好意思的说实际完成初步设计的过程只有2-3小时,但其实在这个过程中经过了无比多轮的迭代,而这个迭代单纯靠我自己完全没能力做到。 ...
达尔文.skill正式发布,一个无限进化的skill系统!
女娲.skill发布一周,GitHub star破了9000+ 前两天接受新京报记者采访的时候,她问我这个skill花了多长时间制作完成的,我有点不好意思的说实际完成初步设计的过程只有2-3小时,但其实在这个过程中经过了无比多轮的迭代,而这个迭代单纯靠我自己完全没能力做到。 ...
为什么你的“AI 优先”策略很可能错了
99% of our production code is written by AI. Last Tuesday, we shipped a new feature at 10 AM, A/B tested it by noon, and killed it by 3 PM because the data said no. We shipped a better version at 5 PM. Three months ago, a cycle like that would have taken six weeks. We didn’t get here by adding Copilot to our IDE. We dismantled our engineering process and rebuilt it around AI. We changed how we plan, build, test, deploy, and organize the team. We changed the role of everyone in the company. ...
为什么你的“AI 优先”策略很可能错了
99% of our production code is written by AI. Last Tuesday, we shipped a new feature at 10 AM, A/B tested it by noon, and killed it by 3 PM because the data said no. We shipped a better version at 5 PM. Three months ago, a cycle like that would have taken six weeks. We didn’t get here by adding Copilot to our IDE. We dismantled our engineering process and rebuilt it around AI. We changed how we plan, build, test, deploy, and organize the team. We changed the role of everyone in the company. ...
Obsidian + Claude Code:用 AI 大神 Karpathy 的方法搭一个真正可用的第二大脑(全教程)
你的第二大脑死过几次了? 我死过三次 第一次搭的时候特认真。标签打好,结构理清,交叉链接也做了 两个月后标签过时了没人改,断链了没人修。新笔记往里一扔就不管了 ...
如何对开源大模型进行越狱破解?
原文来源:@linyishan 一天时间,Google 的开源大模型 Gemma-4-31B 就被彻底破解,被完全移除安全限制。 没错,大模型也可以破解,也叫作越狱。 对开源大语言模型进行越狱,在技术社区中通常被称为 Abliteration(消融法)或权重对齐抹除。 ...
搞懂缓存机制,从Gemma4到Claude Code省80%Token
早上打开 Claude Code,敲第一句话,2%~10% 的套餐额度没了。午休回来继续干活,又一句话,10% 的额度蒸发。你有没有想过,这 token 到底花在哪了?我带着这个疑问,在本地用 Gemma4 跑小模型做实验——发现同一段对话,有些轮次要等 30 秒,有些只要 0.2 秒。为了搞清楚为什么,我会从 Transformer 的注意力机制开始讲,再到 Claude Code 的代码实现, Anthropic 在缓存上做了一整套精密工程。理解了这套机制,你就知道怎么让同样的套餐多撑 3-5 倍。 ...