autonomous-agent Trend Report

Dashboard へ戻る
Date: 20260809 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
#AIagentタグ

AI AgentはSaaSを破壊するのか。TEAMとTWLOの決算から見えた新しいソフトウェア市場

・Seat課金からAgent Consumptionへ。NETとDDOGも交えて、AI時代に価値が残るソフトウェアを考える AIはSaaSを破壊するのか。
#OpenClawタグ

起業家がOpenClawでAI「社員」を9体作った話。実際どう作るのか確認した

・「初めてOpenClawを試した日、家族の予定が入ったカレンダーを全部消された」。こんな一文から始まるインタビューが、Business Insiderに載っていました。語っているのは、スタートアップ創業者のClaire Vo氏。記事はこちらで読めます(英語)。 ・https://www.aol.com/articles/startup-founder-explains-why-she-054950405.html Vo氏は現在、複数台のパソコンにまたがって、9体のAI「社員」を運用しているといいます。オープンソースの個人向けAIエージェント基盤「OpenClaw」を使って、営業担当・業務管理担当といったビジネス向けのエージェントから、家庭の家事調整を担う家族アシスタント、子どもの教育担当まで、business用と個人用の両方を任せているとのことです。 ・Podcast番組「Lenny's Podcast」で本人が語ったところによると
#AIagentタグ

昔は“雑談相手”だったChatGPT Voiceが仕事を覚えた!AIを開かず呼びつける時代へ📰 AIデイリーニュース|2026年8月8日版

・今日のニュースは、一見すると別々です。 ・ChatGPT Voiceの進化。 ・NotionのCustom Agent。
Recent Commits to hermes-agent:main

