<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Stratum Praxis</title>
    <description>The latest articles on DEV Community by Stratum Praxis (@stratumpraxis).</description>
    <link>https://dev.to/stratumpraxis</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4093395%2Fae2e954c-5aab-404b-a5af-51c29bb2cb01.png</url>
      <title>DEV Community: Stratum Praxis</title>
      <link>https://dev.to/stratumpraxis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stratumpraxis"/>
    <language>en</language>
    <item>
      <title>AI codingは速いのに売上が増えない理由 CodexをRevenue Loopへ接続する</title>
      <dc:creator>Stratum Praxis</dc:creator>
      <pubDate>Sun, 13 Sep 2026 00:02:07 +0000</pubDate>
      <link>https://dev.to/stratumpraxis/ai-codinghasu-inonimai-shang-gazeng-enaili-you-codexworevenue-loophejie-sok-suru-18ej</link>
      <guid>https://dev.to/stratumpraxis/ai-codinghasu-inonimai-shang-gazeng-enaili-you-codexworevenue-loophejie-sok-suru-18ej</guid>
      <description>&lt;p&gt;Codexのようなcoding agentを使うと、実装速度は上げやすくなります。&lt;/p&gt;

&lt;p&gt;Repositoryを読み、commandsを実行し、testsを回し、変更を出す。&lt;/p&gt;

&lt;p&gt;OpenAI自身もCodexを、repository内で開発作業を進めるcoding agentとして説明しています。&lt;/p&gt;

&lt;p&gt;でも、ここには大きな勘違いがあります。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;実装速度が上がることと、Revenueが増えることは同じではありません。&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  BUILDとREVENUEを分ける
&lt;/h2&gt;

&lt;p&gt;AI codingを使うと、完成物が増えます。&lt;/p&gt;

&lt;p&gt;LP。&lt;br&gt;
Web tool。&lt;br&gt;
記事。&lt;br&gt;
Checkout。&lt;br&gt;
自動化。&lt;/p&gt;

&lt;p&gt;ところが、&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;BUILD
SHIP
SIGNAL
REVENUE
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;は全部別です。&lt;/p&gt;

&lt;p&gt;LPを作ったらBUILD。&lt;br&gt;
公開したらSHIP。&lt;br&gt;
人がCTAを押したらSIGNAL。&lt;br&gt;
Purchaseが確認できて初めてREVENUE。&lt;/p&gt;

&lt;p&gt;この区別がないと、コードの量が事業の進捗に見えてしまいます。&lt;/p&gt;
&lt;h2&gt;
  
  
  GitHubから始めない
&lt;/h2&gt;

&lt;p&gt;以前は、&lt;/p&gt;

&lt;p&gt;Idea&lt;br&gt;
→ GitHub&lt;br&gt;
→ Build&lt;br&gt;
→ Deploy&lt;/p&gt;

&lt;p&gt;で進めがちでした。&lt;/p&gt;

&lt;p&gt;今は順番を変えます。&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;市場
↓
GitHub
↓
外部行動
↓
Buyer
↓
Revenue
↓
GitHub
↓
学習
↺
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;最初に見るのは市場です。&lt;/p&gt;

&lt;p&gt;誰が困っているか。&lt;br&gt;
何にお金が払われているか。&lt;br&gt;
どこでBuyerが止まっているか。&lt;/p&gt;

&lt;p&gt;そのSignalを受けて、既存Assetの最小変更だけを実装します。&lt;/p&gt;

&lt;h2&gt;
  
  
  Codexへ渡す仕事を変える
&lt;/h2&gt;

&lt;p&gt;「この機能を作って」ではなく、&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;このBuyer SignalをRevenueへ1段近づけるために、既存Assetのどこを最小変更すべきか確認し、実装・検証・Evidence保存まで進める&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;という仕事へ変えます。&lt;/p&gt;

&lt;p&gt;Codexの得意な実装能力を、制作量ではなくRevenue Distanceへ向けます。&lt;/p&gt;

&lt;h2&gt;
  
  
  新しいものを作らない
&lt;/h2&gt;

&lt;p&gt;AI codingで怖いのは、作るコストが下がったことで、作る理由まで軽くなることです。&lt;/p&gt;

&lt;p&gt;次の場合は、新商品を作らない方がよい可能性があります。&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;既存Assetで需要を受けられる&lt;/li&gt;
&lt;li&gt;CTAが壊れているだけ&lt;/li&gt;
&lt;li&gt;Buyerがまだ確認できていない&lt;/li&gt;
&lt;li&gt;Checkoutより手前で止まっている&lt;/li&gt;
&lt;li&gt;Purchase Evidenceがない&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;先に直す、出す、話す、計測する。&lt;/p&gt;

&lt;p&gt;同じ欠損が繰り返しEvidenceとして出てから、新しいAssetを検討します。&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHubへ戻すのは売上ではなく学習
&lt;/h2&gt;

&lt;p&gt;RevenueそのもののSource of Truthは、Stripeや販売プラットフォームです。&lt;/p&gt;

&lt;p&gt;GitHubへ戻すのは、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;何を変えたか&lt;/li&gt;
&lt;li&gt;どんな外部行動をしたか&lt;/li&gt;
&lt;li&gt;Human Signalが出たか&lt;/li&gt;
&lt;li&gt;どこで落ちたか&lt;/li&gt;
&lt;li&gt;次に何を変えるか&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;という学習可能な差分です。&lt;/p&gt;

&lt;p&gt;これでGitHubはコード置き場ではなく、次の外部行動を改善するための実装Evidenceになります。&lt;/p&gt;

&lt;h2&gt;
  
  
  AIを増やす前に、Revenue Loopを閉じる
&lt;/h2&gt;

&lt;p&gt;新しいAgent、新しいTool、新しい自動化を増やす前に、&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Market → Build → Ship → Signal → Revenue → Learn&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;が一周するかを見る。&lt;/p&gt;

&lt;p&gt;Revenueが出なければ、それはAIが失敗したとは限りません。&lt;/p&gt;

&lt;p&gt;市場、Offer、Distribution、Timingなど、外部要因もあります。&lt;/p&gt;

&lt;p&gt;だからこそ、Code VolumeではなくExternal Evidenceを見る必要があります。&lt;/p&gt;

&lt;p&gt;実際にCodexへ渡せるRevenue Task Template、Evidence Pack、STOP条件、7日間Sprintは既存の有料noteへ追記しています。&lt;/p&gt;

&lt;p&gt;&lt;a href="https://note.com/deft_eel6718/n/n6643ede87ad3" rel="noopener noreferrer"&gt;https://note.com/deft_eel6718/n/n6643ede87ad3&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;p&gt;OpenAI Codex:&lt;br&gt;
&lt;a href="https://openai.com/index/introducing-codex/" rel="noopener noreferrer"&gt;https://openai.com/index/introducing-codex/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Running Codex safely at OpenAI:&lt;br&gt;
&lt;a href="https://openai.com/index/running-codex-safely/" rel="noopener noreferrer"&gt;https://openai.com/index/running-codex-safely/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>business</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AIで作る前に、Revenueの詰まりを直す 売れないパイプの診断法</title>
      <dc:creator>Stratum Praxis</dc:creator>
      <pubDate>Sun, 13 Sep 2026 00:02:03 +0000</pubDate>
      <link>https://dev.to/stratumpraxis/aidezuo-ruqian-ni-revenuenojie-mariwozhi-su-mai-renaipaipunozhen-duan-fa-3b3p</link>
      <guid>https://dev.to/stratumpraxis/aidezuo-ruqian-ni-revenuenojie-mariwozhi-su-mai-renaipaipunozhen-duan-fa-3b3p</guid>
      <description>&lt;p&gt;AIで作れるものが増えると、売上が出ないときの反応も変わります。&lt;/p&gt;

&lt;p&gt;以前なら、制作コストが高いので簡単には新商品を増やせませんでした。&lt;/p&gt;

&lt;p&gt;今は数時間で、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;記事&lt;/li&gt;
&lt;li&gt;LP&lt;/li&gt;
&lt;li&gt;Tool&lt;/li&gt;
&lt;li&gt;PDF&lt;/li&gt;
&lt;li&gt;小さなSaaS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;を作れてしまいます。&lt;/p&gt;

&lt;p&gt;そのため、売れないときに「次のものを作る」という行動が取りやすくなります。&lt;/p&gt;

&lt;p&gt;でもRevenue Routeがすでにあるなら、先に見るべきなのは新商品ではなく&lt;strong&gt;Drop&lt;/strong&gt;です。&lt;/p&gt;

&lt;h2&gt;
  
  
  Revenueを細かく見る
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Impression
↓
Visit
↓
Useful Action
↓
CTA
↓
Checkout
↓
Purchase
↓
Repeat
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;このどこで落ちているかで、直す場所が変わります。&lt;/p&gt;

