Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

Show HN: Muxer – Claude Code向けオープンソースのモデルマルチプレクサ

最上位モデルが指令を担当し、入力をより低価格なモデルに委譲。品質を損なわないルーティングルールを備え、各タスク後に節約した金額を表示する。

背景メモ

Muxer(マルチプレクサー)は、Claude Code(Anthropic社が提供するコード生成AIのターミナル版)向けのオープンソース拡張ツール。通常、Claude Codeを使う際はClaude 3.5 Sonnetのような高性能(=高コスト)モデルが常に稼働するが、Muxerは「高難度タスクだけトップモデルに回し、簡易な処理は安価なモデルに振り分ける」仕組みを持つ。ユーザーが定義したルールに基づいて振り分け、タスク終了後に節約額を表示する。 背景として、2025年現在、開発者向けAIエージェント(Claude Code、Cursor、GitHub Copilotなど)の利用が拡大する一方、API呼び出しコストが実用的な障壁になっている。特に長時間のリファクタリングや大規模コードベースの作業では、モデル呼び出し回数が数百〜数千回に達し、月額契約を超える従量課金が発生しうる。Muxerはこの「品質を保ちつつコストを抑えたい」というニーズに応える試みで、OSSコミュニティで注目を集めている。 製作者はDangerousYamsで、個人または小規模チームによる開発。英語圏のAI開発者コミュニティでは「Claude Codeの実用化における現実的な課題」としてコスト問題が頻繁に話題になっており、本プロジェクトはその具体的な解決策として投稿された。

関連記事

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.