Podcasts पर वापस जाएंClaude
Claude Code 101
Claude Code क्या है?
Claude Code is [music] an agentic coding tool that understands your code base, edits your files, run commands, and integrates with your existing developer tools to help you get things done faster.
Claude Code [music] एक एजेंटिक कोडिंग टूल है जो आपके कोडबेस को समझता है, आपकी फाइलें संपादित करता है, कमांड चलाता है, और आपके मौजूदा डेवलपर टूल्स के साथ इंटीग्रेट होकर आपको काम तेज़ी से पूरा करने में मदद करता है।
It's available in your terminal, Visual Studio Code, the Claude desktop app, on the web, and JetBrains IDEs.
यह आपके टर्मिनल, Visual Studio Code, Claude डेस्कटॉप ऐप, वेब और JetBrains IDE में उपलब्ध है।
But, we'll be using it in the terminal for this video.
लेकिन इस वीडियो में हम इसे टर्मिनल में उपयोग करेंगे।
If you've ever used Claude AI, you're probably wondering what the difference is between the two.
अगर आपने Claude AI का उपयोग किया है, तो आप शायद सोच रहे होंगे कि दोनों में क्या अंतर है।
Unlike Claude AI, Claude Code has direct access to your files in your terminal and your entire code base.
Claude AI के विपरीत, Claude Code के पास आपके टर्मिनल में आपकी फाइलों और पूरे कोडबेस तक सीधी पहुंच है।
So, instead of copying and pasting code back and forth, it can go in and do all the work itself.
इसलिए कोड को इधर-उधर कॉपी-पेस्ट करने की बजाय, यह खुद जाकर सारा काम कर सकता है।
The easiest differentiator is that Claude Code works as an AI agent.
सबसे आसान अंतर यह है कि Claude Code एक AI एजेंट के रूप में काम करता है।
An AI agent is a software that can interact with its environment and perform actions to complete a defined goal.
AI एजेंट एक ऐसा सॉफ्टवेयर है जो अपने परिवेश से इंटरैक्ट कर सकता है और एक निर्धारित लक्ष्य को पूरा करने के लिए कार्य कर सकता है।
The most basic way this can be done is by having a large language model in a loop in real time.
इसे करने का सबसे बुनियादी तरीका है एक बड़े लैंग्वेज मॉडल को रियल टाइम में एक लूप में चलाना।
AI agents have access to things like tools, external services, or other AI agents to help it reach its predefined goals.
AI एजेंट के पास टूल्स, बाहरी सेवाओं या अन्य AI एजेंट जैसे संसाधनों तक पहुंच होती है ताकि वह अपने पूर्वनिर्धारित लक्ष्यों को प्राप्त कर सके।
So, what does that actually look like?
तो, असल में यह कैसा दिखता है?
Well, here's a couple of examples.
यहां कुछ उदाहरण हैं।
It can read and understand your code base.
यह आपके कोडबेस को पढ़ और समझ सकता है।
You can ask Claude Code to explain a feature or trace a bug throughout your code.
आप Claude Code से किसी फीचर को समझाने या आपके कोड में बग ट्रेस करने के लिए कह सकते हैं।
Claude Code can execute your build script, run your tests, install packages, and use the output to decide what to do next.
Claude Code आपका बिल्ड स्क्रिप्ट चला सकता है, टेस्ट रन कर सकता है, पैकेज इंस्टॉल कर सकता है, और आउटपुट के आधार पर अगला कदम तय कर सकता है।
Claude Code can search the web.
Claude Code वेब सर्च कर सकता है।
If it needs documentation on the latest API references, for example, it can do that for you.
अगर उसे नवीनतम API संदर्भों का दस्तावेज़ चाहिए, तो उदाहरण के तौर पर, यह आपके लिए कर सकता है।
To use Claude Code effectively, it's important to know these concepts.
Claude Code को प्रभावी ढंग से उपयोग करने के लिए इन अवधारणाओं को जानना महत्वपूर्ण है।
First is the context window.
पहला है कॉन्टेक्स्ट विंडो।
Think of this as Claude's working memory.
इसे Claude की वर्किंग मेमोरी के रूप में सोचें।
It can hold a lot, but not everything at once.
यह बहुत कुछ रख सकती है, लेकिन एक बार में सब कुछ नहीं।
This is where the agentic aspect of it comes in.
यहीं पर इसका एजेंटिक पहलू सामने आता है।
Finding strategic ways to find the answers within your code base without storing your entire code base into context.
पूरे कोडबेस को कॉन्टेक्स्ट में स्टोर किए बिना, कोडबेस के भीतर उत्तर खोजने के रणनीतिक तरीके ढूंढना।
Second is that it asks for permission.
दूसरा यह है कि यह अनुमति मांगता है।
By default, Claude Code will ask you before running commands or making changes to your code base.
डिफ़ॉल्ट रूप से, Claude Code कमांड चलाने या आपके कोडबेस में बदलाव करने से पहले आपसे पूछेगा।
You're always in control, whether that's being more hands-on or passive.
आप हमेशा नियंत्रण में रहते हैं, चाहे आप अधिक सक्रिय हों या निष्क्रिय।
Third, it can make mistakes.
तीसरा, यह गलतियां कर सकता है।
Just like any tool, Claude Code isn't perfect.
किसी भी टूल की तरह, Claude Code परफेक्ट नहीं है।
It might misunderstand your intent, introduce a new bug, or over-engineer a solution.
यह आपके इरादे को गलत समझ सकता है, एक नया बग ला सकता है, या जरूरत से ज्यादा जटिल समाधान दे सकता है।
Quick recap.
त्वरित पुनरावलोकन।
Claude Code is an agentic coding tool.
Claude Code एक एजेंटिक कोडिंग टूल है।
It reads your code base, edits your files, runs commands, [music] and connects to external tools to help you ship faster.
यह आपका कोडबेस पढ़ता है, आपकी फाइलें संपादित करता है, कमांड चलाता है, [music] और बाहरी टूल्स से जुड़कर आपको तेज़ी से शिप करने में मदद करता है।
You can download it today in your terminal, VS Code, JetBrains, [music] and the Claude desktop app.
आप इसे आज ही अपने टर्मिनल, VS Code, JetBrains, [music] और Claude डेस्कटॉप ऐप में डाउनलोड कर सकते हैं।