&lt;h2&gt;
  
  
  Impressionはある、Visitがない
&lt;/h2&gt;

&lt;p&gt;Title、thumbnail、search intent、distribution channelを見る。&lt;/p&gt;

&lt;p&gt;この状態でCheckoutを改善しても、そこまで人が来ていません。&lt;/p&gt;

&lt;h2&gt;
  
  
  Visitはある、CTAがない
&lt;/h2&gt;

&lt;p&gt;無料Valueと有料Offerのつながりを見る。&lt;/p&gt;

&lt;p&gt;「役に立った。でも次はいらない」状態になっていないかを確認します。&lt;/p&gt;

&lt;h2&gt;
  
  
  CTAはある、Checkoutがない
&lt;/h2&gt;

&lt;p&gt;Price shock、Offer説明、Destination、信頼を見る。&lt;/p&gt;

&lt;h2&gt;
  
  
  Checkoutはある、Purchaseがない
&lt;/h2&gt;

&lt;p&gt;最後の摩擦を見ます。&lt;/p&gt;

&lt;p&gt;ただし、自分のtest clickやvalidation trafficが混ざっていないかを先に確認します。&lt;/p&gt;

&lt;h2&gt;
  
  
  LikeやReplyはRevenueではない
&lt;/h2&gt;

&lt;p&gt;運用では、途中の反応を分けます。&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Like = Human Signal
Visit = Human Signal
Reply = Human Signal
CTA = Human Signal
Checkout = Strong Signal
Purchase = Revenue
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;この区別を厳しくすると、「反応があったから売れているはず」という判断を避けやすくなります。&lt;/p&gt;

&lt;h2&gt;
  
  
  新商品を作る前の条件
&lt;/h2&gt;

&lt;p&gt;新商品を検討するのは、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;同じPainが反復している&lt;/li&gt;
&lt;li&gt;既存Assetでは解決できない&lt;/li&gt;
&lt;li&gt;Human Signalがある&lt;/li&gt;
&lt;li&gt;不足が複数回Evidenceとして出た&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;ときです。&lt;/p&gt;

&lt;p&gt;「AIで作れそう」は理由にしません。&lt;/p&gt;

&lt;h2&gt;
  
  
  72時間だけ直す
&lt;/h2&gt;

&lt;p&gt;一つのRouteを無限改善しないために、&lt;/p&gt;

&lt;p&gt;0〜24時間でDropを特定。&lt;br&gt;
24〜48時間で最小修正。&lt;br&gt;
48〜72時間で外部反応を見る。&lt;/p&gt;

&lt;p&gt;動かなければ、同じ場所を何度も直さず、上流または別Routeへ移ります。&lt;/p&gt;

&lt;h2&gt;
  
  
  重要なのは一番Revenueに近い0点
&lt;/h2&gt;

&lt;p&gt;Trafficが足りない。&lt;br&gt;
CTAが弱い。&lt;br&gt;
Checkoutが落ちる。&lt;br&gt;
Purchaseがない。&lt;/p&gt;

&lt;p&gt;全部を同時に直す必要はありません。&lt;/p&gt;

&lt;p&gt;今のRouteで、&lt;strong&gt;Revenueに一番近い欠損&lt;/strong&gt;を一つだけ選ぶ。&lt;/p&gt;

&lt;p&gt;それが、AIの制作能力を「作る量」ではなく「Revenueへ近づく修正」へ向ける方法です。&lt;/p&gt;

&lt;p&gt;完全なLeak Diagnosis Matrix、Weekly Pipeline Sheet、Route Switching Ruleは既存の有料noteに追記しています。&lt;/p&gt;

&lt;p&gt;&lt;a href="https://note.com/deft_eel6718/n/nc120a3159186" rel="noopener noreferrer"&gt;https://note.com/deft_eel6718/n/nc120a3159186&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>business</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AIを増やす前に、引き継ぎを作る ChatGPT・Claude・Codexを止めないHandoff設計</title>
      <dc:creator>Stratum Praxis</dc:creator>
      <pubDate>Sun, 13 Sep 2026 00:01:26 +0000</pubDate>
      <link>https://dev.to/stratumpraxis/aiwozeng-yasuqian-ni-yin-kiji-giwozuo-ru-chatgptclaudecodexwozhi-menaihandoffshe-ji-47c8</link>
      <guid>https://dev.to/stratumpraxis/aiwozeng-yasuqian-ni-yin-kiji-giwozuo-ru-chatgptclaudecodexwozhi-menaihandoffshe-ji-47c8</guid>
      <description>&lt;p&gt;ChatGPT、Claude、Codexを使い分けると、できることは増えます。&lt;/p&gt;

&lt;p&gt;ところがAIを増やした後に、人間側の仕事が減らないことがあります。&lt;/p&gt;

&lt;p&gt;原因の一つは、モデル性能ではなく&lt;strong&gt;仕事の受け渡し&lt;/strong&gt;です。&lt;/p&gt;

&lt;p&gt;ChatGPTで調べた内容をClaudeへ説明し直す。&lt;br&gt;
Claudeで決めた仕様をCodexへ渡す。&lt;br&gt;
Codexが実装した後、「どこまで本当に終わったのか」をもう一度確認する。&lt;/p&gt;

&lt;p&gt;個々のAIは速くても、この引き継ぎが毎回人間頼みなら、全体の流れはそこで止まります。&lt;/p&gt;
&lt;h2&gt;
  
  
  継続機能があっても、別のAIへ状態が自動移植されるわけではない
&lt;/h2&gt;

&lt;p&gt;現在のAIツールには、継続作業を支える仕組みがあります。&lt;/p&gt;

&lt;p&gt;ChatGPTのProjectsでは、プロジェクト内のチャット、ファイル、指示などをまとめ、継続的な作業コンテキストとして利用できます。&lt;/p&gt;

&lt;p&gt;Claude CodeにもCLAUDE.mdなどのプロジェクトメモリや、会話をcontinue / resumeする仕組みがあります。&lt;/p&gt;

&lt;p&gt;これらは便利です。&lt;/p&gt;

&lt;p&gt;しかし、ChatGPTの状態がそのままClaudeへ、Claudeの状態がそのままCodexへ、さらに実装結果が外部サービスへ自動的に同じ意味で引き継がれるわけではありません。&lt;/p&gt;

&lt;p&gt;別の担当・別のセッション・別の実行環境をまたぐときには、共有できる形へ状態を落とす必要があります。&lt;/p&gt;
&lt;h2&gt;
  
  
  会話の要約より「現在状態」を渡す
&lt;/h2&gt;

&lt;p&gt;引き継ぎでありがちなのが、過去の会話を長く要約する方法です。&lt;/p&gt;

&lt;p&gt;でも次の担当が本当に知りたいのは、歴史全部ではありません。&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;最終目的&lt;/li&gt;
&lt;li&gt;現在地&lt;/li&gt;
&lt;li&gt;作業済み&lt;/li&gt;
&lt;li&gt;何を根拠に確認したか&lt;/li&gt;
&lt;li&gt;未完了&lt;/li&gt;
&lt;li&gt;すでに却下した案&lt;/li&gt;
&lt;li&gt;次にやること&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;です。&lt;/p&gt;

&lt;p&gt;特に重要なのは、&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DONEとVERIFIEDを分けること。&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;「記事を書いた」はDONE。&lt;br&gt;
「noteで公開URLを確認した」はVERIFIED。&lt;/p&gt;

&lt;p&gt;「コードを書いた」はDONE。&lt;br&gt;
「Productionで動作を確認した」はVERIFIED。&lt;/p&gt;

&lt;p&gt;「Checkoutを開いた」はDONEでも、Purchaseではありません。&lt;/p&gt;

&lt;p&gt;この区別がないと、AIの自己申告がそのまま次工程へ渡り、途中状態が完成状態として扱われやすくなります。&lt;/p&gt;
&lt;h2&gt;
  
  
  HandoffだけでなくAcceptanceを作る
&lt;/h2&gt;

&lt;p&gt;引き継ぎ文書を作るだけでも不十分です。&lt;/p&gt;

&lt;p&gt;送り手が間違えている可能性があるからです。&lt;/p&gt;

&lt;p&gt;そこで、&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WORK → HANDOFF → ACCEPTANCE → WORK&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;という流れにします。&lt;/p&gt;

&lt;p&gt;受け手は、引き継ぎを読んだらすぐ新しい仕事を始めず、重要ファイル、URL、テスト結果などを確認します。&lt;/p&gt;

&lt;p&gt;そのうえで、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ACCEPTED&lt;/li&gt;
&lt;li&gt;ACCEPTED WITH CORRECTIONS&lt;/li&gt;
&lt;li&gt;REJECTED&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;のどれかを返します。&lt;/p&gt;

