One hour, live, one-on-one

Independent consultancy · Not affiliated with Anthropic

In one hour, you'll actually know how to use Claude Code.

You install it, ask it something, get a mediocre answer, and quietly go back to what you were doing. The tool is not the problem. Nobody showed you how to drive it.

Prefer Codex? Same session, your tool — just say so when you book.

I'm Dylan Chavez, a software engineer with a decade of experience shipping production code, and I've used Claude Code daily since its early days. This is the session I wish someone had given me in week one. See my work.

your-project — claude

claude

Claude Code — session started in ~/work/your-project

the checkout total is wrong when a coupon is applied

Reading cart.ts, pricing.ts, coupon.ts…

Found it: the discount is applied before tax, not after.

Fixed pricing.ts:84. Added a test. 14 passed.

now do the same for gift cards

One hour, and Claude Code stops being a toy you tried once.

why-it-didnt-click

You tried Claude Code. It was fine. Then you stopped using it.

That is the normal experience, and it is not a sign you did anything wrong. It's a genuinely different way of working, and nothing on screen tells you that.

  • It writes confident code that doesn't fit your codebase

    Because it never saw the file where you already solved that. Feeding it the right context is a skill, and it is the single biggest difference between people who love this tool and people who uninstall it.

  • It goes off and changes twelve files

    You asked for one thing and got a refactor. There is a way to keep it on a short leash without micromanaging every line, and it takes about five minutes to set up.

  • You're still copy-pasting into a chat window

    If your workflow is paste code, read answer, paste back, you are using a fraction of it. The whole point is that it reads and edits the files itself.

  • The docs list a hundred features and no order

    Skills, MCP, hooks, subagents, slash commands, permission modes, scheduled tasks. All real, all useful, and no indication of which four actually matter on day one.

  • It costs more than you expected

    Token spend creeps up because nobody tells you which habits are expensive. It's easy to end up paying two or three times over for exactly the same output.

  • Nobody at work can tell you either

    It's too new. There's no colleague two desks over who has already worked it out, so everyone is guessing from the same YouTube videos.

None of this is fixed by reading more. It's fixed by someone sitting with you for an hour on your own work, saying “stop, do it this way instead” — and by walking away with a CLAUDE.md and a workflow that were built for what you actually do.

the-hour

Sixty minutes, and none of them are a slide deck

Live, one-on-one, on a video call with screen sharing. We work on your project the whole time. The order below is the default — tell me what you already know and I'll spend the hour on the parts you don't.

  1. 00:00

    8 min

    Setup, and the one idea everything rests on

    Running on your machine, on a real project of yours. Then the mental model: this is an agent that reads and edits your files, not a chatbot you paste into. Nearly every beginner mistake traces back to missing that. If you'd rather work in Codex, we set that up instead — the thinking is identical.

  2. 00:08

    12 min

    The loop, and how to vibe code without wrecking anything

    Ask, plan, edit, verify — run live on something you actually need done. When to let it run and when to stop it. How to tell a good response from a plausible one. Vibe coding works right up until you stop reading the diffs, so we'll cover exactly where that line sits.

  3. 00:20

    12 min

    Context and token cost — the two things nobody tunes

    Why you get generic answers, and why your bill is higher than it needs to be. Both have the same root cause. We write a CLAUDE.md for your project, learn what to feed it and what to leave out, when to clear, and how to cut token spend without losing quality.

  4. 00:32

    13 min

    Make it yours: skills, MCP and configuration

    Slash commands for what you repeat. Skills, so it knows your procedures without being told each time. MCP servers to connect it to the tools you already use. Permission settings so it stops asking — or stops guessing. This is where it turns from generic assistant into your assistant.

  5. 00:45

    10 min

    Scale it: parallel work, loops and scheduled tasks

    Running several agents at once on separate branches without them colliding. Loops that keep working until a job is actually done. Scheduled tasks that run overnight so the report, the dependency bump or the triage pass is waiting for you in the morning.

  6. 00:55

    5 min

    Your next five sessions

    What to practise, in what order, and which mistakes to watch for. You leave with a written one-page plan so the momentum survives the hour.

topics covered

