Live data from Hacker News

What is agentic engineering?

simonwillison.net

1–10 of 109 posts

Re: What is agentic engineering?

#8
I don't think we should be making this distinction. We're still engaged in software engineering. This isn't a new discipline, it's a new technique. We're still using testing, requirements gathering, etc. to ensure we've produced the correct product and that the product is correct. Just with more automation.

Re: What is agentic engineering?

#9
Agentic engineering is working from documentation -> code and automating the translation process via agents. This is distinct from the waterfall process which describes the program, but not the code itself, and waterfall documentation cannot be translated directly to code. Agent plans and session have way more context and details that are not captured in waterfall due to differences in scope.

Re: What is agentic engineering?

#10

How is this different than Prompt Engineering?

Prompt engineering was coined before tooling like Claude Code existed, when everyone copied and pasted from chatgpt to their editor and back.

Agentic coding highlights letting the model directly code on your codebase. I guess its the next level forward.

I keep seeing agentic engineering more even in job postings, so I think this will be the terminology used to describe someone building software whilst letting an AI model output the code. Its not to be confused with vibe coding which is possible with coding agents.

Post reply on HN