We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
when-designing-an-improvement-for-a-system-you
1 parent 9f64b85 commit 1a54c0dCopy full SHA for 1a54c0d
1 file changed
_tiny_thoughts/when-designing-an-improvement-for-a-system-you-c3cf71d71abc7679.md
@@ -0,0 +1,9 @@
1
+---
2
+title: "When designing an improvement for a system, you"
3
+date: 2026-02-27
4
5
+
6
+When designing an improvement for a system, you typically don’t want it to get worse. Good strategy:
7
+- figure out an error rate for the old system
8
+- compute the agreement between the new system + the old system
9
+- if the agreement is significantly less than the error rate of the old approach you have a problem
0 commit comments