Cursor now supported on Vercel MCP

Cursor now supported on Vercel MCP

Connect Cursor to Vercel MCP to manage projects and deployments, analyze logs, search docs, and more

Vercel Blog
api tool
AI エージェントがインタラクティブな UI を返すことを可能にする MCP UI

AI エージェントがインタラクティブな UI を返すことを可能にする MCP UI

MCP UI は Model Context Protocol (MCP) を拡張して、AI エージェントがインタラクティブな UI コンポーネントを返すことを可能にする仕組みです。これにより、AI エージェントとのチャットの返答としてグラフや画像ギャラリー、購入フォームなどを表示できます。この記事では MCP UI の SDK を利用して、AI エージェントがインタラクティブな UI コンポーネントを返す方法を試してみます。

azukiazusa のテックブログ2
api tool
No Image

Hypothesis is now thread-safe

Hypothesis is a property-based testing library for Python. It lets you write tests like this one: from hypothesis import given, strategies as st @given(st.lists(st.integers())) def test_matches_builtin(ls): assert sorted(ls) == my_sort(ls) …

simonwillison-blog
testing tool
v9.33.0

v9.33.0

この記事は、ESLintのバージョン9.33.0のリリースノートを提供しています。このバージョンでは、いくつかの新機能とバグ修正が含まれています。新機能としては、no-restricted-globalsルールにグローバルオブジェクトアクセス検出機能が追加され、one-varルールに明示的なリソース管理がサポートされました。また、カスタムルールにおいてmeta.docs.recommendedに任意の型を許可するバグが修正され、check-emfile-handling.jsにおける潜在的なバグも修正されました。ドキュメントの更新も行われ、TypeScriptコード例のためのプレイグラウンドボタンが追加されました。これにより、ESLintの使い勝手が向上し、開発者がより効率的にコードを管理できるようになります。 • no-restricted-globalsルールにグローバルオブジェクトアクセス検出機能が追加された • one-varルールに明示的なリソース管理がサポートされた • カスタムルールにおいてmeta.docs.recommendedに任意の型を許可するバグが修正された • check-emfile-handling.jsにおける潜在的なバグが修正された • TypeScriptコード例のためのプレイグラウンドボタンが追加された

eslint/eslint
release tool
The one-liner for max-width, centering, and margins.

The one-liner for max-width, centering, and margins.

To horizontally center an element and limit it’s width, this is easily the most common approach: That could still touch the edges of a parent container though, so if need to enforce some spacing, we’d probably do that on a parent. There is no real problem with that, but we can smash it all into […]

Frontend Masters Blog
css ui
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows

npm Adopts OIDC for Trusted Publishing in CI/CD Workflows

npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.

Socket
security tool
How to Prepare for CSS-Specific Interview Questions

How to Prepare for CSS-Specific Interview Questions

Get advice answering a set of 10 CSS-related questions you likely will encounter in front-end interviews.

CSS-Tricks
framework tool ui
How Zapier scales product partnerships with v0

How Zapier scales product partnerships with v0

The team behind Zapier’s embedded platform uses v0 to turn partner conversations into scalable integrations

Vercel Blog
api tool
Improved metrics search in Observability Plus

Improved metrics search in Observability Plus

We’ve improved the metrics search and navigation experience in Vercel Observability, making it faster and easier to build custom queries.

Vercel Blog
tool
We’re testing a new, AI-powered Google Finance.

We’re testing a new, AI-powered Google Finance.

Beginning this week, you'll see us testing a new Google Finance, reimagined with AI at its core. Here’s what to expect:Research your finance questions with AI: Now, you …

google-ai-blog
api tool
Introducing Authorization for Apollo MCP Server: Secure AI Access to Your GraphQL APIs

Introducing Authorization for Apollo MCP Server: Secure AI Access to Your GraphQL APIs

Unlock microservices potential with Apollo GraphQL. Seamlessly integrate APIs, manage data, and enhance performance. Explore Apollo's innovative solutions.

Apollo GraphQL Blog
api security tool
Item Flow – Part 2: next steps for Masonry

Item Flow – Part 2: next steps for Masonry

Back in March, we published Item Flow, Part 1: a new unified concept for layout, an article about a new idea for unifying flex-flow and grid-auto-flow into a single set of properties under a new item-flow shorthand.

WebKit Blog
css framework ui
v7.1.1

v7.1.1

この記事は、Viteのバージョン7.1.1のリリースに関する情報を提供しています。このリリースは2023年8月8日に行われ、コミッターの署名が確認されたことが記載されています。リリースの詳細についてはCHANGELOG.mdを参照するように指示されています。記事には、リリースに関連する具体的な変更点や新機能についての情報は含まれていません。 • Viteのバージョン7.1.1が2023年8月8日にリリースされた • リリースはコミッターの署名が確認された • リリースの詳細はCHANGELOG.mdを参照するように指示されている • 具体的な変更点や新機能についての情報は含まれていない

vitejs/vite
release tool
ESLint v9.33.0 released

ESLint v9.33.0 released

A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.

ESLint Blog
tool
Mastra Changelog 2025-08-08

Mastra Changelog 2025-08-08

Breaking changes to Scorer API, critical fixes for message handling and parallel workflows, plus improvements to memory filtering and type safety across the board. Plus, we're announcing our first ever conference: TypeScript AI

mastra-blog
ai api cloud
v4.9.0

v4.9.0

Hono v4.9.0がリリースされ、いくつかの機能強化とユーティリティが追加されました。主なハイライトは新しいparseResponseユーティリティで、RPCクライアントのレスポンスを簡単に処理できるようになります。このユーティリティは、異なるレスポンス形式を自動的に処理し、失敗したリクエストに対して構造化されたエラーをスローします。新機能として、AWS Lambdaでのバイナリコンテンツタイプの指定、JWTの発行者(iss)クレームの検証、JWKミドルウェアへのカスタムヘッダー名の追加、クッキー生成ヘルパーの追加などが含まれています。これにより、RPCクライアントのレスポンス処理がより簡単かつ型安全になります。 • 新しいparseResponseユーティリティが追加され、RPCクライアントのレスポンス処理が簡素化される。 • parseResponseは異なるレスポンス形式を自動的に処理し、失敗したリクエストに対して構造化されたエラーをスローする。 • AWS Lambdaでのバイナリコンテンツタイプの指定が可能になった。 • JWTの発行者(iss)クレームの検証機能が追加された。 • JWKミドルウェアにカスタムヘッダー名を追加する機能が実装された。

honojs/hono
library release tool
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign

60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign

A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.

Socket
api security tool
July 2025 (version 1.103)

July 2025 (version 1.103)

Learn what is new in the Visual Studio Code July 2025 Release (1.103)

vscode-blog
framework tool
See our new ChromeOS wallpapers starring Jupiter’s UV auroras

See our new ChromeOS wallpapers starring Jupiter’s UV auroras

This Google ChromeOS collaboration with NASA uses AI to visualize the unseeable.

google-ai-blog
tool ui
I’ve designed AI assistants — Here’s what actually works

I’ve designed AI assistants — Here’s what actually works

Learn how to design AI assistants that are purpose‑driven, user‑focused, and built on trust with reusable UI patterns and clear interactions.

LogRocket Dev
tool ui
Biome CLI v2.1.4

Biome CLI v2.1.4

Biome CLI v2.1.4のリリースに関する記事では、いくつかのパッチ変更が紹介されています。主な修正点として、エイリアスを使用したインポートシンボルの認識、プライベートメンバーの未使用マークの修正、Qwikアプリケーション向けの新しいルールの追加が含まれています。特に、useVisibleTask$()関数の使用に関する警告や、<img>要素に幅と高さの属性を強制するuseImageSizeルールが追加され、レイアウトシフトを防ぎ、Core Web Vitalsを改善することを目的としています。また、<a>要素にhref属性を必須とするuseAnchorHrefルールや、オプショナルチェイニングの後に非nullアサーションを使用しないようにするnoNonNullAssertedOptionalChainルールも追加されました。 • エイリアスを使用したインポートシンボルの認識が修正された。 • プライベートメンバーの未使用マークの修正が行われた。 • Qwikアプリケーション向けにuseVisibleTask$()関数の使用に関する警告が追加された。 • <img>要素に幅と高さの属性を強制するuseImageSizeルールが追加された。 • <a>要素にhref属性を必須とするuseAnchorHrefルールが追加された。 • オプショナルチェイニングの後に非nullアサーションを使用しないようにするルールが追加された。

biomejs/biome
release tool
New CNA Scorecard Tool Ranks CVE Data Quality Across the Ecosystem

New CNA Scorecard Tool Ranks CVE Data Quality Across the Ecosystem

The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilit...

Socket
security tool
2025-08-07のJS: Node.js v22.18.0 (LTS)、TypeScript 5.9、Panda CSS v1

2025-08-07のJS: Node.js v22.18.0 (LTS)、TypeScript 5.9、Panda CSS v1

JSer.info #744 - Node.js v22.18.0がリリースされました。

JSer.info
framework library tool
Using the Custom Highlight API

Using the Custom Highlight API

You can get your hands on ranges of text in JavaScript, then apply a named

Frontend Masters Blog
tool ui
Vercel collaborates with OpenAI for GPT-5 launch

Vercel collaborates with OpenAI for GPT-5 launch

The GPT-5 family of models released today, are now available through AI Gateway and are in production on our own v0.dev applications. Thanks to OpenAI, Vercel has been testing these models for a few weeks in v0, Next.js, AI SDK, and Vercel Sandbox.

Vercel Blog
api library tool
Vercel is the only vendor to be recognized as a Visionary in the 2025 Gartner® Magic Quadrant™ for Cloud-Native Application Platforms

Vercel is the only vendor to be recognized as a Visionary in the 2025 Gartner® Magic Quadrant™ for Cloud-Native Application Platforms

We’re honored to be the only vendor recognized as a Visionary in the 2025 Gartner® Magic Quadrant™ for Cloud Native Application Platforms.

