Cooper8
@Cooper8@feddit.online
- Comment on Why Apple Just Gave Up on AI - ColdFusion 4 hours ago:
I remain convinced they have held back budget on AI because they are waiting for the bubble to burst so they can buy one of the bigger developers like Anthropic. Why burn a bunch of cash now just to loose the race when at the end of the day Open Source options might come out competitive or one of the leaders in the space can be bought out once valuations hit a reality check?
- Comment on Air Tag Alternative 6 hours ago:
Houdini M2 over LORA is kind of a replacement.
- Comment on Montana Becomes First State to Enshrine ‘Right to Compute’ Into Law - Montana Newsroom 7 hours ago:
It’s too bad it leaves the door open for age verification requirements, but the language is overall pretty decent.
- Comment on Nested Learning: A new ML paradigm for continual learning 1 day ago:
Makes sense to me. I have always thought that if the goal is to emulate human-level intelligence then developers should consider the human brain, which not only has multiple centers of cognition dedicated to different functional operations, but also is massively parallel with mirroring as a fundamental part of the cognitive process. Essentially LLMs are just like the language centers being forced to do the work of the entire brain.
More functional systems will develop a top level information and query routing system with many specialized sub-models, including ongoing learning and integration functions. The mirroring piece is key there, because it allows the cognitive system to keep a “stable” copy of a sub-model in place while the redundant model is modified and tested by the learning and integration models, then cross checking functions between the new and old version to set which one gains “stable version” status for the next round of integration.
Anyway, thanks for sharing.