LLM Wiki Architecture in Foundry?

Hi everyone,

Andrej Karpathy’s “LLM Wiki” pattern has been a hot topic in the agent field.

We’re building several agents in Foundry and think this pattern could work well, but Foundry doesn’t have an easy way to give an agent a raw markdown filesystem it can freely create and edit.

Notepad seems like the closest option, but feels limited.

I’m guessing not many people have actually tried this yet, so I’d love to hear your thoughts even without hands-on experience:

  1. If you had to build the “wiki” layer in Foundry, what would you reach for ? Notepad, a dataset-backed store, Media sets, something else?
  2. How would you handle agent write access and validation before edits get committed?

Curious how you’d approach this.

Thanks a ton!

1 Like