AI-based Organizing #424
gowthamravichandran
started this conversation in
Ideas
Replies: 1 comment
-
Would be an absolute killer application. I‘d love that. It‘s kind of difficult coming up with a prompt that works for many usecases. In your example the LLM needs to know about your project structure? A first step could be an ‘ai‘ filter which allows customizing the prompt. This should be easy to implement targeting local models (ollama). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, thanks @tfeldmann for the wonderful work and sharing it w the community. I have been using Organize for more than a year now.
There are a lot of usecases where the organizing the files has to be deterministic and can be achieved traditionally, but there are some cases where it is difficult to make deterministic decisions with traditional approaches.
For example,
Usecase: A word document from work that was downloaded should go into respective project's folder.
Challenge: the document might not contain the name of the client or the project, but have references to overall context of the project and there is no easy deterministic way to achieve this.
Idea: With the power of LLMs, we have the power to understand the document at previously unimaginable levels. With a little context from the user defined for each project, we can move the files to respective folders with ease.
I am pretty sure the community would come up with even more creative use cases leveraging AI.
I would love to hear more ideas and thoughts around implementation.
Beta Was this translation helpful? Give feedback.
All reactions