GitHub Next is GitHub's internal research and prototype design team, investigating technologies beyond adjacent possibilities. The team transforms research into commercial products like GitHub Copilot, exploring natural language programming, code visualization, and agentic workflows. Projects include GitHub Spark for AI-driven micro-app creation and Agentic Workflows for natural language GitHub Actions.




GitHub Next is GitHub's internal research and prototype design team, operating under the mission statement "Investigating the future of software development." This specialized unit functions as both an AI research team and a product prototype incubator, exploring innovative technologies that extend beyond adjacent possibilities and translating research findings into commercial GitHub products.
The team comprises 14 researchers and engineers distributed across multiple time zones, languages, and professional domains. This diversity enables the team to approach software development challenges from multiple perspectives, combining expertise in artificial intelligence, human-computer interaction, programming language theory, and developer tooling. The team's interdisciplinary nature has proven instrumental in producing solutions that address real-world developer pain points while maintaining technical rigor.
The core mission of GitHub Next centers on pushing the boundaries of what is possible in software development tooling. Rather than iterating on incremental improvements, the team focuses on paradigm-shifting technologies that could fundamentally change how developers work. This approach has resulted in several successful transitions from research prototypes to production-ready features integrated into the broader GitHub ecosystem.
Among the most notable成果转化 (results translation) are GitHub Copilot, which has become the leading AI programming assistant in the industry, Copilot for Docs for automated documentation assistance, Copilot for Pull Requests for code review automation, and Copilot Next Edit Suggestions, now available in both VS Code and Visual Studio. These products demonstrate the team's ability to bridge theoretical research with practical developer tools.
The team's expertise extends beyond internal development. Team members regularly present their research at international technical conferences including .NET Developer Conference, DevConf, and Researchr, contributing to the broader software engineering community's understanding of AI-assisted development and natural language programming paradigms.
GitHub Next's research portfolio spans multiple innovative projects, each addressing distinct aspects of the software development lifecycle through AI-driven approaches.
GitHub Spark represents a paradigm shift in application creation, enabling users to build personalized micro-applications without writing or deploying any code. The system employs a natural language-driven editor where users describe their application ideas in plain English, and the platform automatically generates functional software. Applications are deployed to both desktop and mobile devices as Progressive Web Apps (PWA), complete with themable design systems, persistent data storage, and integrated model prompts through GitHub Models. This approach democratizes software creation, allowing non-developers to build tools tailored to their specific needs.
Agentic Workflows transforms GitHub Actions into a natural language programming environment. Users describe desired behaviors in natural language, which the system compiles into executable YAML workflows. The gh aw GitHub CLI extension manages these workflows, with integration support for Model Context Protocol (MCP) tools. The system supports Claude Code and OpenAI Codex as underlying agents, enabling sophisticated automation of repository-level tasks such as issue classification, continuous QA, accessibility reviews, and documentation updates.
Extract, Edit, Apply (EEA) introduces a code-first specification editing paradigm. Traditional approaches treat specifications as immutable truth and code as the implementation to be modified. EEA inverts this relationship, treating code as the primary source of truth while treating specifications as temporary, editable artifacts. This approach proves particularly valuable when working with LLM-generated code, where uncertainty about the exact output requires an iterative, bidirectional editing model.
Copilot Workspace provided an agentic development environment for everyday tasks, enabling natural language task description, intent capture through a Plan Agent, and collaborative brainstorming via a Brainstorm Agent. Integration with Codespaces allowed seamless execution environments. The technical preview concluded on May 30, 2025, with features integrated into the broader GitHub Copilot product line.
Copilot Next Edit Suggestions predicts and suggests subsequent modification sequences during code editing. By analyzing edit history and cross-file dependencies, the system can automatically complete related modifications across multiple locations, reducing mechanical work when adding fields to data classes, configuration options, or method parameters. This feature is now generally available in both VS Code and Visual Studio.
Monaspace is an innovative type superfamily specifically designed for code display, optimizing for readability and expressiveness in code editors.
The technical foundation of GitHub Next rests on several core competency areas that enable the team to deliver sophisticated AI-driven development tools.
The primary technical domains include AI for Code, Large Language Model (LLM) applications, natural language programming, code visualization, and VS Code extension development. This concentrated expertise allows the team to build products that understand both the semantic meaning of code and the practical workflows of developers.
The technology stack comprises TypeScript and React for frontend development, VS Code extensions for editor integration, GitHub Actions for workflow execution, and comprehensive LLM integration layers. This modern, JavaScript-centric stack enables rapid prototyping while maintaining the ability to scale to production workloads.
Model support spans multiple leading AI providers, including Claude Sonnet 3.5, GPT-4o, o1-preview, and o1-mini. Users can select models based on their specific needs—o1-preview and o1-mini for complex reasoning tasks, GPT-4o for balanced performance, or Claude Sonnet 3.5 for nuanced code understanding. This multi-model approach ensures flexibility while avoiding vendor lock-in.
Architectural innovations distinguish GitHub Next's products from conventional tooling. Agentic Workflows demonstrates natural language compilation to executable GitHub Actions YAML, enabling developers to express automation intent without mastering YAML syntax. GitHub Spark implements a complete NL-driven micro-application creation and托管运行时 (hosted runtime), handling application generation, deployment, and execution entirely through natural language instructions. EEA introduces the code-first editing paradigm, treating specifications as bidirectional, editable artifacts rather than immutable contracts.
Security implementation reflects GitHub's mature infrastructure. Agentic Workflows builds upon the existing GitHub Actions security model, incorporating scoped permissions through minimal-privilege tokens, whitelisted tool execution, auditable run history, and safe-outputs functionality that controls write permissions. All workflows remain inspectable and version-controllable, with no hidden prompts or black-box mechanisms.
The security model ensures that natural language descriptions compile to transparent, reviewable YAML—users can inspect exactly what actions will be executed before approval, maintaining the trust model that GitHub Actions established.
GitHub Next serves diverse user profiles, from non-technical individuals creating their first applications to experienced developers automating complex workflows.
Non-technical users benefit most from GitHub Spark's accessible interface. The system enables complete beginners to create functional micro-applications through natural language description alone. Documented examples include a 6-year-old child creating animated vehicle applications and a 10-year-old student building map applications for school projects. This democratization of software creation opens programming capabilities to audiences traditionally excluded from technology development.
Developer teams leverage Agentic Workflows to automate repetitive maintenance tasks that consume significant development time. Common applications include automated issue classification and labeling, continuous quality assurance checks, accessibility reviews on pull requests, documentation updates synchronized with code changes, and test generation. These automations free developers to focus on creative, high-value work rather than mechanical maintenance tasks.
Software development teams use Copilot Next Edit Suggestions to accelerate code modification workflows. When adding a field to a data class, the system automatically identifies and updates all related locations—serialization logic, validation methods, database mappings, and test fixtures. This predictive capability transforms single-location edits into comprehensive, multi-file modifications.
Researchers and advanced developers explore the Extract, Edit, Apply paradigm for handling complex codebase modifications, particularly when working with LLM-generated code where output uncertainty requires an iterative, bidirectional editing approach. The ability to edit both code and specifications freely provides flexibility that rigid specification-first approaches cannot match.
Distributed teams utilize Copilot Workspace's snapshot sharing capabilities for real-time collaborative iteration on solutions. The GitHub mobile application integration enables team members to review and edit workspaces from mobile devices, supporting workflows that extend beyond desktop development environments.
Non-technical users should begin with GitHub Spark to experience natural language application creation. Developers interested in workflow automation should explore Agentic Workflows through the CLI extension. Teams seeking IDE-integrated assistance will find Copilot Next Edit Suggestions immediately valuable.
GitHub Next products integrate deeply with the broader GitHub ecosystem and popular development tools, creating a cohesive environment for AI-assisted software development.
The official resources center on https://githubnext.com, which provides project listings, team information, and event calendars. The website serves as the primary entry point for understanding current research directions and accessing available previews.
Community engagement occurs primarily through the GitHub Next Discord server (https://gh.io/next-discord), where users can discuss projects, share experiences, and receive updates directly from the team. Additional social channels include Twitter (@githubnext) and Mastodon (@githubnext@mastodon.social).
Development resources enable technical users to implement custom solutions. The Agentic Workflows CLI extension (github.com/github/gh-aw) provides command-line interface capabilities, while the agentics repository (github.com/githubnext/agentics) offers example implementations. GitHub Spark documentation and FAQ pages (https://gh.io/spark-changelog, https://gh.io/spark-faq) support users exploring that platform.
Key project repositories include dedicated pages for GitHub Spark, Copilot Workspace, Agentic Workflows, Extract Edit Apply, Copilot Next Edit Suggestions, and Monaspace. Each project page provides detailed technical information, access instructions, and implementation guidance.
Platform integration extends to industry-standard development environments. Copilot Next Edit Suggestions integrates directly into Visual Studio Code and Visual Studio, reaching millions of developers who use these IDEs daily. Agentic Workflows leverages the existing GitHub Actions infrastructure, ensuring compatibility with established CI/CD patterns. The GitHub mobile application provides Copilot Workspace access for on-the-go development tasks.
Some projects are technical previews or research prototypes with limited access. Other projects, such as Copilot Next Edit Suggestions, have been integrated into正式 (formal) GitHub products. Users should join the Discord server for the latest availability information.
The primary engagement channels include the GitHub Next Discord server for community discussion, individual project GitHub repositories for technical details, and technical preview registration opportunities for select projects.
During the technical preview phase, specific pricing information has not been published. Future commercial availability may include tiered access based on usage requirements.
The technical preview concluded on May 30, 2025. Related capabilities have been integrated into the broader GitHub Copilot product line, providing continued access through existing subscription tiers.
The system supports Claude Code and OpenAI Codex as primary agents. The architecture is designed to be agent-agnostic, maintaining workflow portability across different AI providers.
Users can select from Claude Sonnet 3.5, GPT-4o, o1-preview, and o1-mini. Model selection occurs during application creation or revision, allowing users to choose based on task complexity and reasoning requirements.
The feature is fully integrated into Visual Studio Code and Visual Studio. Users with appropriate Copilot subscriptions can enable the feature through their IDE settings.
GitHub Next is GitHub's internal research and prototype design team, investigating technologies beyond adjacent possibilities. The team transforms research into commercial products like GitHub Copilot, exploring natural language programming, code visualization, and agentic workflows. Projects include GitHub Spark for AI-driven micro-app creation and Agentic Workflows for natural language GitHub Actions.
One app. Your entire coaching business
AI-powered website builder for everyone
AI dating photos that actually get matches
Popular AI tools directory for discovery and promotion
Product launch platform for founders with SEO backlinks
We tested 30+ AI coding tools to find the 12 best in 2026. Compare features, pricing, and real-world performance of Cursor, GitHub Copilot, Windsurf & more.
Cursor vs Windsurf vs GitHub Copilot — we compare features, pricing, AI models, and real-world performance to help you pick the best AI code editor in 2026.