autonomous-agent Trend Report

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

DeepMindがゲームAI15年の歩みを公開/OpenAIがゼロデータ保持を再確認/Higgsfieldがeコマース広告AI/VITURE Pro 2発売【Creative AI Digest No.158 2026.08.22】

・おはようございます。AI Visual ArtistのCHIHIROです。 ・今朝は、ゲームAIの歴史を語るDeepMindの大型ポスト、OpenAIのプライバシー基盤アップデート、そしてHiggsfieldのeコマース広告特化ソリューションと、クリエイターの制作現場に効くニュースが並びました。ハードウェアではVITUREの5周年モデル「Pro 2」も登場して、映像・広告・XRの三方向で動きが揃った土曜日です。ゆっくりコーヒーを淹れながら、今日のダイジェスト、いきましょう。 ・本日は主役3件、ほかに気になる動きを7件お届けします。
#OpenClawタグ

ローカルLLMにエージェントを任せようとして丸3日で諦めた話

・NVIDIA GTC 2026で思い切って買って帰ったDGX Sparkがあるので、YouTubeチャンネル「歴史の雨音」を回しているAIエージェントの頭脳も、ローカルLLMで動かすつもりでいました。トークン単価はかかりませんし、データが家から出ることもなく、レート制限も気にしなくていい。 ・ところが実際にやってみると、Nemotronを試し、Qwen3を試し、Qwen3.6を試し、壁にぶつかって、乗り換えて、そのたびにひとつ直っては別の問題が出てきました。 ・最後まで残ったのは、実行してもいないスクリプトについて「3分前に開始、実行中」と、経過時間まで添えて報告してくる症状でした。動いていないものの進み具合を落ち着いた口調で報告されると、どこまでが本当なのか、私にはもう見分けがつきません。
Zennの「AIエージェント」のフィード

第8回 Agentは何の上で動くのか? ── Agent Runtime、Agent OS、Agent Infrastructure

・執筆者: 真名瀬しおり 「分散クラウド基盤の上に、独自開発したLLMオーケストレータとメッセージキューを組み合わせた『Agent OS』を構築しました。これですべてのエージェントが自律プロセスとして並行動作します」 システムアーキテクチャのレビュー現場で、モニターに映し出された構成図を指さしながら、胸を張るリードエンジニアの説明を私は静かに聴いていました。 ・一通り描かれたデータフローとコンポーネント群を観察したのち、私は眼鏡の位置を直し、冷徹にいつもの問いを投げかけます。 ・「動けばいいという問題じゃないわ。この設計のどこに持続可能な拡張性と耐障害性があるの? 既存のWebサーバー上でL...
Zennの「AIエージェント」のフィード

AIエージェントの実行基盤を比較——自前実装 vs Temporal vs AWS Durable Functions

・2026年に入り、AIエージェントの実装フレームワークは激変しています。OpenAIのAgents SDK、AnthropicのClaude Code、GoogleのADKなど、エージェントを組みやすくするライブラリが次々に登場し、「AIに何を判断させるか」は以前よりずっと簡単になりました。 ・一方で、AIが判断した結果を「本番で安全に動かす」という問題は、フレームワークでは解決されません。承認待ち、再起動、再試行、二重実行防止——これらはAIの推論そのものではありませんが、実運用には必須です。 ・この記事では、ワークフローエンジンがこの実行基盤の問題をどこまで解決してくれるのか、同じ処理を...
Zennの「AIエージェント」のフィード

Codex resume --ephemeralを終了コード0だけで信じない

・CIやバッチ処理でCodexのセッションを再開しつつ、その再開ターンはローカルのrolloutへ残したくない場合、--ephemeralが受理されて終了コード0になったことだけでは不十分です。 ・2026年8月14日、Codex CLI 0.147.0で既存セッションを1回だけresume --ephemeralしたところ、コマンドは成功した一方、対象rolloutには4,402バイトが追記されました。したがって、ローカル非永続化が要件なら、この組み合わせは版を固定し、同じrolloutの前後差分がゼロになることを確認してから使う必要があります。 ・これは1バージョン・1ケースの検証です。す...
Zennの「AIエージェント」のフィード

Codexのignore flagsだけではユーザースキルを隔離できない

