Tao on “blue team” vs. “red team” LLMs | Hacker News
Having LLMs fix bugs or add features is more fraught, since they are prone to cheating or writing non robust code (eg special code paths to pass tests without solving the actual problem). reply Having worked on legacy codebases this is extremely wrong and harmful. Tests are the source of truth more so than your code - and incorrect tests are even more harmful than incorrect code. Having worked on legacy codebases, some of the hardest problems are determining “why is this broken test here that appears to test a behavior we don’t support”. Do we have a bug? Or do we have a bad test? On the other end, when there are tests for scenarios we don’t actually care about it’s impossible to determine if that test is meaningful or was added because “it’s testing the code as written”. reply Anticipating future responses: yes, a robust test harness allows you to make changes fearlessly. But most big test suites I’ve seen are less “harness” and more “straight-jacket” reply reply reply Change detector
Tao on “blue team” vs. “red team” LLMs | Hacker News Hacker News new | past | comments | ask | show | jobs | submit login Tao on “blue team” vs. “red team” LLMs ( mathstodon.xyz ) 542 points by qsort 10 months ago | hide | past | favorite | 171 comments _alternator_ 10 months ago | next [–] This red vs blue team is a good way to understand the capabilities and current utility of LLMs for expert use. I trust them to add tests almost indiscriminately because tests are usually cheap; if they are wrong it’s easy to remove or modify them; and if they are correct, they adds value. But often they don
Explore this link on the map →saved by
related reading
- crawshaw - 2025-01-06crawshaw.io
- Your job is to deliver code you have proven to worksimonwillison.net
- Defining LLM Red Teaming | NVIDIA Technical Blogdeveloper.nvidia.com
- No, LLM is not going to replace software engineers, here's why – Fang-Pen's coding notefangpenlin.com
- Your AI Product Needs Evals – Hamel's Blog - Hamel Husainhamel.dev
- Would you fly on an AI-coded plane | Hackle's bloghacklewayne.com
- The Joel Test: 12 Steps to Better Code – Joel on Softwarejoelonsoftware.com
- Mediumai-alignment.com
- Code is cheap. Show me the talk. - nadh.innadh.in
- Scaling LLMs to larger codebases - Kieran Gillblog.kierangill.xyz
- Software Engineering at Googleabseil.io
- When AI Writes the World's Software, Who Verifies It? — Leonardo de Mouraleodemoura.github.io