Claude is ridiculously expensive and the rate limiting will destroy your project. There, I said it for you.
@MeTuMaTHiCa2 ай бұрын
Agree with you
@astronaut222 ай бұрын
What is the rate limit for claude ?
@robind_0012 ай бұрын
Yeah, I agree. I get locked out of Sonnet real quick and can't upload Excel files. That said, sometimes it reads and extracts PDF data better than ChatGPT.
@AITester-j3u2 ай бұрын
@robind_001 They sent me a email after I complain saying there GUI is not for extensive use. It is over hyped crap that has no commercial value whatsoever. Gemini also
@DefineDeftАй бұрын
It's so worth paying for projects is where it's really at.
@jonnythebutcherАй бұрын
Dude, Claud came up with the canvas feature before ChatGPT copied it :D
@jevans1017Ай бұрын
who cares lol
@alesholman8012 ай бұрын
From my experience, Claude 3.5 has more recent data that I need from the ai model. For example when I am asking about svelte 5 new runes features and to review such code - Chat gpt completely fails to deliver quality code and whats worse, doesnt even admit it cant help me and instead provides me with bad code full of errors. On the other side code from claude works magically on the first try most of the time.
@gregoriusmike2 ай бұрын
Have you tried 01-preview with chatgpt? Just wondering what you think the difference is like if you have.
@agentofenhanced24282 ай бұрын
Yeah but the limit on claude is just horrible you run out of limit very fast
@rubyciide55422 ай бұрын
@@gregoriusmikestill doesn't read through the latest docs
@gregoriusmike2 ай бұрын
@@rubyciide5542 gpt or claude?
@IDK-di6bd2 ай бұрын
@@agentofenhanced2428 for me i dont have an issue can be coding for a long time with it once i was dealing with a big project all i did was ask it to produce first half of the code then the secound and if its like really really long then i would ask it to cut it into 3-4 chats so i would not hit token limit or run down my times quickly
@JackMowery-g6o2 ай бұрын
enterprise-ai AI fixes this (Code complete projects in PHP or Python). Programmers switch to Claude 3.5.
@engenheiroluizh18 күн бұрын
I need an AI tool, regardless of whether it’s paid, that can handle large C++ codebases used in microcontrollers-most of which exceed 2,000 lines of code, amounting to approximately 25,000 tokens. I need a tool that allows me to request implementations, modifications, or the unification of two codes, and the tool should rewrite the complete code, applying the required changes or corrections in a way that compiles without issues. I’ve even tested local AI models like LM Studio, but despite having the hardware and being within the allowed context limits, all of them fail and get lost when handling large contexts. However, I know this is possible because... When the O1 Preview was first launched, it had no restrictions. I asked it to integrate two microcontroller codes, each over 2,000 lines, and it merged them into a single project with a total of 3,860 lines. It compiled and worked perfectly on the first try. However, they gradually started cutting its features, and now not even the full O1 model can implement functionality in a 400-line code without completely losing track.
@hilawes6 күн бұрын
did you find a solution for this? I have some 2000+ lines of code and both LLMs choke on it and give me summaries instead of solutions
@engenheiroluizh4 күн бұрын
@hilawes yes I managed to solve it, I bought a motherboard on AliExpress for the E7 processor model and the motherboard uses 4 E7 8890v4 processors with 2 teras of RAM and I am running locally llama 405b with a 200000 token context window running everything with CPU
@hustlecodes20244 күн бұрын
@@hilawes open the project in cursor and use claud model. it will do the job
@enthasiaАй бұрын
Do you know why after 7 or 8 prompts the daily limit of 1mio tokens is reached? This really sucks in claude, it's not possible to really code something
@kerkertrandov459Ай бұрын
Buy paid version then
@ydkme-rebornАй бұрын
@@kerkertrandov459Even the paid version has terrible limits. I can make a chat go on for weeks on chatgpt whereas on Claude it's probably just 20 messages.
@kerkertrandov459Ай бұрын
@@valeriek8077 maybe it only does that on the free version to incentivize u to pay which is fair enough as if u dont pay they dont owe u anything
@Emanuel-SampaioАй бұрын
@@valeriek8077 I didin't get you. Can explain a little bit more?
@vncstudio29 күн бұрын
Use the Projects feature and paid version.
@mihawk10962 ай бұрын
For me personally who used both paid chatgpt and claude. I prefer ChatGPT cause it gives me more worth of my bucks. In Claude I really hate their pdf restriction and csv restriction. Cause whats the point of adding the data analysis feature and visual pdf when you cant even upload it. Also their 40 prompt contraint really pains me alot. The onlt feature i loved was their project feaature whoch I really like cause it understands the file way better than ChatGPT. I would prefer to use its API for flexibility next time
@MeTuMaTHiCa2 ай бұрын
O1 bigger better than Claude
@kobi21872 ай бұрын
Custom instructions for Claude is not as limited as chatgpt. that's also a big positive
@nashh6002 ай бұрын
@@MeTuMaTHiCa o1 is limited at 50 messages a week lol. And it's not even that much better, and takes 1mn+ to answer
@douglasdyer3662 ай бұрын
Claude can use up it's maximum tokens unless you really become efficient with it. Using something like cursor ai you can enable the five minute cache on it you help save on retrieval token use. Plus try to pack as many direct queries into it as possible per prompt. The Claude AI Reddit has actual good references on how to get the bang for your buck.
@MeTuMaTHiCa2 ай бұрын
@@douglasdyer366 u say : when dealing Claude u must act like prompt ai
@ShadyRonin2 ай бұрын
Just found your channel and I'm impressed by how much content you packed into this video. Please make more quick "how to get started" type videos like this. And also going deeper :)
@akashsxoАй бұрын
tbh I always used Claude only for programming, I just like their Ui
@vncstudioАй бұрын
Very clean interface. I stopped using ChatGPT because Claude has very low hallucination and high accuracy.
@akashsxoАй бұрын
@ exactly,i don’t understand why these $billion OpenAI suck at UI
@PaleyBlog2 ай бұрын
Clickbait title
@CodemanlexАй бұрын
No it’s not Lmao
@---David---2 ай бұрын
Both Claude, ChatGPT and Gemini have their pros and cons. At the moment they complement each other in my opinion. While Claude can be really good at writing code, it does at times write overly complicated code by adding unnecessary lines of code that you didn't ask for. ChatGPT then can offer a simpler solution with fewer unnecessary lines of code. That's one option. Another option is to specifically ask Claude to write the code in a simpler way without unnecessary lines of code that you didn't ask for.
@vnzandroid14 күн бұрын
for me, chatgpt always give a unnecessary line of code, and sometimes that line of code broke my program. i lost count on how many times i got frustated when chatgpt always give me a useless answer or a buggy code. now i just use chatgpt for a non code question
@fortytwo244Ай бұрын
what did they do to chatgpt? it sucks now
@skate110 күн бұрын
which version?
@fortytwo24410 күн бұрын
@skate1 every version, it writes garbage code and it's super slow and laggy
@ibeetellingya568318 күн бұрын
Well, as a non-business user, I switched from ChatGPT to Claude because I find it's more stable, hallucinates less, less repetitive, less lecturing and incorporation of inane qualifications/equivocations of answers, remembers more, generates more coherent and natural output, and generally understands and converses with me much better.
@RishabhMathur-fv5tqАй бұрын
Practically i use chatgpt when i need to generate documentations or draft a reply , in short for writing good content ,claude however is purely technical tool, its not very creative, however claude leads in programming based tasks, it created better diagrams better svg's, i think anthopic is making claude more and more optimized for programmer , developer community...
@VivaLaDirt9 күн бұрын
I've been using both for over 8 months. i can say Claude is far superior in programing and software related tasks, only downside is rate and token limiting
@jessedv591523 күн бұрын
Why not just get copilot and use claude in vscode?
@iBasskung3 күн бұрын
Thanks so much.
@sunnyahmed59352 ай бұрын
so i am quitting to learn python or programming languages ? what a bad time to learn code
@tomascaetano42702 ай бұрын
Don't give up. People with solid coding knowledge use these tools best.
@Torkroodld2 ай бұрын
@@tomascaetano4270 actually I just study a literature career and im making a plugin for wordpress just with claude 😮
@douglasdyer3662 ай бұрын
Indeed. My printed code was shit until I brushed up on my coding skills. I work in finance with a trade hedge fund company and Claude AI has been such a boon after I brushed up on my Java and pinescript.
@vncstudioАй бұрын
No. Python helps you solve complex text/data processing problems in fewer lines of code and these tools are helpful assistants since Python is quite vast in the number of domains it can be used in and libraries available.
@skate110 күн бұрын
Python, Kotlin, C++, C#, JavaScript, Swift and Rust are all going to be around and useful for a long time obviously Ai will take a lot of the load off but mastering any of them will give u an edge over everyone depending on what you plan on doing. me I am working on being a Unity Dev so my goal is C# and C++ but I still want some Ai Help with the coding. Lol
@JbervАй бұрын
I use claude to replicate flappy bird using vite+reactjs and damn, Claude really did it well than chatgpt, even o1 cant beat sonnet 3.5
@omorfarukmahfuj2 ай бұрын
Can you please make a free course on AI for developers.
@CodexCommunity2 ай бұрын
It's in the works!
@softwarenogood2 ай бұрын
I personally think these kind of channels are being viewed by people like me, people with no formal education. There is a lot of hype around AI, but it seems there are fallacies at play. The idea is that these videos are meant to attract just about anyone to tune in and hopefully catch up but there is a lot of missing context. If you've ever been neglected as a student and you've had the experience of seeing how the teacher has a preference for the ones who already get it, you would understand. So the question is, can these videos really be effective at teaching or are they just a showcase for people who already know? Cause it seems all of you speedrun through the process like it was a videogame, you might have to encourage people to initiate rather than force through it
@softwarenogood2 ай бұрын
Thanks for the video❤@@CodexCommunity
@martin777xyzАй бұрын
@omorfarukmahfuj please clean my house for free 🙄
@obiforcemasterАй бұрын
Claude's generations are very good, but the lazy generations are quite annoying, and the longer the context, the worse it gets. Additionly, when using the web chat service (Claude Pro), the limits are too low, causing a project to be cut off in mid-flow is enraging. Both are unacceptable for any serious work.
@bingusarapathirana51595 күн бұрын
2:20 Hello, Could you please provide the steps on how you created with guide? Is it completely AI?
@renevelasquez4478Ай бұрын
Hello, I am a university student of ING.Informática, I am from the country of Bolivia. Can you help me by knowing which AI is better to access the premium version, Claude or ChatGPT. in Development and code issues, both in quality, price or quantity. I need it to develop software and I do not have enough money to pay for 2 Pro versions.
@iegfriedc0de891Ай бұрын
Yo he usado los dos para codigo, y creo que el que tienen mejores resultados y respuestas mas precisas la tiene Claude AI.
@18hourgaming662 ай бұрын
can we have some youtube videos that do more than html, css and javascript ?
@amanrouth682816 күн бұрын
In ChatGPT plus account under GPTs there is Claude gpt. Isn't it the same?
@kobi21872 ай бұрын
sonnet 3.5 and sonnet "new" are really good at coding, they understand well. new can even design and understands your intent very well, but sometimes it may lose the context or try to redesign or reimplement sth you already did.
@FunNFuryАй бұрын
True
@Indiaraj-t7o8 күн бұрын
📝 Summary by TubeOnAI 🎉 Introduction to Claude 3.5 - Claude 3.5 is developed by Anthropic and claims to be superior to ChatGPT. - New features include the ability to read PDFs (text and images) and control your computer. 🛠️ Project Workflow Demonstration - The creator demonstrates using Claude for: 1. Design Analysis: Uploading an image of a TikTok button to replicate its code. 2. Live Code Preview: Claude generates code and provides a live preview, including hover effects. 3. Integration into Website: The generated code is successfully integrated into a no-code platform (Wick Studio). 📊 Advanced Project Management - Claude 3.5 can manage entire code repositories effectively. - The user attempts to upload a Mid-Journey document, facing file size limitations but successfully compresses and summarizes the content. 🚀 Complex Project Replication - The creator tests Claude with a more complex project by uploading a Next.js app. - Claude replicates the homepage layout and design, saving 4 to 6 hours of manual coding time. 💻 Integration with VS Code - The user explores a VS Code extension for Claude. - After setup and API key generation, Claude is queried to run a Next.js project and add a hamburger menu. - The application runs successfully, showcasing Claude's ability to modify and create files seamlessly. 🏆 Overall Impressions - Claude is portrayed as a powerful tool that enhances programming efficiency. - The user expresses satisfaction with Claude's performance, stating, "it was like I was shadowing a professional coder." 📅 Notable Features of Claude 3.5 - PDF Reading: Can read images and text from PDFs. - Project Management: Capable of managing entire codebases. - Live Code Generation: Offers live previews and code modifications. 🔔 Conclusion of Features - Claude 3.5's advancements suggest a significant shift towards more intelligent AI coding assistants, potentially marking a trend among programmers to seek more robust tools than ChatGPT.
@intercoldebtcollectionagency2 ай бұрын
Tried both for MT4 Metatrader EA coding...they are both "useless"as you will end-up in infinite but fixing loops :(
@Island_Algorithms2 ай бұрын
I find Claude excellent at MQL5 coding. Maybe its the prompting?
@intercoldebtcollectionagency2 ай бұрын
@@Island_Algorithms no, with MT4 it's keeps entering in fixing bugs , fixing 5 errors and creating 8 news ones...forgetting pieces of the source code.I had much better and stable results with GPT 01-Preview but it is limited to something like 25 questions max, then blocks you for a week...
@IDK-di6bd2 ай бұрын
@@intercoldebtcollectionagency I use claude and love it. Im guessing why gpt 01 is better for much more complex code as its able to look over it again and correct it self like a human does while claude doesn't have the ability to do so
@stevrgrs15 күн бұрын
@intercoldebtcollectionagencyso take the core code and tell it to always make sure that is there when it iterates . There’s always a way to figure it out ;)
@jaspercool6292 ай бұрын
"Why Are Programmers are Switching from ChatGPT to Claude 3.5" the grammar of the title is not correct haha
@softwarenogood2 ай бұрын
There are two "are" pick one lol
@PlayOfLifeOfficial2 ай бұрын
When AI takes over, the first thing, people will forget to do is read and write. 😅
@arturfil2 ай бұрын
Guy used gpt to grammar check instead of claude
@CodexCommunity2 ай бұрын
this is how you know it was written by a human!
@BxoxbxbxyxBxoxy2 ай бұрын
this also is not programming... lol
@KylePrinsloo2 ай бұрын
Woah, this is cool!
@MeTuMaTHiCa2 ай бұрын
Claude finished itself on august(laziness)
@Tom-ms5otАй бұрын
Like Jean Claude?
@eLASTICs709Ай бұрын
Absolutely exorbitant prices if you really want to work with it normally as a developer. But even if you spend the money, there is still the constant interruption due to rate limits, which lasts for hours and destroys the entire workflow. Sorry but this is rubbish
@ononaokisama2 ай бұрын
The title reads as if it was written by ai. Programmers are switching are to ai lol
@CodexCommunity2 ай бұрын
Haha, yes, but Adrian's intelligence!
@kowaihana2 ай бұрын
Companies should just remove the middle man and replace them with AI
@loc57062 ай бұрын
AI wouldn't make that mistake. To err is human :)
@Zikuth12 күн бұрын
it is way behind o1
@torquebiker9959Ай бұрын
This video sounds like a sequence of ads.
@javajointАй бұрын
jeez, slow down, take a breath every few sentences. It's like listening to a hyper small dog. Yes, I get it, you can edit tight.. but, checked out after 1 minute of it - it's a wall of talking.
@Mr.Nobody_72 ай бұрын
No one is switching gpt to Claude now don't get fool, GPT was still top till now.
@vncstudioАй бұрын
I left the GPT subscription for Claude. Claude is much better. I also use Perplexity.
@hanesmitter14692 ай бұрын
Frontend development shall be automated by AI
@dacam293 күн бұрын
and now to DeepSeek...
@i_youtube_2 ай бұрын
I assure you that you cannot leave ChatGPT for coding. ChatGPT writes better code and explains better.
@albizutoday27542 ай бұрын
This is so stupid is not worth a comment. Do we still doubt that we have reached a plateau?
@Sindigo-ic6xq2 ай бұрын
Then i am sure you are fine betting 1k that there is no plateau
@Zikuth12 күн бұрын
Yes, its silly. But o1 was there and was better for a month. In Christmas came O3. No plateau
@QuantumXdeveloper2 ай бұрын
For web designing, fancy and visually appealing work Claude is good but not for complex tasks. Where gpt perform better.
@MichaelDomer6 күн бұрын
For Pete's sake, can you all just stop talking about coding when we discuss AI..... flippin' nerds.
@abhishekdas8807Ай бұрын
try cursor
@Lemure_NoahАй бұрын
Claude Sonnet 3.5 simply destroys ChatGPT 4o.
@Zikuth12 күн бұрын
O1 destroys Sonnet 3.5. O1 Pro is even better.
@MichaelDomer8 күн бұрын
Who the hell cares about programmers... get another job, AI will replace them soon.
@eygs49326 күн бұрын
f vscode
@dgden84832 ай бұрын
So where is the comparison to ChatGPT - I assume it can't do what Claude did or you're just trolling us 🧌
@justwanderin8474 күн бұрын
I have tried 4 different AI for coding and even joined X to get Grok (paid).. the other 3 were free. Here is my opinion on Best to Worse on writing code, specifically Cobol. Claude Copilot Grok chatGPT Just my opinion. But None worked Out of the Box and required some fixes. But Claude did the best job. And of course it IS how you ask and give specs to what the results will be.
@Indiaraj-t7o8 күн бұрын
📝 Summary by TubeOnAI 🎉 Introduction to Claude 3.5 - Claude 3.5 is developed by Anthropic and claims to be superior to ChatGPT. - New features include the ability to read PDFs (text and images) and control your computer. 🛠️ Project Workflow Demonstration - The creator demonstrates using Claude for: 1. Design Analysis: Uploading an image of a TikTok button to replicate its code. 2. Live Code Preview: Claude generates code and provides a live preview, including hover effects. 3. Integration into Website: The generated code is successfully integrated into a no-code platform (Wick Studio). 📊 Advanced Project Management - Claude 3.5 can manage entire code repositories effectively. - The user attempts to upload a Mid-Journey document, facing file size limitations but successfully compresses and summarizes the content. 🚀 Complex Project Replication - The creator tests Claude with a more complex project by uploading a Next.js app. - Claude replicates the homepage layout and design, saving 4 to 6 hours of manual coding time. 💻 Integration with VS Code - The user explores a VS Code extension for Claude. - After setup and API key generation, Claude is queried to run a Next.js project and add a hamburger menu. - The application runs successfully, showcasing Claude's ability to modify and create files seamlessly. 🏆 Overall Impressions - Claude is portrayed as a powerful tool that enhances programming efficiency. - The user expresses satisfaction with Claude's performance, stating, "it was like I was shadowing a professional coder." 📅 Notable Features of Claude 3.5 - PDF Reading: Can read images and text from PDFs. - Project Management: Capable of managing entire codebases. - Live Code Generation: Offers live previews and code modifications. 🔔 Conclusion of Features - Claude 3.5's advancements suggest a significant shift towards more intelligent AI coding assistants, potentially marking a trend among programmers to seek more robust tools than ChatGPT.
@Indiaraj-t7o8 күн бұрын
📝 Summary by TubeOnAI 🎉 Introduction to Claude 3.5 - Claude 3.5 is developed by Anthropic and claims to be superior to ChatGPT. - New features include the ability to read PDFs (text and images) and control your computer. 🛠️ Project Workflow Demonstration - The creator demonstrates using Claude for: 1. Design Analysis: Uploading an image of a TikTok button to replicate its code. 2. Live Code Preview: Claude generates code and provides a live preview, including hover effects. 3. Integration into Website: The generated code is successfully integrated into a no-code platform (Wick Studio). 📊 Advanced Project Management - Claude 3.5 can manage entire code repositories effectively. - The user attempts to upload a Mid-Journey document, facing file size limitations but successfully compresses and summarizes the content. 🚀 Complex Project Replication - The creator tests Claude with a more complex project by uploading a Next.js app. - Claude replicates the homepage layout and design, saving 4 to 6 hours of manual coding time. 💻 Integration with VS Code - The user explores a VS Code extension for Claude. - After setup and API key generation, Claude is queried to run a Next.js project and add a hamburger menu. - The application runs successfully, showcasing Claude's ability to modify and create files seamlessly. 🏆 Overall Impressions - Claude is portrayed as a powerful tool that enhances programming efficiency. - The user expresses satisfaction with Claude's performance, stating, "it was like I was shadowing a professional coder." 📅 Notable Features of Claude 3.5 - PDF Reading: Can read images and text from PDFs. - Project Management: Capable of managing entire codebases. - Live Code Generation: Offers live previews and code modifications. 🔔 Conclusion of Features - Claude 3.5's advancements suggest a significant shift towards more intelligent AI coding assistants, potentially marking a trend among programmers to seek more robust tools than ChatGPT.