←back to thread

514 points mfiguiere | 1 comments | | HN request time: 0s | source
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 #
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 #
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 #
1. cube2222 ◴[] No.43710047{3}[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.