from Hacker News

Show HN: AI Files – manage and organize your files with AI

by jjuliano on 2/26/23, 1:49 AM with 44 comments

  • by rnosov on 2/26/23, 10:33 AM

    I think you might want to correct ChatGPT to just GPT. As far as I know, there is no public API access point for the ChatGPT. OpenAI davinci model that you're likely using is based on InstructGPT ( a different GPT based beast ). Also, I would be somewhat worried about this thing racking up massive bills for the larger files.

    EDIT: okay, according to replies there is more than meets the eye

  • by petemetefete on 2/26/23, 11:26 AM

    It should be noted that this tool uses a prompt [1] which does include the whole file, or in case of non textual content, the metadata of the image/video/audio file [2].

    [1] https://github.com/jjuliano/aifiles/blob/ef529fd6281eaf8d373...

    [2] https://github.com/jjuliano/aifiles/blob/ef529fd6281eaf8d373...

  • by langsoul-com on 2/26/23, 11:12 AM

    The project auto tagging got me wondering if there's an AI that can auto create tags for a job posting.

    Ie what tech stack it uses, languages and the like.

  • by eterps on 2/26/23, 11:48 AM

    How feasible would it currently be to use a standalone tool for this (instead of connecting to ChatGPT)?

    Are there any standalone command line tools that can be experimented with?

  • by bbor on 2/26/23, 10:02 AM

    This is absolutely incredible, and a very effective, minimal interface. Can’t wait to try it!
  • by throwaway1183 on 2/26/23, 1:54 PM

    I saw a post[0] in HN that says AI models are susceptible to new kind of malware. How is this app safe?

    [0]: https://news.ycombinator.com/item?id=34945349

  • by eterps on 2/26/23, 12:46 PM

    Does this tool keep track of the categories it has used to build a directory structure over time, or does each file result in a new structure unrelated to the previous one?
  • by llanowarelves on 2/26/23, 3:09 PM

    I have a non-AI version of this I wrote and considered using a topic classifier. Will have to check this out.
  • by pictur on 2/26/23, 10:35 AM

    good idea. a tool that can do it locally without the need for a dependency might be better.
  • by dstala on 2/26/23, 12:19 PM

    Privacy warning displayed upfront is a great thing! Looks an interesting use case though.
  • by user- on 2/26/23, 7:05 AM

    Could use with examples of what exactly this is/does
  • by NayamAmarshe on 2/26/23, 10:03 AM

    This is a great project!