lol, even the YC company seems weird, how is that allowed as per Apple's draconian rules?
AI
-
AI Struggles with Real Physics Breakthroughs Beyond Well-Trodden Ground
By
–
The current AI is not even close to discovering *real* Physics breakthroughs. I've tried using it on some problems, and it doesn't get very far except on stuff that's already well trod.
-
Open Source Plugin Development and Commercial Considerations
By
–
Again – that would be very much against the spirit of open source and non-commercial. BUT you gotta make a plugin, so people have choice. And put it on ClawHub.
-
Running Native Keras Code Locally with PyTorch
By
–
afaik you can use Keras with PyTorch, but I've never tried it, and I just want to run some native Keras code smoothly on my local machine
-
Automated Sandwich Production Line by Bizerba
By
–
#Automated Sandwich Production Line by Bizerba
— Ronald van Loon (@Ronald_vanLoon) 28 mars 2026
by @MachinePix#Robotics #MachineLearning #ArtificialIntelligence #ML #Innovation #FoodTech pic.twitter.com/cvrdWsq4rs#Automated Sandwich Production Line by Bizerba
by
@MachinePix #Robotics #MachineLearning #ArtificialIntelligence #ML #Innovation #FoodTech -

Training AI Detection Model to Identify LLM-Generated Text
By
–
In an effort to try stop seeing so much slop I've been trying to train my own AI detection model. Found something incredibly interesting. for the most part LLM generated text and human written text are linearly separable.
-
Software Stack Crucial for Hardware Adoption, GPU Support Lags
By
–
It’s wild to me that folks still don’t understand this A piece of hardware doesn’t matter if the software stack isn’t there Good luck waiting 5 years for that Intel GPU to be widely supported Even the Blackwell kernels aren’t mature yet and it’s already widely adopted lol x.com/AlexKi1993/sta…
-
Iran-linked group claims stolen data breach
By
–
Might be more accurate at this point that a group linked to Iran is claiming they stole data.
-
Adding Teams support to Discord integration with PRs
By
–
We support this on Discord so can't be hard to add to Teams. PRs welcome!
-
Moondream 3 MPS Compatibility Tweaks for Apple Silicon
By
–
Moondream 3 doesn't work on Apple MPS out of the box but a a couple of tweaks can make it work.
— Satya Mallick (@LearnOpenCV) 28 mars 2026
1. use float16 on MPS
2. disable flex decoding on MPS (and CPU fallback)
You can also make it work on the CPU, but that option is really bad. It is about 20x slower than MPS. https://t.co/GbdBWMEnVXMoondream 3 doesn't work on Apple MPS out of the box but a a couple of tweaks can make it work. 1. use float16 on MPS
2. disable flex decoding on MPS (and CPU fallback) You can also make it work on the CPU, but that option is really bad. It is about 20x slower than MPS.