Skip to content
Nick edited this page Mar 10, 2026 · 21 revisions

PATAS Core Documentation

Pattern-Adaptive Transmodal Anti-Spam System

PATAS is an autonomous pattern discovery and rule management system for anti-spam operations. It analyzes historical message logs, automatically discovers spam patterns, generates safe blocking rules, and evaluates their effectiveness before deployment.


What is PATAS?

Key Characteristics:

  • Signal engine, not enforcement - PATAS provides patterns and metrics that inform anti-spam decisions
  • On-premise deployment - Designed for deployment within your infrastructure
  • Two-stage processing - Fast scanning + deep analysis for 70-90% cost reduction
  • Deterministic and rule-based - Core engine is deterministic; ML/LLM is optional
  • Safety-first design - Multiple safety profiles with clear risk boundaries

Core Workflow:

  1. Ingest - Load historical message logs into PATAS
  2. Discover - Automatically identify recurring spam patterns (two-stage: fast scan + deep analysis)
  3. Generate - Create safe SQL rules from discovered patterns
  4. Evaluate - Test rules on historical data (shadow mode)
  5. Promote - Activate rules that meet safety thresholds
  6. Monitor - Track rule performance and deprecate underperforming rules

Getting Started

New to PATAS? Start here:

  1. Quick Start Guide - Installation, configuration, and basic usage (10-15 minutes)
  2. Architecture - Understand system design and components
  3. API Quickstart - Quick start guide for API integration
  4. FAQ - Frequently asked questions
  5. Product PRD - Complete Product Requirements Document

Documentation

Core Concepts

Performance & Deployment

API & Integration

Legacy Public Docs

Configuration & Deployment

Scaling & Performance

Operations & Monitoring

Safety & Security

Future Development

  • Roadmap - Planned enhancements after successful pilot

Repository

Clone this wiki locally