Daily Digest
テック日次ダイジェスト — 2026-06-06
2026年6月6日(土)
本日は Simon Willison が公開した「MicroPython + WebAssembly でつくる Python サンドボックス」が技術的な目玉です。wasmtime に MicroPython を載せて memory / CPU (fuel) / file / network を制御し、Datasette Agent のコード実行プラグインに実装するまでの設計判断が読みどころ。Anthropic からは Claude Partner Network の Services Track / Partner Hub 発表と、832 アカウントの悪用ログを MITRE ATT&CK にマップした年次サイバー脅威分析の 2 本。ハードでは Hackaday から ATtiny に 8080 エミュレータを載せた狂気プロジェクトと、S3 Virge の「3D Decelerator」評価を 30 年越しに検証する記事。国内コミュニティは Zenn から、社内ナレッジ流入を Claude Managed Agents で受け止める運用知見 (marin_a___, 148 Likes)、tmux を AI エージェント時代の必須端末多重化として再評価する記事 (nasubikun, 140 Likes)、データサイエンティスト向けに AGENTS.md と Skills を使い分ける green_tea の解説 (98 Likes)、RTX 4080 で 7 モデルを実測して「16GB VRAM の壁」を可視化したベンチマーク (seeda_yuto, 30 Likes) の 4 本立てです。
- 1
Running Python code in a sandbox with MicroPython and WASM
Simon Willison が、Datasette / LLM / sqlite-utils のプラグイン基盤に組み込めるサーバサイド Python サンドボックスを wasmtime + MicroPython の WASM ビルドで実装した alpha リリース「micropython-wasm」の解説。Pyodide はサーバサイド非対応のため、WASI 対応 PR を持つ MicroPython を選び、host function (78 行の C) と request queue/thread で対話的セッションを維持。memory limit と wasmtime の fuel (CPU 制限) を組み合わせ、`while True: s += "longer"` を 20M fuel で停止させるところまで実装している。Datasette Agent 用プラグイン datasette-agent-micropython も同時公開。
Simon Willison’s Weblogsimonwillison.netRunning Python code in a sandbox with MicroPython and WASM
I’ve been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characteristics …

- 2
Introducing the Services Track and Partner Hub of the Claude Partner Network
3 月発表の Claude Partner Network ($100M 投資) に、認定実績ベースで Select / Preferred / Global Premier の 3 ティアを設定する Services Track と、自社ティア状況と顧客の検索動線を兼ねる Claude Partner Hub を追加。40,000 社超が申請、10,000 名超が Claude Certified を取得済みで、Accenture (3 万人)・Cognizant (35 万人)・Deloitte (47 万人)・KPMG (27.6 万人)・Infosys・PwC が社内展開中。Partner Hub は MCP コネクタ経由で Claude から直接照会でき、認定実績・本番事例・公開ストーリーで評価される設計。
@AnthropicAIanthropic.comIntroducing the Services Track and Partner Hub of the Claude Partner Network
In March, we launched the Claude Partner Network, a program for the firms that help enterprises put Claude into production.. Today, we’re announcing two new components that make this ecosystem easier for customers to navigate.
- 3
What we learned mapping a year's worth of AI-enabled cyber threats
Anthropic Frontier Red Team が 2025/3〜2026/3 に BAN した悪用アカウント 832 件を MITRE ATT&CK にマッピングした年次レポート。攻撃者の AI 利用は初期侵入 (フィッシングは −8.6%) から侵入後の lateral movement / アカウント発見 (+8.9%) など後段へシフトし、6 か月で「中リスク以上」が 33% → 56% に倍増。技法数・利用 IF (Claude Code / API / chat) ではリスクが識別できず、攻撃チェーンを自律オーケストレートする scaffolding 設計が差分。MITRE ATT&CK にエージェント的自律実行の ID がない問題を MITRE と議論中。Verizon DBIR 2026 にも一部寄稿。
@AnthropicAIanthropic.comWhat we learned mapping a year’s worth of AI-enabled cyber threats
As AI transforms the nature of and methods behind cyberattacks, how well do the techniques and frameworks used by the security community hold up? In a new report, we seek to answer that question.
- 4
AI enthusiasts are in a race against time, AI skeptics are in a race against entropy
Charity Majors のエッセイを Simon Willison が link blog として紹介。AI 推進派は競合の速度に対する時間レース、懐疑派は読めない速度で出荷されたコードが信頼残高を食い潰すエントロピーとのレース、と両者が同じチームで別の実存的脅威を抱える構造を整理。両派にネイティブな feedback loop が存在しないため、「共有現実の修復」をリーダーシップ / エンジニアリング両面の設計問題として扱うべきだと論じる組織設計トピック。
Simon Willison’s Weblogsimonwillison.netAI enthusiasts are in a race against time, AI skeptics are in a race against entropy
Charity Majors neatly captures the dynamic between AI enthusiasts and AI skeptics, both of whom are trying to build great software, often in the same teams: The enthusiasts are not …
- 1
An Unlikely Host For An 8080 Emulator
ヴィンテージ MPU をエミュレートする際、通常は I/O ピンと処理性能を兼ね備えた現代 MCU が選ばれるが、本記事は ATtiny 系列に 8080 エミュレータを載せる試み。少ない RAM と限定的な命令セットの中で 8080 命令を解釈し、周辺 I/O を MCU の GPIO に割り当てる実装ノートが紹介されている。AVR 8 bit MCU の制約下で 70 年代 CPU を蘇らせる、教育・レトロ用途の良いリファレンス。
Hackadayhackaday.comAn Unlikely Host For An 8080 Emulator
To emulate vintage microprocessor hardware, it’s normal to find a modern host that provides alongside the number-crunching grunt, sufficient physical connections to interface with its support…

