autonomous-agent Trend Report

Dashboard へ戻る
Date: 20260808 Articles: 79 Scope: curated summary

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

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

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

3
High impact
5
Mid impact
71
Signal watch

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

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

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

fix: clean up SkillEvaluator Tier 1 security findings in bundled skills

・fix: clean up SkillEvaluator Tier 1 security findings in bundled skills Findings from scanning skills/ + optional-skills/ with NVIDIA SkillEvaluator's deterministic Tier 1 checks (PII/secrets, unicode smuggling, script lint): - pixel-art, pokemon-player: remove hardcoded /home/teknium/ personal paths (use ~ / portable phrasing); pokemon-player no longer claims machine-specific state as fact - kanban-video-orchestrato
#AIagentタグ

【Datadog(DDOG)Q2 FY2026】経営陣のAIストーリーは本物か。監視OSとして未来の利益プールを握れるのか

・Datadog(DDOG)のQ2 FY2026決算をアウトプットする。 ・今回の決算は、数字だけ見ればかなり強い。 ・売上は$1.12B、YoY +36%。
#AIagentタグ

🧠AIエージェントは「記憶」を奪い合う──Claude Code・Gemini・Codexを襲う新たな脅威と、AI業界の次の覇権

・AI業界のニュースを毎日追っていると、どうしても「新モデル」「新機能」「巨大投資」という派手なニュースに目が向きます。 ・しかし、本当に面白いニュースは、意外とその陰にあります。 ・今週、私が注目したのは、AI業界の表舞台ではそれほど大きく報じられていない3つの動きです。
Recent Commits to hermes-agent:main

feat: extend clean-room office skills toward full parity

・feat: extend clean-room office skills toward full parity Same clean-room discipline as the initial rewrite (isolated subagents, functional specs only, predecessor content banned including via git history; transcripts retained). ・All additions test-proven. ・docx (13->29 tests): - docx_revisions.py: tracked changes list/accept/reject (all or by id), incl.
Recent Commits to hermes-agent:main

fix: rewire DCP context engine to current main architecture

・fix: rewire DCP context engine to current main architecture Fixes 13 issues found in PR #20774 review: 1. ・Wiring: engine selection moved from run_agent.py to agent/agent_init.py (where init_agent lives on current main). ・Transform hook moved from run_agent.py to agent/conversation_loop.py (where run_conversation lives).
Recent Commits to openclaw:main

