Sr. Content Developer at Microsoft, working remotely in PA, TechBash conference organizer, former Microsoft MVP, Husband, Dad and Geek.
147200 stories
·
32 followers

Verge subscribers, here’s how to set up ad-free podcasts

1 Share

Ad-free podcasts are now officially available for Verge subscribers! There are a few steps to follow to set up ad-free feeds, so read on for instructions. 

If you’re not yet a Verge subscriber but would like access to ad-free listening, you can go here. Like with all other subscription perks, subscribers can manage and update their settings in their account preferences page at any time. 

Where can I listen to ad-free Verge podcasts? 

Ad-free listening will be available on Spotify, Apple Podcasts, YouTube Music, Overcast, Pocket Casts, Podcast Addict, Castbox, Downcast, Player FM, and Breaker. 

How do I opt into ad-free listening? 

On desktop or mobile: 

  1. Make sure your subscription is active and you’re logged in on theverge.com 
  2. Head to your account settings page: theverge.com/account/podcasts 
  3. Click “set up” next to the podcast you’d like to listen to without ads 
  4. Scan the QR code or click the podcast player logo for Spotify, Apple Podcasts, or YouTube Music. (You can also copy the link to manually add it to your podcast player.)
  5. Follow the prompts to subscribe and connect to your feed
  6. Enjoy! Your feed will appear under a new icon for you in your app library. Be sure to delete the regular version if you were previously subscribed, as all of your episodes will now come into the premium ad-free feed.
  7. Bonus step: hit that follow / subscribe / notifications button to hear about new Verge episodes first!

Note: You’ll need to complete these steps for each Verge show you’d like to listen to ad-free. 

I’m having trouble setting up my ad-free show feeds. Who can I contact to help me? 

If you experience any issues with your account or connecting to ad-free feeds, visit our FAQ page or reach out to subscriptions@theverge.com

Will other Verge shows have the option to listen to ad-free? 

For now, only Decoder, Version History, and The Vergecast are available ad-free. But any new shows in the future will also be available. 

Thanks for listening and subscribing!

Read the whole story
alvinashcraft
5 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Copilot: Faster, smarter, and built for how you work now

1 Share

You probably remember when GitHub Copilot first showed up in your editor with that little gray box. It was fast, surprising, and sometimes weird. But it hinted at something bigger: AI could actually help you code, not just autocomplete it.

Fast forward to today, and AI is part of our daily workflows. From Cursor to Windsurf and Claude Code to Gemini to OpenAI Codex, there’s no shortage of new tools. And that’s great. Developers need options.

But with 20 million-plus developers across IDEs, the command line, and pull requests, GitHub Copilot is the most-used AI tool among developers, according to a recent Pragmatic Engineer survey. Devs have used Copilot to accept more than 3 billion code suggestions to date. And every month, Copilot helps deliver millions of code reviews and contribute 1.2 million pull requests, directly inside GitHub.

And because GitHub is where your code already lives (plus your pull requests, reviews, and tests), Copilot doesn’t stop at writing code. It plugs into everything you rely on via the GitHub MCP Server.

We haven’t always been the fastest (though our Changelog may beg to differ) or the loudest. But we’ve been building Copilot since before ChatGPT existed, and we are focused on one purpose: to help developers turn TODOs into committed code. And while some chase the bleeding edge, we know developers don’t want their production code balanced on it. 

All that to say: if you tried Copilot early on, things have changed in some pretty big ways. 

A table showing how GitHub Copilot can help you code faster (Agent mode, Coding agent, Next edit suggestions, Latency improvements, Model choice, Copilot CLI), Build at scale (JetBrains + VS Code + CLI parity, Custom instructions, GitHub MCP Server, 20M+ developers), and Ship quality (Copilot Autofix, Code review, Improved model reasoning, Security that works, Built-in privacy).

From autocomplete to actual collaboration 💻

If 2024 was about showing what’s possible with AI, 2025 is about making it practical. Copilot has quietly grown from a neat autocomplete trick into a multi-modal, multi-model assistant that actually understands your projects and helps you move them forward.

After opening up support for multiple models from different providers in 2024,  we’ve been shipping new models almost as fast as they drop from OpenAI’s latest releases to Google’s Gemini 2.0 Flash. 

This evolution didn’t happen by accident. Developers told us what worked, what didn’t, and that they wanted more powerful agentic workflows and multi-file editing. So we made that happen. 

And that’s just one part of how far Copilot’s come. It’s all part of a bigger goal: making Copilot smarter without you ever needing to install or configure a thing. 

From idea to merge in record time ⚡

Over the last year, raw speed and agentic workflows helped define a new crop of AI tools. We took that as a challenge.

  • Agent mode: Copilot now takes on cross-file tasks, runs commands, refactors entire modules, and suggests terminal operations—all without leaving your editor.
  • Coding agent: Assign an issue to Copilot, and it drafts a pull request with code, tests, and context from your project. Coding agent now contributes to roughly 1.2 million pull requests per month.
  • Next-edit suggestions: Copilot predicts the next change you’ll make and offers it inline. One Tab and you’re done.
  • Low-latency completions: Most Copilot responses now render in under 400 ms (fast enough that you stop noticing them).
  • Copilot CLI: The same brains, now in your terminal. Setup, debug, and script without switching windows.
  • Multi-model routing: Different jobs call for different brains. Copilot gives you access to multiple LLMs from leading frontier AI firms. 

