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

推荐订阅源

IT之家
IT之家
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The GitHub Blog
The GitHub Blog
MyScale Blog
MyScale Blog
爱范儿
爱范儿
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
美团技术团队
Y
Y Combinator Blog
博客园 - 叶小钗
Apple Machine Learning Research
Apple Machine Learning Research
Martin Fowler
Martin Fowler
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
罗磊的独立博客
M
MIT News - Artificial intelligence
博客园 - Franky
V
Visual Studio Blog
I
InfoQ
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
博客园 - 司徒正美
L
LangChain Blog

The latest on GitHub Copilot - The GitHub Blog

Marketing ops as code: Automating events from planning to follow-up on GitHub GitHub Copilot app for Beginners: Using the diff, terminal, and browser Project HydraFusion: Frontier quality via multi-model orchestration GitHub Copilot app for Beginners: Run several agents at once How we make AI coding more cost efficient without sacrificing task quality GitHub Copilot app for Beginners: Automate Dependabot pull request triage GitHub Copilot app for Beginners: Managing your work How canvases make agentic workflows visible, steerable, and cost-efficient How to bring your software delivery workflow into GitHub with agent apps Write your first prompt with the GitHub Copilot app A guide to slash commands in the GitHub Copilot app How the GitHub legal team used Copilot CLI to streamline their workflows Stacked sessions and pull requests in the GitHub Copilot app The harness is all you need (mostly) GitHub Copilot app for Beginners: Getting started Copilot vs. raw API access: What are you actually paying for? How to build interactive experiences with canvases Better tools made Copilot code review worse. Here's how we actually improved it. Automating cross-repo documentation with GitHub Agentic Workflows How GitHub Copilot enables zero DNS configuration for GitHub Pages Evaluating performance and efficiency of the GitHub Copilot agentic harness across models and tasks I automated my job (and it made me a better leader) How we built an internal data analytics agent Getting more from each token: How Copilot improves context handling and model routing What are git worktrees, and why should I use them? GitHub Copilot CLI for Beginners: Overview of common slash commands How we made GitHub Copilot CLI more selective about delegation Give GitHub Copilot CLI real code intelligence with language servers From one-off prompts to workflows: How to use custom agents in GitHub Copilot CLI GitHub recognized as a Leader in the Gartner® Magic Quadrant™ for Enterprise AI Coding Agents for the third year in a row
Build a personal organization command center with GitHub ...
Cassidy Williams · 2026-04-16 · via The latest on GitHub Copilot - The GitHub Blog

What if you could remove the struggle of context switching across several apps, bringing them together into one place?

Meet Brittany Ellich, Staff Software Engineer, and the productivity tool she built to streamline her work. We sat down with Brittany to learn about this project–what she built, how she did it, and how AI supported the development process from ideation to implementation. Brittany created a visual home that fits how she learns and thinks, all inspired by the GitHub Copilot CLI.

Visual learner? Watch the video above!

Q & A

What is your role at GitHub?

I’m a staff software engineer on the billing team at GitHub. My day-to-day work mostly consists of working on metered billing, so things like keeping records of Actions minutes, storage amounts, and copilot usage. I passionately dogfood everything that comes out of the Copilot org. I’m also an open source contributor to ATProto projects and built Open Social for applications built on the AT Protocol.

What did you build?

I built a personal organization command center to solve a simple problem: digital fragmentation. My goal was to take everything scattered across a dozen different apps and unify them into one calm, central space.

How long did v1 take to make?

I use a plan-then-implement workflow when building systems, leveraging AI for planning and Copilot for implementation. For v1, this approach let me move from idea to a working tool in a single day alongside my other regular work.

While planning, I have Copilot interview me with questions about how something should work until we have a plan that I think is adequate. That way, there’s less guesswork about what I want done and implementation goes more smoothly. Copilot will implement the work based on the plan that we put together.

What’s your favorite tool stack to build with?

I like working in agent mode in VS Code for synchronous development, typically with up to 2 non-competing agent workflows going at a time, and Copilot Cloud Agent for asynchronous development. I typically try to keep a few asynchronous tasks flowing with Copilot Cloud Agent, like bug fixes or tech debt changes that have been well-scoped, while I’m focusing on the work that needs more oversight in VS Code.

Follow-up loaded question: Do you care what tech stack your apps use now?

Not really. I’ve always wanted to build an Electron app and this is technically my first one, but I can’t say I learned a ton about Electron during this process since it was almost completely built by Agent Mode. That said, I went in and simplified the repo significantly to make it publicly accessible which required a lot more hands-on work (agents seem to like adding code but are much less enthusiastic about removing code) and felt pretty comfortable reading through the repo and making changes despite not having a ton of familiarity with Electron apps.

Check out the project repo >

What’s your one-line takeaway for other builders?

Go build something! Building solutions from scratch has never been easier, and it’s helpful for learning how to work with new AI tools.

How do you keep up with news and changes in the industry?

I stay on top of industry news through articles, podcasts, and social media. I read articles that are shared internally on GitHub’s Slack, and I read the GitHub blog. We have a ton of great engineers who are great at curating useful resources and sharing them with the team. There are a few podcasts that I like for keeping up with things, like How I AI and Last Week in AI. On social media, I’m active on Bluesky and have had a ton of great conversations with other engineers there.

Try Brittany’s approach

Brittany’s project is a good reminder that the most useful projects often start as small fixes for everyday problems.

While you can use your own stack for this, if you’d like to try something similar, here are the tools Brittany used:

  • Electron: Cross-platform desktop application framework
  • React: JavaScript UI library for components and state management
  • Vite: Build tool with hot module replacement
  • Tailwind: CSS utility framework
  • WorkIQ MCP: MCP server and CLI for accessing Microsoft 365 data

All of these are open source, and GitHub Copilot can help you get started with them quickly!

If you’d like her exact solution, you can clone Brittany’s repository to get up and running right away. You’ll need the following on your machine:

  • Node.js (v18 or higher)
  • GitHub Copilot CLI (for WorkIQ setup)
  • A Microsoft 365 account (for calendar sync)
  • An ElevenLabs account (for voice assistant setup)

There are more detailed instructions in her repository README file!

Written by

Cassidy Williams

Cassidy is senior director for developer advocacy here at GitHub. She enjoys building software, advising startups, and teaching developers how to build better. She has a weekly newsletter at cassidoo.co/newsletter where you can get her updates, practice coding problems, and a joke in your inbox!

Jacklyn Carroll

Jacklyn Lee is a Content Writer at GitHub and a former technical writer with a love for good storytelling.

Related posts

Explore more from GitHub

Docs

Docs

Everything you need to master GitHub, all in one place.

Go to Docs

GitHub

GitHub

Build what’s next on GitHub, the place for anyone from anywhere to build anything.

Start building

Customer stories

Customer stories

Meet the companies and engineering teams that build with GitHub.

Learn more

The GitHub Podcast

The GitHub Podcast

Catch up on the GitHub podcast, a show dedicated to the topics, trends, stories and culture in and around the open source developer community on GitHub.

Listen now