The gap
We asked one question of each system: if the artefact it learns from, the memory file, the skill store, the experiment log, was quietly edited by someone with disk access, would anything notice?
Nine out of ten, the answer was no. Memory files, SQLite databases, and JSON logs, all mutable, all editable by anyone with filesystem access, with nothing to detect it after the fact. One system's own code comments describe its execution trace as built "for RL training," explicitly not as an audit record.
Aider was the one exception: because it commits every edit to git, it gets a real, append-only history for free, as a side effect of how it works rather than a feature someone added.
This is not a story about any one team cutting a corner. It is a category-wide gap. The systems above are optimising for capability, and capability is what gets measured first. Proof that the capability's own history hasn't been tampered with comes later, if it comes at all.
It matters more here than in most software, because the whole pitch of a self-improving agent is that it keeps a record of what worked and reuses it. If that record can be silently edited, the system's own memory of its past becomes exactly as trustworthy as the person with access to the disk it's stored on.