Tag
Andrew Ng's 2024 prediction that agentic workflows with weaker models can outperform stronger standalone models is validated by Anthropic, where an orchestrator coordinating cheaper subagents beat Claude Opus by 90.2%. The post highlights Claude Code subagents as the practical implementation.
Andrew Ng predicts traditional prompt engineering will become obsolete within six months, shifting focus toward autonomous agentic systems that iterate and self-improve with minimal human input.
Andrew Ng launches LearnVector, an AI company focused on creating one-to-one learning experiences with a $100M investment from Coursera, aiming to move beyond chatbots to provide personalized, trustworthy education.
Andrew Ng shifts the focus from whether a system is an agent to how much autonomy it has, recommending building agentic workflows with deliberate autonomy levels per task rather than full autonomy.
Andrew Ng released an 8-page PDF detailing four key agentic workflows: reflection, tool use, planning, and multi-agent collaboration, emphasizing that a weak model with proper architecture can outperform a strong one.
Andrew Ng shares personal experience, noting that Sam Altman and Dario Amodei once worked under him, and comments that China is more open than the US in AI innovation, making progress through open source and open-weight ecosystems. Knowledge exchange between China and the US has become bidirectional.
An analysis comparing Andrew Ng's three-layer AI coding loop framework with ClaudeDevs' four command types for Loop Engineering, providing a practical guide to implementing verification-driven AI development workflows.
Andrew Ng predicts that within 3-6 months, the AI community will shift from manual prompting to self-improving loops, marking a major change in AI interaction.
Andrew Ng interprets the concept of Loop Engineering, where AI autonomously completes development tasks through a cycle of writing code, testing, and fixing. He expands this to developer feedback loops and real-world feedback loops, emphasizing the critical role of humans in providing contextual information.
Andrew Ng discusses the concept of 'loop engineering' as a key approach for building AI agents to develop software iteratively, outlining three main loops: agentic coding loop, developer feedback loop, and external feedback loop.
Andrew Ng shares his approach to organizing engineering teams for faster development in the AI era, emphasizing small teams of high-context generalists to reduce organizational bottlenecks.
Andrew Ng highlights how AI is shifting software development from coding to clear communication through prompts. The author shares their experience building a web app with AI tools like VS Code, Kombai, and GitHub.
DeepLearning.AI currently has 120 AI courses, featuring that the courses are taught by the authors of the models/tools themselves. Courses are categorized by learning objectives (such as prompting, Agent, RAG, fine-tune, etc.), providing users with clear path selection.
Andrew Ng criticizes Harvard University's decision to cap A grades at 20% of undergraduates, arguing that the role of education should be to help all students succeed rather than to limit success or serve as a gatekeeper. He shares his philosophy from DeepLearning.AI and online courses of encouraging unlimited retries and practice-focused assignments.
Andrew Ng discusses Harvard's decision to cap A grades, arguing against grade inflation as a reason to limit student success and advocating for educational systems that help all students learn and succeed.
IrisGo, backed by Andrew Ng, launches an AI desktop companion that learns user workflows and automates repetitive tasks on-device for privacy, targeting knowledge workers.
A user shares a GitHub repository containing detailed lecture notes for all 10 chapters of Andrew Ng's Machine Learning Specialization, written in LaTeX and automatically compiled to PDF.
Stanford AI professor Andrew Ng released a free 2.5-hour AI prompting course, useful for both beginners and professionals.
Andrew Ng introduces AI Andrew, an AI companion modeled after his personality, built using RAG and agentic workflows, and invites users to try it.
Andrew Ng has launched a new course on LLM production deployment. The free version provides access to all videos and base code. The course dives deep into LLM internals, inference optimization (such as quantization, KV Cache, Flash Attention, speculative decoding), and hardware-aware optimization. Taught by AMD's VP of Engineering, it aims to help developers transform Transformer from an academic concept into a debuggable, optimizable engineering tool.