狐說八道

台湾のテック系ニュースレター「狐說八道」の最新記事。AIによる個人のノート管理術、Block社が提唱するAIエージェントによる階層型組織の代替、Anthropicにおけるデザイン業務の自動化など、多岐
IT・テクノロジー,AI・人工知能NQ 76/100出典:PR Times

📋 記事の処理履歴

  • 📰 発表: 2026年4月3日 21:54
  • 🔍 収集: 2026年4月3日 22:00(発表から5分後)
  • 🤖 AI分析完了: 2026年4月4日 03:05(収集から5時間5分後)
狐說八道 @font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: optional; src: url(https://www.anduril.tw/assets/fonts/inter-roman.woff2?v=eda4d7016a) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } :root { --background-color: #ffffff } /* The script for calculating the color contrast has been taken from https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */ var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color'); accentColor = accentColor.trim().slice(1); if (accentColor.length === 3) { accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2]; } var r = parseInt(accentColor.substr(0, 2), 16); var g = parseInt(accentColor.substr(2, 2), 16); var b = parseInt(accentColor.substr(4, 2), 16); var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000; var textColor = (yiq >= 128) ? 'dark' : 'light'; document.documentElement.className = `has-${textColor}-text`; { "@context": "https://schema.org", "@type": "WebSite", "publisher": { "@type": "Organization", "name": "狐說八道", "url": "https://www.anduril.tw/", "logo": { "@type": "ImageObject", "url": "https://www.anduril.tw/favicon.ico", "width": 48, "height": 48 } }, "url": "https://www.anduril.tw/", "name": "狐說八道", "image": { "@type": "ImageObject", "url": "https://www.anduril.tw/content/images/size/w1200/2025/01/fyreborn_Foxfire_neo_fauvist_rustic_landscapes_featuring_a_fo_68f9d69b-a3a0-45fb-9dc8-812e57bc2858_1--1-.png", "width": 1200, "height": 800 }, "mainEntityOfPage": "https://www.anduril.tw/", "description": "雜談科技、太空、商業與創業" } .gh-post-upgrade-cta-content, .gh-post-upgrade-cta { display: flex; flex-direction: column; align-items: center; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-align: center; width: 100%; color: #ffffff; font-size: 16px; } .gh-post-upgrade-cta-content { border-radius: 8px; padding: 40px 4vw; } .gh-post-upgrade-cta h2 { color: #ffffff; font-size: 28px; letter-spacing: -0.2px; margin: 0; padding: 0; } .gh-post-upgrade-cta p { margin: 20px 0 0; padding: 0; } .gh-post-upgrade-cta small { font-size: 16px; letter-spacing: -0.2px; } .gh-post-upgrade-cta a { color: #ffffff; cursor: pointer; font-weight: 500; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a:hover { color: #ffffff; opacity: 0.8; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a.gh-btn { display: block; background: #ffffff; text-decoration: none; margin: 28px 0 0; padding: 8px 18px; border-radius: 4px; font-size: 16px; font-weight: 600; } .gh-post-upgrade-cta a.gh-btn:hover { opacity: 0.92; } :root {--ghost-accent-color: #FF1A75;} 狐說八道 首頁 贊助合作 Sign in Subscribe 雜談科技、太空、商業與創業 Subscribe .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s} .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite} .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)} .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)} .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px} @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}} Email sent Latest AI 大神 Karpathy 的 AI 筆記流,一般人也能做到八成 我自己是幾乎不用筆記軟體的,身為一個不聰明的人,最常用的是 Apple 的備忘錄,但我覺得這篇大神的筆記流讓覺得蠻值得一試的,因為其實已經跟我現在用的 AI 工作流有點像,介於有筆記跟沒筆記中間惹 (?) 一般而言,大多數人用 ChatGPT 的方式,像是去便利商店買東西:有問題,問一下,拿到答案,關掉視窗,下次再從零開始。Karpathy 和 Lex Fridman 做的事情完全不同,他們讓 AI 幫自己蓋了一座圖書館,而且這座圖書館會自己長大。這篇文章會拆解這兩位 AI 領域最頂尖的人怎麼用 AI 做筆記,然後告訴你:不用寫程式,你也能做到八成。 先搞懂一件事:你用 AI 的方式可能一直在浪費 想像你手邊有兩個實習生,做事方式完全不同。實習生 A,你每次丟一個問題給他,他回答完就失憶了,下次問類似的問題,他又從頭查一遍。實習生 By Fox Hsiao 03 4月 2026 公司即智能體:Block 提出管理史上最激進的組織架構 2026 年 3 月 31 日,Sequoia Capital 合夥人 Roelof Botha 和 Block 創辦人 Jack Dorsey 聯名發表了一篇萬字長文,標題是「From Hierarchy to Intelligence」。這篇文章引用了羅馬軍團、普魯士參謀制度、曼哈頓計畫,論述的核心只有一件事:AI 可以取代兩千年來人類唯一的大規模協調機制,也就是層級管理。 Sequoia 的合夥人通常發布的是市場趨勢報告或投資備忘錄,不是組織管理論文。Botha 這次親自下場,把自己的名字和 Dorsey 並列,代表 Sequoia 認為這件事的重要性超越了單一公司的內部改造。 但時間點很微妙,Block 在 2026 年 2 月剛裁掉了約 40% 的員工,大約四千人, By Fox Hsiao 01 4月 2026 Anthropic 設計主管 Jenny:每週一早上十點,AI 已經幫我準備好三個產品方向 上個月寫了一篇 Anthropic 設計主管 Jenny Wen 的訪談分析,她在柏林對著滿場設計師說「設計流程已死」,三個月後回頭看那場演講,覺得內容已經過時了。那篇文章談的是哲學:AI 時代你的專業還值不值錢。 這篇談的是實作,Jenny 最近上了 Peter Yang 的 Podcast,這次她沒有講設計流程死不死的問題,而是直接打開螢幕示範:在流程死掉之後,她每天到底怎麼工作。 每週一早上十點,她的電腦會自動跑出一份簡報,裡面有三個經過驗證的產品方向,附帶線框稿和優先級建議。她不需要開任何會議,不需要手動整理任何資料,這些全部是 Claude Cowork 的排程任務在背景完成的。 Jenny Wen 目前是 Anthropic 的 Cowork 設計負責人,之前在 Figma 帶過 FigJam 和 Slides 的設計團隊。這集 40 By Fox Hsiao 01 4月 2026 500 個零日漏洞、22 年老 Bug、3

よくある質問

Block社が提唱した新しい組織構造とは何ですか?

Jack DorseyとSequoia Capitalが共同発表したもので、人類が長年用いてきた「階層型マネジメント」をAIエージェントに代替させるという急進的な提案です。

Andrej Karpathyの「AIノート術」とはどのようなものですか?

ChatGPTを単発の質問に使うのではなく、AIに自分専用の自律成長する「図書館」を構築させ、知識を蓄積していくアプローチです。

Anthropicのデザイン責任者はAIをどのように活用していますか?

毎週月曜朝10時に、Claude Coworkが検証済みの3つのプロダクト方向性、ワイヤーフレーム、優先順位をバックグラウンドで完全自動生成し、会議やデータ整理を不要にしています。