Most active commenters
  • cube2222(3)
  • ai-christianson(3)

←back to thread

514 points mfiguiere | 15 comments | | HN request time: 0.001s | source | bottom
Show context
cglong ◴[] No.43709527[source]
There's a lot of tools now with a similar feature set. IMO, the main value prop an official OpenAI client could provide would be to share ChatGPT's free tier vs. requiring an API key. They probably couldn't open-source it then, but it'd still be more valuable to me than the alternatives.
replies(2): >>43709642 #>>43709643 #
1. cube2222 ◴[] No.43709643[source]
Coding agents use extreme numbers of tokens, you’d be getting rate limited effectively immediately.

A typical small-medium PR with Claude Code for me is ~$10-15 of API credits.

replies(5): >>43709683 #>>43709757 #>>43709762 #>>43710075 #>>43710866 #
2. cglong ◴[] No.43709683[source]
I didn't know this, thank you for the anecdata! Do you think it'd be more reasonable to generalize my suggestion to "This CLI should be included as part of ChatGPT's pricing"?
replies(1): >>43709993 #
3. dingnuts ◴[] No.43709757[source]
Too expensive for me to use for fun. Cheap enough to put me out of a job. Great. Love it. So excited. Doesn't make me want to go full Into The Wild at all.
replies(1): >>43710047 #
4. ai-christianson ◴[] No.43709762[source]
I've ended up with $5K+ in a month using sonnet 3.7, had to dial it back.

I'm much happier with gemini 2.5 pro right now for high performance at a much more reasonable cost (primarily using with RA.Aid, but I've tried it with Windsurf, cline, and roo.)

replies(3): >>43709859 #>>43709893 #>>43710779 #
5. triyambakam ◴[] No.43709859[source]
That's the largest I've heard of. Can you share more detail about what you're working on that consumes so many tokens?
replies(1): >>43715845 #
6. skeptrune ◴[] No.43709893[source]
Hoooly hell. I swear the AI coding products are basically slot machines.
replies(1): >>43712590 #
7. cube2222 ◴[] No.43709993[source]
Could be reasonable for the $200/month sub maybe?

But then again, $200 upfront is a much tougher sell than $15 dollars per PR.

8. cube2222 ◴[] No.43710047[source]
I don’t think this is at the level of putting folks out of a job yet, frankly. It’s fine for straightforward changes, but more complex stuff, like concurrency, I still end up doing by hand.

And even for the straightforward stuff, I generally have a mental model of the changes required and give it a high level list of files/code to change, which it then follows.

Maybe the increase in productivity will reduce pressure to hire? We’ll see.

9. ashishb ◴[] No.43710075[source]
Exactly. Just like Michelin the tire company created Michelin star restaurants list to make people drive and use more tires
10. ilrwbwrkhv ◴[] No.43710779[source]
Just try the most superior model deep-seek
11. torginus ◴[] No.43710866[source]
Trust me bro, you don't need RAG, just stuff your entire codebase into the prompt (also we charge per input token teehee)
12. Implicated ◴[] No.43712590{3}[source]
Or the people using them are literally clueless.
13. ai-christianson ◴[] No.43715845{3}[source]
It's really easy to get to $100 in a day using sonnet 3.7 or o3 in a coding agent.

Do that every day for a month and you're already at $3k/month.

It's not hard to get to $5k from there.

replies(1): >>43726006 #
14. triyambakam ◴[] No.43726006{4}[source]
Sure but how? Still wondering more specifically what you're doing. And 3-5k is unfortunately my entire month's salary
replies(1): >>43727813 #
15. ai-christianson ◴[] No.43727813{5}[source]
I'm developing an open source coding agent (RA.Aid).

I'm using RA.Aid to develop itself (dogfooding,) so I'm constantly running the coding agent.

That cost is my peak cost, not average.

It's easy to scale back costs to 1/10 the cost and still get 90% of the quality. Basically that means using models like gemini 2.5 pro or Deepseek v3 (even cheaper) rather than expensive models like sonnet 3.7 and o3.