Ananke v0.1.0 - Foundation
Release Date: December 2025
The initial release of Ananke - a constraint-driven code generation system that transforms AI from probabilistic guessing into controlled search through valid program spaces.
Highlights
- Constraint Extraction (Clew): 101+ patterns for TypeScript/Python
- Constraint Compilation (Braid): JSON Schema, Grammar, Regex, Token Masks
- Orchestration (Maze): Rust-based async orchestration with Zig FFI
- Modal Inference: vLLM + llguidance deployment (~50μs/token overhead)
- CLI: 6 commands for extraction, compilation, generation, validation
- Security: OWASP Top 10 compliance, path traversal protection, API key zeroing
Performance
| Operation | Achieved |
|---|---|
| Constraint extraction | ~10ms |
| Constraint compilation | ~1ms |
| Token-level enforcement | ~50μs/token |
| Cache hit latency | ~5-15μs |
Test Coverage
- 301 tests passing (100% pass rate)
- Zero memory leaks
- 23 security edge case tests
See RELEASE_NOTES.md for full details.