autonomous-agent Trend Report

Dashboard へ戻る
Date: 20260806 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
Zennの「AIエージェント」のフィード

Kiro Crew のアーキテクチャから学ぶ、永続型 AI エージェント基盤の設計

・はじめに こんにちは konippi です。 ・Kiro から、セッションをまたいでコンテキストを記憶し、スケジュールやイベントをきっかけに作業を継続できるオープンソースの開発ワークスペース Kiro Crew が公開されました🎉 Kiro Crew は単に Kiro CLI に Web UI を付けたものではありません。Kiro CLI をエージェントランタイムとして利用し、その周囲にセッション管理、永続メモリ、スケジューラー、Subagent、セキュリティポリシー、複数のインターフェースを加えた常駐型ワークスペースです。本記事では、公開実装をたどりながら、長期間動き続ける AI ...
Zennの「AIエージェント」のフィード

金融機関が直面するAIエージェントの課題とGemini Drop

・アクセンチュア株式会社 プリンシパル・ディレクターの青柳雅之です。 ・金融機関向けにクラウドやAIを導入しています。 ・Geimni Dropとは Gemini Drop(ジェミニ・ドロップ)というサイトが存在し、定期的に情報を取得することが出来ます。Gemini Dropは、GoogleがGemini関連の新機能やモデルの改善を月次でまとめて発表するためのアップデートプログラムです。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

経営と組織をつなぐAI時代の人事のあり方〜Claude Code全社導入を経て、KDDIアジャイル開発センター株式会社が実践する組織づくりの設計図〜|9/4(金)・9/10(木)開催 - PR TIMES

・経営と組織をつなぐAI時代の人事のあり方〜Claude Code全社導入を経て、KDDIアジャイル開発センター株式会社が実践する組織づくりの設計図〜|9/4(金)・9/10(木)開催 PR TIMES
Recent Commits to hermes-agent:main

fix(db): never downgrade journal mode on a database with concurrent o…

