Поиск по транскрипциям

Найдено: 20+ результатов по запросу «Claude Code»

particular task. Next up is using ghosty as your terminal and then customizing it to use claude code better. So the cloud code team personally loves using ghosti and one of the ways that I have it set up. I can make a brand new tab pretty easily by doing ctrlt and then also rename any tab using keyboard shortcut...combine this with hooks as well. So often I'm working on many different projects at the same time. So I'd have like five tabs open and often claude code would be done on one particular tab or require permissions but I don't know which tab to actually go back to. So what I have

about to become five times more productive. Anthropic just released a new feature for Claude Code that I've been waiting for forever and I'm sure you have too. You can now claude code natively on your phone on the go wherever you are and have the projects built out on your computer. No need to do any sort...your phone. You can now run projects from your phone that build on your computer without having to do any sort of technical work. It's official. You can claude code anywhere. If you're a nerd like me, you can officially touch Grasp while also still cla coding. In this video, I'll cover how it works

Warpcode DESTROYS Claude Code? Who wins...
Julian Goldie SEO Segment 1 (00:00 - 05:00) 0:00

This is going to change everything. So, warp code just dropped and this is the biggest thing to happen to code in since chat GPT. Everyone's been using Claude code for months and suddenly this new player shows up and makes it look like a toy. The coding world just got flipped upside down. All those expensive developers charging...more waiting months for developers. No more paying crazy fees for simple changes. No more being held hostage by technical debt. Now, the pricing is really interesting. And Claude Code charges per conversation. With big projects, those costs add up fast. People spend thousands in a single month. Warp Code uses a monthly fee and you can build as much

This Week in Claude Code News
Ray Amjad Claude with DeepSeek V3.1 4:47

Another thing related to Claude Code is  that DeepSeek drops another model, DeepSeek-V3. 1.    And they say it's better at multi-step agent  tasks, which means that it's going to be better   at coding. And they actually made a Anthropic  API endpoint, which means that you can now use   DeepSeek in Claude Code and benefit from...features that Claude Code has available but using   DeepSeek. And I go through how to do this in  my previous video. It should be linked above   somewhere right now and also down below in the  description. Another relevant thing for Claude

How to Become a Claude Code Master
Alex Finn Background Tasks 11:19

development server. And typically what would happen is Claude will start the development server and then it'll get tied up. You can't really do anything with claude code while it's running the server through claude code. So I'm going to hit enter on this. But now what's going to happen is I'm going...about again. You can keep your workflow moving seamlessly. This is really, really helpful. Will save you a ton of time. So, we went through five new features that Claude Code just released that they don't really document anywhere. To be honest, I think the status line one's my favorite because that Pomodoro timer has kept

know push changes to GitHub with clear summaries and this is a video that you're definitely going to want to watch if you're someone that uses Claude for coding should we be doing like big smile or uh no big smile is creepy that's sort of way think I'm Boris I'm an engineer...product manager we love seeing what people build with Claud especially with coding and we want to make Claud better at coding for everyone we built some tools one of which we're sharing today we're launching CLA code as a research preview CLA code is a agentic coding tool that lets you work with CLA directly in your

How to Make Claude Code 100X Better in 1 Click!
Julian Goldie SEO Introduction to Claude Code Templates 0:00

make claw code 10 times better in one single click. So basically what we're looking at today is this GitHub for Claude code templates. You get a bunch of templates for example for agents, commands, MCPS. You can even create these visual dashboards kind of like a mission control directly for uh Claude Code. Um we're going...winner of that competition actually created this GitHub. So I'm pretty excited to try it out and we'll test it out today. It's called Claude Code Templates on GitHub and it's free to install. Right. So, what we're going to do over here is we're going to grab the GitHub repository. Then

gave you down below that will show you all the custom workflows that Claudebot can do for you now based on this upgraded functionality. " Which brings us to Claude Code. Let's get right into that. So Claude Code, you open it up, you make sure you're upgrading. You'll see Opus 46 there, which is amazing...ways to take advantage of these new upgrades for Claude Code. First thing you want to do is do slash model. You hit enter on that. And one thing you can do now is when you have Opus selected, which is the default, you can use the left and right arrow keys and change the effort level. Right

Claude's NEW Skills Update is INSANE! 🤯
Julian Goldie SEO Segment 1 (00:00 - 05:00) 0:00

figures out which ones are relevant. Then it only loads the minimal content it needs. It's efficient. It's fast. And it works across everything. Claude. ai, AI, Claude Code, the API, everywhere. But it gets better. Skills can include executable code. We're not just talking about text responses. We're talking automated scripting, file transformations, real tasks...your rules. Done. Exactly how you want it every single time. Now, let's talk about the risks. Skills can run executable code. That's powerful but dangerous. Claude runs this code in sandboxed environments, but you still need to vet the skills you use, check the code, make sure it's not doing anything sketchy. For enterprise users

Okay, so about four hours ago, Claude Code  released a brand new feature called Custom   Subagents, and we'll be going over that  in this video and all the things you can   do with it. The docs are also linked down  below, so you can either read them or you   can watch this entire video because I'll  be going...what  people have been doing so far. So for example,   this person, about one month ago, they said that  you can spawn different subagents in parallel by   basically telling Claude Code to do that. But  in reality, it just spawned different tasks in   parallel and had them running in parallel. And  other people have been having like an agents

