OpenAI Weighs Slower AI Development as Safety Concerns Mount
Sam Altman has discussed slowing advanced AI development, Bloomberg reports, as OpenAI’s chief scientist argues for coordination and stronger safeguards.
Data parallelism distributes machine learning work by placing a copy of the model on multiple processors and giving each copy a different subset of a batch. Every device computes gradients from its local examples, then the gradients are aggregated so all replicas receive a consistent parameter update. The method can shorten training time when the model fits on each device and enough data is available to keep the hardware busy. Performance depends on communication speed, batch size, synchronization, load balance, and optimizer behavior. Very large global batches may change convergence, while slow connections can erase the benefit. Data parallelism differs from model parallelism, which divides one model across devices.
Sam Altman has discussed slowing advanced AI development, Bloomberg reports, as OpenAI’s chief scientist argues for coordination and stronger safeguards.
OpenAI paused reinforcement learning on its newest models after it could not rule out that an upcoming model, Astra, reached the top cybersecurity risk tier in its safety framework.
AI startup Recursive Superintelligence has raised $500 million from Nvidia and GV to pursue self-improving AI systems, despite having no public product.
LinkedIn is testing a new platform that lets users earn up to $150 per hour training AI models. The move taps into fast-growing demand for human feedback in AI.
Encyclopaedia Britannica and Merriam-Webster have sued OpenAI, alleging the company copied nearly 100,000 articles and dictionary entries to train ChatGPT without permission.
Anthropic unveils a revised Responsible Scaling Policy with a Frontier Safety Roadmap, regular Risk Reports, and clearer separation between company commitments and industry recommendations.
ŌURA unveils a proprietary large language model for women’s health, combining clinical research and biometric data to deliver personalized, privacy-first AI guidance through Oura Advisor.
Anthropic reveals industrial-scale campaigns by DeepSeek, Moonshot, and MiniMax to extract Claude’s capabilities via fraudulent accounts, highlighting national security and AI safety risks.
Former DeepMind researcher David Silver has raised $1 billion for London-based Ineffable Intelligence, aiming to build a superintelligence that learns autonomously through experience.
Google DeepMind has introduced AlphaGenome, a new AI model designed to analyze long DNA sequences and predict how genetic variations may influence disease development.