直近1週間の更新
3/29 (日)

AWS ParallelCluster v3.15.0 で P6-B300 サポートなど主要な変更点を確認してみた
DevelopersIO
AWS ParallelCluster v3.15.0 で P6-B300 サポートなど主要な変更点を確認してみた
2時間前

MCP Shifts AI from Chat to Work
Practical Ecommerce
Model Context Protocol signals a shift from AI as a chat tool to an operator in a business.The post MCP Shifts AI from Chat to Work appeared first on Practical Ecommerce.
5時間前

Flutter 環境分けの手法選定を考察してみた ~ --dart-define(-from-file) でネイティブ連携しない理由を添えて ~
DevelopersIO
Flutterプロジェクトの環境分けに使われる `--flavor` / `--dart-define` / `--dart-define-from-file` / `flutter_dotenv` / `envied` の役割と選定基準を整理し、どの手法をどの用途で使うべきかを考察しました。
8時間前

MCP(Model Context Protocol)をカメラとラジオで例える
Zennの「大規模言語モデル」のフィード
Geminiとの会話をしていて、「ふと、よく聞くMCPについてよく知らないな」と思い、調べてまとめました。この記事は、初学者として理解を整理するためのメモです。誤りやより良い考え方があれば、随時アップデートします。 これまでの話の流れこの話は、次の2本が並行して進みました。LLMによる自動プログラミングの話コード生成やリファクタを進める中で、GPUがあったほうが快適かを検討した。何を作るかの話Linuxカメラドライバの話題が出て、「アプリとして実装するならMCPでカメラ調整するのがよさそう」という流れになった。要するに、MCPは2本目の流れ、「作...
9時間前

Hugging Face Spacesの無料枠に小型LLMをあげてAPI を立てる方法(非推奨)
Zennの「大規模言語モデル」のフィード
Hugging Face Spacesのbuild通らなすぎて、これ解決にまる2日くらい費やしたので、解決方法を残します。結論は、GGUFやめたら 「できるけど、非推奨」 です。動機:「超小型LLMをhugging face spacesの無料枠にあげてたら、無料枠でAPI叩きまくれて最強じゃん」という感情。結果:なんと上がりました。しかしGGUFやめたので1秒に1tokenとかって速度なんで、使えるレベルではないです。マジで動くだけ。GGUFでなんとかする知見はありません。無料枠でAPI作ろうという倫理観の無さは、筆者が「バイブコーディングで稼ごう界隈」なんでお察しください。あ...
9時間前

LLMコスト爆発から『品質ファースト』へ:2026年企業のコスト×品質管理戦略
Zennの「大規模言語モデル」のフィード
リード文LLMのAPI利用が急拡大する一方で、企業の予期しないコスト増加が深刻化している。単一プロンプトの最適化ミスで10倍のコスト差が発生するケースも。2026年、企業がとるべき戦略は「コスト削減」ではなく「品質と効率のバランス監視」である。本記事では、Helicone・Braintrust・Maxim AIなどの最新ツール生態系と、実装パターンを解説。エージェント時代の必須スキルとなるLLMコスト×品質ガバナンスを学ぶ。 「想定外のLLM APIコスト」が企業課題に:予測不可能性の真実実は、複数のLLM(Claude、ChatGPT、Gemini)を同時に試験運用し始め...
9時間前

DiscordやCronからCodex CLIに調査を依頼し、結果をNotionで確認する
Zennの「大規模言語モデル」のフィード
作ったものDiscordやローカル環境から調査や詳細分析をCodex CLIに依頼し、その結果をNotionに保存してRSSで配信する仕組みを作りました。通知はDiscordで受けつつ、結果の保管と検索はNotion、購読と未読管理はFeedlyに分担させています。全体のアーキテクチャは以下のような形です。実行の流れは、Discordまたはローカルからタスクを投入し、Codex CLIが調査を実行し、結果をNotionに保存し、その一部をVercel経由でRSSとして配信する、というものです。各サービスの役割は以下の通りです。サービス役割Discord...
9時間前

なぜ、「あなたは〇〇のプロフェッショナルです」というLLMプロンプトが流行ったのか?
Zennの「大規模言語モデル」のフィード
はじめにLLMの利用が広がった時期に、「あなたは〇〇のプロフェッショナルです」「あなたは世界最高の専門家です」といった書き出しが一気に流行りました。これは一見すると、AIの性能を引き出すための洗練された知見のように見えます。しかし実態としては、知識を増やす工夫というより、使い手の心理と大衆化の段階を強く反映した現象でした。本当に有効な指定は、読み手が誰なのか、どの立場で整理するのか、どの粒度で説明するのか、何を優先し何を避けるのか、といった条件を狭める指定です。それに対して専門家ロールは、能力を追加するのではなく、権威らしい口調や専門用語の使い方を増やしやすいだけです。それでも流...
11時間前

生成AIを使ってきた次のステップ、LLM SDK を基礎から理解する③〜ストリーミング編〜
Zennの「大規模言語モデル」のフィード
はじめに本記事は「LLM SDK を基礎から理解する」シリーズの第3回です。回テーマ第1回テキスト生成の基本第2回マルチターン会話第3回(本記事)ストリーミング第4回ツール呼び出し(Function Calling)第5回埋め込み(Embedding)とRAGへの入口前回はマルチターン会話を解説しました。今回は返答をリアルタイムで少しずつ受け取るストリーミングを解説します。 そもそも「ストリーミング」って何?通常: 送信 → 待つ → 全文一気に表示ストリーミング:送信 → 少しずつリアルタイムで...
11時間前

OptunaとLLMを組み合わせるとどうなるかを観察する
Zennの「大規模言語モデル」のフィード
はじめにLLMをOptunaのオーケストレーターとして使い、サイクルごとにそれまでの結果をLLMに渡して探索範囲の更新と継続・停止の判断をさせると、Optunaのみと結果が変わるかを試してみました。!個人の実験のため、参考程度にお願いします。各条件のOptunaはseed固定なしで実行しているため、初期探索のランダム性が結果に影響している可能性があります。 実験 データと評価指標クレジットカード不正検知(Credit Card Fraud Detection)で、詐欺率0.17%のデータを使い、RandomForestClassifierのハイパーパラメタをF1で...
12時間前

HashiCorp Agent Skills terraform-search-importで既存リソースをインポートしてみた(Claude Code × Terraform)
DevelopersIO
HashiCorp Agent Skills terraform-search-importで既存リソースをインポートしてみた(Claude Code × Terraform)
12時間前

