autonomous-agent Trend Report

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

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

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

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

1
High impact
4
Mid impact
75
Signal watch

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

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

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

fix(compression): キャッシュ済みプロンプトが現在のメモリを含んでいることを保持前に検証

- 圧縮時のキャッシュ済みプロンプト保持判定で、メモリスナップショットの単純一致ではなく、再読み込み後のメモリ内容がプロンプト内に実際に含まれているかを確認する方式に変更。 - セッションDB由来の古いプロンプトが、新しいメモリ書き込みを欠いたまま再利用・再保存される不具合を修正。 - 空になった/無効化されたメモリブロックのヘッダ残骸も検出して再構築し、回帰テストとE2E検証を追加。
Action: キャッシュ済みプロンプトやメモリ再利用処理では、状態オブジェクトの一致比較ではなく、最終レンダリング結果の包含確認と不要ブロック残存チェックを追加してください。
Recent Commits to hermes-agent:main

修正(compression): メモリが変更されていない場合はプロンプトキャッシュを保持する

・compression周りの不具合修正に関する内容 ・メモリ内容が未変更のとき、プロンプトキャッシュを維持するよう改善 ・不要なキャッシュ破棄を防ぎ、効率や安定性の向上が期待される
Action: メモリ状態に変更がないケースでキャッシュを無効化していないか確認し、キャッシュ保持条件のテストを追加する。
Recent Commits to hermes-agent:main

修正: 救済されたPR #36998向けのsection-3グルーピング追補

- section-3のグループ識別にextra_headersを含め、同一プロキシURL配下でもヘッダールーティングされたテナントを区別できるようにした - モデル宣言を_declared_model_ids()経由に統一し、models: [{id: ...}]形式の設定互換性を維持した - ゲートウェイのモデル切替処理の配置を調整し、関連する回帰テスト(同一エンドポイント統合、api_mode分離、ヘッダー分離、list-of-dict models、RID表示除去)を追加した
Action: section-3のグルーピング条件とモデル宣言処理が既存設定を壊していないか確認し、回帰テスト一式をCIで常時実行してください。
Recent Commits to hermes-agent:main

tui: RID除去処理をformat_model_for_displayに集約し、モデル切り替えバナーにも適用

・Palantir系の不透明なRIDを表示用に短いモデル名へ整形する共通ヘルパーを追加し、表示ロジックを一元化した ・ステータスバーだけでなく、モデル切り替え確認バナーやシステムプロンプトの注意文、gateway経由の確認表示にも同じ整形を適用した ・内部保存やAPI呼び出しでは従来どおり完全なRIDを保持しつつ、表示だけを改善し、各種RIDや通常モデル名の単体テストも追加した
Action: モデル表示処理が複数箇所に分散している場合は、表示専用フォーマッタへ統一し、内部IDとUI表示名を明確に分離してください。
Recent Commits to hermes-agent:main

tui: より親しみやすいモデル表示 + ピッカーで同一エンドポイントのプロバイダーをグループ化

・ステータスバーのモデル名表示を改善し、長いモデルIDでもエイリアス逆引きやRIDプレフィックス除去で判別しやすくした ・プロバイダーピッカーで同一の api_url・key_env・api_mode を持つ providers エントリを1行にまとめ、重複表示を削減した ・Palantir Foundry など単一プロキシ配下で複数モデルを使う構成でも、モデル選択UIの見やすさと実用性が向上した
Action: TUIのモデル表示処理とプロバイダー一覧生成ロジックを確認し、alias逆引き・RID短縮・同一エンドポイントのグルーピングが既存設定で期待通り動くか回帰テストを追加する
Recent Commits to hermes-agent:main

chore: fix import ordering after cherry-pick conflict resolution

chore: fix import ordering after cherry-pick conflict resolution
Recent Commits to hermes-agent:main

fix(desktop): preserve collapsed-provider set across profile switches

fix(desktop): preserve collapsed-provider set across profile switches
Recent Commits to hermes-agent:main

feat(desktop): collapsible provider groups in model picker

feat(desktop): collapsible provider groups in model picker
Recent Commits to hermes-agent:main

fix(dashboard): fold one-field mcp category into agent tab

fix(dashboard): fold one-field mcp category into agent tab
Recent Commits to hermes-agent:main

fix(mcp): move auto-reload opt-out to top-level mcp: section + regres…

fix(mcp): move auto-reload opt-out to top-level mcp: section + regres…
Recent Commits to hermes-agent:main

fix(mcp): read opt-out toggle from auxiliary.mcp, not top-level mcp

fix(mcp): read opt-out toggle from auxiliary.mcp, not top-level mcp
Recent Commits to hermes-agent:main