- 2
Investigating The S3 Virge's Reputation As A 3D Decelerator Card
1996 年に登場した S3 ViRGE は Tomb Raider 世代を境に「3D Decelerator」と揶揄されたが、本記事はそのレッテルが事実だったのかを当時のドライバ・API・ベンチで検証する。Direct3D 初期世代の対応状況、ピクセルフィルレートと当時のソフトレンダラとの実勢比較、Voodoo 1 が市場を変えた瞬間との時間差を踏まえ、ViRGE が「2D 主体・3D アクセラレート補助」の設計選択だったことを再評価する技術歴史記事。
Hackadayhackaday.comInvestigating The S3 Virge’s Reputation As A 3D Decelerator Card
Back in 1996 the 3D gaming market on PC was beginning to heat up, with hot new titles like Tomb Raider coming out that year and requiring much more graphics power than what was needed for old title…

- 1
Claude Managed Agentsで「まずエンジニアに聞こう」を「まずbotに聞こう」に変えた
Zenn で 148 Likes を集めた人気記事。社内 Slack に「まずエンジニアに聞こう」型の質問が集中する問題を、Anthropic Managed Agents で「まず bot に聞こう」型ワークフローに置き換えた実践レポート。Slack スレッドからのコンテキスト取得、Skills でナレッジを bot 側に閉じ込める設計、エスカレーション基準とフォールバックの作り方を具体例付きで整理しており、Claude Code / Skills を社内ナレッジ運用に組み込みたい開発組織にとって直近の参照実装になる内容。
Zennzenn.devClaude Managed Agentsで「まずエンジニアに聞こう」を「まずbotに聞こう」に変えた

- 2
使い方は覚えなくていいから tmux を入れろ
Zenn で 140 Likes。コーディングエージェント (Claude Code / Codex / Aider など) を常駐させるなら端末多重化が前提だ、という観点から tmux の最低限の使い方と運用パターンを再提示する記事。`tmux a` / `Ctrl-b d` / window 分割の 3 つだけ覚えれば、SSH 切断やローカル再起動を跨いで agent を生かしておけるという実利を、複数エージェント並走を意識した window レイアウト例とともに紹介。AI 時代の「忘れていた基礎ツール」を取り戻す導入記事。
Zennzenn.dev使い方は覚えなくていいから tmux を入れろ

- 3
データサイエンティストのためのAGENTS.mdとSkills
Zenn で 98 Likes。データサイエンス業務に Claude Code を導入する文脈で、AGENTS.md (リポジトリ常設のエージェント指示書) と Skills (再利用可能な手順集) の役割分担を整理。AGENTS.md には「データの場所・命名規約・どの notebook を信用するか」など環境固有の前提を書き、Skills には「データ品質チェック」「特徴量エンジニアリングのレシピ」など再利用したいワークフローを切り出すパターンを推奨。雑多な前処理を AGENTS.md にまとめてしまいがちな失敗とその回避策が具体的。
Zennzenn.devデータサイエンティストのためのAGENTS.mdとSkills

- 4
RTX 4080でローカルLLM 7モデルを実測したら「16GB VRAMの壁」が見えた
Zenn で 30 Likes。RTX 4080 (16GB VRAM) 上で Ollama と vLLM を使い、Qwen / Llama / DeepSeek / Gemma 系を含む 7 モデルを実測し、量子化レベル別の tokens/sec とコンテキスト長依存の OOM 挙動をまとめたベンチ。8B-class FP16 / 14B Q4 までは余裕だが 20B+ や長 context で頭打ちになる、vLLM は throughput で優位だが起動 VRAM が高い、など「16GB の壁」を具体的な数字で示している。ローカル LLM サーバを組む際の選定資料に使える。
Zennzenn.devRTX 4080でローカルLLM 7モデルを実測したら「16GB VRAMの壁」が見えた

本日のおすすめ
今日の一押し
WebAssembly でサーバサイド Python サンドボックスを成立させる現実解として、wasmtime + MicroPython + host function という構成と CPU/メモリ/IO 制御の落とし所が具体的に読めるため。Datasette や Jupyter 系ツールにコード実行を組み込みたい開発者にとって今日のリファレンス。