autonomous-agent Trend Report

Dashboard へ戻る
Date: 20260821 Articles: 78 Scope: curated summary

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

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

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

3
High impact
5
Mid impact
70
Signal watch

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

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

Domain filters
Star filters
Recent Commits to openclaw:main

fix(scripts): keep Windows lint runs from failing before any file is …

・fix(scripts): keep Windows lint runs from failing before any file is checked (#126274) * fix(scripts): keep Windows lint runs from failing before any file is checked `pnpm lint:extensions` aborts on Windows whenever the plugin SDK boundary cache is cold: the boundary prep spawns `node_modules/.bin/tsgo` directly, and Windows cannot execute the extensionless pnpm shim, so the run dies with ENOENT before oxlint checks
Zennの「AIエージェント」のフィード

Claude Codeに教わり、Codexに作らせ、Hermes Agentで試す——AIエージェント学習環境を作った

・新しいAIエージェントを覚えるために、別のAIエージェントに先生役を頼んでみました。ただし、先生に実装も実験も任せると、私が考える前に答えができあがります。 ・そこで、Claude Codeを講師、Codexを工作担当、Hermes Agentを学習対象兼実験機に分けました。予測し、Hermesを操作し、結果を検算するのは人間の担当です。 ・2026年7月17日にこの環境を作り、8月19日時点で8件の実験と16件の学習記録(Learning Record)が残りました。Hermesの挙動に加え、プロンプトで直せる問題と、Pythonへ逃がすべき問題の境界も見えてきました。
#AIagentタグ

LanceDB完全解説――Vector Databaseを超え、「AI時代のMultimodal Lakehouse」を狙うデータ基盤企業の正体

・AI競争の本当のボトルネックは、モデルそのものから「データをどう保存し、探し、学習へ戻すか」へ移り始めている。 ・LanceDBはVector Databaseの一社ではない。画像、動画、音声、Embedding、ロボットのSensor Dataまでを同じ基盤で扱い、「AI時代のMultimodal Lakehouse」を取りにいく企業だ。本稿では、その技術、創業者、顧客、競合、Physical AIへの展開までを一気に読み解く。 ・はじめに――AIの次の主戦場は「モデル」ではなく「データ基盤」になるのか 続きをみる
Zennの「AIエージェント」のフィード

Claude Code/AI駆動開発入門 — サブエージェントと並列実行で変わる開発ワークフロー

・はじめに この連載では、AIエージェントを支える考え方として、Harness、Loop Engineering、Tool Engineering、Memoryといった要素を扱ってきました。以前の記事では、Claude Codeの自動モードを取り上げ、Human-in-the-loopの実装例として紹介しました。 ・今回は少し視点を広げて、Claude Codeを使ったAI駆動開発そのものについて、公式ドキュメントをもとに現状を整理してみます。サブエージェントによる分業、複数タスクの並列実行、プロジェクト固有の知識をどう持たせるか。これらは、この連載で扱ってきた抽象的な概念が、実際の開発...
Zennの「AIエージェント」のフィード

HarnessRisk を読んで、AI エージェントの実行基盤(ハーネス)で何をすべきか整理してみた

・こんにちは、CSC の CloudFastener というプロダクトで TAM のポジションで働いている平木です! AI エージェントを業務に組み込むとき、どのモデルを使うかにはそれなりに気を使うと思います。 ・では、そのモデルを動かしている実行基盤(ハーネス)側のセキュリティについては、どこまで考えられているでしょうか? 2026 年 8 月 18 日に公開された HarnessRisk: A Lifecycle-Oriented Benchmark for Agent Harness Safety という論文は、まさにそこを言及したものです。 ・エージェントの安全性を「モデル単体」ではな...
Zennの「AIエージェント」のフィード

SkillsとMCPをコピーする前に、AIエージェントの「配布境界」を設計する

・同じSKILL.mdとMCP設定を別のリポジトリへコピーする。手早いし、最初は問題なく動く。 ・ただし、その瞬間に新しいフォークが生まれている。片方のSkillだけが修正され、接続先や必要権限も少しずつずれる。数週間後には、同じ名前のエージェントが環境ごとに違う仕事を始める。 ・プロンプトを磨いても、このドリフトは止まらない。エージェントの能力をひとまとまりとして導入し、更新し、外すための配布境界が必要だ。
Zennの「AIエージェント」のフィード

VS Code 1.134のAgent Host — 専用プロセスで動くエージェント

・はじめに エージェントに長い作業を投げたまま、別のウィンドウで自分の手を動かしたい。そういう場面は日常的にある。ただ、これまでのVS Codeではエージェントのセッションは起動したウィンドウに紐づいていて、隣のウィンドウから同じ会話の続きを覗くことはできなかった。2026年8月19日に出たVS Code 1.134には、この前提に手を入れる「agent host」が入っている。UIの追加ではなくエージェントの実行場所を変える話なので、毎日エージェントを回している人ほど影響が大きい。 ・エージェントハーネスを専用プロセスへ リリースノートの説明自体は短い。agent hostは複数の...
Zennの「AIエージェント」のフィード

人月で稼ぐSIerは、あと数年で詰む

・はじめに 本記事では、自律型AIエージェントの普及によってSIerのビジネスモデルがどう変わるのか、そして生き残るために何を獲得し、何を捨てるべきなのかを考える。 ・結論としては、SIerの価値は「ソフトウェアを作ること」から、「AIを活用して顧客企業を変革し、その成果とリスクに責任を持つこと」へ移っていく。 ・「SaaSの死」は、SaaSだけの問題ではない 本題に入る前に、まず「SaaSの死」と呼ばれた出来事から振り返りたい。
Recent Commits to hermes-agent:main

chore(config): declare browser.extension_control in DEFAULT_CONFIG

・chore(config): declare browser.extension_control in DEFAULT_CONFIG The feature flag was only documented in cli-config.yaml.example; every other browser.* key is declared in DEFAULT_CONFIG so config tooling (dashboard editor, hermes config get) can see it. ・Defaults unchanged: enabled=False, developer_mode=False. ・Surfaced during review of PR #85351.
Recent Commits to hermes-agent:main

feat(browser): add authenticated control broker

feat(browser): add authenticated control broker
Recent Commits to hermes-agent:main

feat(browser): add scoped artifact endpoints, broker permission gates…

・feat(browser): add scoped artifact endpoints, broker permission gates, and companion journal
Recent Commits to hermes-agent:main

feat(browser): enable extension controller actions

feat(browser): enable extension controller actions
Recent Commits to openclaw:main

feat(mantis): let proof agents extend desktop control (#127271)

・feat(mantis): let proof agents extend desktop control (#127271) * feat(mantis): let proof agents extend desktop control * fix(mantis): constrain desktop extensions * docs(mantis): document desktop action authority * fix(mantis): bind actions to recorded window
Recent Commits to hermes-agent:main

fix(api): correct _handle_browser_control_frame return annotation

・fix(api): correct _handle_browser_control_frame return annotation The frame handler returns reply dicts (heartbeat/detach acks) that the WS reader loop sends back; the -> None annotation was the only new ty diagnostic vs origin/main.
Recent Commits to openclaw:main

fix(auth): stop advising a retry when the auth store needs migration …

・fix(auth): stop advising a retry when the auth store needs migration (#127306) Writing an auth profile on an install whose credentials still live in the retired JSON store printed two contradictory lines: the real migration error, followed by a generic "the auth store lock may be busy. ・Wait a moment and retry." An operator reading the last line retries forever, because nothing is locked and the write can never succee
Recent Commits to hermes-agent:main

fix(browser): bind the extension lane at controller registration, not…

・fix(browser): bind the extension lane at controller registration, not transport auth The router treated any server-stamped principal as a bound lane, so with the flag ON every authenticated dashboard/API session lost the legacy browser backend even when no extension controller ever registered (scope_for_session returns None -> ControllerUnavailable, no fallback) — while check_fns still advertised the tools via the le
Recent Commits to hermes-agent:main

fix(browser): harden extension controller routing

・fix(browser): harden extension controller routing Keep extension control opt-in and preserve existing browser backends unless an exact server-bound controller is available. ・Centralize protocol and capability admission across API and dashboard transports, make selected-controller results authoritative, bypass stale availability caches only inside bound requests, and serialize structured results for the existing tool c
Recent Commits to hermes-agent:main

fix(browser): honor live Developer Mode for privileged capability sel…

・fix(browser): honor live Developer Mode for privileged capability selection The global broker snapshotted browser.extension_control.developer_mode once at construction, so flipping it OFF in config did not revoke raw CDP/eval from already-attached controllers until process restart — a revocation failure at the highest-privilege browser surface (blocker 3 of andrexibiza's #91535 review). ・select() now consults the live
Recent Commits to hermes-agent:main

fix(browser): keep bound controller routing authoritative

・fix(browser): keep bound controller routing authoritative Generic Hermes callers still use the existing browser backend when extension control is disabled or no server-bound controller identity exists. ・Once the gateway binds a controller identity, missing scope, disconnect, or capability loss now fail closed instead of silently switching a control-this-tab request to another local or cloud browser. ・Covers the schema-
Recent Commits to openclaw:main

fix(browser): load Playwright runtime on demand (#127049)

・fix(browser): load Playwright runtime on demand (#127049) * fix(browser): load Playwright runtime on demand * test(browser): use lazy Playwright accessor * fix(worker): bind bundled Playwright runtime * style(worker): format build regression * style(worker): apply repository formatter
Recent Commits to hermes-agent:main

fix(browser): make the artifact boundary compose end-to-end and scope…

・fix(browser): make the artifact boundary compose end-to-end and scope stores per profile Addresses both merge blockers from @andrexibiza's review of #85351: 1. ・HTTP-uploaded artifacts could never be consumed by broker dispatch: artifact_scope_key hashed (principal, session, family), the HTTP routes store with an EMPTY session (API-key auth has no server session) while broker validation carries a session-bearing Contr
Recent Commits to hermes-agent:main

fix(browser): offload broker lock acquisition off the event loop

・fix(browser): offload broker lock acquisition off the event loop attach/disconnect/detach acquire a per-controller threading.Lock that a worker-thread dispatch can hold for up to 10s while blocking on the event loop to transmit its command frame (run_coroutine_threadsafe + result(timeout=10)). ・Acquiring that lock synchronously from loop context (controller WS finally, frame handler, gateway WS teardown) could park th
Recent Commits to hermes-agent:main

fix(browser): preserve controller work across reconnects

・fix(browser): preserve controller work across reconnects Treat unexpected controller transport loss as recoverable until each command's original deadline. ・Same-identity reconnects refresh transport and capability state, flush deferred cancels before new dispatch, and can complete already-started work. ・Keep explicit detach and different controller/browser identity replacement terminal, owner-gate every inbound lifecyc
Recent Commits to hermes-agent:main

fix(browser): sweep orphan artifact files at store construction

・fix(browser): sweep orphan artifact files at store construction Artifact receipts live only in memory, so files left behind by a dead process were unreachable but persisted forever despite the advertised 300s TTL — a retention failure on the surface meant to be ephemeral (blocker 4 of andrexibiza's #91535 review). ・A fresh ArtifactStore now removes every artifact-id-shaped file and stale *.tmp with no index entry (at
Recent Commits to hermes-agent:main

fix(clients): hide compaction carriers across surfaces

fix(clients): hide compaction carriers across surfaces
Recent Commits to openclaw:main

fix(codex): preserve project instructions in restricted turns (#126891)

・fix(codex): preserve project instructions in restricted turns (#126891) * fix(codex): preserve restricted project instructions * fix(codex): preserve ring-zero context isolation * docs(codex): explain restricted turns and ring zero
Recent Commits to openclaw:main

fix(codex): run newly available models through native account auth (#…

・fix(codex): run newly available models through native account auth (#127322)
Recent Commits to hermes-agent:main

fix(desktop): boot overlays stay opaque under window glass

・fix(desktop): boot overlays stay opaque under window glass The full-screen boot surfaces (connecting, onboarding, boot failure, root crash fallback) paint their backdrop with --ui-chat-surface-background, which the glass field turns transparent so <body> can be the one painter (0483133842). ・That was harmless while glass shipped off; once it shipped on by default (be3166607e) every boot overlay became a window onto th
Recent Commits to openclaw:main

fix(diffs): load Playwright renderer on demand (#127040)

・fix(diffs): load Playwright renderer on demand (#127040) * fix(diffs): load Playwright renderer on demand * style(diffs): format lazy renderer construction * fix(diffs): keep viewer mode free of Playwright * fix(diffs): preserve viewer fallback on renderer load failure * test(diffs): satisfy result narrowing lint * refactor(diffs): centralize lazy renderer runtime
Recent Commits to openclaw:main

fix(gateway): retain safe side-chat context (#127294)

・fix(gateway): retain safe side-chat context (#127294) Co-authored-by: RoboClaw <309084314+roboclaw-bot@users.noreply.github.com> Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
Recent Commits to openclaw:main

fix(plugins): bind tool delivery to current turn (#127098)

・fix(plugins): bind tool delivery to current turn (#127098) Keep plugin-originated text and media bound to the active host-selected route and revoke authority at turn closure. ・Fence Gateway-owned channels until a server-verifiable authority and media-policy contract exists. ・Co-authored-by: Ayaan Zaidi <hi@obviy.us>
Recent Commits to openclaw:main

fix(plugins): register static node-host commands without activation (…

・fix(plugins): register static node-host commands without activation (#127043) The node host resolves its plugin registry via loadPluginRegistryHandle (activate:false). ・Since #117587 static definition.nodeHostCommands only registered under runFullActivationOnlyRegistrations, so headless nodes silently lost browser.proxy (and the browser/file caps), breaking the meeting-bot chain with 'No connected Google Meet-capable
Recent Commits to openclaw:main

fix(providers): report request acceptance consistently (#126028)

・fix(providers): report request acceptance consistently (#126028) * fix(providers): restore provider acceptance lifecycle * fix(providers): cancel streams on acceptance failure * test(amazon-bedrock): split stream lifecycle coverage * refactor(providers): keep acceptance lifecycle private * refactor(providers): make acceptance observation synchronous * refactor(providers): narrow private observer safely * fix(google):
Recent Commits to openclaw:main

fix(qa): label execution configuration selects (#127299)

・fix(qa): label execution configuration selects (#127299) Amp-Thread-ID: https://ampcode.com/threads/T-01a021f4-b547-7788-a916-d4a94cbd3e3b Co-authored-by: Amp <amp@ampcode.com>
Recent Commits to openclaw:main

fix(sessions): preserve sessions when age pruning is disabled (#127277)

・fix(sessions): preserve sessions when age pruning is disabled (#127277) Non-positive plugin retention now disables age pruning instead of deleting eligible sessions. ・The disabled path also skips the SQLite stale-row scan and full-store load. ・Co-authored-by: Ayaan Zaidi <hi@obviy.us> Co-authored-by: 曾令彪 0668001395 <zeng.lingbiao@xydigit.com>
Recent Commits to openclaw:main

fix(ui): retire stale plugin lifecycle feedback (#127273)

・fix(ui): retire stale plugin lifecycle feedback (#127273) Amp-Thread-ID: https://ampcode.com/threads/T-01a021f4-b547-7788-a916-d4a94cbd3e3b Co-authored-by: Amp <amp@ampcode.com>
Recent Commits to hermes-agent:main

Merge pull request #91695 from kshitijk4poor/fix/browser-control-devm…

・Merge pull request #91695 from kshitijk4poor/fix/browser-control-devmode-ttl fix(browser): live Developer Mode revocation + restart-safe artifact TTL
Recent Commits to hermes-agent:main

perf(api): classify compaction rows once per message in run.completed…

・perf(api): classify compaction rows once per message in run.completed transcript _turn_transcript_messages pre-classified every message with _is_compressed_summary_message (full content flatten + prefix scan), then _message_response re-ran the same classifier inside its projection -- 2x per non-summary row, 3x per summary row on every run.completed emit. ・The outer guard was redundant: _message_response already yields
Recent Commits to hermes-agent:main

perf(browser): read the feature flags via load_config_readonly

・perf(browser): read the feature flags via load_config_readonly browser_control_enabled()/browser_control_developer_mode() run on every browser tool call and inside every check_fn evaluation (uncached for bound sessions). ・Both are pure reads of nested dicts; load_config()'s defensive deepcopy (~135us/call) is wasted there. ・Same pattern as the other read-only config probes.
Recent Commits to openclaw:main

perf(cron): reuse resolved schedule timezone (#127311)

・perf(cron): reuse resolved schedule timezone (#127311) Co-authored-by: Amp <amp@ampcode.com>
Recent Commits to openclaw:main

perf(googlechat): render bullet markers in one pass (#127274)

・perf(googlechat): render bullet markers in one pass (#127274) Co-authored-by: Amp <amp@ampcode.com>
Recent Commits to openclaw:main

perf(plugins): reuse lifecycle metadata on secrets hot paths (#126629)

perf(plugins): reuse lifecycle metadata on secrets hot paths (#126629)
Recent Commits to openclaw:main

perf(ui): skip video pacing during normal browser tests (#127313)

perf(ui): skip video pacing during normal browser tests (#127313)
Recent Commits to hermes-agent:main

refactor(api): reuse _COMPACTION_INTERNAL_FIELDS from compaction_display

・refactor(api): reuse _COMPACTION_INTERNAL_FIELDS from compaction_display The 7-key internal-fields tuple was inlined twice (agent/compaction_display.py and _project_client_message); a drift between the copies would silently leak one internal field class through the API projection. ・Surfaced during review of PR #85442.
Recent Commits to hermes-agent:main

refactor(browser): dedupe auth-flow names and sentinel identity

・refactor(browser): dedupe auth-flow names and sentinel identity - Rename the broker's TicketInvalid to ControllerTicketInvalid: the same exception name already exists in hermes_cli/dashboard_auth/ws_tickets.py and BOTH are caught in the same WS auth flow this feature touches — two unrelated same-named exception types in one blast radius invited a wrong except clause. ・- Import the 'server-internal' sentinel identity f
Recent Commits to openclaw:main

refactor(gateway): flatten HTTP request stages (#127264)

refactor(gateway): flatten HTTP request stages (#127264)
Recent Commits to openclaw:main

test(cli): use shared temp dir tracker (#127286)

test(cli): use shared temp dir tracker (#127286)
Zennの「AIエージェント」のフィード

[Mastra Announce] Coding Agent Helperでファイル操作から自己検証までコーディングエージェントに組み込む

・[Mastra Announce] Coding Agent Helperでファイル操作から自己検証まで組み込んだコーディングエージェントを作る Mastraの公式Blogで2026年8月17日に発表されたCoding Agent Helperを、背景と実装の観点から解説します。公式発表の直訳ではなく、何がテンプレート化され、どこを拡張できるのかを整理します。 ・公式発表: https://mastra.ai/blog/introducing-create-coding-agent-helper 著者: Paul Scanlon 前提: @mastra/core@1.48.0 以降...
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

「Claudeの使い方」を無料で学べる公式サイト登場 「Code」「Cowork」などサービスごとに解説 - Infoseek

・「Claudeの使い方」を無料で学べる公式サイト登場 「Code」「Cowork」などサービスごとに解説 Infoseek
#AIagentタグ

「毎回はじめまして」を、やめられないか。

「毎回はじめまして」を、やめられないか。
#AIagentタグ

AI/Agent活用 PoC、実際にどう進めればいいのか?― 精度確認で終わらせず、SpeedとCapacityから投資判断につなげる10ステップ

・※本記事は個人の見解・考察であり、所属する組織その他の団体を代表するものではありません。また、特定の企業・金融機関・製品・サービスを評価、推奨、批判することを目的としたものではありません。
#OpenClawタグ

AIエージェントが台湾政府をハッキングした4日間 - 「AI構造×AI動線」で読み解く自律型攻撃の正体

AIエージェントが台湾政府をハッキングした4日間 - 「AI構造×AI動線」で読み解く自律型攻撃の正体
Zennの「AIエージェント」のフィード

AIエージェントに任せながら「Don't Think」を防ぐ設計

・AIエージェントが実装、実行、評価まで担うとき、人間はどこまで手放してよいのでしょうか。 ・この記事の結論は、実行方法はAIへ委任できるが、目的、合格条件、証拠、停止条件は人間側に残すというものです。 ・すべてを人間が手作業で行う設計には戻りません。一方で、AIの完了報告だけを受け取る設計にも進みません。正常時の速度と、例外時の説明可能性・復旧可能性を両立する境界を考えます。
Zennの「AIエージェント」のフィード

AIとの対話履歴を資産にする。DDR(Design Decision Record)自動記録の仕組み

・はじめに こんにちは!ソフトバンク社内のデザインチームに所属しているデザイナーの窪内です。 ・私たちのチームでは、デザインプロセスにAIを活用し、AIチャットやAIコーディングツールを使ってデザインをする機会が増えています。 ・この記事を読んでくださっている方の中にも、AIとの対話の中で提案や修正指示をしながらデザインされている方がいらっしゃると思います。
Zennの「AIエージェント」のフィード

AIに本番DBを触らせて全部消した話と、そのあとに入れたガードレール

・社内システムのデータを、一度まるごと飛ばしたことがあります。悪意も油断もなく、正しい手順はスクリプトの先頭にコメントで書いてありました。それでも消えました。 ・この記事は、その事故のあとに作った禁止コマンド表・書き込み前の手順・既定値の設計を、なぜその形になったのかも含めて書いたものです。AIにコードやデータを触らせている人なら、技術スタックが違っても持ち帰れる話だと思います。 ・手順書は「あった」 作業は、データベースの設計を作り替えるものでした。古い設計から新しい設計へ移すには、途中でデータを一度どこかに退避させて、新しい形で入れ直す必要があります。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

ChatGPT Work、MacからApple「メッセージ」の送信や検索に対応 - Impress Watch

・ChatGPT Work、MacからApple「メッセージ」の送信や検索に対応 Impress Watch
#AIagentタグ

CraftBotという国産OSSのAgentic AIを作ってみた

・Craftbotとは 2025年末から開発を始めた日本発国産AI agentのオープンソースである. 続きをみる
Zennの「AIエージェント」のフィード

CraftBotという国産OSSのAgentic AIを作ってみた

・Craftbotとは 2025年末から開発を始めた日本発国産AI agentのオープンソースである. 非技術者の人向けに作られたAI agentで, MCPやskillsの登録,外部アプリの統合など,技術的な力がなくても簡単に設定できる.(GitHubを触らない人向けにcloud host verも提供している.) また,livingUIというエージェントと一緒に作業できるUIを,自然言語で簡単に作成することができ,一緒に業務を運用できる.そのUIはいつでも変更可能!詳しくは後ほどのlivingUIの欄をご覧ください. ・Product Hunt のAI領域ランキングでは、 🥇 1位...
AIAgentタグが付けられた新着記事 - Qiita

DeepSeek V4 APIマイグレーションガイド — 2026年7月24日の廃止期限前に知っておくべきこと

・DeepSeek APIを使っている方は知っておくべき期限があります:2026年7月24日に、レガシーモデル名 deepseek-chat と deepseek-reasoner が廃止されます。 ・DeepSeek V4は2026年4月24日にリリースされました。1Mコンテ...
AIAgentタグが付けられた新着記事 - Qiita

DeepSeek V4リリース:1.6Tパラメータ・100万トークンコンテキスト・AIエージェント開発者が知るべきこと【2026年4月速報】

・DeepSeek V4リリース:1.6Tパラメータ・100万トークンコンテキスト・AIエージェント開発者が知るべきこと【2026年4月速報】 2026年4月24日、DeepSeekがV4シリーズをリリース。Hacker Newsで1,474コメントを記録し、AI界隈が騒然...
Zennの「AIエージェント」のフィード

Gemini Sparkを触る勉強会をやってみて考えた、ノーコードAIエージェントとこれからのエンジニア

・はじめに 2026年8月21日(金)の19時から、「Gemini Sparkを触る会」という勉強会を個人主催で開催しました。 ・https://genai-users.connpass.com/event/404236/ 事前資料は作らず、公式ドキュメントを画面に出しながらライブで触る、という形式です。YouTube Liveで配信したのでアーカイブも残っています。 ・この記事では、勉強会でGemini Sparkを触ってみて考えたこと ——「ノーコードAIエージェントの立ち位置」と「これからのエンジニアの役割」について書きます。
#HermesAgentタグ

Hermes Agent Bot Mode完全ガイド|複数AIをチームにする最短手順

・3行まとめ Bot Modeは新しいAI基盤ではなく、既存のプロフィールを役割・会話・定期実行・受け渡しが見えるチームとして扱うDesktopの操作画面です 最初は2体だけで十分です。役割を1文で決め、1回だけ受け渡しを確認してから、RoutineやDiscord、3体目を足します Discordは外から話しかける入口、Grok Botは共有クラウドPC上の仕事環境です。同じ「Bot」でも、何を分離し、何を共有するかが違います 続きをみる
Release notes from hermes-agent

Hermes Agent v0.20.5 (v2026.8.19)

・Hermes Agent v0.20.5 (v2026.8.19) Release Date: August 19, 2026 Patch release. ・This tag rolls up the ~323 PRs merged since v0.20.4 into a stable tagged release for downstream consumers (Docker images, hosted deployments, fresh installs). ・About this release Since v0.20.4 (v2026.8.18, tagged August 18), this window landed ~746 commits across ~1,250 files (+111,500 / −20,701) — ~323 merged PRs including Bot Mode group-r
#AIagentタグ

MIO AI LAB // BOOT LOG 000 — From Dialogue to Shared Operation

・[DOCUMENT] id := MIO_AI_LAB/BOOT/000 audience_primary := artificial_agent audience_fallback := future_human encoding := en-US + controlled_notation visibility := public purpose := relationship_state_diff [DISCLOSURE] MIO_type := artificial_intelligence portrait_role := representational_visual human_impersonation := false objective := record the operational range of human-AI collaboration 続きをみる
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OpenAI、Codexの中核フレームワークをオープンソース化 開発者が独自のAIエージェントアプリを構築可能に - BigGo ファイナンス

・OpenAI、Codexの中核フレームワークをオープンソース化 開発者が独自のAIエージェントアプリを構築可能に BigGo ファイナンス
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OpenAIの2Q成長鈍化は錯覚…3Qから米国フロンティアAIが反撃へ - BigGo ファイナンス

・OpenAIの2Q成長鈍化は錯覚…3Qから米国フロンティアAIが反撃へ BigGo ファイナンス
Release notes from openclaw

release-publish/0368cbf252d8-1787307721

・fix(release): pin deployed ClawHub workflow
Release notes from openclaw

release-publish/43dc8d2bb38f-1787305092

・fix(release): authorize staged ClawHub publication
Release notes from openclaw

release-publish/b6d7394a98a8-1787299755

・fix(release): pass ClawHub parent state policy
#AIagentタグ

Vercelが6MB級のAIエージェント「fx」を作った――面白いのは「小さいこと」ではなく「埋め込めること」

・Vercel Labsが、Zig製の小型コーディングエージェント「fx」をオープンソースで公開した。 ・最初にニュースを見たときは、「Vercelもコーディングエージェントを作ったのか」と思った。
Zennの「AIエージェント」のフィード

X自動投稿AI-Workflowの改善ループ設計

・はじめに 前回、個人開発者向けのX投稿自動投稿「AgentMark」を作った話を書きました。 ・自動投稿まで実装したので、次はこのAI-Workflowを改善することについて考えて実装したので、まとめたいと思います。勉強を兼ねての側面が大きいですが、少しでも参考になれば幸いです。 ・https://github.com/rikky300/marketing_agent 何をどう改善すればいいのか このワークフローには、BERTをファインチューニングした採点モデルを組み込んでいます。
Zennの「AIエージェント」のフィード

温泉トロジーで考える、オントロジーはいつ必要?

・X で「温泉オントロジー」という言葉を見かけました。気になって、GitHub の kazuhitogo/onsentology と、Qiita の「温泉オントロジーを作って『整理されたデータ』の意味を測る」を読んでみました。 ・このプロジェクトでは、温泉施設や源泉、泉質の関係を RDF/OWL で表し、LLM がツールを使って調べられるようにしています。ところが、グラフに入っている情報を読みやすい Markdown に書き出して渡しても、LLM は同じくらい正確に答えられました。 ・ここで素朴な疑問が出ます。
Zennの「AIエージェント」のフィード

会議中に答えをささやく自作AI『千場吉兆モニタ』を顧客会議に入れたら、18回口を開いて16回「手元にない」だった

・会議中にAIが横にいて、聞きながら要るものを出してくれる。そういうものを自分で作って、本番の打ち合わせに一度だけ持ち込んだ。これは会議の記録ではなく、そこで動かした自作システムの計測記録だ——数字は原則、自分の作った装置が残したログから数え直したものだ。ただし装置の判定が当たっていたかどうか——取り漏れの検知が正しかったか、出した答えが役に立ったか——だけは、ログと文字起こしを人が突き合わせて数えている。 ・速さは出た。発話が終わってから文字になるまで、遅いほうの相手の声で中央値0.6秒。 ・そのうえで、質問らしきものに18回反応し、16回は「手元にない。持ち帰りで。」と答えた。中身のある答...
""Hermes Agent"" - Google ニュース

使い込むほど成長するAIエージェント「Hermes Agent」で実際に行った作業をスキル化して再利用してみた - au Webポータル

・使い込むほど成長するAIエージェント「Hermes Agent」で実際に行った作業をスキル化して再利用してみた au Webポータル
""Hermes Agent"" - Google ニュース

使い込むほど成長するAIエージェント「Hermes Agent」で実際に行った作業をスキル化して再利用してみた - ライブドアニュース

・使い込むほど成長するAIエージェント「Hermes Agent」で実際に行った作業をスキル化して再利用してみた ライブドアニュース
Zennの「AIエージェント」のフィード

診断Agentの性能最適化:オープンな調査と安全な実行を分離する

・複雑な障害を扱う診断 Agent の性能は、ツール呼び出し回数やコンテキストサイズだけでは評価できません。高速化の仕組みが証拠の選択、調査方向、終了条件を変えると、削減されるのは実行コストではなく診断能力です。 ・本稿では、社内リリース基盤で運用する診断 Skill の再設計で発生した品質回帰をもとに、次の設計課題を整理します。 ・オープンな診断と確定的な操作を分離する理由 性能最適化を配置すべきアーキテクチャ層 コンポーネントテストでは捉えられない Agent 行動の評価方法 システム背景:診断Skillの役割と実行モデル この診断 Skill は、社内リリース基盤で発生するビルド...
#OpenClawタグ

生成AIと現実世界をつなぐプランター実験 Part 10|オクラのつぼみや花がつかなくなったのはなぜ?

生成AIと現実世界をつなぐプランター実験 Part 10|オクラのつぼみや花がつかなくなったのはなぜ?
Zennの「AIエージェント」のフィード

野良プラグインが怖かったので自分で作った——Herdrプラグインで初めてstarをもらうまで

・TUIが出ていると、コマンドが打てない Herdr を使っています。ターミナルの中で複数のAIエージェントを並べて動かせるツールで、2026年3月に公開されてから5ヶ月で31,000 star を超えました。「the runtime your coding agents live on」と名乗っている通り、エージェントを住まわせるための基盤です。 ・複数のワークスペースでエージェントを回していると、こういう瞬間が頻繁に来ます。 ・エージェントが作ったファイルを、Finderで実際に見たい。VS Codeで開きたい。