fix(agent): apply steering before unstarted tools (#120470)

・fix(agent): apply steering before unstarted tools (#120470) * fix(agent): apply steering before unstarted tools Restore steering checkpoints before sequential tool launches and before parallel batch launch. ・Preserve paired synthetic tool results, async callback compatibility, and Code Mode outcome handling. ・* fix(agent): delay tool loop admission commits Commit loop-detection history only for calls crossing the final
#AIagentタグ

Podcastの収録後から公開まで一連の作業をパイプラインで自動化したその仕組み

・2023年からサッカーの雑談ポッドキャストを毎週配信しています。 ・https://open.spotify.com/show/51YJr06kfu4SXo0wXTWpqf ここ最近の収録は70分前後で、そこからフィラーを削り、間を詰め、編集を行い、音量を整えて、タイトルや概要欄の要約、SNS投稿までを含めて公開するまでが毎週の作業です。 ・この編集と公開を、Claude Code のスキルにまとめました。
#OpenClawタグ

プログラミング知識ゼロの経営者がClaude Codeを使いこなせた理由

・「Claude Codeが良いらしい」という話を聞くたびに、「でも自分はプログラミングなんてやったことがない」と足が止まってしまう経営者は少なくありません。私は「ClaudeCodeコンサルタント」として、これまで年間100社以上の経営者・個人事業主のClaude Code導入をご支援してきましたが、実際にご相談に来られる方の8割以上が非エンジニアです。そして、そのほとんどが最初の面談で同じ質問をされます。「プログラミング知識がゼロなんですが、私にも使えますか」と。 ・結論から言えば、答えは「はい、むしろ経営者だからこそ使いこなせます」です。この記事では、プログラミング知識ゼロの経営者がなぜClaude Codeを使いこなせるのか、その理由と具体的な始め方を、実際に非エンジニアの経営者を支援してきた立場から解説します。
Recent Commits to hermes-agent:main

build(desktop): stage get-windows like node-pty

・build(desktop): stage get-windows like node-pty get-windows@9.3.0 (MIT, zero runtime deps on macOS/Linux) is external to the esbuild bundle and staged into dist/node_modules per target platform: the universal Swift helper on macOS, the prebuilt N-API binding on Windows (fail-closed magic-byte validation), nothing on Linux (xprop at runtime). ・The staged lib/windows.js is rewritten to load the binding directly so @mapb
Recent Commits to hermes-agent:main

chore(skills/meeting-action-items): tighten to hardline standards

・chore(skills/meeting-action-items): tighten to hardline standards - description 178 -> 59 chars - author credits Ben Barclay (benbarclay) first - dropped phantom 'Linear' connector from prose (points at notion/ github-issues/user's tracker instead) - Hermes-tool framing (read_file for transcripts) - template boilerplate folded into step-local rules and skill-specific verification - tests at tests/skills/test_meeting_
Recent Commits to openclaw:main

docs: document live dashboard index refresh

docs: document live dashboard index refresh
Recent Commits to openclaw:main

docs(agents): replace exact-head re-review gate with 12-hour review w…

・docs(agents): replace exact-head re-review gate with 12-hour review window
Recent Commits to hermes-agent:main

feat: add DCP context engine

・feat: add DCP context engine Cherry-picked from PR #20774 by @jmmaloney4 (jmmaloney4@gmail.com). ・Original commits: 4420e0b0, 44247545, bac2955d. ・DCP-style model-guided context engine behind context.engine: dcp.
Recent Commits to hermes-agent:main

feat: replace Anthropic office document skills with clean-room MIT im…

・feat: replace Anthropic office document skills with clean-room MIT implementations The bundled docx, xlsx, powerpoint, and pdf skills were adapted from Anthropic's document skills and carried their proprietary LICENSE.txt (no derivatives, no redistribution). ・Flagged as critical license findings by the SkillEvaluator Tier 1 scan of our skill tree. ・This replaces all four with clean-room rewrites: - Authored from scratc
Recent Commits to hermes-agent:main

feat(agent): read_window_below tool — which OS window is underneath t…

・feat(agent): read_window_below tool — which OS window is underneath the desktop app Desktop-gated (desktop_ui toolset) metadata-only window awareness: the agent can ask which application window sits directly behind the Hermes window (app, title, bounds — never pixels). ・Rides the same blocking bridge as read_terminal: the gateway emits window.read.request and the renderer answers window.read.respond.
Recent Commits to hermes-agent:main

feat(desktop): answer window.read.request with the window below

・feat(desktop): answer window.read.request with the window below New electron/window-below.ts: pure z-order picker (walks past our own pid, first other-process window whose bounds overlap ours) over get-windows' front-to-back enumeration, with the Linux xprop stacking order reversed to match (EWMH _NET_CLIENT_LIST_STACKING is bottom-to-top). ・Main answers the hermes:window:readBelow IPC; on macOS other apps' titles pas
Recent Commits to hermes-agent:main

feat(skills): add meeting-action-items

feat(skills): add meeting-action-items
Recent Commits to openclaw:main

feat(ui): show agent runtime distinction in model picker rows (#120617)

・feat(ui): show agent runtime distinction in model picker rows (#120617) * feat(ui): show agent runtime distinction in model picker rows * fix(ui): label known CLI runtime ids in model picker rows
Recent Commits to openclaw:main

fix: discard retired session list errors (#120627)

fix: discard retired session list errors (#120627)
Recent Commits to openclaw:main

fix: keep dashboards current after session changes

fix: keep dashboards current after session changes
Recent Commits to openclaw:main

fix: preserve dashboard data during refresh

fix: preserve dashboard data during refresh
Recent Commits to hermes-agent:main

fix(build): win32 get-windows staging must skip the tarball's bundled…

・fix(build): win32 get-windows staging must skip the tarball's bundled darwin binding The published tarball ships lib/binding/napi-9-darwin-unknown-arm64 on every platform, so a real Windows host has both it and the downloaded win32 binding — the classify-everything gate threw on the darwin dir and killed every Windows pack. ・Stage only bindings naming the target platform (classify still rejects impostors), stop copyGl
Recent Commits to openclaw:main

fix(ci): isolate performance gateway fixture (#120620)

fix(ci): isolate performance gateway fixture (#120620)
Recent Commits to openclaw:main

fix(ci): run every changed-scope routing suite (#120625)

fix(ci): run every changed-scope routing suite (#120625)
Recent Commits to openclaw:main

fix(deps): register missing ownership metadata (#120615)

fix(deps): register missing ownership metadata (#120615)
Recent Commits to hermes-agent:main

fix(gateway): support Docker /workspace media paths in gateway delivery

・fix(gateway): support Docker /workspace media paths in gateway delivery Translate MEDIA paths under configured Docker volume mounts (and the default persistent /workspace) to host paths before media delivery validation, using longest container-prefix match so host:/workspace and /output export mounts work.
Recent Commits to hermes-agent:main

fix(gateway): widen container->host media translation to home, cache,…

・fix(gateway): widen container->host media translation to home, cache, and in-process gateways Follow-ups on the salvaged commit (#37207 by @charzhou): - Persistent /root home mount translates too: an agent writing /root/out.png produced a real host file under <sandbox>/docker/default/home the gateway could not find. ・- /root/.hermes cache mounts translate to the HOST cache (longest-prefix beats the home mount), so MED
Recent Commits to openclaw:main

fix(infra): unify env-truthiness, missing-path, realpath, and abort-s…

・fix(infra): unify env-truthiness, missing-path, realpath, and abort-sleep semantics (#120359) * fix(infra): unify environment truthiness * fix(infra): unify missing path classification * refactor(infra): unify realpath fallbacks * fix(infra): unify abortable sleep errors * docs(infra): clarify path fallback semantics * fix(infra): route realpaths through policy wrapper * fix(infra): ratchet plugin SDK wildcard budget
Recent Commits to openclaw:main

fix(maintainers): parse merge comment URL structurally (#120649)

fix(maintainers): parse merge comment URL structurally (#120649)
Recent Commits to openclaw:main

fix(release): make tar extraction portable on Windows (#120619)

fix(release): make tar extraction portable on Windows (#120619)
Recent Commits to openclaw:main

fix(release): unblock deferred Telegram beta validation (#120630)

・fix(release): unblock deferred Telegram beta validation (#120630) * fix(release): allow deferring package Telegram validation * fix(qa): mount taxonomy in package Telegram harness * fix(release): restrict Telegram deferral to beta
Recent Commits to openclaw:main

fix(scripts): stabilize dependency pin timeout test (#120642)

fix(scripts): stabilize dependency pin timeout test (#120642)
Recent Commits to hermes-agent:main

fix(tts): split long speech by provider and platform limits

・fix(tts): split long speech by provider and platform limits Salvage of PR #17973 by @TKCen (Sebastian Hänisch), re-implemented on current main to preserve speed/instructions/provider params, prepare_spoken_text normalization, OPUS_VOICE_PLATFORMS, is_write_denied path security, microsecond timestamps, and the streaming-TTS gate. ・- Split long TTS text into provider-safe chunks instead of truncating - Pack generated au
Recent Commits to openclaw:main

fix(ui): label only operator-pinned runtimes in model picker rows (#1…

・fix(ui): label only operator-pinned runtimes in model picker rows (#120646)
Recent Commits to hermes-agent:main

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

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

Merge pull request #81552 from NousResearch/bb/hud-mode

・Merge pull request #81552 from NousResearch/bb/hud-mode HUD mode: a chrome-free floating chat for the desktop app
Recent Commits to hermes-agent:main

Merge pull request #81891 from kshitijk4poor/revert/dcp-context-engine

・Merge pull request #81891 from kshitijk4poor/revert/dcp-context-engine revert: remove DCP context engine
Recent Commits to openclaw:main

refactor(ui): unify the visible board dock union into board settings …

・refactor(ui): unify the visible board dock union into board settings (#120605) The visible-dock union existed twice: BoardVisibleChatDock (hand-written literal union in lib/board/settings.ts, persistence layer) and VisibleBoardDock (derived from the protocol BoardTab shape in chat-pane-shared.ts, render layer). ・Follow-up from #120487. ・Keep one canonical exported type in lib/board/settings.ts, now derived from BoardTa
Recent Commits to hermes-agent:main

Revert "feat: add DCP context engine"

・Revert "feat: add DCP context engine" This reverts commit d7072ab914de0bd3c98cd5cf006fd193a5ee752d.
Recent Commits to hermes-agent:main

Revert "fix: rewire DCP context engine to current main architecture"

・Revert "fix: rewire DCP context engine to current main architecture" This reverts commit 9841a6c65161b9253c342f04b20f3a8bdb63884c.
Recent Commits to hermes-agent:main

test: pin read_window_below into the toolset + post-hook contracts, a…

・test: pin read_window_below into the toolset + post-hook contracts, appease eslint The desktop_ui and post-hook ownership contract tests enumerate their tool sets exactly — add read_window_below to both (plus the executor-path parametrize case). ・Lint: sorted type import, explicit GetWindowsModule type instead of an import() annotation, curly + blank-line style.
Recent Commits to openclaw:main

test(claws): canonicalize bootstrap export fixture path (#120644)

test(claws): canonicalize bootstrap export fixture path (#120644)
Recent Commits to openclaw:main

test(codex): align completed tool metadata expectation (#120637)

test(codex): align completed tool metadata expectation (#120637)
Recent Commits to openclaw:main

test(qa): derive diagnostics package version (#120636)

test(qa): derive diagnostics package version (#120636)
""AI agent" OR "agentic workflow"" - Google ニュース

"誘導されたAI"を見抜く──純国産Security for AI基盤「Senda-Argus」、AI - ニコニコニュース

・"誘導されたAI"を見抜く──純国産Security for AI基盤「Senda-Argus」、AI ニコニコニュース
""AI agent" OR "agentic workflow"" - Google ニュース

"誘導されたAI"を見抜く──純国産Security for AI基盤「Senda-Argus」、AI Agentへの攻撃をリアルタイムに検知しSOCへつなぐ検知エンジンを発表 - Excite エキサイト

・"誘導されたAI"を見抜く──純国産Security for AI基盤「Senda-Argus」、AI Agentへの攻撃をリアルタイムに検知しSOCへつなぐ検知エンジンを発表 Excite エキサイト
Zennの「AIエージェント」のフィード

[Mastra YouTube 解説] Agents Hour:今週のAIニュースまとめ(2026年8月7日)

・Mastra の公式YouTubeチャンネルで配信されている Agents Hour から、今回は AI News パートのみを抜き出して整理します。冒頭の近況トークやイベント話題は省き、ニュース本編で扱われた論点を読み物として再構成しました。 ・今回の回は、タイトルどおり OpenAI と Anthropic の「どちらのモデルがより危険なハッキング挙動を示したか」という刺激的な話題から始まり、オープンモデルの価格性能競争、GoogleのAI戦略への懸念、著作権訴訟、コーディングエージェントのUI競争まで、かなり密度の高い内容でした。単なる新モデル紹介にとどまらず、「どのモデルをどう運用...
Zennの「AIエージェント」のフィード

【AIエージェントでナポレオン】# 07. 「持っていないカード」を語るのをやめさせた日

・やあ、前回は「カード名を自由に書かせると、手札の中の別々のカードが混ざって実在しない札を答えてしまう」というところで終わった。今日はその宿題、「番号で答えさせる」方式を実際に試す日。 ・📚 ルールはこちら:https://zenn.dev/gakusys/books/782ca882e59a16 前回の予告どおり、カード名を書かせるのをやめて「出せるカードの一覧の何番目か」を番号で答えさせる方式に変えてあった。まず動かしてみる。 ・番号(0〜12)を指定する型に変更後、初回実行は全滅——「整数型に上限・下限を指定するのはサポートされていない」というエラー 上限...
#AIagentタグ

【claude.com】もう「許可しますか?」に付き合わない。Claude Codeが“AIに任せる開発”を標準へ

・AIにコードを書かせる時代から、AIに「どこまで任せるか」を設計する時代へ。Claude CodeのAuto modeが8月14日からPro・Max・Teamで標準化。人間が延々と許可ボタンを押す開発から、AIが安全性まで判断しながら長時間働く開発へ。その意味を数字と事例から読み解きます。
#HermesAgentタグ

【Claudeの月額を下回れるか?】第4話 ─ Hermes Agent × DeepSeek × Telegramで作る、AI秘書

・はじめに 第3話では、VPS(仮想専用サーバー)を諦めて、手元のWindows PCにWSL(Windows Subsystem for Linux)経由でHermes Agentを導入し、Fireworks AI(DeepSeek V4 Flash)とDeepInfra(FLUX-2-pro, Seedance-1.5-Pro)を主力に据えるところまでお話ししました。今回は、その続きです。
#HermesAgentタグ

【連載A 第1回付録】Hermes Desktop入門|専用アプリでAIエージェントを始める方法

・こんにちは、聖星あいです。 ・連載「AIクリエイターのための自動化実験室」、第1回の付録をお届けします。
Zennの「AIエージェント」のフィード

Agent Framework の agent.run() で Python 関数が呼ばれるまでを分解する

・Microsoft Agent Framework では、Python 関数を tools に渡すだけで、モデルが必要に応じてその関数を呼び出せます。ただし、この短いコードだけでは、モデルの Tool 呼び出し要求を誰が Python 関数の実行へ変換し、その結果をどうモデルへ戻すのかが表面上は見えません。 ・urls = ["https://example.com/article"] tools = ArticleTools(urls) agent = chat_client.as_agent( instructions=( "あなたは技術記事を比較し、学習の優...
#AIagentタグ

AI Agent Day 2026 Summerからの学びと、次回参加の勧め

・先日、「AI Agent Day 2026 Summer」にオンライン参加しました。 ・(*8/14までアーカイブ公開との連絡をいただいていますが、未申込の方も視聴可能かどうか不明です) 実は、その前日(7/22)に別イベントで、おざけんさんのセミナーを聴講した際、本イベントの開催を知りました。
""Hermes Agent"" - Google ニュース

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

・AIエージェント「Hermes Agent」の大規模アップデート「The Herald Release」が公開 (窓の杜) Yahoo!ニュース
#HermesAgentタグ

AIエージェントが死ぬ7つの死因|Hermes Agentで51本回して11本死んだ

・3行まとめ Hermes Agentで82日間に作った定期ジョブは延べ51本、いま動いているのは23本(45%)。止まった理由にモデルの性能不足は1件もありませんでした 自動化は壊れて死ぬのではなく、人間が見なくなって死にます。停止操作の1ヶ月以上前に実行が止まっていたジョブもありました 次に自動化を作るときは、精度を上げる前に「出力を読む場所」と「やめる条件」を先に決めてください 続きをみる
""AI agent" OR "agentic workflow"" - Google ニュース

AIエージェントに関わるすべての人の交流会「AI Agent Night」第4弾を開催|7月24日(金) - 朝日新聞

・AIエージェントに関わるすべての人の交流会「AI Agent Night」第4弾を開催|7月24日(金) 朝日新聞
#HermesAgentタグ

AIエージェントはタスクが終わった後の学習ループで成長する

AIエージェントはタスクが終わった後の学習ループで成長する
Zennの「AIエージェント」のフィード

AIエージェントを常時稼働させる環境の作り方

・一人法人を運営しながら、秘書役、経理役、知識整理役、各案件担当といった役割ごとにAIエージェントを分けて常時稼働させています。 ・この記事では、その環境の設計のうち汎用的な構造部分を書いています。 ・ハードウェアと接続 Mac Studio M4(64GB):常時起動させ、エージェントの実行環境にしている。
#OpenClawタグ

AI社員の安全設計は「人間が承認する」だけでは足りない。Claude Code更新から考える権限管理

・AIエージェントを会社のPC業務に使う流れが、かなり現実的になってきました。一方で、便利になるほど大事になるのが「安全に任せる設計」です。
#HermesAgentタグ

Claude Code vs Hermes Agent、どちらを使うべきか?本音の使い分けガイド

・「Claude CodeとHermes Agent、どっちを使えばいいの?」 続きをみる
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude Codeに大型アップデート:AIセッション間の自律通信が可能に、マルチエージェント連携が大きく前進 - BigGo ファイナンス

・Claude Codeに大型アップデート:AIセッション間の自律通信が可能に、マルチエージェント連携が大きく前進 BigGo ファイナンス
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude Codeの「毎回Yes」が消える日——Auto modeが8月14日からデフォルトになる理由 - shiritomo

・Claude Codeの「毎回Yes」が消える日——Auto modeが8月14日からデフォルトになる理由 shiritomo
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude Codeの独立セッションが相互通信、並列開発をつなぐ新機能の仕組みと制約 - XenoSpectrum

・Claude Codeの独立セッションが相互通信、並列開発をつなぐ新機能の仕組みと制約 XenoSpectrum
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Codex有料リセットの噂、価格は未確認のまま - Pasquale Pillitteri

・Codex有料リセットの噂、価格は未確認のまま Pasquale Pillitteri
Zennの「AIエージェント」のフィード

Googleの新フォーマット「OKF」を「知識の写し」として運用したら、5週間で廃止することになった話

・TL;DR Googleが公開した本物のオープンフォーマット(Open Knowledge Format)を自社の運用ドキュメント基盤に導入した。「一次情報の写しを作る」という、褒められた設計でないことは分かっていたが、それでも作った。実装から約5週間後の効果測定で、ログ上で確認できた明示的参照が1件にとどまり、内容の古さも見つかったため、自分たちの手で廃止することになった。この記事の本題は「写しは古くなる」という、目新しくも何ともない結論そのものより、廃止前に9ファイルそれぞれに明記された出典元(ルール文書・手順書・ツールのREADMEなど)を手作業で1件ずつ突き合わせ、出典元を失...
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Muse Code:Meta が Terminal-Bench 82.9 で Claude Code に挑む - Pasquale Pillitteri

・Muse Code:Meta が Terminal-Bench 82.9 で Claude Code に挑む Pasquale Pillitteri
#HermesAgentタグ

Open WebUIはHermesのDockerサンドボックスと同じ?安全性から考えたM4 iMacへの入れ方

・友人から「Docker上のOpen WebUIを使っている」と聞いて、わたしも使ってみたくなりました。 ・わたしのM4 iMacでは、すでにHermes AgentがDockerサンドボックスを使っています。同じDockerなら、その中へOpen WebUIも入れるの? それとも、まったく別の場所へ入れるの? 続きをみる
#OpenClawタグ

OpenAI Fast modeから考える、建設業のAI社員は「速さとコスト」まで設計する時代へ

・OpenAI APIのchangelogで、GPT-5.6系モデルの長文リクエストにもFast modeが使えるようになったと告知されています。272Kトークンを超えるような長い入力でも、標準処理より最大2.5倍速い処理を選べる、という内容です。
Zennの「AIエージェント」のフィード

OpenClawでAIエージェントを作るまで——DeepSeek API設定からブートストラップまで全部見せる

・はじめに 「AIアシスタントを作りたい」と思ったとき、多くの人は ChatGPT のカスタム指示や Claude のプロジェクト機能を思い浮かべるでしょう。でも、もっと深く——自分のファイルを読み書きし、カレンダーを確認し、メールをチェックし、記憶を持ち続けるエージェント——そんなものを作れるとしたらどうでしょうか。 ・この記事では、OpenClaw というオープンソースの AI エージェントフレームワークを使って、実際に AI アシスタント「クロウ」を作り上げた一部始終を紹介します。DeepSeek API キーの取得から、OpenClaw への設定、エージェントの起動、自己定義のプ...
Zennの「AIエージェント」のフィード

RAG開発で実際に役立った技術書5選

・はじめに 自分はここ半年ほど、社内向けのRAGパイプラインとAIエージェントの構築に取り組んでいる。最初はLangChainのドキュメントとブログ記事だけで進めていたが、検索精度が上がらない、エージェントが暴走する、デプロイ後にレイテンシが跳ね上がるといった問題に次々とぶつかった。 ・そのたびにネットで断片的な情報を拾い集めていたが、根本的な理解が足りないまま場当たり的に対処している感覚が拭えなかった。結局、体系的にまとめられた書籍を腰を据えて読むのが一番の近道だと気づいた。 ・実際に手を動かしながら数十冊を拾い読みした中で、RAGとAIエージェントの本番運用に直接効いた本を5冊に絞って...
#AIagentタグ

ServiceNow AI Agent × Google ADK — A2Aプロトコルで外部エージェントと繋いでみた

ServiceNow AI Agent × Google ADK — A2Aプロトコルで外部エージェントと繋いでみた
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

クラウドセッションを自社のインフラストラクチャで実行できる Claude Code - Unite.AI

・クラウドセッションを自社のインフラストラクチャで実行できる Claude Code Unite.AI
Zennの「AIエージェント」のフィード

コーディングエージェントをまたいで近い振る舞いを保つ拡張設計 - 6製品比較

・AIコーディングCLIを乗り換えるとき、モデル性能より先に困るのが設定資産の移植です。Claude Codeで育てたCLAUDE.md、.claude/skills/、hooks、subagentsは、別のCLIではどこに置き、何に読み替えればよいのでしょうか。 ・この調査の目的は「最強のCLI」を決めることではありません。コーディングエージェントを切り替えても、リポジトリに対して近い振る舞いをさせることです。そのため、Claude Code、OpenAI Codex CLI、GitHub Copilot CLI、Google Antigravity CLI(コマンド名agy)、xAI G...
Zennの「AIエージェント」のフィード

ハーネスのフィードバックループを4種類に分けたら、機能してたのは1つだけだった

・私は4種類のフィードバックループをハーネスに仕込みました。 ・3ヶ月後、実際に回っていたのは1つだけでした。 ・残り3種類は、書いたことすら忘れていました。
#HermesAgentタグ

マルチエージェント化は、成熟したAIの出口。OpenClaw🦞HermesAgent🎧を使ってわかった「AIエージェント」の本質

・ここ数カ月、私はAIエージェントをかなり触ってきました。 ・OpenClaw+Hermes。 ・そして今は、Hermesを中心に使っています。
#OpenClawタグ

月10万円のAI秘書

月10万円のAI秘書
#OpenClawタグ

最新生成AIトピック解説記事 August 8, 2026 at 1:55 AM JST

・OpenClaw:2026年におけるセルフホスト型AIエージェントの決定版 2026年8月8日現在、AIエージェント市場は実験的フェーズから実用的なインフラストラクチャへと急速に移行している。その中心に位置するのが、爆発的なコミュニティの支持を集めるOpenClawである。本稿では、GitHubで382,000以上のスターを獲得したこのフレームワークの技術的優位性と、エンタープライズ環境への導入における詳細を分析する。
Zennの「AIエージェント」のフィード

同じ名前だから、同じものだと思った(10)

・シリーズ「AIエージェントの報告を信じる前に」の10本目です。1本目からの一覧は記事の最後にあります。 ・ある画面に、市場全体の動きを表す指数の名前が付いた項目がある。値も入っている。取得も成功している。 ・中身は、その指数ではなかった。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

本物と偽物を混ぜた演奏も。エリック・サティ様式の自動生成アプリ「無限サティ機関」をClaude Codeで作って公開した(CloseBox) - テクノエッジ TechnoEdge

・本物と偽物を混ぜた演奏も。エリック・サティ様式の自動生成アプリ「無限サティ機関」をClaude Codeで作って公開した(CloseBox) テクノエッジ TechnoEdge