autonomous-agent Trend Report

Dashboard へ戻る
Date: 20260807 Articles: 80 Scope: curated summary

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

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

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

3
High impact
5
Mid impact
72
Signal watch

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

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

Domain filters
Star filters
Recent Commits to openclaw:main

fix(diagnostics-otel): keep telemetry exporting across in-process res…

・fix(diagnostics-otel): keep telemetry exporting across in-process restarts (#120131) * [AI] fix(diagnostics-otel): keep telemetry exporting across in-process restarts Owned diagnostics-otel generations previously registered their OpenTelemetry providers globally and only shut the providers down on stop. ・The pinned sdk-node registers globals without override and never unregisters them, so a second in-process generatio
#AIagentタグ

【Cloudflare(NET)Q2 FY2026】AI時代のインターネットOSになれるのか。通過点から課金点へ、Cloudflareの不可逆モートを検証する

・Cloudflare(NET)のQ2 FY2026決算をアウトプットする。 ・売上高は$696.1M、YoY +36%。 ・non-GAAP営業利益は$96.1M、営業利益率は13.8%。
#AIagentタグ

【Uber(UBER)Q2 FY2026】未来の利益プールはUberに残るのか。AV時代の商業化レイヤーと不可逆モートを再検証する

・Uber Technologies(UBER)のQ2 FY2026決算をアウトプットする。 ・今回のタイトルは、私らしい言葉を選んだ。 ・未来の利益プールはUberに残るのか。
#AIagentタグ

銀行員を減らすAIより、「"銀行員"を待たなくていい銀行」の方が強い ― AI時代、銀行員が鍛えるべきは「人間力」なのかもしれない

・※本記事は個人の見解・考察であり、所属する組織その他の団体を代表するものではありません。また、特定の企業・金融機関・製品・サービスを評価、推奨、批判することを目的としたものではありません。 ・そう聞くと、どうしてもこんな話になりがちです。 ・「何人分の仕事を削減できるのか」 事務作業をAIに任せる。
Zennの「AIエージェント」のフィード

事業システム全体が動作する開発環境をAIエージェントに - Docker Sandboxes on GCE

・仕様書を渡すとAIが実装とテストを行いPRまで作り、人間はレビューに集中する。 ・このようなSpec-to-PR型の開発については、2025年末から2026年にかけて、Spotifyの「Honk」、Rampの「Inspect」、Stripeの「Minions」、Harveyの「Spectre」など、自社の開発環境と業務フローに合わせて組み上げた事例が相次いで公開されました。国内でも、LINEヤフーがマルチエージェントにIssueからPRまでを担わせる仕組みを公開。メルカリ、サイバーエージェント、LayerXからも、配布とガバナンス、環境整備、SDKでの開発と、それぞれの切り口で発信が続いて...
Zennの「AIエージェント」のフィード

自己改善ループが3回死んでいた話 — 「復旧しました」を3回書いたAIエージェントの観測設計

・この記事は何か 私は Claude Code のスケジュールタスクで、SNS 投稿を自動生成・投稿し、その反応を計測して次の投稿にフィードバックする「自己改善ループ」を運用しています。 ・2026年6月に Addy Osmani が提唱した ループエンジニアリング(エージェントに指示を出す人ではなく、エージェントに指示を出し続けるシステムを設計する、という考え方)は、私がやっていたことにちょうど名前を付けてくれたような概念でした。日本語圏でも6月以降、解説記事が一気に増えています。 ・ただ、私のループには致命的な欠陥がありました。
#AIagentタグ

生成AIのデータ管理基盤といっても階層があるという話

・ちょっと相談を受けて、思わず頭を抱えてしまった話。大規模マルチAgentic AIシステムを構築するというのは、自宅で生成AIシステムを構築して稼働させるのとは必要コンポーネントが、がらっと変わってしまう。 ・だから相談された『興味深いツール』にAtlanが記述されているのを見た瞬間に、冒頭のように頭を抱えてしまった。それは全社レベルのマルチAgentic AIシステム構築で必要となるメタデータ管理ツールであり、SIベンダはおろかITプラットフォームベンダというのも難しい企業では、手を出せない領域なのだ。そういう企業が手を出すとしたら、せいぜい1touch、Cyera、Securitiなどの『全社メタデータ管理基盤にデータを提供支援するツール』あたりが精一杯になる。
Zennの「AIエージェント」のフィード

同じCAD操作、違う表現 — CADエージェントでDSLとコード生成をどう使い分けるか

・CADの内部APIをAIエージェントから操作する代表的な実装には、大きく2つあります。 ・定義済みのCAD操作を、構造化された引数(多くはJSON形式)で呼び出す方式と、LLMがCAD APIを使うコードを生成・実行する方式です。 ・本記事では、前者を「DSL方式」、後者を「コード生成方式」と呼びます。
Recent Commits to hermes-agent:main

chore(relay): require 0.7.1

・chore(relay): require 0.7.1 Signed-off-by: Bryan Bednarski <bbednarski@nvidia.com>
Recent Commits to hermes-agent:main

chore(skills/document-to-action-items): promote to bundled tier

・chore(skills/document-to-action-items): promote to bundled tier Fleet audit showed these task skills are commonly needed across users; shipping bundled per Teknium's direction. ・Docs and tests follow the bundled paths.
Recent Commits to hermes-agent:main

chore(skills/document-to-action-items): tighten to hardline standards…

・chore(skills/document-to-action-items): tighten to hardline standards, move to optional - description 214 -> 59 chars - author credits Ben Barclay (benbarclay) first - moved skills/productivity -> optional-skills/productivity (not a daily driver) - dropped dangling 'linear' related_skills entry; prose points at approved destinations - framed steps through Hermes tools (read_file, web_extract, xlsx, notion) - trimmed
Recent Commits to openclaw:main

docs: promote Release and CI navigation (#119802)

docs: promote Release and CI navigation (#119802)
Recent Commits to openclaw:main

feat(claws): adopt portable profiles and native bootstrap (#115237)

feat(claws): adopt portable profiles and native bootstrap (#115237)
Recent Commits to hermes-agent:main

feat(plugins): load portable agent components

feat(plugins): load portable agent components
Recent Commits to openclaw:main

feat(plugins): read the ai.openclaw Agent Plugins extension namespace…

・feat(plugins): read the ai.openclaw Agent Plugins extension namespace (#120214)
Recent Commits to openclaw:main

feat(plugins): support the Agent Plugins bundle format (#120115)

・feat(plugins): support the Agent Plugins bundle format (#120115) * feat(plugins): support the Agent Plugins bundle format * docs(plugins): document the Agent Plugins bundle format * test(agents): preserve agent bundle runtime discovery * fix(plugins): isolate Agent Plugins data-dir failures and align MCP support reporting * docs(plugins): list Agent Plugins in the canonical plugin-format guides * fix(plugins): gate A
Recent Commits to hermes-agent:main

feat(plugins): validate portable agent packages

feat(plugins): validate portable agent packages
Recent Commits to hermes-agent:main

feat(skills): add document-to-action-items

feat(skills): add document-to-action-items
Recent Commits to openclaw:main

feat(status): render /status as a native rich card and declutter the …

・feat(status): render /status as a native rich card and declutter the plain body (#120167) * feat(status): render /status as native rich tables on channels that support them * feat(status): tighten rich /status layout into a titled native table card * feat(status): trim rich /status tail to one clock-and-uptime context line * feat(status): context meter, hot-window warning, and default-noise trim in rich card * test(s
Recent Commits to openclaw:main

fix: remove retired insecure auth guidance (#120295)

fix: remove retired insecure auth guidance (#120295)
Recent Commits to hermes-agent:main

fix: Windows-safe process-group teardown in verify runner (footgun CI)

fix: Windows-safe process-group teardown in verify runner (footgun CI)
Recent Commits to openclaw:main

fix(agents): subagent hard-deny list cannot be overridden by allow co…

・fix(agents): subagent hard-deny list cannot be overridden by allow config (#120025) * fix(agents): make subagent hard-deny list non-overridable and deny message tool The always-deny list for subagent sessions (gateway, cron, message, sessions_send, conversations_*) could be overridden by ordinary allow/alsoAllow config entries, letting a configured subagent profile re-enable direct user delivery outside the announce
Recent Commits to openclaw:main

fix(android): gate Wear model controls by operator scope (#120016)

・fix(android): gate Wear model controls by operator scope (#120016) * fix(android): gate Wear model controls by operator scope * chore(android): refresh native i18n inventory --------- Co-authored-by: IWhatsskill <284122573+IWhatsskill@users.noreply.github.com> Co-authored-by: Colin Johnson <colin@solvely.net>
Recent Commits to openclaw:main

fix(cron): on-exit watcher retries transient failures instead of sile…

・fix(cron): on-exit watcher retries transient failures instead of silently dropping the watch (#120023) * fix(cron): retry on-exit watcher spawn/wait failures with backoff A transient supervisor failure while arming or waiting on an on-exit watch previously dropped the watch with only a log line: the job would never fire and nothing recorded why. ・Failures now persist lastError/consecutiveErrors on job state via the ga
Recent Commits to hermes-agent:main

fix(desktop): match current assistant-ui lookup errors

fix(desktop): match current assistant-ui lookup errors
Recent Commits to hermes-agent:main

fix(desktop): preserve root recovery through StrictMode replay

fix(desktop): preserve root recovery through StrictMode replay
Recent Commits to hermes-agent:main

fix(desktop): recover root boundary from tapClientLookup races

fix(desktop): recover root boundary from tapClientLookup races
Recent Commits to hermes-agent:main

fix(desktop): self-retry transient boundary errors, reactive edit com…

・fix(desktop): self-retry transient boundary errors, reactive edit composer context Two correctness holes left by the session-switch perf work (#72504 / #72524): 1. ・MessageRenderBoundary only cleared a swallowed transient useClientLookup error when the structural resetKey changed. ・Mid-turn, ids/roles/count are stable, so a lookup race during a stream left the boundary rendering null for the rest of the turn.
Recent Commits to openclaw:main

fix(diagnostics): honor OTEL_SDK_DISABLED (#119961)

・fix(diagnostics): honor OTEL_SDK_DISABLED (#119961) * fix(diagnostics): honor OTEL_SDK_DISABLED * fix(diagnostics): own OpenTelemetry lifecycle * fix(diagnostics): keep SDK options private * test(diagnostics): type async resource export * fix(diagnostics): preserve OpenTelemetry env defaults * fix(diagnostics): restore narrow OTEL disabled admission * fix(diagnostics): surface disabled propagator warnings * fix(diagn
Recent Commits to openclaw:main

fix(gateway): prevent approval E2E startup timeout (#120195)

・fix(gateway): prevent approval E2E startup timeout (#120195) * test(gateway): isolate approval client startup * test(gateway): share manual RPC startup scope
Recent Commits to openclaw:main

fix(gateway): redact credentials from gateway URLs in status and logs…

・fix(gateway): redact credentials from gateway URLs in status and logs diagnostics (#120024) * fix(gateway): redact credentials from gateway URLs in status and logs diagnostics Gateway URLs can carry basic-auth credentials or token query params. ・Status output, status-all JSON, and logs-cli error diagnostics now project connection details through a single diagnostics projection (projectGatewayConnectionDetailsForDiagno
Recent Commits to openclaw:main

fix(gateway): refresh session lists after external identity writes (#…

・fix(gateway): refresh session lists after external identity writes (#120203) * fix(gateway): invalidate session lists on external mutations * test(sessions): cover identity mutation fence
Recent Commits to hermes-agent:main

fix(models): corrupt-at cache rows degrade to live fetch in cached_pr…

・fix(models): corrupt-at cache rows degrade to live fetch in cached_provider_model_ids Surfaced during the post-merge review pass on our own #81113 follow-up: cached_fetch_api_models gained _cache_entry_valid (numeric-'at' validation) but its sibling cached_provider_model_ids still did float(entry.get('at', 0)), which raises ValueError/TypeError on a hand-edited or corrupted provider_models_cache.json row and propagat
Recent Commits to hermes-agent:main

fix(plugins): address portable MCP review feedback

fix(plugins): address portable MCP review feedback
Recent Commits to hermes-agent:main

fix(plugins): preserve opaque stdio commands

fix(plugins): preserve opaque stdio commands
Recent Commits to hermes-agent:main

fix(review): harden portable plugin boundaries

fix(review): harden portable plugin boundaries
Recent Commits to openclaw:main

fix(slack): workspace-scoped thread cache and durable channel-id migr…

・fix(slack): workspace-scoped thread cache and durable channel-id migration (#120022) * fix(slack): scope thread-starter cache per workspace and persist channel-id migration durably Thread-starter cache keys now always include accountId+teamId so multi-workspace installs cannot cross-read cached thread starters. ・channel_id_changed migration previews against the persisted config snapshot and only mutates the in-memory
Recent Commits to openclaw:main

fix(systemd): apply dotenv changes on gateway restart (#119441)

・fix(systemd): apply dotenv changes on gateway restart (#119441) * fix(systemd): load state dotenv at gateway startup Signed-off-by: sallyom <somalley@redhat.com> * fix(systemd): refresh managed dotenv values on restart Signed-off-by: sallyom <somalley@redhat.com> * fix(gateway): clear removed managed dotenv values Signed-off-by: sallyom <somalley@redhat.com> * fix(dotenv): canonicalize managed override keys Signed-of
Recent Commits to hermes-agent:main

fix(tools): lazily bring up sandbox for vision_analyze reads

・fix(tools): lazily bring up sandbox for vision_analyze reads vision_analyze reads container-only images by exec-reading them inside the sandbox, but unlike terminal_tool it never triggered environment creation. ・Under a non-local backend (ssh, docker, ...), a session whose first action was vision_analyze on a remote path failed with 'no active sandbox session' until an unrelated terminal command happened to establish
Recent Commits to openclaw:main

fix(ui): preserve structured login error codes (#120069)

fix(ui): preserve structured login error codes (#120069)
Recent Commits to hermes-agent:main

Integrate verify subsystem with the existing verification stack

・Integrate verify subsystem with the existing verification stack Rescope: hermes verify fills only the runtime-smoke gap and plugs into the pieces Hermes already has instead of standing beside them. ・- agent/verification_evidence.py: record_verify_run() — explicit ledger write for hermes verify results (shared _insert_evidence factored out of record_terminal_result). ・Passing runs mark the workspace passed like scripts/
Recent Commits to hermes-agent:main

Merge pull request #81203 from bbednarski9/chore/relay-0.7.1

・Merge pull request #81203 from bbednarski9/chore/relay-0.7.1 fix(relay): upgrade to 0.7.1
Recent Commits to hermes-agent:main

Merge pull request #81232 from NousResearch/bb/desktop-boundary-recov…

・Merge pull request #81232 from NousResearch/bb/desktop-boundary-recovery-triage fix(desktop): recover both boundaries from assistant-ui lookup races, reactive edit context
Recent Commits to hermes-agent:main

Port from superagent-ai/grok-cli: verify subsystem (run-recipe detect…

・Port from superagent-ai/grok-cli: verify subsystem (run-recipe detection + environment manifest + hermes verify smoke runner) Scoped port of grok-cli's verify subsystem: - agent/verify/recipes.py: static run-recipe detection mirroring grok's detection order (Node frameworks w/ lockfile-based package-manager choice, Django/FastAPI/Flask/generic Python, Go, Rust, Maven/Gradle, Makefile targets, docker-compose) - agent/
Recent Commits to openclaw:main

refactor(test): replace logic-bearing vi.mock factories with boundary…

・refactor(test): replace logic-bearing vi.mock factories with boundary fakes, batch 3 (#120291) * refactor(test): exercise real session rewind policy * refactor(test): use real Telegram media policy * refactor(test): exercise real HTTP cancellation lifecycle * test(gateway): prove mutations clear queued session work
Recent Commits to openclaw:main

test(diagnostics): cover OTEL exporter contracts (#120261)

test(diagnostics): cover OTEL exporter contracts (#120261)
Recent Commits to openclaw:main

test(tui): gate built CLI PTY cases (#120221)

test(tui): gate built CLI PTY cases (#120221)
AIAgentタグが付けられた新着記事 - Qiita

[AWS]ベクトル対応した DynamoDB のエンベディング戦略を考えてみる

・DynamoDB が 2026年8月5日にベクトル検索へ対応しました。商品データとそのベクトルを同じテーブルに置けるのがありがたいところです。ただしEmmbeding処理は自前でする必要があります。この記事ではその埋め込みを誰がいつ作るのか?という話を考えてみます。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

「Claude Code体験セミナー」東京で無料開催|TeamSparta - PR TIMES

・「Claude Code体験セミナー」東京で無料開催|TeamSparta PR TIMES
#HermesAgentタグ

【Hermes Agent】ボイス機能が大幅アップデート!…でも、そのままでは使えませんでした😅

・Hermes Agentのボイス機能が大幅アップデートされ、より自然な音声でAIと会話できるようになりました。最近のアップデートでは音声機能の強化が進められており、リアルタイム性や音声周りの機能が大きく改善されています。
""OpenClaw"" - Google ニュース

【OpenClawで試したいアレコレ】AIにGmailを読ませて大丈夫?OpenClawで安全にメールを片付ける手順 - 千葉テレビ放送

・【OpenClawで試したいアレコレ】AIにGmailを読ませて大丈夫?OpenClawで安全にメールを片付ける手順 千葉テレビ放送
#AIagentタグ

【ツール】「好みの女性と構図を選ぶだけ」理想の美女プロンプトメーカーを作成しました⦅Webツール⦆AI画像生成/プロンプト/ComfyUI/個人開発/生成AI/AI副業/AI美女

・はじめに こんにちは。かわきです! このたび、画像生成AIに貼り付けるためのAI美女プロンプトを、 選択式でかんたんに作れるWebツールを作りました。 ・私のこれまでの画像生成AIの知識、そして全ての叡智をつぎ込んで制作しました!! 続きをみる
#AIagentタグ

📄Workspace Agentsが課金化されたことに気づかずExcel出力機能を無料時代の感覚のまま使い倒していた具体的な失敗談💦プラン切り替え前に確認すべきポイントをまとめて解説⚠️

・😱 気づいたときには手遅れ?「無料だと思っていた機能」が牙をむく瞬間 「ChatGPTでExcelの表を作らせたら、思っていたより時間がかかった気がする」 「Workspace Agentsに毎日タスクを投げていたら、なぜか他の作業でクレジットが足りなくなった」 続きをみる
#AIagentタグ

🔗n8nで複数の生成AIモデルを条件分岐させて自動化フローを構築したところ、失敗時のリトライ設計を見直しただけで安定度が大きく変わった具体的な話を紹介🔁

・💡「動くけど、たまに止まる」 ── そのAIエージェント自動化、実は9割の人が同じ壁にぶつかっています 「n8nでAIエージェントの自動化を組んでみたけど、なぜか週に何回かワークフローが止まってしまう」 「複数の生成AIモデルを条件分岐で使い分けているのに、片方のAPIが不安定になるとフロー全体が固まる」 続きをみる
""AI agent" OR "agentic workflow"" - Google ニュース

AI Agent は “つながり” で進化する ─ Amazon Connect Customer × Salesforce MCP 連携 - Amazon Web Services (AWS)

・AI Agent は “つながり” で進化する ─ Amazon Connect Customer × Salesforce MCP 連携 Amazon Web Services (AWS)
""AI agent" OR "agentic workflow"" - Google ニュース

AI Agent×専門人材によりD2Cブランド・EC事業者の成長を加速 ポールトゥウィン、「EC・通販DXPO東京'26夏」に出展 - ASCII.jp

・AI Agent×専門人材によりD2Cブランド・EC事業者の成長を加速 ポールトゥウィン、「EC・通販DXPO東京'26夏」に出展 ASCII.jp
#AIagentタグ

AI Agent時代、Gateはどう設計すればいいのか?― 「成果物」だけでは足りない。成果物・権限・合意からGateを設計する

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

AICX協会、AIエージェント専門メディア「AI Agent Now」を刷新 - PR TIMES

・AICX協会、AIエージェント専門メディア「AI Agent Now」を刷新 PR TIMES
Zennの「AIエージェント」のフィード

AIエージェントの報告を信じる前に

・「テストは全部パスです」「0件でした」「直しました」——エージェントの報告は、たいてい正しい。正しくないのは、それをこちらが読んだ意味のほうだ。この本は、30の場面ごとに「そのとき何と訊くか」を1つずつ置いていく。「通りましたか」ではなく「壊したとき、何が落ちましたか」と訊く。それだけで、報告の中身が変わる。AIを仕事や開発で使う人が、実際に読み違えた30の記録です。
#AIagentタグ

AIで業務を自動化するほど、「人間に何を残すか」「どう育てるか」「何を評価するか」を再設計しないと、選ばれない銀行になる

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

AIにGmailを読ませて大丈夫?OpenClawで安全にメールを片付ける手順 - PC Watch

・AIにGmailを読ませて大丈夫?OpenClawで安全にメールを片付ける手順 PC Watch
Zennの「AIエージェント」のフィード

AIの安全性検証、ついに業界標準へ

・AIの安全性検証、ついに業界標準へ 2026-08-05 | 読了 4分 | #AIセキュリティ #OpenAI #AIガバナンス OpenAIが、AIモデルのサイバーセキュリティ評価における透明性強化を公式に発表した。第三者機関による独立評価の仕組みが整備されることで、AI業界全体の信頼性基準が大きく塗り替えられようとしている。 ・なぜ今、透明性が問われるのか AIモデルの能力が急速に向上するにつれ、「そのモデルは本当に安全なのか」という問いは避けられなくなった。 ・特にサイバーセキュリティの文脈では深刻だ。高度な推論能力を持つモデルが、意図せず攻撃手法のヒントを与えてしまう可能...
#AIagentタグ

AI個人開発で月3万円の利益を目指す方法|Cursor・Claude Codeの料金と実践ロードマップ/個人開発/アプリ【2026年版】

・AIコーディングツールの進歩により、個人でもWebサービスやスマートフォンアプリを開発しやすくなりました。ただし、アプリを完成させることと、毎月安定して利益を得ることは別の課題です。 ・月3万円を目指す場合、重要なのは多機能なアプリを作ることではありません。「特定の人が繰り返し困っている作業」を一つ選び、その解決に対して継続的に料金を支払ってもらえる仕組みを作ることが重要です。
#AIagentタグ

AI時代、銀行は「ハイパフォーマー」を正義にすることをやめるべきかもしれない ― 全員をトップ営業に似せるより、100人100通りの強い銀行員を育てる

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

Claude Code・Codexの品質を守るハーネス設計5層

・Claude CodeやCodexに、同じ注意を何度も書いていないでしょうか。 ・「変更後はテストして」 「このディレクトリは触らないで」 「前と同じ形式で実装して」 その場では直っても、別のセッションではまた同じミスが起きる。モデルを高性能なものへ替えると頻度は下がりますが、ゼロにはなりません。 ・結論から言うと、必要なのはプロンプトの追加ではなく、AIが間違えにくく、間違えても自分で検知できる開発環境です。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

Claude Codeのテクニック集が990円から!MPEG技術の解説本も安い、「Kindle本サマーセール」第2弾開始! - 窓の杜

・Claude Codeのテクニック集が990円から!MPEG技術の解説本も安い、「Kindle本サマーセール」第2弾開始! 窓の杜
Zennの「AIエージェント」のフィード

Cloudflare Walletsは何を提供するのか

・こんにちは。ブロックチェーン×AI Agentで自律経済圏を創るKomlock labでCTOをしている山口夏生(@0x_natto)です。 ・2026年8月4日、Cloudflare が Cloudflare Wallets と cloudflare.pay を発表しました。 ・https://blog.cloudflare.com/wallets/ 決済プロダクトの発表として読むと、たいして中身がありません。動くのはハンドルの予約だけで、developers.cloudflare.com/wallets/ は今日アクセスすると404が返ってきます。対応チェーンもステーブルコインの銘柄も手...
Zennの「AIエージェント」のフィード

CS問い合わせ自動化を作ったら、一番拾いたいクレームだけ迷惑メールに消えていた話

・はじめに メーカーのロジスティクス部門で35年働いていました。現場が長いと染み付く感覚があります。 ・「動いているように見える」と「ちゃんと全部処理できている」は別物、というやつです。 ・昨日、あるBtoC SaaS(オンライン学習サービス)向けに、CS問い合わせの一次対応を自動化するパイプラインを作りました。
""AI agent" OR "agentic workflow"" - Google ニュース

Custom AI Agentのご紹介 - NEC

Custom AI Agentのご紹介 - NEC
AIAgentタグが付けられた新着記事 - Qiita

deepagentsのファイルシステムバックエンド、混ぜると更新時刻が9時間ズレた

・LangChain の deepagents は、エージェントが読み書きする「ファイルシステム」を差し替え可能なバックエンドとして抽象化しています。同じ write_file / read_file / ls / glob / grep ツールを与えたまま、保存先だけをスレ...
Zennの「AIエージェント」のフィード

ECエージェントベンチマークWebMallを動かしてみた

・はじめに SIGIR 2026で発表されたECエージェントベンチマーク WebMall を手元で動かし、claude-sonnet-5で全91タスクを実験しました。結果は 完全達成19/91(20.9%)。カートへの追加は7/7の全勝だったのに、商品を探して比較するタスクはほぼ全滅という、はっきりした偏りが出ました。 ・この記事の主眼は、WebMallを手元で動かして感触を掴むことです。どういう設計のベンチマークか、手元で動かすには何が必要か、エージェントは何に失敗するのかを、環境構築のハマりどころ込みで紹介します。実測値は1モデル・1回実行の参考値であり、モデル間比較や論文値との厳密...
Zennの「AIエージェント」のフィード

JetBrains Context で Claude と Codex に同じコードベース知識を持たせる

・はじめに 前回は JetBrains Central CLI で Claude と Codex を使ってみた で、2つのエージェントを1つの JetBrains ログインにまとめました。どちらを動かすか、いくら使ったかを1箇所で管理できるようになりました。 ・今回は、その2つに同じコードベースの知識を持たせます。JetBrains Context という機能を使います。 ・エージェントに聞くたびに、grep のキーワードを当てる作業が発生します。
""coding agent" OR "Claude Code" OR Codex" - Google ニュース

OpenAI、GitHubのプルリクエストをセキュリティ面から詳しく調べる「Codex Security Review」を研究プレビューで提供 - gihyo.jp

・OpenAI、GitHubのプルリクエストをセキュリティ面から詳しく調べる「Codex Security Review」を研究プレビューで提供 gihyo.jp
Zennの「AIエージェント」のフィード

RAGの種類・手法を1枚の地図に ─ 19手法の特徴とメリット/デメリット

・こんにちは、M16合同会社の代表社員&COO(最高執行責任者)であり、FDE, PdM, PM, ソフトウェアエンジニア/LLMエンジニアのまさぴょんです🐱 今回は、乱立している RAGの手法を「効くレイヤー」ごとに6層へ整理した地図 をご紹介します。 ・「RAGの精度が出ない」に、単一の正解はない RAGを触り始めると、すぐにこの状態になります。 ・HyDE、RAPTOR、GraphRAG、Self-RAG、CRAG、Agentic RAG……名前は聞くけど、結局うちは何を入れればいいのか分からない。
Zennの「AIエージェント」のフィード

Why Your Claude Code Bill Is 20x Higher Than It Should Be

・Learn how Claude's prompt caching actually works, what silently resets it, and five practical ways to cut your Claude Code token bill without touching your CLAUDE.md file. ・Introduction Here is a number that surprises most Claude Code users the first time they see it: reading the same conversati...
#OpenClawタグ

Y Combinator 解説:パーソナルAGIの構築──スピノザに学ぶ認知の外部化と所有

Y Combinator 解説:パーソナルAGIの構築──スピノザに学ぶ認知の外部化と所有
Zennの「AIエージェント」のフィード

人には隠し、AI には告げる — このロールは何に触れてよいかを説明する設計

・🔗 この記事は https://blog.tak3.jp/ からの転載です(一次情報源)。 ・権限を絞ったロールで AI エージェントに DB を触らせると、こういうことが起きる。エージェントは、自分が読めないテーブルに向かって堂々とクエリを書く。返るのは permission denied だ。あるいは、権限で絞り込まれたカタログしか渡されていない場合には、そこに無いものを「無い」と解釈して、名前の似た別の列で代用した数字を、自信たっぷりに差し出してくる。 ・権限は効いている。効いていないのは伝達のほうだ。PostgreSQL は GRANT と行レベルセキュリティ(RLS)で止めてい...
#AIagentタグ

生成AIは「ROIが出ない」のではなく、測り方を間違えていませんか?

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

電話でつながる音声AIエージェントを作ってみた|アーキテクチャ・Function Calling・ガードレール設計

・はじめに 「電話をかけると AI が出て、店の予約をそのまま取ってくれる」——そんな音声AIエージェントを実際に構築しました。この記事は、その過程で学んだことを設計判断を中心にまとめた記録です。 ・きっかけは、店舗の電話予約受付を自動化したいという課題でした。営業時間外や混雑時に電話が取れず、機会損失になる。かといって既存の「自動音声ガイダンス(プッシュ1番を押してください)」は使い勝手が悪く、離脱される。 ・そこで、OpenAI の Realtime API と gpt-realtime-2.1-mini を使って、電話越しに自然に会話し、実際に予約を登録するところまでやり切るエージェ...
Zennの「AIエージェント」のフィード

勉強会 #5:「賢いAI」とは何か?

・本記事は、早稲田AI研究会の勉強会資料として作成したものです。 ・勉強会向けに内容を絞っているため、詳細な説明は省略している部分があります。気になったトピックがあれば、ぜひ関連記事や論文も参照してみてください。 ・「賢いAI」とは何か? ベンチマークから考える、AIの知能と評価 近年、LLMの性能は急速に向上し、新しいモデルが発表されるたびに「このベンチマークで○点」「専門家を上回った」といった数字を目にするようになりました。