It Only Takes a Minute

It Only Takes a Minute

  • Jake Ruesink
  • AI
  • 21 Jul, 2026

My dad has created more than 110,000 time entries over the course of his legal career.

Each entry records a piece of work performed for a client: select the matter, enter the amount of time, write a short description, and save it.

It takes about a minute.

When I started thinking about automating that process, the obvious objection was reasonable:

Why spend hours building something to automate a task that only takes a minute?

That question makes sense if the only value of automation is the minute it saves.

But the minute is not really the point.

Time entry is simply the first visible task sitting on top of a much larger system. Once we understand that system well enough to automate one small action reliably, we gain the ability to do much more than save sixty seconds.

The first automation is not the destination.

It is a foothold.

The Wrong Automation Calculation

The traditional automation calculation looks something like this:

  1. How long does the task take?
  2. How often does it happen?
  3. How much time would automation save?
  4. Is that saved time worth more than the cost of building it?

Using that calculation, automating a one-minute task often looks irrational.

Even if someone logs time ten times per day, that is only ten minutes. A custom integration could require hours or days to build. It might take a long time before the saved minutes recover the investment.

But that calculation only measures one type of return: direct labor savings on the first task.

It ignores:

  • What you learn about the underlying system
  • What data becomes available
  • What actions the system can now perform
  • Which adjacent workflows become possible
  • How much cheaper the next automation becomes
  • How many people can reuse the capability
  • What higher-value work receives more attention

The better question is not simply:

How much time does this task take?

It is:

What becomes possible once our system can do it?

Learning the System Is Part of the Return

To automate time entry reliably, we first need to understand how time entry actually works.

Where are clients and matters stored?

How are they identified?

Which fields are required?

What makes an entry valid or invalid?

Can entries be changed after they are submitted?

How do they move into billing?

What happens when an entry is assigned to the wrong client?

Which systems contain the surrounding context — calendar events, emails, documents, appointments, and notes?

What permissions are required to read or write that information safely?

By the time we can create a valid time entry programmatically, we have not merely recreated a form.

We have learned how work moves through the organization.

We understand part of its data model, its validation rules, its permissions, its failure states, and its integration points. We have also built some combination of authentication, data access, error handling, and workflow logic that can be reused.

The knowledge gained while building the automation is itself an asset.

The infrastructure is another.

Time Logging Is Only the First Step

Once a system can reliably read and write time entries, manually creating an entry may become the least interesting thing it can do.

The system could begin helping reconstruct missing time:

Review my calendar, sent emails, document activity, and appointments from Tuesday. Draft the time entries I may have forgotten.

It could find inconsistencies:

These entries are missing matter codes. These descriptions are incomplete. This entry appears to reference a matter that is already closed.

It could assist with research:

Show me how much time we spent researching this issue across similar matters during the past three years.

It could prepare reports:

Summarize the work performed for this client during the month, grouped by matter and type of activity.

It could improve billing preparation:

Draft clear billing narratives from the existing entries and flag anything that may need review before invoicing.

It could identify patterns:

This type of matter consistently requires more research time than we estimate. Here is where the additional work typically occurs.

It could coordinate workflows:

A meeting ended thirty minutes ago and no related time entry exists. Here is a suggested draft based on the calendar event and recent matter activity.

These capabilities are not separate from the first automation.

They are built on top of it.

Once the system knows how to identify a client, understand a matter, read activity, construct a valid record, and interact with the timekeeping system, the cost of building the next workflow drops dramatically.

The first automation might have weak standalone return on investment.

But it can have enormous option value.

It creates options that did not exist before.

The First Integration Is Usually the Expensive One

The first workflow requires you to cross the boundary into the system.

You need to determine how authentication works. You need to understand the data. You need to discover which assumptions are wrong. You need to handle validation, permissions, and errors.

That work may feel disproportionate when the result is merely creating one time entry.

But the second workflow does not start from zero.

Neither does the third.

Once the foundation exists, new capabilities can reuse:

  • Authentication
  • Data access
  • Client and matter lookup
  • Validation rules
  • Activity history
  • Error handling
  • User permissions
  • Reporting structures
  • Review and approval flows

