Add: 02/23 AIヘッドライン(夕刊)
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 25s
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 25s
This commit is contained in:
parent
5438f2fdef
commit
e504d6f8e6
188
docs/2026-02-23-evening-headline/index.md
Normal file
188
docs/2026-02-23-evening-headline/index.md
Normal file
@ -0,0 +1,188 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 100
|
||||||
|
title: 02/23 AIヘッドライン(夕刊)
|
||||||
|
description: 2026年2月23日のAI関連ニュースまとめ
|
||||||
|
---
|
||||||
|
|
||||||
|
# 02/23 AIヘッドライン(夕刊)
|
||||||
|
|
||||||
|
2026年2月23日に話題になったAI関連のニュースをまとめました。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🔥 落合陽一氏がClaude Codeでローカル版コーディングエージェント「vibe-local」を一晩で作成
|
||||||
|
|
||||||
|
**元ツイート**: [@ochyai](https://x.com/ochyai/status/2025737696409370757)
|
||||||
|
|
||||||
|
### 概要
|
||||||
|
|
||||||
|
落合陽一氏がClaude Codeに「クロードコードを作って」と指示して寝たところ、朝起きたらローカルで動作するコーディングエージェント「vibe-local」が完成していた。
|
||||||
|
|
||||||
|
### 深掘り
|
||||||
|
|
||||||
|
- 「あ…ありのまま今起こった事を話すぜ!クロードコードにクロードコード作ってって言って寝たら、朝起きたらクロードコードが出来てたんだ…」とジョジョ風に報告
|
||||||
|
- 既にコミュニティが参加し、OpenAI Compatible API対応への改修も進行中
|
||||||
|
- MacBook Pro M4 Maxでの動作が前提
|
||||||
|
|
||||||
|
### ポイント
|
||||||
|
|
||||||
|
AIがAIを作る時代が本格的に到来。一晩で機能するツールが完成するスピード感に注目。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🛡️ Claude Codeのコマンドリスク表示ツール「claude-code-explain-risk」公開
|
||||||
|
|
||||||
|
**元ツイート**: [@wataame](https://x.com/wataame/status/2025768950848770249)
|
||||||
|
|
||||||
|
### 概要
|
||||||
|
|
||||||
|
ターミナル初心者向けに、Claude Codeでコマンド許可を求められた際にリスクレベル(低・中・高)と説明を日本語で表示するツールが公開された。
|
||||||
|
|
||||||
|
### 深掘り
|
||||||
|
|
||||||
|
- **インストール**: `npx claude-code-explain-risk` の1コマンドで導入可能
|
||||||
|
- **リスクレベル**:
|
||||||
|
- 🔴 高リスク: `rm -rf`、`git push`、`sudo`、`ssh` など
|
||||||
|
- 🟡 中リスク: `npm install`、`git commit`、`python3` など
|
||||||
|
- 🟢 低リスク: `ls`、`cat`、`git status` など(表示なしで通過)
|
||||||
|
- 150以上のコマンドに対応
|
||||||
|
- Claude Code の PreToolUse フック機能を活用
|
||||||
|
- 日本語・英語自動切り替え対応
|
||||||
|
|
||||||
|
### ポイント
|
||||||
|
|
||||||
|
Claude Code初心者でも安心して使えるようになる便利ツール。何を許可しているか分からないまま操作する不安を解消。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📜 「ソフトウェア開発ライフサイクルは死んだ」- AI時代の開発プロセス変革
|
||||||
|
|
||||||
|
**元ツイート**: [@iwashi86](https://x.com/iwashi86/status/2025710423060910455)
|
||||||
|
|
||||||
|
### 概要
|
||||||
|
|
||||||
|
Cloudflare Workers ObservabilityリードのBoris Tane氏の記事「The Software Development Lifecycle Is Dead」の詳細な日本語要約がバズっている。
|
||||||
|
|
||||||
|
### 深掘り
|
||||||
|
|
||||||
|
記事の主要ポイント:
|
||||||
|
|
||||||
|
- **SDLCの崩壊**: 要件定義→設計→実装→テスト→デプロイ→監視という従来の直線的プロセスが消滅
|
||||||
|
- **工程の融合**: AIエージェントにより全工程が一つに融合
|
||||||
|
- **人間の役割変化**:
|
||||||
|
- タイピング作業 → AIへ委譲
|
||||||
|
- 人間は「意図」と「文脈」の提供に集中
|
||||||
|
- **コードレビューの終焉**: AIが1日数百のPRを作成する世界では人間のレビューはボトルネック
|
||||||
|
- **監視の重要性向上**: 事前チェックがなくなるため、監視が最後の安全網に
|
||||||
|
|
||||||
|
### ポイント
|
||||||
|
|
||||||
|
PRレビュー文化が時代遅れになるという指摘が衝撃的。「監視だけが生き残る工程」という視点は今後の開発体制設計に示唆的。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🖥️ Mac Studio vs RTX 6000 Pro:ローカルLLMベンチマーク比較
|
||||||
|
|
||||||
|
**元ツイート**: [@ClementPillette](https://x.com/ClementPillette/status/2025621140362625145)
|
||||||
|
|
||||||
|
### 概要
|
||||||
|
|
||||||
|
Qwen3.5-397B-A17B(262Kコンテキスト)を使ったMac StudioとGPUワークステーションの詳細比較ベンチマークが公開された。
|
||||||
|
|
||||||
|
### 深掘り
|
||||||
|
|
||||||
|
| 構成 | 価格 | 速度 | 消費電力 | 騒音 |
|
||||||
|
|------|------|------|----------|------|
|
||||||
|
| Mac Studio M3 Ultra 512GB | €14,500 | 35 tok/s | 120W | ~15 dBA |
|
||||||
|
| 4× RTX PRO 6000 (384GB) | €45,000 | 46.9 tok/s | 1,100W | 51 dBA |
|
||||||
|
|
||||||
|
- **エネルギー効率**: Macが6.7倍効率的
|
||||||
|
- **3年間のTCO差**: 約€40,000(電気代含む)
|
||||||
|
- **騒音**: Macは実質無音、ワークステーションは掃除機レベル
|
||||||
|
|
||||||
|
### ポイント
|
||||||
|
|
||||||
|
ローカルAIエージェント用途では、性能よりもTCOと静音性でMac Studioに軍配。「Mac派じゃなかったけど認めざるを得ない」というコメントが印象的。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📚 Google ScholarがChrome拡張機能をリリース、AI要約機能搭載
|
||||||
|
|
||||||
|
**元ツイート**: [@drlion1111](https://x.com/drlion1111/status/2025732098288685090)
|
||||||
|
|
||||||
|
### 概要
|
||||||
|
|
||||||
|
Google Scholarの公式Chrome拡張機能がリリース。論文PDFを開くだけでAI要約が自動表示される。
|
||||||
|
|
||||||
|
### 深掘り
|
||||||
|
|
||||||
|
- **機能**: 論文のAI要約を自動生成
|
||||||
|
- **対象**: Google Chrome向け無料拡張機能
|
||||||
|
- **連携**: Google Scholarと直接統合
|
||||||
|
- **想定ユーザー**: 医師、研究者
|
||||||
|
|
||||||
|
### ポイント
|
||||||
|
|
||||||
|
論文読みの効率が格段に向上。無料で使えるGoogleの公式ツールとして信頼性も高い。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 👨💻 Claude Code開発者の実際のワークフロー:10-15セッション並列実行
|
||||||
|
|
||||||
|
**元ツイート**: [@heygurisingh](https://x.com/heygurisingh/status/2025572300658287030)
|
||||||
|
|
||||||
|
### 概要
|
||||||
|
|
||||||
|
Claude Codeを開発したBoris Cherny氏本人の日常ワークフローが公開され、大きな反響を呼んでいる。
|
||||||
|
|
||||||
|
### 深掘り
|
||||||
|
|
||||||
|
- **並列セッション数**: 毎日10-15のClaudeセッションを同時実行
|
||||||
|
- **内訳**:
|
||||||
|
- ターミナルで5セッション
|
||||||
|
- Webブラウザで5-10セッション
|
||||||
|
- **特徴**: 全セッションが同時にコードを出力
|
||||||
|
- **意図**: 「1つのAIにプロンプトを投げて待つ」のではなく、複数を並列で回す
|
||||||
|
|
||||||
|
### ポイント
|
||||||
|
|
||||||
|
開発者本人の使い方が「量産型」であることが判明。Claude Codeのベストプラクティスとして参考になる。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 💰 AIツール組み合わせでYouTube月156万円収益化
|
||||||
|
|
||||||
|
**元ツイート**: [@fiction_log](https://x.com/fiction_log/status/2025822304496918776)
|
||||||
|
|
||||||
|
### 概要
|
||||||
|
|
||||||
|
複数のAIツールを組み合わせたYouTubeチャンネルが、1ヶ月で月間1,564,316円の収益化に成功。
|
||||||
|
|
||||||
|
### 深掘り
|
||||||
|
|
||||||
|
**使用ツールスタック**:
|
||||||
|
1. **Claude** - スクリプト作成
|
||||||
|
2. **ElevenLabs** - 音声合成
|
||||||
|
3. **NanoBanana** - 画像生成
|
||||||
|
4. **Kling AI** - 画像からアニメーション生成
|
||||||
|
5. **CapCut** - 動画編集
|
||||||
|
|
||||||
|
### ポイント
|
||||||
|
|
||||||
|
各AIツールの役割分担が明確で、再現可能な具体的ワークフローとして参考になる。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## まとめ
|
||||||
|
|
||||||
|
今日の注目ポイント:
|
||||||
|
|
||||||
|
- 🚀 **AIがAIを作る**: 落合陽一氏のvibe-localプロジェクトが象徴的
|
||||||
|
- 🔧 **開発者体験の向上**: Claude Codeのリスク表示ツールなど周辺エコシステムが充実
|
||||||
|
- 📉 **SDLCの終焉**: コードレビューがボトルネック化する未来への警鐘
|
||||||
|
- 💻 **ハードウェア選定**: ローカルLLMにはMac Studioがコスパ・静音性で優位
|
||||||
|
- 📖 **研究効率化**: Google Scholar拡張で論文読みが加速
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
*情報は2026年2月23日時点のものです。*
|
||||||
@ -13,6 +13,7 @@ slug: /
|
|||||||
毎日のAI関連ニュースをまとめています。
|
毎日のAI関連ニュースをまとめています。
|
||||||
|
|
||||||
- [02/23 AIヘッドライン](/blog/2026-02-23-morning-headline/) 🆕
|
- [02/23 AIヘッドライン](/blog/2026-02-23-morning-headline/) 🆕
|
||||||
|
- [02/23 AIヘッドライン(夕刊)](/blog/2026-02-23-evening-headline/)
|
||||||
- [02/22 AIヘッドライン(夕刊)](/blog/2026-02-22-evening-headline/)
|
- [02/22 AIヘッドライン(夕刊)](/blog/2026-02-22-evening-headline/)
|
||||||
- [02/21 AIヘッドライン(朝)](/blog/2026-02-21-morning-headline/)
|
- [02/21 AIヘッドライン(朝)](/blog/2026-02-21-morning-headline/)
|
||||||
- [02/21 AIヘッドライン(夕)](/blog/2026-02-21-evening-headline/)
|
- [02/21 AIヘッドライン(夕)](/blog/2026-02-21-evening-headline/)
|
||||||
|
|||||||
@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
|
|||||||
const config: Config = {
|
const config: Config = {
|
||||||
title: '雑記 by swallow',
|
title: '雑記 by swallow',
|
||||||
tagline: '技術・思考・作ったもの',
|
tagline: '技術・思考・作ったもの',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.svg',
|
||||||
|
|
||||||
future: {
|
future: {
|
||||||
v4: true,
|
v4: true,
|
||||||
@ -58,6 +58,10 @@ const config: Config = {
|
|||||||
respectPrefersColorScheme: true,
|
respectPrefersColorScheme: true,
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
|
logo: {
|
||||||
|
alt: 'swallow logo',
|
||||||
|
src: 'img/favicon.svg',
|
||||||
|
},
|
||||||
title: '雑記 by swallow',
|
title: '雑記 by swallow',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|||||||
24
static/img/favicon.svg
Normal file
24
static/img/favicon.svg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="sky" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||||
|
<stop offset="0%" style="stop-color:#0ea5e9"/>
|
||||||
|
<stop offset="100%" style="stop-color:#2563eb"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
|
||||||
|
<!-- 背景 -->
|
||||||
|
<rect width="512" height="512" fill="url(#sky)" rx="80"/>
|
||||||
|
|
||||||
|
<!-- 幾何学ツバメ(三角形ベース) -->
|
||||||
|
<g transform="translate(256, 256)" fill="white">
|
||||||
|
<!-- 左翼(大三角) -->
|
||||||
|
<polygon points="-20,-10 -200,-120 -60,30"/>
|
||||||
|
<!-- 右翼(大三角) -->
|
||||||
|
<polygon points="20,-10 200,-120 60,30"/>
|
||||||
|
<!-- ボディ(菱形) -->
|
||||||
|
<polygon points="0,-40 50,20 0,60 -50,20"/>
|
||||||
|
<!-- 尾(2つの三角) -->
|
||||||
|
<polygon points="-20,50 -80,160 0,100"/>
|
||||||
|
<polygon points="20,50 80,160 0,100"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 853 B |
Loading…
x
Reference in New Issue
Block a user