| ▲ | hansonkd 12 hours ago | |
I've been thinking a lot about this lately. It seems like what is missing with most coding agents is a central source of truth. Before the truth of what the company was building and alignment was distributed, people had context about what they did and what others did and are doing. Now the coding agent starts fresh each time and its up to you to understand what you asked it and provide the feedback loop. Instead of chat -> code, I think chat -> spec and then spec -> code is much more the future. the spec -> code phase should be independent from any human. If the spec is unclear, ask the human to clarify the spec, then use the spec to generate the code. What happens today is that something is unclear and there is a loop where the agent starts to uncover some broader understanding, but then it is lost the next chat. And then the Human also doesn't learn why their request was unclear. "Memories" and Agents files are all ducktape to this problem. | ||