AMS AI-First · Field Notes All posts
Ways of Working

How AI runs my working day, from first coffee to shutdown

I run a growing client base on my own. The thing that makes it possible is not one big system, it is a handful of small AI routines that bookend and thread the day, and I stay in the loop the whole way through.

9 July 2026 · 7 min read · Jason Martin
automationaiproductivitysmall business

People assume running a client base single-handed means working flat out from the moment you wake up. For a while it did. The email would already be a mess by breakfast, tasks lived in my head, and by the evening I could not have told you where the day went, let alone what to bill.

What changed was not more hours or more discipline. It was building a handful of small AI routines that top and tail the day and quietly thread through the middle. None of them are clever on their own. Together they mean I start every morning already knowing what matters, and I finish every evening with nothing left in my head and everything logged.

Here is the actual shape of a day, why it works, and how it is built, in case you want to borrow the idea.

What a day looks like

Morning. I sit down with a coffee and say "morning coffee." In one pass, the AI pulls my unread email, today's calendar, yesterday's meeting transcripts, and any follow-ups due or overdue. It reads each email and tells me plainly: this one is a task, this one needs a reply, this one is noise. Then it hands the whole lot back as a newspaper-style morning report, my day laid out like a front page: the meeting transcripts summarised, the tasks and replies drafted, and a short section on what is happening in my industry that I should know about, with links to read further. I read down the page, correct anything, and say go. It creates the tasks and saves the reply drafts in one batch. Fifteen minutes, and the day has a spine and I have already caught up on the world.

The morning brief the routine produces, laid out as a front page

An example of the morning brief the routine actually produces. Yesterday's meeting transcripts summarised as the lead, today's diary, the tasks and replies already drafted, and a short round-up of what is moving in the industry with links to read on. Everything sits there waiting for a nod. Nothing is sent.

Through the day. As things land, I capture them in a single line each. A new job becomes a task. Time spent jots into a scratch pad as I go, "20m emails," "30m form testing." I do not stop to fill in a timesheet or open a project tool. One line, keep moving.

Evening. At six, a routine fires by itself and says "let's wrap the day." It reads back everything I jotted, pulls the tasks I touched, asks me to confirm the time on each, and posts the lot to my time tracker in one go. Then a short close-down: what is the one job I am avoiding tomorrow, my top three, a brain dump of anything still rattling around, and the very first thing I will do in the morning. That last part gets written down so that when I say "morning coffee" the next day, the AI already knows what I said mattered.

That is the whole loop. Open the day, thread the day, close the day. The evening close feeds the next morning's open, so nothing falls through the gap between days.

Why it works

The magic is not the automation. It is where the human sits.

Every routine proposes, I approve, then it executes in a batch. It never sends an email for me, never books anything, never posts time without me seeing it first.

That one rule has a four-word version I keep coming back to: always AI drafts, humans decide. It is what makes the whole thing safe to lean on. The AI does the gathering, the reading, the drafting, and the filing, all the work that is real but low-judgement. I keep the judgement: what to say, what matters, what to bill. Because it drafts instead of sends, I can trust it with my inbox without ever worrying it will fire off something wrong.

The second thing that makes it work is that the routines are boring and repeatable. The same shape every day. I do not decide each morning how to start, I just start. Decision fatigue is the tax that kills solo operators, and a fixed routine pays it down to nearly nothing.

And the third thing is the handoff between routines. The evening writes a note the morning reads. The scratch pad written all day is what the evening bills from. Each routine leaves the next one something to pick up, so the day is a chain, not a set of disconnected chores.

How it is built

None of this runs on a big platform. Each routine is a skill, which in practice is just a plain instruction file that tells the AI, step by step, what to fetch, how to think about it, and what to do once I approve. The AI reads the file and follows it. If I want to change how mornings work, I edit a document, not a codebase.

Each skill reaches the real tools directly:

  • Email and calendar through their own connections, so "unread email" and "today's calendar" are the live article, not a copy.
  • Meetings arrive as transcripts from Fireflies, the notetaker that sits in every call and writes down what was actually said, so "yesterday's meetings" means the real words, summarised, not my patchy memory of them.
  • Tasks land in the same system I run every client's work through, so a task created at breakfast is visible everywhere I look for the rest of the day.
  • Time posts to my time tracker by its own project reference, matched from the scratch-pad line.

Two design decisions do most of the heavy lifting.

A scratch pad instead of a form. The single biggest reason time tracking fails is friction. Opening a tool and filling fields mid-task is enough to stop you doing it, and once you skip an hour the day's record is already wrong. So the capture surface is one plain text file, one line per entry, no fields. The structure gets added at the end of the day by the wrap routine, not by me in the moment. Move the friction to where there is time for it.

A memory file as the baton. The close-down routine writes tomorrow's focus into a small file. The morning routine reads that file before it looks at a single email. It is a deliberately dumb mechanism, a note left on the desk, but it means the day opens on what I decided mattered when I had perspective, the evening before, not on whatever email happens to be loudest at 8am.

The one part that runs without me is the six o'clock nudge. A scheduled trigger kicks off the evening wrap so the day gets closed even when I would have drifted past it. Everything after the nudge is still me approving. The automation starts the ritual, it does not perform it.

The honest catch: it only works if you actually capture as you go. The scratch pad is worthless if you leave it empty until six, because by then the twenty-minute jobs are gone from memory. The routine cannot recover what you never wrote down. That is not a flaw in the build, it is the one bit of discipline the whole thing rests on, and it is a small one.

What you can take from this

You do not need any of my specific tools to use the idea. The pattern travels.

  • Bookend your day with a fixed open and close. Even without AI, a five-minute "here is what matters" in the morning and a "here is what I am carrying" at night beats winging both ends.
  • Let the machine gather and draft, keep the judgement for yourself. Anything that is fetching, sorting, or first-drafting is safe to hand over. Approving is faster than doing, and you stay in control of everything that leaves your name.
  • Cut the friction at the point of capture, add the structure later. One line in a text file now, tidy it in a batch at the end. The tidy-up is where a routine earns its keep.
  • Make each routine hand the next one a baton. A single note passed from evening to morning is what turns a pile of separate habits into a day that runs itself.

Close

I did not set out to automate my whole day. I built one routine because mornings were chaos, then another because evenings were, and the two started talking to each other. That is usually how it goes. You do not need a grand system, you need one honest routine that removes one real pain, and then the next one almost asks to be built.

If your days feel like they run you rather than the other way round, that is the place to start. Pick the worst part of your day and give it a fixed shape. The rest follows.