Vercel Blog
cloud platform tool
A guide to designing successful product management workshops

A guide to designing successful product management workshops

Learn how to design product management workshops that drive alignment, decisions, and strategic outcomes instead of just activities.

LogRocket Dev
tool
NuxtLabs joins Vercel with Daniel Roe

NuxtLabs joins Vercel with Daniel Roe

In this episode of PodRocket, Daniel Roe, lead dev over at NuxtLabs, joins Paul to discuss the big news: NuxtLabs is joining Vercel. They dive into what this partnership means for Nuxt, the independence of the open-source framework, and how products like Nuxt UI Pro, Nuxt Studio, and Nuxt Hub are evolving. Daniel also shares insights on zero-config deployments, maintaining choice for developers, and the philosophy behind keeping Nuxt open and flexible.

PodRocket
framework podcast tool
plugin-legacy@7.2.1

[email protected]

この記事は、Viteのプラグイン「plugin-legacy」のバージョン7.2.1のリリースに関する情報を提供しています。このリリースは2023年8月7日に行われ、主に変更履歴(CHANGELOG.md)に詳細が記載されています。リリースはコミッターの署名付きで行われており、セキュリティの観点からも確認されています。記事内では、リリースに関連するアセットの情報も含まれていますが、具体的な内容は表示されていません。 • plugin-legacyのバージョン7.2.1がリリースされた • リリース日は2023年8月7日 • リリースの詳細はCHANGELOG.mdに記載されている • リリースはコミッターの署名付きで行われた • アセット情報が含まれているが、具体的な内容は表示されていない

vitejs/vite
release tool
create-vite@7.1.0

[email protected]

この記事は、Viteの新しいリリースである[email protected]についての情報を提供しています。このリリースは2023年8月7日に行われ、主に3つのコミットがメインブランチに追加されました。リリースには、コミッターの署名が含まれており、セキュリティが強化されています。詳細についてはCHANGELOG.mdを参照するように指示されています。 • Viteの新しいリリース[email protected]が2023年8月7日に行われた • このリリースには3つのコミットが含まれている • コミッターの署名が含まれており、セキュリティが強化されている • 詳細はCHANGELOG.mdで確認できる

vitejs/vite
release tool
plugin-legacy@7.2.0

[email protected]

この記事は、Viteのプラグイン「plugin-legacy」のバージョン7.2.0のリリースに関する情報を提供しています。このリリースは2023年8月7日に行われ、主に4つのコミットがメインブランチに追加されました。リリースタグはコミッターの確認済み署名で署名されており、詳細についてはCHANGELOG.mdを参照するように指示されています。記事には、リリースに関連する具体的な変更点や新機能についての情報は含まれていません。 • Viteのプラグイン「plugin-legacy」のバージョン7.2.0がリリースされた • リリース日は2023年8月7日 • メインブランチに4つのコミットが追加された • リリースタグはコミッターの確認済み署名で署名されている • 詳細はCHANGELOG.mdを参照するように指示されている

vitejs/vite
release tool
v7.1.0

v7.1.0

この記事は、Viteのバージョン7.1.0のリリースに関する情報を提供しています。このリリースは2023年8月7日に行われ、メインブランチに対して5つのコミットが追加されました。リリースに関する詳細はCHANGELOG.mdに記載されており、リリースタグはコミッターの確認済み署名で署名されています。記事には、リリースに関連するアセットや通知設定に関する情報も含まれていますが、具体的な変更点や新機能については記載されていません。 • Viteのバージョン7.1.0が2023年8月7日にリリースされた • メインブランチに対して5つのコミットが追加された • リリースの詳細はCHANGELOG.mdに記載されている • リリースタグはコミッターの確認済み署名で署名されている • 具体的な変更点や新機能については記載がない

vitejs/vite
release tool
New plan, no limits of active workflow — n8n's new pricing explained.

New plan, no limits of active workflow — n8n's new pricing explained.

If you’ve been around n8n for a while, you know we like sharing openly what we’re working on and involving our community along the way. So, when we decided to review our pricing earlier this year, we followed that same approach. We spent months talking with builders across

n8n-blog
tool
アニメーションのフレームをテストしない。その理由を解説します。

アニメーションのフレームをテストしない。その理由を解説します。

Zenn Cybozu Frontend
testing tool ui
Common Unity Errors and How To Fix Them

Common Unity Errors and How To Fix Them

Trigger, spot, and squash Unity’s four classic runtime foes—NullReference, IndexOutOfRange, MissingComponent, and MissingReference—with clear, step-by-step fixes.

Sentry Blog
tool
From hard refusals to safe-completions: toward output-centric safety training

From hard refusals to safe-completions: toward output-centric safety training

Introduced in GPT-5, safe-completion is a new safety-training approach to maximize model helpfulness within safety constraints. Compared to refusal-based training, safe-completion improves both safety and helpfulness, especially in dual-use domains.

openai-blog
framework ui
No Image

Release Notes for Safari Technology Preview 225

Safari Technology Preview Release 225 is now available for download for macOS Tahoe and macOS Sequoia.

WebKit Blog
tool ui
Pioneering AI workflows at scale: A deep dive into Asana AI Studio and Amazon Q index collaboration

Pioneering AI workflows at scale: A deep dive into Asana AI Studio and Amazon Q index collaboration

Today, we’re excited to announce the integration of Asana AI Studio with Amazon Q index, bringing generative AI directly into your daily workflows. In this post, we explore how Asana AI Studio and Amazon Q index transform enterprise efficiency through intelligent workflow automation and enhanced data accessibility.

aws-ml-blog
api tool
Insulin resistance prediction from wearables and routine blood biomarkers

Insulin resistance prediction from wearables and routine blood biomarkers

google-research
api tool
v15.4.6

v15.4.6

Next.jsのリリースv15.4.6は、バグ修正をバックポートしたものであり、canaryにあるすべての機能や変更は含まれていません。このリリースでは、最小モードでの_errorページのreq.urlが動的パラメータに上書きできるように修正され、/_next/static/media内のフォントに?dplを追加する修正が行われました。 • バグ修正が行われたリリースである • 最小モードでの_errorページのreq.urlが動的パラメータに上書き可能になった • /_next/static/media内のフォントに?dplが追加された • canaryにあるすべての機能や変更は含まれていない

vercel/next.js
release tool
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch

Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch

Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.

Socket
api security
Process multi-page documents with human review using Amazon Bedrock Data Automation and Amazon SageMaker AI

Process multi-page documents with human review using Amazon Bedrock Data Automation and Amazon SageMaker AI

In this post, we show how to process multi-page documents with a human review loop using Amazon Bedrock Data Automation and Amazon SageMaker AI.

aws-ml-blog
tool
20.1.6

20.1.6

この記事は、Angularのバージョン20.1.6のリリースに関する情報を提供しています。このリリースは343のコミットを含み、最新の変更が反映されています。リリース日は2019年8月6日であり、リリースに関連するアセットが2つ用意されています。リリースノートには、特定のタグや詳細な変更内容は表示されていませんが、リリースの重要性を示すために、バージョン番号とコミット数が強調されています。 • Angularのバージョン20.1.6がリリースされた • 343のコミットがこのリリースに含まれている • リリース日は2019年8月6日 • リリースに関連するアセットが2つ存在する • リリースノートには具体的な変更内容は記載されていない

angular/angular
framework release
No Image

Tom MacWright: Observable Notebooks 2.0

Observable announced Observable Notebooks 2.0 last week - the latest take on their JavaScript notebook technology, this time with an open file format and a brand new macOS desktop app. …

simonwillison-blog
library tool
11 Malicious Go Packages Distribute Obfuscated Remote Payloads

11 Malicious Go Packages Distribute Obfuscated Remote Payloads

Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.

Socket
security tool
Convert HTML to Design in Figma

Convert HTML to Design in Figma

Convert HTML to design in Figma instantly. Import websites into fully editable Figma designs and generate on-brand variations with AI.

Builder.io Blog
tool ui
No Image

Get the number of auto-fit/auto-fill columns in CSS

Frontend Masters Blog
css tool ui
How Arcjet approaches open source

How Arcjet approaches open source

How we think about open source licensing, releasing open source projects, forks, and contributing upstream.

Arcjet Blog
api tool
20.1.5

20.1.5

この記事は、Angularのリリースバージョン20.1.5に関するもので、主にいくつかの重要な修正と改善点が含まれています。具体的には、ホストリスナーの型チェックの改善、JITでの外部リソースの読み込み時に失敗したレスポンスを正しく認識する機能、HttpResourceでのset()メソッド使用時にヘッダー、進行状況、ステータスコードをリセットする修正、injectマイグレーションにおけるフィルタリングの誤りの修正が行われています。これらの変更は、Angularの安定性とパフォーマンスを向上させることを目的としています。 • ホストリスナーの型チェックが改善された • JITでの外部リソースの読み込み時に失敗したレスポンスを正しく認識するようになった • HttpResourceのset()メソッド使用時にヘッダー、進行状況、ステータスコードがリセットされるようになった • injectマイグレーションにおけるフィルタリングの誤りが修正された

angular/angular
framework release
Bringing Back Parallax With Scroll-Driven CSS Animations

Bringing Back Parallax With Scroll-Driven CSS Animations

Parallax is a pattern in which different elements of a webpage move at varying speeds as the user scrolls, creating a three-dimensional, layered appearance. It once required JavaScript. Now we have scroll-driven animations in CSS, which is free from the main-thread blocking that can plague JavaScript animations.

CSS-Tricks
css tool ui
Fix over-caching with dynamic IO caching in Next.js 15

Fix over-caching with dynamic IO caching in Next.js 15

Next.js 15 caching overhaul: Fix overcaching with Dynamic IO and the use cache directive.

LogRocket Dev
framework tool
Introducing AI Elements: build AI interfaces faster

Introducing AI Elements: build AI interfaces faster

Focus on your AI’s intelligence, not the UI scaffolding. AI Elements is now available as a new Vercel product to help frontend engineers build AI-driven interfaces in a fraction of the time.

