Windsurf vs Cline: Is This the REAL Cursor Killer?

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น •

  • @Codewello
    @Codewello  28 วันที่ผ่านมา +2

    I went into this video blind-I had never used this IDE before. 🧑‍🦯
    I don't falsely advertise, so this is an honest review of Windsurfr.😎
    I hope you had a better experience. Let me know if you've tried it!🫵

  • @TheTrainstation
    @TheTrainstation 14 วันที่ผ่านมา +1

    That's what I call a thick eastern european accent! Great content bro, subscribed!.
    Watching from Ireland!

    • @Codewello
      @Codewello  14 วันที่ผ่านมา

      OMG, my first subscriber from Ireland! Hello! 😄

  • @hamburger--fries
    @hamburger--fries 28 วันที่ผ่านมา +8

    i liked the real world example project. Most TH-camrs are doing To-Do Apps which I hate.

    • @Codewello
      @Codewello  28 วันที่ผ่านมา

      I keep trying these kinds of real-world examples, and it seems like you guys enjoy them

    • @TaughtByTech
      @TaughtByTech 20 วันที่ผ่านมา

      yes, very pointless use case are littered on youtube

  • @rickboyerdev
    @rickboyerdev 28 วันที่ผ่านมา +1

    Really great video - thank you! Nice to see a real-practical example instead of making a todo list!

    • @Codewello
      @Codewello  28 วันที่ผ่านมา +1

      Thanks a lot for this comment, brother! Yeah, I kind of had to stop giving code assistants easy-to-do tasks and start using them for real-world projects, even if they’re small ones.

  • @figs3284
    @figs3284 28 วันที่ผ่านมา +1

    I find that it helps to ask cascade to analyze your code base, or file before asking it to to make changes. And then make sure it understands the task before having it write anything. Switching to chat chat mode seems to help with this, then you should be able to get it to do the task, and even split it up into smaller files (in case you need it to make changes to the file)

    • @Codewello
      @Codewello  28 วันที่ผ่านมา

      "I think it's just a bug on the API side because I tried it after the video. Sometimes it works, but the results aren't that great. Sometimes it just keeps looping over the prompt.

  • @ramo4uuuu
    @ramo4uuuu 27 วันที่ผ่านมา +2

    How should this be better in coding when using exakt same AI model claude ? 😅

    • @Codewello
      @Codewello  26 วันที่ผ่านมา +1

      I'm not sure what you mean. I'm not comparing the models; I'm comparing the logic behind code assistants.

    • @ramo4uuuu
      @ramo4uuuu 26 วันที่ผ่านมา

      @@Codewello it is the model claude which is used for coding for both. So how could they be different.

    • @KostasOreopoulos
      @KostasOreopoulos 26 วันที่ผ่านมา +1

      @@Codewello He is right. Its like comparing two different cars with different engines. You cannot do that. To make it clear, put the weakest LLM that there is in Cline and watch the results. You will not expect them to be great. Do you?
      To compare the tools, you should let them use the same LLM.

    • @TaughtByTech
      @TaughtByTech 20 วันที่ผ่านมา +2

      @@KostasOreopoulos He used 3.5 sonnet in Windsurf so that should have given better results than haiku 3.5 in Cline but it did not. So he is saying the logic in windsurf itself is inferior to the logic in Cline even though they both use some version of Claude. One handles the models better

  • @cronicjohnson
    @cronicjohnson 15 ชั่วโมงที่ผ่านมา

    i really need something that is very much like windsurf but that can use ollama or gemini flash etc free stuff

  • @A-Jaradat-Z
    @A-Jaradat-Z 26 วันที่ผ่านมา +1

    something not right about the input height element with Windsurf, it fix that when i write "re-design the form and make it sleek for better visibility"

    • @Codewello
      @Codewello  26 วันที่ผ่านมา +1

      I think it's an API issue. From what I've seen, every other video using it to build simple apps works perfectly with it.

    • @A-Jaradat-Z
      @A-Jaradat-Z 26 วันที่ผ่านมา

      @@Codewello sometimes it goes stupid, after doing something good it start trash acting lol🤣

  • @mehmethanifierenler3612
    @mehmethanifierenler3612 28 วันที่ผ่านมา +1

    thanks

    • @Codewello
      @Codewello  28 วันที่ผ่านมา

      You are most welcome 😁

  • @aculz
    @aculz 28 วันที่ผ่านมา +1

    i have done something using this windsurf, and its work great for me. also i having a good experience while using it instead of cursor.
    maybe in your case something is broken ? i realize some problem there...
    1. i think the problem is because you mentioning a different file from outside the project you have loaded at the first ( you load travel-airline project, but mentioning airline-travel project ?), as a human, i also might confused by this way, cause it will need to read the blade template, also blade template using @extends, @section and else so it will ruined the prompts i guess.
    2. Windsurf proccess has interupted by something, might be an internet issue ? or there is a bug on their proccess (idk either)
    3. Cline is giving you the good result because its perform the Jsx that already generated within the same project (as i mentioned at 1st point) so it will just fix your needs, perhaps ?
    4. you should try your windsurf to a new context to reset its brain.

    • @Codewello
      @Codewello  28 วันที่ผ่านมา +1

      Actually, I tried working with it after finishing the video, but I still face issues sometimes. I’m not sure why it keeps getting stuck on the same task. I can’t tell if the problem is on the API side or the IDE side.

  • @Rickol91
    @Rickol91 28 วันที่ผ่านมา +2

    Sometimes I wish there was less AI content , some are good more are worse but everything has it flaws. I agree that cline gives the best overall experience but wait until you come to a point where you point the frontend to the backend it still can hallucinate and then your on your own.. Im still learning but some things really makes sense now its a deep learning curve after all

    • @Codewello
      @Codewello  28 วันที่ผ่านมา +1

      Okay, can you give me an idea? What if I created a video that covers both backend and frontend development? Also, what other types of content would you like to see besides AI?

    • @TaughtByTech
      @TaughtByTech 20 วันที่ผ่านมา

      @@Codewello yes, do a video on the best practices on getting cline to do proper frontend design for an already developed backend. Cline messes up alot of things sometimes. but then sometimes i realize the prompt may have been too complex. simpler prompts seems to work better for front end if the backend is already developed. idk

  • @saabirmohamed636
    @saabirmohamed636 28 วันที่ผ่านมา +1

    cline and windsurf are the 2 best of the best (they both seem to handle) and both beat cursor by far....and half price ..yip cursor killer indeed.
    also cline was beating cursor for a while ...try and see its very stable

    • @Codewello
      @Codewello  28 วันที่ผ่านมา +2

      There is an upcoming editor called Melty that seems to be an open-source alternative to all these AI-powered IDEs.

  • @WaelM.ElSaid
    @WaelM.ElSaid 27 วันที่ผ่านมา +2

    مش عارف ليه عندي احساس انك مصري :D

    • @Codewello
      @Codewello  27 วันที่ผ่านมา +1

      احساسك صح😁

    • @WaelM.ElSaid
      @WaelM.ElSaid 25 วันที่ผ่านมา

      @@Codewello والله عاش جدا، ربنا يوفقك

  • @savagejay1233
    @savagejay1233 6 วันที่ผ่านมา

    No more unlimited access...