&lt;p&gt;この一段を入れることで、「前のAIが言っていたから」という理由だけで状態が引き継がれるのを防ぎやすくなります。&lt;/p&gt;
&lt;h2&gt;
  
  
  GitHubは会話置き場ではなく、実装Evidenceの受け渡し地点にする
&lt;/h2&gt;

&lt;p&gt;GitHubへAIとの会話を全部保存する必要はありません。&lt;/p&gt;

&lt;p&gt;残す価値が高いのは、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;変更されたファイル&lt;/li&gt;
&lt;li&gt;commit&lt;/li&gt;
&lt;li&gt;test result&lt;/li&gt;
&lt;li&gt;実装上の決定&lt;/li&gt;
&lt;li&gt;再現できるEvidence&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;です。&lt;/p&gt;

&lt;p&gt;RevenueそのものはStripeなどのCommerce側がSource of Truthになります。&lt;/p&gt;

&lt;p&gt;GitHubへ戻すのは、何を変えた結果、どんな市場反応が出たかという&lt;strong&gt;学習可能な差分&lt;/strong&gt;です。&lt;/p&gt;

&lt;p&gt;すると全体は、&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;市場
↓
GitHub / 実装
↓
外部行動
↓
Buyer
↓
Revenue
↓
Evidence
↓
GitHubへ学習可能な差分
↓
次の外部行動
↺
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;という循環にできます。&lt;/p&gt;

&lt;h2&gt;
  
  
  役割を増やすより、受け渡しを固定する
&lt;/h2&gt;

&lt;p&gt;AI活用では、新しいモデル、新しいAgent、新しい自動化ツールを追加したくなります。&lt;/p&gt;

&lt;p&gt;でも、既存のAI同士で仕事が正しく渡っていないなら、人数を増やすほど交通整理が増える可能性があります。&lt;/p&gt;

&lt;p&gt;先に固定したいのは、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;誰が考えるか&lt;/li&gt;
&lt;li&gt;誰が実装するか&lt;/li&gt;
&lt;li&gt;何をEvidenceとするか&lt;/li&gt;
&lt;li&gt;誰が受け取るか&lt;/li&gt;
&lt;li&gt;どの状態なら次へ進めるか&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;です。&lt;/p&gt;

&lt;p&gt;この設計ができてから、必要なAIだけ追加する方が扱いやすくなります。&lt;/p&gt;

&lt;h2&gt;
  
  
  実際に使えるテンプレート
&lt;/h2&gt;

&lt;p&gt;既存のVector有料noteでは、ここで扱った考え方を実務へ落とした、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI引き継ぎ票&lt;/li&gt;
&lt;li&gt;受入確認フォーマット&lt;/li&gt;
&lt;li&gt;DONE / VERIFIED分類&lt;/li&gt;
&lt;li&gt;ChatGPT → Claude例&lt;/li&gt;
&lt;li&gt;Claude → Codex例&lt;/li&gt;
&lt;li&gt;Codex → ChatGPT / MARKET例&lt;/li&gt;
&lt;li&gt;状態不一致のCorrection Rule&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;を追加しています。&lt;/p&gt;

&lt;p&gt;既存記事:&lt;br&gt;
&lt;a href="https://note.com/deft_eel6718/n/ncaff8351e529" rel="noopener noreferrer"&gt;https://note.com/deft_eel6718/n/ncaff8351e529&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;テンプレートが不要なら、このGhost記事の考え方だけでも十分始められます。&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;p&gt;OpenAI Projects:&lt;br&gt;
&lt;a href="https://help.openai.com/en/articles/10169521-projects-in-chatgpt" rel="noopener noreferrer"&gt;https://help.openai.com/en/articles/10169521-projects-in-chatgpt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Claude Code memory:&lt;br&gt;
&lt;a href="https://docs.anthropic.com/zh-CN/docs/claude-code/memory" rel="noopener noreferrer"&gt;https://docs.anthropic.com/zh-CN/docs/claude-code/memory&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Claude Code CLI:&lt;br&gt;
&lt;a href="https://docs.anthropic.com/en/docs/claude-code/cli-usage" rel="noopener noreferrer"&gt;https://docs.anthropic.com/en/docs/claude-code/cli-usage&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Claude Code handoff request:&lt;br&gt;
&lt;a href="https://github.com/anthropics/claude-code/issues/11455" rel="noopener noreferrer"&gt;https://github.com/anthropics/claude-code/issues/11455&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/anthropics/claude-code/issues/59492" rel="noopener noreferrer"&gt;https://github.com/anthropics/claude-code/issues/59492&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>business</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AI社員を増やす前に、権限と停止条件を決める Agent Operating Constitution</title>
      <dc:creator>Stratum Praxis</dc:creator>
      <pubDate>Sun, 13 Sep 2026 00:01:25 +0000</pubDate>
      <link>https://dev.to/stratumpraxis/aishe-yuan-wozeng-yasuqian-ni-quan-xian-toting-zhi-tiao-jian-wojue-meru-agent-operating-constitution-1hh3</link>
      <guid>https://dev.to/stratumpraxis/aishe-yuan-wozeng-yasuqian-ni-quan-xian-toting-zhi-tiao-jian-wojue-meru-agent-operating-constitution-1hh3</guid>
      <description>&lt;p&gt;AIに役割を付けるのは簡単です。&lt;/p&gt;

&lt;p&gt;Research担当。&lt;br&gt;
Writer担当。&lt;br&gt;
Sales担当。&lt;br&gt;
QA担当。&lt;/p&gt;

&lt;p&gt;でもRole名だけでは運用になりません。&lt;/p&gt;

&lt;p&gt;必要なのは、&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Role + Permission + Approval + Evidence + Escalation + Stop&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;です。&lt;/p&gt;
&lt;h2&gt;
  
  
  Role名より境界を決める
&lt;/h2&gt;

&lt;p&gt;AIに「営業担当」と名前を付けても、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;誰へ送っていいか&lt;/li&gt;
&lt;li&gt;何件まで送っていいか&lt;/li&gt;
&lt;li&gt;どの内容なら自動送信してよいか&lt;/li&gt;
&lt;li&gt;契約条件を変更してよいか&lt;/li&gt;
&lt;li&gt;どこで人間確認が必要か&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;が決まっていなければ危険です。&lt;/p&gt;
&lt;h2&gt;
  
  
  Actionを3段階に分ける
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;GREEN
低リスク。自動実行可。

YELLOW
条件付き。Evidenceまたは承認が必要。

RED
高リスク。Human Gateまたは禁止。
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;すべてをAIに任せる必要も、すべて人間が確認する必要もありません。&lt;/p&gt;
&lt;h2&gt;
  
  
  Human Gateを決める
&lt;/h2&gt;

&lt;p&gt;たとえば、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Money&lt;/li&gt;
&lt;li&gt;Identity&lt;/li&gt;
&lt;li&gt;Contract&lt;/li&gt;
&lt;li&gt;Sensitive Data&lt;/li&gt;
&lt;li&gt;Irreversible Change&lt;/li&gt;
&lt;li&gt;High Reputation Risk&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;は明示的な承認対象にする。&lt;/p&gt;

&lt;p&gt;一方、公開情報のResearchや低リスクの反復処理は、利用中のサービスとpolicyが許す範囲で自動化できます。&lt;/p&gt;
&lt;h2&gt;
  
  
  Evidence Contractを作る
&lt;/h2&gt;

&lt;p&gt;AIの「完了しました」をそのまま信じません。&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;記事を書いた = DONE
public URLを確認 = VERIFIED

code changed = DONE
test / target environment確認 = VERIFIED

CTA click = SIGNAL
Purchase = REVENUE
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Roleごとに完了の意味を揃えることで、次工程へ誤った状態が渡りにくくなります。&lt;/p&gt;

&lt;h2&gt;
  
  
  Escalationを整える
&lt;/h2&gt;

&lt;p&gt;Agentが止まったとき、&lt;/p&gt;

&lt;p&gt;「どうしますか？」&lt;/p&gt;

&lt;p&gt;だけでは人間の仕事が増えます。&lt;/p&gt;

&lt;p&gt;最低限、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Goal&lt;/li&gt;
&lt;li&gt;Current State&lt;/li&gt;
&lt;li&gt;Blocker&lt;/li&gt;
&lt;li&gt;Evidence&lt;/li&gt;
&lt;li&gt;Options&lt;/li&gt;
&lt;li&gt;Recommended&lt;/li&gt;
&lt;li&gt;Human Action&lt;/li&gt;
&lt;li&gt;Resume Point&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;を返させる。&lt;/p&gt;

