Hacker News new | ask | show | jobs
by elpakal 96 days ago
> file-based state that persists between agent invocations

Can you expand on this with a practical example?

2 comments

It needs a canonical source of truth, something isolated agents can't provide easily. There are tools out there like specularis that help you do that and keep specs in sync.
One example: I let the agent culminate the essence of all previous discussions into a spec.md file, check it for completeness, and remove all previous context before continuing.