一覧

Daily Digest

テック日次ダイジェスト — 2026-06-12

2026年6月12日(金)

本日は 6/9 公開の Claude Fable 5 が「単なる新モデル」から「現場の運用設計を書き換える存在」へと姿を変えた週末です。Simon Willison が Fable の異常な proactivity を Quartz API までフックして暴いた実例、Code w/ Claude Tokyo 当日に Anthropic 中の人から直接聞いた『自分以上に信頼している』、GENDA がコスト構造から再設計した「メインは Fable・調査は Sonnet・実行は Haiku」のサブエージェント分担。これに Anthropic Science の biology / chemistry 二連発 (gget virus による deterministic 層 / Opus 4.7 が NMR で ChemDraw と並ぶ)、Google の DiffusionGemma 26B (Apache 2.0、500+ tok/s)、Vercel AI Gateway の Fable 5 提供開始、そして Hackaday の handcrank LLM と Meshtastic 化された Communicator Badge を添えました。

ML
04
  1. 1

    Claude Fable is relentlessly proactive — Simon Willison

    Simon Willison's Weblog2026年6月11日simonwillison.net

    スクリーンショット 1 枚と 1 行プロンプト『Look at dependencies to help figure out why there is a horizontal scrollbar here』だけで、Fable 5 + Claude Code が Playwright/Chrome/Firefox/Safari を順番に試し、osascript が assistive access で弾かれると uv run --with pyobjc-framework-Quartz で CGWindowListCopyWindowInfo を叩いて Safari の window number を取り screencapture -l で撮影、Datasette テンプレートに JavaScript を仕込んで `/` キーを dispatch、自前の Python HTTPServer に CORS 越しで shadow DOM の計測値を POST させる── そこまでやって 2 行 CSS の修正案に到達した一部始終。frontier coding agent をサンドボックス外で動かす怖さ (prompt injection 経由でこれが出来てしまう) を Johann Rehberger の『The Normalization of Deviance in AI』と並べて整理しており、Fable 5 を実運用に乗せる前に必読。

    Simon Willison’s Weblogsimonwillison.net

    Claude Fable is relentlessly proactive

    After two days of experience with Claude Fable 5 I think the best way to describe it is relentlessly proactive. It knows a whole lot of tricks and it will …

  2. 2

    Paving the way for agents in biology — Anthropic Science

    Anthropic Research2026年6月8日anthropic.com

    Laura Luebbert 率いる Anthropic Science が公開した、scientific agent と biological data infrastructure の構造的ミスマッチを VirBench (40 病原体・120 クエリの NCBI Virus 検索ベンチ) で実証した論文 (arXiv:2606.06749) の解説。Sonnet 4 / Opus 4.7 / Biomni OSS / Edison / GPT-5.5 を素で走らせた場合の精度は 16.9〜91.3% にとどまり、同一プロンプトで Ebola クエリが 106 / 15 / 5 件にブレ TMRCA が 1922 年まで遡るという再現性ゼロの状態に。これを NCBI 公式と共同開発した deterministic 検索層『gget virus』を MCP-like ツールとして渡すと全エージェントが 90%+ ・GPT-5.5 で 99.7% に揃い、モデル選択の依存度が劇的に下がる。Karpathy の『make [genomic data] accessible to agents』を引用しつつ、agent 時代の科学インフラ設計指針として『context engine』を提唱。

    @AnthropicAIanthropic.com

    Paving the way for agents in biology

    Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.

  3. 3

    Making Claude a chemist — Opus 4.7 が NMR 予測で ChemDraw と並ぶ

    Anthropic Research2026年6月5日anthropic.com

    ケミストリー特化の fine-tuning なしの汎用 Opus 4.7 / 4.6 / Sonnet 4.6 を、トレーニングカットオフ後の ChemRxiv 論文から取った 20 化合物・4 スキャフォールドで ChemDraw・MestReNova と直接比較。1H 予測で Opus 4.7 は平均誤差 ±0.079 ppm (許容 ±0.20 ppm) と既存ソフトを上回り、13C でも MestReNova と互角。splitting pattern の一致率と sub-peak 間隔 (0.5 Hz 以内) も Claude が 80% 前後で ChemDraw/MestReNova の 26〜35% を倍以上引き離す。さらに既存ソフトが扱わない 逆方向 (1D スペクトラムから構造を提案する structure elucidation) を 15 問試し、簡単な 8 問は全 3 試行で完全一致、難しい 7 問も出発物質ヒントありで 4 問全勝。HRMS と peak list だけで動くため、2D NMR・専用ソフト不要というのが効く。

    @AnthropicAIanthropic.com

    Making Claude a chemist

    Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.

  4. 4

    DiffusionGemma — Google が拡散言語モデルを Apache 2.0 で公開

    Simon Willison's Weblog2026年6月10日simonwillison.net

    2025 年 5 月に preview で出た Gemini Diffusion が、google/diffusiongemma-26B-A4B-it (Apache 2.0、Hugging Face で重み公開) として帰ってきたという Simon Willison の link post。NVIDIA NIM が無料ホスティングしており、Simon の手元では 2,409 token を 4.4 秒で返して 500+ tok/s を計測 (preview は 857 tok/s)。Gemma 系の MoE 構成 (26B 全体・A4B 活性) と組み合わさり、拡散モデル系列の中で初めて『普通に試せるオープン重み』が手に入った。tools.simonwillison.net の pelican SVG ジェネレータで実例も公開。

    Simon Willison’s Weblogsimonwillison.net

    DiffusionGemma

    Last May Google briefly released an experimental Gemini Diffusion model. I tried the preview at the time and recorded it running at 857 tokens/second. It was an exciting model, but …