An hour is enough to make every one of these usable, not to make you an expert in all of them. We go deep on the ones that matter for your work and I'll show you the rest well enough that you know when to reach for them.

  • Skills

    Teach it your procedures once, reuse them forever

  • MCP servers

    Wire it into the tools and data you already use

  • Configuration

    CLAUDE.md, settings and permissions that fit your work

  • Slash commands

    Turn the thing you type weekly into one word

  • Parallel work

    Several agents, separate branches, no collisions

  • Token optimisation

    Same output, meaningfully smaller bill

  • Loops

    Keep it working until the job is genuinely finished

  • Scheduled tasks

    Work that happens overnight without you

  • Vibe coding, safely

    Move fast, and still know what shipped

  • Codex

    Same workflow, if that's the tool you prefer

what you keep

  • Claude Code (or Codex) installed and configured, working on your real project
  • A CLAUDE.md written for your codebase or your workflow, not a template
  • Custom slash commands and at least one skill for what you do every week
  • A recording of the session and my written notes, sent within a day
  • A one-page plan for what to practise next

Nothing to prepare. Bring a laptop, a project you care about, and node installed — I'll send a two-line checklist when you book.

history | grep mistakes

I've already made these mistakes. You don't have to.

I've been working in Claude Code daily since its early days, on production codebases with real consequences. A lot of that time went into learning things the slow, expensive way. That's the part I'm selling you: the shortcut past it.

  • Treated it like autocomplete

    For weeks I pasted snippets in and pasted answers back, which is the slowest possible way to use a tool that can read and edit the whole project itself.

  • Explained my conventions again every single session

    All of it belonged in a CLAUDE.md and a couple of skills. I retyped the same paragraph for a month before I worked that out.

  • Let context pile up until quality quietly dropped

    A long session gets worse and more expensive at the same time. I blamed the model for a while. It was me not clearing.

  • Burned tokens on work that didn't need them

    Feeding it far more than the job required, on tasks that never warranted it. The fix is a handful of habits and they cost nothing to adopt.

  • Accepted diffs I hadn't really read

    Vibe coding is genuinely fast until the day it isn't, and then you're debugging code nobody in the room has ever read. There's a line, and I found it the hard way.

  • Ignored parallel work, loops and scheduling for far too long

    I sat and watched one agent work, one task at a time, while three more could have been running and an overnight job could have done the rest.

Every one of those cost me weeks, or money, or both. In the session I hand them over as habits you start with, which is the whole reason an hour with someone beats a month of figuring it out yourself.

who-its-for

You don't have to be a developer. You do have to work with files.

Claude Code lives in a terminal, so it reads as a programmer's tool. What it really is: something that can read, understand and change a folder full of stuff. That describes far more jobs than the terminal lets on.

  • Developers

    You already ship code. The gap is workflow: how to hand off a whole task instead of a snippet, how to keep it inside your conventions, and how to review its work fast enough that it's still a net win.

    Ship the boring 60% of a ticket in minutes

  • Engineering leads

    You need to tell a team how to use this without them all inventing their own habits. We set up a shared CLAUDE.md, agree what it should and shouldn't touch, and talk through the review discipline that keeps quality up.

    One workflow your whole team can copy

  • Designers & PMs

    Read the codebase without asking an engineer. Make the small copy or spacing change yourself. Turn a messy doc into a proper spec, and prototype the thing instead of describing it.

    Fewer tickets you have to file and wait on

  • Analysts & ops

    Point it at a folder of CSVs and ask questions in English. Automate the report you rebuild every Monday. Clean, reshape and cross-check data without learning pandas first.

    An afternoon of spreadsheet work, done before coffee

  • Writers & researchers

    It edits files on disk, which means your drafts, notes and research folders are all fair game. Restructure a long document, chase inconsistencies across a dozen files, keep a real archive searchable.

    Work across a whole project, not one document

  • Founders & solo operators

    You are the whole team. Build the internal tool nobody has time for, understand the code you paid someone else to write, and stop being blocked on a contractor for two-line changes.

    Unblock yourself on the small stuff

If you can use a browser and you're willing to type into a terminal for an hour, you're qualified. Tell me your role when you book and I'll build the hour around it.

whoami