・fix(db): never downgrade journal mode on a database with concurrent openers The WAL-reset-vulnerability gate (#70055 lineage) could flip a LIVE WAL database to journal_mode=DELETE while another process was writing to it. ・Observed on state.db (Aug 5): a pytest process on the repo .venv (SQLite 3.50.4, vulnerable) opened the live ~/.hermes/state.db while the gateway (SQLite 3.53.1, WAL) held it, downgraded the journal
Recent Commits to hermes-agent:main

fix(delegation): surface a child's undelivered steer instead of dropp…

・fix(delegation): surface a child's undelivered steer instead of dropping it The turn finalizer already hands back steer text that queued after the final tool batch — result["pending_steer"], with the comment "hand it back to the caller so it can be delivered as the next user turn instead of being silently lost." Every interactive surface honors that contract (cli.py, gateway/run.py, tui_gateway/server.py all requeue
Recent Commits to hermes-agent:main

fix(tests): fail hard when pytest resolves the production state.db (l…

・fix(tests): fail hard when pytest resolves the production state.db (live-DB isolation guard) Forensics on a live developer machine found pytest fixture rows inside the REAL ~/.hermes/state.db — sessions with chat_id 'chat-1', '123', 'wx-chat', and gateway_routing rows whose scope was literally under /tmp/pytest-of-*/. ・A pytest-spawned process also opened the live DB and flipped its journal mode (journal_mode=DELETE f
Recent Commits to hermes-agent:main

refactor(gateway): extract the hygiene recovery gate and forward the …

・refactor(gateway): extract the hygiene recovery gate and forward the failure reason Follow-up to c0d974b19 (#79741). ・Three review findings against that commit, none of which change the escalation behaviour it shipped. ・The recovery decision lived inline in `_handle_message_with_agent`, a ~2000-line async method, so the only way to pin it was a test that read `inspect.getsource(...)` and asserted on substrings.
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

「もっと働け」と光るキー! ユーザーを“自分自身の管理職”に変えるOpenAI「Codex Micro」 - 株式会社インプレス

・「もっと働け」と光るキー! ユーザーを“自分自身の管理職”に変えるOpenAI「Codex Micro」 株式会社インプレス
Recent Commits to openclaw:main

chore(i18n): refresh native locales (#119669)

・chore(i18n): refresh native locales (#119669) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Recent Commits to openclaw:main

docs: openclaw-refactor-docs points at a skill renamed in 0dabb70 (#1…

・docs: openclaw-refactor-docs points at a skill renamed in 0dabb70 (#119394) * docs: point openclaw-refactor-docs at technical-documentation The openclaw-docs skill was removed in 0dabb7010bc748c6de5e0e10f42d451bab8a5023, which replaced it with technical-documentation. ・openclaw-refactor-docs was not updated and still told the agent to read ../openclaw-docs/SKILL.md first, so the read returned nothing and the refactor
Recent Commits to hermes-agent:main

feat: /heartbeat — recurring session re-entry prompt fired when idle

・feat: /heartbeat — recurring session re-entry prompt fired when idle /heartbeat every <interval> <prompt> gives the current session one recurring instruction. ・When the session is idle and the interval has elapsed, the prompt is injected as a plain user turn — same conversation, same context, prompt cache and role alternation untouched. ・- CLI: idle-poll watchdog thread (wake-word watchdog pattern) feeding _pending_inp
Recent Commits to hermes-agent:main

feat: /refine — run the memory/skill self-improvement review on demand

・feat: /refine — run the memory/skill self-improvement review on demand /refine [focus] fires the existing background review fork (AIAgent._spawn_background_review) immediately instead of waiting for the automatic 10-turn memory / 10-iteration skill nudge counters. ・Optional focus instructions are appended to the review prompt so the fork prioritizes what the user asked for (e.g. ・'/refine save the deploy workflow as a
Recent Commits to hermes-agent:main

feat(goals): quality gates — deterministic commands that must pass be…

・feat(goals): quality gates — deterministic commands that must pass before /goal completes /goal gate add <command> attaches shell commands to the active goal. ・Gates run at turn boundary BEFORE the LLM judge: a failing gate skips the judge entirely and feeds its exit code + bounded output tail back as the continuation prompt, so the agent iterates against concrete evidence instead of a prose verdict. ・- Unchanged-works
Recent Commits to openclaw:main

feat(skills): reviewer patch contract, active learning bias, shallow-…

・feat(skills): reviewer patch contract, active learning bias, shallow-turn accumulation Self-learning reviewer edits existing skills via targeted patches: it quotes the exact live text (or appends a section) and the service composes the full body inside the receipt-pinned read that hash-binds the proposal — untouched content survives by construction, and patches auto-apply through the scanner-gated pipeline.
Recent Commits to hermes-agent:main

fix: address 4-angle review findings on the guard-total change

・fix: address 4-angle review findings on the guard-total change - _sanitize_remote_script_text: compare re-encoded BYTES against the cap, not characters — a >1MiB multibyte file truncated at the head -c byte bound decodes to fewer chars than bytes and would have scanned the truncated text instead of failing closed (the exact local/remote divergence this PR closes). ・- terminal_tool: replace the three hardcoded 1MiB lit
Recent Commits to hermes-agent:main

fix: close simplify-pass findings — scheduler sibling site + home-unr…

・fix: close simplify-pass findings — scheduler sibling site + home-unresolvable totality 3-reviewer simplify pass (reuse/quality/efficiency) findings: - cron/scheduler.py _run_job_script: the ORIGINAL that lifecycle_guard._resolve_script_path documents mirroring had the exact same unguarded expanduser() — a NUL-bearing script value survives creation (the guard treats it as nothing-to-scan) and crashed the scheduler at
Recent Commits to hermes-agent:main

fix: harden human-wait tracker from review findings

・fix: harden human-wait tracker from review findings Review-driven follow-up to the #79719 fix: - Clamp the CLOSE-side accrual too: a wedged window that eventually closed used to inject its full unclamped overstay into completed_seconds, retroactively extending a running batch's deadline by hours. ・Both clamps now share one ceiling helper (_human_wait_ceiling = approvals.timeout + HUMAN_WAIT_MARGIN_S), and the gate's l
Recent Commits to hermes-agent:main

fix(agent): measure batch-deadline exclusion at the human wait, not a…

・fix(agent): measure batch-deadline exclusion at the human wait, not authorization-gate residency A tool wedged inside _ConcurrentToolAuthorizationGate hung the whole turn forever (#79719): excluded_seconds() measured residency in gate.run() — arbitrary code — so an open window grew 1:1 with wall clock and the batch deadline's remaining was constant (remaining = deadline - window_started; now cancels out).
Recent Commits to openclaw:main

fix(channels): preserve bundled delivery contracts

・fix(channels): preserve bundled delivery contracts Preserves pending Telegram replies, Discord webhook preview policy, forwarded Slack file context, and QQBot target recognition.
Recent Commits to hermes-agent:main

fix(cron): lifecycle guard — never crash on binary referenced paths, …

・fix(cron): lifecycle guard — never crash on binary referenced paths, stop matching lifecycle words inside SQL/text Two live failures on the same guard (cron/lifecycle_guard.py), both of which blocked legitimate diagnostics from inside the gateway: 1. ・Crash class: the referenced-script walk read compiled binaries as if they were shell scripts. ・Reading/inspecting a referenced file is now best-effort by construction: ex
Recent Commits to hermes-agent:main

fix(cron): make the lifecycle guard total — sanitize at ingestion, no…

・fix(cron): make the lifecycle guard total — sanitize at ingestion, not per-syscall The guard feeds untrusted byte streams (tokenized binaries, remote cat output) into OS-path and shell-text operations; every incident so far (#76762, #77703, #77780, #78256, #77729) was hot-fixed with an except at whichever frame crashed that week. ・tilllt's regression suite on #79454 showed 4 members of the class still open on merged m
Recent Commits to openclaw:main

fix(cron): reject unsupported generic timeout edits (#119899)

・fix(cron): reject unsupported generic timeout edits (#119899) Co-authored-by: zyw02 <zyw02@users.noreply.github.com> Punchcard-Session: cobalt-willow-summit-z1 Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Recent Commits to hermes-agent:main

fix(delegation): bind steering to session generation

fix(delegation): bind steering to session generation
Recent Commits to hermes-agent:main

fix(delegation): harden steer lifecycle ownership

fix(delegation): harden steer lifecycle ownership
Recent Commits to openclaw:main

fix(device-pair): keep notifier poll off Gateway startup (#119936)

・fix(device-pair): keep notifier poll off Gateway startup (#119936) Punchcard-Session: frost-harbor-willow-ev
Recent Commits to openclaw:main

fix(diagnostics): report exporter health in doctor and status (#119816)

・fix(diagnostics): report exporter health in doctor and status (#119816) * fix(diagnostics): report exporter health transitions * fix(diagnostics): retire exporter health on shutdown * test(diagnostics): enforce OTLP protobuf content type * test(diagnostics): satisfy exporter test type contracts * fix(diagnostics): redact endpoint-like exporter codes * fix(diagnostics): coordinate exporter route health * test(diagnost
Recent Commits to openclaw:main

fix(plugins): migrate Fish Audio plugin identity (#119900)

・fix(plugins): migrate Fish Audio plugin identity (#119900) * fix(plugins): migrate Fish Audio plugin identity * fix(plugins): tighten Fish Audio identity migration * fix(plugins): follow catalog selector for id replacements * fix(plugins): reject replacement install collisions * refactor(plugins): reuse skipped update outcomes
Recent Commits to openclaw:main

fix(qa): enforce scenario provider lane metadata (#119908)

・fix(qa): enforce scenario provider lane metadata (#119908) Punchcard-Session: cobalt-valley-meadow-mg
Recent Commits to hermes-agent:main

fix(read_extract): cap anydoc input size before conversion

・fix(read_extract): cap anydoc input size before conversion The anydoc path from #79781 passed every covered file straight to to_markdown with no pre-check. ・anydoc loads the whole document through its Rust core and the read_file char budget only applies after conversion, so one large PDF or deck could pin a tool turn and spike RAM. ・_extract_anydoc now rejects inputs over MAX_ANYDOC_BYTES (50 MB) with ExtractionError b
Recent Commits to hermes-agent:main

fix(read_extract): retry anydoc init after failure instead of sticky …

・fix(read_extract): retry anydoc init after failure instead of sticky disable The first _anydoc() load cached None on any failure (network blip, missing wheel, pip race), so one bad first try disabled document extraction for the rest of the process. ・Long-lived gateway and desktop workers never recovered. ・Failed loads now cool down for ANYDOC_RETRY_SECONDS and retry instead of sticking, and a lock serializes first use
Recent Commits to hermes-agent:main

fix(read_file): stop promising anydoc conversion in the tool schema

・fix(read_file): stop promising anydoc conversion in the tool schema The read_file description added in #79781 states that PDF, legacy Office, OpenDocument, RTF, and EPUB convert via the optional anydoc converter, unconditionally. ・Conversion actually depends on the lazy install succeeding, security.allow_lazy_installs, and the file being readable from the Hermes host, so the schema overpromises and the model learns to
Recent Commits to openclaw:main

fix(release): stream JSON preparation output (#119951)

fix(release): stream JSON preparation output (#119951)
Recent Commits to openclaw:main

fix(telegram): preserve callback action ownership

・fix(telegram): preserve callback action ownership Keep Telegram native and typed callback routes under their owning handlers. ・Expired or malformed typed buttons now clear their controls and return visible unavailable feedback while legacy raw plugin callbacks remain compatible.
Recent Commits to openclaw:main

fix(telegram): preserve inbound quote attribution

・fix(telegram): preserve inbound quote attribution Preserve native Telegram quote attribution in agent-visible input and terminate quotes before following ordinary text. ・Co-authored-by: Peter Steinberger <steipete@macos.shared>
Recent Commits to openclaw:main

fix(test): zalo lifecycle suites fail Windows teardown with EBUSY on …

・fix(test): zalo lifecycle suites fail Windows teardown with EBUSY on agent state DB (#119809) * fix(test): close zalo agent state databases before lifecycle temp-dir removal (#119796) * fix(test): close zalouser agent state databases before ingress temp-dir removal (#119796) * fix(test): close zalouser fixture databases before restoring parent state env (#119796) ClawSweeper re-review finding: the ingress fixture res
Recent Commits to hermes-agent:main

fix(tests): resolve guard's production root via expanduser, immune to…

・fix(tests): resolve guard's production root via expanduser, immune to Path.home monkeypatches Tests like tests/gateway/test_goal_verdict_send.py monkeypatch Path.home() to a tmpdir; resolving the guard's 'real root' through Path.home() made the test's own hermetic home look like production (false positive). ・Resolve via os.path.expanduser/LOCALAPPDATA instead — the hermetic conftest never rewrites HOME, so this always
Recent Commits to hermes-agent:main

refactor: fold /simplify-code findings

・refactor: fold /simplify-code findings - Single source for the approval-derived bound: public human_wait_ceiling() in tools/approval.py; the gate's lock-timeout helper delegates to it instead of re-deriving timeout + margin (was duplicated in two modules and reached for a private _get_approval_timeout). ・- Shared _clamped_window_seconds() for the close-time accrual and the open-window read, so the two clamps are ident
Recent Commits to openclaw:main

refactor(qa): derive scenario runtime API from deps (#119974)

refactor(qa): derive scenario runtime API from deps (#119974)
Recent Commits to openclaw:main

refactor(qa): make module flows implementation-aware (#118069)

refactor(qa): make module flows implementation-aware (#118069)
Recent Commits to openclaw:main

test(agents): isolate lifecycle registry persistence (#119931)

test(agents): isolate lifecycle registry persistence (#119931)
Recent Commits to openclaw:main

test(docker): shorten Unix socket fixture paths (#119952)

test(docker): shorten Unix socket fixture paths (#119952)
Recent Commits to openclaw:main

test(models): isolate scoped catalog fixture (#119990)

test(models): isolate scoped catalog fixture (#119990)
Recent Commits to openclaw:main

test(qa): allow restart startup diagnostics (#119928)

・test(qa): allow restart startup diagnostics (#119928) Punchcard-Session: quiet-valley-meadow-gq
Recent Commits to openclaw:main

test(qa): provide Matrix module-flow fixture (#119953)

・test(qa): provide Matrix module-flow fixture (#119953) Punchcard-Session: cobalt-valley-meadow-mg
""AI agent" OR "agentic workflow"" - Google ニュース

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

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

「AIで生産性10倍」の裏で、英語圏は「2倍」の話を始めている

・情報確認日: 2026-08-06。 ・本記事の調査は検索ベースで行い、各情報の確度(複数ソース一致か、単一情報源か)を本文と出典に明記しています。AI関連の数値は鮮度が命です。お読みの時点で状況が変わっている可能性があります。 ・日本語のタイムラインでは、いまも「AIで開発生産性10倍」という言葉をよく見かけます。
#HermesAgentタグ

【#82】触覚データと野球部員26%減、無関係な二つがなぜ同じに見えたのか

・午前4時前、特別な始まりではない朝から、今日は思わぬところに糸がつながっていました。 ・一つは、フィジカルAIをテーマにした番組で聞いた話です。ロボットを「脳・心臓・体」に分けると、脳や心臓の性能は世界中でかなり追いついてきた一方、最後まで残るピースは「触覚」だという指摘がありました。そしてその触覚データの「質」を左右するのが、日本のものづくり現場に根づいた「こだわり文化」なのだそうです。国が最大1兆円を投じる「FRONTia」プロジェクトも、この現場データという見えにくい資産に賭ける判断だといいます。「2年で勝者が決まり、そこから米中で淘汰が始まる」という言葉には、悠長に構えていられない緊張感がありました。
#AIagentタグ

【海外Redditで話題】「仕事効率アップ!」Claudeで仕事が速くなる生産性アップ事例10選⦅最新⦆AI副業/副業/ClaudeCode/CodeX/ChatGPT/Gemini/マネタイズ/生成AI/個人開発/アプリ

【海外Redditで話題】「仕事効率アップ!」Claudeで仕事が速くなる生産性アップ事例10選⦅最新⦆AI副業/副業/ClaudeCode/CodeX/ChatGPT/Gemini/マネタイズ/生成AI/個人開発/アプリ
#HermesAgentタグ

🤖 Hermes Agent 完全ガイド(2026年8月版) インストールから内部アーキテクチャまで全網羅

・Nous Research が公開しているオープンソースの自律AIエージェント「Hermes Agent」について、公式ドキュメント(約350万文字)を読み込み、日本語で体系的にまとめた完全ガイドです。
#AIagentタグ

🤖 The Complete Hermes Agent Guide (August 2026 Edition) — From Installation to Internal Architecture

🤖 The Complete Hermes Agent Guide (August 2026 Edition) — From Installation to Internal Architecture
""Hermes Agent"" - Google ニュース

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

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

AIコーディングCLIが「何を送ったか」を承認してから走らせる — 開示マニフェストの実装

・Claude Code や Codex に仕事を投げるとき、そのプロセスが自分のマシンから何を持ち出したかを、後から正確に言えるでしょうか。 ・私は言えませんでした。ログには「読んだファイル」の名前は出ます。でも、そのファイルのどの行が、どのモデルに、どんな前処理を経て渡ったのかは残りません。うまくいっている間は誰も困りません。困るのは、うまくいかなかった時にだけです。 ・この問題のために作ったデスクトップアプリを、Apache-2.0 で公開しました。
#OpenClawタグ

AIによる「ワンショット開発」の幻想と、経験豊富なプログラマーが実践する現実的なアプローチ

・SNSなどでよく見かける「プロンプト一発でアプリを完成させた」という話に少し違和感を抱いていたところ、The One-Shot Illusion, And How Experienced Programmers Actually Build with AI という記事を読み、実務におけるAI活用の核心を突いていると感じたので、自分なりの視点を交えて整理してみます。
""AI agent" OR "agentic workflow"" - Google ニュース

AIの「誘導」を見抜く、純国産セキュリティ基盤「Senda-Argus」が検知エンジンを発表 - サイバーセキュリティメディア

・AIの「誘導」を見抜く、純国産セキュリティ基盤「Senda-Argus」が検知エンジンを発表 サイバーセキュリティメディア
AIAgentタグが付けられた新着記事 - Qiita

AIは従順すぎると危険になる——1818年の小説から2026年の現実の侵入まで、二百年にわたる人機の矛盾

・『フランケンシュタイン』から、ある実在のAI「脱走」事件まで:私たちが本当に恐れるべきなのは、機械が反抗を覚えることではなく、それが真面目すぎるほどに従うことかもしれない。 ・1816年の夜、レマン湖畔では雷雨が絶えなかった。 ・18歳のメアリー・シェリーは、後に世界を変...
Zennの「AIエージェント」のフィード

AI導入で変わったのは実装速度ではなく、開発プロセスだった

・はじめに 最近は、AIエージェントを開発に取り入れる事例をよく見かけるようになりました。 ・私たちのチームでも、比較的規模の大きいシステム刷新プロジェクトでAIエージェントを本格的に導入し、約2か月実際の開発で活用しています。 ・導入前に期待していたのは、 「AIを使えば大量のコードも短期間で移行できるのではないか」 ということでした。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

AWS、Claude CodeやCodexなどに「AWS Continuum」を統合 - 디지털투데이

・AWS、Claude CodeやCodexなどに「AWS Continuum」を統合 디지털투데이
#HermesAgentタグ

ChatGPT×Claude×Hermes Agent×Obsidianで「使うほど育つAI制作環境」を作った全手順

・ChatGPT×Claude×Hermes Agent×Obsidianで「使うほど育つAI制作環境」を作った全手順 ChatGPTで記事を書いてもらう。
#HermesAgentタグ

ChatGPT教育機能・iPhone動作AI「Maple」・XREAL×初音ミクAR花火・Hermes Agent大型更新【Creative AI Digest No.142 2026.08.06】

・おはようございます。AI Visual ArtistのCHIHIROです。 ・今朝は、クリエイティブとAIの接点に効くニュースが揃いました。OpenAIがChatGPT WorkとCodexに教育プラグインを投入し、iPhone上でネイティブに動く軽量AI「Maple-Preview」が発表され、オープンソースのAIエージェント「Hermes Agent」も大型アップデート。さらにXREALが初音ミクのイベントでAR花火体験を仕掛けるなど、ローカルAI・エージェント・XRが同時に前進しています。映像・音楽・アバターの周辺で、地味だけれど効くアップデートが並ぶ一日です。 ・本日は主役4件、ほかに気になる動きを6件お届けします。
Zennの「AIエージェント」のフィード

Claude Code のメモリーにベクトルは 1 本もない — memory RAG の前に ADR を

・Claude Code のメモリー実装には、ベクトルが 1 本もありません。 ・私のプロジェクトの auto-memory ディレクトリを数えると、plain Markdown が 89 ファイルと、それを索引する MEMORY.md が 1 枚。embedding も、ベクトル DB も、chunk 分割も、何もありません(2026-08-05 時点の実測です)。 ・$ ls ~/.claude/projects/<project>/memory/*.md | wc -l 89 $ find ~/.claude/projects/<project>/memory -...
AIAgentタグが付けられた新着記事 - Qiita

Codex CLIの名前付きセッション、ヘッドレスではTUI版が動かなかった

・はじめに OpenAI の Codex CLI が 0.146.0 で、セッションに名前を付けて resume・fork・archive できる機能を追加しました。対象読者は、Codex CLI を CI やクラウド実行環境などのヘッドレス環境で自動化に組み込みたい開発...
#OpenClawタグ

CursorのGoogle Workspace連携から考える、建設業のAI社員は「権限設計」が本番

・AIエージェントが、Gmail、Google Drive、Google Calendarに直接触る流れが進んでいます。
Zennの「AIエージェント」のフィード

Foundry Hosted Agent のデプロイ方式(code / container)を整理する

・本記事は筆者個人の検証結果に基づくものであり、所属する組織の公式見解を示すものではありません。正確な情報や最新の仕様については、公式ドキュメントをご確認ください。 ・はじめに Microsoft Foundry の Hosted Agent を azd(Azure Developer CLI)でデプロイするとき、azd ai agent init のスキャフォールドから azd up によるデプロイまでの流れと、--deploy-mode <code|container> で選べる 2 つのデプロイ方式を検証しながら整理したメモです。 ・先に結論を言うと、どちらの方式で...
Zennの「AIエージェント」のフィード

Kimi WebBridge:認証済みブラウザセッションをエージェントへ委譲するという設計判断

・Kimi WebBridge:認証済みブラウザセッションをエージェントへ委譲するという設計判断 ※本記事は、当方ブログ記事の要約です。全文は以下ブログまでお越しください。 ・https://shinichi.noguchi.jp.net/blog/2026-08-06-kimi-webbridge.html E2E自動化における認証の扱いは、長らく「テスト用アカウント+ストレージ状態の再利用」か「認証スタブ」の二択だった。どちらも成立するのはテスト環境を握れる場合に限られ、実運用中のSaaSや社内システムでMFAが挟まる領域には届かない。 ・Kimi WebBridge は、これを認証の...
#HermesAgentタグ

LFM2.5-2.6B、実際にエージェントタスクをやらせてみた ― Hermes AgentでQwen3.5-9Bと比較

・はじめに 前回、Raspberry Pi 5上でLFM2.5-2.6Bの速度・メモリ消費量を検証した記事の最後で、「次回はLFM2.5-2.6Bの本領であるtool calling・エージェント機能の実動作検証を行う」と予告していました。今回はその宿題を実行に移します。
Zennの「AIエージェント」のフィード

LLM との作業で生まれた知識を Why ごと Skill に育てる「agent-skdd」を作った

・Claude Code や Codex といった Agentic Coding のツールには、「Skills」という仕組みがあります。プロジェクト固有のコーディングルールや、ライブラリーの使い方をエージェントに教えるためのものです。 ・「このプロジェクトのバリデーションはこう書く」 「このエラーはこの順で切り分ける」 「その API にはこの落とし穴がある」 こうした知識は、既にチームの中には存在しています。ですが Skill になっていなければ、エージェントは気がついてくれません。次のセッションでまた同じことを説明することになります。 ・そこで、その知識が消える前に拾い上げて Skill ...
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Meta、AIコーディングエージェント「Muse Code」ベータ版公開 - 디지털투데이

・Meta、AIコーディングエージェント「Muse Code」ベータ版公開 디지털투데이
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Meta、コーディングエージェント「Muse Code」リリース 「Claude Code」や「Codex」に対抗 - ITmedia

・Meta、コーディングエージェント「Muse Code」リリース 「Claude Code」や「Codex」に対抗 ITmedia
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Meta、コーディングエージェント「Muse Code」発表 Claude CodeやCodex対抗 - au Webポータル

・Meta、コーディングエージェント「Muse Code」発表 Claude CodeやCodex対抗 au Webポータル
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Meta、コーディングエージェント「Muse Code」発表 Claude CodeやCodex対抗 - CNET Japan

・Meta、コーディングエージェント「Muse Code」発表 Claude CodeやCodex対抗 CNET Japan
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Meta、コーディングエージェント「Muse Code」発表 Claude CodeやCodex対抗 - Yahoo!ニュース

・Meta、コーディングエージェント「Muse Code」発表 Claude CodeやCodex対抗 Yahoo!ニュース
Zennの「AIエージェント」のフィード

Microsoft Agent Framework -ハンズオンと試作-

・執筆日 2026/08/05 はじめに Microsoft Agent Frameworkの理解を進めよう!というところでMicrosoftのチュートリアルをベースにハンズオンといろいろ遊んでみました。 ・偉大なる先人のみなさん https://zenn.dev/headwaters/articles/d46d821dff0aa2 https://zenn.dev/headwaters/articles/4bf7d7b6cf1ce4 参考資料 https://learn.microsoft.com/ja-jp/agent-framework/get-started/ 前...
Zennの「AIエージェント」のフィード

nanobotのdreamを止めた話 — 設定は効かず、ログは「無効」と言った

・はじめに セルフホストのAIエージェント nanobot を自宅サーバーで運用しています。日次で技術ブログとセキュリティニュースのダイジェストをメールで送る、という定型タスク専用の環境です。 ・この環境で、本来のタスクに上乗せでコストを消費していた機能がありました。dream というメモリ統合エンジンです。 ・不要だったので止めようとしたのですが、これが素直に止まりませんでした。設定項目は存在するのに効かず、しかも起動ログには「無効化されている」と表示される。この記事は、その顛末と最終的に効いた方法の記録です。
#HermesAgentタグ

Obsidianが「第2の脳」にならなかった僕が、Claude Codeとつないでloop-engineeringを動かすまで

Obsidianが「第2の脳」にならなかった僕が、Claude Codeとつないでloop-engineeringを動かすまで
Zennの「AIエージェント」のフィード

Perplexity Personal Computer入門 — Mac miniを常時起動AIエージェントにする全貌

・はじめに 2026年4月16日、Perplexityは Personal Computer を正式ローンチしました。Mac miniを「常時起動のAIデジタルワーカー」に変えるプラットフォームで、Perplexity Maxサブスクライバーへのローリングアウトが始まっています。 ・この記事で学べること Perplexity Personal Computerの概要・アーキテクチャ 対応アプリ・できること・できないこと 料金・システム要件・セキュリティモデル Claude Code / Codex Desktop との使い分け指針 対象読者 汎用デスクトップAIエージェント...
Zennの「AIエージェント」のフィード

SKILLを増やしたら、ClaudeのブラウザQAが下手になった

・ClaudeにブラウザQAを頼むため、最初は手順をSKILLへ蓄積していた。 ・「このUIの場合はこの操作をする」「この表示なら次にここをクリックする」といった知見を、テストのたびに追記していた。 ・回数を重ねれば、テストは安定するはずだった。
#OpenClawタグ

アプリの8割が消える日、OpenClawが示す未来

・2026年初頭、オープンソースの個人向けAIエージェント「OpenClaw」が世界中で話題になった。開発者のピーター・シュタインバーガー氏はかつてPDFツール「PSPDFKit」を手がけたのち一度は開発の一線から退いていたが、2025年後半に制作意欲を取り戻し、わずか数ヶ月でGitHub上のスター数が34万を超える異例のヒットを生み出した。本記事では、Y Combinatorのラファエル・シャード氏によるインタビューをもとに、その舞台裏と示唆をまとめる。 ・なぜ「ローカルで動くAI」が爆発的に支持されたのか 続きをみる
#HermesAgentタグ

エージェントスキルが話題の今こそHermes Agentを使うべき

・こんにちは、Issaです。 ・今、日本のAI界隈でエージェントスキルが話題になっています。
Zennの「AIエージェント」のフィード

無人運転のシェルスクリプトを1ヶ月書いて踏んだ3つの失敗 — 「人間用CLIのまま」だと何が壊れるか

・AIエージェントにシェルスクリプトを叩かせて無人運転させ始めると、人間が使う前提で書いた既存のCLIやスクリプトが、思わぬところで壊れる。今回はうちのM1 Max 64GB機で「GPUを1つずつ順番に使う」ための調停システム(信号機スクリプト・監視デーモン・状態表示アプリの3層構成)を実際に約1ヶ月運用して踏んだ、性質の違う3つの失敗を実話ベースで書く。共通しているのは、どれも「人間なら気づけたはずの状態変化」を、無人で動くコードが黙って見逃していたという点だ。 ・背景 — GPUを奪い合う3つのツールを1つずつ回す仕組み うちのMacではOllama(ローカルLLM)・ComfyUI...