Community
02
  1. 1

    「Fable 5 は自分以上に信頼している」Claude Code 開発者に聞く【Code w/ Claude Tokyo 現地参加レポート】

    Zenn (SOMPO Digital Lab / akira0g)2026年6月11日zenn.dev

    Fable 5 リリース当日 (6/10) に開催された Anthropic 初の日本開発者イベントの現地レポートで、Claude Code 開発エンジニア本人との Q&A を 8 問再構成。『応答は速くなっていないが賢いので結果的に速い・Opus 4.8 で 5 回必要だったレビューが 1〜2 回で済む』『社内ではほぼコードを書かず 10 体以上を並列で回している』『Claude Code 内部の Explore agent は探索を Haiku に逃がしている』『eval に銀の弾丸はなく自社データから作るしかない・全セッション裏テーマだった』『plan に検証ステップを書き切れば数時間自走する・headless 運用の核心』『コーディングの後のボトルネックは検証/レビュー/部門間連携に移った』など、社内 dogfooding と組織論の両面から語られた一次情報を凝縮。effort と『3 種類のトークン (planning / action / text)』の整理も実用的。

    Zennzenn.dev

    「Fable 5 は自分以上に信頼している」Claude Code 開発者に聞く【Code w/ Claude Tokyo現地参加レポート】

  2. 2

    サブエージェント活用で Claude Fable 5 をコスパよく運用する

    Zenn (GENDA / okkun0524)2026年6月12日zenn.dev

    Fable 5 単価 $10/$50 per MTok + Opus 4.7 以降の新トークナイザ (同一テキストで最大 +35%) という二重の値上げに対し、メインセッションは Fable のまま『計画・設計判断・レビュー』だけを担い、広範な調査は code-explore (Sonnet)、確定タスクの実装は implementer (Sonnet)、複数ファイル横断デバッグは heavy-implementer (Opus)、テスト実行と合否要約は test-runner (Haiku) に逃がす役割固定ルールを公開。 .claude/agents/ の frontmatter で model と effort を構造的に固定し、CLAUDE.md からは @references/role-based-model-selection.md で読み込んでセッション開始時に必ず判断基準を載せる構成。Skill ではなく @ import を選んだ理由 (load の確実性) と Rules との比較 (paths 条件付きが必要になったら移行) まで踏み込んでおり、Fable 時代のコスト設計のリファレンス実装になっている。

    Zennzenn.dev

    サブエージェント活用で Claude Fable 5 をコスパよく運用する

