クロウド(Claude)便利だよ!って話
今回も推しの武智さんの記事をサンプルにクロウド凄いよ!!
って記事を書きます。
投資とは、未来を信じることではない。自分の判断に責任を持つことだ。
武智倫太郎:note特別寄稿コラム
『15分』で出資を決める男と、『1時間』で粉飾を完成させる男
2021年、ソフトバンクグループ創業者・孫正義は、インドネシアのスタートアップ創業者ギブラン・フザイファとビデオ通話で面会した。所要時間わずか15分。出資を即決。
一方その頃、ギブランはオフィスの片隅で、『資金が3ヶ月で尽きる』と焦り、わずか1時間で財務報告を粉飾し、数字をでっちあげた。
見事なまでのシンクロである。
この部分をClaudeに読み込ませて
SVG形式で画像を出力してみると、いい感じの図が出力されます!

SVGのコードは下記の通りです。
<svg viewBox="0 0 800 600" xmlns="http://www.w3.org/2000/svg">
<!-- 背景 -->
<rect width="800" height="600" fill="#121212" rx="0" ry="0"/>
<!-- ヘッダー部分 - 投資の本質 -->
<rect x="0" y="0" width="800" height="150" rx="0" ry="0" fill="#1a1a1a"/>
<text x="400" y="65" font-family="Arial, sans-serif" font-size="30" font-weight="bold" text-anchor="middle" fill="#e0e0e0">投資とは、未来を信じることではない。</text>
<text x="400" y="110" font-family="Arial, sans-serif" font-size="30" font-weight="bold" text-anchor="middle" fill="#e0e0e0">自分の判断に責任を持つことだ。</text>
<!-- 著者情報 -->
<text x="400" y="145" font-family="Arial, sans-serif" font-size="18" font-style="italic" text-anchor="middle" fill="#909090">武智倫太郎:note特別寄稿コラム</text>
<!-- タイトル部分 -->
<rect x="50" y="180" width="700" height="80" rx="0" ry="0" fill="#2a2a2a"/>
<text x="400" y="215" font-family="Arial, sans-serif" font-size="26" font-weight="bold" text-anchor="middle" fill="#ffcc00">『15分』で出資を決める男と、</text>
<text x="400" y="245" font-family="Arial, sans-serif" font-size="26" font-weight="bold" text-anchor="middle" fill="#ffcc00">『1時間』で粉飾を完成させる男</text>
<!-- 二人の対比 -->
<g transform="translate(0, 280)">
<!-- 分割線 -->
<line x1="400" y1="0" x2="400" y2="300" stroke="#444" stroke-width="2"/>
<!-- 左側:孫正義 -->
<rect x="0" y="0" width="400" height="300" fill="#1a1a1a" opacity="0.5"/>
<circle cx="200" cy="70" r="50" fill="#3a3a3a"/>
<text x="200" y="77" font-family="Arial, sans-serif" font-size="18" text-anchor="middle" fill="#e0e0e0">孫正義</text>
<rect x="50" y="130" width="300" height="70" rx="5" ry="5" fill="#222" stroke="#666" stroke-width="1"/>
<text x="200" y="165" font-family="Arial, sans-serif" font-size="24" font-weight="bold" text-anchor="middle" fill="#e0e0e0">15分の面会</text>
<text x="200" y="195" font-family="Arial, sans-serif" font-size="22" text-anchor="middle" fill="#ffcc00">出資を即決</text>
<!-- 時計のシンボル -->
<circle cx="200" cy="250" r="30" fill="none" stroke="#ffcc00" stroke-width="2"/>
<line x1="200" y1="250" x2="200" y2="230" stroke="#ffcc00" stroke-width="2"/>
<line x1="200" y1="250" x2="215" y2="250" stroke="#ffcc00" stroke-width="2"/>
<text x="200" y="290" font-family="Arial, sans-serif" font-size="16" text-anchor="middle" fill="#e0e0e0">15分</text>
<!-- 右側:ギブラン -->
<rect x="400" y="0" width="400" height="300" fill="#1a1a1a" opacity="0.8"/>
<circle cx="600" cy="70" r="50" fill="#3a3a3a"/>
<text x="600" y="77" font-family="Arial, sans-serif" font-size="18" text-anchor="middle" fill="#e0e0e0">ギブラン</text>
<rect x="450" y="130" width="300" height="70" rx="5" ry="5" fill="#222" stroke="#666" stroke-width="1"/>
<text x="600" y="165" font-family="Arial, sans-serif" font-size="24" font-weight="bold" text-anchor="middle" fill="#e0e0e0">1時間の作業</text>
<text x="600" y="195" font-family="Arial, sans-serif" font-size="22" text-anchor="middle" fill="#ff4444">財務報告の粉飾</text>
<!-- 時計のシンボル -->
<circle cx="600" cy="250" r="30" fill="none" stroke="#ff4444" stroke-width="2"/>
<line x1="600" y1="250" x2="600" y2="230" stroke="#ff4444" stroke-width="2"/>
<line x1="600" y1="250" x2="615" y2="250" stroke="#ff4444" stroke-width="2"/>
<text x="600" y="290" font-family="Arial, sans-serif" font-size="16" text-anchor="middle" fill="#e0e0e0">1時間</text>
</g>
<!-- フッターテキスト -->
<rect x="100" y="580" width="600" height="20" rx="0" ry="0" fill="#1a1a1a" opacity="0.8"/>
<text x="400" y="595" font-family="Arial, sans-serif" font-size="14" text-anchor="middle" fill="#909090">*2021年、インドネシアのスタートアップへの投資事例</text>
<!-- 装飾要素:上昇と下降のグラフ -->
<path d="M50,220 L100,200 L150,210 L200,180 L250,160" stroke="#ffcc00" stroke-width="2" fill="none"/>
<path d="M550,220 L600,240 L650,270 L700,290 L750,320" stroke="#ff4444" stroke-width="2" fill="none"/>
<!-- 装飾:ドル記号 -->
<text x="50" y="160" font-family="Arial, sans-serif" font-size="30" font-weight="bold" text-anchor="middle" fill="#ffcc00">$</text>
<text x="750" y="160" font-family="Arial, sans-serif" font-size="30" font-weight="bold" text-anchor="middle" fill="#ff4444">$</text>
</svg>なにが便利かというと、SVGなので、その後の編集も簡単ということです!

全てのパーツにわかれるので!
※パワーポイントでもばらせます!

Chatgptにも編集機能はありますが、微調整が出来ないのでエンタメ資料としては良いですが実際の資料としてはまだまだ使いにくい点がありますね。
※すごくいいんですよ。 すごくいいけど、欲をいえばです!

ちなみにChatGPTのSVG形式の出力はびっくりするぐらい使えないです(;^_^A
#武智倫太郎 #投資とは #noteコラム #スタートアップ投資 #孫正義
#15分の決断 #粉飾決算 #スタートアップ裏話 #SVG活用術 #Claudeすごい
#ChatGPTあるある #AI図解 #ビジュアル資料 #エンタメ資料 #投資と責任
