HN user

reinhash

-2 karma

.

Posts0
Comments4
View on HN
No posts found.
Siri AI 1 month ago

correct, but honestly it's much more interesting to have the new Siri on my phone than my mac, at least in my case. Very disappointing, having bought an Iphone 16 pro mainly for the new AI features which almost 2 years later are still not there to be used.

It is hard to distinguish hype from reality these days especially with Anthrophic's IPO around the corner.

But to their credit, I was very sceptical about the statements that "90% of the code will soon be written by AI" and even though we might not be at that point, I am surprised how far LLMs have gotten and how useful they have become. I can hardly image developing software the "old" way where I actually write my code by hand, like I used back in the day. The frontier models have become so powerful that I find myself in moments of surprise, where the LLM actually thought of edge cases that I would have missed

I also wonder how many people actually need free-threading. And I wonder how useful it will be, when you can already use the ABI to call multi-threaded code.

I think the GIL provides python with a great guarantee, I would probably prefer single-thread performance improvements over multithreading in python to be honest.

Anyway if I need performance, Python would probably not be my first choice