Vercel Blog
library tool
Introducing Vercel MCP: Connect Vercel to your AI tools

Introducing Vercel MCP: Connect Vercel to your AI tools

Vercel now has an official hosted MCP server (aka Vercel MCP), which you can use to connect your favorite AI tools, such as Claude or VS Code, directly to Vercel.

Vercel Blog
api tool
926: RSS Is NOT Dead

926: RSS Is NOT Dead

Syntax.fm
tool ui
n8n execution advantage: An overview of our unique pricing model

n8n execution advantage: An overview of our unique pricing model

n8n offers a pricing model designed to make automation accessible and scalable for everyone. Unlike other platforms that charge per operation, step, or task, n8n charges based on full workflow executions. This means your costs grow only when your automations run from start to finish and deliver value, not when

n8n-blog
platform tool
Taking Control with Graph Modifiers

Taking Control with Graph Modifiers

Managing dependencies in complex JavaScript projects just got easier. vlt now offers Graph Modifiers, a new way to take precise control of your dependency graph.

VLT Blog
library tool
Chrome 140 beta

Chrome 140 beta

Discover the features that are coming to Chrome in the latest beta release.

Chrome Developer Blog
css tool ui
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More

TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More

TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScr...

Socket
api library
Meet your new AI coding teammate: Gemini CLI GitHub Actions

Meet your new AI coding teammate: Gemini CLI GitHub Actions

Today, we’re introducing Gemini CLI GitHub Actions. It’s a no-cost, powerful AI coding teammate for your repository. It acts both as an autonomous agent for critical rou…

google-ai-blog
api tool
No Image

No, AI is not Making Engineers 10x as Productive

Colton Voege on "curing your AI 10x engineer imposter syndrome". There's a lot of rhetoric out there suggesting that if you can't 10x your productivity through tricks like running a …

simonwillison-blog
tool
Boosting Session Replay performance on iOS with View Renderer V2

Boosting Session Replay performance on iOS with View Renderer V2

Boosting Session Replay speed on older iOS devices. See how Sentry’s custom renderer reduced frame drops and improved performance.

Sentry Blog
api tool
How to set up and use the Linear MCP server

How to set up and use the Linear MCP server

Learn how to set up and use the Linear MCP server. Fusion supercharges your project management using AI integrations.

Builder.io Blog
api tool
Little Reminder About Custom Properties with Invalid Values

Little Reminder About Custom Properties with Invalid Values

This is like one of those weirdly difficult quizzes about CSS. If you’ve got a <p> element sitting there in a totally normal basic HTML layout, then this CSS: What color does the <p> render as? It’s blue. You might think it’s green, as the value blah is an invalid color. If the CSS had… […]

Frontend Masters Blog
css tool
Understanding Flame Graphs in Node.js (and How AI Makes Them Easier with N|Solid)

Understanding Flame Graphs in Node.js (and How AI Makes Them Easier with N|Solid)

Flame graphs are one of the most powerful tools for understanding performance bottlenecks, but they can also be one of the hardest to read.

NodeSource Blog
api tool
Introducing NCM v3: AI-Enhanced Security & Performance for Node.js

Introducing NCM v3: AI-Enhanced Security & Performance for Node.js

Today, we’re proud to introduce NodeSource Certified Modules v3 (NCM v3): a complete rearchitecture of our module scanning and observability engine.

NodeSource Blog
api security tool
UX analytics changed my career — here’s how it can change yours

UX analytics changed my career — here’s how it can change yours

Analytics helped me stop guessing and start designing smarter. Here’s how it made me a better UX designer.

LogRocket Dev
tool ui
Claude 4.1 Opus is now supported in Vercel AI Gateway

Claude 4.1 Opus is now supported in Vercel AI Gateway

You can now access Claude Opus 4.1, a new model released by Anthropic today, using Vercel's AI Gateway with no other provider accounts required.

Vercel Blog
api cloud tool
gpt-oss-20b and gpt-oss-120b are now supported in Vercel AI Gateway

gpt-oss-20b and gpt-oss-120b are now supported in Vercel AI Gateway

You can now access gpt-oss by OpenAI, an open-weight reasoning model designed to push the open model frontier, using Vercel's AI Gateway with no other provider accounts required.

Vercel Blog
api cloud tool
How to build autonomous teams that still see the bigger picture

How to build autonomous teams that still see the bigger picture

Discover how to keep outcome-driven teams focused on the big picture and prevent siloed thinking that slows product success.

LogRocket Dev
platform tool ui
ボックスモデルの要約による簡易 VRT を作ってみた - @mizchi/visc

ボックスモデルの要約による簡易 VRT を作ってみた - @mizchi/visc

Zenn mizchi
tool ui
v4.0.3

v4.0.3

Nuxtのバージョン4.0.3は、定期的なパッチリリースであり、いくつかの重要な修正と改善が含まれています。主な変更点には、tinyglobbyからの絶対パス取得、未定義エラー変数の修正、型チェック時のtsconfig参照の含有、クライアントビルドのソースマップパス変換の追加、レイジーハイドレーションの警告追加、ナビゲーション時のコールトリガーの改善、webpackコールからのnull結果の処理などがあります。また、ドキュメントの改善やテストの移動、CIの設定変更も行われています。 • Nuxt v4.0.3は定期的なパッチリリースである。 • tinyglobbyからの絶対パス取得機能が追加された。 • 未定義エラー変数の修正が行われた。 • 型チェック時にtsconfig参照を含めるように修正された。 • クライアントビルドのソースマップパス変換が追加された。 • レイジーハイドレーションに関する警告が追加された。 • ナビゲーション時のコールトリガーが改善された。 • webpackコールからのnull結果の処理が行われた。

nuxt/nuxt
framework release tool
v3.18.1

v3.18.1

Nuxtのバージョン3.18.1は、定期的なパッチリリースであり、いくつかの重要な修正と機能改善が含まれています。主な変更点には、tinyglobbyからの絶対パス取得、未定義エラー変数のスローを防ぐ修正、tsconfig参照を含む型チェックの改善、クライアントビルドのソースマップパス変換の追加、レイジーハイドレーションの警告追加、ナビゲーション時のコールトリガーの改善、webpackコールからのnull結果の処理が含まれます。また、ドキュメントの更新やテストの移動、CIの改善も行われています。 • 定期的なパッチリリースであること • tinyglobbyからの絶対パス取得の改善 • 未定義エラー変数のスローを防ぐ修正 • tsconfig参照を含む型チェックの改善 • クライアントビルドのソースマップパス変換の追加 • レイジーハイドレーションの警告追加 • ナビゲーション時のコールトリガーの改善 • webpackコールからのnull結果の処理

nuxt/nuxt
framework release tool
New in Chrome 139

New in Chrome 139

Squircles and custom functions come to CSS, and on-device speech recognition to the Web Speech API.

Chrome Developer Blog
api tool ui
Manage your subgraphs and supergraphs as Kubernetes-native resources

Manage your subgraphs and supergraphs as Kubernetes-native resources

Unlock microservices potential with Apollo GraphQL. Seamlessly integrate APIs, manage data, and enhance performance. Explore Apollo's innovative solutions.

Apollo GraphQL Blog
platform tool
Announcing the Apollo GraphOS Operator in Public Preview

Announcing the Apollo GraphOS Operator in Public Preview

Unlock microservices potential with Apollo GraphQL. Seamlessly integrate APIs, manage data, and enhance performance. Explore Apollo's innovative solutions.

Apollo GraphQL Blog
platform tool
No Image

A Friendly Introduction to SVG

This SVG tutorial by Josh Comeau is fantastic. It's filled with newt interactive illustrations - with a pleasing subtly "click" audio effect as you adjust their sliders - and provides …

simonwillison-blog
tool ui
Enterprise Guide: Migrating from Jenkins to GitHub Actions at Scale

Enterprise Guide: Migrating from Jenkins to GitHub Actions at Scale

How modern DevOps teams are replacing legacy CI/CD pipelines and accelerating transformation using AI automation.

cognition-blog
ai api cloud
ChatGPT agent's user-agent

ChatGPT agent's user-agent

I was exploring how ChatGPT agent works today. I learned some interesting things about how it exposes its identity through HTTP headers, then made a huge blunder in thinking it …

simonwillison-blog
api tool
ChatGPT agent triggers crawls from Bingbot and Yandex

ChatGPT agent triggers crawls from Bingbot and Yandex

ChatGPT agent is the recently released (and confusingly named) ChatGPT feature that provides browser automation combined with terminal access as a feature of ChatGPT—replacing their previous Operator research preview which …

simonwillison-blog
api tool
How we’re using AI to help track and predict cyclones

How we’re using AI to help track and predict cyclones

We’re partnering with the National Hurricane Center, supporting their forecasts and warnings this cyclone season.

google-ai-blog
api tool
Infinite Marquee Animation using Modern CSS

Infinite Marquee Animation using Modern CSS

A row of logos that animate forever perfectly and don't have any duplicated HTML or JavaScript at all is quite a trick. Thanks modern CSS!

Frontend Masters Blog
css tool ui
Building an AI-driven course content generation system using Amazon Bedrock

Building an AI-driven course content generation system using Amazon Bedrock

In this post, we explore each component in detail, along with the technical implementation of the two core modules: course outline generation and course content generation.

aws-ml-blog
api cloud tool
How Handmade.com modernizes product image and description handling with Amazon Bedrock and Amazon OpenSearch Service

How Handmade.com modernizes product image and description handling with Amazon Bedrock and Amazon OpenSearch Service

In this post, we explore how Handmade.com, a leading hand-crafts marketplace, modernized their product description handling by implementing an AI-driven pipeline using Amazon Bedrock and Amazon OpenSearch Service. The solution combines Anthropic's Claude 3.7 Sonnet LLM for generating descriptions, Amazon Titan Text Embeddings V2 for vector embedding, and semantic search capabilities to automate and enhance product descriptions across their catalog of over 60,000 items.

