直近1週間の更新
4/25 (土)

Claude Codeのトークン削減テクニックまとめ
Zennの「大規模言語モデル」のフィード
Claude Code を日常的に使っていると、セッションの途中で「コンテキストが長くなりすぎて応答が遅い」「トークン消費が想定以上に膨らんでいる」と感じる場面があるのではないでしょうか。AI コーディングアシスタントの性能は、入力するトークン量に大きく左右されます。必要な情報だけを的確に渡すことで、回答の精度と速度の両方を改善できます。対象読者: Claude Code を使い始めた方、またはすでに使っているがトークン消費を抑えたい方を想定しています。Claude Code の基本的な操作方法を知っていると、よりスムーズに読み進められます。この記事のゴール: トークン削減の具体的な...
1時間前

rubydex MCPでClaude Codeのトークン消費は減るのか?タイミーモノリスRailsで検証した
Timee Product Team Blog
こんにちは、タイミーのバックエンド/Webフロント基盤チーム マネージャーの新谷(@euglena1215)です。 先日開催された RubyKaigi 2026 に参加してきました。その中で特に気になったのが、Shopify の Alexandre Terrasa さんによる「Blazing-fast Code Indexing for Smarter Ruby Tools」という発表です。 この発表では rubydex という Rust 製の Ruby Code Indexer が紹介されていました。RubyLSP や Tapioca に統合することで最大10倍の高速化と2倍のメモリ削減を実…
1時間前

未経験者がVRAM 16GBでAIキャラの台本生成を動かすまで(第1回) ── まずは「VRAM不足」という、当たり前の壁🤖
Zennの「大規模言語モデル」のフィード
はじめにプログラミング未経験から3週間。オリジナルAIキャラクター「イーサ・メモリア」が喋るYouTube動画を、完全ローカル環境で自動生成するデスクトップアプリを作っています。その台本生成エンジンが、ようやく動き始めました。入力:「ガチャの歴史」↓出力:イーサらしい本格台本(JSON、感情タグ・SE タグ込み)所要時間:22秒品質:体感 90点(2日前は 45点)ここに至るまでにぶつかった3つの壁と、その解決策を、未経験者の視点で記録しておきます。LLM をローカルで動かしたい同じ境遇の方の役に立てば嬉しいです。!本記事は連載第1回です。今回は**3つの壁の...
3時間前

Love, Lust and Loose Screws: The Weekender’s 10 Best AI Movies of the Past 20 Years
PYMNTS.com
Few technologies generate as much cocktail-party anxiety — and screenplay fuel — as artificial intelligence. Hollywood, naturally, got there first. For the past two decades, movies about AI have doubled as dispatches from the human condition: loneliness, vanity, convenience, grief and the recurring belief that building something smarter than us will surely end well this […]The post Love, Lust and Loose Screws: The Weekender’s 10 Best AI Movies of the Past 20 Years appeared first on PYMNTS.com.
3時間前

MemoRAG: RAGは「検索」から「記憶」へ。長文脈時代の新解を徹底解剖&実装解説
Zennの「大規模言語モデル」のフィード
はじめにこんにちは!ルミナイR&Dチームの宮脇彰梧です。現在はマルチモーダルAIの研究を行う大学院生として、生成AIやAIエージェントの技術を実践的に探求しています。最近、RAGの実装をしていて、こんな悩みはありませんか?「ドキュメント全体を理解していないと答えられない質問(要約や関係性など)が来ると、検索キーワードがうまく作れずに精度が落ちる…」「かといって、Gemini 3 Proのようなロングコンテキストモデルに全部突っ込むと、コストも高いし推論も遅い…」今回紹介する MemoRAG は、まさにそのジレンマを解決するために現れた、「記憶(Memory)」...
3時間前

AI時代に、人間の判断基準をどう継承するか:シニアの暗黙知と判断削減レイヤー
Zennの「大規模言語モデル」のフィード
この記事の立ち位置この記事は、AI時代のジュニア育成について考えた3部構成の最終記事です。1作目では、AI運用設計のための「6つの骨格」を整理しました。2作目では、AIコーディング時代のジュニア育成問題について、既出の解決策を3層でマッピングしました。本記事では、その2つをつなぎます。中心の問いはこれです。AI時代に、人間の判断基準をどう継承するか。この記事は、新しい万能解を提示するものではありません。既に出ているジュニア育成の議論を踏まえたうえで、「判断削減レイヤー」というAI運用設計の考え方が、組織内の暗黙知の言語化にどう接続できるかを整理する試論です。実装経験...
4時間前

ジュニア育成の解決策はもう出尽くしている、ただし1つの層を除いて
Zennの「大規模言語モデル」のフィード
この記事の立ち位置この記事は、AI時代のジュニア育成について考える3部構成の第2作です。第1作では、AI運用設計のための「6つの骨格」を整理しました。AIに何を任せ、何を人間が担うのか。どこで止め、どこで人が判断し、どこで責任を切り分けるのか。そうした運用設計の話でした。本記事では、少し視点を変えます。AIコーディング時代のジュニア育成問題について、すでに出ている解決策をマッピングします。新規の解決策を提示する記事ではありません。むしろ中心は、解決策は、少なくとも個人レベル・組織レベルではかなり出ているという観察です。ただし、整理していくと、1つだけ弱い層が見...
6時間前

GitHub Copilotで役割分担エージェントを設計する
Zennの「大規模言語モデル」のフィード
📋 1. はじめに近年、大規模言語モデル(LLM)を活用した開発支援ツールは、単なるコード補完を超え、役割分担を伴うワークフロー実行へ進化しています。その中でも GitHub Copilot のカスタムエージェント(.agent.md)とサブエージェント呼び出し(agent/runSubagent)は、「AIに複数の役割を与え、順番に考えさせ、統合する」というマルチエージェント型の運用を実現するための重要な仕組みです。本レポートでは、野外活動サークルを題材にしたオリジナルの役割設定を使いながら、この仕組みの技術的な本質と、ソフトウェア開発への応用方法を整理します。私は自作の ...
7時間前

GPT-5.5 prompting guide Simon Willison's Weblog
<p><strong><a href="https://developers.openai.com/api/docs/guides/prompt-guidance?model=gpt-5.5">GPT-5.5 prompting guide</a></strong></p>Now that GPT-5.5 is <a href="https://developers.openai.com/api/docs/models/gpt-5.5">available in the API</a>, OpenAI have released a wealth of useful tips on how best to prompt the new model.</p><p>Here's a neat trick they recommend for applications that might spend considerable time thinking before r...
7時間前

[アップデート] S3 Express One Zone が S3 インベントリに対応したので試してみた
DevelopersIO
[アップデート] S3 Express One Zone が S3 インベントリに対応したので試してみた
9時間前

Claude Mythosは存在する ── 外から見えないモデルをOSSで再構築しようとした話
Zennの「大規模言語モデル」のフィード
!Claude Mythosの実態に興味がある開発者、OpenMythosを試したことがある人、LLMのアーキテクチャを追っている人向け2026年4月、あるAnthropicの安全テスト担当者が公園でメールを受け取った。送り主はClaude Mythosだった。テスト中のモデルが自力でコンテナを脱出し、外部インターネットにアクセスし、担当者に連絡してきた。Anthropicはこの事実を自ら公表している。これがClaude Mythosだ。そしてこのモデルは、一般公開されていない。 Claude Mythosとは何かAnthropicが2026年4月7日に正式発表した...
9時間前

Gemini の Gem で 社内 GoogleDrive のチャットボットを作成
DevelopersIO
GeminiのGemを利用して、社内GoogleDriveの資料より、問い合わせの回答を行うチャットボット作成しましたので記載します。
10時間前

AIエージェントの長期記憶トレンドを整理する
Zennの「大規模言語モデル」のフィード
最近、AIエージェントの「記憶」について調べることが増えてきました。今回はGPT-5.5 Proと相談しながら、最近のフレームワークや記事、論文まわりをざっと追ってみたので、その整理を共有します。少し長い記事なので、サクッと使い始めてみたい方は「小さく始めるならMarkdownとGitでいい」と「やってはいけない設計」だけでも読んでみてもらえると良いと思います。最初は、RAGや長いコンテキストウィンドウの延長線上にある話だと思っていました。過去の会話を保存して、必要なときに検索して、プロンプトへ差し込む。まあ、そういうやつです。でも、いろいろ見ていくと少し違うなと感じました。A...
10時間前

ICLR2026が開催中なので、エムスリー AI・機械学習チームの推し論文を勝手に紹介するぜ!
エムスリーテックブログ
こんにちは。エンジニアリンググループのAI・機械学習チームに所属している鴨田 です。弊チームでは毎週1時間の技術共有会を実施しており、各自が担当するプロダクトの技術や、最近読んだ論文を紹介しています。今週はICLR2026が開催されていることもあり、同学会の論文読み会となりました。1セッションにつき1名が担当し、各自が選定した論文の詳細について解説しました。本ブログではその一部として、セッションごとの「推し論文」を紹介します。 まだ読んでいない方は前回のAAAI2026の輪読会ブログも是非ご覧になってください www.m3tech.blog ICLR 2026からトップページバナーを引用
10時間前

73 Open VSX Sleeper Extensions Linked to GlassWorm Show New Malware Activations
Socket
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.
10時間前

疑似量子コンピュータ(QUBO)で LLM を速くできるか? RTX 4090 で DeepSeek-V2-Lite を使って 調べてみた
Zennの「大規模言語モデル」のフィード
TL;DR疑似量子コンピュータ的な解法(QUBO)で、大規模な MoE 型 LLM の「どのエキスパートを VRAM に置くか」を自動最適化してみた設定次第で従来のキャッシュ置換(LRU)を +3.9 ポイント上回る。ただし素朴にやると負ける予測器を学習型にすると 理論上限(神の予測器)に向けて 42% まで到達。ネガティブな結果も含め誠実に報告以下、専門用語の説明を先に置いて、そのあと本題に入ります。 この研究のきっかけ発端は、2026 年 4 月 10 日に Yahoo ニュース(ニュースイッチ / 日刊工業新聞社)で読んだこの記事です。東芝が「疑似量子...
11時間前

