OpenAI Residency
OpenAI launches a Residency program to develop AI talent. Initiative to support early-career researchers and engineers.
OpenAI launches a Residency program to develop AI talent. Initiative to support early-career researchers and engineers.
Hugging Face analyzes whether LLMs follow Moore's Law: doubling of capabilities every 18-24 months. The article examines scaling curves, training costs, and recent model trajectories to assess this hypothesis.
Hugging Face announces the arrival of machine learning as code. The platform emphasizes integrating ML into standard development workflows, with tools and frameworks enabling ML to be treated like conventional software code.
Hugging Face provides guidance for hosting models and datasets on Spaces using Streamlit. The platform simplifies deploying AI applications without complex infrastructure.
Helen Toner joins OpenAI's board of directors. An AI policy and safety expert, she brings governance expertise to the organization.
Gradio 2.0 enables easy integration and mixing of Hugging Face models into interactive web interfaces. The update improves HF model compatibility and simplifies deployment of AI applications.
OpenAI announces completion of the 2021 Scholars program, a six-month mentorship initiative. Participants produced open-source research projects with stipends and support from OpenAI.
Hugging Face publishes a guide on optimizing BERT inference on CPU. First part of a series exploring scaling techniques to improve performance without GPU.
Over 300 applications leverage GPT-3 through OpenAI's API for search, conversation, text completion, and advanced AI features.
Hugging Face curates key February 2021 publications on long-range transformers. Focus on extending context length and efficient architectures for processing long sequences.
OpenAI releases analysis of large language models' capabilities and limitations, covering societal impacts. The study examines strengths, weaknesses, and ethical implications of these systems without announcing a new model or specific benchmark.
Hugging Face optimizes TensorFlow models in its Transformers library to accelerate inference. Performance improvements enable faster deployments without accuracy loss.
OpenAI releases an API for accessing its new AI models. Official announcement with no specific technical details provided in the excerpt.
OpenAI releases a policy paper identifying four strategies to improve industry cooperation on AI safety: communicating risks and benefits, technical collaboration, increased transparency, and incentivizing standards. Analysis shows competitive pressures could create a collective action problem, potentially causing AI companies to under-invest in safety.
OpenAI's first Fellows cohort concluded. Six-month apprenticeship transformed machine learning beginners into core OpenAI contributors.
OpenAI opens applications for its second Scholars cohort: 6–10 stipends and mentorship for underrepresented individuals to study deep learning full-time for 3 months and open-source a project.
OpenAI Five lost two matches against top Dota 2 players at The International 2018 in Vancouver, but maintained a competitive position for the first 20–35 minutes of both games.
OpenAI launches its first Scholars 2018 program, training experienced software developers in machine learning. The program is now underway and publicly documented.
OpenAI announces results from the first Retro Contest, exploring development of algorithms that generalize from previous experience.
OpenAI hosted its first hackathon on March 3rd with 100 members of the AI community. The event brought together developers and researchers to work on projects using OpenAI technologies.
OpenAI releases work on generating interpretable and pedagogical examples to improve understanding of AI models. The approach aims to make AI system decisions more transparent and educational.
OpenAI introduces an uncertainty-based exploration method (UCB) using Q-ensembles for reinforcement learning. The technique improves exploration by estimating uncertainty through multiple Q-estimators, enabling better exploration-exploitation trade-off.
OpenAI supports the launch of Distill, a new journal focused on excellent communication of machine learning results, whether novel or existing.
OpenAI introduces a variational lossy autoencoder, an unsupervised compression architecture that learns compact latent representations. The method combines VAE and lossy compression to reduce dimensionality of complex data.
OpenAI publishes a semi-supervised knowledge transfer method for deep learning from private training data. The technique combines public and private data while preserving privacy of sensitive data.
A developer benchmarked Google's new on-device dictation app Eloquent with proprietary models. Result: ~50% of dictations return incomplete (20+ words reduced to 5-10). When transcription completes (15/50 tests), accuracy is competitive (~24% WER vs ~21% for Qwen3-ASR), but the chat-style model often refuses to transcribe instead of producing text.
GLM-5.2 shows excellent coherence over extremely long context and adaptive reasoning without excessive verbosity. User reports performance close to GPT-4.5 on heavy analysis and deep research, with faster inference than GLM-5.1. The model has its own distinct conversational signature.
Midjourney announces its second product: a medical application enabling organ scanning via smartphone without specialized medical equipment. The AI model analyzes captured images to provide preliminary diagnostics.
Noam Shazeer, Character.AI co-founder and former Google researcher, joins OpenAI. No details on role or responsibilities disclosed.
License plate cameras will soon track phones, wearables, infotainment systems and pets via Bluetooth and WiFi. Mass surveillance technology in development.
Leaked financial documents show OpenAI losing billions annually. Infrastructure and R&D costs exceed current revenue, raising questions about the business model's viability.
Lin Junyang's AI lab closes funding round at $2B valuation. Lin Junyang, lead behind the Qwen line, launches new venture. Open source community expects significant contributions.
GLM 5.2 generates videos via Remotion, comparable to Fable but below Gemini 3.1 Pro. Server overload observed on OpenRouter with timeouts on long outputs.
Anthropic deploys a security expert to government officials to address AI safety concerns. The move aims to establish direct dialogue between the company and regulators on safety and alignment issues.
Unsloth created a HuggingFace repository for GLM-5.2 GGUF 30 minutes ago. Only the README is currently available; GGUF files are suspected to be uploading.
An AI chemist system optimizes a challenging reaction in medicinal chemistry. The approach combines predictive modeling and automated experimentation to improve synthesis yields.
Charity Majors observes that in 2025, the economics of code production flipped: generating code became nearly free and instant instead of expensive and time-consuming. Lines of code shifted from being treasured and carefully curated to disposable and regenerable overnight.
Adam is an open-source AI-powered CAD software launched by a YC W25 startup. The project aims to automate computer-aided design through AI models.
Critical take on agentic coding integration in VS Code as a simple chat interface. Author argues current tools lack depth to leverage agentic systems' potential and require architectural redesign of editors.
Article arguing for increased engineering discipline in AI development, against trends minimizing technical standards. Criticizes 'move fast and break things' approach applied to critical systems.