The article announces the beta release of ty, a fast Python type checker and language server written in Rust, designed as an alternative to tools like mypy, Pyright, and Pylance. ty is built with a focus on performance, correctness, and ergonomics, and is designed to power a language server with live updates. The tool is now available for installation and is recommended for motivated users for production use. The developers plan to work towards a stable release next year, focusing on stability, bug fixes, and completing features in the Python typing specification.