Front-End Fire

Created with Sketch.
news Episode 69

GitHub's AI-Driven Future: Copilot Models, Micro Apps, and More!

šŸš€ GitHub is stepping up the AI game! Customize Copilotā€™s AI, smarter code reviews, and even entire micro apps generated via natural language! The future of coding just got a lot more AI-driven.

View Clip

Hosted by

Share this episode      

Copied!

Full Description

The AI race continues with lots of new updates straight from the GitHub Universe conference! New features from GitHub include: the ability to choose different AI models for GitHub Copilot Chat to use (OpenAI, Claude, Gemini, etc.), Copilot Workspaces reviewing PRs, suggesting code changes, and validating fixes, GitHub AI Models to test, experiment, and build with different AI models (OpenAI, Llama, Mistral, etc.), and GitHub Spark using natural language processing alone to generate ā€œmicro appsā€ that GitHub will host. In addition to the GH Universe announcements, the October VS Code release has a bunch of new Copilot additions like: Copilot Edits to change multiple files at once, Copilot Chat in a secondary sidebar, and Copilot code reviews before committing to GitHub. Next.jsā€™s caching, which defaulted to very aggressive in the past, has been updated big time in Next.js 15. Now, when devs add a request that fetches external data, theyā€™ll be prompted to either wrap it in a Suspense tag or explicitly mark the module or function with the ā€œuse cacheā€ directive. This gives devs more fine grained cache control allowing some routes to have dynamic, Suspense-supported data, while others have static, cached data. In bonus news, the open source Flutter community decided to fork the project because it feels Googleā€™s core Flutter team doesnā€™t have enough resources internally and isn't fast enough at reviewing PRs and implementing new features. ā€œFlockā€ aims to add the bug fixes, popular community features, and generally be faster and more agile than Flutter. And todayā€™s Fire Starter is about HTTP/3: the newest revision of the HTTP which offers better speed, security, and reliability.

Links