4 ms·
not sure why downvoted. server emulators will become faster to make. protocol analysis will become faster as well.
by globalnode 4mo ago
not sure why downvoted. server emulators will become faster to make. protocol analysis will become faster as well.
- Izkata 4mo agoBecause while you could get something that drives a dumb interface, by moving the work and data to the server it's not available for the emulation software to use.
- imoverclocked 4mo agoExcept that emulating what is seen is surprisingly useful to find attack vectors. As a single deeper datapoint, one can look at more than just baseline behavior and delve into timing details to further refine implementation guesses.
- reactordev 4mo agoIf the contract is well defined, the LLM can infer what it's purpose is, implementation, possibly even your secret sauce. There is no software moat anymore.
- globalnode 4mo agoyes this is what i was trying to say. its quite common on older client-server games to do this sort of thing. powerful ai models will just make the work to recreate/emulate servers faster.