6 ms·
AI is especially good at ports like this where there’s a known and well tested surface area.
by cpursley 15d ago
AI is especially good at ports like this where there’s a known and well tested surface area.
- verdverm 15d ago"ports like this" skips the part about Microsoft/enterprise software having a known and well tested surface area, the few examples we've seen are exceptional cases I suspect
- johnsmith1840 15d ago*that only microsoft has access to. These guys puposely obscure controls and understanding of these products 100% to prevent you doing a port. Just go open a microsoft word doc in the browser and look at the dom. Despair! Horror!
- doc_ick 15d agoEspecially when there are three different versions, and each has a different team, and they all can work together at the same time. Crazy amount of tech supporting it that breaks a humans context let alone a models context.
- johnsmith1840 14d agoYeah that's by far the most complex part. Ever letter is it's own object and they stitch it into the visual view. When you type one letter is turns a single word into multiple objects all versioned objects. Can't imagine all the crazy race condition protections baked into that.