6 ms·
I wonder what was total token cost of the rewrite.
by tumdum_ 28d ago
I wonder what was total token cost of the rewrite.
- sroussey 28d agoI think around $300-400k, but that does not include the github issue/pr/ci stuff that runs continuously, which could double or triple it. Somewhere, the first two weeks were said to be about $200k.
- rane 28d agoThat total assumes API billing rates, which isn't what Anthropic pays for the inference. So I'm confused why people keep quoting that. It's not representative of what it'd cost for you either because you could use cheaper models.
- vdfs 28d agoYeah, when you spend billions in infrastructure you get to save $300k occasionally
- nicce 28d ago> That total assumes API billing rates, which isn't what Anthropic pays for the inference. So I'm confused why people keep quoting that. It's not representative of what it'd cost for you either because you could use cheaper models. It is, because this rewrite was marketing for Claude. So it reflects the price for what other companies might need to pay if they want to rewrite something else with similar size.
- meetpateltech 28d agoFrom the Rewriting Bun in Rust blog post: 5.9B uncached input tokens, 690M output tokens, 72B cached reads, came out to ~$165k at API pricing.
- tumdum_ 28d agoThat was the initial work, but since then there was lots of work performed with LLMs.