企業のテックブログの更新をまとめた
RSSフィードを配信しています

Slackに貼り付けると更新を受け取ることができます

直近1週間の更新

5/2 (土)

記事のアイキャッチ画像
Mother’s Day, but Make It Platinum ブログのファビコン PYMNTS | | PYMNTS.com
Mother’s Day is the annual moment when otherwise rational adults look into the maw of modern commerce and ask a spiritually revealing question: Is brunch enough? Usually, yes. But at the far edge of the digital economy, Mother’s Day has quietly become a glorious, over-caffeinated payments event: part emotion, part logistics, part luxury checkout […]The post Mother’s Day, but Make It Platinum appeared first on PYMNTS.com.
1時間前
記事のアイキャッチ画像
[アップデート] GKEのカスタムメトリクスを使ったHPAでのスケーリングが外部コンポーネントなしでできるようになったので試してみた ブログのファビコン DevelopersIO
[アップデート] GKEのカスタムメトリクスを使ったHPAでのスケーリングが外部コンポーネントなしでできるようになったので試してみた
2時間前
記事のアイキャッチ画像
2026/6/8 より Google Cloud セッション有効期限のデフォルトが「無期限」から「16 時間」に - 変更による効果と影響を解説 ブログのファビコン DevelopersIO
2026/6/8 より、gcloud auth login や gcloud auth application-default login によって取得した認証情報のセッション期限のデフォルト値が 「無期限」 から 「16 時間」 に変更されます。変更により享受できるセキュリティの効果や影響を解説します。
2時間前
記事のアイキャッチ画像
LiteLLMで複数のLLMプロバイダーを統一インターフェースで呼び出してみる ブログのファビコン DevelopersIO
LiteLLMで複数のLLMプロバイダーを統一インターフェースで呼び出してみる
3時間前
記事のアイキャッチ画像
GEO最適化とは何か:AI時代の新しいSEO ブログのファビコン Zennの「大規模言語モデル」のフィード
GEO最適化とは何か:AI時代の新しいSEOやあ!みんな!探求者のケイだよ!GEO(生成エンジン最適化)とは、ChatGPTやPerplexityなどのAI検索に記事を引用させるための最適化手法のことだ。Answer-firstブロック・断定形の文体・数値密度の3つが、AI引用率を左右する核心的な要素だ。従来のSEOがGoogleのアルゴリズムを対象にするのに対し、GEOは言語モデルの引用判断が評価軸になる。LLMOと呼ばれる場合もあり、実務では両者を区別せずに同じ施策として扱って問題ない。 AIが「答え」を返す世界で何が起きているか生成エンジン最適化(GEO)が...
4時間前
記事のアイキャッチ画像
Amazon Linux 2023 でユーザーデータを利用して静的ホスト名を設定してみた ブログのファビコン DevelopersIO
Amazon Linux 2023 でユーザーデータを利用して静的ホスト名を設定してみた
4時間前
記事のアイキャッチ画像
VLMのOCRはデモが映える。本番で壊れる。 ブログのファビコン Zennの「大規模言語モデル」のフィード
はじめにVLM(Vision Language Model)でOCRを作ると、最初のデモはだいたい感動します。画像を投げたら「store_name: スーパーABC、total: ¥1,580」みたいなJSONが返ってくる。でも本番に持ち込むと壊れます。原因のほとんどは座標の幻覚でした。 VLMに座標を出させると何が起きるかGeminiやGPT-4oに「フィールドの座標も一緒に返して」とお願いすると、それっぽい数値は返ってきます。でもその座標、実際の画像上の位置とずれていることがかなりあります。{ "store_name": "スーパー ABC", "ve...
5時間前
記事のアイキャッチ画像
AI自動化にRollbackを設計する:失敗しても戻せるLLMワークフロー ブログのファビコン Zennの「大規模言語モデル」のフィード
はじめにLLM や AI エージェントを本番に入れるとき、後々必要になる議論は「どこまで自動化するか」です。問い合わせ返信を自動化する。チケット分類を自動化する。Slack 通知を自動化する。権限付与を自動化する。返金や請求処理の一部を自動化する。しかし、自動化を考えるときに最初に見るべきは、AI がどれくらい賢いかだけではなく、失敗したときに戻せるかです。同じ「AI が処理する」でも、次の2つはまったく違います。GitHub issue のラベルを間違えて付ける顧客に誤ったメールを送る前者は比較的戻せます。後者は完全には戻せません。この違いを無視して ...
5時間前
記事のアイキャッチ画像
.codexとは? ブログのファビコン Zennの「大規模言語モデル」のフィード
エグゼクティブサマリー.codex は、OpenAI CodexCLIの設定を置くためのフォルダです。自分の全プロジェクトで使う標準設定はグローバルの .codex、リポジトリごとの差分はプロジェクトルート側の .codex に置く、と考えると整理しやすいです。 結論一言でいうと、グローバルは「自分の標準設定」、プロジェクトルートは「その案件だけの上書き」です。置き場所役割例グローバル .codex自分の全プロジェクト共通設定<HOME>/.codex/config.tomlプロジェクトルート .codexそのリポジトリ専用...
6時間前
記事のアイキャッチ画像
Evidence Log設計――責任経路を後から再構成するための監査ログ ブログのファビコン Zennの「大規模言語モデル」のフィード
連続記事メモ:本稿は「責任経路工学」シリーズの一部です。第4回はこちら現時点では、責任経路を「責任経路モデル(理論層)」「責任経路設計(設計層)」「責任経路工学(実装・監査層)」の三層として整理しています。本稿は、その三層構造を前提に、工学層の構成要素である Evidence Log を扱います。 はじめにAIエージェント運用では、ログが重要だと言われる。これは正しい。しかし、単にログがあるだけでは足りない。ログは残っている。操作履歴もある。AIの出力も保存されている。それでも、事故後に責任経路が再構成できないことがある。誰が依頼したのか。AIは何を提案し...
6時間前
記事のアイキャッチ画像
Claude Code Memory を使いこなす — feedback / project / user で AI の文脈を育てる設計 ブログのファビコン Zennの「大規模言語モデル」のフィード
Claude Code Memory は「メモ帳」ではなく「文脈設計の場」Claude Code に Memory 機能が入ってから、AI を使う体験が一段階変わった。ただしその変化は「便利なメモ帳が増えた」ではない。3 種類のメモリを意識的に書き分けて初めて、AI の提案品質が動く。メモリを書きっぱなしにすると、すぐに古い情報が混ざって信頼度が落ちる。種類ごとの役割を理解して書くと、同じ修正を何度も伝える必要が消える。この記事では、feedback / project / user の 3 種類を設計として使うときの役割と書き分けのルール、そして運用してみてわかった陳腐...
6時間前
記事のアイキャッチ画像
CodexCLIを利用した、議事録をGitに蓄積して日報・週報・管理資料まで自動生成するアーキテクチャ ブログのファビコン Zennの「大規模言語モデル」のフィード
エグゼクティブサマリーLLMで議事録を作れるようになると、1on1やチーム内の会話ログが一気に増える。これはかなり価値がある一方で、上位層へ報告するには少し分散しすぎる。1日に10〜15個の議事録が出るなら、なおさらです。そこで、議事録そのものを人が毎回読み直すのではなく、Codex CLIの非対話モードとAgent Skillsを使って、日報・週報・管理資料に自動で寄せていく構成を考えました。ざっくり言うと、こういう流れです。議事録群 -> 日報作成Skill -> codex exec 非対話実行 -> 日報.md -> Git ...
6時間前
記事のアイキャッチ画像
Alembic 入門:PostgreSQL × Alembic でマイグレーションを書いてみる ブログのファビコン DevelopersIO
Alembic 入門:PostgreSQL × Alembic でマイグレーションを書いてみる
7時間前
記事のアイキャッチ画像
Langfuse を DGX Spark で Self-host して LLM アプリの観測と評価を試してみた ブログのファビコン DevelopersIO
Langfuse を DGX Spark で Self-host して LLM アプリの観測と評価を試してみた
7時間前
記事のアイキャッチ画像
[プレビュー] Amazon Quick のデスクトップアプリケーションが macOS と Windows 向けに登場したので使ってみた ブログのファビコン DevelopersIO
[プレビュー] Amazon Quick のデスクトップアプリケーションが macOS と Windows 向けに登場したので使ってみた
8時間前
記事のアイキャッチ画像
LangGraph実践入門──グラフで書くAIエージェントの基礎から応用まで【2026】 ブログのファビコン Zennの「大規模言語モデル」のフィード
はじめにAIエージェントを作りたいとき、最初にぶつかる壁が「どうやって処理の流れを制御するか」です。LLMに単発で答えさせるのは簡単ですが、「検索して→評価して→足りなければ再検索して→回答する」といった複数ステップのフローになった途端、コードが複雑になります。LangGraph はその問題を「グラフ構造」で解決するフレームワークです。処理をノード(関数)とエッジ(接続)で定義し、条件分岐・ループ・状態管理を明示的に書けます。2026年現在、AIエージェント開発のデファクトスタンダードとして採用が進んでおり、「CrewAIでPoC → LangGraphで本番移行」というパス...
9時間前
記事のアイキャッチ画像
MCPツールが多すぎてLLMが壊れる問題をBM25で解決した話 — tool-search-oss ブログのファビコン Zennの「大規模言語モデル」のフィード
## はじめに:「ツールが多すぎる」という静かな崩壊MCPサーバーを複数接続したことのある方なら、一度は経験があるはずです。ファイル操作・GitHub・Slack・メモリ管理・ブラウザ操作……便利なMCPサーバーを追加するたびに、LLMのレスポンスが少しずつ遅くなり、ある日突然「何も考えずに間違ったツールを呼ぶ」ようになります。これは**コンテキスト崩壊(Context Collapse)**と呼ばれる現象です。# 起動時にLLMのコンテキストに詰め込まれるものread_file の定義(全パラメータ + 説明)write_file の定義list_dir の定義db...
9時間前
記事のアイキャッチ画像
OpenAI CFO Says Company Hits Core Targets Despite Stretch Goals ブログのファビコン PYMNTS | | PYMNTS.com
OpenAI Chief Financial Officer Sarah Friar said Thursday (April 30) that the company is meeting its objectives. Interviewed by Bloomberg for a report published Thursday, Friar said that if anything is slowing OpenAI down at all, it’s not a lack of demand, but a lack of compute. Friar’s remarks came three days after the Wall Street Journal reported Monday (April 27) that […]The post OpenAI CFO Says Company Hits Core Targets Despite Stretch Goals appeared first on PYMNTS.com.
9時間前
記事のアイキャッチ画像
AI スキルの作成・評価・接続:エージェントスキルのオープンインフラ SkillNet ブログのファビコン Zennの「大規模言語モデル」のフィード
!本記事は,以下の論文の日本語訳です.原文の英語段落と訳文を併記し,脚注は理解の助けのために置いています. 要旨Current AI agents can flexibly invoke tools and execute complex tasks, yet their long-term advancement is hindered by the lack of systematic accumulation and transfer of skills. Without a unified mechanism for skill consolidation, agen...
10時間前
記事のアイキャッチ画像
Uber Taps Hertz Subsidiary to Scale Robotaxi Program ブログのファビコン PYMNTS | | PYMNTS.com
Hertz plans to expand beyond its car rental business and serve “the next era of mobility” with a new affiliated operating company that will provide fleet management solutions for autonomous robotaxi and driver-led rideshare fleets. The new company, Oro Mobility, said in a Thursday (April 30) press release that its first major partner is Uber. Oro and Uber have formed strategic fleet […]The post Uber Taps Hertz Subsidiary to Scale Robotaxi Program appeared first on PYMNTS.com.
10時間前
記事のアイキャッチ画像
SREの仕事をAIと分担する ブログのファビコン Zennの「大規模言語モデル」のフィード
SLO設計・CI/CD標準化・インフラレビュー・障害対応──SREの現場業務ごとに「どこをAIに渡し、どこを人間が持つか」を実践的に整理する一冊。無料記事シリーズ「SRE実践録」の各記事に対応したAI活用編として、章ごとに随時加筆していく連載形式。
10時間前
記事のアイキャッチ画像
AI Takes the Wheel at Europe’s Biggest Carmakers ブログのファビコン PYMNTS | | PYMNTS.com
Artificial intelligence (AI) is running on the production line, inside the vehicle and within the investment thesis. Europe’s premium automakers are moving on all fronts at once. The pressure behind that movement is specific. Order-to-delivery flows across disconnected systems, multiple suppliers and dozens of handoffs. By the times teams learn about a delay, it […]The post AI Takes the Wheel at Europe’s Biggest Carmakers appeared first on PYMNTS.com.
10時間前
記事のアイキャッチ画像
LLMのAPIを「概念と構造」で理解する——農家エンジニアのチャットボット開発記③ ブログのファビコン Zennの「大規模言語モデル」のフィード
起:「動かした」の次の壁前回までの2本で、参考書のサンプルコードをZ.aiで動かし、クレソン料理専門AIをFlask化してRenderにデプロイするところまで進んだ。https://zenn.dev/hiroakikody/articles/e6ed27a649fcecアプリは動いている。しかしある違和感が残っていた。「なぜこのコードはこう書くのか」がわかっていない。temperature=0.7 にしているのはなぜか。session.modified = True が必要なのはなぜか。SessionとRAGは何が違うのか。動かすことと理解することは別だ。今日は「...
11時間前
記事のアイキャッチ画像
MiniRAG: エッジデバイス×SLMのための「超軽量」GraphRAGの正体 ブログのファビコン Zennの「大規模言語モデル」のフィード
はじめにルミナイR&Dチームの宮脇彰梧です。現在はマルチモーダルAIの研究を行う大学院生として、生成AIやAIエージェントの技術を実践的に探求しています。最近、SLM(Small Language Models:Phi-3.5やQwen2.5-3Bなど) が熱いですよね。スマホやPC上でローカルに動くAI、夢があります。でも、実際にこれらのモデルで RAG を組もうとすると、壁にぶち当たった経験はありませんか?「コンテキストウィンドウが狭くて情報が溢れる」「ノイズの多い検索結果に引っ張られてハルシネーションがおこる」「既存のGraphRAGは重すぎてローカルで...
11時間前
記事のアイキャッチ画像
【RAG高速化】RAGCache:KVキャッシュをツリー構造で管理してTTFTを4倍速くする技術 ブログのファビコン Zennの「大規模言語モデル」のフィード
はじめにルミナイR&Dチームの宮脇彰梧です。現在はマルチモーダルAIの研究を行う大学院生として、生成AIやAIエージェントの技術を実践的に探求しています。今回は、RAGの実装者なら誰もが悩む「遅延(レイテンシ)」の問題に、真正面から切り込んだ論文「RAGCache」を深掘りします。vLLMなどの推論エンジンを触っている方には特に刺さる内容です!学べること:RAGのボトルネックである「Prefill(入力処理)」の遅延原因RAGCacheの核となる「ナレッジツリー」と「PGDSF」アルゴリズムの理論Pythonによるキャッシュ置換アルゴリズムの再現実装...
11時間前
記事のアイキャッチ画像
PyPI Fixes High-Severity Access Control Issues Found in Security Audit ブログのファビコン Socket
The remediated findings include organization permission bugs, stale project access after transfers, OIDC replay edge cases, audit logging gaps, and an IDOR in API token deletion.
12時間前
記事のアイキャッチ画像
Claude Opus 4.7 × Agent SDK × GitHub Actions を全部やってみた|旧バージョンとの差分まとめ ブログのファビコン Zennの「大規模言語モデル」のフィード
TL;DRClaude Opus 4.7(2026年4月16日 GA)はコスト据え置きで性能向上、xhigh エフォートとタスクバジェットがエージェント用途で効くClaude Code SDK は Claude Agent SDK にリブランド、skills パラメータ・SessionStore プロトコル・サブエージェント観測性が追加anthropics/claude-code-action@v1 で GitHub Actions 設定が claude_args に集約され、ローカル CLI とほぼ同じ感覚で書ける破壊的変更:temperature / top_p ...
13時間前
記事のアイキャッチ画像
Ace Hardware debuts Hey ARMA, its new AI assistant for in-store help ブログのファビコン Digital Commerce 360
Ace Hardware is putting artificial intelligence (AI) in the hands of its red-vested store associates. This means a customer question about which type of pipe works best for a project, or which mouse repellent would be most effective, can be instantly answered by an Ace associate with access to a new assistant. To make this […]The post Ace Hardware debuts Hey ARMA, its new AI assistant for in-store help appeared first on Digital Commerce 360.
13時間前
記事のアイキャッチ画像
Fed Prepares New Playbook to Support Bank AI Adoption ブログのファビコン PYMNTS | | PYMNTS.com
Anthropic’s Mythos highlights the speed at which artificial intelligence (AI) capabilities can advance and the need for supervisory approaches to keep pace with emerging technology, Federal Reserve Vice Chair for Supervision Michelle W. Bowman said Friday (May 1). In a speech delivered at an event hosted by the Financial Stability Oversight Council in Washington, […]The post Fed Prepares New Playbook to Support Bank AI Adoption appeared first on PYMNTS.com.
13時間前
記事のアイキャッチ画像
Big Insurance Backs Away From AI Risk and Startups Rush In ブログのファビコン PYMNTS | | PYMNTS.com
A company deploys an artificial intelligence (AI) agent. The agent makes a mistake. The insurance policy does not cover it. That outcome is no longer hypothetical. Major insurers are carving AI out of standard corporate coverage. State regulators are approving the requests and a new market is already forming to fill the gap. Carriers […]The post Big Insurance Backs Away From AI Risk and Startups Rush In appeared first on PYMNTS.com.
13時間前
記事のアイキャッチ画像
ChatGPT Finds Your Pizza but Loses the Checkout ブログのファビコン PYMNTS | | PYMNTS.com
PYMNTS tried ordering food through ChatGPT. Getting a pizza from Little Caesars took longer than driving to pick one up. Starbucks and Little Caesars launched apps inside ChatGPT this month. Both brands are betting consumers will order food the same way they already plan meals and research products. The interface is familiar. The checkout […]The post ChatGPT Finds Your Pizza but Loses the Checkout appeared first on PYMNTS.com.
14時間前
記事のアイキャッチ画像
iNaturalist Sightings Simon Willison's Weblog
<p><strong>Tool:</strong> <a href="https://tools.simonwillison.net/inat-sightings">iNaturalist Sightings</a></p> <p>I wanted to see my <a href="https://www.inaturalist.org">iNaturalist</a> observations - across two separate accounts - grouped by when they occurred. I'm camping this weekend so I built this entirely on my phone using Claude Code for web.</p><p>I started by building an <a href="https://github.com/simonw/inaturali...
14時間前
記事のアイキャッチ画像
Stablecoins Grew Up. Now Come the Rules ブログのファビコン PYMNTS | | PYMNTS.com
The stablecoin market is moving fast in two directions at once. One path leads toward greater financial integration and the other toward greater regulatory scrutiny. The two are increasingly inseparable. In the past week alone, a flurry of announcements from major financial and technology players underscored the balancing act the digital asset space faces […]The post Stablecoins Grew Up. Now Come the Rules appeared first on PYMNTS.com.
15時間前
記事のアイキャッチ画像
[小ネタ] credentials に書かない AWS IAM ロール切り替えシェル ブログのファビコン DevelopersIO
[小ネタ] credentials に書かない AWS IAM ロール切り替えシェル
15時間前
記事のアイキャッチ画像
Fun Secures $72 Million To Power Global Capital Markets ブログのファビコン PYMNTS | | PYMNTS.com
Fun raised $72 million in a Series A funding round to expand its payments infrastructure that powers Polymarket and other internet-native capital markets. The company was founded in 2022, has operated in stealth, and now processes over $18 billion in transaction volume per year, delivering a 99.999% success rate and supporting millions of users across 100 countries, it said in a […]The post Fun Secures $72 Million To Power Global Capital Markets appeared first on PYMNTS.com.
15時間前
記事のアイキャッチ画像
SoftBank-Backed OPay Eyes $4 Billion Valuation in US IPO ブログのファビコン PYMNTS | | PYMNTS.com
OPay Digital Services, a payments platform focused on Nigeria and backed by SoftBank Vision Fund and Sequoia Capital, is preparing for an initial public offering (IPO) in the United States, Bloomberg reported Friday (May 1), citing unnamed sources. The company is seeking a valuation of $4 billion, which would double the $2 billion valuation it achieved in a 2021 funding round, […]The post SoftBank-Backed OPay Eyes $4 Billion Valuation in US IPO appeared first on PYMNTS.com.
16時間前
記事のアイキャッチ画像
AIがAIを育てる時代、モデルの“出力癖”は監査対象になるのか ブログのファビコン Zennの「大規模言語モデル」のフィード
はじめにAIがAIの出力を使って、次のAIを育てる。合成データ、自己蒸留、モデル蒸留、AIによる評価、AIによるデータ生成。こうした流れは、今後さらに一般的になっていく可能性があります。そのとき、少し気になることがあります。AIが出した文章やコードの「意味」が安全なら、本当に安全と言えるのか。もしかすると、これからは生成物の意味内容だけではなく、生成元モデルの“出力癖”や統計的なパターンまで、監査対象になるのかもしれません。この記事では、その可能性を断定ではなく、問題提起として整理します。 きっかけ:AIがAIを育てる時代大規模言語モデルの開発では、AIが生成...
16時間前
記事のアイキャッチ画像
【AI基礎大全】スタンフォード大学の講義から学ぶ-探索・確率・強化学習まで全部つながる-根本原理を~超絶やさしく分かりやすく~完全網羅! ブログのファビコン Zennの「大規模言語モデル」のフィード
本書は、スタンフォード大学のAI講義で扱われていた内容を、以下のように誰もが分かるように体系的に整理した本です。【スタンフォードのAI講義】→ 完全英語で独学での理解が超絶難しい【本書】→ 単なる翻訳書ではなく内容をかみ砕いて超易しくした版 ChatGPTやLLMを使う人は増えましたが、「AIが結局何をしているのか」を土台から説明できる人はまだ多くありません。例えるなら乗り物が急に、馬車から自動車に代替された感じです。便利なのでみんな自動車に乗っていますが、自動車の原理をしっかり理解しているひとは少ないですよね。本書についてはAIの深淵(しんえん)を知るべく、探索、ゲーム木、ミニマックス法、確率、ベイジアンネットワーク、MDP、価値、方策、強化学習、Q値、深層強化学習、Self-Play、AlphaGo、LLMとのつながりまで、AIの重要テーマを「一つの地図としてつなげて学べる」ように構成しています。 本書の唯一無二の特徴は、AIを徹底解説しているのに、めっちゃ易しくスッと入る点です。学ぶ労力が少ないのに、得られる知識は多い。これを心がけて執筆しました。 ありがちな「ふわっとしたAI入
17時間前
記事のアイキャッチ画像
Introducing Subscriptions Health Check: A new way to monitor your subscriptions ブログのファビコン The WooCommerce Blog
Here's how to use the Subscriptions Health Checker in your WooCommerce dashboard to track missing renewals and auto-renewals — with more new features to come!
17時間前
記事のアイキャッチ画像
Estée Lauder now expects up to 10K role reductions ブログのファビコン Retail Dive - Latest News
The cosmetics company increased its expected role cuts as part of its restructuring effort, with much of the increase in point-of-sale jobs at department stores.
17時間前
記事のアイキャッチ画像
Claire’s marks next chapter with Gen Alpha-focused ASMR campaign ブログのファビコン Retail Dive - Latest News
“A Girl SMR at Claire's” includes ASMR filming set-ups, a Summer Sensory Shop and a presence on teen-focused social platform Coverstar.
17時間前
記事のアイキャッチ画像
J. Jill names Coach vet as chief marketing officer ブログのファビコン Retail Dive - Latest News
Kimberly Wallengren, who also worked at American Eagle and Adidas, will focus on brand positioning, expanding customer reach and growing consumer engagement.
17時間前
記事のアイキャッチ画像
Carter’s brings on Build-A-Bear vet as CEO ブログのファビコン Retail Dive - Latest News
The appointment of Sharon Price John as chief executive comes only a year after the company named someone else to the top spot.
18時間前
記事のアイキャッチ画像
note2Zenn 改善記録 ブログのファビコン Zennの「大規模言語モデル」のフィード
この本は、note2Zenn(note記事からZennへ変換をかけて投稿まで行うツール)の成長譚です!
18時間前
記事のアイキャッチ画像
Viahart Founder Eyes Sales in China ブログのファビコン Practical Ecommerce
Molson Hart takes a contrarian approach, envisioning long-term success in China.The post Viahart Founder Eyes Sales in China appeared first on Practical Ecommerce.
18時間前

5/1 (金)

記事のアイキャッチ画像
SPReAD 研究計画調書作成を伴走支援する Skill を作ってみた ブログのファビコン Zennの「大規模言語モデル」のフィード
はじめに文部科学省が令和8年度(2026年度)に開始した AI for Science 萌芽的挑戦研究創出事業( SPReAD: Supporting Pioneering Research through AI for 1,000 Discovery challenges) は、あらゆる分野の研究者が AI を利活用して科学研究の高度化・加速化に挑戦できるよう、計算資源やデータ整備などの研究環境を支援する新しい事業です。第 1 回公募の募集期間は 2026 年 4 月 17 日〜 5 月 18 日正午、 1 課題あたり直接経費 500 万円以下、研究期間は交付決定日から 2027...
19時間前
記事のアイキャッチ画像
Saks Global slashes 16% of its corporate workforce ブログのファビコン Retail Dive - Latest News
The latest round of downsizing comes amid the luxury retailer’s bankruptcy and leaves it to focus resources “toward critical capabilities that will drive profitable, sustainable growth,” a spokesperson said Thursday.
19時間前
記事のアイキャッチ画像
The Weekly Closeout: Heydude sales decline and Lululemon dishes about Chip Wilson ブログのファビコン Retail Dive - Latest News
The Crocs-owned footwear brand's sales fell 12%, while the athletics company spelled out a fraught relationship in proxy documents.
19時間前
記事のアイキャッチ画像
Unitree Go2 EDU のフロア巡回機能を 9 つの機能に分解してみた ブログのファビコン DevelopersIO
Unitree Go2 EDU のフロア巡回機能を 9 つの機能に分解してみた
21時間前
記事のアイキャッチ画像
Claude Opusの1786分の1!? DeepSeek V4のAPI価格がバグってるので全部計算してみた ブログのファビコン Zennの「大規模言語モデル」のフィード
「LLMのAPI代、高すぎない?」Claude Opus 4.6をエージェントに組み込んで業務を回し始めた瞬間、毎月のAPI請求書を見て血の気が引いた経験はありませんか。入力100万Tokenあたり$5.00、出力に至っては$25.00。Claude Codeのようなエージェントをガンガン回していると、一晩で数万円が消えていくのは日常茶飯事です。そんな中、DeepSeekが2026年4月にリリースしたDeepSeek V4シリーズの価格設定が、控えめに言って狂っています。入力100万Tokenあたり**$0.14**。Claude Opus 4.6の約36分の1です。しかも「キャッ...
21時間前
記事のアイキャッチ画像
Vercel AI Gateway を OpenRouter ユーザーである私が触ってみた ブログのファビコン DevelopersIO
OpenRouter で Claude 系モデルを扱っていた立場から、 Vercel AI Gateway を同じプロンプトで触ってみました。レスポンスメタデータの構造、 routing 情報の粒度、キャッシュの層、ダッシュボードの位置付けの 4 つの観点で、それぞれの違いを並べて記録します。
1日前
記事のアイキャッチ画像
Temu and Shein cost Germany 2.4 billion euros yearly ブログのファビコン Ecommerce News
Every day, Shein and Temu deliver 460,000 parcels to Germany. As both platforms violate several EU regulations, this results in unfair competition for retailers in the country. According to a recent study, this results in a yearly loss of 2.4 billion euros in added value to the German economy. This…
1日前
記事のアイキャッチ画像
RubyKaigi 2026 に登壇しました ブログのファビコン Timee Product Team Blog
こんにちは。株式会社タイミーのバックエンドエンジニアの神山(@dak2)です。 2026/4/22 から 24 まで函館で開催された RubyKaigi 2026 に参加し、Day 2 に登壇しました。 タイミーでは、世界中で開催される技術系カンファレンスに無制限で参加できる「Kaigi Pass」という制度を活用し、8名が現地でカンファレンスに参加してきました。 登壇内容や参加セッションで得た学びは各レポートにまとめています。気になった方はご覧いただけると幸いです。読者の皆様の今後の学びの参考になれば嬉しいです。 tech.timee.co.jp tech.timee.co.jp tech.…
1日前
記事のアイキャッチ画像
クラスメソッドオペレーションズに入社した澤田です ブログのファビコン DevelopersIO
クラスメソッドオペレーションズに入社した澤田です
1日前
記事のアイキャッチ画像
クラスメソッドテクノロジーズにジョインしました。北口です ブログのファビコン DevelopersIO
クラスメソッドテクノロジーズにジョインしました。北口です
1日前
記事のアイキャッチ画像
カスタマーサクセス部SREチームにジョインした乃万です ブログのファビコン DevelopersIO
カスタマーサクセス部SREチームにジョインした乃万です
1日前
記事のアイキャッチ画像
クラウド事業本部 コンサルティング部にジョインしました ヒスです! ブログのファビコン DevelopersIO
クラウド事業本部 コンサルティング部にジョインしました ヒスです!
1日前
記事のアイキャッチ画像
クラウド事業本部コンサルティング部にジョインしました 山﨑 (やまざき) です! ブログのファビコン DevelopersIO
クラウド事業本部コンサルティング部にジョインしました 山﨑 (やまざき) です!
1日前
記事のアイキャッチ画像
クラウド事業本部コンサルティング部 にジョインしました 村瀬 です! ブログのファビコン DevelopersIO
クラウド事業本部コンサルティング部 にジョインしました 村瀬 です!
1日前
記事のアイキャッチ画像
AI事業本部 生成AIインテグレーション部にジョインしました吉田です。 ブログのファビコン DevelopersIO
AI事業本部 生成AIインテグレーション部にジョインしました吉田です。
1日前
記事のアイキャッチ画像
AWS Systems Manager DHMC で EC2 を管理対象にするために利用される IAM ロール名を確認する方法 ブログのファビコン DevelopersIO
AWS Systems Manager DHMC で EC2 を管理対象にするために利用される IAM ロール名を確認する方法
1日前
記事のアイキャッチ画像
クラスメソッド製造ビジネステクノロジー部にジョインしました「ふくしま」です ブログのファビコン DevelopersIO
クラスメソッド製造ビジネステクノロジー部にジョインしました「ふくしま」です
1日前
記事のアイキャッチ画像
クラスメソッドテクノロジーズにジョインした三浦です ブログのファビコン DevelopersIO
クラスメソッドテクノロジーズにジョインした三浦です
1日前
記事のアイキャッチ画像
オプトインリージョンを無効化したらリソースはどうなる?動作と注意点まとめてみた ブログのファビコン DevelopersIO
AWS のオプトインリージョンを無効化すると、リソースが見えにくくなり思わぬ課金トラブルにつながることがあります。実際に無効化した際の動作と注意点をまとめてみました。
1日前
記事のアイキャッチ画像
営業統括本部にジョインした矢嶋 健一です。 ブログのファビコン DevelopersIO
営業統括本部にジョインした矢嶋 健一です。
1日前
記事のアイキャッチ画像
営業統括本部 公共営業部にジョインした原澤です! ブログのファビコン DevelopersIO
営業統括本部 公共営業部にジョインした原澤です!
1日前
記事のアイキャッチ画像
東日本営業部アカウント営業部にジョインしました川崎です! ブログのファビコン DevelopersIO
東日本営業部アカウント営業部にジョインしました川崎です!
1日前
記事のアイキャッチ画像
DevOps Agent Skillsの精度を評価するためのワークフローをStep Functionsで構築してみた ブログのファビコン DevelopersIO
より良いスキルを作るためのトライ&エラーを簡略化するためにStep Functionsでワークフローを組んでみました
1日前
記事のアイキャッチ画像
東日本営業本部 広域営業部にジョインした古田です! ブログのファビコン DevelopersIO
東日本営業本部 広域営業部にジョインした古田です!
1日前
記事のアイキャッチ画像
【前編】Amazon RDS for MariaDB ワークショップやってみた ブログのファビコン DevelopersIO
【前編】Amazon RDS for MariaDB ワークショップやってみた
1日前
記事のアイキャッチ画像
【学生インターン】 AI 事業本部にジョインしました Kanaru です ブログのファビコン DevelopersIO
【学生インターン】 AI 事業本部にジョインしました Kanaru です
1日前
記事のアイキャッチ画像
n8nの公式 Instance-level MCPをセルフホスト環境で試す ブログのファビコン DevelopersIO
n8nの公式 Instance-level MCPをセルフホスト環境で試す
1日前
記事のアイキャッチ画像
RubyKaigi2026函館で発表しました yhara.jp
RubyKaigi 2026 函館でRuby on NES - how to make a smallest ruby everという発表をしました。メインセッションでの登壇は2019年ぶり。Day 0松江から羽田経由で函館空港に飛ぶプランだったのだけど、羽田全体が管制トラブルでダウンするというまさかの事態に。仕方ないので東京から新幹線で函館まで。Day 1When Can You Skip a Test? Tracking Test Impact - RubyKaigi 2026ある変更に対し、影響を受けるテストだけを実行させたいという話。定数の参照箇所を列挙するのは難しいが、YARV bytecodeを覗くとか頑張ってて面白かった。(TracePointにそういうイベントがあるべきという話なのかもしれないけど)これ実際どれくらいの精度でてるんかな?「必要なテストが実行されなかった」というケースがたまに発生するのであれば、結局全部動かさないといけなくて・・・みたいになりそうだが。mruby on C#: From VM Implementation to Game Scripting
1日前
記事のアイキャッチ画像
「AIが自律的に働く時代へ Amazon Quick で実現するAIエージェント紹介」というタイトルで登壇しました ブログのファビコン DevelopersIO
「AIが自律的に働く時代へ Amazon Quick で実現するAIエージェント紹介」というタイトルで登壇しました
1日前
記事のアイキャッチ画像
イーベイ・ジャパン、ラベル印刷ツール「HIROGETE」との連携を開始 ブログのファビコン ECのミカタ
イーベイ・ジャパン株式会社は2026年4月24日、公式配送サービス「eBay SpeedPAK」のAPI連携拡大の一環として、株式会社コネクトウェーブが提供するラベル印刷ツール「HIROGETE(広げて)」との連携開始を発表した。
1日前
記事のアイキャッチ画像
メイキップ、「サイズまで再現する」AI画像生成サービスを提供開始 ブログのファビコン ECのミカタ
株式会社メイキップは2026年4月24日、”サイズまで再現する”AI画像生成サービス「FitModel.AI(フィットモデルエーアイ)」の提供を開始した。
1日前
記事のアイキャッチ画像
Woomy、「ECセール」と「SNS投稿のタイミング」の効率を数学的に解明 ブログのファビコン ECのミカタ
インフルエンサーマーケティングプラットフォーム「Woomy(ウーミー)」は2026年4月22日、大規模な時系列データ解析を実施した結果を発表した。
1日前
記事のアイキャッチ画像
and ST、「ムラサキスポーツ」が展開する27ブランドを販売 ブログのファビコン ECのミカタ
株式会社アンドエスティは2026年4月22日、運営するファッションプラットフォーム「and ST(アンドエスティ)」において、株式会社ムラサキスポーツが展開する27ブランドの販売開始を発表した。
1日前
記事のアイキャッチ画像
白洋舍とPASSTOが連携、クリーニングした回収衣類を再販する「循環モデル」を開始 ブログのファビコン ECのミカタ
「捨てない社会をかなえる」ために、不要品の回収・選別・再流通のインフラを構築する循環商社、株式会社ECOMMITは2026年4月22日、株式会社白洋舍と本格連携を開始したことを発表した。
1日前
記事のアイキャッチ画像
Kubernetes の 4C モデルで整理する ECS Fargate のサプライチェーン攻撃対策
はてなブックマークアイコン 18
ブログのファビコン Timee Product Team Blog
はじめに はじめまして、プラットフォームエンジニアリング本部に所属している徳富です。 みなさん、サプライチェーン攻撃って気にしてますか? npm パッケージの乗っ取り(ua-parser-js 事件)、GitHub Actions の改ざん(tj-actions/changed-files 事件)、依存パッケージへのバックドア混入(xz-utils 事件)……。ここ数年、OSS を取り巻くセキュリティの前提がガラッと変わってきています。正直、「いつ・どこから仕掛けられるかわからない」状況です。 しかもサプライチェーン攻撃って、攻撃側のコストが低いわりに被害範囲が広いのが厄介なんですよね。 そん…
1日前
記事のアイキャッチ画像
Malicious Ruby Gems and Go Modules Impersonate Developer Tools to Steal Secrets and Poison CI ブログのファビコン Socket
GitHub account BufferZoneCorp published sleeper packages that later added credential theft, GitHub Actions tampering, fake go wrappers, and SSH persistence.
1日前
記事のアイキャッチ画像
AI時代のビジネスインフラをつくる。 メガベンチャーを経てSansanの新規プロダクトに挑む理由 ブログのファビコン Sansan Tech Blog
キャリアは、選択の積み重ねでできています。 どんな経験を経て、なぜSansanを選び、いまどんな挑戦に向き合っているのか。 「Sansan 3 Stories」では、これまでの歩みと、実際にSansanで働いて感じたこと、そしてこれからの挑戦を「過去・現在・未来」の3つのストーリーでお届けします。今回のインタビューでは、メルカリ、スマートニュースというメガベンチャーで開発組織のマネジメントや全社プロジェクトをけん引し、現在はSansanの新規プロダクトであるデータクオリティマネジメント「Sansan Data Intelligence」の開発に挑む多賀谷に話を聞きました。 多賀谷 洋一 / Y…
1日前
記事のアイキャッチ画像
Codex CLI 0.128.0 adds /goal Simon Willison's Weblog
<p><strong><a href="https://github.com/openai/codex/releases/tag/rust-v0.128.0">Codex CLI 0.128.0 adds /goal</a></strong></p>The latest version of OpenAI's Codex CLI coding agent adds their own version of the <a href="https://ghuntley.com/ralph/">Ralph loop</a>: you can now set a <code>/goal</code> and Codex will keep on looping until it evaluates that the goal has been completed... or the configured token budget has been exhausted.&lt...
1日前
記事のアイキャッチ画像
Our evaluation of OpenAI's GPT-5.5 cyber capabilities Simon Willison's Weblog
<p><strong><a href="https://www.aisi.gov.uk/blog/our-evaluation-of-openais-gpt-5-5-cyber-capabilities">Our evaluation of OpenAI's GPT-5.5 cyber capabilities</a></strong></p>The UK's AI Security Institute <a href="https://www.aisi.gov.uk/blog/our-evaluation-of-claude-mythos-previews-cyber-capabilities">previously evaluated Claude Mythos</a>: now they've evaluated GPT-5.5 for finding security vulnerability and found it to be comparable to M...
1日前
記事のアイキャッチ画像
Sell Locally and Now Into Regional Markets: Temu’s Local Seller Program Explained (2026 Update) ブログのファビコン Digital Commerce 360
Sponsored content is created on behalf of Digital Commerce 360. Our editorial staff is not involved in the creation of the sponsored content. Temu is a global e-commerce platform that helps businesses reach more customers and grow online. As part of that effort, Temu launched its Local Seller Program to enable eligible local businesses to […]The post Sell Locally and Now Into Regional Markets: Temu’s Local Seller Program Explained (2026 Update) appeared first on Digital Commerce 360.
1日前
記事のアイキャッチ画像
Selling to EU customers? What to know about the new withdrawal link requirement ブログのファビコン The WooCommerce Blog
Selling to EU customers? Here's what to know about the new withdrawal link requirement in EU Directive 2023/2673.
1日前
記事のアイキャッチ画像
Amazon’s AWS boosts revenue growth in Q1 milestone ブログのファビコン Digital Commerce 360
Amazon Web Services (AWS) revenue growth reached 28% year over year during Amazon’s fiscal Q1. That was the segment’s fastest growth rate in 15 quarters — almost four years. It also represented $2 billion quarter-over-quarter growth. AWS has reached a $150 billion annualized revenue run rate, Amazon CEO Jassy said on the merchant’s Q1 earnings […]The post Amazon’s AWS boosts revenue growth in Q1 milestone appeared first on Digital Commerce 360.
1日前
記事のアイキャッチ画像
Mini Shai-Hulud Spreads to Packagist: Malicious Intercom PHP Package Follows npm Compromise ブログのファビコン Socket
Socket found a malicious Intercom PHP package on Packagist using Composer plugin execution to steal credentials and spread across ecosystems.
1日前
記事のアイキャッチ画像
Quoting Andrew Kelley Simon Willison's Weblog
<blockquote cite="https://lobste.rs/s/ifcyr1/contributor_poker_zig_s_ai_ban#c_cbtxub"><p>It's a common misconception that we can't tell who is using LLM and who is not. I'm sure we didn't catch 100% of LLM-assisted PRs over the past few months, but the kind of mistakes humans make are fundamentally different than LLM hallucinations, making them easy to spot. Furthermore, people who come from the world of agentic coding have a certain <em>digital smell</em> that is not ob...
1日前
記事のアイキャッチ画像
DX失敗率70%の衝撃! 成功の秘訣「ECプラットフォームの“ハブ”化」とは ブログのファビコン ECのミカタ
DX(デジタルトランスフォーメーション)が声高に叫ばれながら、期待したほどの成果を上げられていない企業は多い。企業のDXが進まない本当の原因は、実は「ECの立ち位置や設計」にあるのではないだろうか。オープンソースのECサイト構築において国内No.1シェア(※1)を誇る「EC-CUBE」を展開する株式会社イーシーキューブ。同社マーケティング本部の梶原直樹氏は、ECをDXの中軸に据え、AI×専門家×ECプラットフォームの掛け合わせによって、“失敗しないDX構築”が可能になると語る。本記事では、その具体的な実践モデルを紐解いていく。●本記事は2025年12月開催「ECのミカタ カンファレンス」のセッションをレポートしたものです※1:独立行政法人情報処理推進機構「第3回オープンソースソフトウェア活用ビジネス実態調査」による
2日前
記事のアイキャッチ画像
Ecommerce Trends: What Anthropic, OpenAI and Google are each doing in agentic commerce ブログのファビコン Digital Commerce 360
Throughout 2025 and the early months of 2026, OpenAI and Google have deployed steady trickles of updates to ChatGPT and Gemini’s ecommerce capabilities — even as their large language model (LLM) competitor Anthropic appeared to pursue other priorities with its generative artificial intelligence (AI) model Claude. Then, on April 24, Anthropic published the results of […]The post Ecommerce Trends: What Anthropic, OpenAI and Google are each doing in agentic commerce appeared first on Digital Commer
2日前
記事のアイキャッチ画像
Why Gaming Advertising Belongs on More Ecommerce Media Plans ブログのファビコン Digital Commerce 360
Sponsor content is created on behalf of and in collaboration with Bazoom by DigitalCommerce360. Our editorial staff is not involved in the creation of the sponsored content. Gaming is not a single advertising channel. Brands treating it as one are leaving a measurable attention opportunity unaddressed. Ecommerce brands have built detailed playbooks for Meta, TikTok, […]The post Why Gaming Advertising Belongs on More Ecommerce Media Plans appeared first on Digital Commerce 360.
2日前
記事のアイキャッチ画像
We need RSS for sharing abundant vibe-coded apps Simon Willison's Weblog
<p><strong><a href="https://interconnected.org/home/2026/04/29/syndicating-vibes">We need RSS for sharing abundant vibe-coded apps</a></strong></p>Matt Webb:</p><blockquote><p>I would love an RSS web feed for all those various tools and apps pages, each item with an “Install” button. (But install to where?)</p><p>The lesson here is that when vibe-coding accelerates app development, apps become more personal, more situated, and mo...
2日前
記事のアイキャッチ画像
Kohl’s delves into AI for gift finding, aiding associates ブログのファビコン Retail Dive - Latest News
The retailer launched a conversational AI agent to help shoppers find gifts, and is evolving how associates engage with data using the technology.
2日前
記事のアイキャッチ画像
Wayfair touts market share gains in retail’s toughest category ブログのファビコン Retail Dive - Latest News
The home goods retailer also posted a healthy Q1 sales increase, but its struggles with profitability continued as net loss barely budged.
2日前
記事のアイキャッチ画像
Everyone’s an Engineer Now ブログのファビコン Radar
Cat Wu leads product for Claude Code and Cowork at Anthropic, so she’s well-versed in building reliable, interpretable, and steerable AI systems. And since 90% of Anthropic’s code is now written by Claude Code, she’s also deeply familiar with fitting them into routine day-to-day work. Last month, Cat joined Addy Osmani at AI Codecon for […]
2日前
記事のアイキャッチ画像
The Backroom: Redefining Pacsun ブログのファビコン Retail Dive - Latest News
Brieane Olson talks about her book, “Co-created,” and her work as a merchant and now CEO in redefining the retailer for a new generation.
2日前
記事のアイキャッチ画像
Intercom’s npm Package Compromised in Ongoing Mini Shai-Hulud Worm Attack ブログのファビコン Socket
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.
2日前
記事のアイキャッチ画像
Amazon Prime Day moves to June ブログのファビコン Retail Dive - Latest News
The e-commerce company's sales event happened in July last year. Meanwhile, Q1 earnings showed strong growth in online store net sales.
2日前

4/30 (木)

記事のアイキャッチ画像
lightning PyPI Package Compromised in Supply Chain Attack
はてなブックマークアイコン 1
ブログのファビコン Socket
Socket detected a malicious supply chain attack on PyPI package lightning versions 2.6.2 and 2.6.3, which execute credential-stealing malware on import.
2日前
記事のアイキャッチ画像
Competitive Pricing Starts with Data ブログのファビコン Practical Ecommerce
Overall market conditions, not isolated events, inform deliberate pricing decisions.The post Competitive Pricing Starts with Data appeared first on Practical Ecommerce.
2日前
記事のアイキャッチ画像
France: 75% of imported products did not meet EU rules ブログのファビコン Ecommerce News
The consumer protection authority in France announced that three quarters of imported products from major online platforms failed to meet standards of the European Union. And 46 percent were non-complaint and dangerous. The regulator tested seven platforms, but did not name which ones. The French Directorate General for Competition, Consumer…
2日前
記事のアイキャッチ画像
AI Code Review Only Catches Half of Your Bugs ブログのファビコン Radar
This is the fifth article in a series on agentic engineering and AI-driven development. Read part one here, part two here, part three here, and part four here. I recently had a taste of humility with my AI-generated code. I live in Park Slope, Brooklyn, and recently I needed to get to the other side of the neighborhood. […]
2日前
記事のアイキャッチ画像
カスタマーサクセス業務を変革したヘルススコアの実現と学び ブログのファビコン 株式会社ログラス テックブログのフィード
!この記事は毎週必ず記事がでるテックブログ Loglass Tech Blog Sprint の141週目の記事です!3年間連続達成まで残り18週となりました! はじめにこんにちは。株式会社ログラスでCRE(Customer Reliability Engineering)を担当している濵口(@_hummer0724)です。バックエンドエンジニアとして 10 年ほど勤務した後、2024 年 8 月にログラスへ CRE として入社しました。ログラスにおける CRE の現在のミッションは 「カスタマーサクセス(CS)業務の効率化と高度化をエンジニアリングで支援すること」 です...
2日前
記事のアイキャッチ画像
RubyKaigi 2026参加レポート
はてなブックマークアイコン 1
ブログのファビコン Timee Product Team Blog
はじめに タイミーでは、世界中で開催される技術系カンファレンスに無制限で参加できる「Kaigi Pass」という制度を活用し、8名がRubyKaigi 2026 in 函館に現地参加しました。 また今年はDay2に、タイミーから @dak2 さんが "No Types Needed, Just Callable Method Check" というタイトルで登壇しました。 本レポートでは、参加したエンジニアが注目したセッションごとに、ポイントや得た知見をまとめてご紹介します。 各セッションごとに内容を整理し、参加者自身の視点から学びや気づきをまとめています。読者の皆様にとって、今後の学びの参考に…
2日前
記事のアイキャッチ画像
日本郵便、「楽天市場」のデジタルアドレス対応を開始 ブログのファビコン ECのミカタ
日本郵便株式会社は2026年4月24日、「楽天市場」において「デジタルアドレス」への対応を開始したことを発表した。
2日前
記事のアイキャッチ画像
LINEヤフー、高額転売防止を目的とした「転売対策ポリシー」を策定 ブログのファビコン ECのミカタ
LINEヤフー株式会社が提供する「Yahoo!フリマ」および「Yahoo!オークション」は、2026年4月23日、不正な買い占めや転売による取引環境の混乱を防ぐため、新たに「転売対策ポリシー」を策定した。
2日前
記事のアイキャッチ画像
コマースフォース、CVR向上に特化した「ECチャットボット」提供開始 ブログのファビコン ECのミカタ
株式会社コマースフォースは2026年4月21日、CVR向上を目的としたEFO決済チャットボット「ECチャットボット(EC CHATBOT)」の提供を開始した。
2日前
記事のアイキャッチ画像
日本語特化型AIガードレール「chakoshi」でGENIAC-PRIZE 2位を受賞しました
はてなブックマークアイコン 4
ブログのファビコン NTT docomo Business Engineers' Blog
NTTドコモビジネスが開発する日本語特化型AIガードレール「chakoshi」が、経済産業省・NEDO主催の懸賞金活用型プログラム「GENIAC-PRIZE」安全性領域で本審査2位を受賞しました。本記事では、chakoshiの概要と、単一構成から多層防御アーキテクチャへ進化させた技術的なポイント、そしてGENIAC-PRIZEでの取り組みについてお伝えします。 はじめに chakoshiとは GENIAC-PRIZEとは chakoshiの変遷 - 単一構成から多層構成への改善 - 単一構成の限界 リスクの特定と分類から防御機構を設計 1. 機密情報の流出 → PIIフィルタ、ルールベースフィ…
2日前
記事のアイキャッチ画像
社内に散らばる膨大な本を見える化し、「知の循環」を加速せよ!新卒2・3年目の有志メンバーが挑んだ社内システム開発プロジェクト「XAID(エックスエイド)」の軌跡 ブログのファビコン Platinum Data Blog by BrainPad ブレインパッド
ブレインパッドには、創業来脈々と受け継がれているカルチャーがあります。それは「学び続けること」、そして「知を共有すること」です。この課題に対して現場の有志メンバーが立ち上げたプロジェクトが、「XAID(エックスエイド)」プロジェクトです。これは、人事制度である「BOOK-AID(ブックエイド)」と「SKILL UP-AID(スキルアップエイド)」をシステム面から統合・アップデートし、社内の知の循環を加速させるための本取り組みであり、エンジニアが自らアイデアを出しながら、技術力を遺憾なく発揮して開発が進められて行きました。なぜ彼らは、多忙な業務の合間を縫ってまで開発に没頭したのか?その原動力と、開発を通じて見えてきた「ブレインパッドらしさ」について、プロジェクトの中核メンバー6人に語ってもらいました。軍司 角田 栄喜 竹村 竹下 斉藤 2023年新卒入社アナリティクスコンサルティングユニット(以下:ACユニット)・データサイエンティスト。人事側との要件すり合わせ、アウトプットイメージの調整を担当。 2023年新卒入社プロダクトユニット(以下:PDユニット)・エンジニア。UI/UXデザイン
2日前
記事のアイキャッチ画像
GW商戦期「気づかれない転売」に注意 Spider Labs調査 ブログのファビコン ECのミカタ
株式会社Spider Labsは2026年4月24日、人気コスメ・健康食品のD2C現場で広がる「気づかれない転売」の実態について発表した。
2日前
記事のアイキャッチ画像
AI-DLC を Claude Code とモブで回す — データチーム の 3 ヶ月 ブログのファビコン Timee Product Team Blog
1. はじめに DRE(Data Reliability Engineering)グループ のつざきです。タイミーのデータエンジニアリング部で、BigQuery / dbt / Cloud Composer / Looker といったデータ基盤の開発・運用をしています。 DREチームでは 2026 年 2 月から、AWS が提唱する AI-DLC(AI-Driven Development Life Cycle)というワークフローを運用しています。きっかけは、 1 月末に AWS 主催の研修「Unicorn Gym」で3 日間 AI-DLC を体験したことでした。 AI-DLC 自体とタイミー…
2日前
記事のアイキャッチ画像
アグザルファ、主要ポータル対応の「ふるさと納税運用代行」サービス開始 ブログのファビコン ECのミカタ
アグザルファ株式会社は2026年4月23日、ふるさと納税支援を拡張した「ふるさと納税運用代行」のサービスの提供を開始した。
2日前
記事のアイキャッチ画像
SKILL.mdを使っている人は全員"gh skill"も知っておいてください
はてなブックマークアイコン 2
ブログのファビコン TooMeの記事 - Qiita
はじめに本記事は以下の記事等で「Agent Skills (SKILL.md)」について知っている前提で書いています。まだ読んでいない方は先にこちらをどうぞ!【最新版】GitHub Copilotを使っている人は全員"SKILL.md"も導入してください...
2日前
記事のアイキャッチ画像
QAとして入社して5年が経ちました ブログのファビコン Cybozu Inside Out | サイボウズエンジニアのブログ
入社5年、同期3人の振り返りこんにちは!2021年にサイボウズへ新卒入社した massan、taguchi、taku3n です。気がつけば入社から5年。同期3人がそろって在籍しているこの機会に、それぞれの5年間を振り返ってみました。massan kintone拡張基盤チームのQAエンジニアです。着物の勉強をしています。 taguchi PSIRTのプロダクトセキュリティエンジニアです。ラーメンが好きです。 taku3n Garoon開発チームのQAエンジニアです。最近ボードゲームにハマってます。 この記事は、QA として入社して1年経った話のリバイバル記事です。※元記事では柔軟な働き方について、現在は実現が難しいものが含まれています。あくまでQA職種の仕事や文化の参考としてご参照ください。最近はどんな業務をしてる?まずは、現在の業務について紹介します。massan 主務では、kintoneを拡張する人を支援する基盤づくりのQAをしています。APIやSDK、去年はMCPサーバーの開発にも関わっていました。兼務も少しあって、kintoneのセキュリティチャンピオン、社外向けの技術交流を促進
2日前
記事のアイキャッチ画像
AIコーディングはQAチームに何をもたらすか——理解負債・技術負債・認知負債との向き合い方 ブログのファビコン エムスリーテックブログ
【QAチーム ブログリレー7日目】の記事です。 はじめに 前提:なぜPlaywrightへ移行したか 「まずコードを書けるようになろう」は諦めた 5つのステップで開発フローへ Step 1: Claude Codeに慣れる Step 2: シナリオを「読む」 Step 3: VS Code Codegenを使う Step 4: mablシナリオの移行ができる Step 5: 積み重ねで改良・省力化へ 現在地 AIだけでは足りなかった:地道な活動 レビューでテストの意図を確認する リファクタリングで品質の均一化を図る AI導入と同時に向き合っている3つの負債 1. 理解負債:AIが書いたコードを…
2日前
記事のアイキャッチ画像
マクアケが楽天と連携 「出会いと共感」を軸とした買い物体験を提案 ブログのファビコン ECのミカタ
株式会社マクアケは2026年4月22日、楽天グループ株式会社が運営する「楽天市場」において新設される特設ページ「Diggly(ディグリー)」にて、「Makuake STORE 楽天市場店」取扱商品の掲載を開始した。
2日前
記事のアイキャッチ画像
Monthly Tech Report 2026年3月
はてなブックマークアイコン 1
ブログのファビコン ZOZO TECH BLOG
ZOZO開発組織の2026年3月分の活動を振り返り、ZOZO TECH BLOGで公開した記事や登壇・掲載情報などをまとめたMonthly Tech Reportをお届けします。 ZOZO TECH BLOG 2026年3月は、前月のMonthly Tech Reportを含む計19本の記事を公開しました。特に次の3記事は反響も大きく、とても多くの方に読まれています。ぜひご一読ください。 techblog.zozo.com techblog.zozo.com techblog.zozo.com 登壇 【Flutter推し活】Flutter好きが集うLT会 Studyplus x Linc'we…
2日前
記事のアイキャッチ画像
The Zig project's rationale for their firm anti-AI contribution policy Simon Willison's Weblog
<p><a href="https://ziglang.org/">Zig</a> has one of the most stringent <a href="https://ziglang.org/code-of-conduct/">anti-LLM policies</a> of any major open source project:</p><blockquote><p>No LLMs for issues.</p><p>No LLMs for pull requests.</p><p>No LLMs for comments on the bug tracker, including translation. English is encouraged, but not required. You are welcome to post in your native language and rely on others to ...
2日前
記事のアイキャッチ画像
Introducing Advanced Account Security OpenAI News
Introducing Advanced Account Security: phishing-resistant login, stronger recovery, and enhanced protections to safeguard sensitive data and prevent account takeover.
2日前
記事のアイキャッチ画像
公式ドキュメントがないJSON仕様をAIに教え込み、Databricksダッシュボードの生成と編集を自動化するスキルの設計と実装 ブログのファビコン KAKEHASHI Tech Blog
こんにちは、ソフトウェアエンジニアのkackyです。 私たちのチームでは、AIコーディングアシスタント(Claude Code / Cursor)の「スキル」という仕組みを使い、自然言語でDatabricksのダッシュボードを生成できる環境を構築しました。「○○の推移を可視化してみたい」と指示するだけで、ダッシュボードのたたき台が数分で出来上がる世界です。 しかし、その裏側では「公式に仕様が公開されていないJSON形式を、いかにしてAIに正しく生成させるか」という地味で泥臭い作業がありました。この記事では、その設計判断とノウハウを共有します。 背景:Databricksダッシュボードの課題 私…
2日前
記事のアイキャッチ画像
llm 0.32a1 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm/releases/tag/0.32a1">llm 0.32a1</a></p> <blockquote><ul><li>Fixed a bug in 0.32a0 where tool-calling conversations were not correctly reinflated from SQLite. <a href="https://github.com/simonw/llm/issues/1426">#1426</a></li></ul></blockquote> <p>Tags: <a href="https://simonwillison.net/tags/llm">llm</a></p>
2日前
記事のアイキャッチ画像
Vessi targets ‘clean’ product data to maximize AEO opportunities ブログのファビコン Digital Commerce 360
Waterproof apparel and footwear brand Vessi has opted not to block traffic from artificial intelligence (AI) agents, instead leaning into answer engine optimization (AEO). “It can play into our favor,” Ray Hua, director of D2C and lifecycle marketing at Vessi, told Digital Commerce 360. Similar to search engine optimization (SEO), AEO is a practice in […]The post Vessi targets ‘clean’ product data to maximize AEO opportunities appeared first on Digital Commerce 360.
3日前
記事のアイキャッチ画像
なぜカンロはEC限定品を完売し続けられるのか 【リアル体験✕EC】によるファン作りへの挑戦 ブログのファビコン ECのミカタ
リアルイベントで生まれたファンの“熱狂”を、いかにしてEC売上につなげるのか――。創業1912年の菓子メーカー、カンロには、キャンディ市場で国内トップシェアを持つにもかかわらず、「お客様の中で商品名と会社名が結びついていない」という課題があった。コロナ禍をきっかけにEC事業に本腰を入れ、EC限定商品の開発や有料ファンイベントの実施など、リアルとデジタルを横断した顧客接点の構築を進めているカンロ。顧客接点を統合する仕組みがなかった同社は、いかにして「ファンが購買をドライブする」状態をつくることができたのか。現在進行形で挑戦を続けているという、カンロの「ファンマーケティング」の取り組みをレポートする。●本記事は2026年1月開催「ECのミカタ カンファレンス」で行われた、カンロ株式会社 武井優氏のセッションをレポートしたものです
3日前
記事のアイキャッチ画像
Where the goblins came from OpenAI News
How goblin outputs spread in AI models: timeline, root cause, and fixes behind personality-driven quirks in GPT-5 behavior.
3日前
記事のアイキャッチ画像
Carve Designs shares approach toward AI agents’ traffic ブログのファビコン Digital Commerce 360
Carve Designs is “actively blocking traffic from AI agents,” cofounder Thayer Sylvester told Digital Commerce 360. It has also invested in technology to do so, she said. But that strategy could change, she explained. The decision comes at a time when ecommerce technology providers Shopify and Salesforce have created integrations with large-language models (LLMs) such […]The post Carve Designs shares approach toward AI agents’ traffic appeared first on Digital Commerce 360.
3日前
記事のアイキャッチ画像
Malicious npm Package Brand-Squats TanStack to Exfiltrate Environment Variables ブログのファビコン Socket
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.
3日前
記事のアイキャッチ画像
Sysco credits AI as sales rise 4.7% in Q3 ブログのファビコン Digital Commerce 360
As Sysco Corporation’s AI360 platform tool entered its second calendar year of use, the wholesale restaurant food distributor announced that sales grew during its fiscal Q3 ended March 28. The company’s sales increased by 4.7% year over year to $20.5 billion, results that Kevin Hourican, chair of the board and CEO at Sysco, called “strong.” […]The post Sysco credits AI as sales rise 4.7% in Q3 appeared first on Digital Commerce 360.
3日前
記事のアイキャッチ画像
LLM 0.32a0 is a major backwards-compatible refactor Simon Willison's Weblog
<p>I just released <a href="https://llm.datasette.io/en/latest/changelog.html#a0-2026-04-28">LLM 0.32a0</a>, an alpha release of my <a href="https://llm.datasette.io/">LLM</a> Python library and CLI tool for accessing LLMs, with some consequential changes that I've been working towards for quite a while.</p><p>Previous versions of LLM modeled the world in terms of prompts and responses. Send the model a text prompt, get back a text response.</p>&l...
3日前
記事のアイキャッチ画像
llm 0.32a0 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm/releases/tag/0.32a0">llm 0.32a0</a></p> <p>See <a href="https://simonwillison.net/2026/Apr/29/llm/">the annotated release notes</a>.</p> <p>Tags: <a href="https://simonwillison.net/tags/llm">llm</a></p>
3日前
記事のアイキャッチ画像
Building the compute infrastructure for the Intelligence Age OpenAI News
OpenAI scales Stargate to build the compute infrastructure powering AGI, adding new data center capacity to meet growing AI demand.
3日前

4/29 (水)

記事のアイキャッチ画像
TeamPCP-Linked Supply Chain Attack Hits SAP CAP and Cloud MTA npm Packages ブログのファビコン Socket
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.
3日前
記事のアイキャッチ画像
TV Becomes a Growth Channel for Commerce ブログのファビコン E-Commerce Times
Ad-supported streaming is turning TV into a measurable commerce channel, where interactive content drives engagement and influences purchasing across multiple screens. The post TV Becomes a Growth Channel for Commerce appeared first on E-Commerce Times.
3日前
記事のアイキャッチ画像
Don’t Automate Your Moat: Matching AI Autonomy to Risk and Competitive Stakes ブログのファビコン Radar
I was talking to a senior engineer at a well-funded company not long ago. I asked him to walk me through a critical algorithm at the heart of their product, something that ran hundreds of times a second and directly affected customer outcomes. He paused and said, “Honestly, I’m not totally sure how it works. […]
3日前
記事のアイキャッチ画像
UPS executives share impact of fuel costs on Q1, outlook for Q2 ブログのファビコン Digital Commerce 360
The United Parcel Service (UPS) revenue declined in its fiscal Q1, as war in Iran brought volatility to both fuel prices and supply chains. UPS executives, on the carrier’s Q1 earnings call with analysts, discussed the impact of fuel costs on their business. Ultimately, UPS revenue in its fiscal Q1 2026 declined to $21.2 billion […]The post UPS executives share impact of fuel costs on Q1, outlook for Q2 appeared first on Digital Commerce 360.
3日前
記事のアイキャッチ画像
Cybersecurity in the Intelligence Age OpenAI News
OpenAI outlines a five-part action plan for strengthening cybersecurity in the Intelligence Age, focused on democratizing AI-powered cyber defense and protecting critical systems.
3日前
記事のアイキャッチ画像
Everything we announced at Sessions 2026 ブログのファビコン Stripe Blog
We’re making Stripe even more programmable; protecting and propelling your business with the strength of the Stripe network; and building economic infrastructure for AI.
3日前
記事のアイキャッチ画像
Giving agents the ability to pay ブログのファビコン Stripe Blog
Link’s wallet for agents gives agents programmatic access to Link, including the ability to generate a one-time-use card or Shared Payment Token (SPT) backed by the cards and bank accounts already in your wallet. It’s built on Stripe’s new Issuing for agents.
3日前
記事のアイキャッチ画像
Quoting OpenAI Codex base_instructions Simon Willison's Weblog
<blockquote cite="https://github.com/openai/codex/blob/66b0781502be5de3b1909525c987643b9e5e407d/codex-rs/models-manager/models.json#L55"><p><code>Never talk about goblins, gremlins, raccoons, trolls, ogres, pigeons, or other animals or creatures unless it is absolutely and unambiguously relevant to the user's query.</code></p></blockquote><p class="cite">— <a href="https://github.com/openai/codex/blob/66b0781502be5de3b1909525c987643b9e5e407...
3日前
記事のアイキャッチ画像
TransUnion launches Digital Business Profile to manage search ecosystem ブログのファビコン Digital Commerce 360
TransUnion has launched what it calls “Digital Business Profile,” a solution it said helps small businesses represent their information accurately “across the digital search ecosystem.” It cited Google research indicating that customers are 70% more likely to visit a business with a complete profile on Google. That research also shows customers were 50% more likely […]The post TransUnion launches Digital Business Profile to manage search ecosystem appeared first on Digital Commerce 360.
4日前

4/28 (火)

記事のアイキャッチ画像
Vinted connects marketplaces in Germany and Austria ブログのファビコン Ecommerce News
Users of Vinted in Germany and Austria can now trade directly with each other. Austrian Post has joined as a new logistics partner of the platform. The second-hand fashion marketplace is valued at 8 billion euros, according to a share sale announced today. Vinted is in the process of linking…
4日前
記事のアイキャッチ画像
Quoting Matthew Yglesias Simon Willison's Weblog
<blockquote cite="https://twitter.com/mattyglesias/status/2049105745132585161"><p>Five months in, I think I've decided that I don't want to vibecode — I want professionally managed software companies to use AI coding assistance to make more/better/cheaper software products that they sell to me for money.</p></blockquote><p class="cite">— <a href="https://twitter.com/mattyglesias/status/2049105745132585161">Matthew Yglesias</a></p> <p&...
4日前
記事のアイキャッチ画像
New Ecommerce Tools: April 28, 2026 ブログのファビコン Practical Ecommerce
This week: AI-powered advertising, video ad generators, B2B commerce, fraud prevention, box-free returns, loyalty programs, agentic commerce, contact centers, and more.The post New Ecommerce Tools: April 28, 2026 appeared first on Practical Ecommerce.
4日前
記事のアイキャッチ画像
AI-Powered Fraud Now Hides Inside Legitimate Transactions ブログのファビコン E-Commerce Times
AI-powered fraud is moving inside legitimate transactions, pushing retailers toward identity-based systems to separate real customers from fraud. The post AI-Powered Fraud Now Hides Inside Legitimate Transactions appeared first on E-Commerce Times.
4日前
記事のアイキャッチ画像
Socket Has Acquired Secure Annex ブログのファビコン Socket
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
4日前
記事のアイキャッチ画像
When Correct Systems Produce the Wrong Outcomes ブログのファビコン Radar
We tend to assume that if every part of a system behaves correctly, the system itself will behave correctly. That assumption is deeply embedded in how we design, test, and operate software. If a service returns valid responses, if dependencies are reachable, and if constraints are satisfied, then the system is considered healthy. Even in […]
4日前
記事のアイキャッチ画像
Rakuten Ad&Marketing DAY 2026レポート【後編】 ビッグデータのAIへの実装が加速 ブログのファビコン ECのミカタ
楽天グループ株式会社 アド&メディアカンパニーが2026年2月に開催した「Rakuten Ad&Marketing DAY 2026」。レポート後編では、楽天経済圏で発生する大量のトランザクションから生まれるデータを活用したマーケティングソリューションやその成功例が語られた、「Business Updates」と「Special Session」を紹介する。
4日前
記事のアイキャッチ画像
ウェブアクセシビリティ基盤委員会(WAIC)にてサイボウズメンバーはこんな活動をしています
はてなブックマークアイコン 1
ブログのファビコン Cybozu Inside Out | サイボウズエンジニアのブログ
こんにちは、この記事はフロントエンドエンジニアのmehm8128とデザインテクノロジストの小林大輔の共著記事です。サイボウズは2018年に、WAIC(ウェブアクセシビリティ基盤委員会)の会員組織になりました。そもそもWAICとはWAICについては、公式サイトに以下のような説明が記載されています。ウェブアクセシビリティ基盤委員会とは、JIS X 8341-3が2010年8月に改正されたのと時を同じくして誕生した組織であり、情報通信アクセス協議会の取り組みの一つです。JIS X 8341-3改正原案作成メンバーや関連企業、関連省庁、ウェブの利用者から構成されています。JIS X 8341-3の理解と普及を促進するとともに、JIS X 8341-3を利用してウェブアクセシビリティを高めていくために必要な基盤を構築するために、さまざまな活動を行っています。英語ではWeb Accessibility Infrastructure Committeeと言います。頭文字をとって、WAICという略語(「ウェイク」と発音)を用いることもあります。ウェブアクセシビリティのガイドラインとして、W3Cによって
4日前
記事のアイキャッチ画像
楽天イベントで語られた「AI時代の人間性と幸福」――Rakuten Ad&Marketing DAY 2026レポート【前編】 ブログのファビコン ECのミカタ
あらゆるビジネスにおいて話題にのぼらない日がないほどのスピードで進むAIの利活用。EC関連領域でも日々新たな発表が相次いでいるが、中でも楽天は、AI化を意味する造語「AI-nization(エーアイナイゼーション)」を掲げ、グループとしてAI活用を推進している。そうした状況の中、今回は、楽天グループ株式会社 アド&メディアカンパニーが2026年2月20日に開催したマーケティングイベント「Rakuten Ad&Marketing DAY 2026」のレポートをお届け。「未来を創るAIとデータの力」をテーマに開催された同イベントから、4つのセッションの模様を前編・後編でお伝えする。
4日前
記事のアイキャッチ画像
2026年5月技術イベント予定 ブログのファビコン Sansan Tech Blog
Sansan株式会社では、技術イベントや勉強会の主催・登壇・協賛を行っています。 各イベントの詳細については、以下のリンクからご確認ください。 ※開催状況により、すでに受付を終了している場合がございます。 ※掲載している内容は公開当時の情報です。最新情報は各イベントページをご確認ください。
4日前
記事のアイキャッチ画像
2025年の猛暑で「購入が増加したモノ」食品・飲料が1位 ハルメク調査 ブログのファビコン ECのミカタ
ハルメク生きかた上手研究所は2026年4月22日、「猛暑に関する調査」の結果を発表した。
4日前
記事のアイキャッチ画像
医療 × AI/データの「総合格闘技」が始まる——カケハシ「VP of Data & AI」新設の理由 ブログのファビコン KAKEHASHI Tech Blog
VP of Data and AI 鳥越 2026年3月2日、カケハシは執行役員 VP of Data & AIに鳥越大輔の就任を発表しました。 この人事の背景には、医療×AI・データという難易度の高い課題に向き合っていくことへの覚悟があります。今回、鳥越と執行役員CTOの湯前慶大に、執行役員 VP of Data & AIの人選理由から、カケハシにおけるAI・データ活用の現在地、そして今後の挑戦まで聞いてきました。 医療× AI・データという課題に挑むための執行役員就任 執行役員CTO 湯前 ──── なぜ今、カケハシに「VP of Data & AI」という役割が必要だったのでしょうか。 …
4日前
記事のアイキャッチ画像
自社ECの平均購買単価、5年間で136.6%に成長 GMOメイクショップ調査 ブログのファビコン ECのミカタ
GMOメイクショップ株式会社が提供するEC構築SaaS「makeshop byGMO」は2026年4月22日、同サービスに蓄積された購買データの分析から、自社ECにおける消費行動の傾向を発表した。
4日前
記事のアイキャッチ画像
What's new in pip 26.1 - lockfiles and dependency cooldowns! Simon Willison's Weblog
<p><strong><a href="https://ichard26.github.io/blog/2026/04/whats-new-in-pip-26.1/">What's new in pip 26.1 - lockfiles and dependency cooldowns!</a></strong></p>Richard Si describes an excellent set of upgrades to Python's default <code>pip</code> tool for installing dependencies.</p><p>This version drops support for Python 3.9 - fair enough, since it's been EOL <a href="https://devguide.python.org/versions/">since Octob...
4日前
記事のアイキャッチ画像
ヤマト運輸、日本郵便、佐川急便 2026年GW期間の「配送遅延の可能性」発表 ブログのファビコン ECのミカタ
ヤマト運輸株式会社、日本郵便株式会社、佐川急便株式会社はそれぞれ2026年のゴールデンウィーク期間における配送遅延の可能性を発表した。ヤマト運輸は同期間の一部営業所の臨時休業・営業時間短縮についても発表している。本記事では、それぞれの情報を紹介する。※本記事の掲載情報は各社の発表時点のもの〔出典:ヤマトホールディングス:4月22日発表/日本郵便:4月22日発表/佐川急便:4月27日発表〕。変更・更新の可能性がありますので、最新情報は各公式サイトでご確認ください。※記事タイトルおよび掲載情報を更新しました(4月28日)
4日前
記事のアイキャッチ画像
楽天ラクマ、「鑑定アリ」商品の売れやすさ50%以上アップ 楽天調査 ブログのファビコン ECのミカタ
楽天グループ株式会社(以下、楽天)が運営するフリマアプリ「楽天ラクマ」は2026年4月22日、株式会社コメ兵と提携して提供する「ラクマ最強鑑定」に関する意識調査の結果を発表した。
4日前
記事のアイキャッチ画像
母の日・父の日のプレゼント「消費できるもの」1位 エン調査 ブログのファビコン ECのミカタ
エン株式会社が運営する求人サイト「エンバイト」は2026年4月22日、「母の日・父の日プレゼント」に関するアンケートの結果を発表した。
4日前
記事のアイキャッチ画像
Introducing talkie: a 13B vintage language model from 1930 Simon Willison's Weblog
<p><strong><a href="https://talkie-lm.com/introducing-talkie">Introducing talkie: a 13B vintage language model from 1930</a></strong></p>New project from <a href="https://nlevine.org">Nick Levine</a>, <a href="http://www.cs.toronto.edu/~duvenaud/">David Duvenaud</a>, and <a href="https://en.wikipedia.org/wiki/Alec_Radford">Alec Radford</a> (of GPT, GPT-2, Whisper fame).</p><p><a href="https://huggingface.co/t...
4日前
記事のアイキャッチ画像
QAエンジニアとして 1年目 → 2年目 の仕事はどう変わった?これまでの変化を振り返る ブログのファビコン Cybozu Inside Out | サイボウズエンジニアのブログ
本記事は、2024年入社のQAエンジニア 3人による振り返りブログの3本目です。 blog.cybozu.ioはじめにこんにちは、GaroonというプロダクトでQAエンジニアをしている reo(@i_moqa)です⛄️Garoonの開発チームは複数のチームで構成されているのですが、私はその中のYukimiチームに所属しています。YukimiチームはGaroonで使用しているOSS(オープンソースソフトウェア)の更新や、セキュリティの維持・向上に向けた開発・保守を担当しています。Yukimiチームの詳細については以下の記事をご参照ください。blog.cybozu.io本記事では、新卒1年目から2年目の間で、チーム内外で自分の役割や動き方がどのように変化してきたのかを振り返ります。チーム内のタスクの変化新卒1年目から2年目にかけて、最も大きく変わったのはチーム内のタスクの進め方です。1年目は、スキルトランスファーを受けながら、チーム内で実施されていたタスクを進めることが中心でした。Yukimiチームのタスクは、OSSの更新やセキュリティ対応など影響範囲が広いものが多く、モブプログラミングで
4日前
記事のアイキャッチ画像
継続的な負荷テスト環境をBASEに構築しました 〜 第3回: モックツールの構築と運用 ブログのファビコン BASEプロダクトチームブログ
はじめに こんにちは、Checkout Reliabilityチームでバックエンドエンジニアをしているかがの(@ykagano)です! こちらは、「継続的な負荷テスト環境をBASEに構築しました」の第3回の記事です。 先に第1回、第2回を読んでいただくのをおすすめします。 継続的な負荷テスト環境をBASEに構築しました 〜 第1回: 負荷テストの全体像 - BASEプロダクトチームブログ 継続的な負荷テスト環境をBASEに構築しました 〜 第2回: 負荷生成ツールの構築と運用 - BASEプロダクトチームブログ こちらは第1回から紹介しているBASEの負荷テスト環境の構成図です。 負荷テスト環…
4日前
記事のアイキャッチ画像
Qwen3.6とGemma 4を比較。コーディングだとQwen3.6。デバッグだけGemma 4か ブログのファビコン きしだのHatena
Qwen3.6とGemma 4についてコーディング以外の比較をやってみたので、ここではコーディングについて比較してみます。 Qwen3.6はコーディングというタスクについてよく学習しています。一方でGemma 4はプログラミングの基礎はしっかりしていてQwen3.6より書けそうです。けれども、コーディングというタスクやアプリケーション開発の作業をあまり知らないですね。 なので、コーディングで使うなら基本的にはQwen3.6のほうがよさそう。デバッグでQwen3.6の手にあまるときにGemma 4にやらせるのがいいかもしれません。 プログラミングの基礎 ((Computer Science Li…
4日前
記事のアイキャッチ画像
RubyKaigi 2026は、SREにとっても"行く価値"のあるカンファレンスだった ブログのファビコン Timee Product Team Blog
こんにちは、タイミーでSRE業務を担当している徳富(@yannKazu1)です。 先日、函館で開催されたRubyKaigi 2026に参加してきました。Ruby本体やパーサ、GC、JITといった「言語の中身」を深掘りするカンファレンスなので、普段アプリケーションコードよりインフラ寄りの仕事をしている自分が行って楽しめるのか、という気持ちも少しありました。ですが、結果としてとても楽しめたので、感想を書いておきます。 SREが行っても普通に楽しめた 普段の仕事はRailsアプリケーションを安定して動かしたり、スケールさせたり、観測したりすることが中心です。Ruby本体にコミットするわけでも、パーサ…
4日前
記事のアイキャッチ画像
Our commitment to community safety OpenAI News
Learn how OpenAI protects community safety in ChatGPT through model safeguards, misuse detection, policy enforcement, and collaboration with safety experts.
4日前
記事のアイキャッチ画像
OpenAI models, Codex, and Managed Agents come to AWS OpenAI News
OpenAI GPT models, Codex, and Managed Agents are now available on AWS, enabling enterprises to build secure AI in their AWS environments.
4日前
記事のアイキャッチ画像
microsoft/VibeVoice Simon Willison's Weblog
<p><strong><a href="https://github.com/microsoft/VibeVoice">microsoft/VibeVoice</a></strong></p>VibeVoice is Microsoft's Whisper-style audio model for speech-to-text, MIT licensed and with speaker diarization built into the model.</p><p>Microsoft released it on January 21st, 2026 but I hadn't tried it until today. Here's a one-liner to run it on a Mac with <code>uv</code>, <a href="https://github.com/Blaizzy/mlx-audio">mlx-audio&...
4日前
記事のアイキャッチ画像
Scrapboxに見出しの記法は存在しない - 橋本商会 - Cosense ブログのファビコン 橋本商会 - Cosense
Cosenseに見出しの記法は存在しません ページ内に見出しを作る事そのものを否定しているからです存在するのは「文字を大きくする記法」だけです 見出しを作るほど独立した項目なら ページ内に構造化するのではなく 独立した別ページとして切り出す事を推奨しています 独立したページは、複数のページから参照され、関係性の説明のネットワークのHUBになれる可能性があります see 関連ページリスト 独立できる程の情報量を1つのページ内構造に押し込んでしまうと、再利用性が下がり、将来的な機会損失になりますというメッセージを込めて最近/help-jp/記法を/help-jp/ブラケティングに書き直した
5日前
記事のアイキャッチ画像
ローカルLLMコーディングエージェントは重くて賢いモデルと軽くて新しいモデルを組み合わせるようになるんでは ブログのファビコン きしだのHatena
このところ1T近くの大きさのいろんなLLMがオープンウェイトで公開されていますが、果たしてこれからもこのようなサイズのモデルが高頻度に更新されていくんだろうか、という気持ちにもなります。 また、なんだかんだで1Tじゃないにしろでかいモデルは動かすのが重いです。 ところで、Qwen3.6やGemma 4の26B-35Bといったモデルでも、小規模のコード、特に新規書き起こしのコードでは十分になってきています。 こちらも。 Qwen3.6やGemma 4に手書きのデザインを見せてゲームを作ってもらう - きしだのHatena Qwen3.6-27BにRPGを作ってもらったらすごすぎた - きしだのH…
5日前
記事のアイキャッチ画像
Qwen3.6とGemma 4を比較。コーディング以外の用途だとGemma 4か ブログのファビコン きしだのHatena
Qwen3.6とGemma 4、同じ時期に同じようなサイズのモデルが出ていたので比べてみます。 Qwen3.6-35B-A3B: Agentic Coding Power, Now Open to All Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model Gemma 4 モデルカード | Google AI for Developers Gemma 4 31BだけQ4_K_Mで、他はQ4_K_XL-UDで試しています。 モデル 公開日 4K 36K 260K 入力 出力 Qwen3.6-35B-A3B 4/15 23.7GB 24.…
5日前
記事のアイキャッチ画像
Tracking the history of the now-deceased OpenAI Microsoft AGI clause Simon Willison's Weblog
<p>For many years, Microsoft and OpenAI's relationship has included a weird clause saying that, should AGI be achieved, Microsoft's commercial IP rights to OpenAI's technology would be null and void. That clause appeared to end today. I decided to try and track its expression over time on <a href="https://openai.com/">openai.com</a>.</p><p>OpenAI, July 22nd 2019 in <a href="https://openai.com/index/microsoft-invests-in-and-partners-with-openai/">Microsoft inv...
5日前
記事のアイキャッチ画像
Speech translation in Google Meet is now rolling out to mobile devices Simon Willison's Weblog
<p><strong><a href="https://workspaceupdates.googleblog.com/2026/04/speech-translation-in-google-meet-is-now-rolling-out-to-mobile-devices.html">Speech translation in Google Meet is now rolling out to mobile devices</a></strong></p>I just encountered this feature via a "try this out now" prompt in a Google Meet meeting. It kind-of worked!</p><p>This is Google's implementation of the ultimate sci-fi translation app, where two people can talk to eac...
5日前
記事のアイキャッチ画像
和田卓人氏と語る、"開発現場"の未来予測 (RECRUIT TECH CONFERENCE 2026開催レポート) ブログのファビコン Recruit Data Blog
はじめに 本記事は、先日開催された「RECRUIT TECH CONFERENCE 2026」より「和田卓人氏と語る、"開発現場"の
5日前

4/27 (月)

記事のアイキャッチ画像
GenAI Citations, Explained ブログのファビコン Practical Ecommerce
A GEO strategy should focus on getting cited while also building a brand known for reliable problem-solving.The post GenAI Citations, Explained appeared first on Practical Ecommerce.
5日前
記事のアイキャッチ画像
OpenAI available at FedRAMP Moderate OpenAI News
OpenAI is available at FedRAMP Moderate authorization for ChatGPT Enterprise and the OpenAI API, enabling secure AI adoption for U.S. federal agencies.
5日前
記事のアイキャッチ画像
Show Your Work: The Case for Radical AI Transparency ブログのファビコン Radar
A colleague told me something recently that I keep thinking about. She said, unprompted, that she appreciated seeing both sides of my AI conversations. Not just the output. The full thread. My prompts, the AI’s responses, the back and forth, the dead ends, the iterations. She said it made her trust me more. This piece […]
5日前
記事のアイキャッチ画像
The next phase of the Microsoft OpenAI partnership OpenAI News
OpenAI and Microsoft announce an amended agreement that simplifies the partnership, adds long-term clarity, and supports continued AI innovation at scale.
5日前
記事のアイキャッチ画像
iOSビルドの凡ミスから学ぶ、FlutterのビルドキャッシュとAOTコンパイルの仕組み ブログのファビコン エムスリーテックブログ
ソフトウェアエンジニアの末永です。私は個人開発でFlutter製のモバイルアプリを開発しています。このアプリを開発している中でアプリのビルド周りでハマってしまったことがあり、その際ビルドシステムに関してしっかりと調査しました。この記事はその調査の際に書いたものです。*1 なお、本記事は次のバージョンを対象とした内容となっています。 Flutter: 3.38.0 Dart: 3.10.0 また、ビルド対象はiOSとAndroidのモバイルアプリのみとします。 *1:私は業務ではFlutterアプリの開発をしておらず、あくまで個人開発での経験に基づく内容です。
5日前
記事のアイキャッチ画像
モバイルQAで積んだテスト設計が、gRPCの自動テストを支えてくれた ブログのファビコン Cybozu Inside Out | サイボウズエンジニアのブログ
こんにちは!サイボウズ Office で QA エンジニアをしている、水谷(@dog_dog_3dog)です!今回は、新卒3年目を迎える3人のQA同期メンバーのリレーブログの2本目として、「仕事の変化はあるけれど、やってきたことはちゃんと力になっている」というテーマで書いてみようと思います。1年前には想像していなかった今の仕事3年目を迎えた今、私はグループウェア製品の中のLLM アプリの開発チームで、QA のリードとして働いています。今の自分だけを見ると、「もともと自動テストや API テストが得意だったのかな」と思われるかもしれません。LLM アプリの開発に携わることになることも、まして苦手意識のあった自動テストを集中的に実装することになるなんて、1年前の自分はまったく想像していませんでした。もともとはモバイルアプリの QA だった入社して最初に配属されたのは、サイボウズ Office モバイル(Android)の開発チームでした。1週間で 5〜6 機能ほど増えるようなスピード感だったので、毎週たくさんのテスト設計をして、モバイルアプリのテストに追われる毎日でした。とはいえ、1つ1つ
5日前
記事のアイキャッチ画像
第40回人工知能学会全国大会(JSAI2026)にプラチナスポンサーとして協賛します ブログのファビコン Sansan Tech Blog
こんにちは、研究開発部のライです。 2026年6月8日(月)から6月12日(金)にGメッセ群馬で開催される人工知能学会全国大会(JSAI2026)に、Sansan株式会社はプラチナスポンサーとして協賛し、ブース出展および発表を行います。Sansanからは、ポスター発表2件と口頭発表1件を行います。 本記事では各発表の概要と、ブースについて紹介します。
5日前
記事のアイキャッチ画像
データアナリストの一日 2026年版 — 今日やることは、AIが教えてくれる ブログのファビコン Timee Product Team Blog
※ 2026年4月時点の情報です こんにちは、データアナリティクス部のkoyoです。2024年1月に「データアナリストの一日」という記事を書きました。あれから2年が経ち、分析の進め方がかなり変わったので、改めてお伝えできればと思います。 この記事で紹介するのは、AIへのプロンプトの工夫ではありません。AIが正しく動き続けるための環境を自分で設計した話です。 Before / After — 変わったのは「認知負荷の配分」 2024年の朝はこんな感じでした。Slackの通知を上から順に読んで、未読チャンネルを巡回して、カレンダーを確認して、「あ、あのスレッドに返信できていなかった」と気づく。情報…
5日前
記事のアイキャッチ画像
Qwen3.6-27BにRPGを作ってもらったらすごすぎた ブログのファビコン きしだのHatena
布留川さんがGPT-5.5にRPGを作らせていたので、同じプロンプトをQwen3.6-27Bに渡すとどうなるかなと試してみたら、ちゃんとRPGを作ってびっくりした。 こんな感じ。 壁のテクスチャやモンスターはJSで描画してる。3D描画もライブラリを使わず自前実装。 操作性などを修正してもらったけど、基本的には出てきたままです。 ここで遊べます。 https://kishida.github.io/webdemos/rpg/rpg.html ダンジョンズ&ドラゴンズ モンスター・マニュアル第4版 (ダンジョンズ&ドラゴンズ基本ルールブック)作者:マイク ミアルス,スティーヴン シューバート,ジェ…
5日前
記事のアイキャッチ画像
An open-source spec for orchestration: Symphony OpenAI News
Learn how Symphony, an open-source spec for Codex orchestration, turns issue trackers into always-on agent systems—boosting engineering output and reducing context switching.
5日前
記事のアイキャッチ画像
Choco automates food distribution with AI agents OpenAI News
How Choco used OpenAI APIs to streamline food distribution, boost productivity, and unlock growth—an in-depth customer story on real-world AI impact.
5日前
記事のアイキャッチ画像
AI 評価ワークショップを実施して見えてきたこと—— AI エンジニアだけに任せない、チームで育てる AI 品質改善の文化 ブログのファビコン カミナシ エンジニアブログ
2026年4月、「カミナシ 教育」開発チームのオフサイト。 エンジニア・プロダクトマネージャ(PM)・プロダクトデザイナー(PD)が3人ずつのチームに分かれ、「カミナシ 教育」のAI機能をいじりながら、ある特殊なケースを探していました。 機能のバグでしょうか?いえ、もっと厄介なものです。「出力結果はおかしいのに、評価指標は問題なしと判定してしまうケース」——AI機能を評価する仕組みそのものの盲点です。 これが私たちのチームで実施したAI評価改善ワークショップの一場面です。 AI評価改善ワークショップの様子 こんにちは、カミナシでAIエンジニアをしている井上です。カミナシではプロダクトのAI機能…
5日前
記事のアイキャッチ画像
Qwen3.6やGemma 4に手書きのデザインを見せてゲームを作ってもらう ブログのファビコン きしだのHatena
Qwen3.6は画像を読み取れるので、手描きでゲームデザイン書いたら作ってくれるかなぁと思って試してみました。 そしたら想像以上にちゃんと作ってくれたので、Gemma 4でも試したり、他のゲームつくったりやってみました。 結局Claudeさんに作ってもらったけど、Qwen3.6やGemma 4でも十分にゲーム作ってくれます。 安定感はなくて調整が多く必要だけど、指示も割とちゃんときいてくれるので、バグにハマらなければ結構いけます。 コードに関しては小さいゲームの範囲であればどちらも性能十分だけど、ゲームデザインや手書きの文字の読み取りなどはQwen3.6がいいです。特にデザインやゲーム的な処理…
5日前
記事のアイキャッチ画像
Our principles OpenAI News
Our mission is to ensure that AGI benefits all of humanity. Sam Altman shares five principles that guide our work.
6日前
記事のアイキャッチ画像
「TypeScript 7.0」ベータ版が公開。TypeScriptコンパイラなどをGo言語に移植、コンパイルを10倍速に ブログのファビコン Publickey
マイクロソフトは、TypeScriptをGo言語に移植した最初のバージョンとなる「TypeScript 7.0」のベータ版を公開したと発表しました。 TypeScript 7.0 Beta is here!Built on a new na...
6日前

4/26 (日)

記事のアイキャッチ画像
At 55, Email Is Vital for Marketers ブログのファビコン Practical Ecommerce
A direct connection with prospects is key in an AI world, where traditional acquisition channels are changing. The post At 55, Email Is Vital for Marketers appeared first on Practical Ecommerce.
6日前
記事のアイキャッチ画像
WHY ARE YOU LIKE THIS Simon Willison's Weblog
<p>@scottjla <a href="https://twitter.com/scottjla/status/2047535371664457863">on Twitter</a> in reply to my <a href="https://simonwillison.net/tags/pelican-riding-a-bicycle/">pelican riding a bicycle</a> benchmark:</p><blockquote><p>I feel like we need to stack these tests now</p><p><img alt="AI generated image. A pelican is riding a bicycle along a dirt track, chased by a police car. The pelican looks panicked, likely because ther...
7日前

4/25 (土)

記事のアイキャッチ画像
Quoting Romain Huet Simon Willison's Weblog
<blockquote cite="https://twitter.com/romainhuet/status/2047955381578838357"><p>Since GPT-5.4, we’ve unified Codex and the main model into a single system, so there’s no separate coding line anymore.</p><p>GPT-5.5 takes this further, with strong gains in agentic coding, computer use, and any task on a computer.</p></blockquote><p class="cite">— <a href="https://twitter.com/romainhuet/status/2047955381578838357">Romain Huet</a>, con...
7日前
記事のアイキャッチ画像
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倍のメモリ削減を実…
7日前