Back to list
dev_to 2026年4月25日

自主 UX 監査エージェント「Parallax」を構築した方法について

How We Built an Autonomous UX Auditing Agent

Translated: 2026/4/25 4:01:22
autonomous-agentux-auditingai-automationaccessibilityproduct-management

Japanese Translation

最近、UX 品質を自動的に監査する AI エージェント「Parallax」をリリースしました。その仕組みと解決した課題をご紹介します。 従来の UX 検証には以下の要件があります: - UX リサーチャーを雇用(年間 $80〜$150,000) - 四分期的な研究サイクルの実施(2〜3 ヶ月) - ナイセンの 10 つの使用可能性的原則に対する手動のヒューリスティック評価 - アクセシビリティスキャン(WCAG 準拠のチェック) - レポート作成と優先度の付け方 結果:多くの企業は毎年 2〜4 回の UX 監査を実施していますが、Q2 に発見された問題が Q3 まで修正されることはほとんどありません。 すべてのページをクローラーでスキャンするのではなく、我々はクリティカルなフローを特定します: - サインアップ → 支払い - 検索 → プロダクト詳細 → チェックアウト - ログイン → ダッシュボード → 操作 各フローは個別にスコアリングされるため、ユーザーが実際に困っている箇所を把握できます。 我々はナイセンの 10 つの使用可能性的ヒューリスティックをスコアリングフレームワークとして実装しました: - システムステータスの可視化 - システムと現実世界の適合 - ユーザーコントロールと自由 - エラー予防 - エラー回復 - 柔軟性と効率性 - 美学とミニマリズム - 認識対記憶 - 文書 - エラーからの回復 各ヒューリスティックは、ページ構造、コピーの明確さ、インタラクションパターンに基づき 0〜100 のスコアで評価されます。 WCAG 2.1 AA 準拠チェック: - カラーコントラスト比 - ヘッダー階層 - フォームラベルと説明 - キーボードナビゲーション - フォCUS インジケータ - 画像 Alt テキスト すべての課題は同等ではありません。我々は以下の要素で重み付けを行っています: - インパクト(影響を受けるユーザー数) - エフォート(修正の難易度) - クリティカルティ(コアフローをブロックするか否か) スピード:監査サイクルを数週間から数分に短縮 頻度:問題がプロダクションに到達する前に不正化を検出 規模:ベンチマーキングのため、50 以上の競合サイトに対して実行 コスト:ルーチンの監査には UX リサーチャーを雇う必要はありません parallax-ux.com で URL を入力し、30 秒で UX 監査を取得。 質問があれば、ヒューリスティックスコアリング、ダイナミックコンテンツの扱い方、我々が解決したアーキテクチャ的な課題について話し合います。

Original Content

We recently shipped Parallax — an AI agent that automatically audits UX quality. Here's how it works and the challenges we solved. Traditional UX testing requires: Hiring UX researchers ($80-150K/year) Running quarterly research cycles (2-3 months) Manual heuristic evaluation against Nielsen's 10 usability principles Accessibility scanning (WCAG compliance) Generating reports and prioritizing fixes Result: Most companies do UX audits 2-4x/year. Problems discovered in Q2 don't get fixed until Q3. Instead of crawling every page, we identify critical flows: Sign-up → Payment Search → Product detail → Checkout Login → Dashboard → Action Each flow gets scored individually, so you see where users actually struggle. We implemented Nielsen's 10 Usability Heuristics as a scoring framework: Visibility of system status Match between system and real world User control & freedom Error prevention Error recovery Flexibility & efficiency Aesthetics & minimalism Recognition vs. recall Documentation Recovery from errors Each is scored 0-100 based on page structure, copy clarity, interaction patterns. WCAG 2.1 AA compliance checking: Color contrast ratios Heading hierarchy Form labels & descriptions Keyboard navigation Focus indicators Image alt text Not all issues are equal. We weight by: Impact (how many users affected?) Effort (how hard to fix?) Criticality (does it block core flows?) Speed: Audit cycles go from weeks to minutes Frequency: Catch regressions before they hit production Scale: Run across 50+ competitor sites to benchmark Cost: No hiring UX researchers for routine audits parallax-ux.com – enter a URL, get a UX audit in 30 seconds. Questions? Happy to discuss our heuristic scoring, how we handle dynamic content, or architectural challenges we solved.