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

Garmin ランニングウォッチに Claude Code を入れてみた

開発者が Garmin のランニングウォッチ上で Claude Code を動作させる実験的なプロジェクトに取り組んだ。小さな画面と限られたリソースの中で AI アシスタントを走らせるという挑戦的な試み。実際の実装内容や工夫点、そして得られた知見について紹介している。

背景メモ

- Claude CodeはAnthropic社が開発したAIコーディングアシスタントで、ターミナル上で動作しコードの生成・編集・デバッグを行う。通常はPC上の開発環境で使われるもの。 - Garminのランニングウォッチ(例:Forerunnerシリーズ)はGPS機能付きのスポーツ向けスマートウォッチで、独自OS「Garmin OS」を搭載するが、本格的なプログラミング環境は持たない。 - このプロジェクト(fashton28/garmin-code)は、Claude CodeをGarminウォッチ上で動かそうとするハッキング的な試み。実用性よりも「どこまでできるか」という技術的な好奇心やジョーク的な側面が強い。 - GarminウォッチのCPUは非常に非力で、LLM(大規模言語モデル)をまともに動かせる環境ではないため、おそらく何らかの回避策(クラウド経由や軽量モデル)を使っているか、コンセプト実証に近い。

関連記事

  • 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.