Data Reveals How Small Businesses Are Actually Using AI Coding Tools
Analysis of Claude AI output shows it is predominantly used for smaller, individual coding tasks rather than large open-source projects. Small business owners can take this as a signal that AI coding tools are already delivering practical value in real-world, everyday development work.

There's a lot of noise about AI coding tools — how they're revolutionising software development, threatening developer jobs, and producing entire applications from a single prompt. But what does the actual usage data show? A new analysis offers a grounding perspective that should be encouraging for small business owners.
According to new data, roughly 90% of code produced with Claude AI assistance ends up in GitHub repositories with fewer than two stars — meaning small, personal, and niche projects, not big open-source initiatives. This tells us something important about where AI coding tools are actually creating value.
What This Data Really Tells Us
GitHub stars are a rough proxy for project size and public attention. A repository with thousands of stars is a major open-source project used by millions. A repository with one or two stars (or zero) is typically a personal project, an internal tool, a startup prototype, or a learning exercise.
The fact that AI-assisted code is predominantly going into these smaller repositories suggests two things:
- Individuals and small teams are the primary beneficiaries. Not massive engineering organisations, but people building things for their own needs.
- The value is in the everyday, practical work. Automating tedious tasks, building custom tools, prototyping ideas — not just contributing to high-profile software.
What This Means If You Run a Small Business
If you've been on the fence about whether AI coding tools are "for you" — they almost certainly are. Here's how small businesses are putting them to work:
Building custom internal tools. Need a simple app to track inventory, manage bookings, or generate reports? AI coding assistants make it realistic for a non-developer to build functional tools, or for a single developer to build them in a fraction of the time.
Automating repetitive tasks. Scraping data from websites, generating formatted documents, syncing information between systems — these are all coding tasks that AI can handle well, even for users with limited technical backgrounds.
Prototyping ideas quickly. Want to test whether a new product idea could work before investing in a full build? AI tools can generate a rough prototype in hours. The bar to "let's try it" is dramatically lower.
Maintaining existing systems. Small businesses often have legacy code — spreadsheets with macros, old WordPress plugins, custom scripts — that nobody really understands anymore. AI tools are surprisingly good at reading and explaining existing code, then helping you update it.
Getting Started Practically
If you haven't used an AI coding assistant before, here are concrete first steps:
Start with a small, real problem. Don't try to build your whole business on AI-generated code. Pick one annoying manual task — something you do repeatedly that involves data or files — and ask an AI assistant to help you automate it.
Use Claude, ChatGPT, or GitHub Copilot. All three are accessible to beginners. Claude and ChatGPT have free tiers; GitHub Copilot integrates directly into code editors for a monthly fee.
Describe the problem, not the solution. You don't need to know how to code to get useful results. Describe what you want to happen: "I have a spreadsheet with customer emails and purchase amounts. I want to send a personalised thank-you email to anyone who spent more than $200 last month."
Review and test everything. AI-generated code works most of the time, but always test it before running it on real data or in production. Ask the AI to explain what the code does before you use it.
The Business Takeaway
The data confirms that AI coding tools aren't just for Silicon Valley engineers — they're being used by ordinary people to build practical, small-scale solutions to real problems. If you have a workflow that could benefit from a custom tool, there has never been a lower barrier to actually building it. Start with one problem, spend an hour with an AI assistant, and see what you can make.