.png)
I realized that I was often making the same correction over and over when using AI agents to help with content creation. I asked my agent how it might use Fulcra to improve this process.
I draft with a set of agents, one per format, and each one was already instructed to verify its claims against our public repos before writing anything.
The problem was that the information was scattered. Some lived in public source code, exact and checkable. Some only existed as an answer I'd have to give in person. None of it was written down anywhere an agent could read.
So the instruction to "verify" had nothing to verify against. What I actually needed was one place that stated what was true — and was honest about where the truth ran out.
The file has two halves, with different levels of trust on purpose.
The derived half is generated automatically — our tools, our API surface, our product's core concepts. It's pulled fresh from source code, so it's never something an agent just remembers.
The stated half is answered by a human, and anything still unknown is marked unverified rather than left blank. Connectors, pricing, availability now have a marker (unverified) that forbids incorrect entries.
Both halves live in one file in Fulcra, so it works across all my agents. The instruction itself is short: read the file before drafting, treat the derived half as fact, never assert anything marked unverified, and describe data sources generally until someone confirms specifics. It also includes a fallback: if an agent can't reach the file, it checks the source code directly instead of guessing.
Two of my eight agents already had their own verification steps that checked the repos live on every run. I kept those in place and just pointed them to the new file first, rather than ripping out something that already worked.
My agents now know the difference between what they actually know and what they were about to make up.
Fulcra was designed by people who get privacy and know the importance of an infrastructure solution that can be the secure private datastore for the rest of your life. Here data is yours, under your control, and only shared with the people and tools you choose to share it with.