I haven't found any useful AI features so far, other than translation of languages.
You may not have. But some people have been doing truly astonishing things. Here's an example.
Running a big model on a small laptop. Contribute to danveloper/flash-moe development by creating an account on GitHub.
github.com
The goal is to run a large model on a device with a small amount of DRAM. The basic idea, suggested by Apple a year ago, is to stream the weights in from flash storage, so that the weights required every step keep being swapped in from flash rather than all weights persisting in RAM.
In about a day, after deciding to tackle this seriously this developer (with massive help from Claude Code) was able to put together a framework to try this idea and then run a sequence of successive experiments to optimize the idea. This would probably have been maybe three months of work a few years ago.
(And it doesn't end there. Various humans on twitter have suggested experiments that others, again AI-augmented have tried and are still trying, some have been pushing harder, like running a 400B model on an iPhone - right now at about 1 tok/sec, but proof of concept, etc).
It's simply no longer true to say that this stuff is either worthless or just glorified google. People who have ideas and *rapidly* want to explore them are being able to do so 100x faster than before.