InfoQ
VerifiedOnline/Digital
InfoQ is a practitioner-driven news community designed for technical team leads, architects, and project managers who influence innovation in their teams.
Actions
Media Outlet details
| Scope | International |
|---|---|
| Language | English, French, Japanese |
| Country | Canada |
|
Similarweb UVM |
Request pricing |
|
Comscore UVM |
Request pricing |
Recent Articles
Search ArticlesKubernetes Promotes KYAML as a Safer, More Consistent Way to Work with Manifests
Kubernetes is encouraging developers to take a closer look at KYAML, a stricter dialect of YAML designed to make Kubernetes configuration more explicit, predictable, and less prone to common YAML errors. In a recent Kubernetes blog post, the project explains how developers can pretty-print existing manifests in KYAML and why the format could provide a more consistent way of working with increasingly complex Kubernetes configuration.
Next-Gen Architecture Playbook: Insights and Patterns for the AI Era
Software architecture faces a pivotal moment: rapid iteration, cloud-native adoption, and ubiquitous AI are reshaping system design. However, speed introduces trust deficits - nearly 30% of engineers distrust AI-generated code, signaling an urgent need for stronger architectural oversight and validation. Design is no longer static; it happens continuously in production. This eMag and the accompanying Next-Gen Architecture Playbook podcast series address how technical leaders must adapt.
From S3 to GPU in One Copy: Rethinking Data Loading for ML Training
Transcript Onur Satici: Before I get into anything, I want to show you this video. Not specifically like what's playing in the video, but how we produce this video. Because this is not backed by a regular MP4 file in some main disk, but this is actually a visualization of a file scan. What I mean by this is we have a Vortex file, Vortex being a columnar file format. It has three columns, one per color. Each column would then have a row per frame of this video.
Copilot Code Review Reaches Azure Repos, Billed Per Review with Reporting Two Days Behind
Microsoft has opened GitHub Copilot code review for Azure Repos to all Azure DevOps customers, removing the sign-up that gated it since June. The feature posts review comments on pull requests, bills per review through the linked Azure subscription, and reports spending two days after it happens. The June announcement explained why the feature exists, in terms Microsoft rarely puts in writing.
Personality Over Skillset: How Adam Wachtel Builds Engineering Teams
In this podcast, Shane Hastie, Lead Editor for Culture & Methods, spoke to Adam Wachtel, CTO at Click Boarding, about hiring for personality and problem-solving over pure skillset, turning around a platform and team in crisis, and how AI is reshaping team size and composition without ending SAAS. Personality and problem-solving mindset matter more than technical skillset alone when hiring engineers.
HubSpot社、セマンティック検索を200億ベクトル規模へ拡張した手法を公開
原文リンク(2026-07-07) SaaSベンダーのHubSpot社は、同社のセマンティック検索基盤が概念実証(PoC)から発展し、現在では38以上のチームが利用する社内サービスへ成長した経緯を紹介した。この基盤は、200億件を超えるベクトルを管理している。HubSpot社によると、このシステムは現在、AIエージェントやRAG(検索拡張生成)、コンタクト情報の重複排除などを支えている。また、AIエージェントの利用拡大に伴い、検索精度とレイテンシの重要性はこれまで以上に高まっているという。 HubSpot社のブログによると、「VaaS(Vector as a Service)」と呼ばれるこの基盤は、Qdrantの前段に配置されている。アクセス制御、埋め込み(embedding)生成、データバージョニング、フィードバック収集といった機能を提供する。HubSpot社はQdrantを採用した理由として、オンプレミス環境で運用できることに加え、名前付きベクトル(named...
CloudflareのPrecursor、継続的な行動分析によってボットやAIエージェントを検出
InfoQ ホームページ ニュース CloudflareのPrecursor、継続的な行動分析によってボットやAIエージェントを検出 原文リンク(2026-08-08) Cloudflareは最近、「Precursor」を発表した。これはクライアント側で動作する行動分析エンジンで、マウスの動きやキーボード入力のタイミングなど、セッション中のユーザー操作を継続的に評価する。CAPTCHAのような一度限りの認証手法だけに依存することなく、高度なボットやAIエージェントの検出精度向上を目的としている。 ドキュメントによると、Precursorはセッションを通じて継続的に収集されるクライアント側のシグナルを活用し、ユーザーの一連の行動全体にわたって人間を模倣しようとする高度なボットを検出する。このアプローチは、CAPTCHAやブラウザフィンガープリンティングのような静的なボット検出手法からの転換を示すものだとしている。...
Tether: Apple Continuity Like Experience Between iOS and Linux Desktop Machines
Bringing the seamless ecosystem experience of iOS to Linux workstations has always been a significant challenge. Developer Zack Bartel recently announced Tether, an open-source project aiming to replicate Apple Continuity features for Linux users. The software allows users to send and receive iMessages and SMS, sync clipboards, transfer files, and view iOS notifications directly on a Linux machine.
Cloudflare、1日90億件のリクエストを処理するJavaScript CDNを自社の開発者向けプラットフォームへ移行
原文リンク(2026-08-14) Cloudflareは、JavaScriptおよびCSSライブラリ向けのオープンソースCDNであるcdnjsを、自社のDeveloper Platformへ完全に移行した。これにより、これまでCloudflareとGoogle Cloud Platformに分散していた公開インフラは、Workers、R2、Workflows、Queues、Durable Objects、KV、Containersへ置き換えられた。この移行では、公開済みパッケージファイルの単一の正確な情報源(source of truth)としてR2を採用するとともに、既存のURL、パッケージの内容、Subresource Integrity(SRI)ハッシュはそのまま維持された。...
Twenty Years of jQuery: How a Little Library Rewired Web Development
Twenty years ago last week, on 26 August 2006, jQuery 1.0 shipped its first stable release. John Resig had first shown the library at BarCampNYC in January of that year, with a motto that now reads like a mission statement for a generation: writing JavaScript should be fun.