The result: fewer interruptions, faster loops, and a workflow that finally keeps pace with how you think.

AI that scales with your workflow 📐

Copilot doesn’t live in a new environment you need to learn. It’s part of the same ecosystem you already use, and scales with it. 

  • JetBrains + VS Code + CLI parity: Same Copilot, wherever you build.
  • Custom instructions: Drop a .copilot-instructions.md file in to teach Copilot your naming conventions, test frameworks, comment formats.
  • GitHub MCP Server: Lets any AI tool securely access your GitHub context (pull requests, issues, actions) without leaving GitHub.
  • Workspace prompt files: Reusable blueprints for consistent prompts across teams.
  • 20M+ developers strong: Every Copilot update compounds through the world’s largest network of real developer data (and feedback).

Copilot isn’t a separate tool you “add” to GitHub. It’s part of what makes GitHub a full-stack development platform. Other tools might help you code; Copilot helps you build, test, secure, and ship.

Smarter, cleaner, and safer code 🔍

Fast is nice. Correct is better (ask us how we know). We’ve spent a lot of cycles quietly leveling up Copilot’s overall code quality and security guardrails where they matter most to you. 

  • Copilot Autofix: Detects and patches vulnerabilities automatically (it was used to fix over a million vulnerabilities this year alone).
  • Code review: Summarizes diffs, flags logic bugs, and suggests fixes right inside your pull requests with a tool that powers millions of code reviews a month on GitHub.
  • Improved model reasoning: Generates more readable, test-passing code with fewer lint errors and less regressions.
  • CodeQL integration: Integrations with GitHub Advanced Security, Dependabot, and GitHub Actions keeps your supply chain solid.
  • Built-in privacy: Enterprise isolation, audit logs, and tenant-level control mean your work stays off the grid. 

Our research shows new code written with Copilot tends to have higher readability, better reliability, and improved maintainability scores. 

Here’s the good news: Copilot’s backed by the same security stack that protects the world’s largest open source ecosystem and more than 90% of Fortune 100 companies.

A table demonstrating GitHub Copilot's leap forward from 2024 to 2025: Single model to Multi-model support, Single-file edits to Agent mode with multi-file reasoning, Basic completions to Next-edit suggestions and inline task automation, Chat in VS Code to IDE + JetBrains + CLI, Limited customization to Project-level instructions & workspace prompts, Text only to Image, diagram, and UI inputs, Early security hints to Copilot Autofix & deeper security integrations, and Competitive lag to 400ms responses & GitHub MCP Server.

Real talk: Copilot vs. the rest 👀

Let’s be honest: there are some great tools out there that make agentic coding workflows feel intuitive and bring real polish to multi-file editing. 

Copilot lives in GitHub. That means it’s close to everything else you do, whether it’s your pull requests, GitHub Actions workflows, or CI/CD pipelines. Every day, GitHub powers over 3 million pull request merges and 50 million actions runs. And Copilot lives in that flow. 

Other tools might help you write code faster. But Copilot helps you ship better software.

That means: 

  • No migration, no new IDE, no new habits: Copilot lives inside the tools you already use. 
  • Full-stack awareness: Your pull requests, reviews, tests, and workflows are part of the same conversation. 
  • End-to-end coverage: Copilot brings AI assistance to real-world delivery. 

What’s next 🚀

We’re just getting started.

At the end of this month, GitHub Universe 2025 kicks off, and you can expect a lot of news. From smarter agent workflows to deeper multi-model integration and next-gen security features, we’re building what’s next for how software gets built.

Because our goal hasn’t changed. We’re here to help every developer commit code faster instead of chasing TODOs. 

Ready to see how far we’ve come? Get started with GitHub Copilot >

The post Copilot: Faster, smarter, and built for how you work now appeared first on The GitHub Blog.

Read the whole story
alvinashcraft
5 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Turning Customer Feedback into Actionable Insights

1 Share

Please join us in celebrating CX Observe Product Feedback Copilot’s induction onto the Garage Wall of Fame.  CX Observe Product Feedback Copilot is an AI-driven solution designed to convert large volumes of customer feedback into actionable insights, enabling Microsoft’s product leaders to prioritize roadmaps and maximize customer value. Developed by Amir Banai and Yoav Dobrin during the Microsoft Global Hackathon....

The post Turning Customer Feedback into Actionable Insights appeared first on Microsoft Garage.

Read the whole story
alvinashcraft
5 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Secure coding in JavaScript

1 Share
JavaScript is the front-end of the entire internet. Because JavaScript is so prolific, it’s a prime target for attackers.
Read the whole story
alvinashcraft
5 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Apple unveils new 14‑inch MacBook Pro powered by the M5 chip

1 Share
Apple today unveiled a new 14-inch MacBook Pro, featuring the incredibly powerful M5 chip.

Read the whole story
alvinashcraft
5 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Apple Vision Pro upgraded with the M5 chip and Dual Knit Band

1 Share
Apple introduced the upgraded Apple Vision Pro, featuring the powerful M5 chip, the Dual Knit Band, and innovative features with visionOS 26.

Read the whole story
alvinashcraft
5 hours ago
reply
Pennsylvania, USA
Share this story
Delete
Next Page of Stories