ast-grep Blog 
- YAML vs DSL: comparison is subjectiveYAML and DSL are two different approaches to configure rule in structural search. The question "which is better" is largely subjective.
- ast-grep's Journey to AI Generated RulesAdvancements in AI have made it possible to generate ast-grep rules with a well-written prompt.
- Interactive Code Fixes with Multiple Options!Today, we're thrilled to showcase a game-changing feature, multi-option interactive code fixes!
- ast-grep new release 0.38ast-grep 0.38 brings some fantastic new features to improve your code searching and linting experience, alongside a significant internal shift.
- ast-grep gets more LLM support!ast-grep is getting even better with enhanced Large Language Model (LLM) support. This exciting development opens up new possibilities for developers to analyze, understand, and transform code more efficiently. Let's dive into the details of these new features.
- ast-grep Rockets to 8000 Stars!ast-grep has recently reached 6000 stars on GitHub! This is a remarkable achievement for the project and I am deeply grateful for all the support and feedback that I have received from the open source community.
- An Example of Rust's Fearless Concurrencyast-grep shows how Rust's fearless concurrency works in practice. Learn how to design concurrent systems in Rust and the trade-offs involved.
- Design Space for Code Search QueryA review of the design space for code search tools.
- ast-grep's Journey to Type Safety in Node APIast-grep/napi now supports typed AST manipulation which is correct, concise, robust, and performant.
- ast-grep got 6000 stars!ast-grep has recently reached 6000 stars on GitHub! This is a remarkable achievement for the project and I am deeply grateful for all the support and feedback that I have received from the open source community.
- ast-grep: 5000 stars and beyond!ast-grep has recently reached 5000 stars on GitHub! This is a remarkable achievement for the project and I am deeply grateful for all the support and feedback that I have received from the open source community.
- ast-grep got 3000 stars!ast-grep has recently reached 3000 stars on GitHub! This is a remarkable achievement for the project and I am deeply grateful for all the support and feedback that I have received from the open source community.
- Migrating Bevy can be easier with (semi-)automationIn this article, we will show you how to make migration easier by using some command line tools.
- Optimize ast-grep to get 10X fasterHow to optimize the Rust CLI tool ast-grep to become 10 times faster.