传人Joe @bridge_joe
iOS Developer, Stay Hungry, Stay Foolish. Joined October 2012-
Tweets122
-
Followers140
-
Following170
-
Likes30
《How to Fix Your Context》这篇上下文工程指南,建议跟 Manus 六大上下文工程法则一起看,它们分别来自两个方向:一个是跑在工程一线踩过坑的 Agent 系统实践者,一个是站在系统架构角度思考 LLM 工作方式的认知构建者。 我把这两篇文章有一起读了一篇,有种“内功交叉灌顶”的感觉。…
《How to Fix Your Context》这篇上下文工程指南,建议跟 Manus 六大上下文工程法则一起看,它们分别来自两个方向:一个是跑在工程一线踩过坑的 Agent 系统实践者,一个是站在系统架构角度思考 LLM 工作方式的认知构建者。 我把这两篇文章有一起读了一篇,有种“内功交叉灌顶”的感觉。…
来自 LangChain 团队完全开源的一个深度研究 Agent:Open Deep Research。 支持多种模型提供商和搜索工具,能够自行执行复杂的研究任务,从信息收集到分析整理自动化处理。 GitHub:github.com/langchain-ai/o… 主要功能: - 支持 OpenAI、Anthropic、Google 等多种模型提供商 - 集成…
仔细读了 Agent KB,太好了!我觉得完全可以创造一个新词:experience engineering(经验工程)。 这里的 experience 就是指 Agent 在解决不同问题时积累的经验。 相比于 context engineering(上下文工程),experience engineering 的抽象层次更高。因为 experience 不仅包含了…
Agentic 的文章,因为采用的post training recipe类似,方法同质化非常严重,容易带来审美疲劳,往往读完abstract 就不想往下读了。 但依然有一些文章,在RL天然task-specific的限制下,可以让task本身超越benchmark,颇具美感。 这几个月我个人最喜欢的几篇: Absolute Zero:…
If you want to really feel the future, take your iPhone out of its case and run a Deep Seek 7B reasoning model on it:
op run nshipster.com/1password-cli/
刚从技术转管理,第一件事就是要减少过多做具体的事情,多花精力在全局,在团队,比如项目的进度,项目计划,团队成员的工作有没有障碍。 刚从技术转管理最容易犯的错误就是还是以前一样埋头写代码,这样会耽误团队的。要学会授权,要学会把活分出去,分出去的活还要跟踪进度,出现问题及时调整。…
刚从技术转管理,第一件事就是要减少过多做具体的事情,多花精力在全局,在团队,比如项目的进度,项目计划,团队成员的工作有没有障碍。 刚从技术转管理最容易犯的错误就是还是以前一样埋头写代码,这样会耽误团队的。要学会授权,要学会把活分出去,分出去的活还要跟踪进度,出现问题及时调整。…
这几天刷推很明显的感觉到英文技术社区对中国AI产业的进步速度处于一种半震动半懵逼的状态,应激来源主要是两个,一个是宇树(Unitree)的轮足式机器狗B2-W,另一个是开源MoE模型DeepSeek-V3。…
People often ask if ML or software skills are more the bottleneck to AI progress. It’s the wrong question—both are invaluable, and people with both sets of skills can have outsized impact. We find it easier, however, to teach people ML skills as needed than software engineering.
People often ask if ML or software skills are more the bottleneck to AI progress. It’s the wrong question—both are invaluable, and people with both sets of skills can have outsized impact. We find it easier, however, to teach people ML skills as needed than software engineering.
WhisperKit x @OpenAI Whisper Large v3 Turbo Released a few hours ago, this model is 8x faster than the original Large v3 model while retaining its high-quality multilingual capabilities. Here is a demo using our test app. Test app: testflight.apple.com/join/LPVOyJZW GitHub (MIT):…
Black Myth: Wukong has sold 10 million copies across all platforms. (Data as of 21:00 Beijing time, August 23, 2024) Thanks to all players worldwide for your support and love. Have a great gaming weekend! #BlackMythWukong
最近悟出来一个既能快速学习知识,又能提高英语水平的学习方法, 即费曼学习+英文解释+刻意练习 1.将你要学习的PDF上传到GPT或者claude 2.告诉AI你用费曼学习+英文解释的方法帮助你理解这篇材料。 3.向AI提问,让他用英文出问题考你。…
#LadyBird 这是一个很神奇的项目,作者在为了戒除毒瘾从0手搓了一个叫SerenityOS的操作系统后,又开始从零开始手搓浏览器... 曾经我一度以为这个世界上不会再有除了Firefox的gecko内核和Chrome的webkit内核之外的其他浏览器了,没想到还是有勇士从零开始写一个符合web标准的现代浏览器...…
有点好笑,曾经担任谷歌CEO长达10年之久的Eric Schmidt前几天去斯坦福大学受邀计算机学院的会议,他的演讲全程各种放飞自我,中途语重心长的告诉台下学生,这场会议是保密的,自己说的那些话千万不要外传。 然而,主办方对Eric…
由 @rasbt 撰写并开源的 《从零开始学习 LLM/大模型》,实战教学从零实现一个 LLM 太棒了!⚡️ 短时间内已经飙升 21.9K Star ⭐️ 目前最后一个部分已经撰写完成,讲解从零开始微调一个 LLM,包括更改 Prompt 格式、指令掩码或 LoRA 等,意味着该书籍已经完整可读!也将出版🔥 github.com/rasbt/LLMs-fro…
补充说明一下图片的处理方式: 1. 它首先将每一页PDF内容生成一张图片 2. 检测其中有没有图片、表格,如果有图片、表格,就找出位置和尺寸,画上红框,标上编号 3. 提示词里面说明,红框里面的是图片,不需要OCR,使用Markdown的图片标记直接显示即可…
uBlock 已经正式替代 AdBlock,成为我首选浏览器广告拦截工具。我发现 AdBlock 在处理某些特别繁重的网页时似乎有些吃力,切换到 uBlock 之后明显更高效,而且对系统资源占用也更低,推荐给大家 github.com/gorhill/uBlock
这两天 Ehco-Relay 前期功能开发的差不多了,开始准备全职当几天 MJJ 选一些好线路后就开卖了 发现了一个超级棒的看路由的工具 nexttrace 相当于大陆特供高级版 MTR,能看延迟,跳数,ASN ... 总之十分推荐: github.com/nxtrace/NTrace…

