When people encounter issues with their car or microwave or any man-made object, they are more likely to put on their engineering hats and try to ‘fix’ the problem (oftentimes succeeding in doing so). I find this approach of dealing with ‘man-made’ things rather interesting because, this assumes that there is a solution that exists which can ‘discovered’ upon inspection. This is also common in GitHub repositories where tons of issues get reported regularly and, people are able to eventually resolve them by making changes to the code. Why do we believe that a solution must exist and pursue seeking it? Is it because it was made by another human being and ergo, a solution must exist? I am not sure, but it seems to serve as a motivation to try, which is powerful.
Having said that, I find it hard to transpose the same ‘fix it’ philosophy that applies so well to everyday things, to the study of nature. What are we trying to fix in nature? Well, if we were to let go of our perception that a scientist is someone who works in a lab and looks into a microscope all day, it becomes a little easier to tackle this question.
For example, what if we picture a particle physicist as someone who is fluent in python, QFT, GR and Group theory; works primarily on ‘front-end architecture of atomic particles’ and maintains a GitHub repo titled ‘my-standard-model’ where typical issues in the repo would be along the lines of ‘missing charge’, ‘Help:ValueError: Output contains NaN, infinity or a value too large for dtype(‘float64′).’ and so on; And every couple of months or so, some of these issues end up getting resolved and a PR follows? It sounds a little weird to say it out loud but, certainly conceivable. I guess what I am trying to get at is that, this feedback loop of ‘found issue in model/codebase –> report it –> try to fix it –> if resolved, close issue –> repeat’ might be more universally applicable than we thought.