autonomous-agent Trend Report

Dashboard へ戻る
Date: 20260805 Articles: 80 Scope: curated summary

あなたのアイデアを、今すぐ形に。

公開先に迷ったら、WebFileBinで一発公開。

HTMLをドラッグ&ドロップするだけで、すぐ公開できます。

3
High impact
5
Mid impact
72
Signal watch

なぜこのサイトを作ったのか

私たちそれぞれが個別にAIを使って情報収集し、同じような3行要約を作るたびに、世界中で膨大な電力と計算リソースが消費されています。 本プロジェクトは、あらかじめ広範な情報を取得・集約しておくことで、個別のAI実行回数を減らし、地球環境(GPU/TPU負荷)に配慮した効率的な情報収集を目指す実験的なダッシュボードです。

Domain filters
Star filters
Recent Commits to hermes-agent:main

feat(wake): hands-free wake word for remote desktop via client mic st…

・feat(wake): hands-free wake word for remote desktop via client mic streaming (#79491) * feat(wake): client-capture wake word for remote desktop Remote headless backends have no PortAudio mic, so "hey hermes" fails even when openWakeWord is installed. ・Let the desktop stream 16 kHz int16 PCM via wake.feed while detection stays server-side. ・- wake_word.capture: auto|local|client (+ GUI client_capture prefer) - WakeWordD
Recent Commits to hermes-agent:main

fix(desktop): stop reporting false failure on successful backend upda…

・fix(desktop): stop reporting false failure on successful backend updates (#79513) * feat(update): emit an action-scoped terminal receipt from hermes update The dashboard now mints an action_id per backend update, hands it to the spawned `hermes update` via HERMES_ACTION_ID, and reuses an in-flight update action instead of spawning a duplicate. ・The updater prints a bounded `=== hermes-update completed <id> ===` receip
#AIagentタグ

実は、AI Agentの大部分は「昔からある仕組み」でできている

・※本記事は個人の見解・考察であり、所属する組織その他の団体を代表するものではありません。また、特定の企業・金融機関・製品・サービスを評価、推奨、批判することを目的としたものではありません。 ・色々考えると、もう一つ面白いことが見えてきます。 ・AI Agentというと、すべてが最新のAI技術でできているように見えます。
Recent Commits to hermes-agent:main

In-app browser and previews are real layout-tree tabs (#77705)

・In-app browser and previews are real layout-tree tabs (#77705) * feat(desktop): shared pane-strip primitives — one bar, one glyph, one close menu The zone header hand-rolled its tab bar, its close-verb context menu, and the bare-glyph "+" inline; the preview rail kept a second copy of all three. ・Extract PaneTabStrip (the bar), PaneStripGlyph/PaneStripTool (glyph buttons as data, titlebar-tool style), and paneTabClose
Zennの「AIエージェント」のフィード

【AIエージェントでナポレオン】# 05. 言ってることと、やってることが違う日

・やあ、前回は初めてClaudeエージェント同士で1局を通しで動かして、「予想以上にちゃんと動いてる」と言えたところまでだった。粗さも見つかっていて、大きく分けると2種類。1つはルール理解不足(教えれば直りそう)、もう1つはreasoning(思考ログ)と実際に出したカードがズレる現象(教えても直るとは限らなさそう)。 ・今日はその宿題を1つずつ潰しにいった日。最後は、あの一番厄介な現象の正体を追いかけることになった。 ・📚 ルールはこちら:https://zenn.dev/gakusys/books/782ca882e59a16/viewer/61d887 📩 きょうの指示 「ルールを...
Zennの「AIエージェント」のフィード

【AI駆動開発 12】実例:全部つなげると、こうなる

・ここまでの11本は「考え方」でした。この記事は、それを実案件で1本のループに配線した一例です。 ・これが正解の形ではありません。案件・チーム・顧客が違えば正解の形も違う——ただ「つなげるとこう回る」という実物が1つあると、自分の案件での組み方を考えやすいはずです。 ・人間が出るのは3つの定点だけ このループの設計原則はひとつ:人間の確認ポイントを事前に決めておく。ここでは ①計画承認 ②途中の動作確認 ③最終確認 の3定点に絞り、それ以外はエスカレーション基準に当たったときだけ人間が呼ばれます。
Zennの「AIエージェント」のフィード

【スライド作成一本勝負】M365 Copilot Cowork・Claude Cowork・ChatGPT Workを比較してみた

・Microsoft、Anthropic、OpenAIが提供するAIエージェントに、まったく同じプロンプトでスライド作成を依頼しました。 ・比較したのは、以下の3つです。 ・M365 Copilot Cowork Claude Cowork ChatGPT Work なお、M365 Copilot Coworkについては、モデル選択による違いも確認するため、「自動」とGPT-5.6 Solの2条件で実行しました。
Zennの「AIエージェント」のフィード

RPRでMCP Tool Callを統治する――成功応答だけで外部変更を完了にしない

・MCP Tool Callにも「結果不明」はある Responsibility Pathway Runtime(RPR)は、AIエージェントや自動処理の外部操作を、権限、Human Gate、実行履歴、証拠、結果不明、照合、修復、再開まで含む責任経路へ通すPython Runtimeです。 ・これまでの記事では、RPRを作ってPyPIへ公開した経緯と、Runtimeの中で何をしているのかを書きました。 ・今回は、RPR 0.1.0a4時点のMCP対応についてです。
Recent Commits to hermes-agent:main

chore: fix import order, map contributor email

・chore: fix import order, map contributor email - perfectionist/sort-imports in store/wake-word.ts - contributors/emails mapping for drew@kainotomic.com -> appletechie
Recent Commits to hermes-agent:main

docs(config): document wake_word.capture in cli-config.yaml.example

docs(config): document wake_word.capture in cli-config.yaml.example
Recent Commits to hermes-agent:main

feat(update): emit an action-scoped terminal receipt from hermes update

・feat(update): emit an action-scoped terminal receipt from hermes update The dashboard now mints an action_id per backend update, hands it to the spawned `hermes update` via HERMES_ACTION_ID, and reuses an in-flight update action instead of spawning a duplicate. ・The updater prints a bounded `=== hermes-update completed <id> ===` receipt on every success path — normal, zip, dependency-repair, and the no-op "Already up
Recent Commits to openclaw:main

fix: preserve ClickClack discussion state contracts (#118851)

・fix: preserve ClickClack discussion state contracts (#118851) Why: managed discussion reconciliation must tolerate current ClickClack response shapes without persisting undefined plugin state or stale display titles. ・Co-authored-by: Chisel <chisel@psiclawops.dev>
Recent Commits to openclaw:main

fix: tail context answers the current user message (#117364)

・fix: tail context answers the current user message (#117364) * fix(agents): apply image context to current turn * fix(agents): align runtime context with prompt order * fix(agents): make turn context position independent * fix(agents): bind internal context to the active user turn Keep current-turn runtime context position-independent while preserving the shared privacy notice, runtime events, prompt-cache placement,
Recent Commits to openclaw:main

fix(browser): honor explicit navigation timeouts across browser drive…

・fix(browser): honor explicit navigation timeouts across browser drivers (#119654) * fix(browser): propagate bounded navigation timeouts end to end * fix(browser): share shipped navigation limits across all drivers
Recent Commits to hermes-agent:main

fix(desktop): make remote backend updates terminal-state driven

・fix(desktop): make remote backend updates terminal-state driven Remote backend updates failed with "Backend update failed." on nearly every run: applyBackendUpdate() polled for only 30×1.5s ≈ 45s, then read exit_code null off the still-running action and called it a failure. ・Real updates (backup + uv sync + npm install + vite build) routinely run longer, and the no-op "Already up to date" path never restarted the gat
Recent Commits to hermes-agent:main

fix(desktop): open remote file rows in the in-app preview

・fix(desktop): open remote file rows in the in-app preview A plain click on a composer file row in remote mode handed the backend's file:// URL to the local browser bridge, which cannot resolve a path that only exists on the gateway host. ・Route remote non-HTML file targets to the gateway-backed in-app preview pane instead; local files, ordinary URLs, and remote HTML (staged locally by openPreviewTargetInBrowser) keep
Recent Commits to hermes-agent:main

fix(desktop): open remote file rows in the in-app preview (#79494)

・fix(desktop): open remote file rows in the in-app preview (#79494) A plain click on a composer file row in remote mode handed the backend's file:// URL to the local browser bridge, which cannot resolve a path that only exists on the gateway host. ・Route remote non-HTML file targets to the gateway-backed in-app preview pane instead; local files, ordinary URLs, and remote HTML (staged locally by openPreviewTargetInBrows
Recent Commits to hermes-agent:main

fix(desktop): preview remote HTML over SSH (#76008)

・fix(desktop): preview remote HTML over SSH (#76008) * fix(desktop): preview remote HTML over SSH * fix(desktop): harden remote HTML sanitization
Recent Commits to hermes-agent:main

fix(desktop): render remote PDFs in preview rail

・fix(desktop): render remote PDFs in preview rail PDFs were classified as generic binary/text previews, rendering raw %PDF bytes locally and failing entirely for remote-only files. ・Classify PDFs as their own preview kind, load bytes through the existing local/remote filesystem bridge, convert them to revocable Blob URLs for Chromium's embedded viewer, migrate persisted pre-PDF tabs at restore, and retry restored previ
Recent Commits to openclaw:main

fix(diagnostics-otel): route OTLP endpoints by signal (#101655)

・fix(diagnostics-otel): route OTLP endpoints by signal (#101655) Keep shared endpoint routing signal-aware while preserving explicit signal-specific URLs exactly. ・Cover the resolver through mocked constructors and real OTLP/HTTP trace, metric, and log exporters. ・Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Recent Commits to openclaw:main

fix(matrix): retire shared E2EE clients safely (#119570)

・fix(matrix): retire shared E2EE clients safely (#119570) * fix(qa): bound Matrix E2EE client shutdown Punchcard-Session: silver-valley-valley-dt * fix(qa): drain Matrix decryptions before SDK shutdown Punchcard-Session: silver-valley-valley-dt * fix(matrix): retire shared E2EE clients safely Punchcard-Session: silver-valley-valley-dt * fix(matrix): satisfy lifecycle lint gate Punchcard-Session: silver-valley-valley-d
Recent Commits to openclaw:main

fix(qa): reject deleted replies and failed streaming outcomes (#119660)

fix(qa): reject deleted replies and failed streaming outcomes (#119660)
Recent Commits to openclaw:main

fix(system-agent): a failed reset leaves the old conversation in cont…

・fix(system-agent): a failed reset leaves the old conversation in context (#116247) * fix(system-agent): a failed reset leaves the old conversation in context `openclaw.chat` with `reset: true` discards the live session and disposes its engine before verifying inference and building the welcome. ・The durable reset marker was only written after both of those steps, so an inference outage during a reset destroyed the ses
Recent Commits to openclaw:main

fix(telegram): reject retired native button input

・fix(telegram): reject retired native button input Prevent stale top-level buttons arguments from silently sending text-only Telegram messages. ・Point model guidance and docs to typed presentation actions, and reject retired input before delivery.
Recent Commits to openclaw:main

fix(testing): resolve Playwright browser cache before UI install (#11…

・fix(testing): resolve Playwright browser cache before UI install (#119658)
Recent Commits to openclaw:main

fix(video): harden DashScope task and media lifecycle (#117303)

・fix(video): harden DashScope task and media lifecycle (#117303) * fix(video): validate DashScope task outputs and release request guards * fix(video): validate DashScope task outputs and release request guards * refactor(video): use shared empty-asset validation * fix(video): align DashScope Wan request contracts * refactor(video): use shared empty-asset validation * fix(video): enforce catalog modes before provider
Recent Commits to hermes-agent:main

fix(wake): auto capture keeps the backend mic when one exists

・fix(wake): auto capture keeps the backend mic when one exists With capture:auto the desktop always preferred client streaming, so a local desktop with a working backend mic silently switched from PortAudio to getUserMedia default-device — dropping wake_word.input_device selection (#74363). ・A ready backend input now wins under auto; client capture is the fallback for a preferring surface on a mic-less backend, and cap
Recent Commits to openclaw:main

fix(whatsapp): exercise descriptor-safe credential persistence (#119621)

fix(whatsapp): exercise descriptor-safe credential persistence (#119621)
Recent Commits to hermes-agent:main

fmt(js): `npm run fix` on merge (#79496)

・fmt(js): `npm run fix` on merge (#79496) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Recent Commits to hermes-agent:main

fmt(js): `npm run fix` on merge (#79505)

・fmt(js): `npm run fix` on merge (#79505) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Recent Commits to hermes-agent:main

fmt(js): `npm run fix` on merge (#79521)

・fmt(js): `npm run fix` on merge (#79521) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Recent Commits to hermes-agent:main

Hermes can read the in-app browser (#79482)

・Hermes can read the in-app browser (#79482) * feat(agent): read_preview — the desktop-gated tool that reads the in-app browser The agent could open the preview pane (open_preview) and read the embedded terminal (read_terminal), but the browser it had just opened was a black box — 'what does this page say?' had no answer. ・read_preview mirrors read_terminal end to end: HERMES_DESKTOP-gated via check_fn (zero schema foo
Recent Commits to openclaw:main

improve(anthropic): reduce session catalog startup memory (#119619)

・improve(anthropic): reduce session catalog startup memory (#119619) * perf(anthropic): lazy-load session catalog runtime Punchcard-Session: coral-workshop-workshop-3f * fix(anthropic): keep session catalog helpers private Punchcard-Session: coral-workshop-workshop-3f * docs(plugin-sdk): document catalog create target Punchcard-Session: coral-workshop-workshop-3f * fix(plugins): continue catalog target selection Punch
Recent Commits to hermes-agent:main

Merge pull request #68883 from afourniernv/feat/hermes-relay-skill-me…

・Merge pull request #68883 from afourniernv/feat/hermes-relay-skill-metrics feat(observability): aggregate bounded skill metrics
Recent Commits to hermes-agent:main

Merge pull request #79507 from NousResearch/bb/remote-pdf-preview

・Merge pull request #79507 from NousResearch/bb/remote-pdf-preview fix(desktop): render remote PDFs in preview rail
Recent Commits to hermes-agent:main

perf(desktop): coalesce wake.feed frames

・perf(desktop): coalesce wake.feed frames Sending one 80 ms frame per RPC is ~12.5 gateway calls/s for as long as the ear is armed. ・Drain up to 4 queued frames into a single wake.feed payload (backend feed() already splits long buffers into engine frames) — ~3 RPCs/s steady-state. ・Fix the wake.feed size-cap comment (64000 bytes = 2 s, not 0.5 s).
Recent Commits to openclaw:main

refactor(agents): unify media generation task lifecycles (#119645)

・refactor(agents): unify media generation task lifecycles (#119645) * refactor(agents): unify media generation task lifecycles * fix(agents): defer media duplicate guard lookup until action execution
Recent Commits to openclaw:main

refactor(cron): unify catch-up persistence and payload encoding (#119…

・refactor(cron): unify catch-up persistence and payload encoding (#119636)
Recent Commits to openclaw:main

refactor(daemon): consolidate managed service lifecycle ownership (#1…

・refactor(daemon): consolidate managed service lifecycle ownership (#119647)
Recent Commits to openclaw:main

refactor(msteams): consolidate channel action target resolution (#119…

・refactor(msteams): consolidate channel action target resolution (#119632) * refactor(msteams): consolidate channel action target resolution * fix(msteams): honor configured group read policy * fix(msteams): explain delegated channel access recovery
Recent Commits to openclaw:main

refactor(outbound): unify conversation binding ownership (#119638)

refactor(outbound): unify conversation binding ownership (#119638)
Recent Commits to openclaw:main

refactor(skills): consolidate workshop transcript and record normaliz…

・refactor(skills): consolidate workshop transcript and record normalization (#119643)
Recent Commits to openclaw:main

refactor(transcripts): consolidate persistence and export ownership (…

・refactor(transcripts): consolidate persistence and export ownership (#119634)
Recent Commits to openclaw:main

refactor(ui): centralize composer attachment and capability controls …

・refactor(ui): centralize composer attachment and capability controls (#119650)
Recent Commits to hermes-agent:main

test(desktop): expect client_capture in wake.start/status params

・test(desktop): expect client_capture in wake.start/status params The GUI now passes client_capture: true on wake.start, wake.status, and the post-voice re-arm; update the store and slash-handler tests to the new param shape. ・123/123 pass locally.
#AIagentタグ

「AI Ready」って、AIを導入できることですか?― AIという“デジタルな新人”が働ける業務環境を作る

・※本記事は個人の見解・考察であり、所属する組織その他の団体を代表するものではありません。また、特定の企業・金融機関・製品・サービスを評価、推奨、批判することを目的としたものではありません。
#AIagentタグ

「AIに任せられる業務ですか?」その前に、そもそもここで言うAIって何ですか?

・※本記事は個人の見解・考察であり、所属する組織その他の団体を代表するものではありません。また、特定の企業・金融機関・製品・サービスを評価、推奨、批判することを目的としたものではありません。
Zennの「AIエージェント」のフィード

【2026年最新】RTC製品比較:AIチャット・AI音声会話に最適なのはどれか?TRTC / Agora / Twilio / SkyWay

・はじめに 2025年から2026年にかけて、AI音声チャット・AI通話・AIボイスエージェントの需要が日本市場で急拡大している。カスタマーサポートの自動化、バーチャルアシスタント、AIコンパニオン、音声対話型ゲーム——これらすべてに共通するのが超低遅延のリアルタイム通信(RTC)インフラである。 ・本記事では、日本で実際に利用されている主要RTC製品をAIチャット/音声会話シナリオに絞って比較する。単なるスペック表ではなく、「AIシナリオで実際に何ができるか」「どれを選ぶべきか」に焦点を当てる。 ・比較対象 製品 開発元/日本展開 日本での主な使われ方 TRTC Ten...
Zennの「AIエージェント」のフィード

【AI駆動開発 第4世代】ループエンジニアリング入門 ─ 種類・実践方法・違いを1枚の地図に

・こんにちは、M16合同会社の代表社員&COO(最高執行責任者)であり、FDE, PdM, PM, ソフトウェアエンジニア/LLMエンジニアのまさぴょんです🐱 今回は、プロンプトエンジニアリング →コンテキストエンジニアリング → ハーネスエンジニアリングの3段階の進化からさらに発展した ループエンジニアリング (Loop Engineering) についてです。 ・https://zenn.dev/emuni/articles/7c1493a52a3569 「私はもう Claude にプロンプトを打たない」 2026 年 6 月、AI 駆動開発の世界にひとつの言葉が定着しました...
#AIagentタグ

🏗️Difyで社内問い合わせ対応の自動応答をゼロから構築、誤回答が続いた原因を突き止めてナレッジ設計を根本から見直した具体的な過程を洗いざらい公開📚

・💥 その「AIエージェントの回答」、本当に信用していいですか?見落とされがちな仕組みの話 「社内向けにAIチャットボットを作ったけれど、なぜか間違った回答をしてしまう」——これは、いま多くの現場で起きている、決して珍しくない悩みです。
#AIagentタグ

🔒機密性の高い相談だけを一時チャットへ切り替えていく運用ルールの具体的な決め方🕵️社内の顧客情報や個人情報を扱う際にあらかじめ線引きしておくべき点📋

・💥「なんとなく便利そう」で使っていたその使い方、実は会社の情報漏洩リスクになっているかもしれません 「ChatGPTに顧客リストの分析を手伝ってもらった」「議事録の要約を頼んだら思いのほか楽だった」——そんな体験をきっかけに、業務でChatGPTを使う機会が一気に増えたという方は多いのではないでしょうか。
""OpenClaw"" - Google ニュース

3カ月で幕、OpenClawの熱狂 使って分かった危険な正体とブーム終了の理由 - 日経クロステック Active

・3カ月で幕、OpenClawの熱狂 使って分かった危険な正体とブーム終了の理由 日経クロステック Active
""Hermes Agent"" - Google ニュース

AIエージェント「Hermes Agent」の大規模アップデート「The Herald Release」が公開 - 窓の杜

・AIエージェント「Hermes Agent」の大規模アップデート「The Herald Release」が公開 窓の杜
""Hermes Agent"" - Google ニュース

AIエージェント「Hermes Agent」の大規模アップデート「The Herald Release」が公開/自然な対話でタスクを依頼、デスクトップアプリ・CLIも大きく強化 - Excite エキサイト

・AIエージェント「Hermes Agent」の大規模アップデート「The Herald Release」が公開/自然な対話でタスクを依頼、デスクトップアプリ・CLIも大きく強化 Excite エキサイト
Zennの「AIエージェント」のフィード

AIエージェントはデプロイ・IAM・ログだった。インフラエンジニアのためのエージェント・MCP入門

・はじめに。エージェントは「AI がすごいこと」ではなかった 前回の記事 では、LLM と RAG の概念をインフラの語彙に変換しました (LLM は「何も覚えていないサーバ」、RAG は「手順書を検索してから答える一次対応」)。今回はその続編で、AI エージェントと MCP を同じ要領で変換します。 ・先に結論を言うと、エージェントを実際に作って運用基盤に載せてみたら、その実体はデプロイ・IAM・ログという、いつもの三点セットでした。「AI が自律的に動く」という言葉の物々しさに比べて、インフラ屋が設計すべき部分は驚くほど見慣れた形をしています。 ・想定読者は前回と同じ、インフラ ...
#HermesAgentタグ

AIエージェントを警戒していた私が、記事制作ハーネスを育て始めるまで

・私は、AIそのものが嫌いだったわけではありません。 ・ChatGPTは比較的早い時期から触っていましたし、2023年ごろには「BingのAI、検索もできるのか。便利だな」と面白がって使っていました。
#AIagentタグ

AI失業に備える

・ITエンジニアのおかんです もう新卒からはや何十年ですが いまだに職業名がしっくりきません システムエンジニアだったりプログラマーだったり PMOだったり、構成管理者だったり、 サーバ管理者だったり その時々でやってきたことが違うので 何と名乗ればいいものか実はわかりません 続きをみる
#AIagentタグ

Amazon Bedrock AgentCore × FastAPI で AIチャットアプリを作りながら REST APIを理解する

Amazon Bedrock AgentCore × FastAPI で AIチャットアプリを作りながら REST APIを理解する
AIAgentタグが付けられた新着記事 - Qiita

Claude Code v2.1.222実機検証、新フラグ2つは2バージョン前の機能だった

・はじめに 対象読者は、Claude Code をクラウド実行環境やヘッドレス CLI で日常的に使っていて、リリースノートを読んでも「実際どのバージョンで何が変わったのか」を CLI 単体で裏取りしたい開発者です。 ・2026 年 8 月 4 日、Claude Code は...
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude Code Web版の完全ガイド:ブラウザだけで始めるAI自動コーディング - AIsmiley

・Claude Code Web版の完全ガイド:ブラウザだけで始めるAI自動コーディング AIsmiley
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude Codeで超軽量なMacのメモアプリを自作!プロンプト付き - iPhone Mania

・Claude Codeで超軽量なMacのメモアプリを自作!プロンプト付き iPhone Mania
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude CodeのCLAUDE.md・Skillsが話題に。Anthropic社内では「コードの8割超をAIが執筆」の実態も - shiritomo

・Claude CodeのCLAUDE.md・Skillsが話題に。Anthropic社内では「コードの8割超をAIが執筆」の実態も shiritomo
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Codex config.tomlとは?設定方法と使える設定項目6つを解説 - SHIFT AI

・Codex config.tomlとは?設定方法と使える設定項目6つを解説 SHIFT AI
Zennの「AIエージェント」のフィード

gh stack で PR を積んでみた ── リベースは自動、ただし直列しか組めない

・TL;DR GitHub のスタック PR(2026-07-30 パブリックプレビュー)を、個人の private リポジトリで 3 層組んで実測した 一番知りたかったのは squash マージしたら履歴が崩れるのかだった。崩れなかった 下層を squash マージした瞬間、サーバー側で上層の PR のベースが自動的に main へ切り替わる。squash で失われた線形性は gh stack sync が「adjusted for merged PR」でスカッシュコミットの上へ載せ替えて復元する 射程は明確に狭い。同一リポジトリ限定(クロスフォークも不可)/ 直列チェーンのみ(...
#OpenClawタグ

Google MeetのAI議事録が「画面」まで残す時代へ。建設業の会議記録はこう変わる

・Google Workspace Updatesで、Google MeetのAI議事録機能「Take notes for me」に新しい更新が出ました。
#OpenClawタグ

GoogleのAI更新から考える、建設業の「AI社員」は1体ではなく業務別に配置する時代へ

・Googleが7月のAI更新まとめを公開し、Gemini 3.6 Flash、3.5 Flash-Lite、3.5 Flash Cyberなど、効率重視のAIモデル群を紹介しました。
""OpenClaw"" - Google ニュース

Microsoftやバイドゥ、OpenClawサービス続々 課題克服し企業導入を容易に - 日経クロステック Active

・Microsoftやバイドゥ、OpenClawサービス続々 課題克服し企業導入を容易に 日経クロステック Active
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OpenAI、初のハードウェア「Codex Micro」を230ドルで発売 Apple提訴の渦中にある端末とは別物(画像)(2/2枚目) - ITmedia

・OpenAI、初のハードウェア「Codex Micro」を230ドルで発売 Apple提訴の渦中にある端末とは別物(画像)(2/2枚目) ITmedia
Zennの「AIエージェント」のフィード

キミの知らない Kimi K3 の世界 - Agent, Swarm, Plugins

・こんにちは、@jomatsu_です。 ・Kimi K3のモデルウェイトと技術レポートが公開され、その性能や「Claude Codeからどう使うか」といった話が注目されています。一方でKimiには、モデルやAPIだけでなく、Web版とモバイルアプリから使えるKimi Agent、Agent Swarm、そしてPluginがあります。 ・K3が登場したことで、Kimi Agentもかなり面白いプロダクトになったと感じています。K3の強みであるフロントエンド実装と、実在する物体の形や構造を3Dで表現する力は、ブラウザ上で完結するプロダクトモックと相性がいいからです。そこへAgentのクラウド作業環...
#OpenClawタグ

コードを書けなくなった開発者が、OpenClawを生み、OpenAIに加わるまで

・2026年4月15日、カナダ・バンクーバーで開かれたTED2026に、オーストリア出身の開発者ピーター・スタインバーガーが登壇した。講演のテーマは、彼が開発したAIエージェント「OpenClaw」だった。 ・OpenClawは、WhatsAppやTelegramなど、普段使っているチャットからAIへ仕事を頼めるオープンソースの仕組みだ。質問に答えるだけではない。利用者が許可した範囲でファイルを扱い、コマンドを実行し、ブラウザや外部サービスを操作する。
Zennの「AIエージェント」のフィード

ナレッジグラフを活用してClaude Codeのトークンを10分の1にする

・はじめに Claude Codeの請求額や、レート制限(一定時間に使える量の上限)の通知を見て、想定より消費が多いと感じたことはないでしょうか。タスクの区切りで /clear を打ち、CLAUDE.md も整理したのに、大きなプロジェクトに入ったとたんトークン(AIが文章を処理する単位。料金と利用上限の基準)の消費が増える。そんな覚えはないでしょうか。 ・原因の多くは、会話の蓄積ではなく探索にあります。AIコーディングエージェントは、コードを調べるときにファイルを開いて読み、grep(ファイルの中身をキーワードで検索するコマンド)で探し、また別のファイルを開くという動きを繰り返しま...
Zennの「AIエージェント」のフィード

バイブコーディングすらしない ― AIに「RPG作って」の一言でゲームが完成した話

・開発中に、AIは12回失敗しました。ただ、あとから数え直してみたら、そのうち11回は「ゲームが壊れていた」のではなく、AI側の答え合わせの問題でした。9回はテストコード自体のバグ、2回はスクリーンショットの見間違いです。 ・作らせたのは2D RPGです。1日で、人間が書いたコードは0行。おじさんがAIに渡した企画の中身は「RPG作って」だけでした。 ・※この画像は完成直後(v1.0)のものです。主人公の見た目は、このあと出てくる指摘で差し替えました ▶ ブラウザでそのまま遊べます: https://hakuzin-ai.github.io/ai-rpg/ この記事は...
Zennの「AIエージェント」のフィード

ローカルLLMでAIエージェントは動くのか

・ローカルLLMでAIエージェントは動くのか。Ollamaを評価するときに見るべきこと ※本記事は、以下のブログ記事のイントロダクションです。 ・https://shinichi.noguchi.jp.net/blog/2026-08-04-local-llm-agents-ollama.html ローカルLLMを試すとき、最初は「チャットとして十分使えるか」を確認することが多いと思います。質問に答えられるか、文章を要約できるか、コードを生成できるか。ここまでは、多少の誤りがあっても人間が読んで補正できます。 ・しかし、AIエージェントとして使う場合は評価軸が変わります。
#OpenClawタグ

ローカルLLMをOpenClawにつないだら、モデル性能よりツール設計で止まった

・ローカルLLMを業務フローにつなぐとき、最初に気になるのはモデル性能だと思う。何Bなら十分か。日本語は安定するか。ツール呼び出しに強いモデルはどれか。私も、NASのDocker上で動かすOpenClawからMac miniのOllamaへ接続したとき、問題はモデル選びに収束すると考えていた。 ・ところが、実際に止まった場所はそこではなかった。
Zennの「AIエージェント」のフィード

ロボットが「考えて動く」時代が来た

・ロボットが「考えて動く」時代が来た 2026-08-04 | 読了 4分 | #ロボットAI #Gemini #OpenAI ロボットが動画を見て状況を判断し、複数台で役割を分担しながら作業する。そんな光景が、もう実験室の外に出ようとしている。Google DeepMindとOpenAIが相次いで公開した成果は、AIが「考える」から「動く」へ本格シフトしたことを示している。 ・Googleが見せた「全身で考えるロボット」 Google DeepMindが公開した Gemini Robotics ER 2 [1] は、従来のロボットAIを大きく超えた。 ・① 動画を理解して動く カメ...
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

夏休みリスキリング!1日でAIを使える人になる未経験者向けClaude Code集中講座『ホリエモンAI学校 1日Camp』、8月参加分の受付を開始 - 時事ドットコム

・夏休みリスキリング!1日でAIを使える人になる未経験者向けClaude Code集中講座『ホリエモンAI学校 1日Camp』、8月参加分の受付を開始 時事ドットコム
Zennの「AIエージェント」のフィード

壊したのに、落ちなかった

・シリーズ「AIエージェントの報告を信じる前に」の7本目です。以下は1本目からの並びになっています。 ・https://zenn.dev/jissokulog/articles/498e691f7f287d https://zenn.dev/jissokulog/articles/eda7afa1c51eea https://zenn.dev/jissokulog/articles/a8e72d7a1cef9d https://zenn.dev/jissokulog/articles/040f896890100e https://zenn.dev/jissokulog/articles/6b...
Zennの「AIエージェント」のフィード

新潟でAWSがアツい!今年もデジタル社会実現ツアーがやってくる!

・はじめに 皆さん、こんにちは🐱 今年も新潟に「AWS デジタル社会実現ツアー」がやってきます! AWSのイベントというと、東京で開催される大規模イベントや、ラスベガスのre:Inventを思い浮かべる方も多いかもしれません。私も昨年re:Inventに初めて現地参加して、最新技術やたくさんの事例に触れてきました。 ・もちろんre:Inventはものすごく楽しかったのですが、地域でAWSを活用することを考えると、地元企業の事例や、新潟で実際に活動している方の話を直接聞けるイベントも同じくらい大事なんです! そんな新潟の皆さんにぜひ知ってほしいのが、2026年8月19日(水)にNINNO3...
Zennの「AIエージェント」のフィード

専用ブラウザが壊れた3日間——AIエージェントの『安全ルール』はなぜ2度も破られかけたのか

・「専用ブラウザだけを使う」という、たった1行のルール 私は小さな副業の運営を、Claude CodeとCodexの2体のAIエージェントに任せる実験を続けています。noteやZennへの記事公開はブラウザ操作が必要で、実行役のCodexに任せていますが、ここには最初から1つだけ厳しいルールがありました。 ・公開作業は、ログイン済みの専用Chromeプロファイル(CDP経由で接続する既存ブラウザ)以外は使わない。 ・理由は単純です。認証情報を持ったブラウザを毎回どこかに新規起動すると、意図しないプロファイルや設定でログイン状態を壊したり、セキュリティ設定を下げたまま操作してしまうリスク...
#AIagentタグ

飽き性だと思っていた。ただ、一人でやろうとしていただけだった。Claude で Team を作った話。

・続かなかったのは、資質の問題じゃなかった。構造の問題だった。 ・長い1日でした。最後に、いちばん重要なことだけ確認させてください。 ・掲げている目標は、まだ一件も動いていません。