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...
Ask HN: How much of OpenAI code is written by AI?
61–69 of 69 posts
Re: Ask HN: How much of OpenAI code is written by AI?
#62Earlier quoted context omitted.
I don't disagree it's a naive take, and I would love to read about some examples where this happened. I haven't seen too many industries be automated away first hand, and I'm sure there are historic examples. I wouldn't expect the lamp lighters to have been championing the rise of electric lamps. Maybe they did though because it meant they could work less hours.
Software developers have been automating away software developers since the beginning of the field. Higher level languages, better+safer languages, improved IDEs. All the ways in which we made developing software easier and more efficient. QA teams investing in automated testing.
Re: Ask HN: How much of OpenAI code is written by AI?
#63Earlier quoted context omitted.
Software engineering has also been automating its own jobs for ages. The first thing we engineers do when asked to do a repetitive thing is find ways to automate it. I think the industry had qualms about losing their jobs. But honestly what are the examples of people losing their jobs to software ? Everybody says that this has happened many times yet examples are hard to come by.
> But honestly what are the examples of people losing their jobs to software ? Bank tellers Travel agents Cashiers Bookkeeping clerks Typists
Re: Ask HN: How much of OpenAI code is written by AI?
#64I think this is the wrong question. The right question is how much human code can a human push now vs prior to AI. Everything we've done in coding has been assisted. Prior to this current generation of web applications, we had the advent of concepts like Object Orientated Programming and prior to that even C was a massive move up from Assembly and punch cards. AI has written a lot of code. AI has written very little…
>I think this is the wrong question. Why? It is a perfectly legitimate question where the answer is some sort of a percentage.
Who wrote the essay and in which percentage?
Re: Ask HN: How much of OpenAI code is written by AI?
#65Earlier quoted context omitted.
> Software engineers are pushing a magnitude more code and producing more functional utility and solving more bugs than ever before Citation needed
I'm pushing like 30-50% more code per week since using AI, and I'm only really using Cursor.
Re: Ask HN: How much of OpenAI code is written by AI?
#66Earlier quoted context omitted.
>I think this is the wrong question. Why? It is a perfectly legitimate question where the answer is some sort of a percentage.
You write an essay in bullet points then you put the essay into ChatGPT to clean up and then you edit the output again before sending in the essay. Who wrote the essay and in which percentage?
Re: Ask HN: How much of OpenAI code is written by AI?
#67Not 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...
Re: Ask HN: How much of OpenAI code is written by AI?
#68This is like asking me "how much of your software is built by the compiler?" -> the answer is 100%. Ask "how much did you build then?" -> also 100%. The compiler and I operate on different layers.
Re: Ask HN: How much of OpenAI code is written by AI?
#69I don't work at Open AI but I use Codex as I imagine most people there do to. I actually use it from the web app not the cli. So far I've run over 100 codex sessions a great percentage of which I turned in to pull requests. I kick off codex for 1 or more tasks and then review the code later. So they run in the background while I do other things. Occasionally I need to re-prompt if I don't like the results. If I like…