Mastering Claude Code in 30 minutes — Transcript

Learn practical tips to master Claude Code, an AI coding assistant that integrates with all IDEs and accelerates codebase Q&A and development workflows.

Key Takeaways

  • Claude Code is a versatile AI assistant that integrates with existing workflows without requiring changes.
  • Codebase Q&A is the best entry point to maximize Claude Code’s value, especially for onboarding.
  • The tool respects code privacy by operating locally without indexing or uploading code.
  • It can intelligently analyze Git history and GitHub issues to provide deep insights.
  • Voice dictation and customization options improve user experience and efficiency.

Summary

  • Claude Code is an AI assistant designed for building features, writing entire functions/files, and fixing bugs, not just line-by-line code completion.
  • It works seamlessly with all popular IDEs and terminals, including VS Code, Xcode, JetBrains, remote SSH, and Tmux.
  • Installation requires Node.js and can be quickly set up to follow along with the talk.
  • Users can customize terminal setup, themes, and allowed tools for a smoother experience.
  • Voice dictation on macOS can be used to speak prompts to Claude Code, enhancing usability.
  • Starting with codebase Q&A is recommended, enabling engineers to ask detailed questions about code usage and history.
  • Claude Code explores the codebase deeply without indexing or uploading code externally, ensuring privacy and local control.
  • It can analyze Git history and GitHub issues to provide context on code changes, argument usage, and commit rationale.
  • The tool significantly reduces onboarding time for new engineers by enabling quick understanding of the codebase.
  • Claude Code leverages a powerful model that inherently understands how to use Git and other developer tools without explicit prompting.

Full Transcript — Download SRT & Markdown