aws-ml-blog
api tool
Thinking Deeply About Theming and Color Naming

Thinking Deeply About Theming and Color Naming

Today, I want to discuss a couple of patterns for naming color palettes that the community is using, and how I propose we can improve, so we achieve both flexibility and beauty.

CSS-Tricks
css tool ui
Copilot ChatのAgentモードでCerebrasのQwen3 Coderを使う

Copilot ChatのAgentモードでCerebrasのQwen3 Coderを使う

GitHub Copilot Chatには「Bring Your Own Key (BYOK)」機能があり、OpenAIやAnthropic、OpenRouter、Groq、 Ollamaなど様々なプロバイダーのモデルを使用できます。 AI language models in VS CodeLearn how to choose between different AI language models and how to use your own language model API key in Visual Studio Code.MicrosoftMicrosoft しかし、私が利用したいCerebrasのAPIサポートはまだ公式には含まれていません。 幸いなことに、Copilot ChatのVS Code拡張機能のソースコードが公開されているため、自分でプロバイダーを追加することができます。今回は、

lai-so-blog
api tool
v0: vibe coding, securely

v0: vibe coding, securely

Vibe coding makes it possible for anyone to ship a viral app. But every line of AI-generated code is a potential vulnerability. Security cannot be an afterthought, it must be the foundation. Turn ideas into secure apps with v0.

Vercel Blog
security tool
How we’re making data centers more flexible to benefit power grids

How we’re making data centers more flexible to benefit power grids

An update on how we’re developing flexible data center capabilities to support power grids and build a sustainable, affordable energy system.

google-ai-blog
cloud tool
New custom visualization in Vercel Observability

New custom visualization in Vercel Observability

You can now customize how you visualize Observability data with line charts, volume charts, table views, or a big number.

Vercel Blog
tool
925: Scott & CJ’s Fave Productivity Apps & Web Apps

925: Scott & CJ’s Fave Productivity Apps & Web Apps

Syntax.fm
tool
v1.0.0-beta.31

v1.0.0-beta.31

この記事は、GitHub上のrolldownプロジェクトのバージョンv1.0.0-beta.31のリリースノートを提供しています。このリリースでは、アセットのインライン制限をサポートする機能や、エクスポートの初期化子を生成するためのホットモジュールリプレースメント(HMR)の改善が含まれています。また、出力ファイル名の修正や、動的インポートの解決エラーをスローしないようにする変更も行われています。バグ修正としては、バンドル生成時の出力ファイル名の修正や、モジュールの名前空間オブジェクトの正しい動作を保証するためのHMRの改善が含まれています。さらに、ドキュメントの表現の微調整も行われています。 • アセットのインライン制限をサポートする機能が追加された。 • ホットモジュールリプレースメント(HMR)の改善が行われ、エクスポートの初期化子が生成されるようになった。 • 出力ファイル名の修正が行われ、バンドル生成時のエラーが解消された。 • 動的インポートに関する解決エラーがスローされないように変更された。 • モジュールの名前空間オブジェクトの正しい動作を保証するためのHMRの改善が含まれている。

rolldown/rolldown
release tool
What’s New in ViteLand: July 2025 Recap

What’s New in ViteLand: July 2025 Recap

July 2025 brings exciting updates in the Vite ecosystem, including the release of Vite 7, Rolldown's new features, and the upcoming ViteConf in Amsterdam. Discover the latest news in Vite, Vitest, Oxc, Rolldown and more!

VoidZero Blog
library tool
React Query Selectors, Supercharged

React Query Selectors, Supercharged

How to get the most out of select, sprinkled with some TypeScript tips.

TkDodo
library tool
Pixel data from encoders to decoders

Pixel data from encoders to decoders

From individual pixels to fully decoded images on your screen, raw pixel data gets transformed, compressed, and efficiently delivered. Learn about the techniques and optimizations that shrink image information without any perceivable loss in quality.

MDN Blog
library tool
The ChatGPT sharing dialog demonstrates how difficult it is to design privacy preferences

The ChatGPT sharing dialog demonstrates how difficult it is to design privacy preferences

ChatGPT just removed their “make this chat discoverable” sharing feature, after it turned out a material volume of users had inadvertantly made their private chats available via Google search. Dane …

simonwillison-blog
api security
No Image

From Async/Await to Virtual Threads

Armin Ronacher has long been critical of async/await in Python, both for necessitating colored functions and because of the more subtle challenges they introduce like managing back pressure. Armin argued …

simonwillison-blog
library tool
次期GPT系モデルかもしれない「Horizon Beta」のコーディング性能を検証する

次期GPT系モデルかもしれない「Horizon Beta」のコーディング性能を検証する

2025年7月30日、OpenRouter上に「Horizon Alpha」という詳細不明のステルスモデルが登場しました。その後「Horizon Beta」という名前に置き換わりました。このモデルは、OpenAIの次期モデルのテスト用ではないか?と注目を集めています。今回は、このモデルの性能をコーディングタスクで検証しました。 https://openrouter.ai/openrouter/horizon-beta 特徴 * コンテキストウィンドウ: 256K(GPT-4.1の1M、o3/o4-miniの200Kと比較して中規模) * スループット: 126.9 tps(Sonnet 4の64.50 tpsの約2倍。コーディング時に体感で早い) * Reasoning機構: なし 本当にOpenAI系のモデルなのか? OpenAI系のモデルである可能性が議論されています。過去にもQuasar Alpha/Optimus AlphaがGPT-4.1リリース前に登場した経緯があり、今回も同様のパターンかもしれません。 直系のGPT-5ならコンテキストウィンドウは1M

lai-so-blog
library tool
コーディングのための LLM モデル Qwen3-Coder を試してみた

コーディングのための LLM モデル Qwen3-Coder を試してみた

Alibaba が開発した Qwen3-Coder を使用したコーディングエージェント Qwen Code を試してみた記事です。OpenRouter 経由での認証設定、コードベースの調査、リファクタリング、テストコード生成などの実際の使用例を紹介しています。

azukiazusa のテックブログ2
api library tool
No Image

Re-label the "Save" button to be "Publish", to better indicate to users the outcomes of their action

Fascinating Wikipedia usability improvement issue from 2016: From feedback we get repeatedly as a development team from interviews, user testing and other solicited and unsolicited avenues, and by inspection from …

simonwillison-blog
ui
Serena MCPはClaude Codeを救うのか?

Serena MCPはClaude Codeを救うのか?

「Claude Codeがアホになる問題」が勃発している最中、SerenaというMCPサーバーが「Claude Codeのコンテキスト消費を削減し、応答を改善する」という評価でユーザーたちの間で注目されています。 筆者も実際にSerenaを使ってみたところ、確かにコンテキスト効率の改善(入出力トークンの減少を指します)を実感できました。詳しく調べてみると、このツールは非常にユニークな発想で設計されており、一過性の流行として消費されるには惜しいと感じました。 そこで、本記事では、この機能の背景にある技術的な仕組みを詳しく解説したいと思います。実際の検証も交えながら、Serenaのアーキテクチャとその効果を分析していきます。 現在のコーディングエージェントが抱える課題 現在のコーディングエージェントの多くは、コードを単なるテキストファイルとして扱って逐次的な処理をしています。この根本的なアプローチが、制約を生み出しています。 大規模なプロジェクトで作業する際、エージェントは必要な情報を見つけるために膨大なテキストを読み込まなければなりません。関数の定義を探すだけでも、リポジトリ

lai-so-blog
library tool
コーディングエージェントの能力を拡張する Serena を試してみた

コーディングエージェントの能力を拡張する Serena を試してみた

LSP を活用してセマンティックなコード検索・編集能力を提供する MCP サーバー Serena の導入・使用方法を紹介。Claude Code でのオンボーディングからリファクタリングまでの実践的な活用例を解説します。

azukiazusa のテックブログ2
library tool
v4.8.12

v4.8.12

この記事は、Honoフレームワークのバージョン4.8.12のリリースに関するものである。主な変更点は、ルーターの修正であり、特に'/files/:name{.*}'のサポートが追加されたことが挙げられる。この修正により、特定のファイル名に基づくルーティングが可能になり、フレームワークの柔軟性が向上する。リリースは2023年8月2日に行われ、GitHub上で公開されている。 • Honoフレームワークのバージョン4.8.12がリリースされた。 • ルーターの修正により'/files/:name{.*}'のサポートが追加された。 • この変更により、特定のファイル名に基づくルーティングが可能になった。 • リリース日は2023年8月2日である。 • GitHub上で公開されている。

honojs/hono
framework release
v4.8.11

v4.8.11

Honoのバージョン4.8.11がリリースされ、いくつかの重要な変更が行われました。主な修正点として、c.body()の出力タイプを適切に設定するための修正、FetchEventをapp.fetchの第二引数として渡す修正が含まれています。また、CI(継続的インテグレーション)に関する変更として、editorconfig-checkerの追加や、bunのバージョンを1.2.19にアップグレードする作業が行われました。これらの変更は、Honoの機能性と安定性を向上させることを目的としています。 • c.body()の出力タイプを適切に設定する修正が行われた。 • FetchEventをapp.fetchの第二引数として渡す修正が行われた。 • CIにeditorconfig-checkerが追加された。 • bunのバージョンが1.2.19にアップグレードされた。 • @hono/eslint-configのバージョンが更新された。

honojs/hono
release tool
Version 7.62.0

Version 7.62.0

この記事は、React Hook Formのバージョン7.62.0のリリースノートを提供しています。このバージョンでは、いくつかのバグ修正が行われています。具体的には、readOnlyフィールドに対するonBlurイベントの防止、reset時に新しいdefaultValuesと同期するための二つのdefaultValuesの修正、cloneObject内でのデータのプロトタイプの上書きを防ぐ修正、ネストされたFieldErrorsにおけるフィールド名の型の競合を解決する修正が含まれています。これらの修正は、ユーザーからのフィードバックに基づいて行われ、特定の貢献者によって実施されました。 • readOnlyフィールドに対するonBlurイベントを防止する修正 • reset時に新しいdefaultValuesと同期するための二つのdefaultValuesの修正 • cloneObject内でのデータのプロトタイプの上書きを防ぐ修正 • ネストされたFieldErrorsにおけるフィールド名の型の競合を解決する修正 • ユーザーからのフィードバックに基づく修正

