Hacker News new | ask | show | jobs
by EduardoBautista 114 days ago
Also, Rust's strong and strict type system keeps Claude honest. It seems as if the big LLM models have trained on a lot of poorly written TypeScript because they tend to use type assertions such as `as any` and eslint disable comments.

I had to add strict ESLint and TypeScript rules to keep guardrails on the coding agents.