AI Dynamics

Global AI News Aggregator

About

BIG TECH

  • OpenAI Sora Winds Down; New AI Tools and Device Startups Emerge
    OpenAI Sora Winds Down; New AI Tools and Device Startups Emerge

    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

    → View original post on X — @therundownai

  • Google DeepMind TurboQuant Redefines AI Model Compression Efficiency
    Google DeepMind TurboQuant Redefines AI Model Compression Efficiency

    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

    → View original post on X — @datachaz

  • Amazon Achieves SecNumCloud Validation for Cloud Solution

    Sauf que y'a amazon qui a pu faire une solution validée Secnumcloud

    → Voir le post original sur X — @jessyseonoob

  • Microsoft Spends $8M Super Bowl Ad to Showcase Excel Copilot AI

    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

    → View original post on X — @bamitav

  • Uncertainty About Future Direction of Algorithm and X Platform

    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.

    → View original post on X — @kimmonismus

  • Every CEO Needs OpenClaw AI Strategy Now
    Every CEO Needs OpenClaw AI Strategy Now

    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

    → View original post on X — @bernardmarr

  • OpenAI Shuts Down Sora App Six Months After Launch

    OpenAI 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,

    → Voir le post original sur X — @vision_ia

  • Tesla AI better than rivals, user loyal for robotaxis

    And Tesla's AI is better than any of theirs. So I'll stick with Tesla as we head into a robotaxi world.

    → View original post on X — @scobleizer

  • LiteLLM Supply Chain Attack Compromises Millions of AI Credentials
    LiteLLM Supply Chain Attack Compromises Millions of AI Credentials

    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. 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