Self Served FSD Analysis Dashboard
So, I created a website that allows you to analyze FSD data and make your own predictions based on the data. It fetches data from teslafsdtracker.com and predicts the trend of Tesla FSD using an exponential model.
By default, it uses Waymo 2023 MTTF as a benchmark. FSD should be able to run 17,000 miles without any critical (safety-critical) disengagement for us to call it robotaxi ready. If you don't like this number, you can change the target by modifying the value of 17,000.
You can also change the method for selecting the data. FSD sub-sub version data (like 13.2.2.1) is too noisy, so I aggregate this data with their sub-versions (like 12.5, 13.2). By default, it adds all the miles and failures together to calculate the mean miles between critical disengagement. However, you can have it fit using the best sub-version with enough data.
Link to the website: https://smy20011.github.io/FsdAnalysis/
Enjoy!