Who you'd be spending the hour with

I'm Dylan Chavez, a software engineer with a decade of experience — web applications, APIs and the cloud infrastructure underneath them, built for companies with real customers and real uptime to protect.

I use Claude Code every working day on production codebases, not on demos. Nearly everything I'll teach you I learned by getting it wrong first: letting it run too loose, feeding it too much, trusting a change I hadn't read. You can skip that part.

This is one person teaching one person. No course platform, no pre-recorded module, no junior running the session. You get me, live, on your screen, working on your problem.

And if forty minutes in it's clear Claude Code isn't the right tool for what you do, I'll say so and we'll spend the rest of the hour on what is.

See my portfolio and full background

shipped production work for

  • Fabletics
  • MessageMedia
  • BuyNothing Project (SwissPine Tech)
  • High Output Ventures
  • Nexusbond Asia

Based in Cebu, Philippines. Sessions run over video, so timezone is the only thing we need to agree on.

questions

Fair questions, answered straight

How much does it cost?

The price is on the booking calendar below, next to the session. One flat price for the hour, paid when you book. Nothing else is added afterwards.

That covers the live hour, the recording, my written notes, and the config files we build together.

Do I need to know how to code?

No. Roughly half the people I run this for are not developers — designers, analysts, operations people, founders.

You need to be comfortable typing commands into a terminal when I tell you what to type. That's genuinely the bar. If you've never opened a terminal, say so when you book and I'll start from there.

I use Codex, not Claude Code. Is this still for me?

Yes. Say so when you book and we'll run the whole hour in Codex instead. The skills that matter — managing context, controlling cost, configuring it for your project, running work in parallel, knowing when to stop and read the diff — are the same in both, and they transfer if you ever switch.

Claude Code is what I use daily and what I know deepest, so I'll point out where the two differ. If you want to see both side by side in the hour, that's fine too.

What do I need to have ready?

A laptop you can install things on, a video call with screen sharing, and a project you actually care about — a repo, a folder of documents, a pile of spreadsheets.

You'll also need an account for whichever tool we're using — a Claude account with Claude Code access, or an OpenAI account for Codex. When you book I'll send a short checklist so we don't spend the first fifteen minutes on setup.

Is an hour really enough?

For getting genuinely productive, yes. An hour is enough to install it, learn the loop, set up your context properly, and finish real work with it while I watch.

It is not enough to make you an expert in every feature, and I won't pretend otherwise. It's enough that you'll keep using it on Monday, which is the part that rarely happens on your own.

I've used it for a few months already. Would I get anything out of this?

Probably, but tell me that when you book so I can skip the basics. With experienced users I spend the hour on skills, MCP, token cost, running agents in parallel, loops and scheduled tasks, and on reviewing how you're currently working.

If you're already doing all of that well, I'll tell you on the call rather than take your money for an hour of agreeing with you.

Can you run this for my team?

Yes. Team sessions work differently — more on shared conventions, a common CLAUDE.md and review discipline, less on individual setup.

Book the one-hour session first and mention the team size. We'll use that hour to scope what your team actually needs.

What if it isn't useful?

Tell me during the session and I'll refund it. I'd rather hear that in the hour than read it later.

I only have my reputation to trade on here, so I'd rather turn away a booking than take one that won't pay off for you.

Is my code or my data safe?

We work on your machine, on your screen. I don't take copies of anything and I'll delete the recording if you'd rather it didn't exist.

If you're on a codebase you can't show an outsider, bring a side project or a scrubbed copy — the lessons transfer completely. Tell me beforehand and we'll plan for it.

Something not covered here? Ask it in the booking notes, or message me on Cal.com before you pay.

book

Pick a time and let's get you using it properly

Choose a slot below. The price and payment are handled on the booking page, so there's no invoice to chase and nothing to negotiate afterwards. Tell me your role and what you want to get out of the hour in the notes, and I'll shape the session around it before we start.

Length
60 minutes, live
Format
One-on-one video call, screen shared both ways
Price
Shown on the calendar, paid at booking
Tool
Claude Code, or Codex if you prefer it
You bring
A laptop and a project you care about

Loading available times…

Calendar not loading? Book directly on Cal.com.