react-hook-form/react-hook-form
library release
Just a Semicolon

Just a Semicolon

A silly debate that rages just as hard as “tabs vs spaces” is “semicolons or not” in JavaScript. Generally, the answer is “use an automatic formatting tool so you don’t have to think about it”. But if you happen to be on the “no semicolons” side, it’s interesting to note that it can cause confusing […]

Frontend Masters Blog
library tool
Announcing TypeScript 5.9

Announcing TypeScript 5.9

Today we are excited to announce the release of TypeScript 5.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for types. With types, TypeScript makes it possible to check your code to avoid bugs ahead of time. The TypeScript type-checker does all this, and is also the […]

TypeScript Blog
library tool
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape

Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape

A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).

Socket
api security tool
Building AIOps with Amazon Q Developer CLI and MCP Server

Building AIOps with Amazon Q Developer CLI and MCP Server

In this post, we discuss how to implement a low-code no-code AIOps solution that helps organizations monitor, identify, and troubleshoot operational events while maintaining their security posture. We show how these technologies work together to automate repetitive tasks, streamline incident response, and enhance operational efficiency across your organization.

aws-ml-blog
api tool
Containerize legacy Spring Boot application using Amazon Q Developer CLI and MCP server

Containerize legacy Spring Boot application using Amazon Q Developer CLI and MCP server

In this post, you’ll learn how you can use Amazon Q Developer command line interface (CLI) with Model Context Protocol (MCP) servers integration to modernize a legacy Java Spring Boot application running on premises and then migrate it to Amazon Web Services (AWS) by deploying it on Amazon Elastic Kubernetes Service (Amazon EKS).

aws-ml-blog
library tool
Introducing License Overlays: Smarter License Management for Real-World Code

Introducing License Overlays: Smarter License Management for Real-World Code

Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.

Socket
tool
A new wave of software, shipped on Vercel

A new wave of software, shipped on Vercel

We're launching a new way to showcase standout products built and shipped on Vercel. Submit your project.

Vercel Blog
platform tool ui
Deploy Hono backends with zero configuration

Deploy Hono backends with zero configuration

Vercel now detects and deploys Hono, a fast, lightweight web application framework built on web standards, with zero configuration.

Vercel Blog
framework tool
SvelteKit の remote functions でコンポーネント内で非同期にデータを取得する

SvelteKit の remote functions でコンポーネント内で非同期にデータを取得する

SvelteKit の remote functions を使用することで、コンポーネント内で直接非同期にデータを取得したり、サーバーにデータを書き込むことができます。これにより、コンポーネントごとに必要なデータを個別に取得できるようになり、コードの責任の分離が容易になります。remote functions は SvelteKit v2.27 以降で利用可能です。

azukiazusa のテックブログ2
framework tool
v1.54.2

v1.54.2

この記事は、Playwrightのバージョンv1.54.2のリリースノートを提供しています。このリリースでは、いくつかの重要なバグ修正が行われました。具体的には、Windowsの管理者ターミナルでCodegenが起動できない問題、選択したオプションでCodegenがスパムを送信する問題、ターゲット言語でCodegenを開始できない問題が修正されました。また、Chromium、Mozilla Firefox、WebKitの各ブラウザバージョンに対してもテストが行われています。 • Windowsの管理者ターミナルでCodegenが起動できない問題を修正 • Codegenが選択したオプションでスパムを送信する問題を修正 • ターゲット言語でCodegenを開始できない問題を修正 • Chromium、Mozilla Firefox、WebKitの各ブラウザバージョンに対してテストを実施

microsoft/playwright
release tool
OXCのASTに詳しいMCPサーバーを作った

OXCのASTに詳しいMCPサーバーを作った

leaysgur's Blog
library tool
特定のcrateで公開されてるstructとenumを列挙する

特定のcrateで公開されてるstructとenumを列挙する

leaysgur's Blog
library tool
Running Doom in TypeScript’s Type System with Dimitri Mitropoulos - JSJ 684

Running Doom in TypeScript’s Type System with Dimitri Mitropoulos - JSJ 684

What if I told you someone managed to run Doom inside TypeScript’s type system? Sounds insane, right? That’s exactly what our guest Dimitri Mitropoulos did�

JavaScript Jabber
framework tool
What’s new in Svelte: August 2025

What’s new in Svelte: August 2025

Async Svelte is out - with all the fixins

Svelte Blog
library tool
企業向け Web Bootcamp 2025 開催後記

企業向け Web Bootcamp 2025 開催後記

2025 年 6 月初旬に、副業で Web 技術アドバイザをしている企業の Web チームエンジニア向けに、4 日間の Web Bootcamp を実施した。

Jxck
framework tool
2025-07-31, Version 24.5.0 (Current), @aduh95

2025-07-31, Version 24.5.0 (Current), @aduh95

Node.jsのバージョン24.5.0が2025年7月31日にリリースされ、主な変更点としてOpenSSL 3.5.1へのアップグレードが含まれています。このバージョンは2028年4月までサポートされ、OpenSSL 3.5は2030年4月までサポートされる予定です。また、Node.jsはWebAssemblyモジュールのサポートを強化し、リクエストに対するプロキシのサポートを追加しました。新しいAPIであるsetDefaultCACertificates()により、Node.jsのTLSクライアントで使用されるCA証明書を動的に設定できるようになりました。その他にも、CLIの改善やDNSのタイムアウト設定のサポートなど、いくつかのマイナーな変更が行われています。 • Node.js 24.5.0がリリースされ、OpenSSL 3.5.1を搭載。 • OpenSSL 3.5は2030年4月までサポートされ、Node.js 24は2028年4月までサポート。 • WebAssemblyモジュールのインポートが強化され、実装は変更される可能性がある。 • リクエストに対するプロキシサポートが追加され、環境変数からプロキシ設定を取得可能。 • setDefaultCACertificates() APIにより、TLSクライアントのCA証明書を動的に設定できる。 • CLIの改善やDNSのタイムアウト設定のサポートなど、いくつかのマイナーな変更が含まれる。

nodejs/node
library release tool
2025-07-31, Version 22.18.0 'Jod' (LTS), @aduh95

2025-07-31, Version 22.18.0 'Jod' (LTS), @aduh95

Node.jsのバージョン22.18.0 'Jod' (LTS)が2025年7月31日にリリースされ、TypeScriptファイルの実行が追加の設定なしで可能になった。これにより、TypeScriptの構文を使用したファイルを直接Node.jsで実行できるようになったが、サポートされる構文には制限がある。その他の変更点として、依存関係の更新やドキュメントの改善、いくつかの新機能の追加が含まれている。特に、ファイルURLをバッファに変換するAPIや、AsyncIteratorを用いたfs-eventsのバースト処理の改善が挙げられる。これらの変更は、Node.jsのパフォーマンスや使いやすさを向上させることを目的としている。 • Node.jsがTypeScriptファイルを追加設定なしで実行可能に • Type stripping機能は実験的であり、将来的に変更される可能性がある • 依存関係の更新が行われ、npmやsqliteのバージョンが上がった • 新しいAPIとしてfileURLToPathBufferが追加された • AsyncIteratorを用いたfs-eventsのバースト処理が改善された

nodejs/node
library release tool
Node.js v22.18.0 (LTS)

Node.js v22.18.0 (LTS)

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Node.js Blog
runtime tool
Node.js v24.5.0 (Current)

Node.js v24.5.0 (Current)

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Node.js Blog
tool
Trying out Qwen3 Coder Flash using LM Studio and Open WebUI and LLM

Trying out Qwen3 Coder Flash using LM Studio and Open WebUI and LLM

Qwen just released their sixth model(!) for this July called Qwen3-Coder-30B-A3B-Instruct—listed as Qwen3-Coder-Flash in their chat.qwen.ai interface. It’s 30.5B total parameters with 3.3B active at any one time. This means …

simonwillison-blog
library tool
Should we NEVER use non-logical properties?

Should we NEVER use non-logical properties?

Best bet: just always use them. More nuanced take: there is a few situations where using the physical property is still releavant.

Frontend Masters Blog
css tool
TypeScript 5.9

TypeScript 5.9

TypeScript 5.9がリリースされ、最新のバージョンはv5.9.2である。リリースノートには新機能や修正された問題の詳細が記載されており、特に新機能については「What’s new in TypeScript v5.9.2」で確認できる。修正された問題の完全なリストは、GitHubの固定問題クエリで確認可能である。ダウンロードはnpmから行うことができる。 • TypeScript 5.9のリリースに関する情報 • 最新バージョンはv5.9.2 • 新機能や修正された問題の詳細はリリースノートに記載 • 新機能は「What’s new in TypeScript v5.9.2」で確認可能 • 修正された問題のリストはGitHubで確認可能 • npmからダウンロード可能

microsoft/TypeScript
release tool
Introducing Rust Support in Socket

Introducing Rust Support in Socket

Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.

Socket
library tool
Windsurf vs. Cursor: When to choose the challenger

Windsurf vs. Cursor: When to choose the challenger

Explore Windsurf AI’s Cascade agent, IDE integration, pricing, and how it stacks up against Cursor in this hands-on developer-focused comparison.

LogRocket Dev
library tool
AI agents unifying structured and unstructured data: Transforming support analytics and beyond with Amazon Q Plugins

AI agents unifying structured and unstructured data: Transforming support analytics and beyond with Amazon Q Plugins

Learn how to enhance Amazon Q with custom plugins to combine semantic search capabilities with precise analytics for AWS Support data. This solution enables more accurate answers to analytical questions by integrating structured data querying with RAG architecture, allowing teams to transform raw support cases and health events into actionable insights. Discover how this enhanced architecture delivers exact numerical analysis while maintaining natural language interactions for improved operational decision-making.