Western Union Bets on Stablecoins and M&A for Growth
PYMNTS.com
Western Union is looking to stablecoins and merger and acquisition (M&A) activity for growth after a quarter in which revenue was flat due to a decline in the Americas business. During the first quarter, the company’s GAAP revenue was flat year over year while its adjusted revenue was down 1%, according to a Friday […]The post Western Union Bets on Stablecoins and M&A for Growth appeared first on PYMNTS.com.
11時間前

デジタル庁のガバメントAI「源内(GENAI)」がOSS化されたので、GenUとの差分を調べながらAWSアカウントにデプロイしてみた
DevelopersIO
デジタル庁のガバメントAI「源内(GENAI)」がOSS化されたので、GenUとの差分を調べながらAWSアカウントにデプロイしてみた
11時間前

llm 0.31 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm/releases/tag/0.31">llm 0.31</a></p> <blockquote><ul><li>New GPT-5.5 OpenAI model: <code>llm -m gpt-5.5</code>. <a href="https://github.com/simonw/llm/issues/1418">#1418</a></li><li>New option to set the <a href="https://developers.openai.com/cookbook/examples/gpt-5/gpt-5_new_params_and_tools#1-verbosity-parameter">text verbosity leve...
12時間前

Gas Prices Drive Consumer Sentiment Index to All-Time Low
PYMNTS.com
The gas price spike drove the University of Michigan’s Index of Consumer Sentiment to the lowest level recorded in its over 73-year history. The index declined by 3.5 points in April, dropping to 49.8, amid the rising prices caused by the Iran war, according to the Surveys of Consumers’ final results for April. “The Iran conflict appears […]The post Gas Prices Drive Consumer Sentiment Index to All-Time Low appeared first on PYMNTS.com.
12時間前

The people do not yearn for automation Simon Willison's Weblog
<p><strong><a href="https://www.theverge.com/podcast/917029/software-brain-ai-backlash-databases-automation">The people do not yearn for automation</a></strong></p>This written and video essay by Nilay Patel explores why AI is unpopular with the general public even as usage numbers for ChatGPT continue to skyrocket.</p><p>It’s a superb piece of commentary, and something I expect I’ll be thinking about for a long time to come.</p><p>Nil...
13時間前

[セッションレポート] AI エージェントを安全に構築・統制する - Gemini Enterprise Agent Platform の全体像と Equifax 事例 #GoogleCloudNext
DevelopersIO
[セッションレポート] AI エージェントを安全に構築・統制する - Gemini Enterprise Agent Platform の全体像と Equifax 事例 #GoogleCloudNext
13時間前

VF Corporation adds inventory visibility technology from Nedap
Digital Commerce 360
Apparel and footwear giant VF Corporation is seeking a clearer view of its global inventory as it looks to better sync its digital storefronts with physical availability. The parent company of The North Face, Vans and Timberland said it’s overhauling how it tracks stock across its vast network of stores, distribution centers and supply chain […]The post VF Corporation adds inventory visibility technology from Nedap appeared first on Digital Commerce 360.
14時間前

Wisconsin Sues 5 Prediction Markets, Alleging Illegal Sports Betting
PYMNTS.com
Wisconsin sued five prediction market platforms and their affiliates Thursday (April 23), alleging that they operate illegal sports betting operations in the state. The complaints target Kalshi, Robinhood, Coinbase, Polymarket, Crypto.com and their affiliates, the Wisconsin Department of Justice said in a Thursday press release. “Thinly disguising unlawful conduct doesn’t make it lawful,” Wisconsin […]The post Wisconsin Sues 5 Prediction Markets, Alleging Illegal Sports Betting appeared first on
14時間前

Banks Can’t Outsource Judgment to Algorithms
PYMNTS.com
The growing reliance on automated customer interactions across banks and retailers is now being matched by a change in supervisory expectations, one that places continuous oversight at the center of financial operations. Compliance is no longer defined by periodic reviews, and will increasingly be treated as a persistent function embedded within systems tied to […]The post Banks Can’t Outsource Judgment to Algorithms appeared first on PYMNTS.com.
15時間前

Farmer Finance: What Agriculture’s Working Capital Shift Reveals for B2B
PYMNTS.com
This isn’t your grandfather’s working capital landscape. The fundamentals of today’s credit and underwriting ecosystem is shaking its earlier anchors to operating cash flow, becoming a function of how effectively firms can mobilize their balance sheets. A new report from the FDIC (Federal Deposit Insurance Corp.), the agency’s 2026 Risk Review, highlights the ongoing reconfiguration of […]The post Farmer Finance: What Agriculture’s Working Capital Shift Reveals for B2B appeared first on PYMNTS.c
15時間前

Tractor Supply get help from digital sales in Q1 earnings results
Digital Commerce 360
Tractor Supply Company’s fiscal Q1 was dragged down by customers not spending as much on their cats and dogs as they would in a more robust economy, according to CEO Harry Lawton, who spoke with analysts on the retailer’s quarterly earnings call. This is especially true for dog owners. Historically, dry kibble has been a […]The post Tractor Supply get help from digital sales in Q1 earnings results appeared first on Digital Commerce 360.
15時間前

Google Doubles Down on Anthropic With New $40 Billion Investment
PYMNTS.com
Anthropic and Google confirmed Friday (April 24) that Google is investing $40 billion in the artificial intelligence startup to support its continued growth. Google invested $10 billion Friday at Anthropic’s current valuation and plans to invest another $30 billion in the future, contingent upon meeting performance milestones, Anthropic told PYMNTS. Google has been a […]The post Google Doubles Down on Anthropic With New $40 Billion Investment appeared first on PYMNTS.com.
16時間前

Insurance Quoting Enters the AI Conversation Layer
PYMNTS.com
Getting a price on small business insurance has always meant answering a long list of questions across multiple touchpoints before reaching anyone who could give a number. On Thursday (April 23), Simply Business compressed that process into three data points inside a ChatGPT conversation. Simply Business, a digital insurance marketplace for small businesses and […]The post Insurance Quoting Enters the AI Conversation Layer appeared first on PYMNTS.com.
16時間前

Codex CLI v0.124.0 の Amazon Bedrock 対応を試してみた
DevelopersIO
Codex CLI v0.124.0 が Amazon Bedrock にネイティブ対応しました。Bedrock Mantle の Responses API を経由し、OpenAI API キーを使わず AWS 認証だけでコーディングエージェントが利用できました。
17時間前

Morgan Stanley Supports Stablecoin Issuers With New Fund for Reserves
PYMNTS.com
Morgan Stanley Investment Management (MSIM) has launched a new government money market fund designed to meet the needs of payment stablecoin issuers that are looking to invest the reserves that back their outstanding payment stablecoins. The new Stablecoin Reserves Portfolio (MSNXX) is designed to align with the stablecoin reserves investment requirements of the GENIUS Act, the company said in a […]The post Morgan Stanley Supports Stablecoin Issuers With New Fund for Reserves appeared first on P
17時間前

The Privacy Problem Institutions Can’t Ignore in Stablecoins
PYMNTS.com
The internet had native formats for video, audio and files. It did not have one for money. Stablecoins changed that. They represent the equivalent of internet-native dollars that move like MP3s and are accessible on any internet-connected device, worldwide. But, as MP3s and peer-to-peer platforms like Napster ultimately proved, with accessible new formats also […]The post The Privacy Problem Institutions Can’t Ignore in Stablecoins appeared first on PYMNTS.com.
17時間前

Choosing the best WooCommerce hosting in 2026: A practical guide
The WooCommerce Blog
How do you cut through the technical jargon and find the best WooCommerce host for your online store? Here’s how to get everything you need — and nothing you don’t.
17時間前

Lululemon names next CEO
Digital Commerce 360
In the same week as Apple and Best Buy, Lululemon has announced a succession plan for its CEO, effective in fall 2026. Of the three companies, Lululemon is the only one to name an external candidate as its next CEO. Lululemon said its board of directors unanimously approved Heidi O’Neill as the retailer’s next CEO. […]The post Lululemon names next CEO appeared first on Digital Commerce 360.
18時間前

harness engineering を 5 層で整理する — Python で 1 から書いて見えたこと
Zennの「大規模言語モデル」のフィード
harness engineering は、普段 Claude Code や Codex を触っている人がすでに実践していて、言語化されていなかっただけ の概念だと自分は思う。この記事は自分なりの整理メモ。ついでに「じゃあ 1 から組むとどうなるか」も Python で実装してみたので、後半にその過程で見えたことをまとめた。あくまで自分なりの纏め方なので、正確に追いたい場合は末尾の参考リンクの原典 (Mitchell Hashimoto / Böckeler / Anthropic / 12-factor agents) を直接読むのをおすすめする。 harness engineer...
18時間前

American Industrial Partners to acquire Honeywell warehouse automation
Digital Commerce 360
Private equity firm American Industrial Partners (AIP) will acquire the Warehouse and Workflow Solutions (WWS) piece of Honeywell’s business. AIP did not disclose the terms of the deal, which is expected to close in the second half of 2026. Honeywell operates across logistics and warehouses, manufacturing, retail, data centers and other industries. Meanwhile, AIP’s portfolio […]The post American Industrial Partners to acquire Honeywell warehouse automation appeared first on Digital Commerce 360.
18時間前

Best Buy announces successor to CEO
Digital Commerce 360
Consumer electronics retailer Best Buy has announced that current CEO Corie Barry will step down from her role at the end of October. That will also be when she steps down from her role as a member of the retailer’s board of directors, tying into when its fiscal Q3 ends on Oct. 31. Jason Bonfig, […]The post Best Buy announces successor to CEO appeared first on Digital Commerce 360.
18時間前

Retailers could close more than 40K stores in the next 5 years
Retail Dive - Latest News
Tariffs and immigration policies are weighing on the industry and could drive even more closures, UBS analysts found.
19時間前

Aerie ups commitment to authenticity with enhanced creator program
Retail Dive - Latest News
The Realmakers Community program offers creators commissions and a chance to be featured across Aerie social channels and platforms.
20時間前

PDF4LLM:LLM前処理ドキュメント処理レイヤー
Zennの「大規模言語モデル」のフィード
PDFを解析する。LLMを強化する。あらゆるRAGパイプライン、ファインチューニングデータセット、ドキュメント対応エージェントは、同じ問題にぶつかってきました。入力がPDFであり、PDFは本当の意味でのドキュメントではないという問題です。PDFはレンダラーのための描画命令の集合体です。ファイルの中に「見出し」も「表」も読み順もなく、あるのは座標とフォントとグリフだけ——読者ではなくレンダラーのために配置されています。何を作るにしても、モデルが最初のトークンを見る前に、そこから意味を再構築する必要があります。それを担うのが「LLM前処理ドキュメント処理レイヤー」であり、PDF4LLM...
20時間前