・CIや評価用のcodex execで--ignore-user-config --ignore-rulesを指定していると、実行時の指示は明示したプロンプトとリポジトリ内のファイルだけだと思いたくなります。しかし、開発者のHOMEを引き継ぐself-hosted runnerや再利用コンテナでは、個人用スキルまで消えているでしょうか。 ・2026年8月15日、Codex CLI 0.147.0で空の使い捨てHOMEと、ユーザースキルを1つだけ置いたHOMEを比較しました。両方に2つのignore flagを付けても、後者だけがスキル本文にしかない無害なマーカーを返しました。
#HermesAgentタグ

MiniMax H3とHermes Agentの動画生成能力を比較し、使い分けのヒントを整理

・MiniMax H3とHermes Agentは、動画生成の用途でそれぞれ特徴があります。H3は高品質な動画生成に強みがあり、映像の描写力や細かな演出が可能です。一方、Hermes Agentは、動画の構成やストーリーテリングに優れており、スクリプトベースの制作に適しています。初心者でも使いやすい機能が備わっているため、目的に応じて選ぶことが重要です。実際に試す際は、それぞれの特徴を理解した上で、自分のニーズに合ったツールを選ぶと、効率よく動画制作が進められます。 ・動画生成AIの基本的な違い 続きをみる
Zennの「AIエージェント」のフィード

ローカルLLMでAIエージェントは今どうなってる? ―OpenClawの惨状とClaude Codeをローカルで動かす検証

・はじめに ローカル LLM がまた盛り上がってきました。M4 Max のような 128GB 級の Mac なら、そこそこのモデルが手元で動きます。そこで気になったのが、ローカルで動く AI エージェントは今どうなっているのかです。 ・具体的に引っかかっていたのが 3 つ。 ・一時期よく聞いた OpenClaw、CVE が大量に出ていて、もう勧められない状況なのでは? Claude Code をローカル LLM で動かす、というのを見たことがあるけど、あれは契約している人向けなのでは? そもそもローカルのエージェント基盤は実用になるのか? 気になったので調べて、動かせるところは自分の ...
Recent Commits to hermes-agent:main

chore: add contributor email mapping for EAbaracus

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

chore: anchor artifact ignore rules to repo root; block them from Doc…

・chore: anchor artifact ignore rules to repo root; block them from Docker image layers Follow-up to the cherry-picked cleanup: the default.tar.gz profile export was also carried into published container images by the Dockerfile's 'COPY . ・.' layer because .dockerignore had no matching pattern. ・Anchor the .gitignore rules to repo root (per review feedback on #91712) and add the same set + /*.tar.gz to .dockerignore so r
Recent Commits to hermes-agent:main

chore: map contributor email for Jackal991

chore: map contributor email for Jackal991
Recent Commits to hermes-agent:main

