Droidrun reposted this
Today I shipped mobile-jev, and I want to explain why it's more than a cool demo. For two years, "computer use" agents have all worked the same way: screenshot in, huge LLM reasons in text, action parsed out. It works, but it's slow, expensive, and can still return something malformed. Then TypeSafe dropped Jev, the first "System One" model. Instead of generating text, it returns a typed, calibrated decision in under half a second, for a fraction of a cent. No screenshots, no chain of thought, just structured decisions. I wanted to test that idea on the hardest surface there is: a real mobile app, on a real phone. That's mobile-jev. Jev makes every decision. Mobilerun (our execution API) makes it happen on an actual Android device. No ADB. No separate model bolted on for typing or reasoning. Jev reads the screen's UI state, picks one typed action (tap, type, scroll, open app, wait, done), and Mobilerun executes it on real hardware. The demo: Jev opens Uber and books a route from SFO to the Golden Gate Bridge, reaching payment selection in about 21 seconds across 9 actions. No prompt engineering, no retries. Is this the answer to computer use agents? Too early to say. But decisions instead of generated text is a real shift, and I think it's worth watching closely. Open source, check it out: https://lnkd.in/eJRcjuXQ