docs(journal): 2026-05-08 00:15

This commit is contained in:
2026-05-08 00:16:14 -04:00
parent b36e6da0b3
commit 5607dce611
+4
View File
@@ -3,3 +3,7 @@
Append-only stream of thought. Newest entries on top. Each entry is a timestamp
followed by freeform prose. Tag entries with `[name](tag://name)` links under
the header — only when a coherent theme emerges. Otherwise just write.
## 2026-05-08 00:15
Thinking about how best to avoid exfiltration... one option is simply to create a bottle with no secrets in it, at all. Then there's no data to exfiltrate. This is probably the ideal solution for the research phase when implementing a PRD (specifically PUBLIC research). This would be something I would ideally want to do BEFORE the private research phase, as the private research phase could theoretically put secrets in a PRD. Reviewing the documents created during a private research phase would be a good way to mitigate this.