Comment on Ask HN: How do you audit LLM code in programming languages you don't know?Comments−Davidbrcz6moYou do a cross analysis.- Compile it with the maximum number of warnings enabled- Run linters/analyzers/fuzzers on it- Ask another LLM to review it
Comments
You do a cross analysis.
- Compile it with the maximum number of warnings enabled
- Run linters/analyzers/fuzzers on it
- Ask another LLM to review it