|
|
|
|
|
by drillsteps5
344 days ago
|
|
THAT. This is what I don't get. Instead of fixing a complex system let's build more complex system based on it knowing that it might not always work. When you have a complex system that does not always work correctly, you start disassembling it to simpler and simpler components until you find the one - or maybe several - that are not working as designed, you fix whatever you found wrong with them, put the complex system together again, test it to make sure your fix worked, and you're done. That's how I debug complex cloud-based/microservices-infected software systems, that's how they test software/hardware systems found in aircraft/rockets and whatever else. That's such a fundamental principle to me. If LLM is a black box by definition and there's no way to make it consistently work correctly, what is it good for?.. |
|
many things are unpredictable on the real world. Most of the machines we make are built upon layers of redundancies to make imperfect systems stable and predictable. this is no different.