spinny:~/writing $ less microsoft-build-2026-agent-native-development.md
12Microsoft Build 2026 の裏にあったメッセージはかなり明確でした。次の software agent の段階は、きれいな chat box ではありません。agent に机、checklist、sandbox、そして責任者を与えることです。34公式のシグナルは [Microsoft Build 2026 live blog](https://news.microsoft.com/build-2026-live-blog/microsoft-build-2026-live/)、Microsoft の [AI alone won't change your business. The system running it will](https://blogs.microsoft.com/blog/2026/06/02/ai-alone-wont-change-your-business-the-system-running-it-will/)、GitHub の [GitHub Copilot app](https://github.blog/news-insights/product-news/github-copilot-app-the-agent-native-desktop-experience/) から来ています。まとめて読むと、agent は開発システムの外側ではなく内側に入り始めています。56## 役に立つ部分は、良い意味で地味78patch を書ける agent は面白いです。でも、isolated worktree で作業し、checks を走らせ、trace を残し、pull request を開き、正しい approval gate で止まれる agent の方がはるかに有用です。910Build 2026 で見えた変化はこれです。魔法を少なく、運用モデルを多く。GitHub Copilot app は agent work の control room のように見えます。sessions、repositories、issues、pull requests、parallel tasks が一か所にあります。worktree は特に良い細部です。各試行が別空間にあるので、比較、破棄、採用がしやすくなります。1112## Sandbox は脇役ではない1314agent が code を実行できるなら、安全に間違える場所が必要です。local や cloud sandbox はそのためにあります。laptop や production を実験場にせずに試せる。1516派手ではありません。でも demo と workflow の差はここです。良い agent は test を走らせ、失敗を読み、再試行し、何が変わったかを示せるべきです。同時に、失敗が小さく済むよう制限されているべきです。1718## Review がボトルネックになる1920agentic development の罠は、agent が増えれば shipped work も増えると思うことです。実際には、疲れた reviewer の前に pull request が増えるだけかもしれません。2122私は三つを測ります。reviewer の時間を節約しているか。生成された変更が babysitting なしで checks を通るか。trace が diff を信頼できるほど reasoning を説明しているか。2324reviewer が毎回ゼロから推理を復元するなら、その workflow はまだ完成していません。負担の場所を変えただけです。2526## どこから始めるか2728私は退屈で境界のある task から始めます。dependency update、test fix、小さな refactor、review comment への対応、release notes、強い test のある migration。2930各 task には isolation、checks、trace、人間の merge decision を求めます。agent は足を使う仕事をする。結果の owner はチームのままです。3132## 私の見方3334Build 2026 は agent-native development を slogan ではなく operations の問題に見せました。勝つのは agent に全部任せるチームではありません。agent が進めても trace を隠さない system を設計できるチームです。3536## 参考3738- [Microsoft Build 2026 live blog](https://news.microsoft.com/build-2026-live-blog/microsoft-build-2026-live/)39- [Microsoft: AI alone won't change your business](https://blogs.microsoft.com/blog/2026/06/02/ai-alone-wont-change-your-business-the-system-running-it-will/)40- [GitHub: Copilot app, the agent-native desktop experience](https://github.blog/news-insights/product-news/github-copilot-app-the-agent-native-desktop-experience/)41
:Microsoft Build 2026 と agent-native 開発への静かな移行lines 1-41 (END) — press q to close