Claude Code Review: Terminal AI Coding Tool

Fired up Claude Code in my terminal, prompted it once, and watched it spit out a complete portfolio site. Slick—but after 20 years watching AI hype cycles, I'm asking: who's banking here?

Claude Code Turned My Empty Folder into a Portfolio—But Tokens Tell the Real Story — theAIcatchup

Key Takeaways

  • CLAUDE.md turns project context into AI superpowers—teams, take note.
  • Default permission mode keeps you in control, no rogue deletes.
  • Token-based billing's flexible but watch costs on big projects—Anthropic wins big.

Terminal blinking. Empty project folder. I type “claude” and hit enter. Seconds later, Anthropic’s Claude Code is dissecting my nothing-burger directory, proposing to birth an entire portfolio website from thin air.

And just like that—poof—a modern HTML/CSS site with About, Projects, Contact sections, dark tech theme. Cost? One cent. But hold up. I’ve chased Silicon Valley unicorns for two decades; this smells like the next Copilot cash grab, repackaged for terminals.

What Even Is Claude Code?

Claude Code ain’t your grandma’s ChatGPT sidebar. It’s Anthropic’s agentic beast that lives in your terminal, reads your whole project tree, edits files, runs shell commands—even deletes crap you don’t need. No more copy-pasting code snippets like a chump.

The hook? It groks your repo via a magic file called CLAUDE.md—your project’s brain dump on stack, conventions, secrets. Forget re-explaining every session; this thing remembers.

Installation’s a joke on Windows: one PowerShell line, irm https://claude.ai/install.ps1 | iex, then top up API credits. Token-based, not sub. Start small, they say—$5–$10. Yeah, because who knows when the meter runs hot.

First run hits you with: “Is this a project you created or one you trust?” Smart. Scopes permissions to that folder only. Run it from home? Kiss your SSH keys goodbye.

Why CLAUDE.md Might Save Your Team’s Ass

Picture this: you’re onboarding a new dev—or AI. No more “What’s the naming scheme?” nonsense. CLAUDE.md spells it out.

# CLAUDE.md
This file provides guidance to Claude Code when working with code in this repository.
This is a single-page personal portfolio website built with plain HTML and CSS. No frameworks.

Teams? Embed standards, deploys, arch notes. It’s a living README that AIs actually read. I’ve seen enterprise “knowledge bases” gather dust; this enforces them at runtime.

Unique twist—and here’s my 20-year gut: this echoes the makefile revolution in the ’90s. Back then, devs scripted builds to tame chaos. CLAUDE.md? Same vibe, but AI-enforced. Predict it: six months, every OSS repo has one, or they rot in context hell.

Is Claude Code Actually Better Than Copilot?

Copilot autocompletes lines; Claude Code architects projects. I prompted: “Build me a portfolio website with About, Projects, and Contact sections. Use a modern, technical color scheme.”

It:

  • Spun up index.html with semantic tags.
  • Inline CSS, dark mode vibes.
  • Placeholder projects, social footer.

Tokens: 390 in, 5.8k out. Pennies.

Refinements? Natural chat: “Darker colors.” “Add GitHub.” Diffs shown, approval needed in Default mode. Safe for noobs.

But Copilot’s baked into VS Code—zero context switch. Claude Code demands terminal devotion. Tradeoff: deeper project smarts vs. IDE comfort. Who’s winning? Anthropic, billing per token while Microsoft subs you.

Update the Projects section in @index.html using the content from @projects/ folder. Read each markdown file to extract the title, description, and tech stack.

That @-reference? Gold. It slurped my /projects MD files, yanked titles/descriptions/tags, slotted ‘em perfectly. No manual uploads. Copilot wishes.

Config matters: /model to Haiku (fast/cheap), Default perms (you approve changes), Thinking off for simple stuff. Auto-Accept? For pros only—I’ve nuked repos with less.

The Money Angle: Tokens or Bust?

Anthropic’s no dummy. Token pay-per-use means they profit on your tinkering. Portfolio? Dime. Scale to a Node app? Watch the tab.

Pro tip: Haiku for grunt work, Opus for brain-melters. But hype alert—PR spins “agentic” like it’s new. Agents been around; this just terminal-ifies Claude.ai with file I/O.

Teams love CLAUDE.md for standards, but enforce buy-in or it’s graffiti. And permissions? Default mode teaches you the tool, prevents “AI deleted my prod deploy” horror stories.

I’ve built portfolios manually—tedious. Claude Code? Minutes. Yet, after cycles of Watson, AlphaCode flops, skepticism reigns. Unique insight: this won’t kill jobs, but it’ll expose juniors who can’t grok AI diffs. Seniors thrive, scripting the AI like puppet masters.

Historical parallel? 2010s rise of no-code. Hype said coders obsolete. Nope—shifted to integration pros. Same here: Claude Code handles boilerplate; you own architecture.

Worth it? For solo tinkers, yes—cheap thrills. Enterprises? Audit those tokens first.

Who Actually Makes Money Here?

Anthropic. Duh. Every prompt’s a micro-transaction. Vs. Copilot’s flat fee, this scales with your ambition. PR calls it “flexible”; I call it metered greed.

Devs save hours, sure. But who pays when FOMO drives overuse? You.


🧬 Related Insights

Frequently Asked Questions

What is Claude Code and how does it differ from Claude.ai?

Claude Code’s a terminal agent that reads/edits/runs in your project folder; Claude.ai’s just chat—no file access.

How do I install Claude Code on Windows?

Run irm https://claude.ai/install.ps1 | iex in PowerShell, add API credits, done.

Will Claude Code replace GitHub Copilot for developers?

Nah—Copilot’s IDE-native; Claude excels at full-project context via CLAUDE.md, but tokens add up.

Sarah Chen
Written by

AI research editor covering LLMs, benchmarks, and the race between frontier labs. Previously at MIT CSAIL.

Frequently asked questions

What is Claude Code and how does it differ from Claude.ai?
Claude Code's a terminal agent that reads/edits/runs in your project folder; Claude.ai's just chat—no file access.
How do I install Claude Code on Windows?
Run `irm https://claude.ai/install.ps1 | iex` in PowerShell, add API credits, done.
Will Claude Code replace GitHub Copilot for developers?
Nah—Copilot's IDE-native; Claude excels at full-project context via CLAUDE.md, but tokens add up.

Worth sharing?

Get the best AI stories of the week in your inbox — no noise, no spam.

Originally reported by dev.to

Stay in the loop

The week's most important stories from theAIcatchup, delivered once a week.