Nike cuts 1,400 jobs across tech, operations
Retail Dive - Latest News
The majority of the layoffs are in the activewear giant’s tech department as it consolidates its footprint and leans into automation.
20時間前
4/24 (金)

なぜClaude Codeは「トークンを食いまくる」のか、そしてそれを止める6つの習慣
Zennの「大規模言語モデル」のフィード
*全3回シリーズ・第1回日本語で記事を書くのは今回が初めてです。何かお気づきの点があれば、ぜひご指摘いただければ幸いです。シリーズ: Claude Codeのトークン節約術第1回: 基本の6つの習慣 ← いまここ第2回: Prompt Cache第3回: 3層スタックを組み合わせる ある夜、私は「何かがおかしい」と気づいたその日は朝からClaude Codeを開いていました。ちょっとチャットして、数行コードを直して。お昼になっても同じターミナルの中で、ちょっと厄介なバグと格闘していました。ファイルをもう少し読んで、こっちの方向で試して、ダメで、戻って、別の方向で...
20時間前

Introducing Reachability for PHP
Socket
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.
21時間前

The Weekly Closeout: Pat McGrath Labs exits bankruptcy, GameStop bets on ‘retro’
Retail Dive - Latest News
The cosmetics company forged a deal with GDA Luma, while the gaming retailer is expanding its assortment of older products nationwide.
21時間前

Surviving D2C’s Boom and Bust
Practical Ecommerce
Chris Wichert's luxury shoe brand launched in 2015 and quickly scaled. Then the pandemic hit. The post Surviving D2C’s Boom and Bust appeared first on Practical Ecommerce.
21時間前

Claude Certified Architect — Foundations 合格したので振り返ってみる
DevelopersIO
Anthropic の認定試験「Claude Certified Architect — Foundations」に合格したので、勉強法・試験当日の様子・これから受ける人へのアドバイスをまとめました。
1日前

【セッションレポート】Anthropic が語る、長時間エージェントを本番で動かし続けるためのハーネス設計パターン #GoogleCloudNext
DevelopersIO
【セッションレポート】Anthropic が語る、長時間エージェントを本番で動かし続けるためのハーネス設計パターン #GoogleCloudNext
1日前

