The way I see it is AI collapses hierarchy. Abstraction layers will become more flat both in software and in society. Because ultimately software and layers of heirarchy in society exists to serve a function. But now those functions are being replaced.

Imagine this you used to need a library for common things in your software project. Even if you just need one function but because it was easier to just import a library that would have been the standard practice. But now the AI will just go “I can just implement that thing you need in 10 lines”. You used to need things like react native or flutter if you wanted to build cross platform apps. Now not anymore you just need to tell the LLM and it does it in both, and you get better results too.

In society we also had all these layers of abstractions and hierarchies that we used to need but will become more and more irrelevant collapsing the hierarchy.

There is a saying “as above so below, as below so above” I think this applies here. It will propagate all through our social construct, software, society.

Maybe not all AIs, but LLMs benefit immensely from abstraction. They are trained on human code, and human code usually uses very high abstraction - so high abstraction is overrepresented in training data compared to low level implementations. It also drastically reduces number of tokens, and that has downstream effect of better utilization of context window and whatnot. We are not yet at the point where AI can use low-level code as building snippets the same way it can use high-level libraries; most likely we won't be for a long time.

Or it actually entrenches hierarchies.. and it's just that so many CS majors got caught up in the discursive pleasure of poopooing social sciences that they don't actually have a good graspe on how power operates in society..

> Now not anymore you just need to tell the LLM and it does it in both, and you get better results too.

That's weird I just asked fable to build airbnb app clone and it didn't do a good job. Am I using the wrong model?

I am honestly _astonished_ that the current crop of agents are not all written natively for every platform.

I tried porting a moderately complex workout app that I’ve built over years (and which includes a whole agentic loop) from web to iOS native. It took me a couple of evenings.

There is now no excuse to not offer a native experience for every supported platform when you are a bigger company.

Make one of the platforms using good coding practices. Vibe code the others from the source using a proper test battery.

Because it’s too complex and not worth the effort. Most users will not care about or perceive the benefit. If they delegate that responsibility to Google via Electron, they can focus on features/bug fixes that move the needle.

Also the part people forget is the significant coordination cost of having multiple teams work on multiple native codebases.

I hate Electron apps with a passion, but I can understand why the AI companies are using it.

This isnt how a company which has "solved programming" would act.

Especially since users do prefer a native experience and having their RAM conserved.

What effort ? I’ve started seeing this attitude more and more. We had a thing that took a week to do before. Now it takes a morning. So we refuse to spend half a day polishing it because it’s too annoying.

Once the initial port is done, keeping platforms in sync is fast. Not to mention that a harness that would automate this would be valuable.

I run codex on an old rpi, it eats 190M of ram for what essentially is a telnet client.

You're mistaken if you think it has ever taken a week to port (and support) an application to native primitives.

?? Bun rewrite?

I have a question about web to iOS native. How do you distribute that app? I’m assuming you’re paying $99 yearly to distribute through the App Store? Is this app meant just for you or for anyone to find?

Reason I’m asking is because I’d like to make native iOS apps just for myself rather than progressive web apps. But I haven’t understood the best way to distribute.

If just for yourself, get an Apple Dev account and use TestFlight

Or just build and deploy to your iPhone from XCode. No need for TestFlight or paying money for a dev account.

Do I need to upload a new build of the app every 90 days? I’d prefer the app to just work forever without thinking about it.

You need a paid dev account for that. I think self signed installs can run for a year.

[flagged]