VS Code Is Fighting Back (RIP Cursor?)

  Рет қаралды 200,763

Theo - t3․gg

Theo - t3․gg

Күн бұрын

Пікірлер: 374
@DannyGerst
@DannyGerst 2 ай бұрын
Thin wrappers around LLMs will not survive. I like Cursor, but at the same time I don't like that they build on top of Open Source montize it and not giving something back.
@Varadiio
@Varadiio 2 ай бұрын
Yea there's no money in it right now cause it's super easy to compete with a flimsy product. Maybe it's just a timeline thing, but real products, if they ever happen, will not be chat interfaces with obvious AI prompting.
@flymetothemoon5138
@flymetothemoon5138 2 ай бұрын
@@Varadiio Real AI products that can't be rapidly replicated as you say will have to be complex agent based systems. Anybody building a 'chat' based AI product is in for a rough time.
@autohmae
@autohmae 2 ай бұрын
I think AI prompts for generated tests actually does make sense, as he mentioned, tests need to check human developer expectations.
@hellowill
@hellowill 2 ай бұрын
yup they basically built a plugin/fork. You'll never beat the big players like that. You need to build something actually new, like IntelliJ which beat Eclipse.
@saodbing
@saodbing 2 ай бұрын
i thought this was a minor issue, turns out many seem to have this concern with Cursor
@twilightdev
@twilightdev 2 ай бұрын
I'm not using it unless it can generate a video of will smith eating spaghetti.
@saodbing
@saodbing 2 ай бұрын
you demand too much sir
@kellyaquinastom
@kellyaquinastom 2 ай бұрын
Spaghetti code!
@rawallon
@rawallon 2 ай бұрын
in pig latin
@daa5249
@daa5249 2 ай бұрын
Better luck getting it to generate of video of Will eating p-diddy's aZ#, which is just as likely.
@ketanpadal9833
@ketanpadal9833 2 ай бұрын
For free, of course 😉😉
@banoulka
@banoulka 2 ай бұрын
This is why competition is healthy, these guys can fight it out trying to one up each other and in the end we get a great editor experience either way. No doubt MS would be “slower” to push this stuff if cursor hadn’t raised the bar etc
@chandrasekhar01
@chandrasekhar01 Ай бұрын
exactly!
@SkywalkerWroc
@SkywalkerWroc 2 ай бұрын
Are we seriously watching Theo discover that tests are longer than the code?! What is that?! A circus?!
@kipchickensout
@kipchickensout 21 күн бұрын
I think he just doesn't like tests (I don't either, I'm lazy)
@Applecitylightkiwi
@Applecitylightkiwi 2 ай бұрын
I love how vscode was gatekeeping first but now competition camr and suddenly things can be done
@ErikBongers
@ErikBongers 2 ай бұрын
AI can only write tests if it knows what a function is supposed to do, not based on what it is currently doing, which may be wrong.
@omri9325
@omri9325 2 ай бұрын
True, but it can also be useful when you are about the extend it's functionality and want to make sure the existing functionality works
@MrR3set
@MrR3set 2 ай бұрын
I find best results when passing code and giving natural language context. If you can show example as well is great
@roccociccone597
@roccociccone597 2 ай бұрын
@@MrR3set at that point I'm faster writing it myself. I have to spend time explaining myself to a bot that might not even process what I've said correctly and will produce utter rubbish. Why spend the time trying to exlain what you want to do to a bot, when you could just do it yourself.
@ErikBongers
@ErikBongers 2 ай бұрын
@@omri9325 True. Actually, that's the main reason i use test sets: to check if I didn't break anything.
@Kane0123
@Kane0123 2 ай бұрын
Skill Issue. All you have to do is include "make sure you understand all the functions correctly" to your prompt.
@rns10
@rns10 2 ай бұрын
CoPilot is like asking a intelligent leetcoder to write production ready application code who only wrote algos but not web apps.
@melkorbane
@melkorbane 2 ай бұрын
This is because those guys are exactly who trained the models lol.
@rns10
@rns10 2 ай бұрын
@@melkorbane Agreed, the human aspect is overlooked and only working on metrics of accuracy but not measuring human evaluation if its giving good results. Its still in beta and its microsoft tool. So we know how it always goes.
@kristianlavigne8270
@kristianlavigne8270 Ай бұрын
Imagine when the Calculator became mainstream… 😅
@javiasilis
@javiasilis 2 ай бұрын
The magic about cursor is the combination of Claude + Deep Integration within the code editor.
@fritzstauffacher6931
@fritzstauffacher6931 Ай бұрын
Yup you can tell cursor is doing chain of thought under the hood.
@danewhitfield6498
@danewhitfield6498 2 ай бұрын
“what the fuck did that do” made me absolute crease, just caught me off guard and I belly laughed.
@_kostant
@_kostant 2 ай бұрын
Read your comment as he said it 😂 perfect timing
@radiradinot
@radiradinot 2 ай бұрын
Time and time again, I get this feeling that I worked and studied to become a Software Developer, not an AI Wrangler.
@roccociccone597
@roccociccone597 2 ай бұрын
which is exactly why I stopped using this AI nonsense. It was cool in the beginning
@korbpw
@korbpw 2 ай бұрын
Either adapt to use it, or get left behind? If you know how to use it, can make you very fast.
@yassir-eh
@yassir-eh 2 ай бұрын
@@korbpw too risky, most of the times it's better to do things yourself, otherwise you'll be stuck asking copilot to fix the already messed up generated code which will only make it worst lmfao
@korbpw
@korbpw 2 ай бұрын
@@yassir-eh using it wrong, you can be imperative with the prompts, so it will produce the code you want, if something's wrong, it's your fault, the level of freedom you give it is controlled by you, disconsidering the hallucinations.
@FalconCodes-dx2nj
@FalconCodes-dx2nj 2 ай бұрын
@@korbpw 1. Using it wrong? I'm sorry but there is no definitive right way to prompt an AI, yes there are things that can make the prompt better, be there is no certainity that a prompt will give you a 100% correct answer. But fixing something using the correct logic yourself has better certainity, if both take the same amount of time becuase you are stuck trying to figure out what to ask the AI then why not just fix it yourself and Use AI for things that are just mundane and tedious. 2. Accuracy, right now a really good programmer can match a LLM model's accuracy in fixing bugs if the task is hard to explain to the AI. So its better to just do it yourself
@ar_xiv
@ar_xiv 2 ай бұрын
Sublime text has the remarkable new feature of staying the same forever. It’s like a 90s pickup truck. It does what you want it to do and not much else
@DarthVader11912
@DarthVader11912 2 ай бұрын
I only use chatgpt and I don't even use it in my editor. I just use it to plan my projects or to learn something new quickly.
@kipchickensout
@kipchickensout 21 күн бұрын
I've used both and I feel like the method you're describing just always works better and more reliable, even though you have to go to your browser
@benbowers3613
@benbowers3613 2 ай бұрын
"The point about test is they assert the HUMAN'S expectations." Very well put. I would extend the same to TYPES. You should be the one defining the interfaces and therefore the RELATIONSHIPS between modules and functions. THEN start tabbing some auto complete with firm guard rails in place.
@korbpw
@korbpw 2 ай бұрын
Isn't LLMs copying human behaviour including flaws, biases?
@PatrikTheDev
@PatrikTheDev 2 ай бұрын
I love that Cursor’s solution to Jest not working is switching to Vitest, that’s based AF
@LukePighetti
@LukePighetti 2 ай бұрын
most human LLM response ive ever seen
@PatrikTheDev
@PatrikTheDev 2 ай бұрын
@@LukePighetti oh hi Luke! also yes, whatever they’re doing with their prompts is working
@IvanRandomDude
@IvanRandomDude 2 ай бұрын
The race who is going to milk the developers the most is heating up.
@othercryptoaccount
@othercryptoaccount Ай бұрын
Cursor gives tremendous value what are you talkinga bout
@dus10dnd
@dus10dnd Ай бұрын
Manual code reviews as a team are highly valuable. We used to do this when I was a junior developer and they were fantastic. We would get together as our small team and review the changes made throughout the week. We literally reviewed every change. Now, our commits were not always the smallest (before the days of DevOps and microservices, though we were mostly doing DevOps and single it web development... it was already microservices... because web pages were their own code). It could still be done today, but perhaps picking a subset of changes to review would work, as well. Being able to discuss the changes, the patterns, etc. that were implemented made for highly quality code in the future.
@steve-adams
@steve-adams 2 ай бұрын
4:40 vitest allows for in source testing, but like you mentioned shortly before the timestamp… Tests sometimes have way more code than the functions they test. The size of files can really blow up. But you can have vite prune it in production and avoid exporting everything. I often find I only want to test exported code anyway, though. Anything that isn’t exported will be used in the exported function, and their behaviour is tested in a more integrated way which I prefer all around. I’m not a 100% coverage kind of person.
@readyplayer2197
@readyplayer2197 2 ай бұрын
I'm starting to get sick of all "THIS IS THE NEXT IDE" videos. First, zed, then cursor, now back to vscode. Man, just use nvim!
@qubok
@qubok 2 ай бұрын
Literally me!
@aaronmcadam
@aaronmcadam 2 ай бұрын
avante.nvim looks interesting though
@abdullahzafar4401
@abdullahzafar4401 Ай бұрын
Zed is Actually something new
@readyplayer2197
@readyplayer2197 Ай бұрын
@@abdullahzafar4401 Tried it, just isnt as appealing to me.
@othercryptoaccount
@othercryptoaccount Ай бұрын
Does nvim have cursor like autocomplete features?
@rodjenihm
@rodjenihm 2 ай бұрын
It is becoming increasingly hard to pick the right AI assistant. There are already dozens of them and you cannot fully try them all to decide which one suits you the best.
@roccociccone597
@roccociccone597 2 ай бұрын
they're all equally useless. I tried them for like 6 months and they didn't make me any more productive.
@jaymalby
@jaymalby Ай бұрын
“But it doesn’t seem to work for useful things” seems like a pretty good summary of a lot of LLM stuff involving code 😅
@trietang2304
@trietang2304 2 ай бұрын
Theo Ad section is now a aesthetic PM and a skater boy dev
@jsxica3751
@jsxica3751 2 ай бұрын
I'm ready for this to be a whole sitcom
@karansethia1037
@karansethia1037 2 ай бұрын
Vim users: look at what they need to mimic a fraction of our power
@ichigo_husky
@ichigo_husky 2 ай бұрын
Could you enlighten me what's the equivalent in Vim? Thanks in advance.
@Varadiio
@Varadiio 2 ай бұрын
But imagine how efficient an LLM would be at managing everything from a CLI ...and it's gone.
@harunyussuf3593
@harunyussuf3593 2 ай бұрын
​@@ichigo_huskyWell if you have time, you can configure anything you want, and it's easy thanks to the neovim ecosystem, you literally create your own editing environment, for free.
@DarthVader11912
@DarthVader11912 2 ай бұрын
@@ichigo_husky Vim can let you do whatever you want with your editor. Same with Emacs.
@ckpioo
@ckpioo 2 ай бұрын
​@@ichigo_husky do it on your own, you can mimic everything and much more in vim
@raswonders
@raswonders 2 ай бұрын
Cursor has some awesome UX, and that makes difference for me. Copilot team even though very active they seem to be focusing more on expanding features rather than polishing base experience.
@kipchickensout
@kipchickensout 21 күн бұрын
This video perfectly summarized what I've been dealing with writing C# using Copilot or Codeium, partly the plugins don't work, and partly their answers are just complete bullshit or don't write in the style they should write in - and then you post your code into ChatGPT instead and that works way better for some reason
@lalit5408
@lalit5408 2 ай бұрын
Cursor's product is VSC (MS) and chatGPT (MS). Microsoft can kill it whenever they see it fit.
@thismightbetwo
@thismightbetwo 2 ай бұрын
microsoft does not own chatgpt they just have a big part in it
@MNbenMN
@MNbenMN 2 ай бұрын
​@@thismightbetwoMS does not need to own the thing to exert control over that thing
@melkorbane
@melkorbane 2 ай бұрын
Nah. Claude is the secret sauce of cursor and a lot of impressive seeming ai products that are just Claude wrappers. It’s significantly better than chat gpt and therefore anything Msft has. Chat gpt has a serious model drift problem
@floydjones5053
@floydjones5053 Ай бұрын
​@@melkorbane Claude is definitely not as good as Chatgpt o1
@kristianlavigne8270
@kristianlavigne8270 Ай бұрын
Better to control than to own (tax reasons). Why all the super wealthy put all their money in Trusts and Foundations, such as the Bill and Melinda Gates foundation. Has nothing to do with charity… same with Warren Buffet 😅
@boomertester
@boomertester 2 ай бұрын
1000% agree on your comment about testing. Thank you! 😍This is why human testers / QA Engineers / SDETs are still going to be needed for quite some time.
@rampwuff
@rampwuff 2 ай бұрын
Honestly, I’m okay with AI/LLMs sucking at writing or rewriting chunks of code. I can do those things myself and most of the time those kind of things aren’t really a time sink. Where I want AI/LLM tools to be good at is doing the mundane stuff: autocompleting things I was already planning to write (like comments or rewriting a bunch of same-y code), filling in mock data and checking if I could write something more efficiently. And that’s already been quite good and reliable with most of these tools (if you keep their pitfalls in mind) in my opinion. When it tries to do more advanced stuff and I have no idea whether or not the answer is reliable or efficient, I might as well not use it. It takes as much time to google if my LLM tool screwed up as googling how to solve it on my own.
@hackur
@hackur Ай бұрын
Also restricting it to not use certain things or saying "use the packages I already have in the project". But you can be more specific bout how you expect it to make things type safe. Give it examples of good and bad, etc. Also ask it to explain the answers so you can tell it what to not do. Cursor also has the "include all files as context" which is interesting (CTRL+Enter when you send a chat in Cursor). The inline spinners imply that it's doing some kind of chain of thought pre-processing of all the documents before it reads your instructions.
@tea_otomo
@tea_otomo 2 ай бұрын
I fear that Junior devs will use these AI features and flood code bases with generated code that is not even needed...
@autohmae
@autohmae 2 ай бұрын
Worse, we don't know what the license of the original code used was.
@heynicolas
@heynicolas 2 ай бұрын
thats what code reviews by seniors are for.
@andreilucasgoncalves1416
@andreilucasgoncalves1416 2 ай бұрын
You don't need to fear it, just accept that it will be the new reality 😂😂😂
@TheStone190
@TheStone190 2 ай бұрын
About AI written unit tests : Totally agree their point is to ensure the code does what a human would expect. But I also think there is a use case for ai in it. The same way a dev should understand the code written by an AI, if an AI writes tests well enough for an human to understand and review, the human can assert that the test is testing properly. What makes unit test writing such a pain is the repetitivenes of the syntax that is needed to make them feel comprehensible. Using AI would be a huge plus to make it easier. One may fear that in the long run devs might forget the proper use of unit tests entirely, but if we can get AI to be explicit enough it could also make a positive feedback loop to better understand unit tests as we write them.
@boomertester
@boomertester 2 ай бұрын
Is it wrong that watching Theo struggle with testing was cathartic? It was like, "Welcome to our world." XD
@GrahamAnderson-z7x
@GrahamAnderson-z7x 2 ай бұрын
This seems like a normal coding session, when working with AI. It’s equal parts masochistic and alluring to spend an hour to trying to teach the AI to write a 3 line method. 50 shades of AI
2 ай бұрын
Telling an open source project to use a closed source project to review their PR's is kinda off to me..
@MerkieAE
@MerkieAE Ай бұрын
Are you allowed to work on open source projects on windows or does that being closed source compromise everything?
Ай бұрын
@@MerkieAE Windows isn't a SAS system where all the data is stored in the cloud. Further Windows could be used by a developer but wouldn't be a dependency directly, you can just use something else without loosing any data.
@connorskudlarek8598
@connorskudlarek8598 2 ай бұрын
8:40 "And it's the exact same code" That has been my experience when trying to make it do something I 'really' needed to get done quickly and didn't know what to do. AI is, very seriously, dumb as hell. And the people who think it's just about to take all our jerbs are on a similar level of regurgitating information.
@connorskudlarek8598
@connorskudlarek8598 2 ай бұрын
And I will admit, I kinda was one of those people... back in Dec. 2022 when a huge increase in tech tricked my monkey brain.
@strept98
@strept98 2 ай бұрын
See my comment too.. Things like copilot has gotten SO much worse too. Now its not even usable as a oh rewrite this to take a object instead of a array of object, or oh i missed checking errors after these calls, add it
@im-luke
@im-luke Ай бұрын
I'm more lenient toward the new Copilot features since they are still in the preview stage. Once it's out of preview, I will try it and then decide whether to switch from Cursor. The half-price for Copilot is not a minor benefit for me.
@VeitLehmann
@VeitLehmann 2 ай бұрын
As of now, I'm often disabling the AI helpers. By default, they keep distracting me so much that I forget what I wanted to do, by behaving like a chatty person looking over my shoulder and talking bullshit. It's mostly noise obfuscating useful code completions. Mostly because it's missing context I guess. When I'm about to write a comment, I do this because there's some non-obvious reason. I don't want an AI to guess obvious things and talk over me, but that's what happens right now. But I use AI from time to time to help writing tests. That's so much boilerplate code to write, and I keep forgetting the nuances required for writing tests. However, this also only works well if there's not too much context needed.
@roger_that_do_you_copy
@roger_that_do_you_copy Ай бұрын
This is the vid for me where Theo started to implements ads. I like the roll and you did warn us.
@bondnikunj
@bondnikunj 18 күн бұрын
1 quick question, does it require u to pay copilot monthly subscription? I think its 10$ right?
@Archimagus
@Archimagus Ай бұрын
I've been using cursor for a little bit. And while I like a lot of it. Sometimes I find that I spend more time fighting with it's autocomplete than working with it. When it gets it wrong, it so much harder to ignore it's suggestions. And sometimes if feels like it's making changes without me confirming them.
@MailsonWei
@MailsonWei 2 ай бұрын
I got told to use cursor… but from my view point I just wait until there more stable tool come out many years before I start using it. But I don’t know why people get mad t me. I just want stable not new feature
@alanmusic3495
@alanmusic3495 2 ай бұрын
My thoughts exactly! I see everyone talking about cursor and it was tempting to use it, but honestly Im not gonna waste time to learn it if in a couple of months vscode(or some of the other main ones) come with and incredible update that'd make cursor obsolete... which Im pretty sure it's gonna happen to cursor next year.
@dodrian
@dodrian 2 ай бұрын
I feel like the 'generate tests' will be really useful for meeting BigOrg code coverage expectations, but as you hint, not actually helpful in testing user expectations.
@alaskann
@alaskann 2 ай бұрын
Someday I'll be less greedy and pay for an AI editor assistant.
@limbo3545
@limbo3545 2 ай бұрын
nah
@HT79
@HT79 2 ай бұрын
Or be even less greedy and hire a dev (who will use these to choose anyway 😂)
@elorrambasdo5233
@elorrambasdo5233 Ай бұрын
​@@HT79almost all of my coworkers have tried using these and just gone back to the normal methods.
@JJKress
@JJKress 2 ай бұрын
I get serious Map Men vibes from these sponsor segments 😆
@cb73
@cb73 2 ай бұрын
Every video… “btw I’m an investor” when you probably invest spare change through acorns lol
@MrR3set
@MrR3set 2 ай бұрын
Does it generate code on the fly based on your previous code like cursor? Writting and endpoint the way your team does it and have it auto complete or generate the rest of the endpoints for you is amazing. (Based on your models or services as well). Having the AI adapt to your code
@iqbali4u
@iqbali4u 2 ай бұрын
I dont know I feel biased but since Cursor came I am really like it, previously for so many years I was a VScode user.
@yoshrubin
@yoshrubin 2 ай бұрын
timing is off between the intro to the ad, you say "watch this ad" after the ad
@t3dotgg
@t3dotgg 2 ай бұрын
Good catch, just trimmed in YT editor it will persist in a few hours
@yoshrubin
@yoshrubin 2 ай бұрын
@@t3dotgg thanks for the great content, love the new ad format. Was sad to see you had to change the way you did the ad stuff but this is fun
@BTFranklin
@BTFranklin 2 ай бұрын
Supermaven blows all this crap away. It has been a real revelation for me, and I was a Copilot early adopter.
@keyboard_g
@keyboard_g 2 ай бұрын
Who actually thought Cursor was going to fork a Microsoft project and out compete them when it comes to DevDiv and AI?
@vetrivendhan6122
@vetrivendhan6122 2 ай бұрын
As a well experienced dev I don't need a cursor. I write a few lines of code that do many great things. Just learn clean code. Then you just need to learn new things like firebase or any API service integration while working with tasks. ❤
@-Anubhab
@-Anubhab 2 ай бұрын
So ai is "pain in my ass". Now I can focus on my career.😅
@EduardsRuzga
@EduardsRuzga 2 ай бұрын
AI coding tech will be as commoditized as calculators in the next 5 years. Every product remotely related to apps will have it as a feature. Every product that could benefit from such "AI extensions" but does not risk becoming not competitive. It's kind of like mouse input. Imagine having a Windows or Mac app that can only be used with the keyboard? Last year one term under which that was coined was "Polimorphic apps" which rewrite themselves based on user input. I do belive that the end destination of this kind of thing is integration into OS, OS provides GUI, and it will provide AI friendly app layer on the operating system level removing the need for the majority of small apps and possibly allowing customization of large apps. That is what I suspect will be slowly happening, will take a while, a lot of "tech dept" to untangle both on software and human habits level.
@kengreeff
@kengreeff Ай бұрын
AI is gonna take our jerrrbbbs
@danilaplee
@danilaplee 2 ай бұрын
Iam wondering when will typescript and vscode will get annoying enougth that we switch back to sublime and js
@srinivasjay727
@srinivasjay727 Ай бұрын
Have you tried void and how do you think about it when compared to cursor?
@henry-ng
@henry-ng Ай бұрын
The insane feature of cursor is "Cursor lets you breeze through changes by predicting your next edit.". All other feature is not important, I will not go back to Copilot until they have the feature
@gmartins-dev
@gmartins-dev 2 ай бұрын
what vscode theme are you using? I like that
@omri9325
@omri9325 2 ай бұрын
The no unchecked index typescript error thing is bullshit, the array length was checked to be 1 so reading 0 should not return undefined. I can totally understand the copilot messing it since I would've too.
@danhorus
@danhorus 2 ай бұрын
Same. I was looking at that and I couldn't find the issue. The array is known to have exactly one item and the type prevents it from being null/undefined, so what's the problem?
@_D3adB0y_
@_D3adB0y_ 2 ай бұрын
Would be great if they could use the whole folder as context, not just selected files. That way you could make updates to the whole codebase. But what do i know. Im not even a dev.
@iamsaura
@iamsaura 2 ай бұрын
Do you have a .cursorrules ? You should try to finetune your cursor to your project. You can add examples and instructions focused on your style, or have always in mind the TYPESAFETY of everything
@matthew_bub
@matthew_bub 2 ай бұрын
Using comments to drive these ai completion tools has been my preferred method for working with ai. Gotta admit, Cursor is pretty slick though.
@Leto2ndAtreides
@Leto2ndAtreides 2 ай бұрын
Hmm... New Ads... Maybe add a more obvious transition ("And now, a word from our sponsors") - the flow needs to be smoothed out a little somehow. Otherwise, cool idea... May have been good to go slightly deeper on the Review App suggestion, and how it works.
@codesius
@codesius 2 ай бұрын
I believe the inline chat/commants and chat are separate settings, and the instructions you gave it were set in the Chat setting, not in the inline command setting.
@sortof3337
@sortof3337 2 ай бұрын
Theo switches tools like they are clothes.
@_ronini
@_ronini Ай бұрын
I've been using Zed and that experience has been pretty great so far
@prince_ofori
@prince_ofori 2 ай бұрын
It's funny how programmers see the writing on the wall yet keep looking forward to better AI assistants but Figma doesn't have the spine to release Make Designs. Really hoping there's a Cursor-like Figma killer in the works. v0 doesn't really solve the rapid ideation and prototyping plain designs do
@j.r.r.tolkien8724
@j.r.r.tolkien8724 Ай бұрын
Has anyone noticed VSCode became real slow lately? Everyone used to say it was slow but I had not noticed that until very recently. I wonder why.
@ThaRealIansanity
@ThaRealIansanity Ай бұрын
lol solution to when every possible key binding is already taken. "F*ck that, delete"
@yairvsync
@yairvsync 2 ай бұрын
With Cursor I can chose which AI API is used. In this video here you use co-pilot which uses the despicable OpenAI API. Tons of bad feeling from me for everything-OpenAi. vscode is Microsoft-owned, and they of course want to push co-pilot hard since they've invested tons in OpenAI.
@Younex
@Younex 2 ай бұрын
Like a wise man once said: "If it's not free, it's not for me" "If you're gonna ask me to pay, get the f away"
@jjpp1993
@jjpp1993 2 ай бұрын
ai assistant driven development is impressive but still not hacked. you switch from a designer into an assembler. I wouldn’t recommend new people just dive into it as you do need some experience to stitch things together in a way that is functional and maintainable
@kengreeff
@kengreeff Ай бұрын
New ad breaks are great!!
@nightm3
@nightm3 2 ай бұрын
I love the comparision. Can you do the same for ZED editor with Zed AI?
@thiagomachado4316
@thiagomachado4316 Ай бұрын
some VSCode settings have to close the VSCode and reopen to work. Maybe this is the case. Just entirely close VSCode and reopen it and test again.
@wyllmRox
@wyllmRox 2 ай бұрын
ok now when is the LSP going to catch up
@markmelvin4254
@markmelvin4254 2 ай бұрын
The pig-latin usage is the most useful feature 🤣
@abdullahzafar4401
@abdullahzafar4401 2 ай бұрын
Zed with Supermaven and Claude AI is just AWESOME My laptop have 16gb ram and as a react-native dev, I need atleast a browser with some tabs and an emulator always opened Vscode is good but it's SUCH A RAM HOG I wish a better font and easier prettier integration in zed but still better overall than vscode
@its_ot
@its_ot Ай бұрын
"none of that makes any sense to me, let's see what they really added." LOL
@aghileslounis
@aghileslounis 2 ай бұрын
I auto like your videos before watching btw 🙂 I highly recommend you check someone really good with Cursor to see how you could use it to it's full potential. You're using the "Composer" feature a lot, where it's not the best to use. Also, you biased the Cursor solution with the VScode solution. That's why it was bad, i tried the same thing and it was way better. In your last video about Cursor, I saw that you'were not using the context and the CMD+L at all, which is the most powerful at current moment.
@VivekYadav-ds8oz
@VivekYadav-ds8oz 2 ай бұрын
Behold, the result of multi-billion dollars worth of research and funding - broken on first few prompts. Here's to wishing the trend continues 🙏
@fuscafuscafusca
@fuscafuscafusca 2 ай бұрын
the ad sections are getting better lol
@Greedygoblingames
@Greedygoblingames 2 ай бұрын
I think using AI to write unit tests is fine as long as you are actively reviewing the tests that it spews out in considerable detail, otherwise there's no point writing tests. Unfortunately I suspect the reality will be that too many devs will implicitly trust the AI generated tests without any consideration.
@codeChuck
@codeChuck 24 күн бұрын
I'm too old fashioned, does not have any ai in my editor and did'nt try one. Only watching you tried a lot of them :D
@rea9lizer
@rea9lizer 2 ай бұрын
Honestly I don't need any of that... I just want the Cursur Tab and cursur predict feature and nothing else
@tiquortoo
@tiquortoo 2 ай бұрын
The functionality added seems more in response to Sourcegraph Cody.
@adib.z
@adib.z Ай бұрын
died at 4:35 HAHAHHA -> but yes, nothing beats having to export everything ser 🤣
@zenpool
@zenpool 2 ай бұрын
Ive no need of cursor when supermaven already satisfies my needs
@Ruzgfpegk
@Ruzgfpegk 2 ай бұрын
Supermaven is also starting to work on an editor.
@besizzo
@besizzo 2 ай бұрын
@@Ruzgfpegk You mean their own editor? Is this gonna be a VScode fork?
@Ruzgfpegk
@Ruzgfpegk 2 ай бұрын
​@@besizzo My other comment got blocked because I linked to their website but yeah, they raised $12M for it and the wording seems to point to a new editor.
@solivagrey1707
@solivagrey1707 2 ай бұрын
​@@besizzo I think they meant Visual Studio or Rider, IDE in general
@Ruzgfpegk
@Ruzgfpegk 2 ай бұрын
@@solivagrey1707 My comments went to the mod queue because I put an URL to their website, but they raised $12M "to build a text editor" so it looks like it's a new one.
@toadlguy
@toadlguy Ай бұрын
The title of this should be CoPilot (in VS Code) is fighting back. I thought the VS Code codebase was being updated to work more like Cursor 😢
@MadafakinRio
@MadafakinRio 2 ай бұрын
lol I respect that "I'm gonna leave this here so that it fucks me the next time I open VS Code", a man who values comedy over productivity even at his own expense
@Dystopian1
@Dystopian1 Ай бұрын
Cursor makes same mystake theo: cool Later vscode does the same. Theo: this is not good as cursor😂😂😂😂
@mattsmith8366
@mattsmith8366 Ай бұрын
Cursor is way better for someone who doesn't code everyday and needs some heavy help. Glad they added o1 to paid plans
@krumbergify
@krumbergify 2 ай бұрын
Making tests from existing code is so wrong! Tests define contracts which your function should comply with, but they should not be dependent on your implementation! If you write tests after the fact then your tests just ensure that your code does whatever your code does, they don’t help you at all. What would be useful is if you wrote tests and let the A.I. implement the code
@Dystopian1
@Dystopian1 Ай бұрын
Cursor makes same mistake theo: cool Later vscode does the same. Theo: this is not good as cursor😂😂😂😂
@opensourcedev22
@opensourcedev22 2 ай бұрын
I can use continue dev extension to send directories in context and I can use any model, including local Ollama... Is all of this for Copilot only ?
@razdingz
@razdingz 2 ай бұрын
friend , how you learn to make so many different faces ? its like infinity
@TheBlackClockOfTime
@TheBlackClockOfTime 2 ай бұрын
Cursor is for people who don't know how to code, but know some basics (like myself). I will never be able to use whatever this is.
@guidogennari95
@guidogennari95 2 ай бұрын
Your camera brightness is getting dimmer with every video 😅
@Haloxx
@Haloxx Ай бұрын
what theme are you using?
@heinzerbrew
@heinzerbrew 2 ай бұрын
How is using two different prompts a fair comparison?
@rupture007
@rupture007 2 ай бұрын
It's not even enough for me to try cursor, but to be fair. If I was going to switch off vscode I would go back to Neovim anyway.
This tool annoyed me (so I built a free version)
19:38
Theo - t3․gg
Рет қаралды 134 М.
Is this the WORST CODE I've EVER SEEN? // Code Review
24:28
The Cherno
Рет қаралды 69 М.
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 4,6 МЛН
The Ultimate Sausage Prank! Watch Their Reactions 😂🌭 #Unexpected
00:17
La La Life Shorts
Рет қаралды 6 МЛН
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 371 М.
Did GitHub Just Kill Cursor? (NEW Copilot + Spark Update 2024)
6:11
AI Code Pathways
Рет қаралды 4,7 М.
The animation library you should probably be using
12:24
Theo - t3․gg
Рет қаралды 37 М.
Microservices are Technical Debt
31:59
NeetCodeIO
Рет қаралды 630 М.
ChatGPT-o1 Created A Programming Language...
19:45
Conner Ardman
Рет қаралды 130 М.
Does Deno 2 really uncomplicate JavaScript?
8:55
Beyond Fireship
Рет қаралды 457 М.
Cursor vs Bolt vs Replit vs v0 [Best AI Coding Tool]
27:13
Cursor AI Tutorial for Beginners (How I Code 159% Faster)
26:27
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 4,6 МЛН