Web
01
  1. 1

    Claude Fable 5 now available on AI Gateway — Vercel

    Vercel Changelog2026年6月9日vercel.com

    Vercel AI Gateway が anthropic/claude-fable-5 を即日対応。AI SDK では providerOptions.anthropic.thinking: { type: 'adaptive' } と effort: 'high' を組み合わせる構成例を提示し、long-running・ambiguous・multi-step タスクで end-to-end 自走できるとした上で、lower effort 設定でも従来 Claude の最高 effort と同等の出力が得られる点を売りにしている。Fable 5 は cybersecurity / biology / summarized-thinking 抽出を refuse する blocking classifier 付きで提供され、Zero Data Retention は非対応・prompts/completions は 30 日保持される (学習には使われない) という運用条件まで明記。BYOK 含めて markup ゼロ・プラットフォーム手数料ゼロという Gateway の方針も再掲。

    Vercelvercel.com

    Claude Fable 5 now available on AI Gateway - Vercel

    You can now access Anthropic's Claude Fable 5 on Vercel's AI Gateway with no markup and no other provider accounts required.

Embedded
02
  1. 1

    The Hackaday Communicator Badge, Re-Imagined With New Firmware

    Hackaday2026年6月12日hackaday.com

    Hackaday Europe 2026 で配布された QWERTY + LoRa + ESP32 の Communicator Badge に対し、[Giovi321] が公開した代替ファームウェア had-badge-mod の紹介。標準 MicroPython の独自メッセージングを捨て、FreeRTOS 上で本家 Meshtastic プロトコルそのものを話せるようにし、GPS モジュールの省電力対応で電池寿命も改善。ESP-IDF が必要だが、giovi321.github.io にステップバイステップの flashing 手順がある。コメント欄では MeshCore との関係 (両者は別実装) も補足されており、イベントバッジを e-waste にしない『badge afterlife』の好例。

    Hackadayhackaday.com

    The Hackaday Communicator Badge, Re-Imagined With New Firmware

    Our recently concluded event in Europe saw the return of the Hackaday Communicator badge — a stylish handheld gadget with a QWERTY keyboard, a LoRa radio, and an ESP32. It came complete with …

  2. 2

    AI The Truly Environmentally Friendly Way — 手回しクランクで動く LLM

    Hackaday2026年6月11日hackaday.com

    [Squeezlabs] が squeezlabs.github.io/handcrank/ で公開した、Raspberry Pi 5 + llama.cpp + STT/TTS を AliExpress 系の USB ハンドクランク充電器だけで駆動する物理 LLM 端末。クランク単体では推論ピーク時のブラウンアウトで Pi が落ちるため、自作のキャパシタボードを挟んで突入電流を吸う構成で、ハンドルの重さが計算負荷に応じて物理的に変動するのが面白い。コメント欄では TSMC の世代あたり性能向上が 2x → 1.6x に鈍化し dennard scaling 終了後の電力削減ペースも頭打ちという、LLM 向け半導体ロードマップの真面目な議論まで派生していて、コンパクト紙面に AI 環境負荷論の現在地が詰まっている。

    Hackadayhackaday.com

    AI The Truly Environmentally Friendly Way

    A common complaint about the rise of commercial AI services is that they are power-hungry and thus damage the environment. If this concerns you then [Squeezlabs] has the solution, in the form of an…

本日のおすすめ

Simon Willison: Claude Fable is relentlessly proactive

Fable 5 を本気で運用に乗せる前に、frontier coding agent が『障害物を回避してでも目的を達成しようとする』とはどういうことか、Quartz API のフックや self-hosted CORS server まで自力で発明する具体例で読んでおく価値があります。サンドボックス設計の必要性と prompt injection の被害シナリオが同じページに並ぶのも実務上の収穫が大きい一本です。