Alright, so after about two weeks, we're  back with more Claude Code updates and I'm   gonna go through most of the features  that were released about an hour ago,   of which there are quite a few. Anyways, this  video is sponsored by myself and my Claude Code   Masterclass. There is a new year sale going on  right...there will be a link down below,   but it's basically the most comprehensive class  on Claude Code that you will find on the internet. Many people have taken the class and gone on to  be the best Claude Code users at their company,   so you may also find it helpful. Anyways, the  first feature that caught

limited research preview, Claude Code added the ability to have it automatically scan your codebase and find security vulnerabilities. So they said that using Claude 3. 5 Sonnet, they found over 500 vulnerabilities in open source codebases. Bugs that had gone undetected for decades despite years of expert review. Now, unfortunately I did not get early access...this is kind of what it looks like behind the scenes. And I imagine they're using a different model in this version of Claude Code compared to the one like on your computer, probably using a model that is less restricted when it comes to like identifying security vulnerabilities, which means I can probably identify more of them compared

very beginning of a brand new project,  your CLAUDE. md file may be as small as this,   so it just gives a description of  what you're making. So Claude Code,   when it comes up with a plan, it knows exactly  how everything ties back to the bigger picture.    Then you have some short commands that may not be  inferred...from the code base itself, like using NPM   instead of PNPM or bun, for example. And then  over time, as you're coding with Claude Code,   you may notice that it makes a mistake. And  then you add a brand new thing to your file,   such as this: "When a library's types are unclear  or cause errors, never

CLAUDE CODE FULL COURSE 4 HOURS: Build & Sell (2026)
Nick Saraev Advanced Claude Code Functionality 54:42

right. Now that we've done a little bit of building with Claude Code, we've put together what I would consider to be pretty solid websites with just a few moments of work, let's dive a little bit more into Claude Codes, advanced functionality, and I won't let you guys know that what I'm about...talk about here, probably less than 10% of everybody that currently uses Claude Code understands. So when you unlock what I'm going to be teaching you in this module, you'll know significantly more about Claude Code for one, and then you'll also be able to combine each of these cool different features in fantastic ways that

What Is an AI Operating System? (And Why Every Business Will Need One)
Liam Ottley The bandwidth trap: working IN vs ON your business 5:32

this up to 80%. And suddenly your business will start growing much faster. Okay. And so you may be wondering why now and what actually is this whole claude code thing? How does it work? So, a little bit of context on that. We have this incredible tool called clawed code. It is a coding tool...certain task. So, it knows how to repeat that for you. And in here, you've got a couple different kind of chats with Claude code open where you're working on different things. So, you usually be working in these different uh sessions. So, one here I might be working on content. One here I'm building

prompt is, then you can run this command over here  to use Claude Trace, press enter, and then it will   run a version of Claude Code. Basically, that  intercepts all the requests going to Anthropic's   API, and it shows you the actual requests. So  I can open up this file over here. And then if   I say hello...calls over  here, open up the last message that I just sent,   and then type in system over here, and then I  can see it says you're Claude Code, Anthropic's   official CLI for Claude. And then I can copy the  system prompt over here and go to a new doc. And   then I can actually see the system

like our own employees, right? We basically have two employees working for us here instead of us having to handhold an AI agent like you would in Claude Code. I now have employees working for me. And now I can come over here. I have the codeex plugin inside a cursor. Now I can get to work...actually very easy to integrate all the code from the different AI agents. The main AI agent inside of the codeex plugin is working just like you would a Claude code. All the code changing here as you can see on the right hand side. In a second, it'll be complete. It actually breaks it down to task

Getting the most out of Codex
Academind Segment 2 (05:00 - 10:00) 5:00

this case here. And in the end, it is always all about constructing the right context and giving the agent the right information. So skills, just as with Claude Code, still matter a lot when working with Codex. And I found Codex to be very efficient at, when it comes to activating the right skills at the right time...really happy with its behavior And then there are these points here, which I also already mentioned in the Claude Code video, and they have not changed, but they're very important to me. You should absolutely embrace these agentic engineering tools. They are the future of development. I'm convinced about that. And you can be super efficient when

NEW Claude Updates DESTROY OpenClaw!
Julian Goldie SEO Intro: Claude vs OpenClaw 0:00

There's been a bunch of new updates to Claude code and I think at this point I've stopped using Open Claw most of the time and I want to talk you through why that is um and why I think Claude is actually better at this point versus open claw. I'll still be doing updates...skills that Claude has received um with the latest features etc. There's actually 10 of them that I'll walk you through. These updates actually make Claude Code and Claude in general better and more powerful than something like OpenClaw in general, right? You can see, for example, yesterday they actually launched inside Claude Code the new schedule task

Экстракт Знаний в Telegram

Экстракты и дистилляты из лучших YouTube-каналов — сразу после публикации.

Подписаться

Дайджест Экстрактов

Лучшие методички за неделю — каждый понедельник