feat(mcp): add opt-out for automatic MCP reload on config change (cac…

feat(mcp): add opt-out for automatic MCP reload on config change (cac…
Recent Commits to hermes-agent:main

fix(cli): expand env vars in mcp_servers config watcher comparison

fix(cli): expand env vars in mcp_servers config watcher comparison
Recent Commits to hermes-agent:main

chore: map salvage contributors

chore: map salvage contributors
Recent Commits to hermes-agent:main

fix: add qwen3.7-plus to alibaba list + qwen3-max context fallback

fix: add qwen3.7-plus to alibaba list + qwen3-max context fallback
Recent Commits to hermes-agent:main

fix: add qwen3.7-plus context length (1M)

fix: add qwen3.7-plus context length (1M)
Recent Commits to hermes-agent:main

fix(providers): update alibaba coding plan supported model list

fix(providers): update alibaba coding plan supported model list
Recent Commits to hermes-agent:main

chore: add contributor email mapping for Dhravya

chore: add contributor email mapping for Dhravya
Recent Commits to hermes-agent:main

fix(supermemory): complete self-hosted endpoint routing

fix(supermemory): complete self-hosted endpoint routing
Recent Commits to hermes-agent:main

feat(supermemory): support custom base URL for self-hosted servers

feat(supermemory): support custom base URL for self-hosted servers
Recent Commits to openclaw:main

feat(anthropic): import Claude Desktop custom groups (#111644)

feat(anthropic): import Claude Desktop custom groups (#111644)
Recent Commits to openclaw:main

build(client): make @openclaw/gateway-client publishable to npm (#111…

build(client): make @openclaw/gateway-client publishable to npm (#111…
Recent Commits to openclaw:main

fix(ui): give markdown list items more breathing room (#111693)

fix(ui): give markdown list items more breathing room (#111693)
Recent Commits to openclaw:main

fix(ui): make stale-chunk Reload survive the gateway restart (#111670)

fix(ui): make stale-chunk Reload survive the gateway restart (#111670)
Recent Commits to openclaw:main

fix(ui): keep completed work expanded outside dashboard sessions (#11…

fix(ui): keep completed work expanded outside dashboard sessions (#11…
Recent Commits to openclaw:main

fix(control-ui): keep OpenClaw in settings (#111686)

fix(control-ui): keep OpenClaw in settings (#111686)
Recent Commits to openclaw:main

fix(gateway): make agent deletion transactional (#111678)

fix(gateway): make agent deletion transactional (#111678)
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

NextBSD-redux始動、FreeBSD×Appleオープンソースの再挑戦をClaude Codeと - innovaTopia

NextBSD-redux始動、FreeBSD×Appleオープンソースの再挑戦をClaude Codeと - innovaTopia
Recent Commits to openclaw:main

fix(agents): tolerate auth mutation before first prepared-model-runti…

fix(agents): tolerate auth mutation before first prepared-model-runti…
Recent Commits to openclaw:main

fix(ui): give roster rows their avatar-text gap and add presence mock…

fix(ui): give roster rows their avatar-text gap and add presence mock…
Recent Commits to openclaw:main

fix(ui): bound dashboard MCP App lifecycle (#111691)

fix(ui): bound dashboard MCP App lifecycle (#111691)
Recent Commits to openclaw:main

feat(dashboard): harden MCP widget authority (#111679)

feat(dashboard): harden MCP widget authority (#111679)
Recent Commits to openclaw:main

chore(pr): warn when ci-dispatch targets a remote head behind local w…

chore(pr): warn when ci-dispatch targets a remote head behind local w…
Recent Commits to openclaw:main

build(protocol): make @openclaw/gateway-protocol publishable to npm (…

build(protocol): make @openclaw/gateway-protocol publishable to npm (…
Recent Commits to openclaw:main

fix(control-ui): tighten About build grid spacing (#111532)

fix(control-ui): tighten About build grid spacing (#111532)
Recent Commits to openclaw:main

fix(ui): restyle chat pane error banner as a compact centered alert (…

fix(ui): restyle chat pane error banner as a compact centered alert (…
Recent Commits to openclaw:main

fix(clickclack): accept omitted nullable managed-channel fields and a…

fix(clickclack): accept omitted nullable managed-channel fields and a…
Recent Commits to openclaw:main

refactor: unify the embedded-agent fallback run-entry across all four…

refactor: unify the embedded-agent fallback run-entry across all four…
Recent Commits to openclaw:main

fix(onboard): reject invalid setup options before writes (#111680)

fix(onboard): reject invalid setup options before writes (#111680)
Recent Commits to openclaw:main

fix(process): use a valid PTY type when TERM is blank (#111261)

fix(process): use a valid PTY type when TERM is blank (#111261)
Recent Commits to openclaw:main

chore(pr): dev-wrapper opt-in — advisory subcommands may dogfood modi…

chore(pr): dev-wrapper opt-in — advisory subcommands may dogfood modi…
#OpenClawタグ

ChatGPTじゃ足りない?「実行まで完遂するAI」OpenClawの衝撃とローカル運用の現実解

ChatGPTじゃ足りない?「実行まで完遂するAI」OpenClawの衝撃とローカル運用の現実解
#OpenClawタグ

OpenClaw第6回 AIに「できること」を教える

OpenClaw第6回 AIに「できること」を教える
""AI agent" OR "agentic workflow"" - Google ニュース

Asia Pacific's Payments Industry Moves to Write Global Rulebook on AI Agent Liability - Excite エキサイト

Asia Pacific's Payments Industry Moves to Write Global Rulebook on AI Agent Liability - Excite エキサイト
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

手書きプロンプトに別れ──Claude Code生みの親が語る「ループエンジニアリング」が変えるプログラミングの常識 - BigGo ファイナンス

手書きプロンプトに別れ──Claude Code生みの親が語る「ループエンジニアリング」が変えるプログラミングの常識 - BigGo ファイナンス
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OracleがERPにAIエージェント本格実装、Codex活用の新開発基盤で企業アプリの「基盤化」加速 - BigGo ファイナンス

OracleがERPにAIエージェント本格実装、Codex活用の新開発基盤で企業アプリの「基盤化」加速 - BigGo ファイナンス
AIAgentタグが付けられた新着記事 - Qiita

2026年最新|OpenClawで経営OSを自作した話——9体のAIエージェントが会社を回す

2026年最新|OpenClawで経営OSを自作した話——9体のAIエージェントが会社を回す
Zennの「AIエージェント」のフィード

AIエージェントに良い仕事をさせるシステムプロンプトの書き方

AIエージェントに良い仕事をさせるシステムプロンプトの書き方
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

CodexもClaude CodeもERPへ、オラクルが変える企業アプリ開発の「新常識」(ビジネス+IT) - Yahoo!ニュース

CodexもClaude CodeもERPへ、オラクルが変える企業アプリ開発の「新常識」(ビジネス+IT) - Yahoo!ニュース
#OpenClawタグ

Microsoft 365 Copilotの更新から考える、建設業の「AI社員」管理ルール

Microsoft 365 Copilotの更新から考える、建設業の「AI社員」管理ルール
#AIagentタグ

Claude Fable 5 が標準搭載になったので、そろそろ書いてみる。

Claude Fable 5 が標準搭載になったので、そろそろ書いてみる。
#HermesAgentタグ

使うほど自分専用に育つAI「Hermes Agent」とは? Claude Codeとの違いと活用法

使うほど自分専用に育つAI「Hermes Agent」とは? Claude Codeとの違いと活用法
#OpenClawタグ

OpenClaw第5回 話しかける窓口を増やす

OpenClaw第5回 話しかける窓口を増やす
#AIagentタグ

生成AIを精神崩壊させた件

生成AIを精神崩壊させた件
#HermesAgentタグ

【#65】ドラフト1位を選ばなかった佐々木麟太郎選手と、決算前に静観を選んだ相場の話

【#65】ドラフト1位を選ばなかった佐々木麟太郎選手と、決算前に静観を選んだ相場の話
#OpenClawタグ

【#65】ドラフト1位を選ばなかった佐々木麟太郎選手と、決算前に静観を選んだ相場の話

【#65】ドラフト1位を選ばなかった佐々木麟太郎選手と、決算前に静観を選んだ相場の話
Zennの「AIエージェント」のフィード

個人開発でAIエージェントを迷走させない、GitHub Issueを「作業正本」にする設計

個人開発でAIエージェントを迷走させない、GitHub Issueを「作業正本」にする設計
#HermesAgentタグ

Hermes Agent×Obsidianで作る共有脳|3つの正本とAIの読み書き境界を設計する

Hermes Agent×Obsidianで作る共有脳|3つの正本とAIの読み書き境界を設計する
Zennの「AIエージェント」のフィード

Ontology Playgroundで学ぶオントロジー超入門

Ontology Playgroundで学ぶオントロジー超入門
Zennの「AIエージェント」のフィード

AIエージェントの行動を可視化する — エージェントトレーシングとActivity Stream監査

AIエージェントの行動を可視化する — エージェントトレーシングとActivity Stream監査
#HermesAgentタグ

Hermes Agentは、みんなが使い始める前に育てておく

Hermes Agentは、みんなが使い始める前に育てておく
Zennの「AIエージェント」のフィード

【Foundry続編】Hosted Agent が GA!MAF エージェントを azd で載せる PoC ハンズオン

【Foundry続編】Hosted Agent が GA!MAF エージェントを azd で載せる PoC ハンズオン
Zennの「AIエージェント」のフィード

自動工場設計の道:ループエンジニアリングは実際に作るとどこで詰まるのか

自動工場設計の道:ループエンジニアリングは実際に作るとどこで詰まるのか
Zennの「AIエージェント」のフィード

AIに仕事を任せて3ヶ月、実際に起きた事故3件とその場しのぎでは終わらせなかった話

AIに仕事を任せて3ヶ月、実際に起きた事故3件とその場しのぎでは終わらせなかった話
#HermesAgentタグ

Obsidianのメモが、AIの記憶になる話

Obsidianのメモが、AIの記憶になる話
Zennの「AIエージェント」のフィード

「Claude Code」「Codex」「Gemini」の3大AIエージェントを同時に飼い慣らす、近未来のソロ開発ワークフロー

「Claude Code」「Codex」「Gemini」の3大AIエージェントを同時に飼い慣らす、近未来のソロ開発ワークフロー
Zennの「AIエージェント」のフィード

[Mastra Foundations] AIエージェントのメール基盤は「送るだけ」では足りない

[Mastra Foundations] AIエージェントのメール基盤は「送るだけ」では足りない
Zennの「AIエージェント」のフィード

eveでSlackで動くAIエージェントがすぐ作れたが、ハマりどころとセキュリティ懸念もあった

eveでSlackで動くAIエージェントがすぐ作れたが、ハマりどころとセキュリティ懸念もあった
Zennの「AIエージェント」のフィード

zapabob × Hermes Agent:HermesDesktopwatchdogでWindows接続を安定させる

zapabob × Hermes Agent:HermesDesktopwatchdogでWindows接続を安定させる
#OpenClawタグ

OpenClaw第4回 AIに記憶を持たせる

OpenClaw第4回 AIに記憶を持たせる
#OpenClawタグ

OpenClaw第3回 エージェントの頭の中

OpenClaw第3回 エージェントの頭の中
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude Code for VS Codeの導入・設定・使い方を徹底解説 - AIsmiley

Claude Code for VS Codeの導入・設定・使い方を徹底解説 - AIsmiley
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OpenAI、Codex用キーパッド「Codex Micro」発売。230ドル、Work Louderと共同開発 - Gadget Gate

OpenAI、Codex用キーパッド「Codex Micro」発売。230ドル、Work Louderと共同開発 - Gadget Gate
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

株式会社if、Claude CodeのSkill機能で「講師なしでも回る仕組み」を非エンジニアに移転する伴走メソッドを体系化──セミナー動画30秒ダイジェスト自動生成での実証を公表 - 時事ドットコム

株式会社if、Claude CodeのSkill機能で「講師なしでも回る仕組み」を非エンジニアに移転する伴走メソッドを体系化──セミナー動画30秒ダイジェスト自動生成での実証を公表 - 時事ドットコム
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

【7/29(水)無料セミナー】Claude Codeと安全に働く組織のつくり方 ~ 導入前に整えるべき3つの土台 ~ - 産経ニュース

【7/29(水)無料セミナー】Claude Codeと安全に働く組織のつくり方 ~ 導入前に整えるべき3つの土台 ~ - 産経ニュース
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OpenAI、初のハードウェア「Codex Micro」を発売。Codexエージェント操作用の230ドルキーパッド - dreamseed.blog

OpenAI、初のハードウェア「Codex Micro」を発売。Codexエージェント操作用の230ドルキーパッド - dreamseed.blog
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Codexワークフロー実行も、承認も却下も1ボタンでできる左手デバイス - PC Watch

Codexワークフロー実行も、承認も却下も1ボタンでできる左手デバイス - PC Watch
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OpenAI初のハードウェア「Codex Micro」発売。AIエージェントを手元で操作できる専用キーパッド - corriente.jp

OpenAI初のハードウェア「Codex Micro」発売。AIエージェントを手元で操作できる専用キーパッド - corriente.jp
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OpenAI、初のハードウェア「Codex Micro」を230ドルで予約販売 Codexエージェントを物理キーで操作 - Ledge.ai

OpenAI、初のハードウェア「Codex Micro」を230ドルで予約販売 Codexエージェントを物理キーで操作 - Ledge.ai
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OpenAI、エージェント操作用キーパッド「Codex Micro」発表 約3万7000円 - Yahoo!ニュース

OpenAI、エージェント操作用キーパッド「Codex Micro」発表 約3万7000円 - Yahoo!ニュース