▲ | ankrgyl 3 days ago | ||||||||||||||||
> In ??? coding, the developer specifies code changes that must be made, such as adding a feature, modifying an existing function, or removing unused logic. The AI delivers the complete set of changes to the codebase, and the developer reviews it at the code level. Any corrections are given again as updates to the code, and the cycle repeats until the code aligns. Yes > If so, I've most seen the latter be called AI pair-programming or AI-assisted coding. I specifically considered both terms and am not a fan * "pair-programming" is something that involves two people paying attention while writing code, and in this case, i'm not looking at the screen while the AI system writes code * "AI-assisted coding" is generally anchored to copilots/IDE style agents where people are actively writing code, and an AI assists them. I totally hear you on conflating async. However, I think the appropriate term would clearly indicate that this happens without actively watching the AI write code. Unfortunately I think other terms like "background" may also be confusing for similar reasons. | |||||||||||||||||
▲ | didibus 2 days ago | parent | next [-] | ||||||||||||||||
Agentic already implies what you want to imply. Maybe just call it agentic coding? I feel that be the most clear. Agentic coding implies any workflow using AI agents. Which mean it's always the same agentic coding loop:
> is generally anchored to copilots/IDE style agents where people are actively writing codeI don't know when you last used these, but they're all agentic now. The workflow is exactly the same, you don't write code and auto-complete suggestions, you prompt and they go and make multiple edits to multiple files and can take upwards of 10 minutes, once done they show you a diff (or you can trust) and you're free to review/test or not, and prompt some more. Edit: Or what the other commenter said: "prompt driven coding", that could be a good term as well. | |||||||||||||||||
▲ | krapp 3 days ago | parent | prev [-] | ||||||||||||||||
I think it's still vibe coding. In practice any AI-driven process where you tell the AI what you want and it writes the code is considered "vibe coding." | |||||||||||||||||
|