&lt;p&gt;これなら人間はGateだけ越え、AIはそこから再開できます。&lt;/p&gt;

&lt;h2&gt;
  
  
  FailureはTraceへ変える
&lt;/h2&gt;

&lt;p&gt;失敗をゼロにするのではなく、&lt;/p&gt;

&lt;p&gt;Detect → Stop → Preserve → Classify → Rollback → Learn → Resume&lt;/p&gt;

&lt;p&gt;の流れを用意します。&lt;/p&gt;

&lt;p&gt;同じ失敗が繰り返されないよう、Failure Traceを次のEvalやRegression Testへ変える。&lt;/p&gt;

&lt;h2&gt;
  
  
  Agentを増やさない
&lt;/h2&gt;

&lt;p&gt;新しいAgentは、同じ欠損が何度も起き、既存Roleでは処理できないことがEvidenceで確認されたときだけ追加します。&lt;/p&gt;

&lt;p&gt;「面白そう」「便利そう」は理由にしません。&lt;/p&gt;

&lt;h2&gt;
  
  
  AIを社員のように扱う本当の意味
&lt;/h2&gt;

&lt;p&gt;人格を付けることではありません。&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;担当範囲&lt;/li&gt;
&lt;li&gt;権限&lt;/li&gt;
&lt;li&gt;禁止事項&lt;/li&gt;
&lt;li&gt;完了条件&lt;/li&gt;
&lt;li&gt;Evidence&lt;/li&gt;
&lt;li&gt;Escalation&lt;/li&gt;
&lt;li&gt;Stop条件&lt;/li&gt;
&lt;li&gt;Outcome&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;を持たせることです。&lt;/p&gt;

&lt;p&gt;完全版のAgent Role Charter、Permission Matrix、Approval Gate、Evidence Contract、Failure / Rollback Protocolは既存noteへ追記しています。&lt;/p&gt;

&lt;p&gt;&lt;a href="https://note.com/deft_eel6718/n/nfce5ac047c15" rel="noopener noreferrer"&gt;https://note.com/deft_eel6718/n/nfce5ac047c15&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;p&gt;Running Codex safely at OpenAI:&lt;br&gt;
&lt;a href="https://openai.com/index/running-codex-safely/" rel="noopener noreferrer"&gt;https://openai.com/index/running-codex-safely/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;OpenAI Presence:&lt;br&gt;
&lt;a href="https://openai.com/index/introducing-openai-presence/" rel="noopener noreferrer"&gt;https://openai.com/index/introducing-openai-presence/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;OpenAI Presence Help:&lt;br&gt;
&lt;a href="https://help.openai.com/en/articles/20001405" rel="noopener noreferrer"&gt;https://help.openai.com/en/articles/20001405&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>business</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AI codingは速いのに売上が増えない理由 CodexをRevenue Loopへ接続する</title>
      <dc:creator>Stratum Praxis</dc:creator>
      <pubDate>Sat, 12 Sep 2026 22:16:10 +0000</pubDate>
      <link>https://dev.to/stratumpraxis/ai-codinghasu-inonimai-shang-gazeng-enaili-you-codexworevenue-loophejie-sok-suru-pc8</link>
      <guid>https://dev.to/stratumpraxis/ai-codinghasu-inonimai-shang-gazeng-enaili-you-codexworevenue-loophejie-sok-suru-pc8</guid>
      <description>&lt;p&gt;Codexのようなcoding agentを使うと、実装速度は上げやすくなります。&lt;/p&gt;

&lt;p&gt;Repositoryを読み、commandsを実行し、testsを回し、変更を出す。&lt;/p&gt;

&lt;p&gt;OpenAI自身もCodexを、repository内で開発作業を進めるcoding agentとして説明しています。&lt;/p&gt;

&lt;p&gt;でも、ここには大きな勘違いがあります。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;実装速度が上がることと、Revenueが増えることは同じではありません。&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  BUILDとREVENUEを分ける
&lt;/h2&gt;

&lt;p&gt;AI codingを使うと、完成物が増えます。&lt;/p&gt;

&lt;p&gt;LP。&lt;br&gt;
Web tool。&lt;br&gt;
記事。&lt;br&gt;
Checkout。&lt;br&gt;
自動化。&lt;/p&gt;

&lt;p&gt;ところが、&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;BUILD
SHIP
SIGNAL
REVENUE
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;は全部別です。&lt;/p&gt;

&lt;p&gt;LPを作ったらBUILD。&lt;br&gt;
公開したらSHIP。&lt;br&gt;
人がCTAを押したらSIGNAL。&lt;br&gt;
Purchaseが確認できて初めてREVENUE。&lt;/p&gt;

&lt;p&gt;この区別がないと、コードの量が事業の進捗に見えてしまいます。&lt;/p&gt;
&lt;h2&gt;
  
  
  GitHubから始めない
&lt;/h2&gt;

&lt;p&gt;以前は、&lt;/p&gt;

&lt;p&gt;Idea&lt;br&gt;
→ GitHub&lt;br&gt;
→ Build&lt;br&gt;
→ Deploy&lt;/p&gt;

&lt;p&gt;で進めがちでした。&lt;/p&gt;

&lt;p&gt;今は順番を変えます。&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;市場
↓
GitHub
↓
外部行動
↓
Buyer
↓
Revenue
↓
GitHub
↓
学習
↺
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;最初に見るのは市場です。&lt;/p&gt;

&lt;p&gt;誰が困っているか。&lt;br&gt;
何にお金が払われているか。&lt;br&gt;
どこでBuyerが止まっているか。&lt;/p&gt;

&lt;p&gt;そのSignalを受けて、既存Assetの最小変更だけを実装します。&lt;/p&gt;

&lt;h2&gt;
  
  
  Codexへ渡す仕事を変える
&lt;/h2&gt;

&lt;p&gt;「この機能を作って」ではなく、&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;このBuyer SignalをRevenueへ1段近づけるために、既存Assetのどこを最小変更すべきか確認し、実装・検証・Evidence保存まで進める&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;という仕事へ変えます。&lt;/p&gt;

&lt;p&gt;Codexの得意な実装能力を、制作量ではなくRevenue Distanceへ向けます。&lt;/p&gt;

&lt;h2&gt;
  
  
  新しいものを作らない
&lt;/h2&gt;

&lt;p&gt;AI codingで怖いのは、作るコストが下がったことで、作る理由まで軽くなることです。&lt;/p&gt;

&lt;p&gt;次の場合は、新商品を作らない方がよい可能性があります。&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;既存Assetで需要を受けられる&lt;/li&gt;
&lt;li&gt;CTAが壊れているだけ&lt;/li&gt;
&lt;li&gt;Buyerがまだ確認できていない&lt;/li&gt;
&lt;li&gt;Checkoutより手前で止まっている&lt;/li&gt;
&lt;li&gt;Purchase Evidenceがない&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;先に直す、出す、話す、計測する。&lt;/p&gt;

&lt;p&gt;同じ欠損が繰り返しEvidenceとして出てから、新しいAssetを検討します。&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHubへ戻すのは売上ではなく学習
&lt;/h2&gt;

&lt;p&gt;RevenueそのもののSource of Truthは、Stripeや販売プラットフォームです。&lt;/p&gt;

&lt;p&gt;GitHubへ戻すのは、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;何を変えたか&lt;/li&gt;
&lt;li&gt;どんな外部行動をしたか&lt;/li&gt;
&lt;li&gt;Human Signalが出たか&lt;/li&gt;
&lt;li&gt;どこで落ちたか&lt;/li&gt;
&lt;li&gt;次に何を変えるか&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;という学習可能な差分です。&lt;/p&gt;

&lt;p&gt;これでGitHubはコード置き場ではなく、次の外部行動を改善するための実装Evidenceになります。&lt;/p&gt;

&lt;h2&gt;
  
  
  AIを増やす前に、Revenue Loopを閉じる
&lt;/h2&gt;

&lt;p&gt;新しいAgent、新しいTool、新しい自動化を増やす前に、&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Market → Build → Ship → Signal → Revenue → Learn&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;が一周するかを見る。&lt;/p&gt;

&lt;p&gt;Revenueが出なければ、それはAIが失敗したとは限りません。&lt;/p&gt;

&lt;p&gt;市場、Offer、Distribution、Timingなど、外部要因もあります。&lt;/p&gt;

&lt;p&gt;だからこそ、Code VolumeではなくExternal Evidenceを見る必要があります。&lt;/p&gt;

&lt;p&gt;実際にCodexへ渡せるRevenue Task Template、Evidence Pack、STOP条件、7日間Sprintは既存の有料noteへ追記しています。&lt;/p&gt;

