| Maybe this makes the point better: Say your webserver isn't scaling to more than 500 concurrent users. When you add more load, connections start dropping. Is it because someone programmed a max_number_of_concurrent_users variable and a throttleExtraAboveThresholdRequests() function? No. Yes, humans built the entire stack of the system. Yes every part of it was "programmed", but no this behaviour wasn't programmed intentionally, it is an emergent property arising from system constraints. Maybe the database connection pool is maxed out and the connections are saturating. Maybe some database configuration setting is too small or the server has too few file handles - whatever. Whatever the root cause (even though that cause incidentally was implemented by a human if you trace the causal chain back far enough) this behaviour is an almost incidental unintended side effect of that. A machine learning system is like that, but more so. An LLM, say, is "parsing" language in some sense, but ascribing what it is doing to human design is pretty indirect. In a way you typing words at me has in some way been "programmed" into you by every language interaction mankind has had with you. I guess you could see it that way, but I don't think it's a particularly useful point of view. In the same way an LLM has been in directly "programmed" via it's model architecture, training algorithm and training data, but we are nowhere near the understanding of the process to be able to consider this "programming" it yet. |
Its behavior incorporates randomness and is unpredictable and hard to keep within bounds on purpose and they decided to tell a computer to follow that unpredictable instruction set and place it in a position of speaking for the company, without a human in between. They shouldn’t have done that if they didn’t want to end up in this sort of position.