Want to go deeper, step by step? The AI Sandbox course - 5 live sessions, starts once the group fills

Claude Code in one evening. A guide.

You already know your way around ChatGPT, Copilot, or web Claude. That's a good base. But everything you did there was working in a sandbox: you asked, copied the answer, pasted it by hand. Claude Code is different. It's the same model, but with hands. It works right inside your files, on your own computer.

This guide moves you, in one evening, from "chat in a browser" mode to "AI as a working tool" mode. No code. No jargon.


1. Why leave the chat window at all

Chat is 2024. You copy context into the window by hand, the model never sees your files, and by the next day everything's forgotten.

The real value shows up when the program sits on your computer and has access to your documents. It reads a folder, edits files, runs a prototype, searches the web, and puts the result back on disk. It's not engineers who build working things in an evening when they have domain expertise and the right tool in hand.

One idea matters most: whoever is best at assembling context wins. Claude Code is a tool for assembling context.

2. What this is, in your terms

What you're used toWhat it is in Claude Code
A chat windowA project folder on your disk
Copy-pasting the answerThe model edits files itself
"Attach a document"It sees the whole folder at once
New chat = blank slateNew session, but context stays in the files
One long conversationA separate session per task

Simpler version: picture an intern sitting at your computer, who can see your files and does whatever you tell them, in words. That's Claude Code.

3. Three mental switches

This is the hardest part. Not the install, but the habit change. Until you make these three switches, the tool will just feel like an awkward chat window.

1. From copy-paste to files. Stop copying answers out. Say instead: "rewrite this document," "create a file with this content," "fix this part." The model works with disk, not with your clipboard.

2. Context hygiene. The more you cram into one conversation, the faster the model gets dumber. The context window clogs up. Rule of thumb: a new session per task. Keep anything permanent in files, not in chat history.

3. Check every single word. The model never hands you a fully correct result. It's mostly right, but wrong in places. A domain expert with AI replaces someone without domain expertise. The expert themselves is not replaced. You stay the editor, not the audience.

4. Setup in 15 minutes

  1. Set up an account and a subscription. Real progress starts once you've decided: yes, I'm ready to pay. The minimum to get going is around $20/month, enough to get a feel for it. The premium tier, around $100/month, is for when you're in the tool every day and keep hitting limits. Free-tier limits run out fast and get annoying.
  2. Install Claude Code on your computer (desktop app or CLI, whichever feels more comfortable). The web version is fine for warming up; real work happens on desktop.
  3. Create a project folder on your desktop. One folder, one project.
  4. Open Claude Code in that folder. That's it - the model now has eyes and hands.

A note on economics: Russian, Polish, and Ukrainian text eats up 1.5-2x more tokens than English. Keep that in mind when estimating usage.

5. Your first session

Don't overthink it. Three steps:

  1. Put all the context into the folder: a brief, notes, data, whatever you have on the project.
  2. Open Claude Code in that folder.
  3. Say, in plain words, what you need. For example: "read these files and put together a one-page brief from them" or "build a quick and dirty prototype from this spec."

Voice input is 2-3x faster than typing. Dictate, then proofread. That's not laziness, that's speed.

Want to go deeper, step by step, in a hands-on group?

This guide is the entry point. The real work starts after: setting up context for your role, agents for your tasks, building without code, start to finish.

I run a hands-on practical group and offer one-on-one consulting on advanced AI work and building agents, prototypes, and apps for non-engineers. Product managers, business analysts, project managers, even engineers - anyone who wants to move from "AI is a chat" to "AI is a working tool in my IDE." Over 5 live sessions, every participant builds their own working agents and apps.

TG AndrewTomin

6. Five moves that are enough for a beginner

You don't need to know a hundred commands. You need five.

  1. "Read the folder and tell me what you found." This is how you check that the model actually sees your context.
  2. "Create a file / fix this file." Basic work with disk.
  3. "Search the web and put together a table." Research, right inside your workflow.
  4. "Explain what you did and why." Make the model show its reasoning. It's easier to catch mistakes that way.
  5. New session. Finished a task - open a fresh session for the next one. Don't drag the clutter along.

7. How to write better prompts

A prompt is what you type in. The quality of the answer equals the quality of the prompt. Garbage in, garbage out. This is the skill that improves fastest and pays off the most.

Five rules to make your prompts stronger:

  1. Role + task + constraints + format. Not "sort out these expenses," but "you're an experienced financial analyst, sort these expenses into categories, don't invent new ones, use mine, give me a table." The tighter the frame, the less the model makes things up.
  2. Give an example. Show 1-2 examples of what you want. The model copies a sample better than it interprets a description.
  3. Say what NOT to do. Bans work. "Don't use em dashes," "don't pad it with filler," "don't make up facts."
  4. Plan first, then act. "Show me a plan before you start." You catch a mistake before the model has burned an hour going the wrong direction.
  5. Iterate. The first answer is a draft. "Too long, cut it in half," "add numbers," "rewrite it tighter." A good result takes 3-4 rounds of edits, not one perfect prompt.

The main trick: let Claude write prompts for you. This changes everything.

Early on, the model is better than you at knowing how to talk to itself. Use that.

That's the basics. Beyond this there's more advanced stuff: skills (ready-made capabilities the model plugs in on its own when needed), MCP and external connections over URL (email, calendar, databases, your own services). That's what turns Claude Code from an assistant into a working system. We go deep on this in the course and in the practical group.

8. Context is everything

Think of it as a folder of documents. You build it by hand: project description, your role, the subject matter, market data, your target audience, the spec, marketing materials. The better the folder, the smarter the model.

One file is worth setting up right away: a short project description the model reads every time. Who you are, what you're building, what the rules are (for example: "don't use em dashes, write in English, check facts"). Those are your guardrails. Write it once, and the model keeps following it.

More advanced tools can offload subtasks to separate sub-agents without cluttering the main context. That's the next level, but it's worth knowing about already.

9. Beginner pitfalls

10. Where to start: simple projects

Don't invent a startup. Take a boring task from your own life and automate it. Here are projects a beginner can actually finish in an evening or two. Pick one.

Rule for picking: take whatever is bugging you personally right now. Your own pain point means you're your own first user, and feedback is instant.

11. A quick win: from idea to prototype in one evening

Work like a scientist. Investigate the problem first, then build. Three phases:

  1. Discovery. Segment your audience, sketch 3-5 personas, run a synthetic interview, do deep research on competitors. The outcome of this phase might be: nothing needs building, a solution already exists. That's a result too.
  2. Solutioning. If the hypothesis holds up and nobody's solving the problem yet - write a light spec. One page, not fifty. What problem you're solving, for whom, what makes you different.
  3. Development. Load the spec into Claude Code and say: build it quick and dirty. Show it to 5-10 real people. Improve it or shelve it.

Think about go-to-market, pricing, and support only after value is confirmed. Not before.

This week's checklist

Whoever has more context wins. Start building yours.

Ask a question