张二一 @forkhouhou
14 Followers 821 Following
Moonsprout @goddardgrow
0 Followers 21 Following • Minimalist baby life record • Baby medication administration record
Kingpin @justincaseso
39 Followers 7K Following
perfectchao @chao46933583
3 Followers 105 Following
mingyang su @mingyangsu17224
7 Followers 128 Following
weizheng li @weizheng_li
8 Followers 368 Following
sunshineLx @ios_1261142602
313 Followers 960 Following 📱Build iOS Apps: https://t.co/tD77vRlC4D 🥇Build Mobile SaaS boilerplate: https://t.co/SAj8t8vNJ9
Ramkumar Singh @RamkumarSi8289
60 Followers 3K Following
赖老二 @qinhualai
6K Followers 1K Following 正在创业做一个程序员远程工作平台(GitWork-远程工作平台 ,https://t.co/qrnjJObw4t),平台有产品经理、设计师、程序员、测试、运维、项目管理等优秀人才;软件开发找我给您组建团队就对了。工作微信:gitwork
Luffy·D @ws745630
5 Followers 65 Following
MEVCC @waywayxq
11 Followers 267 Following
xTT @jamesdaaaaa
139 Followers 3K Following
GUI @GUI1992324
4 Followers 106 Following
Debra @w_debra45
246 Followers 3K Following
小林 @cisolarix
462 Followers 3K Following The man behind https://t.co/ce12jBBzXy Currently working on: https://t.co/ddGFJdHJZV https://t.co/ose6918U3z
lk amazing @lk_amazing
4 Followers 126 Following
Mr_leo @Mr_leolee
5 Followers 79 Following
头等舱研报加密... @blDebloxyiqifa
58 Followers 2K Following #Shib #以太坊 现在加客服,提升认知,免费获取2天超过30条全球币圈顶级付费内容,币圈顶流众筹社群。成员以极低的价格就能获总价值12万rmb/年的付费社群信息,实时更新各大付费群信息。未来10年是Crypto的时代已是共识,我们抱团紧跟顶流社群,一起暴富 #BTC #NFT
bitwei @bitwei
38 Followers 728 Following
sniu @Sniunkd
17 Followers 1K Following
天南 @crazy_coder_shi
37 Followers 296 Following
Zepeng @Zepeng17
0 Followers 52 Following
Kaichao You @KaichaoYou
4K Followers 134 Following phd student in tsinghua university, working on @vllm_project
Andrew Ng @AndrewYNg
1.3M Followers 1K Following Co-Founder of Coursera; Stanford CS adjunct faculty. Former head of Baidu AI Group/Google Brain. #ai #machinelearning, #deeplearning #MOOCs
Abhishek🌱 @Abhishekcur
21K Followers 236 Following 21. Building real stuffs I’m an Engineer mainly Rust and C++ literal nerd in "Distributed Systems" Currently building a Database in Go and Rust
DeepSeek @deepseek_ai
973K Followers 0 Following Unravel the mystery of AGI with curiosity. Answer the essential question with long-termism.
Black Myth @BlackMythGame
222K Followers 5 Following The only official account for the Black Myth series.
春 @annaxtime
2K Followers 1K Following 一枚真空罐头。一帆风顺是我们乐观的希望与祝福。 事与愿违是我们默默接受的常态。 https://t.co/vcAaUyif0V
Kyle Ye @KyleSwifter
2K Followers 138 Following Swift programmer / SDWG member / Darwin platform hacker / Indie / ex @ByteDance https://t.co/DvuIoVvRqi
LIN WEI @skywind3000
24K Followers 301 Following 老程序员,92年(小学)开始写代码,快速可靠传输协议 KCP 作者,知乎25万关注技术答主(id 韦易笑),游戏开发话题,编程话题优秀答主,娱乐化编程,Vim 用户+插件作者,怀旧游戏玩家。Zhuoli Li @DreamingPiggy
2K Followers 262 Following Learn LLVM/Swift. 5 years iOS Developer experience in ByteDance. Maintainer of SDWebImage wanted! Believe of Web and Open-source.
Jeff Dean @JeffDean
365K Followers 6K Following Chief Scientist, Google DeepMind & Google Research. Gemini Lead. Opinions stated here are my own, not those of Google. TensorFlow, MapReduce, Bigtable, ...
沉浸式翻译 @immersivetran
16K Followers 98 Following AI 驱动的双语翻译扩展,千万用户之选,2024 年 Chrome 最佳扩展 & Edge 官方推荐,全平台主流浏览器支持。安装👉 https://t.co/ZWKdqdwWDL|升级为 Pro 👉 https://t.co/ZSkee7xEdw
姚钢强 @yaogangqiang
1K Followers 364 Following
SwiftSIQI @SwiftSIQI
3K Followers 700 Following 📌Chairman of LET'S VISION Conf ⚒️Founder of https://t.co/6AO1WqysR2 & https://t.co/mOjeqRLK6A ⌨️Swift Fan, Focus on iOS/visionOS/macOS 👋More About me at https://t.co/FoiJ7eqfSR
Andrej Karpathy @karpathy
1.4M Followers 1K Following Building @EurekaLabsAI. Previously Director of AI @ Tesla, founding team @ OpenAI, CS231n/PhD @ Stanford. I like to train large deep neural nets.
黄健宏 @huangzworks
17K Followers 11 Following 计算机技术图书作者、译者。 著有《Redis应用实例》、《Redis设计与实现》、《Redis使用手册》,译有《SQL实战》、《Redis实战》、《Go语言趣学指南》、《Go Web编程》。
Barret李靖 @Barret_China
76K Followers 378 Following Software Engineer | Lifelong Learner | Dad of 2 | AI Explorer | Cloud Native | Sharing insights and experiences | 📩 DM opened | 小胡子哥,一个有趣的灵魂
Georgi Gerganov @ggerganov
52K Followers 289 Following 24th at the Electrica puzzle challenge | https://t.co/baTQS2bdia
Luo说不啰嗦 @LuoSays
29K Followers 658 Following 全栈创业者: - https://t.co/MNlf5lc1G3 - https://t.co/KZEK3kuwNU - https://t.co/0ilSrNfWRI 主打陪伴的出海陪跑师:@chuhaiqu 发行了 4 张专辑的 AI 音乐练习生:@LuoSuno
马东锡 NLP @dongxi_nlp
14K Followers 762 Following Prev. PhD @Stockholm_Uni | Alumni @KTHuniversity @uppsalauni Sharing insights on AI, autonomous agents, and large language & reasoning models
fin @fi56622380
37K Followers 417 Following 立场不重要,事物的运行逻辑和内在规律才是更值得关注的部分 | 读过三个不同专业的学位,体验过两个大洲的尘世生活,设计过一次火星车芯片,还没有去看过心心念念的冰川
宝玉 @dotey
132K Followers 1K Following Prompt Engineer, dedicated to learning and disseminating knowledge about AI, software engineering, and engineering management.
Dexter Yang ᯅノ�... @dexteryy
18K Followers 3K Following English account: @dexteryy_en | Web、JS、XR、元宇宙、AI、Web3/crypto、游戏方向的软件开发者和产品设计者。追求用软件技术超越生物进化和物理现实的局限。平时也是硬核游戏玩家和金融投资者。热爱奇幻科幻文化。既注重效率推崇技术加速主义和自由市场,又支持去中心化技术平权和UBI
yetone @yetone
60K Followers 4K Following I built a Cursor-like experience plugin for Neovim: avante.nvim
OpenAI @OpenAI
4.3M Followers 3 Following OpenAI’s mission is to ensure that artificial general intelligence benefits all of humanity. We’re hiring: https://t.co/dJGr6Lg202
Quinn Leng @quinn_leng
6K Followers 126 Following Co-Founder & CTO Kepler AI @keplogic , ex LLM research at Databricks Mosaic, CMU master. Enjoy doing research and sharing perspectives on tech industries.
Jiayuan @tisoga
96K Followers 1K Following Building @devv_ai → first coding agent that helps you ship AI-powered products.
象牙山刘能 @disksing
42K Followers 600 Following 生活有时是喜剧,有时是悲剧,但是不管什么时候都可以发段子。|因为淋过雨,看别人淋雨的时候,送上录音笔。|先天离婚圣体,古希腊掌管录音笔的神。|https://t.co/w5SkYgz0KA 〔备用账号 @shadiaofriend〕
pikuma.com @pikuma
23K Followers 399 Following An education platform created to teach the fundamentals of #ComputerScience and #Mathematics.
Ange @angealbertini
25K Followers 908 Following Reverse engineer, file formats expert. Corkami, CPS2Shock, PoC||GTFO, Sha1tered, Magika... Security engineer @ Google. He/him.
Bear Liu @bearbig
105K Followers 3K Following Product Designer, 10 year+ podcaster and author of 2 books. Love things around design, tech and productivity.
Haozes @haozes
10K Followers 282 Following Indie Developer making apps: ❤️🔥YaoYao- Jump Rope 🗺️Tooboo-Hiking🦵 DunDun-Squat 🌿HeadsUp 💪 Lean
Elon Musk @elonmusk
225.4M Followers 1K Following
Bear - Markdown Notes @BearNotesApp
26K Followers 12 Following Beautiful, powerfully simple Markdown notes app to help you write naturally. 🐻❤️📄 Available on Mac, iPhone & iPad. Common Questions https://t.co/B4ZLDkrm8o
J @Morpheus______
27K Followers 0 Following No longer in this cesspool. Just popped by to announce my https://t.co/ktI8HgxRAQ. Not doing DMs, not looking for likes. See you in the next book :-)