aws-ml-blog
api tool
Build dynamic web research agents with the Strands Agents SDK and Tavily

Build dynamic web research agents with the Strands Agents SDK and Tavily

In this post, we introduce how to combine Strands Agents with Tavily’s purpose-built web intelligence API, to create powerful research agents that excel at complex information gathering tasks while maintaining the security and compliance standards required for enterprise deployment.

aws-ml-blog
api cloud tool
pnpm 10.14

pnpm 10.14

pnpm 10.14がリリースされ、JavaScriptランタイムの解決をサポートする新機能が追加されました。これにより、package.json内のdevEngines.runtimeでNode.js、Deno、またはBunを宣言し、pnpmが自動的にダウンロードして固定できるようになります。この機能は、指定したバージョン範囲を解決し、最新の一致するランタイムバージョンを取得します。ロックファイルには正確なバージョンとチェックサムが保存され、スクリプトはローカルランタイムを使用するため、環境間の一貫性が保たれます。また、異なるプロジェクトが異なるランタイムを使用できるようになり、将来的にはコンピュータ上の共有場所を使用する改善が予定されています。 • JavaScriptランタイムの解決をサポートする新機能が追加された。 • package.json内のdevEngines.runtimeでNode.js、Deno、またはBunを宣言できる。 • pnpm installが指定した範囲を解決し、最新のランタイムバージョンを取得する。 • ロックファイルに正確なバージョンとチェックサムが保存される。 • 異なるプロジェクトが異なるランタイムを使用できる。

pnpm/pnpm
release tool
AI SDK 5

AI SDK 5

Introducing type-safe chat, agentic loop control, new specification, tool enhancements, speech generation, and more.

Vercel Blog
api framework library
The attention crisis: How to lead teams in a 40-second world

The attention crisis: How to lead teams in a 40-second world

Learn why attention spans are shrinking and how product managers can foster focus, respect, and better communication at work.

LogRocket Dev
tool ui
Typescript Is SO SLOW...Or Is It? with Mike Hartington

Typescript Is SO SLOW...Or Is It? with Mike Hartington

TypeScript might feel slow, but is it really? In this episode, Mike Hartington DevRel at Nx joins us fresh off his React Miami talk to unpack what actually causes TypeScript slowdowns in large monorepos, and how techniques like project references, workspaces, and precompiled DTS files can supercharge your dev experience. We also dig into the upcoming Go-based TypeScript compiler and how it could deliver 10x+ performance gains.

PodRocket
library tool
ep.176『社外招待ゲストと振り返る!Tech-Verse 2025 レポート』

ep.176『社外招待ゲストと振り返る!Tech-Verse 2025 レポート』

@odan3240 が chibivue land からのゲスト(@ubugeeei, @karan_corons, @yamanoku) とともに 「Tech-Verse 2025」について振り返りました。 https://tech-verse.lycorp.co.jp/2025/ja/ ■ Techverse 2025 概要 - 社内中心のハイブリッドカンファレンス(社外招待は約 50 名) - 1 日目オンライン配信で、2 日目は新宿本社 4F ホールでオフライン開催 - 公式 LINE アカウントからリマインド・会場マップなどをプッシュ - 外部公開できる資料・動画は可能な限り後日公開予定 ■ フロントエンド枠で刺さったセッション - 文字コントラストの歴史と WCAG 3(登壇:中野) - 没入感を生むトランジション設計と View Transitions API - Yahoo Finance における生成 AI 活用とコスト最適化 - “挿すだけ”で数値化 → 支援まで行う Web Perf チームの横断モデル - potato4d の「アウトカムファーストな専門技術組織運営」 ■ 参加・視聴のポイント - オンライン視聴には事前登録必須(公式サイト) - セッションごとに「Public 配信/社内限定」が混在 - アーカイブは一部のみ公開、気になる枠はリアタイ推奨 ■ 現地の小ネタ - 駅直結で雨知らず、翻訳端末を一人一台貸与 - 朝クロワッサン → 昼すき焼き弁当 → 夜ウニ寿司のフルコース - プラ製両面印刷ネームカードと統一感バッチリのノベルティ - LINE OA でポイントを貯めるとコーヒーがもらえるゲーミフィケーション ■ フィードバック - 感想はハッシュタグ #UIT_INSIDE まで

UIT INSIDE
api tool ui
20.1.4

20.1.4

この記事は、Angularのリリース20.1.4に関する情報を提供しています。このリリースでは、2way-bindingからの安全な読み取り式の除外、シンボルの更新、新しいfetch APIにおけるHTTPオプションの追加、解析失敗時のエラーの伝播などが行われました。これにより、Angularの機能が向上し、開発者がより効率的にアプリケーションを構築できるようになります。 • 2way-bindingからの安全な読み取り式の除外が行われた。 • 新しいシグナルAPIに対するシンボルが更新された。 • fetch APIにおけるHTTPオプションが追加された。 • 解析失敗時にエラーが伝播されるようになった。

angular/angular
framework release tool
この夏押さえておきたいJavaScriptの文字列操作コレクション

この夏押さえておきたいJavaScriptの文字列操作コレクション

Zenn Cybozu Frontend
tool
Extended lifetime shared workers origin trial

Extended lifetime shared workers origin trial

Extended lifetime shared workers origin trial

Chrome Developer Blog
tool
New Soft Navigations origin trial

New Soft Navigations origin trial

New Soft Navigations origin trial launching to help measure Core Web Vitals for Single Page Applications (SPAs)

Chrome Developer Blog
api tool
State of HTML 2025 の開始など: Cybozu Frontend Weekly (2025-07-29号)

State of HTML 2025 の開始など: Cybozu Frontend Weekly (2025-07-29号)

Zenn Cybozu Frontend
framework tool ui
v14.2.31

v14.2.31

この記事は、Next.jsのバージョン14.2.31のリリースに関するもので、主にバグ修正が行われたことを報告しています。このリリースは、canaryブランチでのすべての保留中の機能や変更を含んでいないことが明記されています。具体的な修正内容としては、next/imageコンポーネントにおけるコンテンツタイプの検出を改善し、画像オプティマイザーのヘッダーに関する問題を修正したことが挙げられています。リリースには、貢献者への感謝の意も表されています。 • バージョン14.2.31はバグ修正を目的としたリリースである • canaryブランチのすべての機能や変更は含まれていない • next/imageコンポーネントのコンテンツタイプ検出が改善された • 画像オプティマイザーのヘッダーに関する問題が修正された • リリースに貢献した@styfleと@ztannerへの感謝が示されている

vercel/next.js
release tool
What&apos;s new in Astro - July 2025

What&apos;s new in Astro - July 2025

July 2025 - Build Astro with AI Tools, "The Future of Astro" at ViteConf 2025, and more!

Astro Blog
framework tool
Smarter debugging with Sentry MCP and Cursor

Smarter debugging with Sentry MCP and Cursor

Connect Sentry MCP to Cursor for live production context, AI-driven fixes, and Seer root-cause analysis—no more copy-paste or context switching in your IDE.

Sentry Blog
api tool
Build an AI Shopping Assistant with Gradio MCP Servers

Build an AI Shopping Assistant with Gradio MCP Servers

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

huggingface-blog
library tool
v11.5.2

v11.5.2

