Rendered at 11:44:52 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
toto007 31 minutes ago [-]
I’m not sure whether this project is truly practical in its current form. More and more people are using AI agents through CLI tools or desktop applications, so I think you should consider extending it to run locally.
stelonix 42 minutes ago [-]
Great project! I'm looking for something like this but for code: an app that runs locally and obfuscates variables & strings into generic things, so you don't leak code/db structure to LLM companies. Couldn't find anything though so I'm using an LLM to write one.
no-name-here 2 hours ago [-]
Interesting.
1. Suggestion: Personally I love when projects mention whether they’ve found other existing software that does something similar, and if so how this app compares.
2. On iOS when I click into the project it opens into the GitHub iOS app but there’s a big empty box below the big logo. Clicking the box opens the video in my browser. Maybe it’s a GitHub app issue? I didn’t spend any time further on that.
3. Minor but I couldn’t be sure what pisi stands for - the page seems to use “personal and sensitive information” (PASI?) but maybe it stands for “personal information sensitive information” even if the page doesn’t use that phrase?
mohamed_am83 2 hours ago [-]
Hey, thanks for the feedback!
1. Correct. Honestly I haven't found any (I'd use it if I did). After release I was told enterprises have smth similar under the category Data Loss Prevention (DLP).
2. It's on me the logo is huge, I made it smaller. Video display is better on browser (not desktop app). If you scroll past the big box (the video) you can find the rest of the documentation.
3. Spot on, I added the full name to README and made the logo smaller. The name btw is "Personally Identifiable & Sensitive Information Guard"
no-name-here 1 hours ago [-]
It's heavier and isn't designed as a browser extension, but in terms of existing software for anonymization there's stuff like https://presidio.dataprivacystack.org originally from Microsoft.
yason 1 hours ago [-]
I don't understand this, what's the point?
How does anyone accidentally give personal information to an LLM? Because either you don't in the first place (eh, I guess, most people?) or you do but for some specific, weird reason (I can't think of any but I guess these exist).
Retr0id 15 minutes ago [-]
Every time claude inspects `git log` it gets my name and email address.
frumiousirc 1 hours ago [-]
It could be useful more as a labor saving device to enable censoring while allowing the human to engage in easy copy-paste. Examples I think of are inclusion of internal DNS names, usernames and human names and email addresses that may be intermixed with log or command output needed to debug some issue.
That said, if these strings are really sensitive and I'm too lazy (or not trusting the human user) to self-censor, I'd not rely on this particular kind of tool for censoring. I'd use local LLMs or cloud LLMs where privacy is part of the contract.
1. Suggestion: Personally I love when projects mention whether they’ve found other existing software that does something similar, and if so how this app compares.
2. On iOS when I click into the project it opens into the GitHub iOS app but there’s a big empty box below the big logo. Clicking the box opens the video in my browser. Maybe it’s a GitHub app issue? I didn’t spend any time further on that.
3. Minor but I couldn’t be sure what pisi stands for - the page seems to use “personal and sensitive information” (PASI?) but maybe it stands for “personal information sensitive information” even if the page doesn’t use that phrase?
1. Correct. Honestly I haven't found any (I'd use it if I did). After release I was told enterprises have smth similar under the category Data Loss Prevention (DLP).
2. It's on me the logo is huge, I made it smaller. Video display is better on browser (not desktop app). If you scroll past the big box (the video) you can find the rest of the documentation.
3. Spot on, I added the full name to README and made the logo smaller. The name btw is "Personally Identifiable & Sensitive Information Guard"
How does anyone accidentally give personal information to an LLM? Because either you don't in the first place (eh, I guess, most people?) or you do but for some specific, weird reason (I can't think of any but I guess these exist).
That said, if these strings are really sensitive and I'm too lazy (or not trusting the human user) to self-censor, I'd not rely on this particular kind of tool for censoring. I'd use local LLMs or cloud LLMs where privacy is part of the contract.