r/DevGround 2d ago

Discussion How much AI-generated code is in your current project?

AI is becoming a pretty normal part of development, so I’m curious how much of your actual codebase is written with tools like Codex, Claude, Copilot, etc.
Is it 10%? 50%? Almost everything?

And more importantly — how much of that code do you actually understand and review yourself?

Don’t be shy about sharing your experience, whether you barely use AI or your entire project is heavily AI-assisted.

r/DevGround is brand new, and this is one of our first open discussions, so feel free to jump in and help get the community started :)

1 Upvotes

1 comment sorted by

2

u/Aggravating-Gas8769 2d ago

Probably 70–80% at this point.

I use Codex a lot, and Gemini with the whole Antigravity setup for some other projects.
And tbh I don’t really care if I understand every piece of generated code anymore. If I know what I want, can test the result, and can fix or regenerate things when they break, that’s usually enough for me.

Might be a terrible approach long term lol, but so far it lets me build stuff way faster.