Native is now the future of mobile at Shopify 0 ▲ Reid Burke 1 hour ago · Tech · hide · 0 comments Mustafa Ali: It’s tempting to just point an LLM to the React Native codebase and try to one-shot the same features in native, but it doesn’t work. Even if you ask it to gather as much information as it can up front, freeze that into specs, task files, and then implement it, you end up with a huge amount of unmaintainable code that can’t be shipped. To solve this problem, we built a system called Helix that takes a more gradual approach. It doesn’t expect the first output to be correct, and builds a loop where an imperfect attempt simply cannot move forward until it becomes a good result. The developer points Helix at a screen. Helix reads the React Native code and proposes a sequence of checkpoints (small, ordered slices of the work) that can be reviewed in minutes. Then, checkpoint by checkpoint, it builds: each one must prove its behavior with tests, match the running app in a visual review, survive two adversarial code reviewers, and get a human’s nod before it’s committed and the… No comments yet. Log in to reply on the Fediverse. Comments will appear here.