この記事は、npm CLIのバージョン11.5.2のリリースに関する情報を提供しています。このリリースは2025年7月30日に行われ、いくつかのバグ修正が含まれています。具体的には、OIDCの可視性チェックに関する修正(#8467)と、スナップショット生成コマンドの更新(#8459)が行われました。これにより、npm CLIの機能が向上し、ユーザーにとっての利便性が増すことが期待されます。 • バージョン11.5.2は2025年7月30日にリリースされた。 • OIDCの可視性チェックに関するバグ修正が行われた。 • スナップショット生成コマンドが更新された。 • これらの修正により、npm CLIの機能が向上する。

npm/cli
release tool
Announcing Precomputed Reachability Analysis in Socket

Announcing Precomputed Reachability Analysis in Socket

Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.

Socket
security tool
Streamline GitHub workflows with generative AI using Amazon Bedrock and MCP

Streamline GitHub workflows with generative AI using Amazon Bedrock and MCP

This blog post explores how to create powerful agentic applications using the Amazon Bedrock FMs, LangGraph, and the Model Context Protocol (MCP), with a practical scenario of handling a GitHub workflow of issue analysis, code fixes, and pull request generation.

aws-ml-blog
api tool
Cursor + Figma MCP Server

Cursor + Figma MCP Server

Connect Figma directly to Cursor AI with MCP Server. Complete setup guide for design-to-code workflow, plus limitations and better alternatives.

Builder.io Blog
api tool
2025-07-31のJS: Nuxt 3.18、Bun v1.2.19、SVG入門

2025-07-31のJS: Nuxt 3.18、Bun v1.2.19、SVG入門

JSer.info #743 - Nuxt 3.18がリリースされました。

JSer.info
library tool ui
Surprises and trends from this year’s Design Tools Survey results

Surprises and trends from this year’s Design Tools Survey results

Discover key trends from the Design Tools Survey including AI adoption, Figma’s dominance, and what’s next for UX designers in 2025.

LogRocket Dev
framework tool ui
Keeping Article Demos Alive When Third-Party APIs Die

Keeping Article Demos Alive When Third-Party APIs Die

Is there a way to build demos that do not break when the services they rely on fail? How can we ensure educational demos stay available for as long as possible?

CSS-Tricks
api tool
The CSS if() function: Conditional styling will never be the same

The CSS if() function: Conditional styling will never be the same

Explore how the if() function works, see practical examples, and compare it to existing CSS conditional techniques.

LogRocket Dev
framework tool ui
opencode + kimi-k2 を動かす

opencode + kimi-k2 を動かす

Zenn mizchi
api tool
#22 新規プロダクト開発に期間限定でレンタル移籍した2人で対談してみた

#22 新規プロダクト開発に期間限定でレンタル移籍した2人で対談してみた

・新規プロダクトにレンタル移籍ってどういうこと?・エンジニアリングマネージャーからエンジニアにミッションチェンジ・基盤整備、Panda CSS、モニタリング、いちから土台を作る・AI Agentic Codingの実践とメリット・デメリット・メディアとゲームのWebフロント開発の違い・レンタル移籍で自分のキャリアを見つめ直した・バックエンド開発へのチャレンジ

Muddy Web
api framework tool
Centralized Dependency Management Made Simple

Centralized Dependency Management Made Simple

We are excited to share catalog support - a powerful new feature for centralized dependency management that reduces duplication and simplifies version orchestration across your projects.

VLT Blog
library tool
What's New in WebGPU (Chrome 139)

What's New in WebGPU (Chrome 139)

3D texture support for BC and ASTC compressed formats, new &#34;core-features-and-limits&#34; feature, origin trial for WebGPU compatibility mode, and more.

Chrome Developer Blog
api tool
v1.0.0-beta.30

v1.0.0-beta.30

この記事は、GitHub上のrolldownプロジェクトのバージョン1.0.0-beta.30のリリースノートを提供しています。このリリースには、いくつかの重要な変更が含まれており、特に未完成のモジュールフェデレーションサポートの削除や、デフォルトでのstrictExecutionOrderの無効化が挙げられます。また、ホットモジュールリプレースメント(HMR)に関する機能強化や、グローバル変数アクセスに関する副作用情報の保存、エラーログの追加なども行われています。バグ修正としては、ユニークID生成のためにuuid_v4を使用することや、CommonJSモジュールにおけるトップレベルのreturn文の処理などが含まれています。これらの変更は、開発者にとっての利便性を向上させることを目的としています。 • 未完成のモジュールフェデレーションサポートの削除 • strictExecutionOrderをデフォルトで無効化 • ホットモジュールリプレースメントの機能強化 • グローバル変数アクセスに関する副作用情報の保存 • ユニークID生成にuuid_v4を使用 • CommonJSモジュールにおけるトップレベルのreturn文の処理

rolldown/rolldown
release tool
Socket Now Protects the Chrome Extension Ecosystem

Socket Now Protects the Chrome Extension Ecosystem

Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.

Socket
security tool
The Math Is Haunted

The Math Is Haunted

A taste of Lean.

Overreacted
library tool
Introducing new issue detectors: Spot latency, overfetching, and unsafe queries early

Introducing new issue detectors: Spot latency, overfetching, and unsafe queries early

Sentry’s new detectors catch bloated HTTP payloads, back-to-back calls, and unsafe queries—so you fix latency and security bugs before users notice.

Sentry Blog
api tool
Building low-latency guardrails to secure your agents

Building low-latency guardrails to secure your agents

How we built a suite of out-of-the-box input processors and optimized them from 5000ms to under 500ms per request.

mastra-blog
ai api framework
v15.4.5

v15.4.5

Next.jsのv15.4.5リリースは、バグ修正を中心としたものであり、すべての保留中の機能や変更は含まれていない。主な修正点には、APIがJSONを誤ってストリッピングする問題の修正、i18nのフォールバック設定の衝突の修正、クライアントコンポーネントによってインポートされたサーバーアクションのトレース修正の取り消し、setAssetPrefixが設定インスタンスを更新することを保証する修正、Turbopackのmimallocの更新、画像最適化のヘッダー修正、コンテンツタイプの検出を改善し簡素化する修正が含まれている。 • バグ修正が中心のリリース • APIがJSONを誤ってストリッピングする問題を修正 • i18nのフォールバック設定の衝突を修正 • クライアントコンポーネントによるサーバーアクションのトレース修正を取り消し • setAssetPrefixが設定インスタンスを更新することを保証 • Turbopackのmimallocを更新 • 画像最適化のヘッダーを修正 • コンテンツタイプの検出を改善し簡素化

vercel/next.js
release tool
Introducing Socket MCP for Claude Desktop

Introducing Socket MCP for Claude Desktop

Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packa...

Socket
security tool
Component Test with Storybook and Vitest

Component Test with Storybook and Vitest

Best-in-class Component Testing at your fingertips

Storybook Blog
testing tool ui
New ways to learn and explore with AI Mode in Search

New ways to learn and explore with AI Mode in Search

AI Mode in Search has several new features to help learners, educators and anyone who’s curious about the world.

google-ai-blog
api tool
Test-driven development with AI

Test-driven development with AI

Learn how AI transforms test-driven development (TDD) from a time-consuming chore into your secret weapon for building robust and bug-free applications.

Builder.io Blog
api tool
Designing AI products that work for both users and the enterprise

Designing AI products that work for both users and the enterprise

Designing AI products isn’t just about users; it’s also about trust. Here’s what I learned about balancing usability with governance in enterprise UX.

LogRocket Dev
framework tool ui
Can AI save nurses millions of hours of paperwork?

Can AI save nurses millions of hours of paperwork?

Google Cloud is working with HCA Healthcare on an AI app to help nurses save time on daily patient handoffs.

google-ai-blog
api tool
Next.js 15.4 is here: What’s new and what to expect

Next.js 15.4 is here: What’s new and what to expect

Break down what’s new in 15.4, explore some hidden gems, and take a quick look at what’s ahead with Next.js 16.

LogRocket Dev
framework tool ui
How Bertelsmann Built a Multi-Agent System to Empower Creatives

How Bertelsmann Built a Multi-Agent System to Empower Creatives

See how one of the world’s biggest media companies leveraged LangGraph from its earliest days to build and deploy a multi-agent system to production that empowers creativity.

langchain-blog
api tool
Biome CLI v2.1.3

Biome CLI v2.1.3

Biome CLI v2.1.3のリリースでは、いくつかの重要な変更が行われました。新たに追加されたルール「noVueReservedKeys」は、Vueの予約キーの使用を防ぎ、コンポーネント内での予期しない動作を回避します。また、ESLintのルールソースとして「@eslint-react/no-nested-component-definitions」が追加され、マイグレーション時に適切に認識されるようになりました。さらに、いくつかのバグ修正が行われ、特に「noUnusedVariables」や「noUnusedFunctionParameters」ルールが無限ループを引き起こさないように改善されました。これにより、開発者はより安定した環境で作業できるようになります。 • 新ルール「noVueReservedKeys」により、Vueの予約キーの使用が禁止され、予期しない動作を防止する。 • ESLintのルールソース「@eslint-react/no-nested-component-definitions」が追加され、マイグレーション時に認識される。 • 「noUnusedVariables」と「noUnusedFunctionParameters」ルールが無限ループを引き起こさないように修正された。 • 「useSortedClasses」ルールがclassNameの前後の空白を正しく削除するように改善された。 • 新しいJSONルール「noQuickfixBiome」が追加され、コードエディタ設定内でのquickfix.biomeの使用が禁止された。

biomejs/biome
release tool
My 2.5 year old laptop can write Space Invaders in JavaScript now, using GLM-4.5 Air and MLX

My 2.5 year old laptop can write Space Invaders in JavaScript now, using GLM-4.5 Air and MLX

I wrote about the new GLM-4.5 model family yesterday—new open weight (MIT licensed) models from Z.ai in China which their benchmarks claim score highly in coding even against models such …

simonwillison-blog
library tool
Build interactive React UIs for LLM outputs using llm-ui

Build interactive React UIs for LLM outputs using llm-ui

Build smarter React apps with llm-ui. This guide shows how to stream Gemini API output, detect code blocks, and render syntax-highlighted content.

LogRocket Dev
library tool ui
Join the v0 Ambassador Program

Join the v0 Ambassador Program

Apply today to join the v0 Ambassador Program and help others discover the magic of what's possible with v0.

Vercel Blog
platform tool
Z.ai&apos;s GLM-4.5 and GLM-4.5 Air are now supported in Vercel AI Gateway

Z.ai&apos;s GLM-4.5 and GLM-4.5 Air are now supported in Vercel AI Gateway

You can now access GLM-4.5 and GLM-4.5 Air, new flagship models from Z.ai designed to unify frontier reasoning, coding, and agentic capabilities, using Vercel's AI Gateway with no other provider accounts required.

Vercel Blog
api cloud tool
6.13.0

6.13.0

Prisma ORMのバージョン6.13.0がリリースされ、Prisma Configファイルとマルチスキーマ機能が一般提供に移行しました。これにより、これらの機能は本番環境での使用に適した状態となりました。Prisma Configファイルは、プロジェクトの設定オプションを提供するためのもので、Prismaスキーマファイルやマイグレーション、SQLビュー定義、シードコマンドなどの場所を指定できます。また、複数のスキーマを使用する機能も一般提供に移行し、PostgreSQLやSQL Serverのようなデータベースでテーブルを論理的に整理することが可能になりました。これにより、開発者はより柔軟にデータベースを管理できるようになります。 • Prisma Configファイルとマルチスキーマ機能が一般提供に移行した。 • Prisma Configファイルはプロジェクトの設定オプションを提供し、さまざまなPrisma関連資産の場所を指定できる。 • SQLビューのサポートが更新され、APIの安定性が向上した。 • 複数のスキーマを使用することで、テーブルを論理的に整理できるようになった。 • Prisma Configファイルはさまざまなファイル拡張子をサポートし、プロジェクトのセットアップに適合する。

prisma/prisma
database release tool
How to manage 20+ stakeholders without losing your mind

How to manage 20+ stakeholders without losing your mind

Practical strategies to classify, prioritize, and communicate with 20+ stakeholders so product managers can stay aligned and avoid chaos.

LogRocket Dev
tool ui
Building Jarvis: MCP and the future of AI with Kent C Dodds

Building Jarvis: MCP and the future of AI with Kent C Dodds

Kent C. Dodds is back with bold ideas and a game-changing vision for the future of AI and web development. In this episode, we dive into the Model Context Protocol (MCP), the power behind Epic AI Pro, and how developers can start building Jarvis-like assistants today. From replacing websites with MCP servers to reimagining voice interfaces and AI security, Kent lays out the roadmap for what's next, and why it matters right now. Don’t miss this fast-paced conversation about the tools and tech reshaping everything.

PodRocket
framework tool
モジュールを外から見た振る舞いだけAIレビューさせる smoke-review

モジュールを外から見た振る舞いだけAIレビューさせる smoke-review

Zenn mizchi
api tool
v4.8.10

v4.8.10

Honoのバージョン4.8.10がリリースされ、いくつかの変更が行われた。主な変更点には、EditorConfigの追加、JSON、YAML、Markdownのフォーマット、ベンチマークのフォーマットとリンティング、アダプター/サービスワーカーの型の更新、他のライブラリとの互換性のためのクッキーの小文字優先サポートが含まれる。新しい貢献者も数名参加しており、彼らの初めての貢献が記録されている。 • Honoのバージョン4.8.10がリリースされた • EditorConfigが追加された • JSON、YAML、Markdownのフォーマットが行われた • ベンチマークのフォーマットとリンティングが実施された • アダプター/サービスワーカーの型が更新された • クッキーの小文字優先サポートが追加された • 新しい貢献者が参加した

honojs/hono
release tool
Liquid Glass on the Web

Liquid Glass on the Web

It's a complicated look! There may or may not be blurring, light refracts in tricky ways, the highlights are quite bright, and you've got to be very careful about text contrast accessibility.

Frontend Masters Blog
css tool ui
v4.0.2

v4.0.2

この記事は、Nuxtのバージョン4.0.2のリリースに関する情報を提供しています。このリリースでは、いくつかの修正が行われ、特に< ClientOnly >および< DevOnly >のための型付きスロットの提供、ディレクトリアイリスのトレーリングスラッシュの追加、グローバルdefineAppConfig型の制約、リモートアイランドのためのソースベースURLの含有などが含まれています。また、ドキュメントの更新として、Nuxtのインストールコマンドの変更やAI支援の貢献ガイドラインの追加、ハイドレーションのベストプラクティスの追加なども行われています。さらに、バグ報告テンプレートの更新やテストの改善も行われています。 • Nuxtのバージョン4.0.2がリリースされた。 • <ClientOnly>と<DevOnly>のための型付きスロットが提供された。 • ディレクトリアイリスにトレーリングスラッシュが追加された。 • グローバルdefineAppConfig型が制約された。 • リモートアイランドのためのソースベースURLが含まれた。 • Nuxtのインストールコマンドがnpm create nuxt@latestに更新された。 • AI支援の貢献ガイドラインが追加された。 • ハイドレーションのベストプラクティスが追加された。

nuxt/nuxt
framework release tool
v3.18.0

v3.18.0

Nuxtのバージョン3.18.0がリリースされ、主にNuxt v4からの機能とバグ修正がバックポートされました。新機能として、遅延ハイドレーションマクロが追加され、コンポーネントのハイドレーションをより直感的に制御できるようになりました。また、アクセシビリティの向上として、ページ変更がスクリーンリーダーに通知されるようになりました。開発体験も向上し、Chrome DevToolsとの統合により、ソースファイルを直接編集できるようになりました。さらに、コンポーネントの型安全性が改善され、モジュール開発者向けの利便性向上も図られています。 • Nuxt v4からの機能とバグ修正がバックポートされた • 遅延ハイドレーションマクロにより、コンポーネントのハイドレーションを直感的に制御可能 • アクセシビリティ向上のため、ページ変更がスクリーンリーダーに通知される • Chrome DevToolsとの統合により、ソースファイルを直接編集できる • コンポーネントの型安全性が改善され、Typed slotsが追加された • モジュール開発者向けにサーバーインポートの簡素化が行われた

nuxt/nuxt
framework release tool
Evals are just tests, so why aren’t engineers writing them?

Evals are just tests, so why aren’t engineers writing them?

Stop treating AI evals as a silo. Run them like unit tests, via vitest-evals, JUnit XML, and Codecov, to keep quality tight and releases safe.

Sentry Blog
api tool
No Image

PyTorch on Kubernetes: Kubeflow Trainer Joins the PyTorch Ecosystem

pytorch-blog
framework tool
Introducing Scala and Kotlin Support in Socket

Introducing Scala and Kotlin Support in Socket

Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.

Socket
library tool
Amazon Nova Act SDK (preview): Path to production for browser automation agents

Amazon Nova Act SDK (preview): Path to production for browser automation agents

In this post, we’ll walk through what makes Nova Act SDK unique, how it works, and how teams across industries are already using it to automate browser-based workflows at scale.

aws-ml-blog
api cloud tool
Build modern serverless solutions following best practices using Amazon Q Developer CLI and MCP

Build modern serverless solutions following best practices using Amazon Q Developer CLI and MCP

This post explores how the AWS Serverless MCP server accelerates development throughout the serverless lifecycle, from making architectural decisions with tools like get_iac_guidance and get_lambda_guidance, to streamlining development with get_serverless_templates, sam_init, to deployment with SAM integration, webapp_deployment_help, and configure_domain. We show how this conversational AI approach transforms the entire process, from architecture design through operations, dramatically accelerating AWS serverless projects while adhering to architectural principles.

aws-ml-blog
api cloud tool
Claude Code + Figma MCP Server

Claude Code + Figma MCP Server

Learn how Figma MCP Server + Claude Code enables AI-powered design-to-code conversion. Setup guide, real limitations, and enterprise alternatives inside.

Builder.io Blog
api tool
Why I think v0 is a great prototyping tool for designers

Why I think v0 is a great prototyping tool for designers

GenUI tools are reshaping UX workflows. See how v0 speeds up design, closes the dev gap, and challenges how we prototype.

LogRocket Dev
tool ui
19.1.1 (July 28, 2025)

19.1.1 (July 28, 2025)

この記事は、Reactのバージョン19.1.1のリリースノートについて説明しています。このリリースは2025年7月28日に行われ、主にいくつかのバグ修正が含まれています。具体的には、ES2015のfunction.nameセマンティクスに対応するためにOwner Stacksが修正され、FabricのcompleteRoot呼び出しがfinalizeContainerChildrenからreplaceContainerChildrenに移動されました。これにより、JS APIとFabricがcompleteRootを解釈する方法が整合されます。また、Reactがシャドーノードを必要以上に保持する問題も修正されました。 • Reactのバージョン19.1.1は2025年7月28日にリリースされた。 • Owner StacksがES2015のfunction.nameセマンティクスに対応するよう修正された。 • FabricのcompleteRoot呼び出しがfinalizeContainerChildrenからreplaceContainerChildrenに移動された。 • JS APIとFabricのcompleteRootの解釈が整合された。 • Reactがシャドーノードを必要以上に保持する問題が修正された。

facebook/react
library release
v5.101.0

v5.101.0

この記事は、webpackのバージョン5.101.0のリリースノートを提供しています。このリリースでは、ESM(ECMAScript Modules)の連結最適化に関する修正が行われ、未定義のエクスポートを引き起こす問題が解決されました。また、output.environment.nodePrefixForCoreModulesオプションとoutput.importMetaNameオプションがすべての場所で尊重されるようになりました。HMR(Hot Module Replacement)中に受け入れられるawait async依存関係の修正も含まれています。新機能として、CLI用のカラー補助機能が追加され、名前付きインポートを持つESM外部モジュールのツリーシェイキングが有効になりました。さらに、parserオプションにdeferImportオプションが追加され、パフォーマンスの改善も行われています。 • ESMの連結最適化に関する未定義エクスポートの問題を修正 • output.environment.nodePrefixForCoreModulesオプションとoutput.importMetaNameオプションをすべての場所で尊重 • HMR中のawait async依存関係の修正 • CLI用のカラー補助機能を追加 • 名前付きインポートを持つESM外部モジュールのツリーシェイキングを有効化 • parserオプションにdeferImportオプションを追加 • CleanPluginにおけるパフォーマンスの潜在的な問題を修正

webpack/webpack
library release tool
How I debug faster with these Chrome DevTools Console features

How I debug faster with these Chrome DevTools Console features

Improve the old-fashioned debugging JavaScript workflow by effectively using some lesser-known Chrome DevTools console features.

LogRocket Dev
tool
Fluid: How we built serverless servers

Fluid: How we built serverless servers

Fluid Compute cuts cold starts and compute costs by up to 95%, scaling I/O-bound and AI workloads efficiently across 45B+ weekly requests.

Vercel Blog
cloud tool
Making a Masonry Layout That Works Today

Making a Masonry Layout That Works Today

I went on to figure out how make masonry work today with other browsers. I'm happy to report I've found a way — and, bonus! — that support can be provided with only 66 lines of JavaScript.

CSS-Tricks
tool ui
923: Getting the Most Out of AI Coding

923: Getting the Most Out of AI Coding

Syntax.fm
api tool
Nuxt 3.18

Nuxt 3.18

Nuxt 3.18 is out - bringing v4 features to v3, improved accessibility, better browser dev tooling integration, and performance enhancements!

Nuxt Blog
framework tool
The Useless useCallback

The Useless useCallback

Why most memoization is downright useless...

TkDodo
framework tool
No Image

The many, many, many JavaScript runtimes of the last decade

Extraordinary piece of writing by Jamie Birch who spent over a year putting together this comprehensive reference to JavaScript runtimes. It covers everything from Node.js, Deno, Electron, AWS Lambda, Cloudflare …

simonwillison-blog
runtime tool
No Image

TIL: Exception.add_note

Neat tip from Danny Roy Greenfeld: Python 3.11 added a .add_note(message: str) method to the BaseException class, which means you can add one or more extra notes to any Python …

simonwillison-blog
tool
No Image

Enough AI copilots! We need AI HUDs

Geoffrey Litt compares Copilots - AI assistants that you engage in dialog with and work with you to complete a task - with HUDs, Head-Up Displays, which enhance your working …

simonwillison-blog
tool