Start using the GitHub Copilot app >
Read more of this story at Slashdot.
Read more of this story at Slashdot.
Microsoft is announcing some major changes to Xbox Cloud Gaming today, less than a year after opening up cloud gaming to its Xbox Game Pass Premium and Essential tiers. While all Game Pass plans have included unlimited cloud gaming over the past year, from November this will be limited to just 15 hours on Ultimate, 10 hours for Premium subscribers, and a measly 5 hours for Game Pass Essential.
"We recognize that introducing limits is a meaningful change, particularly for players who regularly spend more time gaming through the cloud," says the Xbox team in a blog post announcing the changes. "We expect this upcoming change to impact four pe …

Uber is laying off 93 Washington state-based employees as part of a sweeping global restructuring that will eliminate roughly 10% of the company’s workforce.
The cuts heavily impact the transportation giant’s Seattle hub, targeting those assigned to the downtown engineering center as well as regional remote workers.
The job losses are detailed in a new Worker Adjustment and Retraining Notification (WARN) notice filed by the company with the state’s Employment Security Department, which lists impacted positions ranging from software engineers to senior managers.
Affected staff were notified Wednesday and will receive full pay and benefits through a 60-day notice period ending Nov. 2. The cuts hit technical roles particularly hard, with position titles including software engineers, product managers, data scientists, and a Seattle-based director of engineering.
Nationally, the cuts eliminate about 3,300 corporate jobs — roughly 10% of Uber’s global workforce — in the company’s largest round of layoffs since 2020. In a memo to staff, CEO Dara Khosrowshahi framed the restructuring as a move to eliminate middle-management bureaucracy, flattening reporting structures by reducing management layers and cutting “micro-teams” by nearly half.
As part of the overhaul, Uber is also clamping down on remote work, capping fully remote positions at less than 1% of its total workforce and requiring most employees to move near core office hubs like San Francisco and New York. Khosrowshahi noted that savings from the cuts will help free up capital to invest in core operations, including autonomous vehicle partnerships.
Uber first established its engineering outpost in Seattle in March 2015 to tap into the region’s pool of tech talent. The company expanded significantly in 2018 when it signed a 10-year lease for 115,000 square feet at downtown’s Second & Seneca building at 1191 Second Ave.
Max Johnson, founder of the AI agency briix, regularly publishes practical AI guidance for business owners and founders to help them get the most out of AI. Max has used some of that know-how to streamline his own day-to-day work, turning what used to be a manual content creation process—researching topics, judging their relevance, and developing hooks and drafting scripts—into a single automated workflow using Claude Code. In this episode of Zero to Agent in 30 Minutes, he shows you how to do the same while remaining in the loop to make the final calls.
If you’re building something similar, Max recommends starting with a repetitive task you can describe clearly. Build a working version with your preferred coding tool, use it, and then extend it in response to what you learn.
Follow along with Zero to Agent in 30 Minutes on Radar, or watch the latest episode on YouTube, Spotify, Apple, or wherever you get your podcasts. If you’re an O’Reilly member, you can watch live. Save your seat.
Running multiple AI agents on the same project seems like pure chaos, with too many cooks in your development kitchen. But with the GitHub Copilot app, these agents work separately and don’t interfere with each other, allowing you to get more done in less time.
Think of parallel agent sessions like a trip to the laundromat. You can start multiple loads of laundry at the same time, in their own machines. You can set each washer with its own settings, and it won’t impact the other loads. Most importantly, you don’t have to wait for one to finish before you can start another one.
Let’s look at how it works.
An agent session is a task you’ve given Copilot, start to finish.
In the GitHub Copilot app, you can manage several sessions through the sessions view. Each card shows its title and how far along the agent is in completing its task.
Each session runs independently of the others. That means you can start a new session whenever you want, and the ones already running won’t be disturbed.
But here’s where the real magic happens. Each agent session in the GitHub Copilot app can run on its own Git worktree. Since each session is isolated, they can run in parallel, all at the same time.
That means you spend your time reviewing and making decisions rather than watching your agents at work.
Plus, each session keeps its own context, so you can switch between them freely. Each picks up exactly where you left it, and you never have to re-explain what you were doing. Less context switching means you feel less scattered.
Let’s look at an example repository, tailspin-toys. There are three things I want to do to this project today: add funded sort, perform an accessibility review, and run some tests on this project.
The first step is to ask Copilot to build the funded sort feature. Just as it gets started, open a new session and ask Copilot to perform an accessibility review. As that gets under way, start prompting Copilot to run some tests in a third session.
In the session view, you can keep track of all of these as they progress and review the results as they finish. Or you can step away entirely, grab a cup of coffee, and know your work is happening without you babysitting it.
Ready to feel the power of parallel agent sessions?
Try starting two small tasks at the same time in the GitHub Copilot app. It’s a low-stakes way to watch your tasks progress independently.
Start using the GitHub Copilot app >
The post GitHub Copilot app for Beginners: Run several agents at once appeared first on The GitHub Blog.