Remix.run Logo
Ask HN: Anyone know of that "levels of AI programming" blog post?
4 points by tuvix 11 hours ago | 4 comments

I was browsing HN comments a while ago and ran into a wonderful blog on the levels of AI involvement in programming. It started at 0 I think, with no AI involved and went to around 7 where LLMs direct other LLMs and no human is involved.

I wanted to reference these levels in the README of an open source project I'm creating as part of it was hand-programmed while using AI as a kind of search engine, while another part was crafted by AI with me reviewing code and providing a spec.

Any help is greatly appreciated!

asifbc2552 11 hours ago | parent [-]

Sure!

tuvix 11 hours ago | parent [-]

Do you happen to have the link?

gnabgib 11 hours ago | parent [-]

The 8 Levels of Agentic Engineering (277 points, 1 month ago, 129 comments) https://news.ycombinator.com/item?id=47320614

https://www.bassimeledath.com/blog/levels-of-agentic-enginee...

tuvix 11 hours ago | parent [-]

Thank you!