Jumpei's blog

vibe coding endurance training tracker

English | 日本語

English

I wanted a simple way to track my climbing endurance sessions—how many minutes I climbed, how many sets, how long I rested—and actually see progress over time. Couldn’t find anything that fit, so I figured I’d just build it.

30 minutes later…

CODEX: “It’s ready. You can try it on your iPhone.” Me: “Alright, I’ll use it in today’s session and report back.” (← now)

From here, the loop is straightforward: Talk to the LLM → create a GitHub issue → CODEX reads it → app gets better.

This workflow is almost unfair. I still don’t understand Swift at all, but somehow my repo is full of it.

Integration with Xcode has also improved a lot. It used to require a bunch of setup—now it’s basically seamless. At this point, I only use Xcode to push builds to my iPhone and ship to the App Store.

App: PumpLog


Japanese

クライミングの持久力セッションをシンプルに記録したかった——何分登ったか、セット数はいくつか、休憩はどれくらいか——そして時間の経過とともに進捗をちゃんと確認できるような方法が欲しかったんです。ぴったり合うものが見つからなかったので、じゃあ自分で作るか、と。

30分後……

CODEX:「準備できました。iPhoneで試せますよ。」 私:「わかった、今日のセッションで使ってみて報告するね。」(← 今これを書いています)

ここからのループはシンプルです: LLMに話しかける → GitHub イシューを作る → CODEXが読む → アプリが良くなる。

このワークフロー、ちょっとずるいくらい快適です。Swiftは全然わかっていないのに、なぜかリポジトリがSwiftだらけになっています。

Xcodeとのインテグレーションもかなり改善されました。以前はいろいろセットアップが必要でしたが、今はほぼシームレスです。今では、iPhoneへのビルドのプッシュとApp Storeへのリリースにしか使っていません。

アプリ:PumpLog

#ai #make-things #product