AI Prompt Engineering Becomes Standard Skill
Supabase has published a detailed AI prompt designed to bootstrap a Next.js 16 application with its authentication service. The guide provides instructions for use with AI coding assistants like Copilot, Cursor, and Zed. This reflects a trend of prompt engineering becoming a standard skill for developers to accelerate project setup and scaffolding.
- GitHub Copilot's adoption has grown rapidly, reaching over 20 million cumulative users by July 2025, with the AI assistant generating an average of 46% of a user's code. - Studies have shown significant productivity gains for developers using AI assistants, with one GitHub study finding that developers completed tasks 55% faster when using Copilot. - While AI-generated code can increase speed, it may also be longer or more complex, necessitating robust code review and validation processes to maintain system quality. - The trend extends beyond plugins to AI-native code editors like Cursor and Zed; Cursor integrates deeply with a project's codebase to provide context-aware answers and refactoring, while Zed is a performance-focused editor written in Rust with built-in AI features. - For engineering leaders, establishing conventions for AI-generated code is crucial; some tools like Cursor allow teams to create project-specific rules to ensure AI output aligns with team standards and best practices. - While adoption is widespread, some data from late 2024 indicated that fewer than 30% of companies had fully adopted Copilot, suggesting that many engineering organizations are still in trial phases or are deploying it to smaller subsets of their teams. - The skill of prompt engineering itself is evolving, with some experts predicting that as AI models become more intuitive, the need for manual, detailed prompting will decrease for most users, becoming a specialized skill for those requiring precise control over AI outputs. - Modern frontend frameworks are also adapting; the beta for Next.js 16, for instance, focuses on performance by making the Rust-based bundler Turbopack stable and introducing a stable React Compiler for automatic memoization.