Generate
Configurable watermarking during text generation
AI provenance · research toolkit
Make generated content traceable.
Bring watermark generation, detection experiments and provenance artifacts into one research workflow. Explore the relationship between attribution signals and text quality, and keep the evidence behind each run.

Generate
Configurable watermarking during text generation
Evaluate
Detection experiments and text-quality comparisons
Trace
Generation records and retained provenance artifacts
Status
Research toolkit · pre-release
From generation to evidence
A watermark provides a signal to evaluate. A signed record authenticates a retained payload. Explore how those pieces support a traceable generation workflow.
XAMMY / Generate
XAMMY explores watermarking at generation time. A configured sampler shapes token choices while the reader sees ordinary text.
MLX on Apple Silicon · vLLM on NVIDIA CUDA
Our engineers found that the proposed design reduces latency without increasing cost.
Semantic conditioning and cached synonym candidates guide the choices available to the sampler. Adjust the watermark settings, then examine their effect on generated text and detection results.
Retain a generation report, fragment index and verification material. The provenance workflow supports signed records through optional ML-DSA integration; verification depends on the configured signing method and the artifacts retained.
Compare baseline and watermarked outputs, evaluate semantic and structural quality, and test detection after rewriting. Results belong to a specific model, configuration and evaluation set.
Two generation backends
Choose the backend that fits your hardware and model. Shared configuration and evaluation tools help you compare experiments across environments.
vLLM backend
Explore watermarking through the GPU generation pipeline, with configurable sampling and cached-teacher workflows.
MLX backend
Run local generation experiments through the same engine interface. Model compatibility and available features depend on the selected backend.
Evaluation
Use the evaluation pipeline to explore where the signal holds and where it degrades. Compare detection with text quality and retain the run context needed to interpret the result.
Pre-release
XAMMY is a research toolkit with generation backends, evaluation pipelines and provenance experiments. An evaluation starts with your model, content and attribution requirements, then defines the evidence needed to judge the result.
Contact the team