&lt;p&gt;&lt;a href="https://note.com/deft_eel6718/n/n6643ede87ad3" rel="noopener noreferrer"&gt;https://note.com/deft_eel6718/n/n6643ede87ad3&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;p&gt;OpenAI Codex:&lt;br&gt;
&lt;a href="https://openai.com/index/introducing-codex/" rel="noopener noreferrer"&gt;https://openai.com/index/introducing-codex/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Running Codex safely at OpenAI:&lt;br&gt;
&lt;a href="https://openai.com/index/running-codex-safely/" rel="noopener noreferrer"&gt;https://openai.com/index/running-codex-safely/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>business</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AIで作る前に、Revenueの詰まりを直す 売れないパイプの診断法</title>
      <dc:creator>Stratum Praxis</dc:creator>
      <pubDate>Sat, 12 Sep 2026 22:15:34 +0000</pubDate>
      <link>https://dev.to/stratumpraxis/aidezuo-ruqian-ni-revenuenojie-mariwozhi-su-mai-renaipaipunozhen-duan-fa-3l8j</link>
      <guid>https://dev.to/stratumpraxis/aidezuo-ruqian-ni-revenuenojie-mariwozhi-su-mai-renaipaipunozhen-duan-fa-3l8j</guid>
      <description>&lt;p&gt;AIで作れるものが増えると、売上が出ないときの反応も変わります。&lt;/p&gt;

&lt;p&gt;以前なら、制作コストが高いので簡単には新商品を増やせませんでした。&lt;/p&gt;

&lt;p&gt;今は数時間で、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;記事&lt;/li&gt;
&lt;li&gt;LP&lt;/li&gt;
&lt;li&gt;Tool&lt;/li&gt;
&lt;li&gt;PDF&lt;/li&gt;
&lt;li&gt;小さなSaaS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;を作れてしまいます。&lt;/p&gt;

&lt;p&gt;そのため、売れないときに「次のものを作る」という行動が取りやすくなります。&lt;/p&gt;

&lt;p&gt;でもRevenue Routeがすでにあるなら、先に見るべきなのは新商品ではなく&lt;strong&gt;Drop&lt;/strong&gt;です。&lt;/p&gt;

&lt;h2&gt;
  
  
  Revenueを細かく見る
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Impression
↓
Visit
↓
Useful Action
↓
CTA
↓
Checkout
↓
Purchase
↓
Repeat
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;このどこで落ちているかで、直す場所が変わります。&lt;/p&gt;

&lt;h2&gt;
  
  
  Impressionはある、Visitがない
&lt;/h2&gt;

&lt;p&gt;Title、thumbnail、search intent、distribution channelを見る。&lt;/p&gt;

&lt;p&gt;この状態でCheckoutを改善しても、そこまで人が来ていません。&lt;/p&gt;

&lt;h2&gt;
  
  
  Visitはある、CTAがない
&lt;/h2&gt;

&lt;p&gt;無料Valueと有料Offerのつながりを見る。&lt;/p&gt;

&lt;p&gt;「役に立った。でも次はいらない」状態になっていないかを確認します。&lt;/p&gt;

&lt;h2&gt;
  
  
  CTAはある、Checkoutがない
&lt;/h2&gt;

&lt;p&gt;Price shock、Offer説明、Destination、信頼を見る。&lt;/p&gt;

&lt;h2&gt;
  
  
  Checkoutはある、Purchaseがない
&lt;/h2&gt;

&lt;p&gt;最後の摩擦を見ます。&lt;/p&gt;

&lt;p&gt;ただし、自分のtest clickやvalidation trafficが混ざっていないかを先に確認します。&lt;/p&gt;

&lt;h2&gt;
  
  
  LikeやReplyはRevenueではない
&lt;/h2&gt;

&lt;p&gt;運用では、途中の反応を分けます。&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Like = Human Signal
Visit = Human Signal
Reply = Human Signal
CTA = Human Signal
Checkout = Strong Signal
Purchase = Revenue
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;この区別を厳しくすると、「反応があったから売れているはず」という判断を避けやすくなります。&lt;/p&gt;

&lt;h2&gt;
  
  
  新商品を作る前の条件
&lt;/h2&gt;

&lt;p&gt;新商品を検討するのは、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;同じPainが反復している&lt;/li&gt;
&lt;li&gt;既存Assetでは解決できない&lt;/li&gt;
&lt;li&gt;Human Signalがある&lt;/li&gt;
&lt;li&gt;不足が複数回Evidenceとして出た&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;ときです。&lt;/p&gt;

&lt;p&gt;「AIで作れそう」は理由にしません。&lt;/p&gt;

&lt;h2&gt;
  
  
  72時間だけ直す
&lt;/h2&gt;

&lt;p&gt;一つのRouteを無限改善しないために、&lt;/p&gt;

&lt;p&gt;0〜24時間でDropを特定。&lt;br&gt;
24〜48時間で最小修正。&lt;br&gt;
48〜72時間で外部反応を見る。&lt;/p&gt;

&lt;p&gt;動かなければ、同じ場所を何度も直さず、上流または別Routeへ移ります。&lt;/p&gt;

&lt;h2&gt;
  
  
  重要なのは一番Revenueに近い0点
&lt;/h2&gt;

&lt;p&gt;Trafficが足りない。&lt;br&gt;
CTAが弱い。&lt;br&gt;
Checkoutが落ちる。&lt;br&gt;
Purchaseがない。&lt;/p&gt;

&lt;p&gt;全部を同時に直す必要はありません。&lt;/p&gt;

&lt;p&gt;今のRouteで、&lt;strong&gt;Revenueに一番近い欠損&lt;/strong&gt;を一つだけ選ぶ。&lt;/p&gt;

&lt;p&gt;それが、AIの制作能力を「作る量」ではなく「Revenueへ近づく修正」へ向ける方法です。&lt;/p&gt;

&lt;p&gt;完全なLeak Diagnosis Matrix、Weekly Pipeline Sheet、Route Switching Ruleは既存の有料noteに追記しています。&lt;/p&gt;

&lt;p&gt;&lt;a href="https://note.com/deft_eel6718/n/nc120a3159186" rel="noopener noreferrer"&gt;https://note.com/deft_eel6718/n/nc120a3159186&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>business</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AI Is Not Your Bottleneck. Your Organization Is.</title>
      <dc:creator>Stratum Praxis</dc:creator>
      <pubDate>Sat, 12 Sep 2026 22:15:30 +0000</pubDate>
      <link>https://dev.to/stratumpraxis/ai-is-not-your-bottleneck-your-organization-is-53kh</link>
      <guid>https://dev.to/stratumpraxis/ai-is-not-your-bottleneck-your-organization-is-53kh</guid>
      <description>&lt;p&gt;&lt;strong&gt;AI can now produce more work than many organizations can absorb. The next competitive advantage is not generation. It is throughput.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AI has become extraordinarily good at producing work.&lt;/p&gt;

&lt;p&gt;It can write the memo, generate the code, draft the campaign, summarize the research, design the workflow, propose the experiment, and produce ten alternatives before a human team has finished its first meeting.&lt;/p&gt;

&lt;p&gt;And yet a strange thing keeps happening inside companies adopting AI:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Output rises. Revenue does not rise with it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The usual response is to blame the model. Maybe the prompts need work. Maybe the company needs a stronger model, more context, another agent, or a better orchestration layer.&lt;/p&gt;

&lt;p&gt;Sometimes that is true.&lt;/p&gt;

&lt;p&gt;But increasingly, the model is not the bottleneck.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The organization is.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Before generative AI, production capacity was scarce. Research took time. Writing took time. Analysis, design, coding, coordination, and revision all consumed expensive human hours. Making any of those activities faster could create obvious value.&lt;/p&gt;

&lt;p&gt;AI changes that constraint. It makes many forms of production cheap and abundant.&lt;/p&gt;

&lt;p&gt;But abundance exposes everything downstream.&lt;/p&gt;

&lt;p&gt;The draft still needs a decision.&lt;br&gt;
The decision still needs an owner.&lt;br&gt;
The owner may still need approval.&lt;br&gt;
The approved work still needs to be shipped.&lt;br&gt;
The shipped work still needs distribution.&lt;br&gt;
The distribution still needs measurement.&lt;br&gt;
The measurement still needs to change the next action.&lt;/p&gt;

&lt;p&gt;The operating equation has changed:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;AI Output × Organizational Throughput = Business Value&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If organizational throughput is low, multiplying AI output produces surprisingly little economic value.&lt;/p&gt;

&lt;h2&gt;
  
  
  The bottleneck moved downstream
&lt;/h2&gt;

&lt;p&gt;Most AI strategies focus on the left side of the system:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prompt → Model → Output&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But businesses make money on the right side:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Output → Decision → Execution → Evidence → Revenue&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That distinction explains why a team can feel dramatically more productive while the economics barely move.&lt;/p&gt;

