Good people refuse to do bad things
Article URL: https://carette.xyz/posts/good_people_refuse_to_do_bad_things/
Comments URL: https://news.ycombinator.com/item?id=49788592
Points: 3
# Comments: 0
Article URL: https://carette.xyz/posts/good_people_refuse_to_do_bad_things/
Comments URL: https://news.ycombinator.com/item?id=49788592
Points: 3
# Comments: 0
Article URL: https://www.theguardian.com/technology/2026/sep/21/meta-ban-virginia-woolf-a-room-of-ones-own-barcelona-teatre-raval
Comments URL: https://news.ycombinator.com/item?id=49787767
Points: 69
# Comments: 34
Article URL: https://pluralistic.net/2026/09/21/sunsetting/
Comments URL: https://news.ycombinator.com/item?id=49787765
Points: 34
# Comments: 17
Article URL: https://consumerrights.wiki/w/Uber_arbitration_award_over_Emily_Normandin-Parker%27s_death
Comments URL: https://news.ycombinator.com/item?id=49787523
Points: 97
# Comments: 52
Article URL: https://bcantrill.dtrace.org/2026/09/20/what-sun-got-wrong/
Comments URL: https://news.ycombinator.com/item?id=49787436
Points: 149
# Comments: 63
Article URL: https://www.macstories.net/stories/m5-ultra-mac-studio-review-the-dream-mac-for-local-ai-agents/
Comments URL: https://news.ycombinator.com/item?id=49787313
Points: 68
# Comments: 28
I disabled Siri in the Settings app, and then further disabled Siri and its extensions in Settings > Screen Time.
Next, I disabled all Siri-related and Apple Intelligence-related services as per https://github.com/OleksandrKrupko/mac-os-debloat
But after restarting, I could still see a "Siri" process running in Activity Monitor. Upon further inspection, I found that it is the "Siri AI.app".
These "features", together with Apple's Personal Context sound very similar to Microsoft's Recall.
Does anyone have the same experience? Is it really impossible to fully turn off Siri, Siri AI, Apple Intelligence and all related services and features on macOS 27?
Comments URL: https://news.ycombinator.com/item?id=49786609
Points: 79
# Comments: 31
Article URL: https://github.com/aru-labs/lossless-memory
Comments URL: https://news.ycombinator.com/item?id=49786419
Points: 27
# Comments: 10
Article URL: https://paulbakker.io/writing/no-ai-for-writing/
Comments URL: https://news.ycombinator.com/item?id=49784816
Points: 67
# Comments: 31
Article URL: https://github.com/f/jev-leftpad
Comments URL: https://news.ycombinator.com/item?id=49784706
Points: 198
# Comments: 72
Article URL: https://consumerrights.wiki/w/Disney%2B_ad_policy_change
Comments URL: https://news.ycombinator.com/item?id=49784336
Points: 389
# Comments: 251
Article URL: https://github.com/jaredpalmer/kev/tree/main
Comments URL: https://news.ycombinator.com/item?id=49783999
Points: 265
# Comments: 117
Article URL: https://machinedrum-study.pages.dev/
Comments URL: https://news.ycombinator.com/item?id=49783568
Points: 41
# Comments: 15
Article URL: http://gameshelf.jmac.org/2008/11/13/GrimPuzzleDoc_small.pdf
Comments URL: https://news.ycombinator.com/item?id=49783495
Points: 295
# Comments: 67
Sorry for the pretentious name, I know, I know.. It just contains all the pieces I would like to see a AGI model to have, and I can't stand the temptation. Before throwing rocks at me, please take a glance at the Readme, and I hope it will cover your mood a little bit.
So, first of all it does work and you can see the sample from the whole training run here: https://raw.githubusercontent.com/volotat/mini-AGI/refs/head...
Here is the scaling law graph I have so far, and it looks very promising: https://github.com/volotat/mini-AGI/blob/main/assets/scaling...
The model was built under my deep dissatisfaction so we cannot really train even moderately big models (1B+ scale) on the consumer's hardware. We can inference and fine-tune them for sure, but I would like to have full control over what the model sees over the training run, so it is fully aligned with my interests, not some corporations.
I was thinking about for some time and come up with two interesting ideas I thought worth pursuing: MoE with a lot of experts that gets added and pruned from the model while it trains, where only a small subset of of experts are actually in use at any particular moment + batch 1 training on the single continuous stream of data.
First allows us to be bounded only by the disk space in terms of number of parameters and load and unload experts only when they are needed. The second (if figured out and it turns out to be doable) allows us to get aways with small VRAM capacity because we do not need to store big randomized batches and their respective gradients.
I started brainstorming with Claude and after some time we found an approach that seems to be promising, and low and behold, a few weeks pass and you can see the results yourself.
Obviously, I did use AI in the process of making this project and I am pretty sure it would be completely impossible for me to do something like this without it, so I hope it is more than justified.
The model is still running over the first of 7.8B characters corpus I selected for training, so the weights are not out yet, and it's about a couple weeks of waiting until they are cooked at the current reading speed. And yeah, the model just read continuous interleaved passages from the dataset, each by 32K characters long each as a single stream. Just as you or I would do.
The set up seems to be really simple so you can git clone the project, run it and observe everything for yourself.
Thanks for your attention.
Comments URL: https://news.ycombinator.com/item?id=49783133
Points: 207
# Comments: 42
Article URL: https://heretic-project.org/
Comments URL: https://news.ycombinator.com/item?id=49783101
Points: 143
# Comments: 61
Article URL: https://amigaux.org/
Comments URL: https://news.ycombinator.com/item?id=49781436
Points: 134
# Comments: 53