Introduction — About This Series

A private tutor with zero programming experience has been developing and running a SaaS product called "Kagemusha System" — with the help of AI.

In this series, I'll be introducing my development tools one by one.

I'm laying it all out — what tools a complete beginner uses and how they get things done. In 2026, more and more people are building things alongside AI, and I hope this information proves useful to someone out there.

Tools covered in this series (planned)
Claude Code / Git / Node.js / npm / Google Apps Script / clasp / Cloudflare Workers / wrangler / Stripe CLI / Firebase Tools / Python / ffmpeg / edge-tts ...and more

Part 1: Claude Code — Where It All Began

Naturally, this is the first tool to introduce. Claude Code.

As of March 2026, searching "AI coding" on Google returns an overwhelming number of options. GitHub Copilot, Cursor, ChatGPT, Gemini…

I chose Claude Code for one reason.

It can read and write files directly.

Just how revolutionary this is for someone with no coding experience — I covered that in Parts 2 and 3 of this series.

What Is Claude Code?

Claude Code is a CLI (command-line interface) based AI coding tool provided by Anthropic.

CLI
Runs in the terminal
Direct Editing
Reads & writes files
Any Language
Give instructions naturally

Unlike ChatGPT, where code appears in a chat window, Claude Code reads your local files directly and edits them in place. No copy-pasting. No file-targeting mistakes.

How to Install

As a prerequisite, you need Node.js installed (I'll cover Node.js in the next part).

npm install -g @anthropic-ai/claude-code

Just type this in your terminal. Installation takes about a minute.

How to Use — The Basics

The usage is surprisingly simple.

  1. Open your terminal
  2. Navigate to the folder you want to work in
  3. Type claude

That's it — Claude Code launches. From there, just talk to it in plain language.

👨
Change the title in index.html to "Kagemusha System"
🟠
I've read index.html. Let me update the title for you.
…Done.

That's literally all there is to it. No need to open the file. No need to understand the code.

How to Use — Automated Execution Mode

There's another powerful way to use it: the claude -p option.

claude -p "Generate today's blog post"

This is "prompt mode" — it returns results in a single command with no back-and-forth conversation. I use this to auto-generate blog posts every day.

Combine it with Task Scheduler (Windows' built-in scheduling feature), and you can build a system that automatically generates and publishes blog posts every morning. Even as a complete beginner.

Pricing

Claude Code is included in the Max plan (monthly subscription). It's not pay-per-use API billing, so the monthly cost stays the same no matter how much you use it.

This is a huge benefit for solo developers. Zero anxiety about "what if I use too much and get a massive bill."

Why the Max Plan Is a Game-Changer
With pay-per-use API billing, you can easily rack up tens of thousands of yen (hundreds of dollars) in charges while deep in development. The Max plan is flat-rate, so you can use it to your heart's content. I use it for hours every single day, and my additional costs are zero.

How I Use It

Here are some real examples of how I use Claude Code day to day.

In other words, I do virtually all development-related work together with Claude Code.

Thoughts from a Non-Coder

To be honest, I still can't write code from scratch.

But I can put into words what I want to build. Claude Code is like a translator — it converts those words into code.

In 2026, development isn't about whether you can write code. It's about whether you can articulate what you want to build.

Next Time

[Part 2] Node.js & npm — Setting Up Your JavaScript Runtime

You need Node.js just to run Claude Code. But what even is Node.js? What's npm? I'll explain it all from a beginner's perspective.

Series: "A Non-Coder's Development Setup"
Part 1: Claude Code (this article)
Part 2: Node.js & npm (coming soon)
Part 3: Git (coming soon)
Part 4: Google Apps Script & clasp (coming soon)
Part 5: Cloudflare Workers & wrangler (coming soon)
Part 6: Stripe CLI (coming soon)
Part 7: Python & Useful Libraries (coming soon)
Part 8: Wrap-Up — The Big Picture & How to Choose (coming soon)

Still managing tutor attendance manually?

Discover Kagemusha System