|
|
|
|
|
by Ancapistani
195 days ago
|
|
Agreed. I’m leaving my employer soon, and one of the things I wanted to do was to keep some of my old correspondence from Slack that was more personal in nature. I wrote a script (well, I prompted AI to write a script) that exported all my DMs to a JSON file. I then built a quick local RAG, ran through them all, and had a local model categorize what was “personal”. From there I had it spit out a list of conversation topics and people that I went through by hand. The ones I wanted to keep got exported into a clean JSON file that I then copied over to a personal device. Honestly, I think even that is at least very close to the line of what’s acceptable. I did everything I could to protect the company’s interests, and am confident that even if they were fully aware they wouldn’t have an issue with it, but I’m not at all confident it would be defensible in court if it came to that. If I thought it would, I wouldn’t have done it. I would never even consider uploading the output to a third party, much less everything. |
|