Rendered at 10:42:14 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
CharlesW 2 days ago [-]
Is there anything here that professional product builders might be interested in, or is this just another entry in the AI app builder category?
It's cognitive whiplash to be sent to a blog post that will be interesting to some HN readers, and from there jump to a front page that says, "This not for you, and if we're successful will make make you irrelevant".
ahf8Aithaex7Nai 2 days ago [-]
"App development has always been harder than web development for LLMs."
What do they mean by "always"? Am I old? Are there people out there for whom LLMs aren't the new thing?
tancop 2 days ago [-]
From the moment LLMs became usable for coding. The web ecosystem is bigger and more unified so there is more high quality training data. Native apps are different on every platform and less likely to be open source.
antonvs 1 days ago [-]
It might help to reorganize the sentence: "For LLMs, app development has always been harder than web development."
victorbjorklund 2 days ago [-]
I mean copilot has been a thing since 2021 so 5 years.
oasisbob 2 days ago [-]
Technology aside, those are some truly gorgeous and informative graphical examples.
jakozaur 2 days ago [-]
I tried it with a less typical case (the Warsaw, Poland transit app).
I'm impressed that it worked at all and got quite far. Though it is still broken in many ways (random geo locations), the menu bar on top...
The problem is that many web apps are quite simple, while native apps get trickier when it comes to UX. The LLM doesn't work well if it has to interpret animations or cross-correlate map data with locations on a map.
gavinray 2 days ago [-]
Interesting tidbit about the author of this blogpost:
Many years ago, on the Deno Discord, this person was posting some really cool PR's they had done to contribute to core.
I checked out their profile, and it turned out to be a 13 year old child (or some similarly astonishing young age)
Neat to see they eventually got picked up by Deno, definitely one of the more talented devs I've ever run across.
jboss10 2 days ago [-]
Sad this isn't about keyboards.
kjloveless 2 days ago [-]
not exactly keyboards, but a lot closer then Deno's dacytl
(Reading the wiki I'm really glad this is still alive).
krzyzanowskim 2 days ago [-]
Very ambitious and fantastic pet project. In my opinion doomed to share the Flutter fate that has similar goal of reimplementing the entire OS UI layer (liquid glass hit flutter very hard for that reason). Technically that "does not scale" after a while, given it's reverse engineering effort. It is far from pixel perfect today, and (my prediction) will not improve much. some aspects are impossible to copy Apple design pixel perfect on the UI level, not to mention on how SwiftUI modifiers may behave.
Great work nonetheless
manmal 1 days ago [-]
Isn’t it just for development purposes? I see it as a web sandbox for iOS development.
lukevp 2 days ago [-]
Running an iOS app on Android is still gonna look like an iOS app. This seems worse than Flutter (reimplement the whole UI) or React Native (abstract on top of native UI.) If we’re ok picking a non-native UI why not just build a Cordova app?
undefined_void 1 days ago [-]
This is an abstract on native UI
geooff_ 2 days ago [-]
Their homepage really makes me think that this is actually just an attempt to speedrun cease and desists.
It's cognitive whiplash to be sent to a blog post that will be interesting to some HN readers, and from there jump to a front page that says, "This not for you, and if we're successful will make make you irrelevant".
What do they mean by "always"? Am I old? Are there people out there for whom LLMs aren't the new thing?
I'm impressed that it worked at all and got quite far. Though it is still broken in many ways (random geo locations), the menu bar on top...
The problem is that many web apps are quite simple, while native apps get trickier when it comes to UX. The LLM doesn't work well if it has to interpret animations or cross-correlate map data with locations on a map.
Many years ago, on the Deno Discord, this person was posting some really cool PR's they had done to contribute to core.
I checked out their profile, and it turned out to be a 13 year old child (or some similarly astonishing young age)
Neat to see they eventually got picked up by Deno, definitely one of the more talented devs I've ever run across.
https://github.com/kjloveless/dacytl
funny enough i wrote this years ago using Deno!
(Reading the wiki I'm really glad this is still alive).