Comments

Hacker News

Even this AI generated article hs a hard on for rust. If all references to switching to rust were eliminated the article would be the same.

by gumby

ast-grep is a great tool. Really helps with agentic work. I wish the LLMs were trained to use it by default. Would make them incredibly powerful.

by nullbio

I’m always so disoriented by wondering how to interpret the pronoun “I” in these AI-generated articles.

by senderista

Reading the article is like climbing a load-bearing wall to quote their last phrase.

by AlexeyBrin

> incremental old-tree reuse were removed

Maybe I am missing what they meant here, but isn’t the entire point of tree-sitter that you can reuse old trees to make edit updates faster? It is seems quite probable that all the performance gains came from optimising for fixed files with no error recovery, at the cost of how ts is actually used.

by trickypr

Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • Even this AI generated article hs a hard on for rust. If all references to switching to rust were eliminated the article would be the same.
  • ast-grep is a great tool. Really helps with agentic work. I wish the LLMs were trained to use it by default. Would make them incredibly powerful.
  • I’m always so disoriented by wondering how to interpret the pronoun “I” in these AI-generated articles.
  • I really don't like this. Don't post your AI-generated articles here. https://www.pangram.com/history/fce67fb4-4f6a-4eb4-a323-5048...
  • Reading the article is like climbing a load-bearing wall to quote their last phrase.
  • > incremental old-tree reuse were removed

    Maybe I am missing what they meant here, but isn’t the entire point of tree-sitter that you can reuse old trees to make edit updates faster? It is seems quite probable that all the performance gains came from optimising for fixed files with no error recovery, at the cost of how ts is actually used.

How AST-grep Rewrote Tree-sitter in Rust and Made It 30% Faster · Birbla