惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
爱范儿
爱范儿
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 叶小钗
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
博客园 - 司徒正美
博客园 - 【当耐特】
IT之家
IT之家

Latest from Windows Central

"An unmatched upgrade opportunity": Intel's new Core Series 3 mobile CPUs target "value buyers"… "There are over 5,700 combinations.": I attended Panasonic's USS Intrepid press conference and saw 10Gbps, Wi‑Fi 7 and on‑device AI in the new Toughbook 56, but should you swap out your Toughbook 55? "We "So Mac folks feel comfortable": Microsoft Microsoft thinks you'll want an Xbox Controller and 1 year of Microsoft 365 and Xbox Game Pass over a MacBook Neo "Microsoft fired the skilled people, leaving flowchart followers": Microsoft's Security Response Center is being blamed for the zero-day BlueHammer exploit leak, but I can't tell who's right "Thank you to every Greymane": Crimson Desert shows no signs of slowing down, topping over 5 million sales… "Another all-round excellent mini PC:" Beelink's discounted desktop is fantastic for intensive work and… Xbox's Starfield gets Nintendo Switch 2 rating days after its PS5 release, keeping hopes for a port of Bethesda's RPG alive — here's what we know "The stuff that we're seeing is really well put together": Xbox game publishing chief says Forza Horizon 6 takes him back to the golden years of racing games Microsoft's Xbox games lead Matt Booty says its studios are in a "culture of cultures" and work together more than you think — Blizzard is even helping with Fable Rumored feature coming to Steam that will help you track prices, and Microsoft should copy it immediately for Xbox and… Xbox and Best Buy want to help you build your first video game in 2026 Microsoft prepares display upgrades and two stage launch for new Surface Pro and Surface Laptop with Intel and… Someone discovered Seagate's Xbox Storage Expansion cards can be used on PC — which has made their value more… ID@Xbox makes a bold claim — “Games launching day one into Game Pass… do very well on other platforms… Before Forza Horizon 6 takes us to Japan, let's remember where the legend began almost 14 years ago "Users can now simply ask what happened": AppControl's optional AI integration gives you in-depth PC diagnostic history in plain English — It works with popular LLMs, but I'll use offline models for added security Our friends at Tom's Guide are upgrading: Here's what it means, and how our sister site's overhaul… "Quantity over quality is not always the answer": WWE 2K26 comes close to being the best in the world, but yearly releases are holding it back I "This is one headset that absolutely will not disappoint anyone": Our favorite Xbox headset raises the bar for sound quality with a price that's lower than I expected "One of the better laptops I’ve encountered and one I’d happily use daily": This high-end ThinkPad is a solid bet for professionals — especially after this generous discount I've finally found a loophole to block a specific type of YouTube ads, and it won’t cost you a dime: Just a… www.windowscentral.com "The Lotus guys probably figured it didn't matter to be wrong": Excel thinks 1900 was a leap year because of a small shortcut taken in the '80s — I'll think of this next time I want to cut corners Starfield's sales on PlayStation 5 make me wonder why Xbox even bothered... was this worth devaluing exclusivity? Overwatch Season 2 is LIVE! Xbox Your Xbox Storage Expansion Cards can have a life after the console if you get a simple adapter for your PC
I dug into how Microsoft is pushing Windows 11 toward ful...
sean.endicot · 2026-05-13 · via Latest from Windows Central
WinUI agent for GitHub Copilot
The WinUI agent plugin includes eight specialized skills to help create, package, and debug native Windows applications. (Image credit: Microsoft)

Windows 11 is currently undergoing a massive, under-the-hood reconstruction. Internally dubbed "Project K2," this initiative is tasked with gutting "AI slop" and legacy overhead to make the OS feel native again.

But to make Windows feel fast, third-party developers need to embrace native applications and use the WinUI 3 framework.

Introducing WinUI agent plugin: Build WinUI apps with AI agents - YouTube Introducing WinUI agent plugin: Build WinUI apps with AI agents - YouTube

Watch On

The agent has eight skills built-in that help with different parts of app development, such as UI design, reviewing code quality, testing UI, and packaging apps. Another skill helps migrate a WPF app to WinUI.

Because of the new AI agent, your favorite and most-used Windows apps could soon see the same performance boost that's on the way to core parts of Windows 11, at least in the long run. The AI agent is part of a widespread effort to increase adoption of WinUI.

Third-party developers have been able to make WinUI 3 apps for quite some time, but the new tools Microsoft has in the works, including templates that I touch on more later, make it easier for developers to embrace the framework.

Microsoft claims that the new agent skills for app development "enable your agent to take your ideas to a native Windows app in minutes." That's a bold claim, and robust applications will obviously take more than a few minutes to make, but lowering the barrier of entry to WinUI app development could be enough to convince more developers to make native Windows apps.

The specialized nature of the AI agent results in more than 70% fewer tokens being used. The winui-search and winmd-cli tools rely on a local library of documentation to find relevant answers and solutions. That decrease should streamline app development while also reducing costs.

GitHub Copilot Taskbar GUI being asked about Docker.

GitHub Copilot's new AI agent helps developers create native Windows applications. (Image credit: Hayden Barnes (GitHub))

WinUI is the native user interface (UI) framework for Windows apps. It's one of the key parts of the Windows K2 initiative to improve the performance of Windows 11. Core parts of Windows 11 will be rebuilt with WinUI, such as the Start menu.

Microsoft is also improving the WinUI framework. Earlier this week, software engineer Beth Pan shared that Microsoft's mission "is to make WinUI 3 the best native UI platform for Windows experiences and apps and performance is at the heart of that effort."

Microsoft engineers currently use File Explorer and Notepad as benchmarks for the improvements to WinUI. Launch time for those apps has already gotten better when using WinUI, though the update to the framework is still in development.

Third-party developers that build apps with WinUI should see performance improvements as well, which helps make the overall experience of Windows 11 better for users.

Improving app development with WinUI templates

TabView template for WinUI agent

Templates from Microsoft (Image credit: Microsoft)

Earlier this week, Microsoft introduced dotnet new WinUI templates that allow developers to jump into native app creation. The templates allow developers to create WinUI apps without needing to go through Visual Studio.

The templates, which are in preview, follow the Fluent Design pattern. They give developers a clean starting point for native app development and cover the core parts of apps, such as navigation and tabs.

Developers can launch unpackaged apps directly from the command line, meaning they do not have to use Visual Studio or create a manual Add-AppxPackage.

While not having to use Visual Studio is a welcome option, many developers like that tool. The templates are on the way to Visual Studio as well.


Click to join us on r/WindowsCentral

Join us on Reddit at r/WindowsCentral to share your insights and discuss our latest news, reviews, and more.


Sean Endicott is a news writer and apps editor for Windows Central with 11+ years of experience. A Nottingham Trent journalism graduate, Sean has covered the industry’s arc from the Lumia era to the launch of Windows 11 and generative AI. Having started at Thrifter, he uses his expertise in price tracking to help readers find genuine hardware value.

Beyond tech news, Sean is a UK sports media pioneer. In 2017, he became one of the first to stream via smartphone and is an expert in AP Capture systems. A tech-forward coach, he was named 2024 BAFA Youth Coach of the Year. He is focused on using technology—from AI to Clipchamp—to gain a practical edge.