Skip to content

A Day in the Life

Chapter 6 - A Day in the Life

Here's what a real Tuesday looks like now.

Let me make this concrete. A real day, not a marketing day.

9:00 - Triage. I open Copilot chat and ask it to summarise overnight alerts across my repos. Dependabot, code scanning, secret scanning. It tells me what's urgent, what's noise, and what can wait. Ten minutes, not an hour.

9:15 - Plan. Today's main piece of work is a new endpoint plus a small migration. I talk through the design with Copilot, then ask it to draft a task list. I edit the list. I decide what the work is. The agent doesn't get to invent scope.

9:30 - Delegate. Two of the tasks are boilerplate, a DTO, a repository class, a set of fixture-style tests. I hand those to an agent. It opens a draft pull request while I get on with the interesting one.

10:30 - Build. I'm in deep work on the endpoint logic. Copilot is sitting next to me, suggesting, completing, occasionally proposing an approach I hadn't considered. I take some suggestions, reject others, and keep the thread.

13:00 - Review. The agent's PR is ready. I read every line. I ask it to justify a couple of choices. I rewrite one section because the naming was off. I merge when I'm satisfied, not when it's done.

15:00 - Secure and test. I ask Copilot to look for likely failure modes, edge cases, and security smells in what I just built. It finds two. I fix them.

17:00 - Ship. Done. Calmer than this used to be. More shipped than this used to ship.