Natural language drifts, LLMs are not an exception

작성자

카테고리:

← 피드로
DEV Community · Alex · 2026-06-23 개발(SW)

Alex

Only 1 of the 4 signals driving agentic SDLC is unambiguous:

  • Intent signal – what people want, expressed in natural language,
  • Specification signal – what must be true, usually semi-formal,
  • Feedback signal – what is wrong, mostly natural,
  • Environment signal – what changed around, usually semi-formal.

Agentic code generation does not remove drift. It makes it directly executable, because interpretation is no longer absorbed by humans during meetings or reviews.

Collaboration potential between engineering and business stakeholders tracks almost exactly inverse to formality: the more a notation is designed to eliminate ambiguity for machines, the less room it leaves for non-technical stakeholders to participate.

Check the notations your teams use today against the formality degree: User Stories, ADR, EARS, RFC, BPMN, Gherkin, Event Storming, C4. Wherever a business-critical decision still lives in natural language, that is where your agent has the most freedom to guess.

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다