1 pointby andrewstuart9 hours ago1 comment
  • andrewstuart8 hours ago
    Let’s say you want to indicate some relationship between part of your code and a specific requirement number. And you want to be able to do that in any computer language. At the moment the only way you can do anything like that at all is to put your reference in a comment And LLMs are extremely well known for deleting comments. So we need some sort of standard for meta-data or comments that LLMs are guaranteed not to delete and that is consistent across all programming languages. How can we do? This is a new standard needed? Can we piggyback onto some existing mechanism?