00:15
Speaker A
Hello.
00:17
Speaker A
Everyone, uh, I'm Boris, I'm a member of technical staff here at Anthropic, and I created Claude Code.
00:25
Speaker A
And here to talk to you a little bit about some practical tips and tricks for using Claude Code.
00:30
Speaker A
Um, it's going to be very practical, I'm not going to go too much into the history or the theory or anything like this.
00:37
Speaker A
Uh, and yeah, before we start, actually, can we get a quick show of hands, who has used Claude Code before?
00:43
Speaker A
Yeah, all right, that's what we like to see.
00:46
Speaker A
For everyone that didn't raise your hands, uh, I know you're not supposed to do this while people are talking, but if you can open your laptop.
00:52
Speaker A
And type this.
00:56
Speaker A
And this will help you install Claude Code, uh, just so you can follow along for the rest of the talk.
01:02
Speaker A
All you need is Node.js, if, if you have it, this should work.
01:51
Speaker A
If you want to install it.
01:55
Speaker A
Yeah, if you, well, you don't have to, you don't have to follow along, but if you don't have it yet, yeah, this is your chance to install it so you can follow along.
02:02
Speaker A
So what is Claude Code?
02:06
Speaker A
Claude Code is a new kind of AI assistant, and there's been different generations of AI assistants for coding.
02:14
Speaker A
Most of them have been about completing, you know, like a line at a time, completing a few lines of code at a time.
02:21
Speaker A
Claude Code is not for that, it's fully agentic, so it's meant for building features, for writing entire functions, entire files, fixing entire bugs at, at the same time.
02:31
Speaker A
And what's kind of cool about Claude Code is it works with all of your tools.
02:37
Speaker A
And you don't have to change out your workflow, you don't have to swap everything to start using it.
02:42
Speaker A
So whatever IDE you use, if you use VS Code or if you use Xcode, or if you use, uh, JetBrains IDEs, there's some people at Anthropic that you can't pry them from their cold dead hands, but they use Claude Code.
02:57
Speaker A
Because Claude Code works with every single IDE, every terminal out there, it'll work locally, uh, over remote SSH, over Tmux, whatever environment you're in, you can run it.
03:44
Speaker A
It's general purpose, and this is something where if you haven't used this kind of free-form coding assistance in the past.
03:54
Speaker A
It can be kind of hard to figure out how to get started, because you open it up and you just see a prompt bar and you might wonder, like, what do I do with this, what do I type in?
04:01
Speaker A
It's a power tool, so you can use it for a lot of things, um, but also because it can do so much, we don't try to guide you towards a particular workflow, because really you should be able to use it however you want as an engineer.
04:12
Speaker A
As you open up Claude Code for the first time, there's a few things that we recommend doing to get your environment set up.
04:17
Speaker A
And these are pretty straightforward, so run terminal setup, this will give you shift enter for new lines, so you don't have to do like backslashes to enter new lines, this is, you know, it, it makes it a little bit nicer to use.
05:12
Speaker A
Do slash theme to set light mode or dark mode or Daltonize themes.
05:18
Speaker A
Um, you can do slash install GitHub app, so today when we announced a GitHub app where you can add mention Claude on any GitHub issue or pull request, so to install it, just run this command in your terminal.
05:32
Speaker A
Um, you can customize the set of allowed tools that you can use, so you're not prompted for it every time, this is pretty convenient, um, for stuff that I'm prompted about a bunch, I'll definitely customize it in this way, so I don't have to accept it every time.
05:44
Speaker A
And something that I actually do is for a lot of my prompts, I won't hand type them into Claude Code, if you're on macOS, you can go into your system settings, under accessibility, dictation, and you can enable it, and so something I do is you just hit like that dictation key twice, and you can just speak your prompt, and it helps a lot to have specific prompts, so this is actually pretty awesome, you can just talk to Claude Code and, uh, like you would another engineer, and you don't have to type a lot of code.
06:51
Speaker A
So, when you're starting out with Claude Code, it's so free-form and it can do everything, what do you start with? The thing I recommend above everything else is starting with codebase Q&A, so just asking your question, asking questions to your codebase.
07:06
Speaker A
This is something that we teach new hires at Anthropic, so on the first day in technical onboarding, you learn about Claude Code, you download it, you get it set up, and then you immediately start asking questions about the codebase.
07:18
Speaker A
And in the past when you were doing technical onboarding, it's something that taxes the team a lot, right, you have to ask other engineers on the team questions, you have to look around the code, and this takes a while, you have to figure out how to use the tools, this takes a long time.
07:31
Speaker A
With Claude Code, you can just ask Claude Code, and it'll explore the codebase, it'll answer these kind of questions, and so at Anthropic, onboarding used to take about two or three weeks for technical hires, it's now about two or three days.
08:24
Speaker A
What's also kind of cool about Q&A is we, uh, we don't do any sort of indexing, so there's no remote database with your code, we don't upload it anywhere, your code stays local, we do not train generative models on the code.
08:36
Speaker A
So it's there, you control it, there's no indices or anything like this, and what that means is also there's no setup, so you start Claude, you download it, you start it, there's no indexing, you don't have to wait, you can just use it right away.
08:48
Speaker A
This is a technical talk, so, um, I'm going to show some very specific prompts and very specific code samples that you can use and hopefully improve and up-level your Claude Code experience.
08:59
Speaker A
So some kind of questions that you can ask is, uh, you know, like, how is this particular piece of code used, or how do I instantiate this thing, and Claude Code, it won't just do like a text search and try to answer this, it'll often go a level deeper, and it'll try to find examples of how is this class instantiated, how is it used.
09:19
Speaker A
And it'll give you a much deeper answer, so something that you would get out of a wiki or documentation, instead of just like command F, something that I do a lot also is ask it about, uh, GitHub issues, so, um, you know, it can use web fetch and it can fetch issues and look up context on issues too, and this is pretty awesome.
10:03
Speaker A
So, for example, you know, why does this function have 15 arguments, and why are the arguments named this weird way, and this is something I bet in all of our codebases, you have some function like this or some class like this.
10:18
Speaker A
And Claude Code can look through Git history, and it'll look to figure out how did these arguments get introduced, and who introduced them, and what was the situation, what are the issues that those commits link to, and it'll look through all this and summarize it, and you don't have to tell it that in all these, in all this detail, you just ask it, so just say, look through Git history, and it'll know what to do this.
10:38
Speaker A
The reason it knows, by the way, is not because we prompted it to, there's nothing in the system prompt about looking through Git history, it knows it because the model is awesome, and if you tell it to use Git, it'll know how to use Git, so, we're lucky to be building on such a good model.
10:51
Speaker A
I often ask about, uh, GitHub issues, so, um, you know, it can use web fetch and it can fetch issues and look up context on issues too, and this is pretty awesome, uh, and this is something that I do every single Monday in our weekly standup is I ask, what did I ship this week, and Claude Code looks through the log, it knows my username, and it'll just give me a nice readout of everything I shipped, and I'll just copy and paste that into a doc.
11:58
Speaker A
So yeah, that's tip number one, for people that have not used Claude Code before, if you're just showing it to someone for the first time, onboarding your team, the thing we definitely recommend is start with codebase Q&A.
12:07
Speaker A
Don't start by using fancy tools, don't start by editing code, just start by asking questions about the codebase, and that'll teach people how to prompt, and it'll start teaching them this boundary of like, what can Claude Code do, what is it capable of versus what do you need to hold its hand with a little bit more, what can be one-shotted, what can be two-shotted, three-shotted, what do you need to use interactive mode for in a REPL.
12:30
Speaker A
Once you're pretty comfortable with Q&A, you can dive into editing code.
12:36
Speaker A
This is the next thing, and the cool thing about, uh, any sort of agentic, uh, you know, like, using a LLM in an agentic way is you give it tools, and it's just like magical, it figures out how to use the tools, and with Claude Code, we give it a pretty small set of tools, it's not a lot.
13:28
Speaker A
And so it has a tool to edit files, it has a tool to run bash commands, uh, it has a tool to search files, and it'll string these together to explore the code, brainstorm, and then finally make edits, and you don't have to prompt it specifically to use this tool and this tool and this tool, you just say, you know, do this thing, and it'll figure out how to do it, it'll string it together in the right way that makes sense for Claude Code.
13:53
Speaker A
There's a lot of ways to use this, something I like to do sometimes is before having Claude jump in to write code, I'll ask it to brainstorm a little bit or make a plan.
14:07
Speaker A
This is something we highly recommend, and something I see sometimes is people, you know, they take Claude Code and and they ask it, hey, implement this enormous, like, 3,000-line, uh, feature, and sometimes it gets this right on the first shot, but sometimes what happens is the thing that it builds is not at all the thing that you wanted, and the easiest way to get the result you want is ask it to think first, so brainstorm ideas, make a plan, run it by me, ask for approval before you write code.
15:12
Speaker A
And you don't have to use plan mode, you don't have to use any special tools to do this, all you have to do is ask Claude, and it'll know what to do this, so just say, before you write code, make a plan, that's it.
15:24
Speaker A
This is also, I wanted to include this one, this commit, push, PR, this is a really common incantation that I use, there's nothing special about it, but Claude is kind of smart enough to interpret this, so it'll make a commit, it'll push it to the branch, make a branch, and then make a pull request for me on GitHub, you don't have to explain anything, it'll look through the code, it'll look through the history, it'll look through the Git log by itself to figure out the commit format and all this stuff, and it'll make the commit and push it the right way.
15:48
Speaker A
Again, we're not system prompting it to do this, it just knows how to do this, the model is good.
15:55
Speaker A
As you get a little bit more advanced, you're going to want to start to plug in your team's tools, and this is where Claude Code starts to really shine, and there's generally two kinds of tools, so one is bash tools, and an example of this, I just made up this like barley CLI, this isn't a real thing.
16:40
Speaker A
Um, but you can say, use this CLI to do something, and you can tell Claude Code about this, and you can tell it to use, for example, like dash dash help to figure out how to use it, and this is efficient.
16:53
Speaker A
If you find yourself using it a lot, you can also dump this into your Claude MD, which we'll talk about in a bit, so Claude can remember this across sessions, but this is a common pattern we follow at Anthropic, and we see external customers use it too.
17:07
Speaker A
And same thing with MCP, um, Claude Code can use bash tools, it can use MCP tools, so, you know, just tell it about the tools, and you can add the MCP tool, and you can tell it how to use it, and it'll, it'll just start using it, and this is extremely powerful, because when you start to use code on a new codebase, you can just give it all of your tools, all the tools your team already uses for this codebase, and Claude Code can use it on your behalf.
17:25
Speaker A
There's a few common workflows.
17:32
Speaker A
And this is the one that I talked about already, so kind of do a little bit of exploration, do a little bit of planning, and ask, ask me for confirmation before you start to write code, these other two on the right are extremely powerful, when Claude has some way to check its work, so for example, by writing unit tests or screenshotting in Puppeteer or screenshotting the iOS simulator, then it can iterate.
18:22
Speaker A
And this is incredible, because if you give it, for example, a mock, and you say, build this web UI, it'll get it pretty good, but if you let it iterate two or three times, often it gets it almost perfect, so the trick is give it some sort of tool that it can use for feedback to check its work, and then based on that, it will iterate by itself, and you're going to get a much better result.
18:46
Speaker A
So whatever your domain is, if it's unit tests or integration tests or screenshots for apps or web or anything, just give it a way to see its result, and it'll iterate and get better, so, these are the next steps, teach Claude how to use your tools, and figure out the right workflow.
19:16
Speaker A
Um, if you want Claude to jump in a code, if you want it to brainstorm a little bit, make a plan, if you want it to iterate, kind of have some sense of that, so you know how to prompt Claude to do what you want, as you go deeper, beyond tools, you want to start to give Claude more context, and the more context, the smarter the decisions will be, because as an engineer working in a codebase, you have a ton of context in your head about your systems and all the history and and everything else.
20:14
Speaker A
So, you can, there's different ways to give this to Claude, and as you give Claude more context, it'll do better.
20:33
Speaker A
There's different ways to do this, the simplest one is what we call Claude MD, and Claude.md is the special file name.
20:45
Speaker A
The simplest place to put it is in the project root, so the same directory you start Claude in, put a Claude MD in there, and that'll get automatically read into context at the start of every session.
20:55
Speaker A
And essentially the first user turn will include the Claude MD.
20:59
Speaker A
You can also have a local Claude MD, and, uh, this one you don't usually check into source control, so Claude MD, you should check into source control, share with your team, so that you can write it once and share it with your team, this one you don't check in, it's just for you.
21:55
Speaker A
The kinds of things you put in Claude MD, it's like common bash commands, common MCP tools, uh, architectural decisions, important files, anything that you would kind of typically need to know in order to work in this codebase.
22:23
Speaker A
Try to keep it pretty short, because if it gets too long, it's just going to use up a bunch of context, and it's usually not that useful.
22:33
Speaker A
And for, for example, in our codebase, we have, uh, common bash commands, we have a style guide, we have a few core files, kind of things like that, all the other Claude MDs, you can put them in other nested child directories, and Claude will pull them in on demand, so these are the Claude MDs that will get pulled in automatically, um, but then also you can put in, put Claude MDs in nested directories, and those will get put, those will get automatically pulled when Claude works in those directories, um, and of course, if you're, you know, a company, maybe you want a Claude MD that's shared across all the different codebases, and you want to manage it on behalf of your users, and you can put it in your enterprise root, and that'll get pulled in automatically.
23:34
Speaker A
There's a ton of ways to pull in context, I actually had a lot of trouble putting this slide together just to communicate the breadth of ways you can do this.
23:46
Speaker A
But Claude MD is pulled in automatically, you can also use slash commands, so this is .claude/commands, and this can be in your home directory, or it can be checked into your project, and this is for slash commands.
23:56
Speaker A
And over here, we have a few examples of the slash commands that we have in Claude Code itself, and so for example, if you're in the Claude Code repo, and you see issues getting labeled, that's actually this workflow running here, it's label GitHub issues.
24:16
Speaker A
And we have a GitHub action running, the same one we talked about this morning, where Claude Code will run this command, and it's just a slash command, it'll run and it'll label the issues, so humans don't have to, it just saves us a bunch of time, and of course, you can add mention files to pull them into context, um, and like I said before, Claude MDs in a nested directory get pulled in when Claude works in that directory.
25:04
Speaker A
So, give Claude more context, and it's definitely worth taking the time to tune context.
25:15
Speaker A
You can run it through prompt improver, consider who the context is for, if you want to pull it in every time, if you want to pull it in on demand, if you want to share it with the team, if it's a personal preference, definitely take the time to tune it, this will improve performance dramatically, uh, if you do it right.
25:37
Speaker A
As you get more advanced, you're going to want to think about this a little bit more.
25:41
Speaker A
This kind of hierarchy of different ways to pull in everything, so like, not just Claude MD, but also config and, uh, kind of everything about Claude.
25:50
Speaker A
You can pull in in this hierarchical way, so projects, uh, are specific to your Git repo.
25:57
Speaker A
And this you can check in, or you can make it just for you, you can also have global configs that are across all your projects, or you can have enterprise policies, and this is essentially a global config that you roll out for all of your employees, everyone on your team automatically.
26:52
Speaker A
This slide is like pretty information dense.
26:58
Speaker A
But the point is this applies to a lot of stuff, so you can do this for slash commands, you can do it for permissions, so for example, if you have a bash command that you would run for all your employees, uh, like all your employees use this like test command, for example.
27:09
Speaker A
You can actually just check it into this enterprise policies file, and then any employee, when they run this command, it'll be auto-approved, which is pretty convenient.
27:17
Speaker A
And you can also use this to block commands, so for example, let's say there's a URL that should never be fetched, um, just add it to this config, and that'll make it so an employee cannot override it, and that that URL can never be fetched, so pretty convenient both to unblock people and also just to keep your codebase safe.
27:34
Speaker A
And then same thing for MCP servers, have a MCP JSON file, check it into the codebase, that way anytime someone runs Claude Code in your codebase, they'll be prompted to install the MCP servers and share it with the team.
28:26
Speaker A
If you're not sure which of these to use.
28:30
Speaker A
This is like a kind of an insane matrix, because we support a lot of stuff, and engineer workflows are very flexible.
28:38
Speaker A
And every company is different, so we kind of want to support everything, so if you're not sure how to get started, I would recommend start with shared project context, you write this once, and then you share it with everyone on the team, and you get this kind of network effect where, you know, someone does a little bit of work and everyone on the team benefits.
28:52
Speaker A
There's a lot of tools built into Claude to manage this.
28:59
Speaker A
Uh, so as an example, if you run slash memory, you can see all the different memory files that are getting pulled in, so maybe I have an enterprise policy, I have my user memory, I have project Claude MD, and then maybe there's a nested Claude MD that's only pulled in for certain directories.
29:13
Speaker A
And then similarly, when you do slash memory, you can edit particular memory files, when you type pound sign to remember something, you can pick which memory you wanted to go to.
30:02
Speaker A
So yeah, that's the next tip.
30:06
Speaker A
Take the time to configure Claude MD, MCP servers, permissions, and slash commands for your team, and check them into Git, so you can use it once, configure it once, and then share it with everyone.
30:17
Speaker A
Um, an example of this is, uh, in our apps repo, uh, for Anthropic, this is like the repo that we have all of our web and apps code in.
30:27
Speaker A
There's a Puppeteer MCP server, and we share this with the team, and there's an MCP JSON checked in, so any engineer working in that repo can use Puppeteer in order to pilot end-to-end tests and to screenshot automatically and iterate, so that every engineer doesn't have to install it themselves.
30:41
Speaker A
This is a talk about pro tips.
30:45
Speaker A
I just wanted to take a quick interlude to talk about some common keybindings that people may not know, it's a, it's very hard to build for terminal, it's also very fun, it feels like rediscovering this new design language.
30:58
Speaker A
But something about terminals is, it's, it's extremely minimal, and so sometimes it's hard to discover these keybindings, and here's just a quick reference sheet, so anytime you can hit shift tab to accept edits, uh, and this switches you into auto-accept edits mode.
31:41
Speaker A
So bash commands still need approval, but edits are auto-accepted, and you can always ask Claude to undo them later, um, for example, I'll do this if I know Claude's on the right track, or if it's writing unit tests and iterating on tests, I'll usually just switch into auto-accept mode, so I don't have to okay every single edit.
31:57
Speaker A
Anytime you want Claude to remember something, so for example, if it's not using a tool correctly, and you want it to use it correctly from then on, just type the pound sign, and then tell it what to remember, and it'll remember it, it'll incorporate it into Claude MD automatically, if you ever want to drop down to bash mode, so just run a bash command, you can hit the exclamation mark and type in your command, that'll run locally, but that also goes into the context window, so Claude will see it on the next turn.
32:21
Speaker A
Um, and this is pretty good for long-running commands, if you know exactly what you want to do, or any command that you want to get into context, and Claude will see the command and the output, you can add mention files and folders, uh, anytime you can hit escape to stop what Claude is doing, um, no matter what Claude is doing, you can always safely hit escape, it's not going to corrupt the session, it's not going to mess anything up.
33:21
Speaker A
So maybe Claude is doing a file edit, I'll hit escape, I'll tell it what to do differently, or maybe it suggested a 20-line edit, and I'm like, actually, 19 of these lines look perfect, but one line you should change, I'll hit escape, I'll tell it that, and then I'll tell it to redo that edit.
33:47
Speaker A
Uh, you can hit escape twice to jump back in history, um, and then after you're done with the session, you can start Claude with resume to resume that session if you want, um, or dash dash continue.
33:58
Speaker A
And then anytime if you want to see more output, hit control R, and that'll show you the entire output, the same thing that Claude sees in its context window.
34:09
Speaker A
The next thing I want to talk about is the Claude Code SDK.
34:15
Speaker A
So we talked about this at the top, uh, right after this, it is doing a session, I think just across the hallway, and he's going to go super deep on the SDK, if you hadn't played around with this, if you use the dash P flag in Claude, this is what the SDK is, and we've been running a bunch of features over the last few weeks to make it even, even better, um, so yeah, you can, you can build on top of this, you can do cool stuff, this is exactly the thing that Claude Code uses, it's exactly the same SDK.
35:22
Speaker A
And so for example, something you can do is Claude dash P, so this is the, the CLI SDK, you can pass up, you can pass a prompt, you can pass some allowed tools, which could include specific bash commands, and you can tell it which format you want, so you might want JSON, or you might want streaming JSON, if you want to process this somehow.
35:43
Speaker A
So this is awesome for, for building on, we use this in CI all the time, we use this for incident response, we use this in all sorts of pipelines.
35:56
Speaker A
So really convenient, just think of it as like a Unix utility, you give it a prompt, it gives you JSON, you can use this in any way, you can pipe into it, you can pipe out of it, the piping is also pretty cool, so you can use like, for example, Git status and pipe this in, and, you know, use JQ to select the result.
36:37
Speaker A
The combinations are endless, and it's sort of this new idea, it's like a super intelligent Unix utility, and I think we barely scratched the surface of how to use this, we're just figuring this out.
36:52
Speaker A
You can read from like a GCP bucket, read, you know, like a giant log and pipe it in, and tell Claude to figure out what's interesting about this log, um, you can fetch data from like the century, uh, CLI, you can also pipe it in and have Claude do something with it.
37:13
Speaker A
The final thing, and this is probably like the most advanced use cases we see.
37:18
Speaker A
I'm sort of a Claude normie, so I'll have usually like one Claude running at a time, and maybe I'll have like a few terminal tabs for a few different repos running at a time.
37:29
Speaker A
When I look at power users in and out of Anthropic, almost always they're going to have like SSH sessions, they'll have, uh, like Tmux tunnels into their Claude sessions.
37:39
Speaker A
They're going to have a bunch of checkouts of the same repo, so that they can run a bunch of Claudes in parallel in that repo, or they're using Git worktrees to have some kind of isolation as they do this, and we're actively working on making this easier to use.
38:28
Speaker A
But, uh, for now, like, these, these are some ideas for how to do more work in parallel with Claude, you can run as many sessions as you want, uh, and there's a lot that you can get done in parallel.
38:42
Speaker A
So, yeah, that's it.
38:47
Speaker A
I wanted to also leave some time for Q&A, so I think this is the last slide that I have, and yeah, if folks have questions, there's mics on both sides, and yeah, we'd love to answer any questions.
38:57
Speaker A
All right.
39:01
Speaker B
Hey Boris.
39:03
Speaker B
Um, thanks for building Claude Code.
39:07
Speaker B
And I was wondering what was the hardest implementation, like part of the implementation for you of building it?
39:15
Speaker A
I think there's a lot of tricky parts.
39:19
Speaker A
Um, I think one part that is especially tricky is the things that we do to make bash commands safe.
39:26
Speaker A
Bash is inherently pretty dangerous, and it can change system state in unexpected ways.
39:33
Speaker A
But at the same time, if you have to manually approve every single bash command, it's super annoying as an engineer, and you can't really be productive because you're just constantly approving every command.
39:45
Speaker A
And just kind of navigating how to do this safely in a way that that scales across the different kinds of codebases people have, because not everyone runs their code in a Docker container, um, was, was pretty tricky.
40:00
Speaker A
And essentially the thing we landed on is there's some commands that are read-only, there's some static analysis that we do in order to figure out which commands can be combined in safe ways.
40:10
Speaker A
And then we have this pretty complex tiered permission system, so that you can allow list and block list commands at different levels.
40:19
Speaker C
You mentioned giving an image to Claude Code, which made me wonder if there's some sort of multimodal functionality that I'm not aware of.
40:26
Speaker C
Is that, are you just pointing it at an image on the file system or something?
40:29
Speaker A
Yeah, so Claude Code is fully multimodal.
40:31
Speaker A
Um, it has been from the start, it's in a terminal, so it's a little, uh, hard to discover.
40:36
Speaker A
Um, but yeah, you can take an image and just drag and drop it in, that'll work.
40:40
Speaker A
Uh, you can give it a file path, that'll work.
40:42
Speaker A
Um, you can copy and paste the image in, and that works too.
40:45
Speaker A
Um, so I'll use this pretty often for if I have like a mock of something, I'll just drag and drop, drop in the mock, I'll tell it to implement it.
40:55
Speaker A
I'll give it a Puppeteer server so it can iterate against it.
40:58
Speaker A
And yeah, it's just fully automated.
41:00
Speaker D
Yeah.
41:01
Speaker D
How much have you, I don't know if this is, is this on?
41:02
Speaker D
How much have you used Claude Code for machine learning modeling?
41:05
Speaker D
And almost that auto ML experience, I was curious what the experience has been so far with that.
41:10
Speaker A
Yeah, I think, I think the question was, how much are we using Claude Code for machine learning and modeling?
41:15
Speaker A
We actually use it for this a bunch, so both engineers and researchers at Anthropic use Claude Code every day.
41:22
Speaker A
Um, I think about 80% of people at Anthropic that are technical use Claude Code every day.
41:27
Speaker A
And hopefully you can see that in the product and kind of the amount of love and dogfooding we've put into it.
41:34
Speaker A
Um, but this includes researchers who use tools like the notebook, notebook tool to edit and run notebooks.
41:40
Speaker D
Okay, very cool.
41:41
Speaker D
Thank you.
41:42
Speaker A
Yeah.
41:43
Speaker A
All right.
41:44
Speaker A
I think that's it.
41:45
Speaker A
Thanks.
Topics:Claude CodeAI coding assistantcodebase Q&AGitHub integrationdeveloper toolscode analysissoftware onboardingAI programmingAnthropicNode.js

Frequently Asked Questions

What is Claude Code and how is it different from other AI coding assistants?

Claude Code is an AI assistant designed to build entire features, functions, and fix bugs, unlike other assistants that mainly complete code line-by-line. It integrates with all IDEs and terminals without changing workflows.

How does Claude Code handle code privacy and security?

Claude Code operates locally without indexing or uploading your code to remote servers, ensuring your code stays private and under your control.

What is the recommended way to start using Claude Code effectively?

The recommended starting point is to use Claude Code for codebase Q&A, asking detailed questions about your code to quickly understand usage, history, and context, which is especially useful for onboarding.

Get More with the Söz AI App

Transcribe recordings, audio files, and YouTube videos — with AI summaries, speaker detection, and unlimited transcriptions.

Or transcribe another YouTube video here →