&lt;p&gt;The organization has built a faster factory feeding the same old loading dock.&lt;/p&gt;

&lt;p&gt;Ten reports arrive instead of one. Twenty campaign concepts appear instead of three. Hundreds of leads can be enriched. Dozens of product changes can be proposed.&lt;/p&gt;

&lt;p&gt;But if one manager must inspect everything, if publishing still requires five manual steps, if nobody owns the next action, or if analytics cannot connect execution to conversion, AI simply creates a larger queue.&lt;/p&gt;

&lt;p&gt;The faster generation becomes, the more visible that queue becomes.&lt;/p&gt;

&lt;p&gt;And eventually, &lt;strong&gt;the queue becomes the real product problem.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Faster AI makes organizational friction more expensive
&lt;/h2&gt;

&lt;p&gt;Consider a slow approval process.&lt;/p&gt;

&lt;p&gt;When one employee produces one proposal per day, a two-day approval delay is annoying.&lt;/p&gt;

&lt;p&gt;When an agent system can produce fifty proposals per hour, the same approval process becomes catastrophic. The organization cannot consume what its machines can produce.&lt;/p&gt;

&lt;p&gt;This is the paradox of AI leverage:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The faster generation becomes, the more expensive organizational friction becomes.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That means improving the model can actually make a poorly designed operating system feel worse. More intelligence enters the company, but the pathways that convert intelligence into action remain fixed.&lt;/p&gt;

&lt;p&gt;The result is not leverage. It is congestion.&lt;/p&gt;

&lt;p&gt;This is why adding another agent often disappoints. The company does not necessarily need another intelligence source. It may need a shorter path from intelligence to reality.&lt;/p&gt;

&lt;h2&gt;
  
  
  Throughput is the missing AI metric
&lt;/h2&gt;

&lt;p&gt;Companies measure AI adoption with convenient numbers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;hours saved;&lt;/li&gt;
&lt;li&gt;prompts run;&lt;/li&gt;
&lt;li&gt;assets generated;&lt;/li&gt;
&lt;li&gt;agents deployed;&lt;/li&gt;
&lt;li&gt;tasks automated.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those numbers describe production capacity. They do not necessarily describe business throughput.&lt;/p&gt;

&lt;p&gt;A more useful question is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;How quickly can a useful machine-generated signal become a verified real-world result?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That journey might look like this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Signal → Analysis → Decision → Action → Evidence → Revenue&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every handoff introduces latency. Every unclear owner introduces waiting. Every unnecessary approval introduces friction. Every manual copy-and-paste step creates dependency. Every missing measurement point makes the organization less capable of learning from what it shipped.&lt;/p&gt;

&lt;p&gt;Throughput therefore depends on more than model speed.&lt;/p&gt;

&lt;p&gt;It depends on whether the organization can decide, execute, verify, and learn at approximately the same speed that AI can generate.&lt;/p&gt;

&lt;p&gt;Most cannot yet.&lt;/p&gt;

&lt;h2&gt;
  
  
  The unit of automation should be the closed loop
&lt;/h2&gt;

&lt;p&gt;This changes what companies should automate.&lt;/p&gt;

&lt;p&gt;A weak automation looks like this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Request → Generate → Done&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The system produced something, so the automation is considered successful.&lt;/p&gt;

&lt;p&gt;But nothing necessarily changed in the world.&lt;/p&gt;

&lt;p&gt;A stronger automation looks like this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Goal → Generate → Decide → Execute → Verify → Measure → Improve&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The output is not the endpoint. It is an intermediate state.&lt;/p&gt;

&lt;p&gt;The workflow is complete only when the work reaches reality and the result can influence the next action.&lt;/p&gt;

&lt;p&gt;This is why the useful unit of AI automation is not the task.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It is the closed loop.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At minimum, an important AI workflow needs:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;A measurable objective.&lt;/strong&gt; Not “use AI,” but increase qualified leads, reduce resolution time, improve checkout completion, or raise retention.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A decision rule.&lt;/strong&gt; What happens when the system produces an answer? Who or what decides GO, ITERATE, REDIRECT, or KILL?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;An execution path.&lt;/strong&gt; The output must be able to change reality: publish, send, deploy, update, contact, deliver, or transact.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Evidence.&lt;/strong&gt; The action should leave proof: a public URL, commit, delivery receipt, event, lead, conversion, or payment.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A feedback loop.&lt;/strong&gt; Measurement must alter the next run. Otherwise automation is merely repetition.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Without these pieces, an AI agent is often just a very fast worker placing documents on somebody else's desk.&lt;/p&gt;

&lt;h2&gt;
  
  
  Human involvement should be intentional, not inherited
&lt;/h2&gt;

&lt;p&gt;None of this means removing humans from every workflow.&lt;/p&gt;

&lt;p&gt;Judgment, accountability, taste, relationships, ambiguity, and irreversible risk can justify human gates. In many cases they should.&lt;/p&gt;

&lt;p&gt;The important distinction is whether a human is present &lt;strong&gt;because the decision genuinely requires a human&lt;/strong&gt; or because the organization never redesigned an old process.&lt;/p&gt;

&lt;p&gt;A person approving a high-risk financial action may be essential.&lt;/p&gt;

&lt;p&gt;A person manually copying an approved paragraph from one system into another probably is not.&lt;/p&gt;

&lt;p&gt;A person deciding whether a sensitive public claim is appropriate may be essential.&lt;/p&gt;

&lt;p&gt;A person checking every routine output because the workflow has no explicit quality gate probably indicates a design problem.&lt;/p&gt;

&lt;p&gt;The objective is not maximum autonomy.&lt;/p&gt;

&lt;p&gt;It is &lt;strong&gt;minimum unnecessary dependency&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That principle matters because every unnecessary dependency becomes more expensive as AI production accelerates.&lt;/p&gt;

&lt;h2&gt;
  
  
  Measurement is part of throughput
&lt;/h2&gt;

&lt;p&gt;Execution alone is not enough.&lt;/p&gt;

&lt;p&gt;A company can automate publishing, outreach, product changes, or customer workflows and still remain strategically blind if it cannot connect those actions to outcomes.&lt;/p&gt;

&lt;p&gt;That means measurement cannot be bolted onto the system at the end.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Observability is part of organizational throughput.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A closed loop should be able to answer four questions:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What happened?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What evidence proves it happened?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What economic result followed?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What should change on the next run?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If the system cannot answer those questions, scaling automation may scale activity faster than knowledge.&lt;/p&gt;

&lt;p&gt;And activity without knowledge is a dangerous form of apparent progress.&lt;/p&gt;

&lt;h2&gt;
  
  
  The practical throughput test
&lt;/h2&gt;

&lt;p&gt;There is a simple way to find the real bottleneck in almost any AI workflow.&lt;/p&gt;

&lt;p&gt;Start with the model's output and ask:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;What happens next?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Then keep asking.&lt;/p&gt;

&lt;p&gt;Who reviews it?&lt;/p&gt;

&lt;p&gt;What decision is made?&lt;/p&gt;

&lt;p&gt;Who owns that decision?&lt;/p&gt;

&lt;p&gt;What system executes it?&lt;/p&gt;

&lt;p&gt;Does execution require another person?&lt;/p&gt;

&lt;p&gt;How does the work reach the customer or market?&lt;/p&gt;

&lt;p&gt;What proves that it happened?&lt;/p&gt;

&lt;p&gt;How is the outcome measured?&lt;/p&gt;

&lt;p&gt;What happens when the result is weak?&lt;/p&gt;

&lt;p&gt;Who owns the next action?&lt;/p&gt;

&lt;p&gt;Eventually you will reach a point where the workflow stops and waits.&lt;/p&gt;

&lt;p&gt;That waiting point is your constraint.&lt;/p&gt;

&lt;p&gt;It may be approval. It may be distribution. It may be missing permissions. It may be poor instrumentation. It may be unclear ownership. It may be a manual process nobody has questioned for three years.&lt;/p&gt;

&lt;p&gt;Whatever it is, improving that constraint may create more business value than another round of prompt optimization.&lt;/p&gt;

&lt;p&gt;Fix it.&lt;/p&gt;

&lt;p&gt;Run the loop again.&lt;/p&gt;

&lt;p&gt;Find the next constraint.&lt;/p&gt;

&lt;p&gt;Repeat.&lt;/p&gt;

&lt;h2&gt;
  
  
  The next AI advantage is organizational throughput
&lt;/h2&gt;

&lt;p&gt;The AI race is usually described as a race for intelligence.&lt;/p&gt;

&lt;p&gt;For model companies, that is largely true.&lt;/p&gt;

&lt;p&gt;For operating businesses, the more important race is becoming a race for throughput.&lt;/p&gt;

