Censorship for thee, but not for me.
BIG TECH
-

OpenAI Sora Winds Down; New AI Tools and Device Startups Emerge
By
–
Top stories in AI today: – OpenAI winds down Sora to prioritize ‘Spud’
– Brett Adcock’s $100M stealth AI device startup
– Let Claude use your computer with Dispatch
– Apple’s standalone Siri app, chatbot for iOS 27
– 4 new AI tools, community workflows, and more -

Google DeepMind TurboQuant Redefines AI Model Compression Efficiency
By
–
Absolute GAME CHANGER for local AI @GoogleDeepMind
’s new TurboQuant algorithm achieves extreme AI compression, completely redefining model efficiency. Usually, shrinking an AI makes it “dumber.” Not this time. It’s an algorithm that makes LLMs smaller and faster without -
Amazon Achieves SecNumCloud Validation for Cloud Solution
By
–
Sauf que y'a amazon qui a pu faire une solution validée Secnumcloud
-
Microsoft Spends $8M Super Bowl Ad to Showcase Excel Copilot AI
By
–
Microsoft paid $8 Million for a Super Bowl commercial to show off that Excel now has AI powered by Copilot#microsoft #excel #superbowl #AI #copilot #artificialintelligence #LLM #GenAI@PawlowskiMario @chidambara09 @Ym78200 @CurieuxExplorer @efipm @bigfundu @sayedflah… pic.twitter.com/Zw2eKqKEqc
— Amitav Bhattacharjee (@bamitav) 25 mars 2026Microsoft paid $8 Million for a Super Bowl commercial to show off that Excel now has AI powered by Copilot #microsoft #excel #superbowl #AI #copilot #artificialintelligence #LLM #GenAI @PawlowskiMario @chidambara09 @Ym78200 @CurieuxExplorer @efipm @bigfundu @sayedflah
-
Uncertainty About Future Direction of Algorithm and X Platform
By
–
Thank goodness. But nobody knows what comes next. I have a bad feeling about this. Currently, the algorithm and X are developing in the wrong direction.
-

Every CEO Needs OpenClaw AI Strategy Now
By
–
Why Every CEO Needs An OpenClaw AI Strategy, Whether They Know It Or Not #Nvidia CEO Jensen Huang has called #OpenClaw one of the most significant open-source projects of all time, comparing its potential to Linux and Kubernetes. Here is what the rise of #agentic #AI means for
-
OpenAI Shuts Down Sora App Six Months After Launch
By
–
OpenAI ferme Sora. 6 mois après le lancement de son application.
— VISION IA (@vision_ia) 25 mars 2026
Sora, c'était LE produit phare d'OpenAI en vidéo IA.
→Numéro 1 de l'App Store dès le premier jour.
→1 million de téléchargements en 5 jours.
→Un deal de 1 milliard de dollars avec Disney pour utiliser Mickey,… https://t.co/v2aIya8foZ pic.twitter.com/PTfZGCn8S4OpenAI ferme Sora. 6 mois après le lancement de son application. Sora, c'était LE produit phare d'OpenAI en vidéo IA. →Numéro 1 de l'App Store dès le premier jour. →1 million de téléchargements en 5 jours. →Un deal de 1 milliard de dollars avec Disney pour utiliser Mickey,
-
Tesla AI better than rivals, user loyal for robotaxis
By
–
And Tesla's AI is better than any of theirs. So I'll stick with Tesla as we head into a robotaxi world.
-

LiteLLM Supply Chain Attack Compromises Millions of AI Credentials
By
–
Someone just poisoned the Python package that manages AI API keys for NASA, Netflix, Stripe, and NVIDIA.. 97 million downloads a month.. and a simple pip install was enough to steal everything on your machine.
— Aakash Gupta (@aakashgupta) 25 mars 2026
The attacker picked the one package whose entire job is holding every… https://t.co/LLfYJsdYqZ pic.twitter.com/xXlfbQpjgBSomeone just poisoned the Python package that manages AI API keys for NASA, Netflix, Stripe, and NVIDIA.. 97 million downloads a month.. and a simple pip install was enough to steal everything on your machine. The attacker picked the one package whose entire job is holding every AI credential in the organization in one place. OpenAI keys, Anthropic keys, Google keys, Amazon keys… all routed through one proxy. All compromised at once. The poisoned version was published straight to PyPI.. no code on GitHub.. no release tag.. no review. Just a file that Python runs automatically on startup. You didn’t need to import it. You didn’t need to call it. The malware fired the second the package existed on your machine. The attacker vibe coded it… the malware was so sloppy it crashed computers.. used so much RAM a developer noticed their machine dying and investigated. They found LiteLLM had been pulled in through a Cursor MCP plugin they didn’t even know they had. That crash is the only reason thousands of companies aren’t fully exfiltrated right now. If the code had been cleaner nobody notices for weeks. Maybe months. The attack chain is the part that gets worse every sentence. TeamPCP compromised Trivy first. A security scanning tool. On March 19. LiteLLM used Trivy in its own CI pipeline… so the credentials stolen from the SECURITY product were used to hijack the AI product that holds all your other credentials. Then they hit GitHub Actions. Then Docker Hub. Then npm. Then Open VSX. Five package ecosystems in two weeks. Each breach giving them the credentials to unlock the next one. The payload was three stages.. harvest every SSH key, cloud token, Kubernetes secret, crypto wallet, and .env file on the machine.. deploy privileged containers across every node in the cluster.. install a persistent backdoor waiting for new instructions. TeamPCP posted on Telegram after: “Many of your favourite security tools and open-source projects will be targeted in the months to come.. stay tuned.” Every AI agent, copilot, and internal tool your company shipped this year runs on hundreds of packages exactly like this one… nobody chose to install LiteLLM on that developer’s machine. It came in as a dependency of a dependency of a plugin. One compromised maintainer account turned the entire trust chain into a credential harvesting operation across thousands of production environments in hours. The companies deploying AI the fastest right now have the least visibility into what’s underneath it. Andrej Karpathy (@karpathy) Software horror: litellm PyPI supply chain attack. Simple `pip install litellm` was enough to exfiltrate SSH keys, AWS/GCP/Azure creds, Kubernetes configs, git credentials, env vars (all your API keys), shell history, crypto wallets, SSL private keys, CI/CD secrets, database passwords. LiteLLM itself has 97 million downloads per month which is already terrible, but much worse, the contagion spreads to any project that depends on litellm. For example, if you did `pip install dspy` (which depended on litellm>=1.64.0), you'd also be pwnd. Same for any other large project that depended on litellm. Afaict the poisoned version was up for only less than ~1 hour. The attack had a bug which led to its discovery – Callum McMahon was using an MCP plugin inside Cursor that pulled in litellm as a transitive dependency. When litellm 1.82.8 installed, their machine ran out of RAM and crashed. So if the attacker didn't vibe code this attack it could have been undetected for many days or weeks. Supply chain attacks like this are basically the scariest thing imaginable in modern software. Every time you install any depedency you could be pulling in a poisoned package anywhere deep inside its entire depedency tree. This is especially risky with large projects that might have lots and lots of dependencies. The credentials that do get stolen in each attack can then be used to take over more accounts and compromise more packages. Classical software engineering would have you believe that dependencies are good (we're building pyramids from bricks), but imo this has to be re-evaluated, and it's why I've been so growingly averse to them, preferring to use LLMs to "yoink" functionality when it's simple enough and possible. — https://nitter.net/karpathy/status/2036487306585268612#m
→ View original post on X — @bobgourley, 2026-03-25 03:56 UTC