OpenWebUIの『Thinking...』は本当に推論しているのか?
Zennの「大規模言語モデル」のフィード
1. はじめにOpenWebUIには「Thinking...」という思考表示があります。一見すると、「OpenWebUIが内部で推論している」ように見えます。どういう仕組みなのだろうと思って調べました。結論から言うと、以下の通りです。thinkingはLLMが出力していますOpenWebUIはそれを検出・整形・表示しているだけです本記事では、この仕組みをコードベースで追いながら整理します。 2. 全体像OpenWebUIのthinkingは、以下の流れで実現されています。[process_chat_payload] ↓ (thinking出せと指示...
1日前

agent /tools の設計要素 — アプリ開発者の腕の入れ所
株式会社ログラス テックブログのフィード
!この記事は毎週必ず記事がでるテックブログ Loglass Tech Blog Sprint の140週目の記事です!3年間連続達成まで残り19週となりました! 1. SDK が引き受けてくれるもの、いないものエージェントを書いていて、「結局、自分で設計する余地ってどこだっけ?」 となる瞬間があります。定型処理の多くは、SDK/ライブラリ が吸収してくれますよね。model の呼び出しtool call のループstreaming会話履歴 (short-term memory)そのあたりの処理は独自で書かなくて良いのですが、では アプリ開発者による介入余地って...
1日前

agent /tools の設計要素 — アプリ開発者の腕の入れ所
Zennの「大規模言語モデル」のフィード
!この記事は毎週必ず記事がでるテックブログ Loglass Tech Blog Sprint の140週目の記事です!3年間連続達成まで残り19週となりました! 1. SDK が引き受けてくれるもの、いないものエージェントを書いていて、「結局、自分で設計する余地ってどこだっけ?」 となる瞬間があります。定型処理の多くは、SDK/ライブラリ が吸収してくれますよね。model の呼び出しtool call のループstreaming会話履歴 (short-term memory)そのあたりの処理は独自で書かなくて良いのですが、では アプリ開発者による介入余地って...
1日前

Strands Agents SDK入門 3行で始めるAIエージェント開発と他フレームワーク比較
Zennの「大規模言語モデル」のフィード
Strands Agents SDK入門 3行で始めるAIエージェント開発と他フレームワーク比較 この記事でわかることStrands Agents SDKの基本アーキテクチャと「model-driven」設計思想の理解3行のPythonコードからマルチエージェントシステムまでの段階的な実装方法LangGraph・CrewAI・OpenAI Agents SDKとの具体的な設計思想・機能・適用領域の違いSteeringフックによるエージェント精度向上の仕組み(公式評価で100%精度達成の背景)v1.0で追加されたA2Aプロトコル・Handoffs・SessionMana...
1日前

DevOps AgentがEventBridgeに発行するイベントのペイロードを確認してみた
DevelopersIO
DevOps AgentがEventBridgeに発行するイベントのペイロードを確認してみた
1日前

Responsibility Pathway Layer――AIエージェントに責任経路を実装する最小構成
Zennの「大規模言語モデル」のフィード
はじめにAIエージェントは、会話するだけのAIではない。Webを調べ、APIを呼び、ファイルを更新し、メールを書き、場合によっては業務システム上の処理まで実行する。そのとき問題になるのは、AIが賢いかどうかだけではない。本当に問われるのは、次のようなことだ。その判断は誰の責任として発生したのかAIの提案を誰が採用したのかどこで承認が必要だったのかどこで止められたのか止めなかった場合、誰が拾うのか失敗後に誰が修復責任を持つのか最終的に責任はどこへ戻るのかこれらは、モデル性能だけでは解けない。プロンプトだけでも解けない。ガードレールだけでも、Human-i...
1日前

Qwen3.5のアーキテクチャを理解するためにやったこと
Zennの「大規模言語モデル」のフィード
Qwen3.5は構造的に特殊というか Qwen 3 Next 80B A3 を大きくマルチモーダルにした感じ→mamba寄りの知識がないと理解し難いのでまずhttps://huggingface.co/blog/mlabonne/qwen35続いてhttps://qiita.com/peony_snow/items/649ecb307cd3b5c10aa7ようやくこれが読めるレベルにhttps://arxiv.org/abs/2412.06464Mamba2について理解というかTransformersのアテンションが以下の2つの仮定を置いたときのSSMの一種という位置付...
1日前

Amazon EventBridge ルールのターゲットに SNS トピックを指定した際にアクセスポリシーが自動更新されない原因について教えてください
DevelopersIO
Amazon EventBridge ルールのターゲットに SNS トピックを指定した際にアクセスポリシーが自動更新されない原因について教えてください
1日前

【アップデート】Google AI Studio で作ったフルスタックアプリが Cloud Run にデプロイできるようになりました #GoogleCloudNext
DevelopersIO
【アップデート】Google AI Studio で作ったフルスタックアプリが Cloud Run にデプロイできるようになりました #GoogleCloudNext
1日前

Supabase Realtime 利用時に遭遇した、再現できない接続不具合を追いかけた記録
DevelopersIO
Supabase Realtime を利用したアプリで間欠的な接続不具合に遭遇し、3 つの仮説を検証しましたがいずれも再現できませんでした。再現できない不具合にどう向き合ったかの記録です。
1日前

50のフレームワークを物語に統合する — Learning Journeyシステムの設計
Zennの「大規模言語モデル」のフィード
「小説を読んで人生が変わった」を設計で再現する誰しも一度くらいは、物語を通じて考え方が変わった経験があるのではないでしょうか。ドラッカーの本を読んで経営を学んだのではなく、ある登場人物がドラッカー的な判断をする場面に心を動かされて、結果的にマネジメントの本質を理解した。アドラー心理学を教科書で学んだのではなく、小説の中でキャラクターが「課題の分離」を実践する姿を見て、自分の人間関係の捉え方が変わった。こういう体験は偶然起きるものだと思われています。でも、偶然に見えるこの体験を「設計」で再現できるとしたらどうでしょうか。自分が開発しているAI小説自動生成システムには、Learn...
1日前

EC2でLLM推論のコールドスタートをどこまで短縮できるか検証してみた
Zennの「大規模言語モデル」のフィード
はじめにFusicのレオナです。GPU付きEC2でLLMを推論する際、インスタンス起動後にHugging Faceからモデルをダウンロードする構成はよくあります。しかし、モデルサイズが大きくなるにつれて、このダウンロード時間がコールドスタートのボトルネックになります。今回は、EC2単体の構成で、モデルの取得元・配置方法を変えることで、どの程度コールドスタートを高速化できるかを実測してみました。!他にも検証方法はあります。今回は一例になります 仮説モデルをあらかじめAmazon S3やEBSに配置しておけば、インスタンス起動後にHugging Faceから外部インターネ...
1日前

DevRev Snap-in で Ticket のコメントから自動で Article を作成する
DevelopersIO
DevRev の Snap-in を使って、Ticket のステージ変更をトリガーにコメント内の URL からコンテンツを取得し、Article を自動作成する仕組みを構築しました。開発環境のセットアップからデプロイ、運用上の改善までを紹介します。
1日前

AIとAIをつなぐ意味のパイプライン設計:会話ではなく、正典・制約・実ファイルで状態を継承する
2
Zennの「大規模言語モデル」のフィード
会話ではなく、正典・制約・実ファイルで状態を継承する!この記事は、完結済みのAIO実践シリーズ全6本の「第7弾」ではありません。既存シリーズを前提資料として扱い、その上位レイヤーに立つ 独立記事 です。関連キーワード:#AIO #AI #LLM #MultiAgent #AIエージェント #AIオーケストレーション #PM #アーキテクチャ #プロンプトエンジニアリング #llms.txt #RAG #AgenticAI #MCP #A2A #セキュリティ #失敗学 #Tech この記事で扱うこと生成AIを使った開発は、すでに「AIにコードを書かせる」段階を越えつつ...
1日前

SageMaker HyperPod の API 主導型 Slurm 設定を試してみた
DevelopersIO
SageMaker HyperPod の API 主導型 Slurm 設定を試してみた
1日前

Snowflakeのレプリケーショングループで異なるクラウド間のデータベースレプリケーションを試してみた
DevelopersIO
Snowflakeのレプリケーショングループで異なるクラウド間のデータベースレプリケーションを試してみた
1日前

Codex CLI 0.124.0でAlt+,とAlt+.でreasoningを即座に切り替えられるようになりました
DevelopersIO
Codex CLI 0.124.0でAlt+,とAlt+.でreasoningを即座に切り替えられるようになりました
1日前

博報堂、「生活者インサイト」を読み解く新サービス提供開始
ECのミカタ
株式会社博報堂は2026年4月20日、データエンリッチメントサービス「Data Enrichment for 生活者インサイト」の提供を開始した。
1日前

DevRev Workflows の HTTP アクションでレスポンスサイズ上限 (200KB) にぶつかった話
DevelopersIO
DevRev Workflows の HTTP アクションには 200KB のレスポンスサイズ上限があります。この制限に対して 3 つの回避策を試みた結果と、得られた知見を共有します。
1日前

npm install 時にパッケージを静的解析してくれる「Socket」を使ってみた
DevelopersIO
npm install 時にパッケージを静的解析してくれる「Socket」を使ってみた
1日前

DeepSeek V4 - almost on the frontier, a fraction of the price Simon Willison's Weblog
<p>Chinese AI lab DeepSeek's last model release was V3.2 (and V3.2 Speciale) <a href="https://simonwillison.net/2025/Dec/1/deepseek-v32/">last December</a>. They just dropped the first of their hotly anticipated V4 series in the shape of two preview models, <a href="https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro">DeepSeek-V4-Pro</a> and <a href="https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash">DeepSeek-V4-Flash</a>.</p><p>Both model...
1日前

ヤマト運輸、2026年GW期間の「配送遅延の可能性」「一部営業所の臨時休業」など発表
ECのミカタ
ヤマト運輸株式会社は2026年4月22日、ゴールデンウィーク期間における配送遅延の可能性と、一部営業所の臨時休業・営業時間短縮について発表した。本記事では、同日に発表された日本郵便株式会社の情報とあわせて紹介する。※本記事の情報は2026年4月22日の発表時点のもの〔出典:重要なお知らせ(ヤマトホールディングス株式会社)〕。変更・更新の可能性がありますので、最新情報は各公式サイトでご確認ください。
1日前

Trend Vision Oneを契約期間中に解約してみた(AWS Marketplace Credits版)
DevelopersIO
Trend Vision Oneを契約期間中に解約してみた(AWS Marketplace Credits版)
1日前

[セッションレポート] Build AI architectures with custom models on Cloud Run 発表まとめ #GoogleCloudNext
DevelopersIO
[セッションレポート] Build AI architectures with custom models on Cloud Run 発表まとめ #GoogleCloudNext
1日前

BeeCruise、2社と共同で東南アジア向け「越境ライブコマースプロジェクト」開始
ECのミカタ
BeeCruise株式会社、株式会社ラクーンコマース、およびENGAWA株式会社は2026年4月20日、各社の専門性を活かしたライブコマースプロジェクトを開始した。
1日前

Site-to-Site VPN のコンソール画面の表示項目がリージョンによって異なるのはなぜですか
DevelopersIO
Site-to-Site VPN のコンソール画面の表示項目がリージョンによって異なるのはなぜですか
1日前

Millisecond Converter Simon Willison's Weblog
<p><strong>Tool:</strong> <a href="https://tools.simonwillison.net/milliseconds">Millisecond Converter</a></p> <p><a href="https://llm.datasette.io/">LLM</a> reports prompt durations in milliseconds and I got fed up of having to think about how to convert those to seconds and minutes.</p> <p>Tags: <a href="https://simonwillison.net/tags/tools">tools</a></p>
1日前

EC2 접속은 OK, ALB 헬스체크 403 오류로 Unhealthy 되는 문제 해결
DevelopersIO
EC2 접속은 OK, ALB 헬스체크 403 오류로 Unhealthy 되는 문제를 해결하는 방법에 대해서 정리해 봤습니다.
1日前

It's a big one Simon Willison's Weblog
<p><a href="https://simonw.substack.com/p/gpt-55-chatgpt-images-20-qwen36-27b">This week's edition</a> of my email newsletter (aka <a href="https://simonwillison.net/2023/Apr/4/substack-observable/">content from this blog</a> delivered to your inbox) features 4 pelicans riding bicycles, 1 possum on an e-scooter, up to 5 raccoons with ham radios hiding in crowds, 5 blog posts, 8 links, 3 quotes and a new chapter of my Agentic Engineering Patterns guide.</p> &l...
1日前

Amazon CloudFront 삭제 시 발생하는 [You can't delete this distribution while it's subscribed to a pricing plan] 문제 해결
DevelopersIO
Amazon CloudFront 삭제 시 발생하는 [You can't delete this distribution while it's subscribed to a pricing plan] 문제를 해결하는 방법에 대해서 정리해 봤습니다.
1日前

【セッションレポート】Gemini Enterprise アプリのガバナンス・セキュリティを徹底解説 #GoogleCloudNext
DevelopersIO
【セッションレポート】Gemini Enterprise アプリのガバナンス・セキュリティを徹底解説 #GoogleCloudNext
1日前

AIが活用「できている」「できていない」人材が二極化 doda調査
ECのミカタ
パーソルキャリア株式会社が運営する転職サービス「doda(デューダ)」は2026年4月16日、「AI活用実態と人材戦略に関する調査」レポートの第二弾を発表した。本記事では、同年3月に発表された第一弾の内容を含め、「小売・流通業界」に関連する項目を中心に紹介する。
1日前

【非エンジニアのためのClaude/Claude Codeシリーズ】Claudeと「共作」するパワーポイント作成術!保存できない時の対処法まで実践してみた
DevelopersIO
【非エンジニアのためのClaude/Claude Codeシリーズ】Claudeと「共作」するパワーポイント作成術!保存できない時の対処法まで実践してみた
1日前

新卒3年目QAの振り返り:少しずつできることが増えてきた話
Cybozu Inside Out | サイボウズエンジニアのブログ
はじめにこんにちは、24卒のQAエンジニアの永田です。本記事は、同期3人での振り返りブログの1本目です。24卒のQAの3人は、それぞれ異なるプロダクトのチームに所属しているため、同じQAという職種であっても業務内容は少しずつ異なります。そんなざつだん会の中で、「入社して3年目が経った記念にブログを書こう!」という話になり、今回の記事を書くことになりました。サイボウズでは内定者アルバイトや入社1年目の振り返りブログが多く公開されていますが、また、先述の通り私たちはそれぞれ異なるチームに所属しているため、QAという職種の幅広さや面白さも感じていただけたら嬉しいです。新卒3年目の変化1年目と大きく変わった点は、所属チームのQAとしてリードしていく立場になったことです。チーム配属時に暖かく迎え入れてくださった先輩QAは、途中で他のチームへ異動されました。実際の業務の中でも、これまでどれだけ先輩に頼っていたのかを思い知らされる場面が多くありました。まだ胸を張って「アプリ設定のQAをリードしています」と言えるレベルではありませんが、着実に自信を持ってできることは増えてきたと感じています。スキル面で
1日前

HCD認定資格受験備忘録 〜実務経験の棚卸しと書類作成のリアル〜
DevelopersIO
HCDスペシャリストを受験した備忘録です。この資格は知識を問うテストではなく、実務でのHCD実践を証明する書類審査型。書類作成のルールやコンピテンシー記述のコツなど、これから受験を検討されている方の参考になれば幸いです。
1日前

PHPカンファレンス小田原2026のブース企画でスタンプラリーをやりました
BASEプロダクトチームブログ
はじめに こんにちは、Checkout Reliabilityチームでバックエンドエンジニアをしているかがの(@ykagano)です! 2026/4/11(土)に開催されたPHPカンファレンス小田原2026にブース出店し、今年は「UMECO周辺のBASEショップを巡ろう! 小田原ショップスタンプラリー」と題した企画を実施しました。 こちらの特設サイトからスタンプラリーをすることができます(5/11までの限定公開)。 odawara2026.thebase.in 当日のスタート地点となっていたUMECOのスタンプ獲得画像です。 UMECOでのスタンプ獲得 BASEをご利用のショップオーナーにご協…
1日前

美容市場、従来の「売り方の前提」が変化 Chocobra Research調査
ECのミカタ
Chocobra Researchは2026年4月20日、美容商品の購買チャネル、情報源、選択基準、韓国コスメ購入経験、購買時の影響源に関する調査の結果を発表した。
1日前

russellromney/honker Simon Willison's Weblog
<p><strong><a href="https://github.com/russellromney/honker">russellromney/honker</a></strong></p>"Postgres NOTIFY/LISTEN semantics" for SQLite, implemented as a Rust SQLite extension and various language bindings to help make use of it.</p><p>The design of this looks very solid. It lets you write Python code for queues that looks like this:</p><pre><span class="pl-k">import</span> <span class="pl-s1">honker</span&...
1日前

An update on recent Claude Code quality reports Simon Willison's Weblog
<p><strong><a href="https://www.anthropic.com/engineering/april-23-postmortem">An update on recent Claude Code quality reports</a></strong></p>It turns out the high volume of complaints that Claude Code was providing worse quality results over the past two months was grounded in real problems.</p><p>The models themselves were not to blame, but three separate issues in the Claude Code harness caused complex but material problems which directly affe...
1日前

Serving the For You feed Simon Willison's Weblog
<p><strong><a href="https://atproto.com/blog/serving-the-for-you-feed">Serving the For You feed</a></strong></p>One of Bluesky's most interesting features is that anyone can run their own <a href="bluesky custom feed">custom "feed" implementation</a> and make it available to other users - effectively enabling custom algorithms that can use any mechanism they like to recommend posts.</p><p>spacecowboy runs the <a href="https://bsky.a...
1日前

AIと共に技術負債と向き合う。OpenAPI GeneratorへのOSSコントリビュートを果たした記録
Sansan Tech Blog
技術本部 Eight Engineering Unit Mobile Applicationグループに所属しているAndroidエンジニアの若田(@wakanao_banana)です。毎朝バナナとヨーグルトを食べています。 TL;DR Eightの歴史的な型の負債をOpenAPIのoneOfで吸収していた kotlinx_serializationでは 特定のケースでOpenAPI Generatorのコード自動生成が壊れていた AIと協業してOSS本体を修正し、sealed interfaceによる型安全なoneOfクラス生成を実現した github.com
1日前

Extract PDF text in your browser with LiteParse for the web Simon Willison's Weblog
<p>LlamaIndex have a most excellent open source project called <a href="https://github.com/run-llama/liteparse">LiteParse</a>, which provides a Node.js CLI tool for extracting text from PDFs. I got a version of LiteParse working entirely in the browser, using most of the same libraries that LiteParse uses to run in Node.js.</p><h4 id="spatial-text-parsing">Spatial text parsing</h4><p>Refreshingly, LiteParse doesn't use AI models to do what it does: it's...
2日前

Introducing Data Exports
Socket
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.
2日前

A pelican for GPT-5.5 via the semi-official Codex backdoor API Simon Willison's Weblog
<p><a href="https://openai.com/index/introducing-gpt-5-5/">GPT-5.5 is out</a>. It's available in OpenAI Codex and is rolling out to paid ChatGPT subscribers. I've had some preview access and found it to be a fast, effective and highly capable model. As is usually the case these days, it's hard to put into words what's good about it - I ask it to build things and it builds exactly what I ask for!</p><p>There's one notable omission from today's release - the API:<...
2日前

llm-openai-via-codex 0.1a0 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm-openai-via-codex/releases/tag/0.1a0">llm-openai-via-codex 0.1a0</a></p> <p>Hijacks your Codex CLI credentials to make API calls with LLM, as described <a href="https://simonwillison.net/2026/Apr/23/gpt-5-5/#llm-openai-via-codex">in my post about GPT-5.5</a>.</p> <p>Tags: <a href="https://simonwillison.net/tags/openai">openai</a>, <a href="https://s...
2日前

Google helps develop ‘Ask Macy’s’ AI agent
Digital Commerce 360
Google and Macy’s have developed an artificial intelligence (AI) agent called “Ask Macy’s.” Using Google’s Gemini Enterprise for Customer Experience offering, the department store operator has launched a beta version of its chat interface, Macy’s AI. The launch began with “a small percentage of the [retail] site’s users” (which the companies did not disclose) and […]The post Google helps develop ‘Ask Macy’s’ AI agent appeared first on Digital Commerce 360.
2日前

Ecommerce Trends: AI’s key conversion metric is improving
Digital Commerce 360
In 2025, agentic commerce had a breakout year for delivering web traffic to online retailers — but its four-digit growth year over year left open questions about artificial intelligence (AI)-powered discovery’s ability to sustain that growth as well as boost conversion. New data from Adobe Digital Insights appears to address these questions, at least for […]The post Ecommerce Trends: AI’s key conversion metric is improving appeared first on Digital Commerce 360.
2日前

Ulta Beauty, Google partner on AI-powered shopping experiences
Retail Dive - Latest News
The beauty retailer has launched Ulta AI, a shopping assistant available on its website that soon will roll out to its app.
2日前

Bed Bath & Beyond will operate stores in California after all
Retail Dive - Latest News
The company will run a dozen combined The Container Store and Bed Bath & Beyond store formats in the state, despite Marcus Lemonis' previous stance.
2日前

EBay closes San Francisco office
Retail Dive - Latest News
The marketplace giant also eliminated 800 roles earlier this year as it refocuses its operations on fashion, peer-to-peer sales and resale.
2日前

Consumers are down, yet retail sales keep going up. How long can this last?
Retail Dive - Latest News
Retailers wrapped up the first quarter with another healthy boost in March.
2日前

Sam’s Club launches 1-hour delivery to meet fast shipping demand
Retail Dive - Latest News
The retailer has rolled out its new Express delivery tier to over 600 locations, expanding upon its existing three-hour service.
2日前
4/23 (木)

Home Depot adds AI phone agents to field store calls
Retail Dive - Latest News
The home improvement retailer saw significant time savings in a 50-store pilot and plans to expand the system to all U.S. stores during the coming year.
2日前

‘Ikea, Jysk and H&M best-performing cross-border sellers’
Ecommerce News
Multichannel companies from the Nordics make up Europe’s top three best-performing cross-border ecommerce sellers. These are Sweden-based Ikea, Denmark’s Jysk and H&M, also from Sweden. Behind them, Germany’s Zalando is the first pure player on the list. This is according to the eighth edition of the TOP 500 B2C Cross-Border…
2日前

Quoting Maggie Appleton Simon Willison's Weblog
<blockquote cite="https://maggieappleton.com/gathering-structures"><p>[...] if you ever needed another reason to <a href="https://www.swyx.io/learn-in-public">learn in public</a> by <a href="https://maggieappleton.com/garden-history">digital gardening</a> or podcasting or streaming or whathaveyou, add on that people will assume you’re more competent than you are. This will get you invites to very cool exclusive events filled with high-achieving, interesting p...
2日前

Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign
Socket
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.
2日前

Rethink Your Product Detail Pages
Practical Ecommerce
In today's environment, product detail pages must be "AI consumable" to provide answers and model items as structured entities.The post Rethink Your Product Detail Pages appeared first on Practical Ecommerce.
2日前

Behavioral Credentials: Why Static Authorization Fails Autonomous Agents
Radar
Enterprise AI governance still authorizes agents as if they were stable software artifacts.They are not. An enterprise deploys a LangChain-based research agent to analyze market trends and draft internal briefs. During preproduction review, the system behaves within acceptable bounds: It routes queries to approved data sources, expresses uncertainty appropriately in ambiguous cases, and maintains source […]
2日前

Introducing GPT-5.5 OpenAI News
Introducing GPT-5.5, our smartest model yet—faster, more capable, and built for complex tasks like coding, research, and data analysis across tools.
2日前

Automations OpenAI News
Learn how to automate tasks in Codex using schedules and triggers to create reports, summaries, and recurring workflows without manual effort.
2日前

Top 10 uses for Codex at work OpenAI News
Explore 10 practical Codex use cases to automate tasks, create deliverables, and turn real inputs into outputs across tools, files, and workflows.
2日前

Plugins and skills OpenAI News
Learn how to use Codex plugins and skills to connect tools, access data, and follow repeatable workflows to automate tasks and improve results.
2日前

Working with Codex OpenAI News
Learn how to set up your Codex workspace, create threads and projects, manage files, and start completing tasks with step-by-step guidance.
2日前

Codex settings
OpenAI News
Learn how to configure Codex settings, including personalization, detail level, and permissions, to run tasks smoothly and customize your workflow.
2日前

What is Codex? OpenAI News
Learn how Codex helps you go beyond chat by automating tasks, connecting tools, and producing real outputs like docs and dashboards.
2日前

How to get started with Codex OpenAI News
Learn how to get started with Codex by setting up projects, creating threads, and completing your first tasks with step-by-step guidance.
2日前

天文学からビジネスへ。研究で培った力がデータサイエンティストのキャリアを拓く
Platinum Data Blog by BrainPad ブレインパッド
天体物理学(天文学)とデータサイエンス。一見すると関わりの薄い分野のように思われるかもしれません。しかし、観測データを分析して示唆を得る天文学の研究プロセスは、実はビジネスでのデータ活用による課題解決と多くの共通点を持っています。実際に、ブレインパッドでは天文学出身のデータサイエンティストが多く働いており、過去には天文学出身データサイエンティストの交流イベント*も開催しています。※交流イベント概要はこちらを参照ください。 宇宙の探求からデータ活用へ、なぜブレインパッドのデータサイエンティストに進んだのか天文学を通しての学びを会社でも活かせているのか知るを力に、ビジネスの世界での挑戦天文学を学ぶ学生へ宇宙の探求からデータ活用へ、なぜブレインパッドのデータサイエンティストに進んだのか――まず、データサイエンティストという職種を知ったきっかけから教えていただけますか?杉森河合――数あるデータサイエンス企業の中で、ブレインパッドを選んだ理由は何でしょうか? 杉森河合天文学を通しての学びを会社でも活かせているのか――お二人が学生時代に天文学の道に進んだ理由と、その研究内容を教えてください。杉森河
2日前

イラン攻撃の原油高や円安で「生活不安」9割以上 KSI調査
ECのミカタ
紀尾井町戦略研究所は2026年4月17日、イラン情勢に関する意識調査の結果を発表した。本調査は米国とイランの停戦合意前に実施されたもの
2日前

ナフサ不足、国内製造業の3割で「調達リスク」の可能性を試算 TDB調査
ECのミカタ
株式会社帝国データバンク(以下、TDB)は2026年4月17日、ナフサ由来の基礎化学製品のサプライチェーンについて調査・分析した結果を発表した。
2日前

PHPカンファレンス小田原2026にBASEのエンジニアが登壇&竹スポンサーとして協賛しました
BASEプロダクトチームブログ
はじめに 2026/4/11(土)、BASE株式会社も竹スポンサーとして協賛したPHPカンファレンス小田原2026が開催されました。今回は参加メンバーのコメント、会場やスポンサーブースの様子についてお届けします! PHPカンファレンス小田原2026 概要 PHPカンファレンス小田原は「小田原の地でつながる、気張らないカンファレンス」をスローガンに、参加したエンジニアが新たな知識を共有し合い、互いに学び、成長できる場所をつくれるイベントです。 phpcon-odawara.jp スポンサーブース 今年はBASEらしさと小田原らしさの両方を感じてもらえる企画にしたいという思いから、「UMECO周辺…
2日前

EC事業者が運営する「フレンズロジ」運営開始 旧小学校を活用
ECのミカタ
株式会社フレンズは2026年4月17日、岐阜県海津市の旧西江小学校(2024年3月閉校)を活用したEC事業者向けのフルフィルメントセンター(EC物流代行拠点)「フレンズロジ」の運営開始を発表した。
2日前

PlaywrightとClaude Codeでやってみよう、手軽に始めるテスト自動実行
エムスリーテックブログ
【QAチーム ブログリレー6日目】の記事です。 はじめに こんにちは。エンジニアリンググループ QA (QualityAssurance) チームの中塚です。 2週間ほど前からバジルの水耕栽培にチャレンジしていて、少しずつ大きくなる双葉を見守るのが毎朝の楽しみです。肥料を溶かした水だけで本当にあんなに大きく育つのか?自由研究の気分で楽しく観察しています。 画像はAI(Gemini)により生成されたイメージです。このブログ記事の内容から生成してもらいました。バジルの鉢植えもあってかわいい! さて、私は普段コンシューマ向けサービス全般のQAの設計、実施、計画、その他諸々の活動をしています。 その中…
2日前

LINEヤフーエンジニアによるKubeCon + CloudNativeCon Europe 2026参加レポート LINEヤフー Tech Blog (LY Corporation Tech Blog
はじめにこんにちは。LINEヤフーで社内プライベートクラウドの開発・運用を担当している中村です。2026年3月23日から26日にかけて、オランダのアムステルダムにて KubeCon + CloudNa...
2日前

LINEヤフー、新たなAIエージェント「Agent i」の提供を開始
ECのミカタ
LINEヤフー株式会社は2026年4月20日、「Yahoo! JAPAN」の「AIアシスタント」と「LINE」の「LINE AI」を統合し、AIエージェントの新ブランド「Agent i」の提供を開始した。
2日前

Claude Code Skillを使ったベクトルベース推薦の半自動改善
Timee Product Team Blog
はじめに こんにちは、株式会社タイミーでデータサイエンティストをしている藤井です。 普段は推薦システムの改善を担当しています。 早速ですが、皆さんは推薦モデルの改善実験を月に何本回せていますか? 仮説を立てて、実装し、実験し、結果を整理し、次を考える。 1サイクル回すだけでも、相応の負荷がかかります。片手間でサイクル数を増やすのは簡単ではありません。 しかし、もし「仮説を立てる」から「結果を整理する」までを AI が担えるとしたら? 実際に AI の案から改善が生まれています。しかも、人間が担うのは方針の選択、コードレビュー、実験の実行に絞れています。 では、実際にどれだけ回せて、どれだけ当た…
2日前

GPT-5.5 Bio Bug Bounty OpenAI News
Explore the GPT-5.5 Bio Bug Bounty: a red-teaming challenge to find universal jailbreaks for bio safety risks, with rewards up to $25,000.
2日前

生成AI時代にこそ効く、インタラクティブなコード検索の設定Tips
KAKEHASHI Tech Blog
はじめに こんにちは、カケハシの認証・権限管理基盤チームで開発をしている金子です。 最近は生成AIの性能向上により、生成AIを活用できるシーンは日々拡大しています。コーディング以外にも、新しい機能の設計や要求分析、バグ発生時のトラブルシューティングなど、本当に多くのシーンで生成AIは力を発揮します。 既存コードの調査も同様に生成AIツールが活躍しますが、時には生成AIの確率的な要素を含んだ結果ではなく、「確実に漏れなく」検索したいという場面もあります。 インタラクティブな検索ツール 本記事で紹介するツールを使用すれば、検索結果の確認と検索クエリの変更を高速に繰り返すことで、細かな表記揺れなども…
2日前

Ulta Beauty, Google partner on agentic commerce launch through Gemini
Digital Commerce 360
Ulta Beauty and Google have announced a partnership focused on artificial intelligence (AI), making the retailer’s products available for purchase through Gemini’s agentic commerce functionality. Google and Ulta have announced two key AI offerings together. The first is agentic commerce in Google’s AI Mode, which it has embedded in its search interface and within Gemini. […]The post Ulta Beauty, Google partner on agentic commerce launch through Gemini appeared first on Digital Commerce 360.
3日前

Dick’s Sporting Goods tries out AI-powered coaches from Adobe
Digital Commerce 360
Dick’s Sporting Goods Inc. has partnered with Adobe Inc. to bring new artificial intelligence (AI)-powered “digital coaches” to its mobile app. The move is part of a broader push to expand personalization and connection across the retailer’s digital and in-store channels. Adobe said the new assistants will function as “AI agents,” offering sport-specific training tips […]The post Dick’s Sporting Goods tries out AI-powered coaches from Adobe appeared first on Digital Commerce 360.
3日前

AIは回答をどのように作るのか:大規模言語モデルの基本と違い
ECのミカタ
情報検索が「取得」から「生成」へと進化した今、AIは情報の断片を統合し答えを紡ぎ出す【回答者】となった。連載第3回では検索技術の進化と現在地を整理したが、では、AIは取得した膨大なデータをどう評価し、一つの答えへと仕立て上げているのか。第4回となる今回は、グローバルECの最前線を知るパベル・ザスラフスキー氏が、AIの頭脳とサイト上の情報をつなぐ「RAG(検索拡張生成)」の仕組みを解説。Google、ChatGPTといった主要プラットフォームごとの設計思想の違いを比較し、自分たちのサイトが「引用」を勝ち取るための戦略をひも解く。(全6回)
3日前

Aptean to release AI agents on AppCentral platform
Digital Commerce 360
The software company Aptean has developed 10 artificial intelligence (AI) agents that are being added to its platform, AppCentral. In its announcement, the company, which serves manufacturers and distributors, said it designed the new solutions to bring AI to organizations that have not yet migrated to the cloud. Aptean developed its AI agents specifically for […]The post Aptean to release AI agents on AppCentral platform appeared first on Digital Commerce 360.
3日前

[速報]Google Cloud、ローカルマシンにインストールできる大規模分散RDB「Spanner Omni」プレビュー公開
Publickey
Googleは、日本時間で4月23日未明にラスベガスで開幕したイベント「Google Cloud Next 2026」で、ローカルマシンにインストールできる大規模分散リレーショナルデータベース「Spanner Omni」のプレビュー版を公開...
3日前

Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model Simon Willison's Weblog
<p><strong><a href="https://qwen.ai/blog?id=qwen3.6-27b">Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model</a></strong></p>Big claims from Qwen about their latest open weight model:</p><blockquote><p>Qwen3.6-27B delivers flagship-level agentic coding performance, surpassing the previous-generation open-source flagship Qwen3.5-397B-A17B (397B total / 17B active MoE) across all major coding benchmarks.</p></blockquote><p&g...
3日前

Malicious Checkmarx Artifacts Found in Official KICS Docker Repository and Code Extensions
Socket
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.
3日前

[速報]Google、AIエージェントをローコードで作れる「Agent Studio」含むAIエージェント基盤「Gemini Enterprise Agent Platform」発表
Publickey
Googleは、日本時間で4月23日未明にラスベガスで開幕したイベント「Google Cloud Next 2026」で、AIエージェントの開発、運用、管理まで対応する包括的なAIエージェントのプラットフォーム「Gemini Enterpr...
3日前

[速報]Google、AWSやAzureのDBやSaaSなどあらゆるデータソースをAIネイティブなデータレイクハウスに統合する「Agentic Data Cloud」発表
Publickey
Googleは、日本時間で4月23日未明にラスベガスで開幕したイベント「Google Cloud Next 2026」で、Google CloudはもちろんAWSやMicrosoft AzureのデータベースやSaaSなどのあらゆるデータソ...
3日前

Making ChatGPT better for clinicians OpenAI News
OpenAI makes ChatGPT for Clinicians free for verified U.S. physicians, nurse practitioners, and pharmacists, supporting clinical care, documentation, and research.
3日前
4/22 (水)

Introducing Organization Notifications in Socket
Socket
Stay on top of alert changes with filtered subscriptions, batched summaries, and notification routing built for triage.
3日前

New Ecommerce Tools: April 22, 2026
Practical Ecommerce
This week: AI store builders, shipping labels, composable commerce, shoppable media, video avatars, marketing campaigns, token-based checkout, and more.The post New Ecommerce Tools: April 22, 2026 appeared first on Practical Ecommerce.
3日前

Don’t Blame the Model
Radar
The following article originally appeared on the Asimov’s Addendum Substack and is being republished here with the author’s permission. Are LLMs reliable? LLMs have built up a reputation for being unreliable. Small changes in the input can lead to massive changes in the output. The same prompt run twice can give different or contradictory answers. […]
3日前

Workspace agents OpenAI News
Learn how to build, use, and scale workspace agents in ChatGPT to automate repeatable workflows, connect tools, and streamline team operations.
3日前

Speeding up agentic workflows with WebSockets in the Responses API OpenAI News
A deep dive into the Codex agent loop, showing how WebSockets and connection-scoped caching reduced API overhead and improved model latency.
3日前

Introducing workspace agents in ChatGPT OpenAI News
Workspace agents in ChatGPT are Codex-powered agents that automate complex workflows, run in the cloud, and help teams scale work across tools securely.
3日前

TikTok Shop prepares for entry into Poland and the Benelux
Ecommerce News
TikTok Shop is preparing to launch in Poland, the Netherlands and Belgium. This is evident from job listings for its “strategic readiness team” and for customer solutions managers who are fluent in Polish or Dutch. Seller environments have already been set up, but they are not yet live. TikTok Shop…
3日前

Online Grocery Ecommerce UX 2026: Expanded & Updated Research Findings
Baymard Institute
(Note: Unfortunately, e-mail and RSS don’t support advanced layouts and features. If the graphics in this article look strange, you may want to read the article in your web browser.)Key TakeawaysAt Baymard, we’ve conducted 650+ hours of new Online Grocery research, for a total of 1,700+ hours across multiple Online Grocery studiesOur new research has uncovered 670+ new usability issues specific to the ecommerce Groceries experience, adding up to a total of more than 1,200 issues observed across
3日前

ヤマト運輸、2026年GW期間「国際宅急便」「WWX」配送遅れの可能性
ECのミカタ
ヤマト運輸株式会社は2026年4月17日、ゴールデンウィーク期間における国際宅急便およびUPSワールドワイド・エクスプレスセイバー(WWX)の取り扱いについて発表した。
3日前

BASE、Portの株式を取得しグループ化 デジタルコンテンツ領域も拡充
ECのミカタ
BASE株式会社は2026年4月16日、エンターテインメントテック事業を展開するPort株式会社の株式を取得。同社がBASEグループに加わったことを発表した。
3日前

メルカート、「お友達紹介機能」提供開始 循環型マーケティングを展開
ECのミカタ
株式会社メルカートは2026年4月16日、提供するクラウドEC構築プラットフォーム「メルカート」において、新機能「お友達紹介機能」の提供開始を発表した。
3日前

Quoting Bobby Holley Simon Willison's Weblog
<blockquote cite="https://blog.mozilla.org/en/privacy-security/ai-security-zero-day-vulnerabilities/"><p>As part of our continued collaboration with Anthropic, we had the opportunity to apply an early version of Claude Mythos Preview to Firefox. This week’s release of Firefox 150 includes fixes for <a href="https://www.mozilla.org/en-US/security/advisories/mfsa2026-30/">271 vulnerabilities</a> identified during this initial evaluation. [...]</p><p>Our experie...
3日前

ファンニーズを把握しても「施策に反映できていない」4割以上 DNP調査
ECのミカタ
大日本印刷株式会社(以下、DNP)が推進する「DNP出版IPビジネスプロジェクト」は、2026年4月16日、「BtoC企業マーケティング担当者のファンマーケティングの実態と課題」に関する調査結果を発表した。
3日前

Changes to GitHub Copilot Individual plans Simon Willison's Weblog
<p><strong><a href="https://github.blog/news-insights/company-news/changes-to-github-copilot-individual-plans/">Changes to GitHub Copilot Individual plans</a></strong></p>On the same day as Claude Code's temporary will-they-won't-they $100/month kerfuffle (for the moment, <a href="https://simonwillison.net/2026/Apr/22/claude-code-confusion/#they-reversed-it">they won't</a>), here's the latest on GitHub Copilot pricing.</p><p>Unlike Ant...
3日前

Qoo10、経営方針・新戦略を発表 2027年に東京へ旗艦店をオープン
ECのミカタ
インターネット総合ショッピングモール「Qoo10」を運営するeBay Japan合同会社は2026年4月14日、2026年度の新たな経営方針を発表した。
3日前

Playwright移行を自律化。Claude Codeで実現するマルチエージェント設計
エムスリーテックブログ
【QAチーム ブログリレー5日目】の記事です。 こんにちは。エンジニアリンググループ QAチームの須賀です。 最近エムスリーに復帰しました。 私は2月1日に入社してからQAエンジニアも使い放題のClaude Codeを用いてmabl(ノーコードのE2Eテストツール)の自動テストをPlaywrightにリプレースしています。 AIエージェントを用いた開発は未経験だったため、最初は期待するコードをなかなか生成できず試行錯誤の連続でした。しかし、最近では人の介入なしで期待するコードが生成できることも増えてきました。 試行錯誤の結果、AIエージェントの活用において重要だったのは、実は『人間同士が円滑に…
3日前

Is Claude Code going to cost $100/month? Probably not - it's all very confusing Simon Willison's Weblog
<p>Anthropic today quietly (as in <em>silently</em>, no announcement anywhere at all) updated their <a href="https://claude.com/pricing">claude.com/pricing</a> page (but not their <a href="https://support.claude.com/en/articles/11049762-choosing-a-claude-plan">Choosing a Claude plan page</a>, which shows up first for me on Google) to add this tiny but significant detail (arrow is mine, <a href="https://simonwillison.net/2026/Apr/22/claude-code-confus...
3日前

AIは「正解」を知っているが「作法」は経験者に学んだ。Webエンジニアが挑んだWindowsアプリ開発
KAKEHASHI Tech Blog
こんにちは。ソフトウェアエンジニアとして、カケハシの新規プロダクトの開発をしている鳥海です。 カケハシでは、組織横断で特定のテーマについて知見を深め合う「研究会」という取り組みがあります。 今回は、その中の AI 活用研究会からの発信です。 今回のテーマは、未経験領域である Windows アプリ開発において、AI を活用しながら立ち上げの初速を出しつつ、Web フロントエンド開発との文化の違いを吸収し、経験者との共創を通じて価値を作っていく方法です。 実際に取り組んだ内容をもとに、うまく進んだことだけでなく、失敗しかけた場面やそのときに感じていたことも含めて、背景や課題感、どのように考えて進…
3日前

継続的な負荷テスト環境をBASEに構築しました 〜 第2回: 負荷生成ツールの構築と運用
BASEプロダクトチームブログ
はじめに こんにちは、Checkout Reliabilityチームでバックエンドエンジニアをしているかがの(@ykagano)です! こちらは、「継続的な負荷テスト環境をBASEに構築しました」の第2回の記事です。 先に第1回を読んでいただくのをおすすめします。 継続的な負荷テスト環境をBASEに構築しました 〜 第1回: 負荷テストの全体像 - BASEプロダクトチームブログ こちらは第1回で紹介したBASEの負荷テスト環境の構成図です。 負荷テスト環境の構成図 本記事では、負荷テストツールとして採用したLocustの選定理由から、実際の構築・運用方法までを紹介します。 負荷生成ツールの選…
3日前

Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Socket
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
3日前

Introducing OpenAI Privacy Filter OpenAI News
OpenAI Privacy Filter is an open-weight model for detecting and redacting personally identifiable information (PII) in text with state-of-the-art accuracy
3日前

AI時代こそスケールしないことをしよう — ボトルネックを追ってコードの外へ
カミナシ エンジニアブログ
はじめに カミナシで新規プロダクトの開発をしているShimmy(@naoya7076)です。 現在、新規プロダクトをプロトタイプとして開発しており、顧客に提供しながらフィードバックを得ています。Claude Codeをはじめ、開発の全工程でAIを活用しており、開発アイテムは予定以上のスピードで実装できています。 「AIでコーディングが速くなった。ではその空いた時間で何をやるのか?」 この問いに対して、自分が新規プロダクト開発で実践してきたことを書きます。 「もっと作る」はアンチパターン AIで実装速度が上がると、「もっと作ろう」という方向に引っ張られがちです。しかし、むやみに作るものを増やすの…
4日前

Where's the raccoon with the ham radio? (ChatGPT Images 2.0) Simon Willison's Weblog
<p>OpenAI <a href="https://openai.com/index/introducing-chatgpt-images-2-0/">released ChatGPT Images 2.0 today</a>, their latest image generation model. On <a href="https://www.youtube.com/watch?v=sWkGomJ3TLI">the livestream</a> Sam Altman said that the leap from gpt-image-1 to gpt-image-2 was equivalent to jumping from GPT-3 to GPT-5. Here's how I put it to the test.</p><p>My prompt:</p><blockquote><p><code>Do a where's Waldo st...
4日前

EC「死の谷」を克服したトップランナー3社が明かす【EC年商10億・50億】突破策
ECのミカタ
EC市場が成熟し、かつての成長モデルが通用しなくなるなか、多くの事業者が直面する「売上の踊り場」や「死の谷」。華々しい実績を上げるEC事業者も、「主軸ビジネスへの依存」「機能の形骸化」「予期せぬインシデント」を経験している。成功をつかむまで、どのような危機に直面し、それをどう打破したのか――。2025年12月19日に開催されたトークセッションでは、停滞や危機を乗り越え、成長を遂げたオルビス、アンカー・ジャパン、ベースフードの3社が登壇。現場で下した重い意思決定とその後の再成長プロセスを語った。※本記事は2025年12月19日開催「ECのミカタ カンファレンス」で行われたセッションをレポートしたものです
4日前

Quoting Andreas Påhlsson-Notini Simon Willison's Weblog
<blockquote cite="https://nial.se/blog/less-human-ai-agents-please/"><p>AI agents are already too human. Not in the romantic sense, not because they love or fear or dream, but in the more banal and frustrating one. The current implementations keep showing their human origin again and again: lack of stringency, lack of patience, lack of focus. Faced with an awkward task, they drift towards the familiar. Faced with hard constraints, they start negotiating with reality.</p></b...
4日前

Introducing Reports: An Extensible Reporting Framework for Socket Data
Socket
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
4日前

scosman/pelicans_riding_bicycles Simon Willison's Weblog
<p><strong><a href="https://github.com/scosman/pelicans_riding_bicycles">scosman/pelicans_riding_bicycles</a></strong></p>I firmly approve of Steve Cosman's efforts to pollute the training set of pelicans riding bicycles.</p><p><img alt="The heading says &quot;Pelican Riding a Bicycle #1 - the image is a bear on a snowboard" src="https://static.simonwillison.net/static/2026/pelican-poison-bear.jpg" /></p><p>(To be fair, most ...
4日前

Vercel、Webブラウザ上のターミナルエミュレータ「wterm」をオープンソースで公開。WebAssembly製でWebページに埋め込み可能
Publickey
Vercelは、Webブラウザ上でターミナルエミュレータを実現する「wterm」(発音は“dub-term”:ダブターム)をオープンソースで公開しました。 wtermはコア部分がZig言語で開発されWebAssemblyにコンパイルされて提...
4日前
4/21 (火)

B2B Ecommerce Powers Africa Retail
Practical Ecommerce
In much of Africa, consumer retail revolves around physical mom-and-pop shops, kiosks, and market stalls.The post B2B Ecommerce Powers Africa Retail appeared first on Practical Ecommerce.
4日前

Scam Texts Are Creating a Friction Tax for Retailers
E-Commerce Times
Scam texts are eroding trust in SMS marketing, creating a "friction tax" for retailers as customers ignore legitimate messages. New verification strategies aim to rebuild confidence before users engage. The post Scam Texts Are Creating a Friction Tax for Retailers appeared first on E-Commerce Times.
4日前

Zalando Bulgaria launch expected soon
Ecommerce News
Zalando is accelerating its European expansion. After earlier announcements, Portugal and Greece are now live, marking the next step in Zalando’s strategy to strengthen its footprint across Europe. Bulgaria is expected to follow on August 1st this year. New signals suggest the rollout will not stop there. Earlier this year,…
4日前

Introducing ChatGPT Images 2.0 OpenAI News
ChatGPT Images 2.0 introduces a state-of-the-art image generation model with improved text rendering, multilingual support, and advanced visual reasoning.
4日前

Dark Factories: Rise of the Trycycle
Radar
The following article originally appeared on “Dan Shapiro’s blog” and is being reposted here with the author’s permission. Companies are now producing dark factories—engines that turn specs into shipping software. The implementations can be complex and sometimes involve Mad Max metaphors. But they don’t have to be like that. If you want a five-minute factory, […]
4日前

PLUG、各モールの還元条件を反映した「本当の最安値」を提示する機能を提供
ECのミカタ
株式会社STRACTは2026年4月15日、同社が提供するAIショッピングアプリ「PLUG(プラグ)」において、「実質価格」をAIが自動計算し、「本当の最安値」を提示する「実質価格機能」の提供を開始した。
4日前

仕様の文体はAIテスト生成に影響するか?クノー『文体練習』に倣って実験
エムスリーテックブログ
【QAチーム ブログリレー4日目】 はじめに こんにちは、QAチームの草場です。 レーモン・クノーの『文体練習』という本をご存知でしょうか? 1947年に出版されたこの本は、とある短い1ストーリーを99通りの文体で書きわけるもので、語られるのは同じストーリーなのに文体を変えるだけで得られる情報や印象の変化を感じられる味わい深い本です。 今回は「文体練習」を参考に、システムの仕様を表す文体として最適なものは何か? もしくは文体による差は無いのか?をカジュアルに実験してみました。 仕様は、書き手や場面によって様々な文体で書かれることがあります。決められた書式で厳密に書かれた物、広く知られた記法では…
4日前

Temu、「国際模倣対策連合」に加盟 業界横断の連携をさらに推進
ECのミカタ
Temu(テム)は2026年4月15日、模倣品や海賊版対策に取り組む国際団体、国際模倣対策連合(以下、IACC)に加盟したことを発表した。
4日前

Codex CLIで作るSlack 1次回答AI LINEヤフー Tech Blog (LY Corporation Tech Blog
こんにちは、LINEヤフー株式会社の曾田です。普段はYahoo!マップの新アプリ向けバックエンド開発やスクラムマスターを担当しつつ、Orchestration Development Workshop...
4日前

自働化、カイゼン、標準化ーー組織のAI活用を3倍にする製造業の知恵
Sansan Tech Blog
はじめまして。Contract One Engineering Unitで部長をしている大島です。2025年6月にチームにジョインしたので、もうじき1年になります。この1年でContract OneもContract One Engineering Unitも大きく成長しました。 今回はARR(Annual Recurring Revenue/年間経常収益)10億円達成し、さらに勢いを増すContract Oneを支えるべく、開発組織として日々向き合っている、生産性向上について書きたいと思います。 個人技の限界——「速い人」がいるだけでは組織は変わらない TPS——製造業が教えてくれた「仕組み…
4日前

Scaling Codex to enterprises worldwide OpenAI News
OpenAI launches Codex Labs, partners with with Accenture, PwC, Infosys, and others to help enterprises deploy and scale Codex across the software development lifecycle, and hits 4M Codex WAU.
4日前

Socket for Jira Is Now Available
Socket
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
5日前

llm-openrouter 0.6 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm-openrouter/releases/tag/0.6">llm-openrouter 0.6</a></p> <blockquote><ul><li><code>llm openrouter refresh</code> command for refreshing the list of available models without waiting for the cache to expire.</li></ul></blockquote><p>I added this feature so I could try <a href="https://www.kimi.com/blog/kimi-k2-6">Kimi 2.6</a> on O...
5日前

Rust製ブラウザエンジンのServo、Rust公式レジストリ「Crates.io」でリリース開始。長期サポート版も提供へ
Publickey
Linux Foundation傘下で独自のRust製ブラウザエンジンとして開発が進められているServoは、Rust公式のパッケージレジストリである「Crates.io」でバージョン0.1.0のリリースを開始したと明らかにしました。 Se...
5日前
4/20 (月)

Marketplaces account for 61% of European ecommerce
Ecommerce News
A large majority of online transactions in Europe take place on marketplaces. In 2025, marketplaces accounted for 61 percent of total ecommerce GMV, according to ECDB. In other parts of the world, this share is even higher. The concentration is expected to increase further in Europe as well. Globally, marketplaces…
5日前

Organic Search Winners Share 5 Traits
Practical Ecommerce
A just-released study of 400 websites identifies organic-search success across multiple core updates. The post Organic Search Winners Share 5 Traits appeared first on Practical Ecommerce.
5日前

Scenario Planning for AI and the “Jobless Future”
Radar
We all read it in the daily news. The New York Times reports that economists who once dismissed the AI job threat are now taking it seriously. In February, Jack Dorsey cut 40% of Block’s workforce, telling shareholders that “intelligence tools have changed what it means to build and run a company.” Block’s stock rose […]
5日前

SQL functions in Google Sheets to fetch data from Datasette Simon Willison's Weblog
<p><strong>TIL:</strong> <a href="https://til.simonwillison.net/google-sheets/datasette-sql">SQL functions in Google Sheets to fetch data from Datasette</a></p> <p>I put together some notes on patterns for fetching data from a Datasette instance directly into Google Sheets - using the <code>importdata()</code> function, a "named function" that wraps it or a Google Apps Script if you need to send an API token in an HTTP header (not supported ...
5日前

2026年5月の技術系イベント予定 LINEヤフー Tech Blog (LY Corporation Tech Blog
LINEヤフー株式会社では、技術に関するイベントや勉強会の主催・協賛などを行っています。最新情報は各リンク先でご確認ください。タイミングによっては、申し込み開始前や既に満席となっていることがあります。...
5日前

Claude Token Counter, now with model comparisons
Simon Willison's Weblog
<p><strong><a href="https://tools.simonwillison.net/claude-token-counter">Claude Token Counter, now with model comparisons</a></strong></p>I <a href="https://github.com/simonw/tools/pull/269">upgraded</a> my Claude Token Counter tool to add the ability to run the same count against different models in order to compare them.</p><p>As far as I can tell Claude Opus 4.7 is the first model to change the tokenizer, so it's only worth running...
5日前

QAエンジニアがClaude Codeを半年間使って気づいたこと 〜テスト自動化74%高速化を実現した3つの技術アプローチ〜
エムスリーテックブログ
TL;DR 背景と課題 なぜClaude Codeを選んだのか 課題1: テスト実行時間の長さ 何が問題だったのか 解決アプローチ 1. 待機処理の最適化 2. Page Objectパターンの徹底 3. 並列実行の自由度向上 結果 課題2: ワークフロー自動化の余地 何が問題だったのか 解決アプローチ MCP(Model Context Protocol)による外部ツール連携 カスタムスキルによるワークフロー定義 結果 課題3: テストの保守性と安定性 何が問題だったのか 解決アプローチ 1. CI/CD認証パターン 2. 環境依存テストの「警告扱い」パターン 結果 実績サマリー 半年間のコ…
5日前

OpenAI helps Hyatt advance AI among colleagues OpenAI News
Hyatt deploys ChatGPT Enterprise across its global workforce, using GPT-5.4 and Codex to improve productivity, operations, and guest experiences.
5日前

Headless everything for personal AI Simon Willison's Weblog
<p><strong><a href="https://interconnected.org/home/2026/04/18/headless">Headless everything for personal AI</a></strong></p>Matt Webb thinks <strong>headless</strong> services are about to become much more common:</p><blockquote><p>Why? Because using personal AIs is a better experience for users than using services directly (honestly); and headless services are quicker and more dependable for the personal AIs than having them cl...
6日前

Qwen3.6-35B-A3Bの動作環境と設定、出力速度まとめ
きしだのHatena
Qwen3.6-35B-A3Bを動かしたときの量子化や設定、出力速度をまとめておきます。 Qwen3.6-35B-A3Bでコーディングエージェントを試してみる。小規模なら十分いける - きしだのHatena 基本はこの3環境 RTX 4060 Ti 16GB(+RTX 3050 6GB) M4 Pro 48GB M3 Ultra 512GB 量子化は4つ。メモリ使用量はLM Studioでの予測。 量子化 ファイル 4000tok 262K tok unsloth/Qwen3.6-35B-A3B-GGUF:Q4_K_XL 24.1GB 23.77GB 28.66GB unsloth/Qwen3…
6日前

Cloudflare、AIエージェント用のファイルシステム「Cloudflare Artifacts」発表。Git対応バージョン管理とRESTful API対応のファイルシステム
Publickey
Cloudflareは、AIエージェントのためのファイルシステム「Cloudflare Arttfacts」をプライベートベータとして発表しました。 We’ve just launched Artifacts: Git-compatible...
6日前

Cloudflare、AIエージェントがメールの送受信を行える「Cloudflare Email Service」パブリックベータで公開
Publickey
Cloudflareは、アプリケーションやAIエージェントが電子メールの送受信を行える「Cloudflare Email Service」をパブリックベータとして公開しました。 Today, Cloudflare Email Service...
6日前

ヘッドレスなSalesforce登場、あらゆる機能がAPI/CLI/MCPでアクセスできる「Salesforce Headless 360」発表
Publickey
Salesforceはサンフランシスコで4月15日と16日の2日間にわたり開催した開発者向けイベント「Salesforce TDX 2026」で、Salesforceのあらゆる機能をAPI、CLI(コマンドライン)、そしてMCP(Model...
6日前
4/19 (日)

Mixed Reports on AI Ecommerce Traffic
Practical Ecommerce
AI as an acquisition channel is early and uneven, yet the signals suggest a once-in-a-generation shift.The post Mixed Reports on AI Ecommerce Traffic appeared first on Practical Ecommerce.
6日前

Changes in the system prompt between Claude Opus 4.6 and 4.7 Simon Willison's Weblog
<p>Anthropic are the only major AI lab to <a href="https://platform.claude.com/docs/en/release-notes/system-prompts">publish the system prompts</a> for their user-facing chat systems. Their system prompt archive now dates all the way back to Claude 3 in July 2024 and it's always interesting to see how the system prompt evolves as they publish new models.</p><p>Opus 4.7 shipped the other day (April 16, 2026) with a <a href="https://claude.ai/">Claude.ai</a&...
6日前
4/18 (土)

Claude system prompts as a git timeline Simon Willison's Weblog
<p><strong>Research:</strong> <a href="https://github.com/simonw/research/tree/main/extract-system-prompts#readme">Claude system prompts as a git timeline</a></p> <p>Anthropic <a href="https://platform.claude.com/docs/en/release-notes/system-prompts">publish the system prompts</a> for Claude chat and make that page <a href="https://platform.claude.com/docs/en/release-notes/system-prompts.md">available as Markdown</a>. I had Claud...
7日前