&lt;p&gt;Who can convert intelligence into a verified action fastest?&lt;/p&gt;

&lt;p&gt;Who can make decisions without unnecessary waiting?&lt;/p&gt;

&lt;p&gt;Who can execute without fragile manual handoffs?&lt;/p&gt;

&lt;p&gt;Who can prove what happened?&lt;/p&gt;

&lt;p&gt;Who can connect the result to revenue, cost, quality, or speed?&lt;/p&gt;

&lt;p&gt;Who can identify the next constraint and improve the loop without rebuilding the entire organization?&lt;/p&gt;

&lt;p&gt;As AI output becomes abundant, those capabilities become scarce.&lt;/p&gt;

&lt;p&gt;The winners will not necessarily be the companies with the largest collection of agents.&lt;/p&gt;

&lt;p&gt;They will be the companies with the shortest reliable distance between:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;intelligence → decision → action → evidence → revenue&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That is organizational throughput.&lt;/p&gt;

&lt;p&gt;And increasingly, &lt;strong&gt;that—not generation—is the real AI advantage.&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Stratum Praxis&lt;/strong&gt; explores AI systems, automation, and the operating infrastructure that turns machine intelligence into measurable business outcomes.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>business</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AIを増やす前に、引き継ぎを作る ChatGPT・Claude・Codexを止めないHandoff設計</title>
      <dc:creator>Stratum Praxis</dc:creator>
      <pubDate>Sat, 12 Sep 2026 22:14:23 +0000</pubDate>
      <link>https://dev.to/stratumpraxis/aiwozeng-yasuqian-ni-yin-kiji-giwozuo-ru-chatgptclaudecodexwozhi-menaihandoffshe-ji-4pgg</link>
      <guid>https://dev.to/stratumpraxis/aiwozeng-yasuqian-ni-yin-kiji-giwozuo-ru-chatgptclaudecodexwozhi-menaihandoffshe-ji-4pgg</guid>
      <description>&lt;p&gt;ChatGPT、Claude、Codexを使い分けると、できることは増えます。&lt;/p&gt;

&lt;p&gt;ところがAIを増やした後に、人間側の仕事が減らないことがあります。&lt;/p&gt;

&lt;p&gt;原因の一つは、モデル性能ではなく&lt;strong&gt;仕事の受け渡し&lt;/strong&gt;です。&lt;/p&gt;

&lt;p&gt;ChatGPTで調べた内容をClaudeへ説明し直す。&lt;br&gt;
Claudeで決めた仕様をCodexへ渡す。&lt;br&gt;
Codexが実装した後、「どこまで本当に終わったのか」をもう一度確認する。&lt;/p&gt;

&lt;p&gt;個々のAIは速くても、この引き継ぎが毎回人間頼みなら、全体の流れはそこで止まります。&lt;/p&gt;
&lt;h2&gt;
  
  
  継続機能があっても、別のAIへ状態が自動移植されるわけではない
&lt;/h2&gt;

&lt;p&gt;現在のAIツールには、継続作業を支える仕組みがあります。&lt;/p&gt;

&lt;p&gt;ChatGPTのProjectsでは、プロジェクト内のチャット、ファイル、指示などをまとめ、継続的な作業コンテキストとして利用できます。&lt;/p&gt;

&lt;p&gt;Claude CodeにもCLAUDE.mdなどのプロジェクトメモリや、会話をcontinue / resumeする仕組みがあります。&lt;/p&gt;

&lt;p&gt;これらは便利です。&lt;/p&gt;

&lt;p&gt;しかし、ChatGPTの状態がそのままClaudeへ、Claudeの状態がそのままCodexへ、さらに実装結果が外部サービスへ自動的に同じ意味で引き継がれるわけではありません。&lt;/p&gt;

&lt;p&gt;別の担当・別のセッション・別の実行環境をまたぐときには、共有できる形へ状態を落とす必要があります。&lt;/p&gt;
&lt;h2&gt;
  
  
  会話の要約より「現在状態」を渡す
&lt;/h2&gt;

&lt;p&gt;引き継ぎでありがちなのが、過去の会話を長く要約する方法です。&lt;/p&gt;

&lt;p&gt;でも次の担当が本当に知りたいのは、歴史全部ではありません。&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;最終目的&lt;/li&gt;
&lt;li&gt;現在地&lt;/li&gt;
&lt;li&gt;作業済み&lt;/li&gt;
&lt;li&gt;何を根拠に確認したか&lt;/li&gt;
&lt;li&gt;未完了&lt;/li&gt;
&lt;li&gt;すでに却下した案&lt;/li&gt;
&lt;li&gt;次にやること&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;です。&lt;/p&gt;

&lt;p&gt;特に重要なのは、&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DONEとVERIFIEDを分けること。&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;「記事を書いた」はDONE。&lt;br&gt;
「noteで公開URLを確認した」はVERIFIED。&lt;/p&gt;

&lt;p&gt;「コードを書いた」はDONE。&lt;br&gt;
「Productionで動作を確認した」はVERIFIED。&lt;/p&gt;

&lt;p&gt;「Checkoutを開いた」はDONEでも、Purchaseではありません。&lt;/p&gt;

&lt;p&gt;この区別がないと、AIの自己申告がそのまま次工程へ渡り、途中状態が完成状態として扱われやすくなります。&lt;/p&gt;
&lt;h2&gt;
  
  
  HandoffだけでなくAcceptanceを作る
&lt;/h2&gt;

&lt;p&gt;引き継ぎ文書を作るだけでも不十分です。&lt;/p&gt;

&lt;p&gt;送り手が間違えている可能性があるからです。&lt;/p&gt;

&lt;p&gt;そこで、&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WORK → HANDOFF → ACCEPTANCE → WORK&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;という流れにします。&lt;/p&gt;

&lt;p&gt;受け手は、引き継ぎを読んだらすぐ新しい仕事を始めず、重要ファイル、URL、テスト結果などを確認します。&lt;/p&gt;

&lt;p&gt;そのうえで、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ACCEPTED&lt;/li&gt;
&lt;li&gt;ACCEPTED WITH CORRECTIONS&lt;/li&gt;
&lt;li&gt;REJECTED&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;のどれかを返します。&lt;/p&gt;

&lt;p&gt;この一段を入れることで、「前のAIが言っていたから」という理由だけで状態が引き継がれるのを防ぎやすくなります。&lt;/p&gt;
&lt;h2&gt;
  
  
  GitHubは会話置き場ではなく、実装Evidenceの受け渡し地点にする
&lt;/h2&gt;

&lt;p&gt;GitHubへAIとの会話を全部保存する必要はありません。&lt;/p&gt;

&lt;p&gt;残す価値が高いのは、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;変更されたファイル&lt;/li&gt;
&lt;li&gt;commit&lt;/li&gt;
&lt;li&gt;test result&lt;/li&gt;
&lt;li&gt;実装上の決定&lt;/li&gt;
&lt;li&gt;再現できるEvidence&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;です。&lt;/p&gt;

&lt;p&gt;RevenueそのものはStripeなどのCommerce側がSource of Truthになります。&lt;/p&gt;

&lt;p&gt;GitHubへ戻すのは、何を変えた結果、どんな市場反応が出たかという&lt;strong&gt;学習可能な差分&lt;/strong&gt;です。&lt;/p&gt;

&lt;p&gt;すると全体は、&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;市場
↓
GitHub / 実装
↓
外部行動
↓
Buyer
↓
Revenue
↓
Evidence
↓
GitHubへ学習可能な差分
↓
次の外部行動
↺
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;という循環にできます。&lt;/p&gt;

&lt;h2&gt;
  
  
  役割を増やすより、受け渡しを固定する
&lt;/h2&gt;

&lt;p&gt;AI活用では、新しいモデル、新しいAgent、新しい自動化ツールを追加したくなります。&lt;/p&gt;

&lt;p&gt;でも、既存のAI同士で仕事が正しく渡っていないなら、人数を増やすほど交通整理が増える可能性があります。&lt;/p&gt;

&lt;p&gt;先に固定したいのは、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;誰が考えるか&lt;/li&gt;
&lt;li&gt;誰が実装するか&lt;/li&gt;
&lt;li&gt;何をEvidenceとするか&lt;/li&gt;
&lt;li&gt;誰が受け取るか&lt;/li&gt;
&lt;li&gt;どの状態なら次へ進めるか&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;です。&lt;/p&gt;

&lt;p&gt;この設計ができてから、必要なAIだけ追加する方が扱いやすくなります。&lt;/p&gt;

&lt;h2&gt;
  
  
  実際に使えるテンプレート
&lt;/h2&gt;

