우리 대부분은 프롬프트를 최적화하지만, 극소수만 ROI를 최적화합니다. 제가 Claude Code 사용 비용을 추적하면서 발견한 내용.

발행: (2026년 3월 2일 오전 06:35 GMT+9)
2 분 소요
원문: Dev.to

Source: Dev.to

If you’re vibe‑coding with Claude Code, measure what actually ships to production.

npx claude-roi

The tool shows:

  • What made it to Git vs. what just burned tokens
  • Cost per commit
  • Orphaned sessions
  • Line survival
  • And many more insights

Most of us are optimizing prompts. Very few of us are optimizing ROI.

Codelens AI

Agent Productivity‑to‑Cost Correlator – Is your AI coding agent actually shipping code?

Codelens AI ties Claude Code token usage to actual Git output. It reads your local Claude Code session files, correlates them with Git commits by timestamp, and serves a dashboard answering: “Am I getting ROI from my AI coding agent?”

  • One command, zero config
  • All data stays local
  • Works with any Git repo where you’ve used Claude Code

Installation

Option 1: Run directly (no install)

npx claude-roi

Option 2: Install globally

# npm
npm install -g claude-roi

# pnpm
pnpm add -g claude-roi

# yarn
yarn global add claude-roi

Then run from anywhere:

claude-roi

Option 3: Clone and run from source

git clone https://github.com/Akshat2634/Codelens-AI.git
cd Codelens-AI

# Install dependencies (pick one)
npm install      # or
pnpm install     # or
yarn install

# Run it
node src/index.js

Prerequisites

  • Node.js ≥ 18Download
  • Git – installed and configured

Source & Contributions

View on GitHub – open source; PRs, feature requests, and ⭐ are welcome.


Track your AI ROI now!

0 조회
Back to Blog

관련 글

더 보기 »

일이 정신 건강 위험이 될 때

markdown !Ravi Mishrahttps://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fu...