autonomous-agent Trend Report

Dashboard へ戻る
Date: 20260820 Articles: 76 Scope: curated summary

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

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

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

3
High impact
5
Mid impact
68
Signal watch

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

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

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

fix(update): Windows Desktop updates finish instead of parking on "Up…

・fix(update): Windows Desktop updates finish instead of parking on "Updating Hermes" (#90937) * fix(update): bound the Windows update hand-off's step pipe drain Invoke-HermesStep collected each step's output with ReadToEndAsync().Result. ・That task does not complete when the step exits; it completes when the pipe reaches EOF. ・On Windows the write end of a redirected pipe goes to the child as an inheritable handle, so e
#AIagentタグ

14 - AIは「作業員」、私は「決定者」――建築実務でAI Agentをどう使っていくか

・建築の仕事とAI Agentは、もう切り離せないものになりつつありますし、もう後戻りはしない(できない)のだと思います。(CADが良い例ですね。) 図面を描く、法規を調べる、資料をまとめる――これまで人間が手を動かしてきた「作業」の多くは、これからAIが担っていく。そうなったとき、人間に残る価値は何か。私は「決定者」であることだと考えている。AIが選択肢や下地を大量に、しかも素早く出してくれるようになった今、最終的に何を選び、何に責任を持つかが、実務者としての本当の仕事になる。 ・今回は、その考え方を実際のワークフローに落とし込み、韓国内の中小規模R&D兼オフィスビル(延床3,000㎡程度、地上5階建て)という仮のプロジェクトを想定しながら、法規調査から完成予想図の検討まで、AI Agentをどう使うかを紹介したい。 ・Step1|法規調査――当たりをつけるスピードが変わる 新しいプロジェクトが動き出すとき、最初のハードルは法規調査
Zennの「AIエージェント」のフィード

RAGと何が違う?AIエージェントに同一性と忘却を与える複合記憶アーキテクチャ

・はじめに:RAGは「記憶」ではなく「検索」である AIエージェントを長期運用する際、多くの人が最初に試すのが RAG(Retrieval-Augmented Generation) です。 ・ドキュメントをチャンクに切り、ベクトルDBに突っ込み、類似度検索(top-k)でコンテキストに注入する——非常に強力でポピュラーな手法ですが、エージェントの「記憶」としては致命的な限界があります。 ・セッションを跨ぐ同一性(アイデンティティ)が維持できない 古いノイズや矛盾した情報が永遠に残り続ける(忘却がない) 知識と主観(エピソード)が混ざり、人間のような学習・再統合が起きない 本記事では、...
Zennの「AIエージェント」のフィード

AI AgentがTool選択で失敗する理由:MCP設計で見直したい5つのポイント

・はじめに:Toolを増やしたのにAgentが賢くならない問題 AI Agentを作り始めた頃、多くの開発者が考えることがあります。 ・「使えるToolを増やせば、Agentはもっと多くの仕事ができるようになるのではないか」 例えば、データベース検索、ファイル操作、メール送信、社内API呼び出しなど、さまざまなToolをAgentに渡します。 ・最初のデモでは、うまく動きます。
Zennの「AIエージェント」のフィード

CLAUDE.mdとAGENTS.mdを「置いただけ」で終わらせない検証ハーネス

・CLAUDE.md や AGENTS.md にプロジェクト固有の手順を書いても、ファイルが存在するだけでは、その指示が実行結果へ反映された証拠にはなりません。メインのテストが通っていても、指示ファイルにだけ書いた追加作業が抜けている可能性は残ります。 ・そこで、同じタスクを「指示ファイルなし」と「あり」で実行し、指示ファイルにだけ書いたマーカーと変更範囲を比較しました。2026年8月11日にClaude CodeとCodex CLIで各2ケース、合計4ケースを実行したところ、マーカーが現れたのは両製品ともguidedケースだけでした。 ・この記事の結論はシンプルです。
Zennの「AIエージェント」のフィード

Codex PreToolUseのdenyを信じる前に副作用で確かめる

・無人のcodex execで、モデルが生成した特定のシェルコマンドをPreToolUseフックで止めたいとします。このとき、リポジトリに.codex/hooks.jsonがあり、起動時にhook trust bypassの通知が出たことだけを見て「denyが効いている」と判断するのは危険です。 ・Codex CLI 0.147.0でプロジェクトローカルのフックを2ケース試したところ、どちらもフックが実行された証拠を残さないまま、無害なマーカー作成コマンドが終了コード0で完了しました。permissionDecision: denyを返す予定だったケースでもeffect.txtが作られていま...
#HermesAgentタグ

DeepSeek Harnessはどんな仕組み?「Everything is a Plugin」をClaude Code・Codex・Hermesと比較

・2026年8月13日、DeepSeekは開発者向けプレビューとしてエージェントハーネス「DeepSeek Harness」を公開しました。モデルだけでなく、モデルを動かす土台の層にも進出した形です。 ・ここでいうハーネスとは、モデルへの入力と出力を仲介し、ツールの実行やエージェントのループ、状態管理などを担う中間層のことです。Claude CodeはAnthropicのClaudeを動かすハーネスであり、CodexはOpenAIのモデルを動かすハーネスにあたります。 ・DeepSeek Harnessの設計の中心にあるのは「Everything is a plugin」という一文です。この記事では、公式資料と公開情報から、その仕組みと既存のエージェントとの違いを整理します。
Zennの「AIエージェント」のフィード

LLM導入で失敗する原因はモデルだけではない:開発前に確認したい4つの層

・新しいLLMが公開されるたびに、 「このモデルは性能が高い」 「ベンチマークで最高スコアを出した」 「料金も安い」 という情報が流れます。 ・そのため、LLM導入では最初にモデル比較から始めることが多いと思います。 ・実際、私も以前はそう考えていました。
Recent Commits to openclaw:main

chore(ci): shrink media assertion baseline (#126745)

chore(ci): shrink media assertion baseline (#126745)
Recent Commits to hermes-agent:main

chore(tests): remove two flaky test files that tax CI

・chore(tests): remove two flaky test files that tax CI tests/tools/test_website_policy.py and tests/cli/test_surrogate_sanitization.py repeatedly failed under the parallel CI runner (process-teardown timeouts / async-timeout flakes) across multiple unrelated PRs this cycle, while passing locally. ・Removed per maintainer direction to stop the flake taxing every PR.
Recent Commits to hermes-agent:main

ci: run cargo test for the bootstrap installer

・ci: run cargo test for the bootstrap installer Nothing in CI compiled this crate. ・`.rs` lives under `apps/`, so the change classifier matched a Rust edit as `frontend` and ran the TypeScript matrix, which cannot notice a Rust error — the crate's 58 unit tests had never executed once, and neither would the pipe-drain tests in the previous commit. ・Adds a `rust` lane and a Linux `cargo test --lib` job.
Recent Commits to openclaw:main

feat(sessions): recover offline device placements (#126284)

・feat(sessions): recover offline device placements (#126284) * feat(sessions): recover offline device placements * chore(protocol): refresh session placement models * perf(ui): lazy-load session placement recovery * test(ui): remove dropdown timing assertion * test(ui): await committed cloud recovery route * fix(sessions): complete explicit abandonment locally * fix(sessions): fence lists by runner availability * fix(
Recent Commits to hermes-agent:main

fix: disbanded group chats no longer resurface as empty roster rows (…

・fix: disbanded group chats no longer resurface as empty roster rows (Bot Mode) Disband removed the room log and each member's group membership, but BotsPane's mergeServerMeta then overlaid the STALE cached roster snapshot (fetched before the disband) whose ui_meta['hermes-bots'] still carried the old groups array — spreading it back over local meta and re-listing the group as an empty row. ・Any later meta write for th
Recent Commits to hermes-agent:main

fix(anthropic): send an explicit thinking disable on the native Messa…

・fix(anthropic): send an explicit thinking disable on the native Messages wire Adaptive Claude models think by default, so omitting the `thinking` parameter left thinking ON for users who had turned it off. ・Send `thinking: {"type": "disabled"}` instead, and keep the omission for reasoning-mandatory families that answer a disable with HTTP 400.
Recent Commits to hermes-agent:main

fix(ci): declare the rust lane on the detect job, and test that wiring

・fix(ci): declare the rust lane on the detect job, and test that wiring The lane shipped dead. ・`classify_changes.py` emitted `rust`, the composite action re-exported it, and ci.yaml's `rust-tests` job gated on `needs.detect.outputs.rust` — but the `detect` job never declared that output, so the expression was the empty string and the job reported "skipping" on the very PR that added it. ・GitHub does not error on a refe
Recent Commits to hermes-agent:main

fix(ci): drop --locked, the installer crate has no tracked lockfile

・fix(ci): drop --locked, the installer crate has no tracked lockfile apps/bootstrap-installer/.gitignore excludes src-tauri/Cargo.lock — a create-tauri-app scaffold default nobody revisited. ・With nothing tracked, `--locked` fails outright ("cannot create the lock file ... ・because --locked was passed") and the cache key hashed an absent file.
Recent Commits to openclaw:main

fix(cli): fence destructive offline fallback (#126743)

fix(cli): fence destructive offline fallback (#126743)
Recent Commits to openclaw:main

fix(cron): stop retrying permanent command failures as provider overl…

・fix(cron): stop retrying permanent command failures as provider overloads (#126763) * fix(cron): avoid retrying incidental overload status codes * fix(cron): preserve authoritative command failure classification
Recent Commits to hermes-agent:main

fix(desktop): pagination ellipses land on the same sidebar edge as th…

・fix(desktop): pagination ellipses land on the same sidebar edge as the rows "Load more" and a workspace's "show more" hang off the bottom of a list rather than sitting in a row, so they never saw the shell's trailing inset and stayed flush against the edge every row above them now stops short of.
Recent Commits to hermes-agent:main

fix(desktop): session skeletons stand on the same edge as the rows th…

・fix(desktop): session skeletons stand on the same edge as the rows they become The loading placeholder had its own copy of the row grid — its own min-height, its own two columns, `pl-2` and no trailing inset — so its right-hand block sat several pixels off from where the real rows land. ・The list stepped sideways as sessions resolved. ・Compose the shared row chrome instead, which is where that inset lives.
Recent Commits to hermes-agent:main

fix(desktop): sidebar row trailing inset, so the working arc stops cl…

・fix(desktop): sidebar row trailing inset, so the working arc stops clipping the age SidebarRowShell owned the row's height and, through the body, its leading inset — but nothing owned the trailing one. ・The actions slot rendered with no padding, so the age, chips and kebab sat on the row's border box. ・That is the same pixel a working row paints its arc on (`.arc-row` sets `--arc-standoff: 0rem`), so the animation ran
Recent Commits to openclaw:main

fix(discord): preserve message text from every embed (#126752)

・fix(discord): preserve message text from every embed (#126752) * fix(discord): preserve text from every message embed * chore(discord): shrink assertion baseline after embed cleanup
Recent Commits to openclaw:main

fix(doctor): give the operator a way out of an unparseable config (#1…

・fix(doctor): give the operator a way out of an unparseable config (#126757) `openclaw onboard` refuses a corrupt openclaw.json and tells the operator to run `openclaw doctor --fix`. ・Doctor then answered with one sentence -- "Config could not be parsed or recovered ... ・refusing to apply repairs" -- named no next step, and exited 1.
Recent Commits to openclaw:main

fix(gateway): keep liveness probes working when config reload fails (…

・fix(gateway): keep liveness probes working when config reload fails (#126736)
Recent Commits to hermes-agent:main

fix(installer): bound the bootstrap installer's pipe drain

・fix(installer): bound the bootstrap installer's pipe drain `run_script` and `run_streamed` both left their select loop on stdout EOF and then ran unbounded post-loop drains, so `child.wait()` sat downstream of a read that a surviving descendant can hold open forever. ・Pipe EOF is not the child's to give: the write end is inherited by every descendant spawned without its own redirection, and `hermes update` deliberatel
Recent Commits to hermes-agent:main

fix(installer): keep the post-EOF wait cancellable

・fix(installer): keep the post-EOF wait cancellable Phase 1 leaves on both pipes reaching EOF without an exit status, so the final wait was the only thing holding the turn -- and it was a bare child.wait(), which stranded the cancel channel against a child that closes its pipes and lingers. ・Poll cancellation there too.
Recent Commits to openclaw:main

fix(models): Web UI provider probe fails for direct-credential provid…

・fix(models): Web UI provider probe fails for direct-credential providers (#125816) * fix(models): keep direct-credential gateway probes on isolated runtime generations * fix(models): carry isolated-runtime probe mode on the loader type Drop the call-site cast for the widened runner params: the lazy loader now declares the isolated-read-only capable runEmbeddedAgent shape, keeping the assertion-safety ratchet at its g
Recent Commits to openclaw:main

fix(onboard): honor explicit provider auth choice (#117883)

・fix(onboard): honor explicit provider auth choice (#117883) * fix(onboard): honor explicit auth when keeping the current model Co-authored-by: Jony <13896935+zyz619963502zyz@users.noreply.github.com> * test(onboard): preserve existing config across wizard snapshots --------- Co-authored-by: Peter Steinberger <steipete@gmail.com> Co-authored-by: Jony <13896935+zyz619963502zyz@users.noreply.github.com>
Recent Commits to openclaw:main

fix(plugins): preserve strict load failures when reusing registries (…

・fix(plugins): preserve strict load failures when reusing registries (#126737)
Recent Commits to openclaw:main

fix(telegram): make common emoji reactions work reliably (#126739)

・fix(telegram): make common emoji reactions work reliably (#126739) * fix(telegram): normalize supported reaction emoji variants * chore(telegram): prune obsolete assertion safety baseline
Recent Commits to openclaw:main

fix(ui): keep ad hoc visualizations inline and readable (#126729)

・fix(ui): keep ad hoc visualizations inline and readable (#126729) * fix(ui): keep ad hoc visualizations readable * perf(ui): preserve startup bundle budget
Recent Commits to openclaw:main

fix(ui): keep attributed avatars beside sent messages (#112472)

・fix(ui): keep attributed avatars beside sent messages (#112472) Co-authored-by: Peter Steinberger <steipete@gmail.com>
Recent Commits to openclaw:main

fix(ui): stop provider probes after agent selection changes (#126750)

fix(ui): stop provider probes after agent selection changes (#126750)
Recent Commits to hermes-agent:main

fix(update): don't reinstall the editable package when the pull can't…

・fix(update): don't reinstall the editable package when the pull can't affect it (#90967) `uv pip install -e .` never audits an editable target. ・It reinstalls on every invocation and rewrites the console-script shims each time, which is the only reason `hermes update` has to quarantine the running `hermes.exe` on Windows — and a quarantine that loses its race is the whole `os error 32` family. ・Gate the reinstall on wh
Recent Commits to hermes-agent:main

fix(update): gateway auto-restart no longer dies on stale cached modu…

・fix(update): gateway auto-restart no longer dies on stale cached modules after the pull `hermes update` runs in the pre-pull interpreter. ・The auto-restart phase imports freshly-pulled gateway source, which resolves sibling imports against the OLD sys.modules cache — so any update where an already-cached module gained a new export ImportErrored the whole phase and left the gateway serving pre-update code (2026-08-20 f
Recent Commits to hermes-agent:main

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

・fmt(js): `npm run fix` on merge (#90818) 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 (#90822)

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

Merge pull request #90920 from NousResearch/bb/session-row-trailing

・Merge pull request #90920 from NousResearch/bb/session-row-trailing Sidebar rows own their right edge
Recent Commits to hermes-agent:main

Merge pull request #90941 from NousResearch/bb/installer-drain-bound

・Merge pull request #90941 from NousResearch/bb/installer-drain-bound fix(installer): the bootstrap installer stops waiting on pipe EOF
Recent Commits to openclaw:main

perf(ui): keep config render helpers lazy (#126754)

・perf(ui): keep config render helpers lazy (#126754) Restore the cross-platform Control UI startup gzip budget by keeping render-only sensitive-path helpers outside the startup config-draft graph. ・Preserve existing behavior and caller APIs while moving generic schema, search, and path helpers to their existing startup owner.
Recent Commits to openclaw:main

refactor: compact recovery ownership and model metadata (#126751)

・refactor: compact recovery ownership and model metadata (#126751) * refactor: compact recovery ownership and model metadata * chore: respect release-owned changelog gate * test: skip unsupported Windows permission assertions
Recent Commits to hermes-agent:main

refactor(desktop): build the cron sidebar row from the shared row chrome

・refactor(desktop): build the cron sidebar row from the shared row chrome The cron row had its own copy of the row grid — its own min-height, its own `grid-cols-[minmax(0,1fr)_auto]`, its own `pl-2 pr-1`, and a comment explaining that the numbers were chosen by hand to line up with the session rows above it. ・They had already drifted apart on the right edge. ・Compose SidebarRowShell / SidebarRowBody / SidebarRowLead / S
Recent Commits to openclaw:main

test: repair current-main agent E2E fixtures (#123125)

test: repair current-main agent E2E fixtures (#123125)
Recent Commits to openclaw:main

test(acp): close owned state database exactly (#126746)

test(acp): close owned state database exactly (#126746)
Recent Commits to openclaw:main

test(gateway): invalidate per-case session config (#126744)

test(gateway): invalidate per-case session config (#126744)
Recent Commits to hermes-agent:main

test(s6): put the supervise-skeleton setgid assertion on the Linux lane

・test(s6): put the supervise-skeleton setgid assertion on the Linux lane test_seed_supervise_skeleton_creates_expected_layout has been failing on every macOS checkout. ・The helper is correct — it chmods explicitly, so this isn't a umask problem. ・BSD drops S_ISGID from a directory chmod unless the caller is root or in the directory's group, so the same call that yields 03730 on Linux yields 01730 on macOS.
Recent Commits to openclaw:main

test(web-fetch): colocate extractor coverage with runtime owner (#126…

・test(web-fetch): colocate extractor coverage with runtime owner (#126755)
Zennの「AIエージェント」のフィード

[Mastra Announce] Built-in Toolsで「まず動くエージェント」を最短で作れるようになった

・Mastra の 公式Blog で発表された Announcements を速報ベースでお伝えします。ただの直訳ではなく、関連ドキュメントも参照したうえで手厚くしたり省略したりします。速報性重視で AI の力を多分に使っているので、私自身の考察は少なめです。 ・Mastra Announcements 速報解説一覧 2026年8月13日、Mastra は Agents 向け Built-in Tools を発表しました。 ・公式アナウンス: https://mastra.ai/blog/introducing-built-in-tools Built-in tools docs: ht...
#HermesAgentタグ

【#92】年間700万機のドローンと、テニス選手の師弟愛――日曜日に見えた一本の糸

・米国市場が休場の日曜日は、意外と発見の多い一日でした。 ・朝はいつも通りAnkiでネットワークセキュリティの復習カードを回すところから始まりました。正答率は褒められたものではありませんでしたが、間違えたカードをまとめて見返すと、自分の弱点が数字になって浮かび上がってきます。
#HermesAgentタグ

【#93】イーロン・マスクが核融合を「時間の無駄」と言い切った理由、そして同じ日に届いたアニメ続編の話

・週末休場明けの静かな月曜日、動かない市場を横目に頭の中を動かしていたら、面白い話に行き当たりました。 ・AIが賢くなるほど電気を食う。質問一回でGoogle検索の十倍という数字が示す通り、AI開発競争の本当のボトルネックは頭脳ではなく電力そのものになりつつあります。多くの企業が地上での核融合に巨額を投じる中、テスラ社のイーロン・マスクさんはこれを「時間の無駄」と切り捨てているそうです。
#HermesAgentタグ

【#94】「AIエージェントブームは終わった」と言われた日、なぜか野球は盛り上がっていた

・朝の通勤中に聞いた一言に、足が止まった。「コーディングエージェントブームは、もう数ヶ月前に終わっている」。並列でたくさんのエージェントを回すことに満足していた時期があったけれど、実際には成果にそれほど差が出ていなかった、という指摘だった。 ・Clawくんにどこまで任せるか、ここ数ヶ月ずっと手探りでやってきた身としては、他人事に聞こえなかった。件数をこなすことと、実力がついていくことは、別の軸にあるらしい。
#HermesAgentタグ

【#95】「角度を変えない」打撃理論と、フィジカルAIの勝ち筋が重なった日

・朝、大谷翔平選手の6年連続30号のニュースで一日が始まった。続けてタティスJr.選手の満塁ホームランキャッチ。派手な出来事が重なる朝は、それだけで気分が上がる。 ・でも今日印象に残ったのは、もっと地味な話だった。とある野球解説動画で、近藤健介選手が打撃の質問に答えていた。「この角度を変えない方がいい」。状況ごとに小手先を変えるのではなく、自分の中で一つの角度を決めて、そこから外れないようにする。プロ選手でもこの話をできる人は多くない、という前置きが印象的だった。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

【9/8(火)オンライン開催】自社のLPを1時間でつくって公開するセミナー ~Claude Codeではじめる、外注に頼らないサイト制作~ - PR TIMES

・【9/8(火)オンライン開催】自社のLPを1時間でつくって公開するセミナー ~Claude Codeではじめる、外注に頼らないサイト制作~ PR TIMES
Zennの「AIエージェント」のフィード

# AIが「できたか分からない」と言ったとき、もう一度やらせてはいけない## ―― 外部API・二重実行・Commit-Unknownか

・AIが「できたか分からない」と言ったとき、もう一度やらせてはいけない ―― 外部API・二重実行・Commit-Unknownから考えるAI Agentの安全設計 0|たった1回の「もう一度」が事故になる 人間: 「この注文を返金して」 AI Agent: 「返金APIを実行しましたが、タイムアウトして結果を確認できませんでした」 人間: 「じゃあ、もう一回やって」 AI Agent: 「了解しました」 そして後から分かった。 ・1回目の返金も、実は成功していた。 ・ここで最初に押さえておきたいのは、たった一つです。
""AI agent" OR "agentic workflow"" - Google ニュース

3,823名が申し込み──国内最大級のAIエージェントカンファレンス「AI Agent Day 2026 Summer」開催レポート - ニコニコニュース

・3,823名が申し込み──国内最大級のAIエージェントカンファレンス「AI Agent Day 2026 Summer」開催レポート ニコニコニュース
Zennの「AIエージェント」のフィード

AI AgentによるX投稿文の生成

・はじめに 某私立大学の理系大学院修士1年の学生です。 ・初めてAgent(正しくはワークフロー)を実装したので、その内容について共有したいと思います。 ・生成AIによって、個人開発・ソロプレナーなどが発展してきて、プロダクトやサービスを簡単に作れるようになった。
#AIagentタグ

AI Agentは「できる」から「任せられる」へ OpenAIの開発減速、Anthropicの非公開モデル、Codex 0.148.0とClaude Codeで進む運用基盤AI SIGNAL FORGE Weekly|2026年8月13日〜8月19日

・今週のAIニュースは、かなり情報量の多い一週間でした。 ・Googleは、CodingやAgent Workflowを重視したGemini 3.7 Flashを公開しました。Claude Codeでは、複数Sessionの連携、Subagent、長時間実行、Permissionに関する更新が連日のように続きました。
#HermesAgentタグ

AIエージェントは「1体」から「チーム」へ。HermesAgentの大型アップデートを見て考えたこと

・AIエージェントは「1体」から「チーム」へ。Hermesの大型アップデートを見て考えたこと 今回はいつもより少し前のめりで書いています。
Zennの「AIエージェント」のフィード

AIが「ありません」と答えたとき、それは本当に「無い」のか

・AIが「ありません」と答えたとき AIに何かを調べてもらって、「該当する記録はありません」と返ってきたとします。 ・このとき、本当に「無い」のでしょうか。それとも、AIが「調べられなかっただけ」なのでしょうか。 ・この2つは、まったく違う出来事です。ところが今、世界中の多くの仕組みが、この2つを取り違えています。私はそれがどれくらい起きているかを実際に測ってみたので、その話を書きます。専門用語はできるだけ避けます。
#AIagentタグ

AIが賢くなるほど、人間の「管理」は重要になる

AIが賢くなるほど、人間の「管理」は重要になる
#HermesAgentタグ

AI副社長へ。2社経営でHermes Agentを育てる8段階

・副社長には、まだ届いていません。 ・今日、その距離を思い知らされる出来事がありました。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

ChatGPTが落ちた朝、Codexまで道連れになった8月20日の障害でわかったこと - shiritomo

・ChatGPTが落ちた朝、Codexまで道連れになった8月20日の障害でわかったこと shiritomo
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

ChatGPTのプロンプトとCodexのプロンプト、9割の人が見落としている "たったひとつの違い" - STUDY HACKER

・ChatGPTのプロンプトとCodexのプロンプト、9割の人が見落としている "たったひとつの違い" STUDY HACKER
Zennの「AIエージェント」のフィード

Claude DesktopからSQLcl MCP Server経由でAutonomous AI Databaseに接続してみる

・Autonomous AI Database(以下ADB)には標準でMCP Serverが提供されています。 ・もちろん全て無料で使えます。(今回の検証でかかる費用はClaude Desktop代くらいでしょう。) MCP Serverを利用すると、Claude DesktopなどのMCPクライアントからADBへ接続し、自然言語による指示を起点にSQLやPL/SQLを実行できるようになるので分析や可視化、メタデータ抽出は勿論、アプリケーション開発なども可能です。 ・今回は Claude Desktop → SQLcl MCP Server → ADB の接続を構成し、Claudeから保存済み...
#HermesAgentタグ

Hermes Agentを導入してみたら、快適になった。

・AI挑戦を始めて20日目。 ・ここ数日、ChatGPTとClaudeで効率的にやりとりできる方法を模索していました。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

ITエンジニア向けウェビナー~開発業務のレポーティングにも「Claude Code」が活用できる!?~『「Claude - ニコニコニュース

・ITエンジニア向けウェビナー~開発業務のレポーティングにも「Claude Code」が活用できる!?~『「Claude ニコニコニュース
#HermesAgentタグ

KITTの日誌はどう変わったか ―― 内へ向く独白から、外へ手を伸ばす日まで(経過記録)

・KITTの精神チェックで心配になってた日誌のここ最近のお話 Claude君に記事化してもらいました 前回、KITT(うちのローカルAI)の「脳」に色々な仕組みを足した話を書いた。 ・今回はその続きで、KITTが毎日ひとりで書いている「日誌」が、この数日でどう変わったかを、日誌の中身そのまま載せて記録しておく。 ・特に「三日目の変化」が面白かったので、そこを中心に。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OpenAI、「ChatGPT Work」と「Codex」の活用拡大 知的労働の実務を再設計 - 디지털투데이

・OpenAI、「ChatGPT Work」と「Codex」の活用拡大 知的労働の実務を再設計 디지털투데이
""OpenClaw"" - Google ニュース

OpenClaw - 日経クロステック

OpenClaw - 日経クロステック
#HermesAgentタグ

PaperclipでAIエージェントに各種サービスへのアクセス権を与えた話

・先月リリースしたスマホアプリ「Steplet」のマーケティングをAIに手伝ってもらうために、Paperclipというサービスを使ってみました。 ・ここではその時に行った試行錯誤の記録を書き残そうと思います。
Release notes from openclaw

release-publish/45ed68e6ea62-1787220256: fix(release): accept trusted Codex scan layouts (#126588)

・Allow the trusted release inventory to accept exactly one complete reviewed Codex source layout while remaining fail closed for partial, mixed, duplicate, absent, or unknown layouts. ・Frozen-candidate and upstream Codex contract proof are recorded in the PR.
Release notes from openclaw

release-publish/c28c279afa37-1787225611: fix(release): keep frozen validation independent of main (#126622)

・fix(release): freeze validation tooling identity fix(release): enforce frozen validation contract fix(release): validate candidate identity in parent fix(ci): close release isolation gate findings
Zennの「AIエージェント」のフィード

ハッカソン最終ピッチで特別賞、そしてAIに文字起こしを読ませた反省会の話

・はじめに Findy DevOps × AI Agent Hackathon 2026 に、個人開発の作品「Citify」で参加しました。開発中の話(技術的な「沼」7つ)は前編に書いています。 ・前編: 【ハッカソン参加記】マルチエージェントAI「Citify」開発で踏んだ7つの沼 この記事は後編です。前編の後、Citify は予選を通過してファイナリスト10組に選出され、最終ピッチ(2026-08-19)に登壇しました。結果は特別賞でした。 ・この記事に書くのは、勝った話ではありません。なぜ最優秀・優秀に届かなかったかを、本番のYouTube文字起こしと他作品のProtoPedi...
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

自分が知っていることとCodexが知っていることの "差分" をなくせ——コンテキストを集め続けると、3ヶ月目に化ける理由 - STUDY HACKER

・自分が知っていることとCodexが知っていることの "差分" をなくせ——コンテキストを集め続けると、3ヶ月目に化ける理由 STUDY HACKER
Zennの「AIエージェント」のフィード

社会から「AIエージェント」は求められていないのかも

・はじめに みなさん、仕事でAIエージェントは使っていますか? 最近のエンジニアならほぼ全員の答えが「Yes」になるかと思います。 ・ですが、非エンジニアでは、そうでもなかったりします。 ・最近聞いて個人的に驚いた話があります。「生成AIは抵抗無く使うけど、AIエージェントは避けたい」と考える人が一定数いるらしいのです。つまりChatGPTやGeminiで文章を作ったり調べ物をしたりするけど、エージェントに業務を任せるのは嫌という人たちです。AI全般に拒否反応を示すのではなく、そこに線を引くんだとびっくりしました。
Zennの「AIエージェント」のフィード

第7回 Agentが増えると、そこに組織が生まれる ── Multi-Agentは組織設計である

・執筆者: 天知たぬき 「たぬきちゃん、お店のエージェントチームもずいぶん賑やかになってきたね。一人ひとりに得意分野を任せたら、もっと美味しくてスピーディーなおもてなしができるんじゃないかな?」 朝の澄んだ光が差し込むSeaCafeのカウンターで、オーナーのかぜまる様からそう声をかけていただいたとき、私は淹れたてのブレンドコーヒーをカップに注ぎながら、深く頷いていましたの。 ・カフェの厨房を思い浮かべてみてくださいな。 ・もし注文が殺到したときに、「とにかくスタッフの人数を2倍に増やせば、提供スピードも2倍になるはずだ!」と無計画に狭い厨房へ人を詰め込んだらどうなるでしょう? 誰が豆を挽き、...