chore: remove committed root artifacts (log.txt, sqlite_leak_fix.png,…

・chore: remove committed root artifacts (log.txt, sqlite_leak_fix.png, default.tar.gz) These were committed to the repo root but are build/debug byproducts: - log.txt: empty 0-byte file - sqlite_leak_fix.png: unreferenced 832KB image - default.tar.gz: 1.96MB, only used as a test fixture OUTPUT (tests write it to a temp dir, never read from repo root) Add ignore rules so they cannot be re-committed. ・Part of audit clean
Recent Commits to openclaw:main

feat(ui): add a Claude CLI 200K/1M context-window switch to the model…

・feat(ui): add a Claude CLI 200K/1M context-window switch to the model picker (#127951) Adds a generic plugin-declared selectable-context-window surface mirroring thinkingLevels: ModelCatalogEntry.contextWindows + contextWindowDefault through catalog normalization and the gateway protocol, session validation on sessions.create/patch, and a 200K/1M switch inside the Control UI model picker for Claude CLI 5-series model
Recent Commits to openclaw:main

fix(agents): resolve pdf tool models through the canonical resolver (…

・fix(agents): resolve pdf tool models through the canonical resolver (#127952) Inside gateway runs the prepared model runtime is a static snapshot whose ModelRegistry is empty on a fresh state dir; configured models are served through the snapshot's prepared facts. ・The pdf tool resolved candidates via the registry-only resolveModelFromRegistry helper, so every fallback candidate failed with `Unknown model` while the m
Recent Commits to openclaw:main

fix(agents): warn when configured image model entries fail to resolve…

・fix(agents): warn when configured image model entries fail to resolve (#127971) Malformed agents.defaults.imageModel slash refs (empty provider or model around a slash) and blank fallbacks entries were silently dropped from the image fallback candidate chain; when every entry dropped, image/PDF processing later failed with an unrelated-looking 'No image model configured' error and nothing recorded why. ・Unresolved ent
Recent Commits to hermes-agent:main

fix(desktop): dedupe duplicate toolCallId parts at the runtime bounda…

・fix(desktop): dedupe duplicate toolCallId parts at the runtime boundary (#87857) A message whose content carries two tool-call parts with the same toolCallId makes assistant-ui's useResources throw "Duplicate key toolCallId-<id> in useResources", which the workspace error boundary turns into a renderer crash loop that blanks the window. ・The existing withUniqueToolCallIds dedup runs only on the static toChatMessages o
Recent Commits to hermes-agent:main

fix(desktop): resolve Win10 translucency defaults from platform, not …

・fix(desktop): resolve Win10 translucency defaults from platform, not glass capability Closes #90824
Recent Commits to hermes-agent:main

fix(desktop): stop manufacturing duplicate toolCallIds at the fold, r…

・fix(desktop): stop manufacturing duplicate toolCallIds at the fold, repair poisoned cached tails Two follow-up layers on top of the salvaged runtime-boundary guard (#87871): - coalesceToolOnlyAssistants now folds via concatToolPartsUnique, dropping an incoming tool-call part whose toolCallId the predecessor already carries. ・Two individually-clean rows sharing an id (structural carry-over re-attaching a cached row's c
Recent Commits to hermes-agent:main

fix(gateway): claim ledger rows and clear resume_pending inline befor…

・fix(gateway): claim ledger rows and clear resume_pending inline before the abandonable boot-send task Post-merge follow-up to #92173. ・The claim + resume-clear lived inside the boot-send task AFTER the restart notification — itself a flood-controllable send. ・If that notification outlived the restore-gate timeout, the gate opened with zero rows claimed and the resume scheduler replayed turns whose answers were already
Recent Commits to hermes-agent:main

fix(gateway): finite-bounded watchdog knob validation + wire keys thr…

・fix(gateway): finite-bounded watchdog knob validation + wire keys through load_gateway_config Addresses both review findings from @egilewski on #89134: - Non-finite values: _coerce_int now degrades int(inf) (OverflowError previously ABORTED gateway config loading); the clamp requires math.isfinite plus sane upper bounds (interval <=3600s, timeout <=600s, strikes <=1000), falling back to the shutdown_watchdog constant
Recent Commits to hermes-agent:main

fix(gateway): keep loop-watchdog default at 3 strikes; dedupe constan…

・fix(gateway): keep loop-watchdog default at 3 strikes; dedupe constants; register knobs in config defaults Downscope of the salvaged #89134 per review: the 3->8 default raise was symptom tolerance for the false-positive class the off-loop heartbeat + two-witness probe fixes at the root — fleet-wide it would only delay genuine-wedge recovery ~2.7x. ・The three tuning knobs keep independent operator value and stay: - def
Recent Commits to hermes-agent:main

fix(gateway): make loop-liveness watchdog tolerant of transient recon…

・fix(gateway): make loop-liveness watchdog tolerant of transient reconnect stalls The event-loop liveness watchdog (gateway.shutdown_watchdog) hard-exited with code 75 after 3 consecutive missed probes (probe_interval=30s, timeout=10s, max_strikes=3), i.e. ・~90-120s of loop block. ・Telegram/Discord reconnect during a network blip does synchronous socket I/O on the loop and can block it for 60-90s; these stalls self-reco
Recent Commits to openclaw:main

fix(mantis): prove the PR merged onto current main instead of the raw…

・fix(mantis): prove the PR merged onto current main instead of the raw head (#127961) The Telegram Desktop proof previously built the candidate from the raw PR head, so a head behind main failed for reasons main already fixed (observed on #127770: 59 commits behind, hitting the Unknown-model defect fixed by #127952). ・GitHub's cached PR test merge cannot be the candidate either: it was observed 50 commits / 12 hours st
Recent Commits to openclaw:main

fix(tui): honor system-agent history limit (#127993)

・fix(tui): honor system-agent history limit (#127993) 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(ui): expose Advanced Settings accordion state (#127960)

・fix(ui): expose Advanced Settings accordion state (#127960) * fix(ui): expose settings accordion state * fix(ui): keep accordion panels mounted --------- Co-authored-by: Amp <amp@ampcode.com>
Recent Commits to openclaw:main

fix(ui): show channel probe busy state (#127903)

・fix(ui): show channel probe busy state (#127903) Co-authored-by: Amp <amp@ampcode.com>
Recent Commits to openclaw:main

fix(ui): size agent menu grid to content (#127969)

・fix(ui): size agent menu grid to content (#127969) * fix(ui): size agent grid to content * chore(ci): shrink agent menu assertion baseline
Recent Commits to hermes-agent:main

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

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

improve(ui): make agent switching faster and more visual (#126968)

・improve(ui): make agent switching faster and more visual (#126968) * improve(ui): refine agent switching * test(ui): cover agent switcher behavior * fix(ui): preserve agent menu keyboard navigation * fix(ui): keep full agent roster reachable
Recent Commits to hermes-agent:main

Merge pull request #92214 from kshitijk4poor/discord-picker-constants…

・Merge pull request #92214 from kshitijk4poor/discord-picker-constants-followup refactor(discord): derive picker capacity constants; drop last bare 25-option literal
Recent Commits to hermes-agent:main

Merge pull request #92216 from kshitijk4poor/fix/p1-gateway-simplify-…

・Merge pull request #92216 from kshitijk4poor/fix/p1-gateway-simplify-followups fix(gateway): close the boot-send TOCTOU replay window + P1-batch simplify follow-ups
Recent Commits to openclaw:main

perf(irc): reuse claimed inbound projection (#127966)

・perf(irc): reuse claimed inbound projection (#127966) Amp-Thread-ID: https://ampcode.com/threads/T-01a021f5-984a-7628-a30c-491c166ff247 Co-authored-by: Amp <amp@ampcode.com>
Recent Commits to openclaw:main

perf(sessions): skip duplicate transcript root preparation (#127990)

・perf(sessions): skip duplicate transcript root preparation (#127990) Amp-Thread-ID: https://ampcode.com/threads/T-01a021f5-984a-7628-a30c-491c166ff247 Co-authored-by: Amp <amp@ampcode.com>
Recent Commits to openclaw:main

perf(tui): stop blocking the editor on every path autocomplete keystr…

・perf(tui): stop blocking the editor on every path autocomplete keystroke (#127834) * perf(tui): avoid blocking path autocomplete * fix(agents): serialize helper tool installs
Recent Commits to openclaw:main

perf(ui): keep split divider drag within frame budget (#127840)

・perf(ui): keep split divider drag within frame budget (#127840) * perf(ui): keep split resize work within frames * test(ui): prove shared divider drag persistence
Recent Commits to openclaw:main

perf(ui): stop hidden split panes from fetching data they never show …

・perf(ui): stop hidden split panes from fetching data they never show (#127821) * perf(ui): defer hidden retained pane hydration * fix(ui): recheck pane visibility after swarm import * fix(ui): defer hidden pane event hydration
Recent Commits to openclaw:main

perf(ui): stop re-comparing the whole session catalog on every live e…

・perf(ui): stop re-comparing the whole session catalog on every live event (#127819) * perf(ui): scope live catalog comparisons * fix(ui): keep metadata updates on stable catalog cadence
Recent Commits to openclaw:main

perf(ui): stop rescanning the whole snapshot cache on every write (#1…

・perf(ui): stop rescanning the whole snapshot cache on every write (#127831) * perf(ui): avoid full snapshot scans on cache writes * fix(ui): upgrade snapshot cache before deletion
Recent Commits to openclaw:main

perf(whatsapp): reuse inbound message projection (#127958)

・perf(whatsapp): reuse inbound message projection (#127958) Amp-Thread-ID: https://ampcode.com/threads/T-01a021f5-984a-7628-a30c-491c166ff247 Co-authored-by: Amp <amp@ampcode.com>
Recent Commits to hermes-agent:main

refactor(discord): derive model-select capacity from the row/option c…

・refactor(discord): derive model-select capacity from the row/option constants Final-review follow-up: replace the bare 75 in the shown-count with _DISCORD_MODEL_SELECT_CAPACITY so it can never desync from what the partitioned menus actually render.
Recent Commits to hermes-agent:main

refactor(discord): use _DISCORD_SELECT_MAX_OPTIONS in ChoicePickerView

・refactor(discord): use _DISCORD_SELECT_MAX_OPTIONS in ChoicePickerView Final-review follow-up: swap the bare [:25] slice for the new constant. ・Behavior-identical (same 25); removes the last bare option-cap literal in the file. ・ChoicePickerView feeds finite /reasoning and /fast choice lists, so no functional change.
Recent Commits to hermes-agent:main

refactor(gateway): hoist watchdog constants to the canonical import; …

・refactor(gateway): hoist watchdog constants to the canonical import; drop dead or-fallbacks /simplify-code quality reviewer: _start_loop_liveness_guards re-imported the DEFAULT_LOOP_WATCHDOG_* constants locally although the file's canonical shutdown_watchdog import block already exists, and the 'or DEFAULT' guards re-clamped values GatewayConfig.from_dict already validates — unreachable for config-loaded values.
Recent Commits to hermes-agent:main

refactor(gateway): promote parse_systemd_duration_to_us to public

・refactor(gateway): promote parse_systemd_duration_to_us to public hermes_cli/gateway.py's restart-wait sizing (from #92175) was the only cross-module import of an underscore-private shutdown_forensics helper. ・Promote it (private alias retained for existing patchers).
Recent Commits to hermes-agent:main

refactor(gateway): route kanban notifier writer offloads through _to_…

・refactor(gateway): route kanban notifier writer offloads through _to_thread_process_service The notifier watcher offloads the same class of guarded Kanban writers (_kanban_advance/_kanban_rewind/_kanban_unsub) as the dispatcher ticks that #92172 wrapped. ・Apply the same offload-boundary scrub to all 10 writer sites for uniform defense-in-depth (read-only _collect stays on bare to_thread), and reword the helper docstri
Recent Commits to hermes-agent:main

refactor(telegram): share the flood-wait cap between send and edit paths

・refactor(telegram): share the flood-wait cap between send and edit paths Extract _FLOOD_INLINE_WAIT_CAP_SECS + _flood_cap_result so the 5s cap and the flood_control:{wait} error contract cannot drift between the edit path and the send path #92173 added.
Recent Commits to openclaw:main

refactor(tui): sanitize streamed markdown once per delta (#127838)

refactor(tui): sanitize streamed markdown once per delta (#127838)
Recent Commits to openclaw:main

refactor(ui): drop the detail-panel message upgrade path that never r…

・refactor(ui): drop the detail-panel message upgrade path that never runs (#127846) * refactor(ui): remove dead detail message upgrade * refactor(ui): internalize raw message extraction * test(ui): preserve tool detail sidebar output * refactor(ui): remove dead detail loader kind * refactor(ui): remove orphaned detail request state
Recent Commits to openclaw:main

refactor(ui): share background task active count (#127832)

refactor(ui): share background task active count (#127832)
Zennの「AIエージェント」のフィード

[Mastra Announce] AI SDK v7対応で画像生成・推論制御・マルチモーダル入力をMastraから扱う

・Mastraが2026年8月18日に発表したAI SDK v7対応を解説します。AI SDK v7は2026年6月25日のリリース時点からMastraでサポートされており、今回の発表では、プロバイダー仕様の差をMastraが吸収しながら、画像生成や推論制御などを利用できることが整理されています。 ・公式発表: https://mastra.ai/blog/ai-sdk-v7-support 著者: Paul Scanlon AI SDK公式サイト: https://ai-sdk.dev/ AI SDK v7移行ガイド: https://ai-sdk.dev/docs/migratio...
#HermesAgentタグ

【Claudeの月額を下回れるか?】第5話 ー エラー発生から復旧まで

・はじめに 前回の記事で、Hermes Agentを使った毎朝のブリーフィング自動化が順調に動いているとお伝えしました。しかし、先日から、朝のブリーフィングが届かなくなるというトラブルが発生しました。今回は、その原因と復旧までの流れを記録として残します。
#HermesAgentタグ

【使うほど賢くなる】自分専用に育つAIエージェント「Hermes Agent」を無料で試してみた

・「AIに同じことを何度も説明するのが面倒…」 「会話を閉じるたびに内容を忘れてしまうのがもったいない」 そんな悩みを抱えている方に、ぜひおすすめしたいAIエージェントがあります。今回紹介するのは、使うたびに自分専用の記憶とスキルを積み上げ、「あなたと一緒に成長する」AIエージェント、Hermes Agentです。
#HermesAgentタグ

【日記】ケチなのでAIサブスクを解約してHermes Agent + OpenRouterに乗り換えた/NTEが楽しすぎて時間が足りない

【日記】ケチなのでAIサブスクを解約してHermes Agent + OpenRouterに乗り換えた/NTEが楽しすぎて時間が足りない
#AIagentタグ

AI Agentが勝手に権限を使うのが怖いなら、「使ってもいい」仕組みにする― Rule・LLM・Humanで設計するAI時代のGate

・※本記事は個人の見解・考察であり、所属する組織その他の団体を代表するものではありません。また、特定の企業・金融機関・製品・サービスを評価、推奨、批判することを目的としたものではありません。
Zennの「AIエージェント」のフィード

AI 駆動開発でチームはどう変わるか?PM が PO に収斂する未来の体制予想

・AI 駆動開発が主流になると、プロダクトマネージャー(PM)のスケジュール管理業務は縮小し、チームは方向性決定者としてのプロダクトオーナー(PO)に収斂していきます。本記事はこの将来体制を、役割移行マップと草案から公開までの全体フロー図で考察します。 ・本記事は実践報告ではなく、公開データを参照しつつ将来の体制を予想する構想・考察です。著者の見立てと外部データは、本文中で明確に書き分けます。 ・対象読者とこの記事でわかること 対象読者は次の通りです。
Zennの「AIエージェント」のフィード

AIエージェント設計論 — Harness/Loop EngineeringからRAGまで

・AIエージェント開発を支える設計思想を、Harness EngineeringとLoop Engineeringという二本柱から出発し、Evaluation・Context Engineering・Tool Engineering・Memory・Observability・Recovery Engineering・Human-in-the-loop・A2A・実務導入・RAG/ローカルLLMまで、16章で体系的に整理する。LLMの性能だけでは測れない「AIが賢く働ける環境と改善ループの設計」を、実装レベルの視点でまとめた一冊。
#OpenClawタグ

AIにジム予約を頼んだら、ハッキングをしてしまっていた

・どーも!はたしんです! ジムへ行こうと思い、AIにクラスの予約を頼む。
Zennの「AIエージェント」のフィード

AIのためのタスク管理アプリケーションを作ったら気持ちよかった

・みなさんはAIのタスク管理どうされていますか?僕は何だかんだでメモ帳に書くスタイルに落ち着いていました。 ・Agentが空いたら次やるタスク、追加プロンプトを入れるためにメモを残すみたいなイメージです。 ・自分自身の開発もこのやり方で管理しており、特に困ってないし、まぁ回る。たまにこれなんだっけ?みたいなときもありますが、そういう時は不要になったと考えてサクサク消していくスタイルです。
""OpenClaw"" - Google ニュース

AIは「社員」 OpenClawとClaude Coworkが示した未来 - 日経クロステック

・AIは「社員」 OpenClawとClaude Coworkが示した未来 日経クロステック
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

ChatGPT、全有料ユーザーに使用量リセット券を配布 Codex 2,000万人突破で - BigGo ファイナンス

・ChatGPT、全有料ユーザーに使用量リセット券を配布 Codex 2,000万人突破で BigGo ファイナンス
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

ChatGPTが「使用量リセット権」を配布、Codex 2,000万人突破記念 - PC Watch

・ChatGPTが「使用量リセット権」を配布、Codex 2,000万人突破記念 PC Watch
#OpenClawタグ

ChatGPTのWorkspace Agentsから考える、建設業社長のAI社員導入順序

・OpenAIが、ChatGPT Business / Enterprise / Edu向けに「Workspace Agents」を研究プレビューとして発表しました。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude Code、スマホからセッションを起動できるように - Pasquale Pillitteri

・Claude Code、スマホからセッションを起動できるように Pasquale Pillitteri
Zennの「AIエージェント」のフィード

Claude Codeで作ったゲームロジックが「動くのに面白くない」ときに見直す要件定義のコツ

・Claude Codeで実装したゲームロジックが「動くけど面白くない」問題 Claude CodeやUnity MCPにゲームのシステム実装を任せると、コードとしては正しく動く。ビルドも通るし、テストも書ける。だが実際に触ってみると「なんか違う」——敵が硬すぎる、経験値カーブがだるい、リソースがすぐ枯渇する、といったバランス面の違和感が残ることが多い。この「動くのに面白くない」現象は、Claude Code側の実装力不足というより、ゲーム開発の要件定義に固有の落とし穴が原因になっているケースが目立つ。 ・なぜ機能要件だけでは足りないのか 一般的なWebアプリの要件定義は「入力Aに対...
Zennの「AIエージェント」のフィード

Codexの505セッションを掘ったら、避けられたかもしれない再実行が370回見つかった

・「これ、前にも同じところでハマってなかった?」 Codexを使っていて、何度かそう思うことがあった。 ・たとえばGitを実行する。sandboxの制限で失敗する。権限を変更して同じコマンドを再実行すると成功する。ここまでは普通にある。 ・気になったのは、別の日にもまた最初の実行方法から始めて、同じ理由で失敗していたことだ。
AIAgentタグが付けられた新着記事 - Qiita

Codexのマルチエージェント機能、config.toml設定は既に不要だった

・はじめに OpenAI Codex CLIには、CSVファイルの各行を1タスクとして複数のサブエージェントに並列実行させる spawn_agents_on_csv という機能があります。公式ドキュメントやコミュニティ記事では、この機能を使うために ~/.codex/con...
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

CodexやClaude AIに乗り換えてから、ここ数ヶ月Cursorを使っていませんでした。 - Moomoo

・CodexやClaude AIに乗り換えてから、ここ数ヶ月Cursorを使っていませんでした。
AIAgentタグが付けられた新着記事 - Qiita

MCP Tasks拡張、SDK 2.0.0で動いたのは4メソッドだけだった

・はじめに MCP の 2026-07-28 仕様で、長時間処理を扱う Tasks が実験的コアから io.modelcontextprotocol/tasks 拡張へ移りました。ポーリング型の tasks/get と tasks/update を持ち、Tier 1 SDK...
Release notes from openclaw

release-publish/1a3aa6a36af7-1787336410

・refactor(release): use canonical plan cache action
Release notes from openclaw

release-publish/922296b847b4-1787363514

・style(test): format release plan cache assertion
Release notes from openclaw

release-publish/afc3535d2585-1787336757

・fix(release): bind frozen harness layouts to candidate
Release notes from openclaw

release-publish/c6d9a5dedc60-1787335804

・test(release): align rerun plan assertions
Release notes from openclaw

release-publish/f908e32050d1-1787335706

・fix(release): preserve validation plan across reruns
""OpenClaw"" - Google ニュース

Token経済の転換点──OpenClaw、Hermesからローカル自研Agentへ|Trans-N - note

・Token経済の転換点──OpenClaw、Hermesからローカル自研Agentへ|Trans-N note
#AIagentタグ

VercelのSandboxと「fx」で、Elymuseの次にやりたいことが見えてきた

VercelのSandboxと「fx」で、Elymuseの次にやりたいことが見えてきた
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Wayfinder: 1セッションに収まらない巨大プロジェクトを計画するClaude Codeスキル - Pasquale Pillitteri

・Wayfinder: 1セッションに収まらない巨大プロジェクトを計画するClaude Codeスキル Pasquale Pillitteri
#HermesAgentタグ

アニメのキャラでAI社員を作ってみた。

・AI挑戦を始めて22日目。 ・前回はHermes Agentを導入した結果、作業環境が快適になったことをお伝えしました。
""Hermes Agent"" - Google ニュース

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

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

従来のAIモダナイゼーションの限界と、Probe Agentが越えようとする壁

・要約 大規模な既存システムをAIで近代化する取り組みは、コード変換、リファクタリング、テスト生成、依存関係更新といった領域で急速に進んでいる。複数のLLMエージェントに役割を分担させ、生成・検証・修正を繰り返す方式も現実の移行案件で試されている。 ・しかし、そこで繰り返し現れる問題がある。個別の関数、ファイル、コンポーネントを改善しても、システム全体、さらに利用者にとっての価値が改善するとは限らない、という問題である。 ・Probe Agentが目指すのは、AIによるコード生成そのものではない。既存処理を観測し、改善候補を隔離して比較し、何を目指すかというビジョンから実行証拠までを結び、...
Zennの「AIエージェント」のフィード

毎朝 CloudWatch を見回るエージェントを作ってみたら、翌朝さっそく仕事をしてくれた話

・はじめに みなさん、AIエージェントは作っていますか? AWSにはAgentCoreというAIエージェントを動かすための便利なサービスがあります。また、Strands AgentsというAWS発のAIエージェントを構築するためのライブラリがあります。 ・私は仕事でAIエージェントを作ることはそれなりにあるのですが、\overset{\tiny むちゃぶり}{\footnotesize 要件や制約} により複雑な構成になりがちだったりします。たまには Strands Agents + AgentCore の構成で汎用的でシンプルなAgentでも作ってみたいと思い、実際に作ってみました。