The fix for this is - the technology ingredient "model-stable" needs to be replaced with "datacell-ai-model-data" (or something else) in moshine.lua compat script.
Another important Moshine compat bug is that the final loop that sets the allowed_module_categories for all entities in the game (presumably copied from Moshine mod) must be moved to the end of the lifecycle => instead of being loaded by data-updates.lua, it needs to be loaded by data-final-fixes.lua (same way Moshine did this - for the module category loop only, not the definitions). Otherwise this has impacts on other mods like Quality Condenser, where it disables the (optionally configured) basic quality of the building.