&lt;p&gt;既存のVector有料noteでは、ここで扱った考え方を実務へ落とした、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI引き継ぎ票&lt;/li&gt;
&lt;li&gt;受入確認フォーマット&lt;/li&gt;
&lt;li&gt;DONE / VERIFIED分類&lt;/li&gt;
&lt;li&gt;ChatGPT → Claude例&lt;/li&gt;
&lt;li&gt;Claude → Codex例&lt;/li&gt;
&lt;li&gt;Codex → ChatGPT / MARKET例&lt;/li&gt;
&lt;li&gt;状態不一致のCorrection Rule&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;を追加しています。&lt;/p&gt;

&lt;p&gt;既存記事:&lt;br&gt;
&lt;a href="https://note.com/deft_eel6718/n/ncaff8351e529" rel="noopener noreferrer"&gt;https://note.com/deft_eel6718/n/ncaff8351e529&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;テンプレートが不要なら、このGhost記事の考え方だけでも十分始められます。&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;p&gt;OpenAI Projects:&lt;br&gt;
&lt;a href="https://help.openai.com/en/articles/10169521-projects-in-chatgpt" rel="noopener noreferrer"&gt;https://help.openai.com/en/articles/10169521-projects-in-chatgpt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Claude Code memory:&lt;br&gt;
&lt;a href="https://docs.anthropic.com/zh-CN/docs/claude-code/memory" rel="noopener noreferrer"&gt;https://docs.anthropic.com/zh-CN/docs/claude-code/memory&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Claude Code CLI:&lt;br&gt;
&lt;a href="https://docs.anthropic.com/en/docs/claude-code/cli-usage" rel="noopener noreferrer"&gt;https://docs.anthropic.com/en/docs/claude-code/cli-usage&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Claude Code handoff request:&lt;br&gt;
&lt;a href="https://github.com/anthropics/claude-code/issues/11455" rel="noopener noreferrer"&gt;https://github.com/anthropics/claude-code/issues/11455&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/anthropics/claude-code/issues/59492" rel="noopener noreferrer"&gt;https://github.com/anthropics/claude-code/issues/59492&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>business</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AI社員を増やす前に、権限と停止条件を決める Agent Operating Constitution</title>
      <dc:creator>Stratum Praxis</dc:creator>
      <pubDate>Sat, 12 Sep 2026 22:14:22 +0000</pubDate>
      <link>https://dev.to/stratumpraxis/aishe-yuan-wozeng-yasuqian-ni-quan-xian-toting-zhi-tiao-jian-wojue-meru-agent-operating-constitution-51od</link>
      <guid>https://dev.to/stratumpraxis/aishe-yuan-wozeng-yasuqian-ni-quan-xian-toting-zhi-tiao-jian-wojue-meru-agent-operating-constitution-51od</guid>
      <description>&lt;p&gt;AIに役割を付けるのは簡単です。&lt;/p&gt;

&lt;p&gt;Research担当。&lt;br&gt;
Writer担当。&lt;br&gt;
Sales担当。&lt;br&gt;
QA担当。&lt;/p&gt;

&lt;p&gt;でもRole名だけでは運用になりません。&lt;/p&gt;

&lt;p&gt;必要なのは、&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Role + Permission + Approval + Evidence + Escalation + Stop&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;です。&lt;/p&gt;
&lt;h2&gt;
  
  
  Role名より境界を決める
&lt;/h2&gt;

&lt;p&gt;AIに「営業担当」と名前を付けても、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;誰へ送っていいか&lt;/li&gt;
&lt;li&gt;何件まで送っていいか&lt;/li&gt;
&lt;li&gt;どの内容なら自動送信してよいか&lt;/li&gt;
&lt;li&gt;契約条件を変更してよいか&lt;/li&gt;
&lt;li&gt;どこで人間確認が必要か&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;が決まっていなければ危険です。&lt;/p&gt;
&lt;h2&gt;
  
  
  Actionを3段階に分ける
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;GREEN
低リスク。自動実行可。

YELLOW
条件付き。Evidenceまたは承認が必要。

RED
高リスク。Human Gateまたは禁止。
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;すべてをAIに任せる必要も、すべて人間が確認する必要もありません。&lt;/p&gt;
&lt;h2&gt;
  
  
  Human Gateを決める
&lt;/h2&gt;

&lt;p&gt;たとえば、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Money&lt;/li&gt;
&lt;li&gt;Identity&lt;/li&gt;
&lt;li&gt;Contract&lt;/li&gt;
&lt;li&gt;Sensitive Data&lt;/li&gt;
&lt;li&gt;Irreversible Change&lt;/li&gt;
&lt;li&gt;High Reputation Risk&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;は明示的な承認対象にする。&lt;/p&gt;

&lt;p&gt;一方、公開情報のResearchや低リスクの反復処理は、利用中のサービスとpolicyが許す範囲で自動化できます。&lt;/p&gt;
&lt;h2&gt;
  
  
  Evidence Contractを作る
&lt;/h2&gt;

&lt;p&gt;AIの「完了しました」をそのまま信じません。&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;記事を書いた = DONE
public URLを確認 = VERIFIED

code changed = DONE
test / target environment確認 = VERIFIED

CTA click = SIGNAL
Purchase = REVENUE
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Roleごとに完了の意味を揃えることで、次工程へ誤った状態が渡りにくくなります。&lt;/p&gt;

&lt;h2&gt;
  
  
  Escalationを整える
&lt;/h2&gt;

&lt;p&gt;Agentが止まったとき、&lt;/p&gt;

&lt;p&gt;「どうしますか？」&lt;/p&gt;

&lt;p&gt;だけでは人間の仕事が増えます。&lt;/p&gt;

&lt;p&gt;最低限、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Goal&lt;/li&gt;
&lt;li&gt;Current State&lt;/li&gt;
&lt;li&gt;Blocker&lt;/li&gt;
&lt;li&gt;Evidence&lt;/li&gt;
&lt;li&gt;Options&lt;/li&gt;
&lt;li&gt;Recommended&lt;/li&gt;
&lt;li&gt;Human Action&lt;/li&gt;
&lt;li&gt;Resume Point&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;を返させる。&lt;/p&gt;

&lt;p&gt;これなら人間はGateだけ越え、AIはそこから再開できます。&lt;/p&gt;

&lt;h2&gt;
  
  
  FailureはTraceへ変える
&lt;/h2&gt;

&lt;p&gt;失敗をゼロにするのではなく、&lt;/p&gt;

&lt;p&gt;Detect → Stop → Preserve → Classify → Rollback → Learn → Resume&lt;/p&gt;

&lt;p&gt;の流れを用意します。&lt;/p&gt;

&lt;p&gt;同じ失敗が繰り返されないよう、Failure Traceを次のEvalやRegression Testへ変える。&lt;/p&gt;

&lt;h2&gt;
  
  
  Agentを増やさない
&lt;/h2&gt;

&lt;p&gt;新しいAgentは、同じ欠損が何度も起き、既存Roleでは処理できないことがEvidenceで確認されたときだけ追加します。&lt;/p&gt;

&lt;p&gt;「面白そう」「便利そう」は理由にしません。&lt;/p&gt;

&lt;h2&gt;
  
  
  AIを社員のように扱う本当の意味
&lt;/h2&gt;

&lt;p&gt;人格を付けることではありません。&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;担当範囲&lt;/li&gt;
&lt;li&gt;権限&lt;/li&gt;
&lt;li&gt;禁止事項&lt;/li&gt;
&lt;li&gt;完了条件&lt;/li&gt;
&lt;li&gt;Evidence&lt;/li&gt;
&lt;li&gt;Escalation&lt;/li&gt;
&lt;li&gt;Stop条件&lt;/li&gt;
&lt;li&gt;Outcome&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;を持たせることです。&lt;/p&gt;

&lt;p&gt;完全版のAgent Role Charter、Permission Matrix、Approval Gate、Evidence Contract、Failure / Rollback Protocolは既存noteへ追記しています。&lt;/p&gt;

&lt;p&gt;&lt;a href="https://note.com/deft_eel6718/n/nfce5ac047c15" rel="noopener noreferrer"&gt;https://note.com/deft_eel6718/n/nfce5ac047c15&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;p&gt;Running Codex safely at OpenAI:&lt;br&gt;
&lt;a href="https://openai.com/index/running-codex-safely/" rel="noopener noreferrer"&gt;https://openai.com/index/running-codex-safely/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;OpenAI Presence:&lt;br&gt;
&lt;a href="https://openai.com/index/introducing-openai-presence/" rel="noopener noreferrer"&gt;https://openai.com/index/introducing-openai-presence/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;OpenAI Presence Help:&lt;br&gt;
&lt;a href="https://help.openai.com/en/articles/20001405" rel="noopener noreferrer"&gt;https://help.openai.com/en/articles/20001405&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>business</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