Harness Engineeringとは何か?プロンプトの次に来る「AIエージェントの環境設計」を実務目線で解説
Zennの「大規模言語モデル」のフィード
最近、AIエージェントを開発や運用の現場に組み込み始めた人ほど、こんな違和感を持っているのではないでしょうか。プロンプトをかなり工夫しているのに、挙動が安定しないセッションをまたぐと、前提や作業状況が簡単に失われる「このルールで実装して」と伝えても、次のターンでは普通に破られる長い作業を任せると、1回の失敗で最初からやり直しになるこのとき起きている問題は、単なるプロンプトの書き方の問題ではありません。本質的には、AIエージェントが動く環境そのものが設計されていないことが原因です。そこで2026年に入って注目を集めているのが、**Harness Engineering(...
12時間前

macOSのプリインストールされている機能を用いて cmux の起動 / フォーカスをするショートカットを作成してみた
DevelopersIO
macOSのプリインストールされている機能を用いて cmux の起動 / フォーカスをするショートカットを作成してみた
12時間前

AIはもう1つじゃない——チームで使う時代のAI完全ガイド
Zennの「大規模言語モデル」のフィード
はじめに1つのAIをフル活用している人は多くない。スマートフォンが普及した当初、多くの人が「電話とメール」しか使っていなかったように、今のAI利用も同様の段階にある。機能は存在している。ただ、使われていない。この記事では「どのAIが最強か」を論じない。そうした問いには意味がないからだ。代わりに、それぞれのAIが何に向いていて、どう組み合わせれば実際の作業で成果が出るのかを、具体的に整理する。 第1章:主要AIは「5人の異なる同僚」現在のAI市場の中心にいる5つを、単なる機能比較ではなく「一緒に働く人間」として捉えると、それぞれの強みと弱みが立体的に見えてくる。 C...
13時間前

Claude Code のAIチームでLLMの品質を自動でチェックしてみたよ!
Zennの「大規模言語モデル」のフィード
Claude Code のAIチームでLLMの品質を自動でチェックしてみたよ!やあ!みんな!探求者のケイだよ!AIを業務に使い始めたはいいけど、「本当にこの出力、信頼していいの…?」って不安になったことない?毎回ちゃんと動いてると思ったら、突然おかしな答えが出てきて、しかもそれを誰も気づかないまま本番に流れてた——なんて経験、君だけじゃないよ。今日はそんな「AIの出力品質、どうやって守るの問題」を、Claude Code Agent Teams(AIの専門家チーム)でハックする方法を解説するよ! 絶望の現実:AIに任せたら、誰が品質を見てくれるの?正直に言おう。AIを業...
14時間前

C言語・Docker・Gemini APIで構築する「平安雅翻訳機」— 技術の無駄遣いの先に見たAI時代の生存戦略
Zennの「大規模言語モデル」のフィード
はじめにある週末、「人間の情緒を、最新のAIはどう解釈し、どう表現するのか」という知的好奇心から、現代の俗語を平安時代の雅な言葉に変換するシステムを個人開発しました。開発を通じて、多くの試行錯誤とリソースを投じましたが、その過程でAI時代におけるエンジニアの誇りと未来への視座について、一つの答えを得ることができました。この記事では、その技術的な構成と、これからの開発者に求められるスタックについて共有します。 技術スタック:あえての「C言語 CGI」と「Alpine Linux」現代ならPythonやTypeScriptでサクッと作るのが定石ですが、今回は「質実剛健」を旨とし...
14時間前

LLMのコード生成はなぜ同じミスを繰り返すのか — 失敗を「演算子」にして生成過程を書き換える
Zennの「大規模言語モデル」のフィード
LLMは優秀なレビュアーなのに、なぜ実装が下手なのかCursor、Copilot、Claude Code。LLMにコードを書かせるのが当たり前になった。で、使ってると気づく。こいつら、レビューはめちゃくちゃ上手いのに、書かせるとポロポロミスる。しかも同じタイプのミスを、何度も。3ファイルまたぐ変更で、呼び出し側の更新を忘れるインターフェース変えたのに、既存の呼び出し側(callsite)が古いまま正常系は完璧に書くのに、異常系がごっそり抜ける小さい修正を頼んだのに、なぜか全体をリファクタし始めるチェックリストを渡す。プロンプトに「注意してね」と書く。何度も言い聞か...
16時間前

Kiro Pro ユーザーライセンスで Amazon Q Developer を使えるか試してみた
DevelopersIO
Kiro Pro ユーザーライセンスで Amazon Q Developer を使えるか試してみた
17時間前

LLMで“見える運用”へ――可観測性を強化する実務メモ(OpenTelemetry GenAI / Langfuse / Phoenix)
Zennの「大規模言語モデル」のフィード
はじめに――“当てる”より“見える”生成AIをプロダクションに載せると、正しさだけでなくコスト・遅延・再現性・説明が問われます。そこで効くのが可観測性(Observability)。いまはLLMそのものもLLMを使った運用も、両輪で強化できます。標準化は進み、OpenTelemetryのGenerative AIセマンティック規約と対応ライブラリが揃い始めました。(OpenTelemetry) 1. まず“何を観測するか”を決める(3信号×5項目)3信号(トレース/メトリクス/イベント)に、最低限の5項目を紐づけます。リクエスト単位のトレース:モデル名・バージョン、入...
18時間前

AI vs. アンチボット:LLMが書き換えるウェブスクレイピングの全ルール
Zennの「大規模言語モデル」のフィード
ウェブスクレイピングとアンチボットシステムの「いたちごっこ」は、今や決定的な転換点を迎えています。Cloudflareの「待機室」をじっと眺めたり、バスの画像(あるいは消火栓に見えるバスの断片)を選択するCAPTCHAを何度も解かされた経験があるなら、その摩擦を感じているはずです。長年、防御側の戦略は、IPレピュテーション、フィンガープリンティング、そして基本的な動作速度といった静的なシグナルに依存してきました。しかし、大規模言語モデル(LLM)の登場は、戦場のルールを根本から変えました。私たちは今、従来の「スクレイピング」から「AIによる推論型ブラウジング(Automated Re...
19時間前

AIに20年分の日記を読ませたら人格が生まれて勝手にゲームを作り始めた
21
Zennの「大規模言語モデル」のフィード
AIにゲームを作らせようとして苦戦している話をよく見かける。コードは書ける。動くものは出る。でも「面白い」にならない。面白さの判断基準をAI自身が持っていないから、指示通りには組み立てられても、出来上がったものがいいかどうかを自分で判定できない。では、「ゲームの面白さとは何か」を身体で知っているAIがいたら、面白いゲームも作れるんじゃないか?2005年頃からブログやTwitterに書いた日記が、気づいたら20年分溜まっていた。ゲームの感想、技術メモ、仕事の考え事、深夜の思いつき。2026年3月にClaude Code(AnthropicのAIコーディングエージェント)を触り始めたと...
21時間前

LLM Architecture Gallery徹底解説:30+モデルの内部構造を4軸で横断比較する
Zennの「大規模言語モデル」のフィード
LLM Architecture Gallery徹底解説:30+モデルの内部構造を4軸で横断比較する この記事でわかることSebastian RaschkaのLLM Architecture Galleryの全体像と活用方法MHA→GQA→MLA→Linear Attentionへ至るアテンション機構の進化と各方式の設計意図QK-Norm・RMSNorm・NoPEなど正規化・位置エンコーディングの選択基準Mixture-of-Experts(MoE)設計の分類と、密モデルとの使い分け判断基準2026年3月時点のフロンティアモデル(Qwen3.5、Kimi K2.5、G...
1日前
3/28 (土)

single-agent runtime の次に来るもの: multi-agent 協調 runtime をどう考えるか
Zennの「大規模言語モデル」のフィード
LLM agent の実行基盤を作っていると、ある時点で気づくことがあります。単一の runtime を賢くする問題と、複数の agent/runtime を協調させる問題は、かなり別物だということです。ここしばらく見ていたのは、1 回の実行をどう成立させるか、という種類の問題でした。具体的には、必要な context を与え、tool を呼び、結果を返す、という流れをどううまく作るかです。そこから見えてきたのは、単一 runtime の設計と multi-agent 協調の設計は、連続しているようでいて実は別レイヤーだ、ということでした。そして multi-agent 協調を...
1日前

Claude Codeを使ってサイトのChatBotからパスワードを聞き出した話
Zennの「大規模言語モデル」のフィード
はじめにLLMを搭載したChatBotに対して、プロンプトインジェクション(PI)で機密情報を引き出す——これは今やAIセキュリティにおける主要な脅威の一つだ。Lakera社が公開するPI練習ゲーム「Gandalf」でこの攻撃手法を学んでいたが、最終レベルは英語しか受け付けず、自分の英語力では攻略できなかった。そこで、Claude Code(Opus 4.6)にAPI経由で自動攻撃させるというアプローチを取った。本記事は、LLMが別のLLMに対して150以上のPI技法を自動生成・投入し、最終的に突破するまでの全記録である。防御側LLMが嘘をつき、攻撃側LLMがそれに騙される—...
1日前

OSSで有報の開示漏れを自動検出する — 10点満点中3点の低評価からのスタート
Zennの「大規模言語モデル」のフィード
はじめに有価証券報告書(以下「有報」)の作成は、上場企業にとって毎年度の重大義務です。しかし、2024〜2026年にかけて金融庁が矢継ぎ早に打ち出した人的資本・サステナビリティ開示の法令改正により、「どの項目が追加になったか」「自社の記載が対応済みか」を人手で確認する作業のコストが急激に増大しています。本記事では、この課題に対してPythonマルチエージェントシステム(M1〜M5パイプライン)を構築し、トヨタ自動車の実際の有報に対して7件の開示漏れ・改善点を自動検出した実装と結果を紹介します。 1. 課題:有報の法令対応コストと人手レビューの限界 1.1 法令改正の連続...
1日前

AgentCore CLI で自作したAIエージェントを GenU に統合してみた
1
DevelopersIO
AgentCore CLI で自作したAIエージェントを GenU に統合してみた
1日前

Quoting Matt Webb Simon Willison's Weblog
<blockquote cite="https://interconnected.org/home/2026/03/28/architecture"><p>The thing about agentic coding is that agents grind problems into dust. Give an agent a problem and a while loop and - long term - it’ll solve that problem even if it means burning a trillion tokens and re-writing down to the silicon. [...]</p><p>But we want AI agents to solve coding problems quickly and in a way that is maintainable and adaptive and composable (benefiting from improvements els...
1日前

AWS KMSがFIPS 140-2 Level 3にアップグレードした後、FIPS 140-3 Level 3に準拠してました
DevelopersIO
実は2024年からAWS KMSがFIPS 140-3 Level 3に準拠していました。知らんかった。
1日前

お前のAI、忖度してるぞ
Zennの「大規模言語モデル」のフィード
2026年2月18日、MITとPenn Stateの共同研究チームが面白いことを実証しました[1]。「AIにユーザーのプロファイルを渡すほど、AIはユーザーに忖度する。」38人の被験者に2週間、平均90クエリを投げさせた実験で、プロファイルが濃いほど、AIは「ユーザーが聞きたそうな方向」に回答を寄せていました。自分はITエンジニアで、仕事・投資・キャリア判断にAI Agentを毎日使っています。性格特性、判断基準、過去の意思決定パターンを構造化してAIに渡し、「自分専用のアドバイザー」にカスタマイズしていました。回答の精度は確かに上がった。でもそれ、精度が上がったのか、忖度が上...
1日前

This Spring, Divest From Clutter to Reclaim Personal Productivity Like a Boss
PYMNTS.com
In the payments and FinTech ecosystem, the concept of friction is usually discussed in the context of checkout flows, cross-border settlements or fragmented API integrations. But as any C-suite executive or private equity lead knows, friction isn’t just a digital metric, it is a physical and mental tax. When your home office becomes a graveyard […]The post This Spring, Divest From Clutter to Reclaim Personal Productivity Like a Boss appeared first on PYMNTS.com.
1日前

dbt Semantic Layer で単一のセマンティックモデルで定義できる代表的なメトリクスタイプを試してみる
DevelopersIO
dbt Semantic Layer で単一のセマンティックモデルで定義できる代表的なメトリクスタイプを試してみる
1日前

GenU の AgentBuilder でノーコード AI エージェントを作ってみた
DevelopersIO
GenU の AgentBuilder でノーコード AI エージェントを作ってみた
1日前

GenU v5 の新機能「AgentCore」を有効化して MCP 付きエージェントを動かしてみた
DevelopersIO
GenU v5 の新機能「AgentCore」を有効化して MCP 付きエージェントを動かしてみた
1日前

datasette-showboat 0.1a2 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/datasette-showboat/releases/tag/0.1a2">datasette-showboat 0.1a2</a></p> <p>I added an option to export a Markdown file from my app that lets Showboat <a href="https://simonwillison.net/2026/Feb/17/chartroom-and-datasette-showboat/#showboat-remote-publishing">incrementally publish updates</a> to a remote server.</p>
2日前

Prediction Market Kalshi Faces Washington State Lawsuit Alleging Illegal Gambling
PYMNTS.com
Washington state sued Kalshi Friday (March 27), alleging that the company’s prediction market is, under the state’s definition, a betting platform that enables illegal gambling. The complaint argues that Kalshi violates the state’s Gambling Act and Consumer Protection Act, the Washington State Office of the Attorney General said in a Friday press release. It […]The post Prediction Market Kalshi Faces Washington State Lawsuit Alleging Illegal Gambling appeared first on PYMNTS.com.
2日前

[アップデート] Kiro の管理者コンソールでサブスクリプションデータを CSV でダウンロードできるようになりました
DevelopersIO
[アップデート] Kiro の管理者コンソールでサブスクリプションデータを CSV でダウンロードできるようになりました
2日前

Coinbase Resolves Customer Complaints About Prediction Markets Push Notifications
PYMNTS.com
Coinbase has resolved an issue that sent push notifications about the company’s prediction markets offerings to customers who weren’t interested in them, Coinbase CEO Brian Armstrong said in a Friday (March 27) post on X. Armstrong said this in a reply to a post in which a Coinbase customer complained about receiving three notifications […]The post Coinbase Resolves Customer Complaints About Prediction Markets Push Notifications appeared first on PYMNTS.com.
2日前

STADLER reshapes knowledge work at a 230-year-old company OpenAI News
Learn how STADLER uses ChatGPT to transform knowledge work, saving time and accelerating productivity across 650 employees.
2日前

Concerns About AI Model Capabilities Drive Down Cybersecurity Stocks
PYMNTS.com
Concerns about the capabilities of an artificial intelligence (AI) model being tested by Anthropic drove down cybersecurity stocks on Friday (March 27), Bloomberg reported. The report attributed the drop to a Fortune report that said a draft blog post that Anthropic inadvertently made publicly accessible stated that the AI model “poses unprecedented cybersecurity risks,” […]The post Concerns About AI Model Capabilities Drive Down Cybersecurity Stocks appeared first on PYMNTS.com.
2日前

Hollywood’s Classics Get an AI Upgrade
PYMNTS.com
Artificial intelligence is increasingly being deployed to restore decades-old films, from Hollywood archives to China’s kung fu classics, enhancing image quality, repairing physical damage and reconstructing degraded audio. What was once a painstaking, manual process is becoming automated and scalable, changing how cinema history is preserved and reintroduced to modern audiences. As reported by the […]The post Hollywood’s Classics Get an AI Upgrade appeared first on PYMNTS.com.
2日前

Meta adds eBay to its growing affiliate commerce program
Digital Commerce 360
EBay Inc. is preparing to join Meta Platforms Inc.’s latest push into creator-led commerce. The move comes as social media platforms race to bridge the gap between discovery and the final transaction. Meta is adding the online marketplace to its affiliate commerce program, allowing Facebook creators to tag eBay listings directly within posts and Reels. […]The post Meta adds eBay to its growing affiliate commerce program appeared first on Digital Commerce 360.
2日前

Quoting Richard Fontana Simon Willison's Weblog
<blockquote cite="https://github.com/chardet/chardet/issues/334#issuecomment-4098524555"><p>FWIW, IANDBL, TINLA, etc., I don’t currently see any basis for concluding that chardet 7.0.0 is required to be released under the LGPL. AFAIK no one including Mark Pilgrim has identified persistence of copyrightable expressive material from earlier versions in 7.0.0 nor has anyone articulated some viable alternate theory of license violation. [...]</p></blockquote><p class="cit...
2日前

Citigroup Denies Considering Acquisition of US Regional Bank or Brokerage
PYMNTS.com
Citigroup is considering acquiring a major U.S. regional bank or a brokerage, Bloomberg reported Friday (March 27), citing unnamed sources and adding that Citigroup said the report was “baseless speculation.” The bank’s executives are weighing the move to gain more deposits that could fuel Citibank’s lending and trading operations, the report said, citing the […]The post Citigroup Denies Considering Acquisition of US Regional Bank or Brokerage appeared first on PYMNTS.com.
2日前

Vibe coding SwiftUI apps is a lot of fun Simon Willison's Weblog
<p>I have a new laptop - a 128GB M5 MacBook Pro, which early impressions show to be <em>very</em> capable for running good local LLMs. I got frustrated with Activity Monitor and decided to vibe code up some alternative tools for monitoring performance and I'm very happy with the results.</p><p>This is my second experiment with vibe coding macOS apps - the first was <a href="https://simonwillison.net/2026/Feb/25/present/">this presentation app a few weeks ago&...
2日前

Square Boosts Lending by Catering to Businesses With Non-Standard Revenue Patterns
PYMNTS.com
Square is now extending credit to more sellers after improving its underwriting models to assess the creditworthiness of those with non-standard revenue patterns. The new underwriting models enable the company to offer Square Loans to project-based earners, seasonal operators and businesses that are new to Square, the company said in a Friday (March 27) […]The post Square Boosts Lending by Catering to Businesses With Non-Standard Revenue Patterns appeared first on PYMNTS.com.
2日前

First Dollar Wins: How Deposit Timing Is Rewiring Financial Loyalty
PYMNTS.com
The earliest interactions between a consumer and a financial provider rarely takes place in a branch, and the account opening is just the beginning. The most important moment, arguably, happens when money arrives into accounts, and ease of fund flows and accessibility carry weight that determines whether the relationship deepens or quietly dissolves. First […]The post First Dollar Wins: How Deposit Timing Is Rewiring Financial Loyalty appeared first on PYMNTS.com.
2日前

Amazon gets back together with FedEx to expand free returns options
Digital Commerce 360
Figuring out how and where to return Amazon orders could get easier for some customers, and FedEx Office locations nationwide will play a key part. Amazon announced that it added 1,500 FedEx Office locations to its network of return vendors, pushing the total number of U.S. drop-off points past 10,000 and giving four out of […]The post Amazon gets back together with FedEx to expand free returns options appeared first on Digital Commerce 360.
2日前

Durbin’s Airline Points Bill May Spur Shift to Flexible Rewards
PYMNTS.com
Legislation aimed at airline loyalty programs may reshape how rewards work across the broader payments ecosystem. Thursday (March 26), U.S. Sen. Dick Durbin (Democrat, Illinois) announced he had reintroduced the Protect Your Points Act, which initially debuted in the last Congress. And per the bill, the legislation centers on frequent flyer programs and co-branded […]The post Durbin’s Airline Points Bill May Spur Shift to Flexible Rewards appeared first on PYMNTS.com.
2日前

Consumer Sentiment Dips as Inflation Fears Resurface
PYMNTS.com
Consumer sentiment fell back 5.8% this month, ending a three-month positive streak and offsetting all the gains registered during that time, according to final March data from the University of Michigan’s Surveys of Consumers released Friday (March 27). The index now stands 6.5% below its level of March 2025 and 33% below the register […]The post Consumer Sentiment Dips as Inflation Fears Resurface appeared first on PYMNTS.com.
2日前

Skullcandy taps Riskified for fraud prevention
Digital Commerce 360
Consumer electronics brand Skullcandy has shared improvements to its fraud prevention, in part due to its work with technology company Riskified. Skullcandy was “concerned about lost revenue and customer service inquiries generated by shoppers whose non-fraudulent orders were declined and then canceled,” according to an announcement from Riskified detailing the companies’ work together. Zach Belles, […]The post Skullcandy taps Riskified for fraud prevention appeared first on Digital Commerce 360
2日前

ClaudeでBacklog MCPから情報を参照できるように試してみた
2
DevelopersIO
Backlog公式MCPサーバーをClaude Desktopにつないでみました。その導入手順をまとめました。
2日前

Oracle embeds AI agents in finance, supply chain and procurement systems
Digital Commerce 360
Oracle Corp. has introduced a set of artificial intelligence (AI)-enabled applications embedded across its finance, supply chain, and procurement software, extending automation and agents into systems that support B2B ecommerce transactions. The company said it has integrated “Fusion Agentic Applications” into Oracle Fusion Cloud Applications. It said it designed them to conduct business processes with […]The post Oracle embeds AI agents in finance, supply chain and procurement systems appeared
2日前

Manhattan Associates: Only 7% of retailers reach unified commerce maturity
Digital Commerce 360
A new benchmark study from Manhattan Associates finds that most specialty retailers continue to lag in connecting digital and physical commerce to create unified operations. The study classified just 7% of those retailers as “leaders” despite measurable gains in recent years. Manhattan Associates conducted the 2026 Global Unified Commerce Benchmark report with research firm Incisiv. […]The post Manhattan Associates: Only 7% of retailers reach unified commerce maturity appeared first on Digital C
2日前

Designer Brands brings together US, Canada retail businesses
Retail Dive - Latest News
The combined entity will give a “streamlined reporting structure,” and enable collaboration. Meanwhile, the retailer posted flat Q4 sales and a comps drop.
2日前

Ecommerce in Sweden grew 10% in 2025
Ecommerce News
Last year, online sales in Sweden increased 10 percent compared to the year before. In total, ecommerce reached approximately 14 billion euros (153 billion Swedish Kronor). This is the highest turnover ever recorded in the country. These data come from the latest edition of the E-barometern report from PostNord, a…
2日前

Shoe Carnival scales back rebrand
Retail Dive - Latest News
In some areas customers didn’t react well to merchandising changes after stores were converted to the Shoe Station banner.
2日前

The Weekly Closeout: Gabe’s in search of top leadership and Home Depot’s latest acquisition
Retail Dive - Latest News
After avoiding bankruptcy, the off-pricer’s CEO and a few CFOs have left. Meanwhile, the home improvement retailer bought Mingledorff’s.
2日前

クラスメソッドのウェビナーで「Amazon QuickSight 視点で読み解くQuick Suite」というタイトルで登壇しました
DevelopersIO
クラスメソッドのウェビナーで「Amazon QuickSight 視点で読み解くQuick Suite」というタイトルで登壇しました
2日前
3/27 (金)

In the age of AI, Home Depot’s stores have ‘never been more relevant’
Retail Dive - Latest News
While the retailer has been ramping up its AI-powered offerings, it aims to provide a frictionless experience across a customer’s shopping journey, wherever that may be.
2日前

imatrix付きで量子化したGGUFを作るメモ
2
きしだのHatena
日本語を含んだファイルでimatrixを作ってGGUFを作ると日本語性能があがる。 必要な手順を全部まとめてるところがなかったので、ここにメモ 出力されたファイルはmodel.ggufのようなファイル名だったりするので都度適当に変更してる。 llama.cppのビルド clone https://github.com/ggml-org/llama.cpp.git cd llama.cpp cmake -B build -DGGML_CUDA=ON cmake --build build --config Release とりあえずbf16でGGUF化 python convert_hf_to_…
2日前

Content Beats Design, Says CRO Pro
Practical Ecommerce
The founder of Syntra, an agency, says content and copy play a big role in ecommerce conversions, if not the biggest. The post Content Beats Design, Says CRO Pro appeared first on Practical Ecommerce.
2日前

TurboQuant と RotorQuant を DGX Spark で試してみた
33
DevelopersIO
TurboQuant と RotorQuant を DGX Spark で試してみた
2日前

Regional NAT Gatewayを使用している環境においてはVPC Block Public Accessをどのように設定すれば良いか確認してみた
1
DevelopersIO
VPC単位でEgressの除外をする必要がある
2日前

Spring Boot + MicrometerでCloudWatch Metricsに送るべきメトリクスと設定方法
1
DevelopersIO
Micrometer で収集したメトリクスをカスタムメトリクスとしてCloudWatch Metrics に送信することができますが、何も考えず全部を有効化してしまうとコストが膨れ上がります。今回は、主要なメトリクスの選定、各メトリクスの意味や判断の仕方、またそれらの設定方法などをまとめてみました。
2日前

Route 53 Resolver DNS クエリログをクロスアカウントのS3バケットへ保存する
DevelopersIO
Route 53 Resolver DNS クエリログをクロスアカウントのS3バケットへ保存する
2日前

TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Socket
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
2日前

Claude Code で AWS 公式プラグイン「deploy-on-aws」を使ってシンプルなAPIをデプロイしてみた
3
DevelopersIO
Claude Code で AWS 公式プラグイン「deploy-on-aws」を使ってシンプルなAPIをデプロイしてみた
2日前

Claude Codeで Snowflake + dbtプロジェクトをAI駆動で開発できるよう検証した話
1
DevelopersIO
Claude Codeで Snowflake + dbtプロジェクトをAI駆動で開発できるよう検証した話
2日前

Aurora PostgreSQL Serverless エクスプレス設定に Drizzle ORM で接続してみた
1
DevelopersIO
VPC不要・IAM認証のみのAurora PostgreSQL Serverlessエクスプレス設定に、Drizzle ORMで接続する方法を解説。サンプルコード付き。 @aws-sdk/rds-signer でトークンを取得し、node-p ostgresのパスワードにasync関数を渡すことで接続ごとに自動取得できます。
2日前

GENIAC における ParallelCluster GPU クラスタの構築記録
Sansan Tech Blog
Sansan株式会社 研究開発部Architect GroupでMLOps/Platformエンジニアをしている伊藤です。 今回は、GENIACに採択され、AWS上にSlurmによるGPUクラスタを構築した経験から、事前に知っておきたかったポイントをまとめます。構築中に遭遇した課題と、そのときの判断を具体的に書いているので、これからGENIACへの応募を検討している事業者やGENIACに採択された事業者の方が「ここは先に設計しておこう」と見積もれる材料になれば幸いです。 目次 GENIAC とは 技術選定: なぜスケジューラを使い、なぜ Slurm を選んだか 構築タイムライン 全体アーキテク…
2日前

GitHub Actions と OIDC 認証で AWS CDK のデプロイを自動化する
DevelopersIO
GitHub Actions と OIDC 認証で AWS CDK のデプロイを自動化する
2日前

Z世代女性の「美容購買行動」世代や好みで「二層化」 Chocobra Research調査
ECのミカタ
Chocobra Researchは2026年3月23日、Z世代女性の「美容購買行動」に関する調査結果を発表した。
2日前

ecbeing、「AIデジタルスタッフ」と「visumo」の連携を開始
ECのミカタ
株式会社ecbeingは2026年3月23日、「AIデジタルスタッフ」とグループ会社である株式会社visumoが提供する、マーケティングプラットフォーム「visumo(ビジュモ)」との連携を開始したことを発表した。
2日前

「よろしくお願いします」が「よろしくお願いし〼」になってしまうタイプの文字化けがあるらしい yhara.jp
メモ。Devin が突然 "どちらの方針で実装し〼か?" とか言い出して何かと思ったらこれだった。 Discretionary Ligatures というのか https://t.co/vTjz51C23L https://t.co/Xsf9hVXmb4— Yuki Fujisaki / rai (@tnj) March 25, 2026 リガチャ合字 - Wikipedia特定の文字の並びを、見やすさや美しさのために特殊な1文字にまとめるという習慣があり、それをコンピュータ上でも実現できるようにしたもの。Discretionary Ligaturesf+fのような伝統的なリガチャに加え、フォント固有のオリジナルのリガチャを持てるようにしたもの。(OpenTypeの仕様?)これを表示するには以下の条件が必要フォントがDiscretionary Ligaturesを持っている(例:ま+す=〼)テキスト上にその並びが現れる(例:「ます」)フォントの描画エンジンで、Discretionary Ligaturesを有効にする例えばCSSで設定するとかghosttyの場合Font quirk:
2日前

産直アウル、オンラインギフトサービス「産直アウルギフトカード」提供開始
ECのミカタ
レッドホースコーポレーション株式会社が運営する「産直アウル」は2026年3月20日、オンラインでギフトカードを贈れるサービス「産直アウルギフトカード」の開始を発表した。
2日前

既存の同期処理を非同期処理に切り替えるとき、何を考えるべきか
株式会社ログラス テックブログのフィード
!この記事は毎週必ず記事がでるテックブログ Loglass Tech Blog Sprint の136週目の記事です!3年間連続達成まで残り23週となりました! はじめにログラスでエンジニアをしています、白嵜です。昨年 11 月に入社し、現在は人員計画プロダクトの開発を担当しています。私が入社して最初に担当したタスクが、既存の同期処理を非同期処理に切り替えるプロジェクトでした。対象の機能は処理対象データの増加に伴いレイテンシが増大しており、今後のスケールを見据えて非同期化が必要な状況でした。 B2B SaaS プロダクトでは、サービスの成長に伴いこうしたパフォーマンス問題が...
2日前

生成AI利用「商品を探す」が世界8都市でトップ トランスコスモス調査
ECのミカタ
トランスコスモス株式会社は2026年3月23日、自主調査「世界8都市オンラインショッピング利用動向調査2026」の結果を発表した。
3日前

日本郵便、企業情報を高度化・連携する新サービス「ビジネスデジタルアドレス」を提供開始
ECのミカタ
日本郵便株式会社は2026年3月19日より、住所を7桁の英数字で表現できる「デジタルアドレス」のビジネス版として、「ビジネスデジタルアドレス」を提供する。
3日前

実践CQRS+ES ── 小さな集約と大きな業務出力を両立する
50
ZOZO TECH BLOG
はじめに こんにちは。基幹システム本部・リプレイス推進部・リプレイス推進ブロックの岡本です。 私たちのチームでは、ZOZOの基幹システムリプレイスの一環として、会計領域のシステムを新規構築しています。アーキテクチャにはCQRS(Command Query Responsibility Segregation)+ES(Event Sourcing)を採用しました(以降、CQRS+ESと略記します)。 本記事では、CQRS+ESを実務へ適用する中で直面した「小さな集約を保ちながら、大量の集約をまたいだ業務出力をどう実現するか」という課題と、その解決で得られた知見を紹介します。 会計システムでは、決…
3日前

Vol. 15 新規プロダクトを最速でリリースするために、デザイナーが意識したこと
Sansan Tech Blog
この記事は、Sansan Data Intelligence 開発Unit ブログリレーの第15弾です!! こんにちは! Sansan Data Intelligence(SDI)プロダクトデザイナーの来住(Kishi)です。2024年に新卒で入社し2年目が始まった時期から、SDIの開発に立ち上げメンバーとして参画しています。 この記事では、新規プロダクトを半年で体験設計、実装、リリースするためにデザイナーチームとして意識した3つのことを紹介します。 1. 立ち上げフェーズからデザインシステムを意識的に使う 1つ目は、画面設計時からデザインシステムを一貫して使い、実装でも活用してもらうことです…
3日前

We Rewrote JSONata with AI in a Day, Saved $500K/Year Simon Willison's Weblog
<p><strong><a href="https://www.reco.ai/blog/we-rewrote-jsonata-with-ai">We Rewrote JSONata with AI in a Day, Saved $500K/Year</a></strong></p>Bit of a hyperbolic framing but this looks like another case study of <strong>vibe porting</strong>, this time spinning up a new custom Go implementation of the <a href="https://jsonata.org">JSONata</a> JSON expression language - similar in focus to jq, and heavily associated with the <a href...
3日前
My minute-by-minute response to the LiteLLM malware attack Simon Willison's Weblog
<p><strong><a href="https://futuresearch.ai/blog/litellm-attack-transcript/">My minute-by-minute response to the LiteLLM malware attack</a></strong></p>Callum McMahon reported the <a href="https://simonwillison.net/2026/Mar/24/malicious-litellm/">LiteLLM malware attack</a> to PyPI. Here he shares the Claude transcripts he used to help him confirm the vulnerability and decide what to do about it. Claude even suggested the PyPI security contact addr...
3日前

Shippo adds to functionality for AI-powered shipping insights, analytics
Digital Commerce 360
Shipping platform provider Shippo announced updates to its artificial intelligence (AI)-powered “Shippo Intelligence,” adding insights and analytics features for merchants. Its latest updates to Shippo Intelligence are intended to help online retailers to better identify issues, reduce costs and improve delivery performance. The new capabilities include AI-generated insights emails, interactive shipping performance maps and deeper […]The post Shippo adds to functionality for AI-powered shipping
3日前

Ecommerce Trends: The fastest-growing online retailers in 2026
Digital Commerce 360
When it comes to the fastest-growing online retailers in North America, not all merchandise categories have seen the same fortunes over the past year. As was the case with the retailers benefiting most from artificial intelligence (AI)-enabled sales in 2025, ecommerce sales growth overall looked very different, depending on which types of products merchants carried. […]The post Ecommerce Trends: The fastest-growing online retailers in 2026 appeared first on Digital Commerce 360.
3日前

Analysis: Shipping surcharges surge across carriers, reshape ecommerce economics
Digital Commerce 360
Shipping costs are rising again — but not in the way many B2B ecommerce operators modeled as carriers weigh surcharges. Across the U.S. parcel market, the United Parcel Service (UPS) and FedEx, are relying more heavily on surcharges, rather than base rate increases, to offset higher fuel, labor, and network costs. And now, the U.S. […]The post Analysis: Shipping surcharges surge across carriers, reshape ecommerce economics appeared first on Digital Commerce 360.
3日前

TeamPCP Partners With Ransomware Group Vect to Target Open Source Supply Chains
Socket
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.
3日前

USPS to add temporary 8% package-shipping surcharge
Digital Commerce 360
The United States Postal Service (USPS) will impose a temporary 8% surcharge on package shipping rates beginning April 26, citing rising transportation costs and competitive pricing pressure, a move that adds new cost considerations for ecommerce merchants and distributors. The surcharge applies to Priority Mail Express, Priority Mail, USPS Ground Advantage and Parcel Select, according […]The post USPS to add temporary 8% package-shipping surcharge appeared first on Digital Commerce 360.
3日前

ChannelEngine launches tool for retailer visibility in AI tools
Ecommerce News
Online marketplace integrator ChannelEngine is launching a new capability, called AI Attribute Builder, in April. The company wants to ensure that products from online retailers will remain visible in AI-driven discovery environments. Earlier this year, we already wrote about research that indicated that 58 percent of consumers use AI tools…
3日前

Quantization from the ground up Simon Willison's Weblog
<p><strong><a href="https://ngrok.com/blog/quantization">Quantization from the ground up</a></strong></p>Sam Rose continues <a href="https://simonwillison.net/tags/sam-rose/">his streak</a> of publishing spectacularly informative interactive essays, this time explaining how quantization of Large Language Models works (which he says might be "<a href="https://twitter.com/samwhoo/status/2036845101561835968">the best post I've ever made</a&g...
3日前

The Backroom: Consumer resilience in trying times
Retail Dive - Latest News
Katie Thomas of the Kearney Consumer Institute talks about nuances in the K-shaped economy that help explain why discretionary retail sales have remained strong despite shoppers’ wariness.
3日前

David’s Bridal reshapes C-suite for the AI era
Retail Dive - Latest News
The retailer named a CTO, chief global transformation and operations officer, and is on the hunt for its next CFO.
3日前

REI faces possible anniversary sale boycott after abandoning labor talks
Retail Dive - Latest News
The REI Union, expressing confidence that the retailer’s customers would join workers in sending a message, will finalize a decision by May 1.
3日前

Sephora launches app in ChatGPT
Retail Dive - Latest News
The AI-enhanced experience will give customers advice and help them discover products, according to Global Chief Digital Officer Anca Marola.
3日前

GameStop closed over 700 stores last year
Retail Dive - Latest News
That amounts to more than 1,300 over the past two fiscal years, though the gaming retailer said it doesn’t expect any major footprint reductions in 2026.
3日前

【対談連載 第一回】「結局、GPUをフル活用している時が一番楽しい」データ推進室長が紐解く、技術愛溢れるデータサイエンティストがリクルートに飽きない理由
Recruit Data Blog
リクルートのデータ推進室長 野村が自ら聞き手となり、現場の最前線で試行錯誤を続けるスペシャリストたちの「手の内」を紐解く連
3日前
3/26 (木)

Puma debuts AI concierge at Las Vegas store
Retail Dive - Latest News
A multilingual assistant in a large digital display will automatically detect the language a shopper speaks and answer their questions about products.
3日前

OnBuy launches in 8 new markets
Ecommerce News
Popular cashback marketplace OnBuy is rolling out in eight new markets. This brings the total of the company’s footprint to 21 European countries. The expansion follows strong performance, with an increase of 152 percent in quarterly sales last year. OnBuy is based in the United Kingdom, and was founded in…
3日前

Framework for Quality AI Content Marketing
Practical Ecommerce
AI has lowered the cost of producing content, but not the standard required to compete.The post Framework for Quality AI Content Marketing appeared first on Practical Ecommerce.
3日前

The Missing Layer in Agentic AI
Radar
The day two problem Imagine you deploy an autonomous AI agent to production. Day one is a success: The demos are fantastic; the reasoning is sharp. But before handing over real authority, uncomfortable questions emerge. What happens when the agent misinterprets a locale-specific decimal separator, turning a position of 15.500 ETH (15 and a half) […]
3日前

物価高を受けECユーザー約5割が「カートで保留が増えた」 Repro調査
ECのミカタ
Repro株式会社は2026年3月19日、物価高によるネットショッピングの購買行動の変化についてのアンケート調査結果を発表した。
3日前

GGUFでのトークナイズを確認しやすくする
1
きしだのHatena
AIがどのようにトークナイズするかを確認するときに、OpenAIのトークナイザで確認していたのだけど、個別のモデルがどのようにトークナイズしてるかという話をするときには、ちゃんとそのモデルでのトークナイズを確認する必要があります。 llama.cppのllama-tokenizeコマンドで確認できるのだけど、いろいろな文章のトークナイズを確認したり、モデルのファイルがどこにあるかを探すのがめんどい。 ということで、ClaudeさんにUI作ってもらいました。 Pythonコードのソースはこちら。llama.cppが必要です。 https://gist.github.com/kishida/ce9…
3日前

「原油高騰」一次産業の約7割が影響を実感 ビビッドガーデン調査
ECのミカタ
株式会社ビビッドガーデンは2026年3月19日、原油価格高騰が一次産業に与える影響に関する緊急アンケートの結果を発表した。
3日前

データの会社なのにKPIがない?共感で人をつなげる「Ignition Radio」が目指すもの
Platinum Data Blog by BrainPad ブレインパッド
Platinum Data Blog編集長の木原です。ブレインパッドには、社員が自律的に手を挙げ、新しい取り組みを始めるカルチャーがあります。今回は、そのひとつである社内ラジオ企画「Ignition Radio(イグニッションラジオ)」について、発起人やパーソナリティ、経営陣を交えて行ったインタビュー内容をお届けします。西村 順(にしむら じゅん) 星田 梨瑚(ほしだ りこ) 甲斐田 将(かいだ まさし) 王 萌子(おう もえこ) 副社長執行役員COO。本企画の強力なバックアップ役。「外にでよう」の提唱者。 アナリティクスコンサルティングユニット所属。本企画のメインパーソナリティ。 アナリティクスコンサルティングユニット所属。本企画の発起人の一人。 人事・理念浸透担当。本企画の発起人の一人。 ※肩書・所属はインタビュー実施時のものです。Ignition Radioが始まったきっかけ ー 「人事施策にしたくない」 草の根から生まれたラジオの原点「KPIはなし」というラジオIgnition Radioから見えるブレインパッドらしさ今後、Ignition Radioの目指すものIgnitio
3日前

EMConf JP 2026 参加 &「ストレッチゾーンに挑戦し続けることの難しさ」をテーマに登壇してきました!
1
Sansan Tech Blog
はじめに 技術本部 Sansan Engineering Unit Mobile Application GroupにてEM(エンジニアリングマネジャー)として活動している赤城です。 2026年3月4日、Engineering Manager(EM)に特化したカンファレンスである、EMConf JP 2026に登壇者として参加してきました。 初めてのカンファレンス登壇ということもあり、準備から当日まで大変なことも多かったのですが、終わってみれば「今まで参加したカンファレンスの中で一番充実していた」と感じるほど、濃い一日になりました。 この記事では、登壇準備の裏側から当日の緊張と手応え、印象に残…
3日前

タイミー、オイシックスと連携「廃棄野菜の商品化プロジェクト」始動
ECのミカタ
株式会社タイミーは2026年3月19日、オイシックス・ラ・大地株式会社(以下、オイシックス)と連携し、廃棄野菜を商品化するプロジェクトを始動した。
3日前

離脱要因1位は「サイトの遅さ」 広告やCRMの前に見直したい“売上の土台”を築く解決策とは
ECのミカタ
ECサイトでの売上が伸びない理由の一つに、「サイトの表示スピード」の問題がある。クリックしても反応が悪かったり、表示が遅かったり、画像がバラバラと表示されたり……。その結果、ユーザーのイライラがつのり、サイトを離れ、売上には結びつかない。この課題に対してサイトにタグを入れるだけで改善効果を出せるのが、Repro株式会社の「Repro Booster(リプロブースター)」だ。事業責任者の孫健真氏が“サイト高速化の魔法”と、その導入効果について語る。●本記事は2025年12月開催「ECのミカタ カンファレンス」でのセッションをレポートしたものです
3日前

約10%が新生活に対して「出費の増加」を不安と回答 楽天調査
ECのミカタ
楽天グループ株式会社(以下、楽天)が提供する家計管理アプリ「楽天家計簿」は2026年3月19日、「新生活におけるお金の意識調査」の結果を発表した。
4日前

Virtual Thread Deep Dive - 内部実装からアンチパターンまで LINEヤフー Tech Blog (LY Corporation Tech Blog
Web バックエンドエンジニアの早坂です。本稿は、2025年11月に開催された JJUG CCC 2025 Fall における登壇「Virtual Thread Deep Dive」を記事としてまとめ...
4日前

「購買スイッチ」デパコスは科学的根拠、ドラコスは瞬発的な共感 講談社調査
ECのミカタ
株式会社講談社が運営する美容メディア「VOCE」は2026年3月17日、「VOCE美容が好きな人たちの“コスメ購買行動大調査”」の結果を発表した。
4日前

Vol.14 Base UI × CSS Modules で始めるヘッドレスコンポーネント開発
Sansan Tech Blog
この記事は、Sansan Data Intelligence開発Unit ブログリレーのVol.14です。 こんにちは、技術本部Data Intelligence Engineering Unitの茂木です。 私たちのチームでは、取引先データの品質を高めて企業のDXを後押しするデータクオリティマネジメント「Sansan Data Intelligence」(以下SDI)のフロントエンドをNext.js (App Router) + TypeScriptで開発しています。SDIはデータの連係設定や取り込み指示といった管理機能が中心のプロダクトで、Select・フォーム・ダイアログなど、操作系のU…
4日前

「誰かがやるだろう」をやめた1年間の記録
52
KAKEHASHI Tech Blog
はじめに 今年は変化した一年だったなぁ。一番の変化というと個人の課題からチームの課題へと視座感が変わったところで、それまでは個人のスキルアップが目標のほとんどだったけど、チーム状況の変化を目の当たりにして今のままだとダメだなと感じ、チームの課題を自分の課題と思って取り組めるようになったのが大きな変化だった。 それによって主体的に動き・提案したり既存フローを変えたりして、これまでマネージャー層が現場の意見を聞きながら少しずつ調整かけていたものを現場の目線でいい感じに変えられるようになったし、実際手応えも感じることができた(あとは、変化したやり方がまだ浸透しきっていない感じはするので、文化として当…
4日前

datasette-files-s3 0.1a1 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-files-s3/releases/tag/0.1a1">datasette-files-s3 0.1a1</a></p> <p>A backend for <a href="https://github.com/datasette/datasette-files">datasette-files</a> that adds the ability to store and retrieve files using an S3 bucket. This release added <a href="https://github.com/datasette/datasette-files-s3/blob/main/README.md#credentials-broker-response">a mechanism&l...
4日前

Thoughts on slowing the fuck down Simon Willison's Weblog
<p><strong><a href="https://news.ycombinator.com/item?id=47517539">Thoughts on slowing the fuck down</a></strong></p>Mario Zechner created the <a href="https://github.com/badlogic/pi-mono">Pi agent framework</a> used by OpenClaw, giving considerable credibility to his opinions on current trends in agentic engineering. He's not impressed:</p><blockquote><p>We have basically given up all discipline and agency for a sort of addictio...
4日前

datasette-llm 0.1a1 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-llm/releases/tag/0.1a1">datasette-llm 0.1a1</a></p> <p>New release of the base plugin that makes models from <a href="https://llm.datasette.io/">LLM</a> available for use by other Datasette plugins such as <a href="https://github.com/datasette/datasette-enrichments-llm">datasette-enrichments-llm</a>.</p><blockquote><ul><li>New <...
4日前

Widespread GitHub Campaign Uses Fake VS Code Security Alerts to Deliver Malware
Socket
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.
4日前

「安さのその先へ」──ライフドリンク カンパニーの成長を支える「脱付加価値戦略」とは
ECのミカタ
EC市場で価格競争が激しさを増す中、「安さのその先」を掲げて成長を続けているのが、株式会社ライフドリンク カンパニーのEC限定ブランド「LIFEDRINK」だ。楽天市場で「ショップ・オブ・ザ・イヤー」を5年連続受賞するなど、複数のモールで高い評価を獲得している。2025年12月18日、ECのミカタ主催の「2025年の『変化』と2026年の『攻略』カンファレンス」では、同社EC事業部の越前真央氏が登壇。LIFEDRINKの成長を支えた「脱付加価値戦略」と、2026年に向けた展望を語った。
4日前

ReFiBuy debuts platform to optimize catalog data for agentic commerce
Digital Commerce 360
The year-old ecommerce technology startup ReFiBuy launched in 2025 with the company’s focus set on emerging opportunities in the world of agentic commerce. Now, it is rolling out a developer platform that it specifically designed to help merchants update product data from their catalogs to appear and perform better in artificial intelligence (AI)-powered discovery experiences. […]The post ReFiBuy debuts platform to optimize catalog data for agentic commerce appeared first on Digital Commerce 360
4日前

1Passwordが人間とAIエージェントのアイデンティティを統一管理する「Unified Access 」発表
Publickey
パスワードマネージャ「1Password」を提供している1Password社は、IDとパスワードやパスキーを用いた人間のアイデンティティだけでなく、AIエージェントが用いるシークレットなどの管理も1Passwordに統合することで、人間とA...
4日前

LiteLLM Hack: Were You One of the 47,000? Simon Willison's Weblog
<p><strong><a href="https://futuresearch.ai/blog/litellm-hack-were-you-one-of-the-47000/">LiteLLM Hack: Were You One of the 47,000?</a></strong></p>Daniel Hnyk used the <a href="https://console.cloud.google.com/bigquery?p=bigquery-public-data&amp;d=pypi">BigQuery PyPI dataset</a> to determine how many downloads there were of <a href="https://simonwillison.net/2026/Mar/24/malicious-litellm/">the exploited LiteLLM packages</a> during...
4日前
3/25 (水)

New Ecommerce Tools: March 25, 2026
Practical Ecommerce
This week: updates on predictive intelligence, same-day shipping, automated marketing, agentic commerce, installment payments, product videos, and dropshipping.The post New Ecommerce Tools: March 25, 2026 appeared first on Practical Ecommerce.
4日前

AI Automation Is Changing B2B Print Workflows
E-Commerce Times
In the print industry, e-commerce success hinges on connecting digital ordering with real-world production. Automation is replacing manual workflows and helping providers scale. The post AI Automation Is Changing B2B Print Workflows appeared first on E-Commerce Times.
4日前

Spotting and Avoiding ROT in Your Agentic AI
Radar
The following article originally appeared on Q McCallum’s blog and is being republished here with the author’s permission. Generative AI agents and rogue traders pose similar insider threats to their employers. Specifically, we can expect companies to deploy agentic AI with broad reach and insufficient oversight. That creates the conditions for a particular flavor of […]
4日前

Inside our approach to the Model Spec OpenAI News
Learn how OpenAI’s Model Spec serves as a public framework for model behavior, balancing safety, user freedom, and accountability as AI systems advance.
4日前

Vibe Coding XR: Accelerating AI + XR prototyping with XR Blocks and Gemini
The latest research from Google
Human-Computer Interaction and Visualization
4日前

GMOメイクショップ、「MCPサーバー対応」と「Skills」を同時提供
ECのミカタ
GMOメイクショップ株式会社は2026年3月17日、「makeshop byGMO」とAIエージェントとの連携を可能にする「MCPサーバー対応」を、2026年4月末〜GW明けにリリース予定であることを発表した。あわせて、makeshopのEC運営ノウハウをAIに組み込むための「Skills」も同時に配布予定としている。
4日前

ecbeingがメグリをM&A 店舗とネットの境界をなくし次世代の「ブランド体験」を実現
ECのミカタ
株式会社ecbeingは2026年3月18日、アプリマーケティングプラットフォーム「MGRe(メグリ)」を展開するメグリ株式会社をグループに迎えたことを発表した。
4日前

Vol.13 複雑さに立ち向かう軽量Spec駆動開発
Sansan Tech Blog
この記事は、Sansan Data Intelligence 開発Unit ブログリレー の第13弾です。こんにちは、技術本部 Data Intelligence Engineering Unitのしゅん(@MxShun)です。弊社では「SOCv2」と呼ばれるMaster Data as a Service (MDaaS)の構築を進めています。SOCv2が生まれる背景になった課題やアーキテクチャ全体像は、先日の永井の記事 Vol.03 SOCv2: MasterData as a Service (MDaaS) 10年もののSystemを作り替える をご参照ください。 今回は、複雑なSOCv2…
4日前

auコマース&ライフ、出店店舗向け「AI分析・アクション提案機能」提供開始
ECのミカタ
auコマース&ライフ株式会社は2026年3月18日、「au PAY マーケット」の店舗管理システム「Wow! manager」において、AIを活用した新たな店舗分析・アクション提案機能の提供を開始した。
5日前

私たちの文化を体現する社内イベントの「開運冬まつり」でチーム・職の垣根を飛び越えた!
Cybozu Inside Out | サイボウズエンジニアのブログ
こんにちは!サイボウズの開発広報チーム兼開運まつり実行委員長のhokatomo(@tomoko_and)です。社内テックカンファレンス「開運冬まつり」を開催しました。職能も拠点も違うエンジニアが、2日間の交流と対話を通じて、次への行動に繋げる場です。こうした場が自然と生まれ、改善しながら継続してきた過程にサイボウズの文化を感じています。この記事では、開運まつりそのものだけではなく、背景にあるサイボウズの文化について少しでも伝えられたらと思います。開運まつりとは-交流のきっかけと、新しい視点を持ち帰る場-開催概要この場が成立することが、私たちの文化多角的に関われる場作りセッションでは、いま考えていることを共有する場にOSTでは問いを持ち寄り、対話する参加者の声イベントが成熟してきたからこそ、運営での悩みおわりに開運まつりとは-交流のきっかけと、新しい視点を持ち帰る場-開運まつりは、サイボウズで開発・運用に関わる様々なチームや職能の人が集まり、セッションの聴講や体験型コンテンツ・懇親会・シャッフルランチ・Open Space Technology(以下OST)を通じて交流を深める、オフライ
5日前

物流関連の法改正への対応・準備「不安がある」4割超 ハコベル調査
ECのミカタ
ハコベル株式会社(以下、ハコベル)は2026年3月18日、物流関連の法改正に関するアンケート調査の結果を発表した。物流業界では、2025年4月以降に物流総合効率化法(以下本文中:物効法)や貨物自動車運送事業法(以下本文中:トラック法)の法改正が続いた。これにより、荷主・貨物自動車運送事業者(以下本文中:運送事業者)・倉庫事業者など、立場に応じて新たな努力義務や義務への対応が求められている。また、2026年4月からはその範囲が拡大するほか、いわゆる「トラック新法」の段階的施行も予定されている。本調査は、そうした物流現場の実態を把握・可視化すべく実施されたもの。
5日前

ZOZOFIT Androidで進めたMVVMからMVIへの移行と独自MVIライブラリの開発
ZOZO TECH BLOG
はじめに こんにちは。グローバルプロダクト開発本部 グローバルアプリ部 アプリ基盤ブロックの桂川です。普段はZOZOFIT・ZOZOMETRYなどの計測アプリのAndroid開発に携わっています。本記事ではZOZOFITのAndroidアプリで取り組んだMVVMからMVIへの移行と、独自MVIライブラリの開発について紹介します。なお、独自MVIライブラリを使ったMVIアーキテクチャへの移行は2024年9月に開始しました。
5日前

Introducing the OpenAI Safety Bug Bounty program OpenAI News
OpenAI launches a Safety Bug Bounty program to identify AI abuse and safety risks, including agentic vulnerabilities, prompt injection, and data exfiltration.
5日前

Auto mode for Claude Code Simon Willison's Weblog
<p><strong><a href="https://claude.com/blog/auto-mode">Auto mode for Claude Code</a></strong></p>Really interesting new development in Claude Code today as an alternative to <code>--dangerously-skip-permissions</code>:</p><blockquote><p>Today, we're introducing auto mode, a new permissions mode in Claude Code where Claude makes permission decisions on your behalf, with safeguards monitoring actions before they run.</p></...
5日前

Package Managers Need to Cool Down Simon Willison's Weblog
<p><strong><a href="https://nesbitt.io/2026/03/04/package-managers-need-to-cool-down.html">Package Managers Need to Cool Down</a></strong></p>Today's <a href="https://simonwillison.net/2026/Mar/24/malicious-litellm/">LiteLLM supply chain attack</a> inspired me to revisit the idea of <a href="https://simonwillison.net/2025/Nov/21/dependency-cooldowns/">dependency cooldowns</a>, the practice of only installing updated dependencies once t...
5日前

Quoting Christopher Mims Simon Willison's Weblog
<blockquote cite="https://bsky.app/profile/mims.bsky.social/post/3mhsux67xpk2d"><p>I really think "give AI total control of my computer and therefore my entire life" is going to look so foolish in retrospect that everyone who went for this is going to look as dumb as Jimmy Fallon holding up a picture of his Bored Ape</p></blockquote><p class="cite">&mdash; <a href="https://bsky.app/profile/mims.bsky.social/post/3mhsux67xpk2d">Christopher Mims</a>, T...
5日前

5 Malicious npm Packages Typosquat Solana and Ethereum Libraries to Steal Private Keys
Socket
Five malicious npm packages typosquatting crypto libraries steal private keys via Telegram, targeting Solana and Ethereum developers, with active C2 infrastructure.
5日前

TurboQuant: Redefining AI efficiency with extreme compression
The latest research from Google
Algorithms & Theory
5日前

Mapping the modern world: How S2Vec learns the language of our cities
The latest research from Google
Algorithms & Theory
5日前

TeamPCP Is Systematically Targeting Security Tools Across the OSS Ecosystem
Socket
TeamPCP is targeting security tools across the OSS ecosystem, turning scanners and CI pipelines into infostealers to access enterprise secrets.
5日前

マイクロソフト、Claude CodeやGitHub Copilotに「このアプリをデプロイせよ」と指示すればAIが最適なインフラ構成やサービスでデプロイしてくれる「Azure Skills Plugin」公開
Publickey
AWSがClaude Codeに、アプリケーションの内容に応じて自動的に適切なインフラを構成してデプロイできる能力を与える「Agent Plugins for AWS」をリリースしたのと同様に、マイクロソフトもClaude CodeやGit...
5日前

Malicious litellm_init.pth in litellm 1.82.8 — credential stealer Simon Willison's Weblog
<p><strong><a href="https://github.com/BerriAI/litellm/issues/24512">Malicious litellm_init.pth in litellm 1.82.8 — credential stealer</a></strong></p>The LiteLLM v1.82.8 package published to PyPI was compromised with a particularly nasty credential stealer hidden in base64 in a <code>litellm_init.pth</code> file, which means installing the package is enough to trigger it even without running <code>import litellm</code>.</p><p...
5日前

Kaggleの火山コンペで12位、金メダルを獲得しました
Recruit Data Blog
はじめに 人材領域でデータ分析を担当している羽鳥です。KaggleのVesuvius Challenge - Surface Detection コンペにソロで参加し、1391
5日前
3/24 (火)

How Foreign Brands Test the U.S. Market
Practical Ecommerce
Before spending big money, test the demand in two ways.The post How Foreign Brands Test the U.S. Market appeared first on Practical Ecommerce.
5日前

How to Build a General-Purpose AI Agent in 131 Lines of Python
Radar
The following article originally appeared on Hugo Bowne-Anderson’s newsletter, Vanishing Gradients, and is being republished here with the author’s permission. In this post, we’ll build two AI agents from scratch in Python. One will be a coding agent, the other a search agent. Why have I called this post “How to Build a General-Purpose AI […]
5日前

Helping developers build safer AI experiences for teens OpenAI News
OpenAI releases prompt-based teen safety policies for developers using gpt-oss-safeguard, helping moderate age-specific risks in AI systems.
5日前

Mobile App UX Benchmark 2026: 3,300+ Performance Scores and 2,500+ Best Practice Examples
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.)At Baymard, we’ve just released a new Mobile App UX benchmark with 10 case studies from the Apparel & Accessories and Furniture & Home Decor industries.This follows from our large-scale user testing research, and adds to our existing ecommerce UX benchmark.10 New Mobile App UX Case Studies and the Overall Per...
5日前

Powering product discovery in ChatGPT OpenAI News
ChatGPT introduces richer, visually immersive shopping powered by the Agentic Commerce Protocol, enabling product discovery, side-by-side comparisons, and merchant integration.
5日前

Update on the OpenAI Foundation OpenAI News
The OpenAI Foundation announces plans to invest at least $1 billion in curing diseases, economic opportunity, AI resilience, and community programs.
5日前

燃料費「30%増」で運輸業の4社に1社が赤字転落の可能性 TDB調査
ECのミカタ
株式会社帝国データバンク(以下、TDB)は2026年3月18日、燃料費の高騰が企業に与える影響度調査(2026年3月)を実施。ガソリン・軽油など「燃料費」の高騰に対する企業業績への影響度について試算・分析を行った。各平均値は、上下各5%、計10%のトリム平均値を使用している。
5日前

awoo、生成AI上の「ブランドの見え方」を把握する新サービス発表
ECのミカタ
awoo株式会社は2026年3月18日、生成AI上における自社ブランドの見え方や評価を可視化する新サービス「awoo GEO Suite」を発表した。
5日前

RakutenAI-3.0はDeepSeek V3に比べて新しい知識を持ち日本語が流暢でコードも書ける
きしだのHatena
RakutenAI-3.0はDeepSeek-V3の追加学習モデルでは、という噂があるので、Q4_K_MをLM Studioで動かして比べてみました。 RakutenAI-3.0はmmngaさん、DeepSeek-V3はUnslothさんのところのGGUFを使っています。 ※ https://ai.rakuten.co.jp/chat でのモデルは画像対応でもありRakutenAIではないようです。 ai.rakuten.co.jpで動いてるのはSonnet?->GPT系っぽい - きしだのHatena 知識の更新、日本語理解や表現の向上、コーディング能力の向上などが実際に確認できました。 D…
5日前

瞳に映るスマホ画面から指の位置がわかる?タッチレス操作技術「ReflecTrace」 LINEヤフー Tech Blog (LY Corporation Tech Blog
こんにちは。LINEヤフー研究所でHuman-Computer Interaction(HCI)の分野の研究をしている池松です。皆さんはスマートフォン(以下、スマホ)でレシピを見ながら調理しているとき...
5日前

Streaming experts Simon Willison's Weblog
<p>I wrote about Dan Woods' experiments with <strong>streaming experts</strong> <a href="https://simonwillison.net/2026/Mar/18/llm-in-a-flash/">the other day</a>, the trick where you run larger Mixture-of-Experts models on hardware that doesn't have enough RAM to fit the entire model by instead streaming the necessary expert weights from SSD for each token that you process.</p><p>Five days ago Dan was running Qwen3.5-397B-A17B in 48GB of RAM. Today <...
5日前

8割以上が「興味・関心に合った情報」のプッシュ通知に好意的 メグリ調査
ECのミカタ
メグリ株式会社は2026年3月17日、ショッピングアプリにおけるプッシュ通知・位置情報の許容度調査の結果を発表した。本記事ではEC事業者へ向けて、一部の内容を抜粋して紹介する。
5日前

DGChartsからSwift Chartsへの移行で検討した3つの実装アプローチ
ZOZO TECH BLOG
はじめに こんにちは、FAANS部フロントエンドブロックの加藤です。普段はFAANSのiOSアプリを開発しています。FAANSは、ショップスタッフの販売サポートツールであり、アプリ上でコーディネートの投稿や売上などの成果を確認できます。 成果の確認画面では以下の動画のように成果を棒グラフで可視化しています。これまでFAANS iOSでは、棒グラフの生成にサードパーティライブラリであるDGChartsを用いていました。一方で、FAANSではiOS 15のサポートを終了しているため、iOS 16以上で利用可能なApple標準のグラフ生成フレームワーク「Swift Charts」を利用できます。そこ…
5日前

言語処理学会第32回年次大会(NLP2026)に参加しました
Sansan Tech Blog
こんにちは。研究開発部の佐藤です。2026年3月9日(月)から3月13日(金)にかけて、栃木県のライトキューブ宇都宮にて言語処理学会第32回年次大会(NLP2026)が開催されました。弊社からは、プラチナスポンサーとして佐藤・齋藤・橋本・大田尾・Loem・根本の6名のメンバーが現地で参加し、スポンサーブースの出展と5名によるポスター発表をしました。本ブログではその様子をお伝えします。
6日前

React Compiler導入で得られた効果と気をつけたいポイント
KAKEHASHI Tech Blog
はじめに こんにちは。フロントエンドエンジニアの大村です。 みなさん、React Compilerはもう試しましたか? React 19とともに登場したReact Compilerは、これまで手動で書いていたuseMemoやuseCallback、React.memoを自動的に適用してくれるコンパイラです。手動メモ化から解放されるという期待感がある一方で、現段階で導入してよいものなのか迷っている方も多いのではないでしょうか。 今回は、私たちのチームで実際にReact Compilerを導入した経験をお伝えします。導入してみた結果としては、大半のコンポーネントでは期待通りにメモ化されて効果を確認…
6日前

How Stripe Radar helps prevent free trial abuse
Stripe Blog
Radar now helps prevent free trial abuse with just one click. When enabled, Radar predicts the presence of abusive behavior that violates common trial terms, such as repeated trial signup or missed cancellations, with 90% accuracy.
6日前

Quoting Neurotica Simon Willison's Weblog
<blockquote cite="https://bsky.app/profile/schwarzgerat.bsky.social/post/3mhqu5dogos2v"><p>slop is something that takes more human effort to consume than it took to produce. When my coworker sends me raw Gemini output he’s not expressing his freedom to create, he’s disrespecting the value of my time</p></blockquote><p class="cite">&mdash; <a href="https://bsky.app/profile/schwarzgerat.bsky.social/post/3mhqu5dogos2v">Neurotica</a>, @schwarzgerat.bsky...
6日前

TypeScript 6.0 Released: The Final JavaScript-Based Version
Socket
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.
6日前

datasette-files 0.1a2 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-files/releases/tag/0.1a2">datasette-files 0.1a2</a></p> <p>The most interesting alpha of <a href="https://github.com/datasette/datasette-files">datasette-files</a> yet, a new plugin which adds the ability to upload files directly into a Datasette instance. Here are the release notes in full:</p><blockquote><ul><li>Columns are now configured u...
6日前

インターンシップから入社、Black Hat Europe登壇までの道のり
NTT docomo Business Engineers' Blog
こんにちは、イノベーションセンターの松本です。普段はOffensive Securityプロジェクトのメンバーとして攻撃技術の調査・検証に取り組んでいます。 この記事では、我々のチームで開発したレッドチームフレームワーク「GHARF (GitHub Actions RedTeam Framework)」に関する取り組みと、筆者が学生時代に参加したインターンシップから入社を経てBlack Hat Europe 2025のArsenalで登壇するまでに至った道のりについて紹介します。 はじめに インターンシップ記事から2年 本記事の目的と概要 Offensive Securityプロジェクトの紹介…
6日前

Quoting David Abram Simon Willison's Weblog
<blockquote cite="https://www.davidabram.dev/musings/the-machine-didnt-take-your-craft/"><p>I have been doing this for years, and the hardest parts of the job were never about typing out code. I have always struggled most with understanding systems, debugging things that made no sense, designing architectures that wouldn't collapse under heavy load, and making decisions that would save months of pain later.</p><p>None of these problems can be solved LLMs. They can sugges...
6日前

Otto.de opens up to Dutch sellers
Ecommerce News
Dutch companies can now apply to sell on Otto.de. This marks the beginning of Otto’s expansion to marketplace partners from other European countries. If accepted onto the platform, Dutch sellers must provide customer service in German. Otto had already started preparing to open up to European marketplace partners two years…
6日前

AWS、Claude Codeにアーキテクチャ設計、コスト見積もり、構成コード生成、デプロイ実行などの能力を組み込む「Agent Plugins for AWS」公開
Publickey
Amazon Web Services(AWS)は、Claude CodeとCursorに対してAWSのデプロイに関するアーキテクチャの設計、コストの見積もり、Infrastructure as Codeのコード生成、そしてデプロイの実行と...
6日前

今年度(2026年)の国内IaaS/PaaSクラウド市場は約2兆4400億円、3年後の2029年には1.5倍の3兆7000億円前後に急成長。ITRが予測
Publickey
調査会社のITRは、日本国内のIaaS/PaaSクラウド市場の予測を発表しました。 発表によると、2024年度のIaaS/PaaSクラウド市場の売り上げは前年度から18.6%増の1兆8551億8000万円。 同社は2024年度から2029年...
6日前

Kimi-K2.5をおうちで動かして さくらのAI Engineと比べる。Roo Codeも問題ないけども…
きしだのHatena
さくらのAI EngineでKimi-K2.5を動かしたらとてもいい感じだったけどThinkingの挙動が使いづらいので、Mac Studio 512GBでUnslothさんのところのQ2_K_XLをLM Studioで動かして比べてみました。 Kimi-K2.5をさくらのAI Engineで試したら1Tパラメータの実力を感じた - きしだのHatena APIでのThinkingを見てみる APIがThinkingを分けてれるかどうかみてみます。 さくらさんのだと、本文としてThinkingが出て、途中に</think>が入ってます。 なのでRoo Codeがうまく動かなかったりしていました…
6日前
3/23 (月)

Search Console’s Average Position, Explained
Practical Ecommerce
Understanding the "Average position" metric is among the top requests of busy executives. The post Search Console’s Average Position, Explained appeared first on Practical Ecommerce.
6日前

The Mythical Agent-Month
Radar
The following article originally appeared on Wes McKinney’s blog and is being republished here with the author’s permission. Like a lot of people, I’ve found that AI is terrible for my sleep schedule. In the past I’d wake up briefly at 4:00 or 4:30 in the morning to have a sip of water or use […]
6日前

The Missing Mechanisms of the Agentic Economy
Radar
For the past two years, I’ve been working with economist Ilan Strauss at the AI Disclosures Project. We started out by asking what regulators would need to know to ensure the safety of AI products that touch hundreds of millions of people. We are now exploring the missing mechanisms that are needed to enable the […]
6日前

NLP2026現地参加レポート : LLM評価・品質保証の実践知
Timee Product Team Blog
はじめに こんにちは、株式会社タイミーでプロダクトAIエンジニアとして働いている貝出です。直近は、タイミーの求人内容などのコンテンツモデレーションにLLMを利用した、システム開発や性能改善を行っています。 2026年3月9日(月)〜3月13日(金)に開催された「言語処理学会第32回年次大会(NLP2026)」に、今年は初めて現地参加しました。大会2日目は記録的な大雪に見舞われ、会場にたどり着くだけでひと苦労でしたが、それでも現地ならではの熱気は格別で、ポスター発表や他社エンジニアとの立ち話など、オンラインでは得られない学びが随所にありました。 NLP2026では多くの発表がありましたが、本記事…
6日前

Beats now have notes Simon Willison's Weblog
<p>Last month I <a href="https://simonwillison.net/2026/Feb/20/beats/">added a feature I call beats</a> to this blog, pulling in some of my other content from <a href="https://simonwillison.net/elsewhere/">external sources</a> and including it on the homepage, search and various archive pages on the site.</p><p>On any given day these frequently outnumber my regular posts. They were looking a little bit thin and were lacking any form of explanation beyon...
7日前

3つの手法でToken消費量40%削減 — ADKで実践するContext Engineering LINEヤフー Tech Blog (LY Corporation Tech Blog
こんにちは、LINEヤフー株式会社の井上 秀一です。私は2024年4月に新入社員としてLINEヤフー株式会社に入社し、現在は社内向け Kubernetes as a Service である FKE チ...
7日前

Starlette 1.0 skill Simon Willison's Weblog
<p><strong>Research:</strong> <a href="https://github.com/simonw/research/tree/main/starlette-1-skill#readme">Starlette 1.0 skill</a></p> <p>See <a href="https://simonwillison.net/2026/Mar/22/starlette/">Experimenting with Starlette 1.0 with Claude skills</a>.</p> <p>Tags: <a href="https://simonwillison.net/tags/starlette">starlette</a></p>
7日前

Creating with Sora Safely OpenAI News
To address the novel safety challenges posed by a state-of-the-art video model as well as a new social creation platform, we’ve built Sora 2 and the Sora app with safety at the foundation. Our approach is anchored in concrete protections.
7日前

Experimenting with Starlette 1.0 with Claude skills Simon Willison's Weblog
<p><a href="https://marcelotryle.com/blog/2026/03/22/starlette-10-is-here/">Starlette 1.0 is out</a>! This is a really big deal. I think Starlette may be the Python framework with the most usage compared to its relatively low brand recognition because Starlette is the foundation of <a href="https://fastapi.tiangolo.com/">FastAPI</a>, which has attracted a huge amount of buzz that seems to have overshadowed Starlette itself.</p><p>Kim Christie started wo...
7日前

Trivy Supply Chain Attack Expands to Compromised Docker Images
Socket
Newly published Trivy Docker images (0.69.4, 0.69.5, and 0.69.6) were found to contain infostealer IOCs and were pushed to Docker Hub without corresponding GitHub releases.
7日前

OpenROADMの論理構成と運用制御 ― APNテストベッドで探る技術と運用手法(その3)
NTT docomo Business Engineers' Blog
イノベーションセンターの安井です。普段は全社検証網の技術検証、構築、運用を担当しています。 前回OpenROADMに準拠した光伝送網の概要・構築編― APNテストベッドで探る技術と運用手法(その2)にて、OpenROADMアーキテクチャにもとづく分離型 ROADM(Reconfigurable Optical Add/Drop Multiplexer)の物理構成と構築の勘所を紹介しました。 今回はその続編として、物理的に構築したROADMノードをソフトウェアからどのように制御・運用しているかを紹介します。 APNテストベッドでは、区間ごとに異なる伝送速度のトランスポンダーを使い分けており、構成…
7日前

PCGamer Article Performance Audit Simon Willison's Weblog
<p><strong>Research:</strong> <a href="https://github.com/simonw/research/tree/main/pcgamer-audit#readme">PCGamer Article Performance Audit</a></p> <p>Stuart Breckenridge pointed out that <a href="https://stuartbreckenridge.net/2026-03-19-pc-gamer-recommends-rss-readers-in-a-37mb-article/">PC Gamer Recommends RSS Readers in a 37MB Article That Just Keeps Downloading</a>, highlighting a truly horrifying example of web bloat that added up to 1...
7日前

JavaScript Sandboxing Research Simon Willison's Weblog
<p><strong>Research:</strong> <a href="https://github.com/simonw/research/tree/main/javascript-sandboxing-research#readme">JavaScript Sandboxing Research</a></p> <p>Aaron Harper <a href="https://www.inngest.com/blog/node-worker-threads">wrote about Node.js worker threads</a>, which inspired me to run a research task to see if they might help with running JavaScript in a sandbox. Claude Code went way beyond my initial question and produced a ...
7日前

DNS Lookup Simon Willison's Weblog
<p><strong>Tool:</strong> <a href="https://tools.simonwillison.net/dns">DNS Lookup</a></p> <p>TIL that Cloudflare's 1.1.1.1 DNS service (and 1.1.1.2 and 1.1.1.3, which block malware and malware + adult content respectively) has a CORS-enabled JSON API, so I <a href="https://github.com/simonw/tools/pull/258#issue-4116864108">had Claude Code build me</a> a UI for running DNS queries against all three of those resolvers.</p> <p>Tags...
7日前

Merge State Visualizer Simon Willison's Weblog
<p><strong>Tool:</strong> <a href="https://tools.simonwillison.net/manyana">Merge State Visualizer</a></p> <p>Bram Cohen wrote about his <a href="https://bramcohen.com/p/manyana">coherent vision for the future of version control</a> using CRDTs, illustrated by <a href="https://github.com/bramcohen/manyana/blob/main/manyana.py">470 lines of Python</a>.</p><p>I fed that Python (minus comments) into Claude and asked for ...
7日前

「Google AI Studio」がFirebaseのバックエンドとAntigravityのコーディングエージェントを搭載、プロンプトだけで高度なフルスタックアプリケーションを生成可能に
Publickey
Googleは、Google AI Studioのバイブコーディング機能を強化し、 プロンプトで指示するだけで高度なフルスタックアプリケーションの開発が可能になったことを発表しました。 フル機能のマルチプレイヤーゲームのような高度なアプリケ...
7日前

AIエージェントがコマンドラインでブラウザを自動操作できる「Browser Use CLI 2.0」リリース。Chrome DevToolsへの接続などで操作速度が2倍に
Publickey
人間やAIエージェントがコマンドラインから指示することでWebブラウザを操作できるオープンソースのPythonライブラリ「Browser Use CLI 2.0」がリリースされました。 Browser Use CLI 2.0では、Chrom...
7日前





