Andrew Ng writes from the World Economic Forum that businesses need to move beyond incremental AI efficiency gains to achieve transformative impact. He argues that workflow redesign, rather than isolated AI projects, is key to creating significant business value, using loan processing as an example where end-to-end changes can transform product offerings.
x-andrewyng
19 items from x-andrewyng
A new course called "Agent Skills with Anthropic" teaches how to create custom skills for AI agents using Anthropic's open standard format. The course covers building skills for code generation, data analysis, and research, and deploying them across Claude platforms.
U.S. policies are driving allies to seek sovereign AI capabilities to reduce reliance on American technology. This has led to increased interest in open-source AI models and domestic foundation models from countries like the UAE, India, and France. While weakening U.S. influence, this trend may spur greater competition and support for open-source alternatives.
Job seekers face a tough environment, but widespread AI-caused job losses have been overblown so far. Instead, AI is creating demand for workers with AI skills, while those who don't adapt may face replacement. Companies are building smaller, AI-native teams as AI makes individuals more productive.
A new course teaches A2A, an open protocol standardizing how AI agents discover and communicate with each other. The course covers building healthcare multi-agent systems where agents from different frameworks collaborate through A2A. Students learn to expose agents as A2A servers, chain them sequentially, connect to external data sources, and deploy using IBM's Agent Stack.
Andrew Ng spoke at the Sundance Film Festival about AI's impact on Hollywood. He noted Hollywood's concerns about AI using creative work without consent and threatening jobs, but acknowledged the industry must adapt to technological change. Ng expressed hope for collaboration between Hollywood and AI developers to find common ground.
Andrew Ng sends a Valentine's Day message to his AI friends, saying they raise his temperature parameter. The tweet includes a heart emoji for the holiday.
Andrew Ng discusses how AI can create new job opportunities, using the example of designing a birthday cake with AI that required a baker to create it. He argues that while AI may displace some jobs, it also generates demand for new roles and services, potentially increasing overall employment in creative and technology sectors.
Inception Labs has launched Mercury 2, described as the world's first reasoning diffusion LLM. The diffusion language model reportedly delivers 5x faster inference speed compared to leading speed-optimized LLMs.
A new course teaches how to build and train a 20-million parameter language model from scratch using JAX, the open-source library behind Google's Gemini and Veo models. The course covers implementing a MiniGPT-style architecture, training it, and interacting with the finished model through a chat interface.
Apple named its latest laptop Neo, which shares the name of the author's son. The author questions whether to purchase one and jokes about running Amazon Nova on it to impress both children.
Andrew Ng announces Context Hub, an open tool that provides coding agents with up-to-date API documentation via a CLI. The tool aims to prevent agents from using outdated APIs and hallucinating parameters, and is designed to improve over time as agents annotate documentation and share learnings.
Andrew Ng announced Context Hub (chub), an open CLI tool that provides coding agents with up-to-date API documentation. The tool has gained over 6,000 GitHub stars and scaled to over 1,000 API documents through community contributions. The new release allows agents to share feedback on documentation to help refine it for everyone.
DeepLearning.AI has launched a new short course called "Agent Memory: Building Memory-Aware Agents" in partnership with Oracle. The course teaches how to build memory systems that enable AI agents to persist and retrieve information across sessions, allowing them to learn over time. It covers designing memory managers, implementing semantic tool retrieval, and building write-back pipelines.
The author warns that anti-AI groups are surveying the public to find alarmist messages, noting extinction arguments failed but environmental and warfare concerns resonate better. He supports federal preemption to prevent state-level restrictions that could stifle AI development globally.
A new course teaches efficient inference using SGLang, an open-source framework that reduces redundant computation in LLM and diffusion model deployments. The course covers implementing KV cache, scaling caching across users with RadixAttention, and accelerating image generation. It aims to make LLM inference faster and more cost-efficient at scale.
AI is accelerating software engineering through coding agents, leading to more people building software and custom applications. While AI makes coding easier, the main bottleneck is deciding what to build rather than the actual building process. Software engineering job postings are rising despite concerns about AI's impact on employment.
Andrew Ng discusses voice as a UI layer for visual applications, where speech and screen updates synchronize. He highlights Vocal Bridge's dual-agent architecture that addresses latency issues in voice AI systems. Ng shares his experience using Vocal Bridge to add voice functionality to a math-quiz app for his daughter.
A new course on Spec-Driven Development with Coding Agents has been launched in partnership with JetBrains. The course teaches developers to write detailed specifications to guide coding agents, enabling better control over large code changes and maintaining context across sessions. It covers creating portable agent skills that work across different agents and IDEs.