(no title)
zomglings | 10 months ago
A 2.5 hour session with Claude Code costs me somewhere between $15 and $20. Taking $20/2.5 hours as the estimate, $100 would buy me 12.5 hours of programming.
zomglings | 10 months ago
A 2.5 hour session with Claude Code costs me somewhere between $15 and $20. Taking $20/2.5 hours as the estimate, $100 would buy me 12.5 hours of programming.
bambax|10 months ago
On average, one line of, say, JavaScript represents around 7 tokens, which means there are around 140k lines of JS per million tokens.
On Openrouter, Sonnet 3.7 costs are currently:
- $3 / one million input tokens => $100 = 33.3 million input tokens = 420k lines of JS code
- $15 / one million output tokens => $100 = 3.6 million output tokens = 4.6 million lines of JS code
For one developer? In one day? It seems that one can only reach such amounts if the whole codebase is sent again as context with each and every interaction (maybe even with every keystroke for type completion?) -- and that seems incredibly wasteful?
bambax|10 months ago
33.3 million input tokens / 7 tokens per loc = 4.8 million locs
3.6 million output tokens / 7 tokens per loc = 515k locs
cma|10 months ago
dannersy|10 months ago
timmytokyo|10 months ago
[0] https://www.wheresyoured.at/openai-is-a-systemic-risk-to-the...
ghuntley|10 months ago
UltraSane|10 months ago
zomglings|10 months ago
The point is to get a pipeline working, cost can be optimized down after.
jamieatlason|10 months ago
[deleted]