Picture this: it's 4:47 PM, you've got a stack of contracts to review, and the same six questions keep popping up. You're tired, your coffee went cold two hours ago, and nobody wants to read the same paragraph in legalese one more time. Now imagine a small digital helper that reads the file, pulls out the answers, and hands you a clean summary before your next meeting.
That's roughly what happened inside GitHub's legal team — and the story behind it is useful for anyone who handles repetitive paperwork, not just lawyers.
What actually happened
GitHub recently shared that their in-house legal team started using Copilot CLI — basically a chatbot you run from a text window on your computer — to create their own little tools. They weren't writing software from scratch. They were describing what they needed in plain English, letting the AI generate a small script (a short list of instructions the computer follows), testing it, and adjusting.
One simple example: instead of manually searching dozens of contract PDFs for renewal dates, they had the AI scan every file and spit out a tidy table. Hours of clicking turned into minutes of typing a single request.
This is the kind of story that sounds technical until you realize the bigger lesson: the same idea works with simpler tools most people already have access to.
The idea you can steal today
You don't need Copilot CLI specifically. The pattern is what matters. Here's how it works in three steps:
- Spot a boring, repeating task. Anything you do more than three times a week where the structure is the same — sorting emails, reformatting text, summarizing meeting notes, checking files for a specific phrase.
- Describe it in plain English to an AI assistant. Tools like ChatGPT, Claude, or Gemini can often generate a short snippet of instructions, a formula, or even a small script for you. You copy what they give you.
- Test it on one example before trusting it. Never let an AI run loose on real, important files the first time. Use a sample.
That's it. You're not becoming a programmer. You're becoming a person who knows how to delegate the boring parts.
A realistic example you can try tonight
Let's say you keep a folder of meeting notes, and every Monday you write the same recap email to your team. Try this:
- Open your favorite AI assistant.
- Paste one old meeting note into the chat.
- Ask: "Summarize this into five bullet points and one short action list I can email my team."
- Save the output. Compare it to what you usually write.
- If it's good, you now have a template you can reuse.
This is the same pattern the legal team used — just on a smaller scale, and with tools you already know.
A note on safety
Two quick cautions, because this stuff is powerful and a little bit dangerous when used carelessly.
First, never paste private company data into a public AI tool unless your workplace explicitly allows it. A contract with real client names, medical details, or internal financials belongs in tools your company has approved, if anywhere at all.
Second, always keep the human in the loop. AI is great at first drafts and pattern-spotting, but it makes confident mistakes. Read the summary. Check the dates. Trust your eyes more than the screen.
Wrap-up
The most interesting part of the GitHub legal team story isn't the tool they used. It's that a team with zero software engineers on it figured out how to make their own work easier by talking to an AI. You can do the same. Pick one boring task this week, describe it to an assistant you already trust, and see what comes back. Worst case, you've wasted five minutes. Best case, you've reclaimed an hour every week from now on.