The first automation teaches you how the building is constructed and gives you a key to the front door.

Everything after that becomes easier to reach.

This is why evaluating each automation as an isolated project can be misleading. The real system develops cumulatively.

Each capability makes the next one cheaper.

Busywork Traps Attention at the Task Level

There is also a cost that cannot be measured only in minutes.

Small administrative tasks fragment attention.

Remembering to log time, finding the right matter, reconstructing what happened earlier in the day, formatting the description, and checking whether everything was recorded correctly may not consume many minutes individually.

But these tasks keep people thinking at the level of administration.

They create small interruptions throughout the day. They occupy working memory. They generate guilt when they are delayed and cleanup work when they are forgotten.

Most importantly, they compete with work that actually requires human judgment.

A lawyer should be thinking about:

  • The client’s goals
  • The legal strategy
  • The strength of an argument
  • The risks within a deal
  • What a client is not saying
  • Whether a matter is moving in the right direction

A developer should be thinking about architecture and user needs.

An agency owner should be thinking about clients, positioning, delivery, and the team.

An operator should be identifying constraints and improving how work moves through the business.

The machine does not need to replace this judgment.

It should protect it.

Capture, retrieval, formatting, reconciliation, and preparation are often excellent candidates for automation.

Strategy, relationships, interpretation, decisions, and exceptions should remain centered on people.

The goal is not to remove the human from the work.

It is to move human attention toward the part of the work where it creates the most value.

The Team Changes the Calculation

The “it only takes a minute” argument also tends to look at one person performing one task.

But reusable automation rarely remains limited to one person.

A capability that saves one minute for one person may not matter much.

A capability that helps an entire team capture work accurately, reconstruct missing information, prepare reports, and avoid billing errors has a different impact.

More importantly, everyone benefits from the same underlying understanding of the system.

The integration does not need to be rebuilt for each person.

The validation logic does not need to be rediscovered for every workflow.

The research capability does not need to be limited to the person who originally understood where the data lived.

Knowledge that previously existed in one person’s head becomes shared infrastructure.

That is where automation starts to compound:

  • Across repeated tasks
  • Across adjacent workflows
  • Across team members
  • Across months and years
  • Across every future system built on the same foundation

The minute saved is real.

It is simply the smallest part of the return.

Not Everything Should Be Automated

This does not mean every repetitive action deserves a custom system.

Some tasks happen too rarely.

Some workflows change too often.

Some require so much contextual judgment that automation adds more complexity than value.

Strong candidates usually share several characteristics:

  • They happen repeatedly.
  • Their inputs and outputs have a recognizable structure.
  • They are easy to perform incorrectly or forget entirely.
  • They touch valuable data.
  • They are part of a larger workflow.
  • Understanding them would unlock adjacent capabilities.
  • The resulting infrastructure could serve multiple people or processes.

Time entry fits this model unusually well.

It is repetitive, structured, connected to billing, tied to client and matter data, and surrounded by activity already recorded in calendars, emails, documents, and case-management systems.

That makes it more than an administrative task.

It is an entry point into understanding how the business records and values its work.

Build Capabilities, Not Shortcuts

The weakest automations are shortcuts around a single task.

The strongest automations create capabilities.

A shortcut says:

Fill out this form for me.

A capability says:

Understand how this organization records work, identify the right context, prepare an accurate record, validate it, and route exceptions to a human.

The first saves keystrokes.

The second becomes a foundation for research, reporting, quality control, planning, and better decision-making.

That distinction should change how we choose automation projects.

We should still ask how much time a task takes.

But we should also ask:

  • What system does this task sit on top of?
  • What will we learn by automating it?
  • What data and actions become available?
  • What is the next workflow this enables?
  • Can the capability serve the entire team?
  • What higher-value work will receive more human attention?

Sometimes the answer will still be that the automation is not worth building.

But we should not reject it merely because the visible task only takes a minute.

The task may be small.

The capability behind it may be enormous.

Share :