←back to thread

67 points growbell_social | 1 comments | | HN request time: 0.214s | source

Amidst the nascent concerns of AI replacing software engineers, it seems a proxy for that might be the amount of code written at OpenAI by the various models they have.

If AI is a threat to software engineering, I wouldn't expect many software engineers to actively accelerate that trend. I personally don't view it as a threat, but some people (non engineers?) obviously do.

I'd be curious if any OpenAI engineers can share a rough estimate of their day to day composition of human generated code vs AI generated.

Show context
notfried ◴[] No.44554230[source]
Not OpenAI, but Anthropic CPO Mike Krieger said in response to a question of how much of Claude Code is written by Claude Code: "At this point, I would be shocked if it wasn't 95% plus. I'd have to ask Boris and the other tech leads on there."

[0] https://www.lennysnewsletter.com/p/anthropics-cpo-heres-what...

replies(10): >>44554351 #>>44554371 #>>44554536 #>>44554691 #>>44555029 #>>44555126 #>>44555211 #>>44559459 #>>44562074 #>>44562426 #
PostOnce ◴[] No.44554351[source]
TFA says "How Anthropic uses AI to write 90-95% of code for some products and the surprising new bottlenecks this creates".

for some products.

If it were 95% of anything useful, Anthropic would not still have >1000 employees, and the rest of the economy would be collapsing, and governments would be taking some kind of action.

Yet none of that appears to be happening. Why?

replies(3): >>44554589 #>>44554875 #>>44554883 #
aforwardslash ◴[] No.44554875[source]
Been using claude code almost daily for over a month. It is the smartest junior developer I've ever seen; it can spew high-quality advanced code and with the same confidence, spew utter garbage or over-engineered crap; it can confidently tell you a task is done and passing tests, with glaring bugs in it; it can happily introduce security bugs if it's a shurtcut to finish something. And sometimes, will just tell you "not gonna do it, it takes too much time, so here's a todo comment". In short, it requires constant supervision and careful code review - you still need experienced developers for this.
replies(1): >>44556409 #
1. Aeolun ◴[] No.44556409[source]
Anthropic should have a check for CC, that runs “rg ‘todo’” after every turn. Then tells Claude to fix it if not.