logoalt Hacker News

hnlmorgtoday at 7:14 AM1 replyview on HN

Code still matters in the world of LLMs because they’re not deterministic and different LLMs produce different output too. So you cannot pin specification to application output in the way the article implies.

What the author actually wants is ADRs: https://github.com/joelparkerhenderson/architecture-decision...

That’s a way of being able to version control requirements.


Replies

visargatoday at 9:14 AM

TIL about ADR's, a great idea.