Hacker News

Show HN: Claude-replay – クロード コード セッション用のビデオのようなプレーヤー

コメント

5 最小読み取り

Mewayz Team

Editorial Team

Hacker News

Show HN: Claude-replay – クロード コード セッション用のビデオのようなプレーヤー

AI コラボレーションの時代において、Anthropic のクロードのようなモデルとの対話はますます複雑かつ価値のあるものになっています。私たちはクロードに、システムを設計し、複雑な問題をデバッグし、本番環境に対応したコードを生成するよう依頼します。しかし、会話が終わった後はどうなるでしょうか?チャット履歴の静的なテキストでは、動的で反復的な作成の「プロセス」を捉えることができません。本日、私たちは、Claude コード セッションをナビゲート可能なビデオのようなエクスペリエンスに変換し、思考とコード生成の過程全体を再生できるようにするツールである Claude-replay をオープンソース化できることを嬉しく思います。

静的ログから動的再生へ

従来のチャット ログは、発言内容の平坦な記録ですが、それが「どのように」構築されたかというコンテキストが失われています。長いスレッドをスクロールして、特定の機能が改良された瞬間や重大なバグが修正された瞬間を見つけるのは面倒なプロセスです。クロード・リプレイはこのパラダイムを変えます。クロードの会話の JSON エクスポートを処理することにより、ステップバイステップの再生としてセッションが再構築されます。元のセッション中に発生したのとまったく同じように、各コード ブロックがリアルタイムで表示、変更、進化するのがわかります。これは単なる録音ではありません。これは、共同作業のプロセスをインタラクティブに再現したものです。

このアプローチは、ソリューションの背後にある理由を理解するのに特に強力です。最終的な答えが見えるだけではありません。あなたは探検、行き止まり、そしてそこに至るまでの改良を目撃します。 Mewayz のようなモジュラー ビジネス OS を使用しているチームにとって、明確さと監査可能性が最優先される場合、ソフトウェア コンポーネントがどのように設計されたかを明確に記録することは非常に貴重です。

開発者とチームのための主な機能

クロードリプレイは実用性を念頭に置いて作られています。これはローカルで実行されるシンプルな Web アプリケーションであり、独自の会話がマシンから離れることはありません。

ビジュアル タイムライン スクラバー: ビデオ プレーヤーで検索するのと同じように、会話の任意の時点に即座にジャンプします。

再生/一時停止コントロール: コードが読みやすいペースで展開されるのを観察したり、一時停止して特定の状態を検査したりできます。

コードの相違点の強調表示: 追加と削除が明確にマークされ、各ステップ間でどのような変更が加えられたかを正確に確認できます。

簡単なセットアップ: クロード会話 JSON ファイルをフィードすると、ブラウザーで再生可能なセッションがレンダリングされます。

💡 DID YOU KNOW?

Mewayz replaces 8+ business tools in one platform

CRM · Invoicing · HR · Projects · Booking · eCommerce · POS · Analytics. Free forever plan available.

無料で始める →

このツールは、コード レビュー、新しいチーム メンバーをプロジェクトに参加させる場合、または単純に学習して改善するために自分の思考プロセスを再検討する場合に最適です。 Mewayz エコシステム内で複雑なシステムを構築する場合、モジュールの設計フェーズを再現できるため、知識が保持され、方法論が一貫していることが保証されます。

構築した理由: プロセスの力

私たちがクロード リプレイを構築したのは、旅が目的地と同じくらい重要であると信じているからです。最後のコード ブロックは単なる出力です。多くの場合、真の価値は、途中で検討された推論や代替案にあります。これは、ビジネス向けに透明性があり管理しやすいワークフローを作成することに重点を置いている Mewayz の哲学と完全に一致しています。 AI コラボレーション プロセスを可視化してレビュー可能にすることで、ブラックボックスの対話から文書化されたエンジニアリング プラクティスに昇格します。

クロード リプレイは、会話をドキュメントの成果物に変えます。ペア プログラミング セッションを記録しているようなものですが、重要な瞬間に即座にジャンプすることができます。

スタートと今後の方向性

Claude-replay は現在 GitHub で利用できます。リポジトリには、ローカルで実行するための手順が含まれています。私たちはこれを出発点と考えています。将来の機能拡張には、他の AI モデルとの統合、オーディオ ナレーション、リプレイ セッションを共有可能なビデオ ファイルとしてエクスポートする機能などが含まれます。私たちはコミュニティがそれを試し、貢献し、未来の形成に協力することを奨励します。 AI 支援開発が標準になりつつある世界では、Claude-replay のようなツールと Me のようなプラットフォーム

Frequently Asked Questions

Show HN: Claude-replay – A Video-Like Player for Claude Code Sessions

In the age of AI collaboration, our interactions with models like Anthropic's Claude are becoming increasingly complex and valuable. We ask Claude to architect systems, debug intricate problems, and generate production-ready code. But what happens after the conversation ends? The static text of a chat history fails to capture the dynamic, iterative *process* of creation. Today, we're excited to open-source Claude-replay, a tool that transforms your Claude code sessions into a navigable, video-like experience, allowing you to replay the entire journey of thought and code generation.

From Static Logs to Dynamic Playbacks

Traditional chat logs are a flat record of what was said, but they lose the context of *how* it was built. Scrolling through a long thread to find the moment a specific function was refined or a critical bug was fixed is a cumbersome process. Claude-replay changes this paradigm. By processing the JSON export of a Claude conversation, it reconstructs the session as a step-by-step playback. You see each code block appear, change, and evolve in real-time, exactly as it happened during the original session. This isn't just a recording; it's an interactive replay of the collaborative process.

Key Features for Developers and Teams

Claude-replay is built with practicality in mind. It’s a simple web application that runs locally, ensuring your proprietary conversations never leave your machine.

Why We Built It: The Power of Process

We built Claude-replay because we believe the journey is as important as the destination. The final code block is just the output; the true value often lies in the reasoning and alternatives considered along the way. This aligns perfectly with the philosophy at Mewayz, where we focus on creating transparent and manageable workflows for businesses. By making the AI collaboration process visible and reviewable, we elevate it from a black-box interaction to a documented engineering practice.

Getting Started and Future Directions

Claude-replay is available now on GitHub. The repository includes instructions for running it locally. We see this as a starting point. Potential future enhancements include integration with other AI models, audio narration, and the ability to export replay sessions as shareable video files. We encourage the community to try it out, contribute, and help shape its future. In a world where AI-assisted development is becoming the norm, tools like Claude-replay and platforms like Mewayz are essential for bringing structure, clarity, and long-term value to our collaborative efforts.

Streamline Your Business with Mewayz

Mewayz brings 208 business modules into one platform — CRM, invoicing, project management, and more. Join 138,000+ users who simplified their workflow.

Start Free Today →

Try Mewayz Free

All-in-one platform for CRM, invoicing, projects, HR & more. No credit card required.

Start managing your business smarter today

Join 30,000+ businesses. Free forever plan · No credit card required.

これは役に立ちましたか?共有する。

Ready to put this into practice?

Join 30,000+ businesses using Mewayz. Free forever plan — no credit card required.

無料トライアル開始 →

行動を起こす準備はできていますか?

今日からMewayz無料トライアルを開始

オールインワンビジネスプラットフォーム。クレジットカード不要。

無料で始める →

14-day free trial · No credit card · Cancel anytime