Hacker News new | ask | show | jobs
by phren0logy 292 days ago
An important issue. how does this compare with llm-guard, and the ability to create a “vault” to later de-anonymize?
1 comments

Maskwise and LLM Guard serve different stages of the AI pipeline. llm-guard basically filters prompts and responses to prevent prompt injection attacks. Maskwise is for preparing datasets before LLM training/fine-tuning. It processes large document collections (PDFs, Office docs, images) to detect & anonymize PII.

Vault is in the works :)