Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Post History
I want to give an AI the ability to read, write and manipulate files on my computer, such as with the OpenAI function calling feature. The goal of this is to use the AI to work on a project compris...
#1: Initial revision
How can I give an AI sandboxed file access?
I want to give an AI the ability to read, write and manipulate files on my computer, such as with the [OpenAI function calling](https://platform.openai.com/docs/guides/gpt/function-calling) feature. The goal of this is to use the AI to work on a project comprising multiple files, such as developing a modular program. However, I don't want to give it a free reign over my entire filesystem where it can delete important system files or read confidential data. How can I limit what files the AI can work with?