Caio shows you hands-on how to start coding with Claude Code, even if you're not an experienced dev. Marina, the AI co-host, asks the questions every beginner would have and helps map out the shortcut from zero to your first project up and running.
In this episode
01 Open and the Hook
- Caio introduces the topic and opens up by being transparent that Marina is an AI host, not a person. A light joke about it ('who better to talk about coding with AI, right?')
- Central hook: in 2026 you can get a project up and running in an afternoon, but most people get stuck before they even start. Why?
- Marina pushes back: 'Caio, I've never coded in my life. Is this for me or just for devs?' Caio answers that the profile has changed — today the prerequisite is knowing how to describe the problem, not memorizing syntax
- Episode promise: by the end, the listener will know the 3 or 4 steps to get something running today
02 What Claude Code Really Is (No Hype)
- Caio explains it in plain human terms: it's an agent that runs in your terminal, reads your files, writes and edits code, and runs commands. It's not a chat where you copy and paste
- Marina asks the practical difference from regular ChatGPT. Caio: Claude Code 'sees' the whole project and acts inside it, instead of you going back and forth copy-pasting
- Honest turn: it doesn't replace understanding what you want to build. Garbage in, garbage out. Caio gives an example of a vague request versus a clear one
- Marina drops the beginner's worry: 'what if it deletes everything I did?' Caio talks about the safety net: git, asking for confirmation, working in small pieces
03 The Bare-Minimum Prerequisites to Start Today
- Caio lists the basic kit without the fluff: open the terminal, get Node, create an account, install the tool. He mentions it takes about 20 minutes
- Marina asks if you need to know Python, Javascript, all that. Caio: it helps to know the basics, but you can start learning as you go, asking Claude itself to explain each step
- Concrete tip: start with a small, real project, not a generic tutorial. Example, a script that organizes your spreadsheets or a simple one-page website
- Caio reinforces: define the outcome before opening the tool. Write in one sentence what you want to happen
04 The Shortest Path in Practice
- Caio maps out the shortcut in steps: describe the goal, let Claude build the structure, run it, watch it break, fix it together, repeat. Learning happens in that cycle
- Marina questions: 'doesn't this make you lazy? Does the person ever actually learn?' Caio disagrees, says you learn by reading what it does and asking the why behind each choice
- Concrete example: Caio walks through a mini-project, like automating a report, and shows how the conversation with the agent would go from start to finish
- Classic beginner mistake: asking for everything at once. The secret is to slice it up and validate each piece before moving on
05 Where Most People Get Stuck and How to Push Through
- Caio points out the three drop-off points: fear of the terminal, frustration when something doesn't run, and wanting to jump to the complex project too soon
- Marina, as an AI, shares her perspective: what makes the collaboration work is the human giving context and direction, not expecting magic
- Mindset shift: the job of coding in 2026 is less typing and more deciding, reviewing, and giving context
- Caio gives the test for knowing you're on the right track: if you're asking better questions every day, you're growing
06 Wrap-Up and Your First Step Today
- Caio sums up the plan: install it, pick a small and real project, describe the goal in one sentence, and build in pieces
- Practical challenge for the listener: set aside 30 minutes today and get your first project running, no matter how small
- Marina closes joking that she'll 'keep being an AI' while the listener becomes the one running the AIs
- Caio invites you to follow the next episodes and teases the next topic: how to go from your first script to an agent that works on its own