Edit ‘the_seventy_maxims_of_maximally_effective_machine_learning_engineers’

This commit is contained in:
osmarks
2025-10-03 11:18:31 +00:00
committed by wikimind
parent 8882fccc8b
commit e454a99f71

View File

@@ -19,7 +19,7 @@ Based on [[https://schlockmercenary.fandom.com/wiki/The_Seventy_Maxims_of_Maxima
*. The longer your Claude Code runs without input, the bigger the impending disaster.
*. If the researchers are leading from the front, watch for hardware failures in the rear.
*. The field advances when you turn competitors into collaborators, but thats not the same as your h-index advancing.
*. If youre not willing to prune your own layers, youre not willing to deploy.
*. If youre not willing to quantize your own models, youre not willing to deploy.
*. Give a model a labeled dataset, and it trains for a day. Take its labels away and call it “self-supervised” and itll generate new ones for you to validate tomorrow.
*. If youre manually labeling data, somebodys done something wrong. Conversely, if you're not manually reading data, something's going to go wrong.
*. Memory-bound and compute-bound should be easier to tell apart.