2026年2月の記録
Andrej Karpathyは、Ghostでの機能実装や技術的な探求(MXレコード、gzipメタデータ)に加え、LLMの理解やAI関連の倫理・規制に関する複数の記事リンクを紹介し、技術的実装と業界動向の両面から2月の活動を総括している。
キーポイント
技術的実装と学習
Ghostでの「Inbox Links」機能リリースを通じてMXレコードやRFC準拠のメールパースを学び、gzipストリームのOSメタデータを inspect するツール「gzpeek」を開発した。
LLMとAI業界の動向
ChatGPTへの入力を「どのような応答が聞こえるか」というプロンプトと解釈する視点や、AI懐疑主義がキャリアに与える影響、そして欧州のオープンソース技術への回帰について言及している。
セキュリティと倫理に関する考察
Bluetoothのプライバシーリスク、Content Security Policy (CSP) の実装ミス、「openwashing」と呼ばれるマーケティング用語の濫用、および生成AIによる環境負荷削減効果の欠如について指摘している。
影響分析・編集コメントを表示
影響分析
この記事は、特定の単一技術の劇的な進化というよりは、AIおよびテクノロジー業界における「文脈と倫理」の重要性を浮き彫りにしている。特に、生成AIの環境影響に関する否定的な研究結果や、「openwashing」といった批判的視点を取り上げている点は、AI開発の透明性と持続可能性に対する業界全体の議論を促す上で重要である。また、技術的な実装経験(メール処理、gzip解析)と高レベルな業界洞察を併記することで、エンジニアリングの深さと戦略的な視野の両方を示している。
編集コメント
Karpathyは技術的な詳細な実装から、AIの環境影響やマーケティング用語の濫用といった社会的・倫理的な問題まで幅広くカバーしており、AIエンジニアリングにおける「技術的深さ」と「社会的責任」の両立が求められていることを示唆している。
この2月に私が行ったこと、目にしたこと。
作ったもの
Ghostで初めての機能をリリースしました: Inbox Linksです。メンバーがログインまたはサインアップのためにメールアドレスを入力すると、受信トレイに直接移動するボタンが表示されるようになりました。便利な機能をリリースできたことに加え、MXレコードやRFC準拠のメールアドレス解析について学べたことも楽しかったです。主要なロジックのソースコードはこちらです。
gzipストリームには、どのオペレーティングシステムで圧縮されたかがエンコードされていると知り、驚きました。このメタデータ(およびその他の情報)を確認するための小さなツール「gzpeek」を作りました。
今月はオリジナル『ゼルダの伝説』の40周年でした。他のゲームの記念日を知らせるカレンダーフィードが欲しかったので、自作しました。『ゼルダの伝説 ふしぎの木の実 大地の章』と『ゼルダの伝説 ふしぎの木の実 時空の章』は、ちょうど昨日25周年を迎えました!そういえば、いつものようにZelda Dungeonにいくつか記事を寄稿しました。
オンラインで見つけた興味深いリンク
驚くべき離れ業: HTMLとCSSだけで書かれたゲーム。「JavaScriptやサーバーサイドコードは一切使用されていません。」
これまでで最高のLLM(大規模言語モデル)の説明だと思ったもの: 「[ChatGPT]にテキストを入力するとき、あなたは『これに対する返答はどんな感じだろう?』と尋ねているのです。」
「AIへの懐疑は静かなキャリアキラーである」によれば、プログラミングキャリアのためにはAIに強気である方が良いようです。
「各国は米国テクノロジー企業への依存に不安を感じ始めており」、米国はそれを阻止しようとしています。私たちがこの戦いに負けるのは当然かもしれません。
「欧州に10億ドル規模のテクノロジー企業が不足しているため、ここで生まれながら開放性を選んだ技術が忘れられがちです: ウェブ、Linux、Raspberry Pi、OpenStreetMap、Fediverseなどです。」
誰かがダメなものを見続けるスクロール(ドゥームスクロール)の代わりに、レトロなビデオゲームを手に取ることを決めた話。
「これは偏執的な話ではありません。デバイスで無線通信を有効にした際に、私たちがどんなトレードオフをしているかを理解する話です。いくつかの用途ではBluetoothは不可欠です。他の場合は、単なる利便性に過ぎません。自分が何を晒しているかを自覚することが、自分のデバイスがどちらのカテゴリーに属するか、情報に基づいた判断を下す第一歩です。」(「What Your Bluetooth Devices Reveal About You」より)
「[Content Security Policy]が実際にどのように機能するか、そしてより重要な点として、人々がどこでそれを失敗させるのかを解説したいと思います。」
「その研究では、GoogleのGeminiやMicrosoftのCopilotのような人気ツールが、『物質的、検証可能、かつ実質的な』地球温暖化ガス排出量の削減につながった単一の事例も見つかりませんでした。」
「openwashing(オープンウォッシング)」という用語を初めて知りました。これは「オープン」という言葉をマーケティング目的で利用するプロセスを指します。OpenAIとAndroidがその例です。(「Acting ethically in an imperfect world」参照)
皆さまの2月も良かったことを願っています。
原文を表示
Things I did and saw this February.
Things I made
I shipped my first feature at Ghost: Inbox Links. When a member enters their email to log in or sign up, we now show a button that takes them straight to their inbox. In addition to shipping a neat feature, I also enjoyed learning about MX records and RFC-compliant email address parsing. The source code for the main logic is here.
I was surprised to learn that gzip streams encode which operating system did the compression. I built a little tool, “gzpeek”, to inspect this metadata (and more).
The 40th anniversary of the original Legend of Zelda was this month, and I wanted a calendar feed for other game anniversaries, so I made one. Oracle of Ages and Oracle of Seasons just turned 25 yesterday! Speaking of, I wrote a few articles for Zelda Dungeon as usual.
Cool links from online
An incredible stunt: a game written in HTML and CSS. “No JavaScript or server-side code is used.”
Best description of LLMs I’ve seen so far: “When you enter text into [ChatGPT], you’re asking ‘What would a response to this sound like?’”
Seems like it’s better for your programming career to be bullish on AI, according to “AI skepticism is a quiet career killer”.
“Countries are growing uneasy about their dependence on US technology firms”, which the US is trying to stop. We deserve to lose this battle.
“The lack of European billion-dollar technology companies leads people to forget the technology invented here that instead embraced openness: the web, Linux, Raspberry Pi, Open StreetMap, the Fediverse.”
Someone has decided to pick up a retro video game instead of doom scrolling.
“This isn’t about paranoia. It’s about understanding the trade-offs we make when we leave wireless radios enabled on our devices. For some use cases, Bluetooth is essential. For others, it’s just convenience. Being aware of what you’re exposing is the first step to making informed decisions about which category your devices fall into.” From “What Your Bluetooth Devices Reveal About You”.
“I want to break down how [Content Security Policy] actually works and, more importantly, where people screw it up.”
“The research […] did not find a single example where popular tools such as Google’s Gemini or Microsoft’s Copilot were leading to a ‘material, verifiable, and substantial’ reduction in planet-heating emissions.”
First read the term “openwashing”, which describes the process of using the word “open” as marketing. OpenAI and Android are examples of this. See “Acting ethically in an imperfect world”.
Hope you had a good February.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み