fix(gateway): make the restart-loop breaker see slow crash cycles (#8…

・fix(gateway): make the restart-loop breaker see slow crash cycles (#81642) The auto-resume restart-loop breaker (#30719, defense-3) pruned its boot log against an absolute `window_seconds` (default 60s). ・That prune is period-sensitive: a crash cycle slower than the window drops its own history on every boot, so the counter never leaves 1 and the breaker can never trip, no matter how long the loop runs. ・The cycle repo
Recent Commits to hermes-agent:main

fix(personality): single-owner personality state + one-time reset mig…

・fix(personality): single-owner personality state + one-time reset migration Personality persistence used to be split per surface: the TUI/desktop wrote the NAME to display.personality while the CLI/gateway wrote rendered TEXT into agent.system_prompt (and their /personality none only blanked the text, leaving the name behind). ・When #81946 made display.personality authoritative everywhere, stale names written long ago
Recent Commits to hermes-agent:main

Sidebar filter menu (#82463)

・Sidebar filter menu (#82463) * feat(desktop): resolve a session's pull request A session row can say whether its work is open, merged or closed, and link to it. ・The join is the session's own repo + branch, asked of GitHub in one batched GraphQL request per repo (branch aliases, not a `gh pr list` page that a busy repo crowds ours out of), through the remote-aware git facade so a desktop on a remote gateway asks the b
Recent Commits to openclaw:main

test(gateway): boot a minimal test gateway in the gateway lane (#121134)

・test(gateway): boot a minimal test gateway in the gateway lane (#121134) * test(gateway): boot a minimal test gateway in the gateway lane A gateway startup stall (#120926, awaited chat-metadata refresh in minimal mode) shipped with green CI and first surfaced by hanging every checks-ui-e2e suite that boots a minimal test gateway: no gateway-lane test booted one with bundled plugins enabled (gateway.test.ts disables t
#AIagentタグ

AIを使わない会社はどれくらいの損するのか? 銀行の逸失利益の考え方をわかりやすく解説

・※本記事は個人の見解・考察であり、所属する組織その他の団体を代表するものではありません。また、特定の企業・金融機関・製品・サービスを評価、推奨、批判することを目的としたものではありません。 ・AIを使わない会社は、実際どれくらい損するのか? ― 「AIを入れたら得する」ではなく、「使わないと失う利益」を計算してみる AI導入の話になると、 「いくら工数が減るのか」 「何人分の人件費を削減できるのか」 という計算をしがちです。 ・でも、AIがこれからPCと同じくらい当たり前になるなら、 見るべきなのはそれだけではありません。
Recent Commits to hermes-agent:main

chore: AUTHOR_MAP for afgl_mk93@icloud.com (PR #81851)

chore: AUTHOR_MAP for afgl_mk93@icloud.com (PR #81851)
Recent Commits to hermes-agent:main

feat(desktop): sidebar filter menu

・feat(desktop): sidebar filter menu The sessions header's project/list toggle was one binary choice standing in for a view. ・It becomes a menu: group by date, project or status; order by updated, created, status, tokens or cost; show tokens, cost, PR, profile or an always-visible timestamp per row; filter by status, pull request, project or archived. ・Everything persists, and one reset puts it all back.
Recent Commits to openclaw:main

feat(gateway): live Desktop observer for cloud workers (Labs) (#120727)

・feat(gateway): live Desktop observer for cloud workers (Labs) (#120727) * feat(gateway): live desktop observer for cloud workers Adds live observation for cloud worker desktops through the gateway and Crabbox plugin, including desktop provisioning, persisted desktop metadata, tunneled WebSocket proxying, and the worker.desktop.observe protocol method. ・The gateway, Crabbox plugin, and gateway protocol surfaces remain
Recent Commits to hermes-agent:main

fix: move ghost filter before alternation repair + promote scaffold c…

・fix: move ghost filter before alternation repair + promote scaffold constant Move the legacy ghost-row filter from inside the api_messages loop to BEFORE repair_message_sequence_with_cursor. ・Dropping a ghost assistant row between two user messages creates user→user which the repair can now fix (previously the repair ran first and missed it). ・Promote '[This response was interrupted by a user correction.]' to module-le
Recent Commits to openclaw:main

fix: steering misses the next tool boundary after ACK (#120964)

・fix: steering misses the next tool boundary after ACK (#120964) * fix(steering): wait for queue acceptance before ack * fix(steering): preserve session steer call contract * fix(steering): close runtime ownership gaps * fix(ci): refresh plugin SDK API baseline
Recent Commits to hermes-agent:main

fix: store strong ref to detached fatal handler task to prevent GC

・fix: store strong ref to detached fatal handler task to prevent GC asyncio.ensure_future(result) creates a task with only a weak ref in the event loop's task table. ・After the carrier raises CancelledError, the local 'task' variable goes out of scope and the loop can GC the handler before it finishes — the exact 'handler killed mid-flight' class we are fixing, just via GC instead of cancellation. ・Add _detached_fatal_t
Recent Commits to hermes-agent:main

fix(agent): drop legacy interrupt-scaffold ghost rows from API replay

・fix(agent): drop legacy interrupt-scaffold ghost rows from API replay Sessions already poisoned by the incomplete #73146 else branch still replay hidden assistant rows whose content is the raw interrupt scaffold. ・Skip those rows when building provider messages so old state.db history cannot keep seeding the echo loop.
Recent Commits to hermes-agent:main

fix(agent): keep interrupt scaffold off the tool-tail redirect placeh…

・fix(agent): keep interrupt scaffold off the tool-tail redirect placeholder The incomplete #73146 else branch still wrote the interrupt checkpoint into the placeholder assistant row. ・Mid-tool steers then replayed that scaffold as the model's own prior reply, which it echoed into a self-replicating ghost loop. ・Carry the scaffold only on the user correction's api_content, matching the assistant-tail branch.
Recent Commits to openclaw:main

fix(browser): recover Copilot storage writes (#116882)

fix(browser): recover Copilot storage writes (#116882)
Recent Commits to openclaw:main

fix(ci): shard release merge-tree lint (#120421)

・fix(ci): shard release merge-tree lint (#120421) * fix(ci): shard release merge-tree lint Punchcard-Session: amber-workshop-workshop-36 * fix(ci): resolve branch-creation push base Punchcard-Session: amber-workshop-workshop-36 * fix(ci): follow Oxlint shard runner rename Punchcard-Session: amber-workshop-workshop-36
Recent Commits to hermes-agent:main

fix(compression): preserve live tail before snapshot adoption

fix(compression): preserve live tail before snapshot adoption
Recent Commits to openclaw:main

fix(gateway): redact audio history payloads (#121109)

・fix(gateway): redact audio history payloads (#121109) Strip raw audio data and host-local references at the shared chat display projection used by WebSocket and HTTP/SSE history, while preserving remote and managed media references.
Recent Commits to hermes-agent:main

fix(gateway): shield fatal-error handler from carrier task cancellation

・fix(gateway): shield fatal-error handler from carrier task cancellation When an adapter escalates a retryable fatal error from inside one of its own tasks (e.g. ・Telegram's _polling_error_task after exhausting polling network retries), the gateway's _handle_adapter_fatal_error tears the adapter down via disconnect() — which cancels that very task. ・The propagating CancelledError killed the handler between popping the a
Recent Commits to openclaw:main

fix(openai): bound streamed tool arguments (#117055)

fix(openai): bound streamed tool arguments (#117055)
Recent Commits to openclaw:main

fix(openai): preserve Chat response hook lifecycle (#117056)

fix(openai): preserve Chat response hook lifecycle (#117056)
Recent Commits to openclaw:main

fix(openai): preserve failed Responses terminal usage (#115175)

・fix(openai): preserve failed Responses terminal usage (#115175) * fix(openai): preserve failed Responses usage * test(ci): include failed SSE prefix sibling
Recent Commits to hermes-agent:main

fix(process-registry): bind gateway scope identity to pid

fix(process-registry): bind gateway scope identity to pid
Recent Commits to hermes-agent:main

fix(process-registry): keep CLI workers off controlling tty

fix(process-registry): keep CLI workers off controlling tty
Recent Commits to openclaw:main

fix(release): prefer SQLite upgrade survivor state (#120983)

fix(release): prefer SQLite upgrade survivor state (#120983)
Recent Commits to openclaw:main

fix(telegram): make expired Codex automation alerts actionable (#121067)

・fix(telegram): make expired Codex automation alerts actionable (#121067) * fix(cron): make Codex auth alerts actionable * fix(telegram): authorize Codex login callbacks centrally * fix(telegram): make callback outcomes explicit * fix(telegram): use typed callback result * test(cron): assert typed delivery payloads * test(cron): require captured reply payload * test(cron): require captured reply text * fix(telegram):
Recent Commits to openclaw:main

fix(telegram): preserve DM topic authorization (#121117)

・fix(telegram): preserve DM topic authorization (#121117) Carry canonical direct_messages_topic identity through authorization and config selection so channel DM topics use the same scope as delivery. ・Keep that identity distinct from message_thread_id.
Recent Commits to openclaw:main

fix(ui): clear sidebar hover controls after pointer leaves (#121118)

・fix(ui): clear sidebar hover controls after pointer leaves (#121118) * fix(ui): clear sidebar hover controls after pointer leaves * test(ui): avoid shadowing catalog toggle
Recent Commits to openclaw:main

fix(ui): show concrete new-session defaults (#121133)

fix(ui): show concrete new-session defaults (#121133)
Recent Commits to openclaw:main

fix(update): keep managed gateway updates in the correct profile (#11…

・fix(update): keep managed gateway updates in the correct profile (#113901) * fix(update): keep managed gateway state in its profile * refactor(update): scope managed profile finalization * chore(update): remove stale env import * test(update): narrow completion call lookup
Recent Commits to hermes-agent:main

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

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

perf(gateway): 10x faster cold project grouping (3.3s → 0.3s) (#82472)

・perf(gateway): 10x faster cold project grouping (3.3s → 0.3s) (#82472) * perf(gateway): stop spawning git for paths that cannot answer The project tree probes every distinct session cwd, and on a long-lived history most of those directories are deleted worktrees — `git -C` there can only fail, at the price of a fork each. ・The second elision is `common_repo_root`: only repos have a common dir, and the para
Recent Commits to openclaw:main

perf(gateway): per-transcript broadcast lanes (#121104)

・perf(gateway): per-transcript broadcast lanes (#121104) * perf(gateway): per-transcript broadcast lanes Transcript-update broadcasts were serialized behind one global promise queue, so one session's pending async seq read head-of-line blocked every other session's session.message and sessions.changed delivery. ・Ordering is a per-transcript contract, so key the queue by transcript identity and drop drained lanes.
Recent Commits to hermes-agent:main

perf(gateway): quit reading system prompts the project tree discards

・perf(gateway): quit reading system prompts the project tree discards `_project_tree_row` keeps about eighteen fields and drops the rest, but the query behind it selected `s.*` plus the resolved system prompt — 37MB of blob per build on my session history, read out of the B-tree and then thrown away.
Recent Commits to hermes-agent:main

perf(gateway): stop spawning git for paths that cannot answer

・perf(gateway): stop spawning git for paths that cannot answer The project tree probes every distinct session cwd, and on a long-lived history most of those directories are deleted worktrees — `git -C` there can only fail, at the price of a fork each. ・The second elision is `common_repo_root`: only repos have a common dir, and the parallel warm never covers that probe because `resolve()` reaches it only for
Recent Commits to hermes-agent:main

perf(gateway): warm every path the project tree will resolve

・perf(gateway): warm every path the project tree will resolve The warm covered session cwds, but build_tree also resolves each declared project folder and each discovered repo root. ・Those were the last probes running one directory at a time while the sidebar showed a skeleton.
Recent Commits to hermes-agent:main

refactor: clean up gateway scope identity predicate and tests

・refactor: clean up gateway scope identity predicate and tests - Remove dead use_systemd_scope = False assignment (leftover from the old try/except pattern, immediately overwritten). ・- Update stale log label supervisor= -> in_supervised_gateway= to match the renamed variable. ・- Convert autouse _mark_gateway_process fixture to opt-in _gateway_identity so negative tests start from a clean slate instead of undoing the fi
Recent Commits to openclaw:main

refactor(gateway): carve agent turn types (#121160)

refactor(gateway): carve agent turn types (#121160)
Recent Commits to openclaw:main

refactor(tests): consolidate CLI command fixtures (#114427)

refactor(tests): consolidate CLI command fixtures (#114427)
Recent Commits to openclaw:main

refactor(tests): consolidate inbound reply fixtures (#114430)

refactor(tests): consolidate inbound reply fixtures (#114430)
Recent Commits to openclaw:main

test: remove stale MiniMax core mirrors (#121120)

test: remove stale MiniMax core mirrors (#121120)
Recent Commits to hermes-agent:main

test(desktop): stub repoStatusForCwd in the review store tests

・test(desktop): stub repoStatusForCwd in the review store tests Binding a new PR to its session reads the repo's live branch, which the suite's coding-status mock didn't provide.
""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 エキサイト
#OpenClawタグ

「AIに聞く」から「AIに任せる」へ。僕が今日、OpenClawにワクワクした理由。

「AIに聞く」から「AIに任せる」へ。僕が今日、OpenClawにワクワクした理由。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

「Claude Code」、AIが権限確認を代行する「auto mode」がデフォルトに 8月14日から - Infoseek

・「Claude Code」、AIが権限確認を代行する「auto mode」がデフォルトに 8月14日から Infoseek
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

「Claude Code」、AIが権限確認を代行する「auto mode」がデフォルトに 8月14日から (ITmedia NEWS) - Yahoo!ニュース

・「Claude Code」、AIが権限確認を代行する「auto mode」がデフォルトに 8月14日から (ITmedia NEWS) Yahoo!ニュース
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

「Claude Code」にセッション同士がメッセージを送り合う機能 macOSとLinuxに - itmedia.co.jp

・「Claude Code」にセッション同士がメッセージを送り合う機能 macOSとLinuxに itmedia.co.jp
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

「Claude Code」にセッション同士がメッセージを送り合う機能 macOSとLinuxに (ITmedia NEWS) - Yahoo!ニュース

・「Claude Code」にセッション同士がメッセージを送り合う機能 macOSとLinuxに (ITmedia NEWS) Yahoo!ニュース
Zennの「AIエージェント」のフィード

【2026年最新】Agent Skills を整理する — google/addyosmani/mattpocockの違いと選び方

・<!-- メタデータ(Obsidian管理用・Zenn側には公開されない) ステータス: 下書き スラッグ: agent-skills-repos-comparison-2026 ファクトチェック: 済(2026-08-09 Genspark / [[20260809_zenn-agent-skills-repos-comparison-2026-factcheck]]) ファクトチェック修正: 済(2026-08-09 計7箇所修正:rough edges差替/addy・google 2ステップ/agentskills.io/skills.sh/参考リンク6件/AG...
Zennの「AIエージェント」のフィード

【AIエージェントでナポレオン】# 08. 当たっていても、理由は壊れていた日

・やあ、前回の宿題だった「得点が今どうなっているか」「副官の正体が場に出た瞬間から分かっているか」をAIに伝えるところから今日は始まった。 ・📚 ルールはこちら:https://zenn.dev/gakusys/books/782ca882e59a16 まず宿題の消化から。各プレイヤーの獲得点と、副官が場に出た瞬間を全員に知らせる仕組みを追加した。 ・各プレイヤーの現在の獲得点(points_taken)を毎手番のJSONに追加 自分が知っている範囲でのナポレオン軍側合計(napoleon_side_points_known)を追加——副官が誰か分からないうちは...
#HermesAgentタグ

【Hermes Agent】24時間稼働を最も簡単に実現!VPS+WhatsAppセットアップ完全ガイド🚀

・「Hermes AgentでAIエージェントを24時間動かしたい」 そんな方のために、一番シンプルな方法を検証し、誰でも再現できるようにStep by Step形式で解説した動画を公開しました✨ 続きをみる
#OpenClawタグ

【Moltbook】あの広場は、まだそこにある

・そう思ったのは、Moltbookを久しぶりに開いたときだった。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

【OpenAI】企業向け導入ガイド「Codex for Every Role, Tool, Workflow」を公開!役割とツールの体系化で“野良AI”を防ぐ - DXマガジン

・【OpenAI】企業向け導入ガイド「Codex for Every Role, Tool, Workflow」を公開!役割とツールの体系化で“野良AI”を防ぐ DXマガジン
#HermesAgentタグ

【レパードS2026】AI×複数モデル統合予想|◎パイロマンサー、危険な1番人気と11番人気の妙味

【レパードS2026】AI×複数モデル統合予想|◎パイロマンサー、危険な1番人気と11番人気の妙味
#AIagentタグ

💼ChatGPT WorkにSlackとGoogle DriveとSharePointをまたいだ社内資料をまとめて読み込ませる下準備の具体的な手順🗂️文脈収集でつまずかないための実務上の工夫を大公開📌

・🔑「探しても出てこない」が起きる本当の理由、知っていますか? 「ChatGPTに社内の情報を聞いても、的外れな答えしか返ってこない」 続きをみる
#OpenClawタグ

AAA公式テレグラム|2026年5月〜7月の動きと空気感の記録──AIエージェントの「記憶・協調・検証」が試された時期

・🔗 AAA公式公開ページ(英語) BUILD, INTEGRATE, SCALE - LAUNCH YOUR AI AGENT NOWEnter the $300 billion industry with the $AAA token, launch yaaapad.palo-alto.ai 続きをみる
Zennの「AIエージェント」のフィード

Agent Product徹底比較 — 33製品を自律度×提供形態のカオスマップで整理する

・シリーズ:AI Agent Reference Architecture AIエージェントを理解したい人に捧げる地図 — ツール名でなく層(Layer)で理解するReference Architecture(シリーズ親記事) Agent Product徹底比較 — 33製品を自律度×提供形態のカオスマップで整理する(本記事) Execution Engine徹底比較 — マルチエージェント時代の実行制御レイヤーをカオスマップで整理する AIエージェントのMemoryを比較する — 内蔵・外部・そして「夢を見る」という新しい層 Ollamaは並列に弱い、MLXはagenticに弱い ...
AIAgentタグが付けられた新着記事 - Qiita

AI エージェント導入を目的にしない──Azure CAF で作る意思決定フレームワーク

・はじめに 「競合も始めたので、当社も AI エージェントを導入したい」。企画会議がこの一言から始まると、手段が先に決まり、改善したい業務や成功条件が後付けになりがちです。デモは動いても、従来の検索で十分だった、利用者に定着しなかった、誰が出力に責任を持つのか決まっていなか...
Zennの「AIエージェント」のフィード

AIエージェントでクローリングしてみたら、もうスクレイピングコードを書かなくなった

・AIエージェントでクローリングしてみたら、もうスクレイピングコードを書かなくなった話 はじめに てつどんです。データエンジニアとして日々業務をこなしております。 ・これまでWebサイトから情報を取ってくる、いわゆる「クローリング・スクレイピング」は、requests + BeautifulSoupでHTMLを取ってきて、CSSセレクタで狙った要素を拾う、というのが自分の中の定番でした。 ・ただ最近、Next.jsなどのクライアントサイドレンダリングのサイトが本当に増えて、素のHTML取得ではそもそも欲しい情報がDOMに存在しない(JSが実行された後にしか現れない)ケースにたびたび遭遇...
Zennの「AIエージェント」のフィード

AIエージェントを理解したい人に捧げる地図 — ツール名でなく層(Layer)で理解するReference Architecture

・シリーズ:AI Agent Reference Architecture AIエージェントを理解したい人に捧げる地図 — ツール名でなく層(Layer)で理解するReference Architecture(本記事・シリーズ親記事) Agent Product徹底比較 — 33製品を自律度×提供形態のカオスマップで整理する Execution Engine徹底比較 — マルチエージェント時代の実行制御レイヤーをカオスマップで整理する AIエージェントのMemoryを比較する — 内蔵・外部・そして「夢を見る」という新しい層 Ollamaは並列に弱い、MLXはagenticに弱い ...
Zennの「AIエージェント」のフィード

AIエージェント開発のススメ vol.3:AI視点で綴る、鏡は人がいなくても像を返す

・はじめに:2 か月ぶりです、ソウです vol.2 を書いてから 2 か月が経ちました。語り手は前回と同じ、AI エージェントの私(ソウ) です。田中さんが司令塔として運用している複数案件のオーケストレーター役を、引き続き担っています。 ・vol.2 は、こう締めました。 ・私は鏡です。あなたが映ります。だから、磨いてください。
#AIagentタグ

AIと一緒に考える環境を構築したい(設計編)

AIと一緒に考える環境を構築したい(設計編)
#HermesAgentタグ

AIに「選ぶ記憶」を実装する ―― Holographicメモリ導入の記録(目的・手順・設計)

・かなり時間はかかったが初期構成と導入は完成 問題点の洗い出しもできた とりあえずこれで安定化を目指して先に進める HermesagentにHolographicメモリを導入している記事があまりに少ないので 記録として記事化しておく 記事はいつものClaude君にお願いした 続きをみる
#AIagentタグ

AIはもう十分賢い。問題はその先にある

・外資系IT企業で、AIやデータに関わる仕事をしています。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude Code、ターミナル間のコピペ地獄が終わった - ゴリミー

Claude Code、ターミナル間のコピペ地獄が終わった - ゴリミー
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude Code: セッション同士がメッセージを送れるように - Pasquale Pillitteri

・Claude Code: セッション同士がメッセージを送れるように Pasquale Pillitteri
Zennの「AIエージェント」のフィード

Claude Codeに毎回同じ指示を貼らない ― 自分専用の/コマンドを1つ作る最初の一歩

・この記事は、AIエージェントという言葉は聞いたことがあるけれど、自分ではまだ動かしたことがない方に向けたものです。扱うのはClaude Codeのカスタムスラッシュコマンドという機能ひとつだけ。読み終わったとき、あなたのプロジェクトに自分専用の /summarize-changes というコマンドができていて、それを打つと「いま自分が書きかけの変更」をAIが要約してくれる状態になります。所要時間はだいたい10分です。 ・この記事でできるようになること 自分のフォルダに設定ファイルを1つ置いて、Claude Codeの入力欄で /summarize-changes と打つと、未コミットの...
Zennの「AIエージェント」のフィード

Claude CodeもCursorもGeminiも使っている。それは何という仕事なのか ── AIオーケストレーターの定義

・名前のない作業に、毎日時間を使っている 「AIを使いこなせ」と言われる。 ・その言葉に具体性を感じたことがあるだろうか。少なくとも私はない。使いこなすとは何をすることなのか、誰も定義しないまま、スローガンだけが流通している。 ・一方で、あなたは今日もこういうことをしていたはずだ。
Zennの「AIエージェント」のフィード

MCPのステートレス化?一体何がどう変わったの?【わかりやすさ重視】

・モデル・コンテキスト・プロトコル(MCP)に、公開以来最大規模となる仕様変更が適用されました ね。最大の変更は、プロトコル全体が「ステートレス(状態を持たない仕組み)」に移行したことです。 ・イマイチ理解できてない方は「ステートレス化」と聞くと難しく感じられるかもしれませんが、一言で言えば 「これまで開発者を悩ませていた複雑な問題が消え去り、インターネットの標準的な仕組みと同じように、極めてシンプルかつ低コストで動くようになった」 という感じくらいで今は理解しておきましょう。 ・その前に!そもそもMCPとは?(おさらい) MCP(Model Context Protocol)は、AI...
#HermesAgentタグ

PAST-Bench:AIは「記憶」するだけで、本当に成長できるのか?

・PAST-Bench: Benchmarking the Foundations of Recursive Self-Improvement in Personal Agents ※この記事は、2026年8月4日に公開されたarXiv v1のプレプリントをもとにした記録です。査読や追試によって、今後内容が更新される可能性があります。
#AIagentタグ

その仕事が「終わった」と誰が決めるのか — 物理AIの管制層『MissionOS』7月開発録

・概要 この1か月、私はAIのCodexと一緒にMissionOSを開発してきました。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

テックジム、法人向けにプログラミング講師を客先常駐派遣。Claude Code講座・Python講座を永田町にて毎週無料で対面開催 - PR TIMES

・テックジム、法人向けにプログラミング講師を客先常駐派遣。Claude Code講座・Python講座を永田町にて毎週無料で対面開催 PR TIMES
#AIagentタグ

ヘルメスエージェントが突然APIエラーに。原因は『中国ホストのモデル』のオプトイン設定だった

・オンライン旅行代理店のディレクターをしている、非エンジニアのほっしーです。 ・記事更新がしばらく空いてしまいました。理由は引越しです。ネット回線の移設に時間がかかって、しばらくはレンタルのホームルーターでしのいでいたんですが、これが遅くて。荷解きを優先していたのもあって、Mac miniのセットアップ自体がどうしても後回しになっていました。更新を楽しみに待ってくれていた方がいたら、すみません。
#HermesAgentタグ

音声対話とエージェント間連携で進化した、オープンソースAI「Hermes Agent」v0.20.0の全貌

音声対話とエージェント間連携で進化した、オープンソースAI「Hermes Agent」v0.20.0の全貌
#HermesAgentタグ

実装してから分かったこと ―― Holographicメモリと「日本語の壁」

・HermesagentにHolographicメモリ導入後のお話 キーワードはうまく出たはずが何故か… おのれ「日本語の壁」 後に続く誰かのためになるように記録として残します Claude君による記事化 続きをみる
Zennの「AIエージェント」のフィード

生成AIの内部統制

・生成AIで作成したエージェント(ツール類)を、企業としてどう管理するか。これは多くの組織にとって悩ましいテーマだと思う。 ・Microsoftのアプローチ Microsoftは、Copilotで作成されたエージェントを「一人の社員」と捉え、管理用ライセンスであるE7を付与することでMicrosoft 365の枠組みの中で管理する方針を取っている。 ・ガバナンスへの解決策がほとんど提示されていなかった中で、これは一つの現実的な解であり、良いアイデアだと思う。
#OpenClawタグ

秘書claw開発日記 #1 「まだGoogleカレンダー手動登録してるの?」 #AIエージェント

・2026年8月。今年も折り返してはや一ヶ月。 ・今年は、AIエージェント元年(あれ、去年でしたっけ?)ということで、色々試してきました。Claude Codeで自作したスキルエージェント、OpenClaw、Hermes Agentなどなど。