Not quite sure what the major difference is. Apart from UI changes and terminal inside composer. All things that "agent" is doing now was already possible before with previous cursor composer.
@surfaceoftheoesjКүн бұрын
😂
@moomba0Күн бұрын
This explanation was great, can't wait for the second one. I'm a frontend engineer and just started getting projects building assistant UI/UX so this is soooo useful to understand.
@DevelopersDigestКүн бұрын
Thank you, I’m glad you found this helpful!
@calmsimonКүн бұрын
Thank you Jesus
@DevelopersDigestКүн бұрын
Thanks for watching!
@extremelylucky999Күн бұрын
Exactly what I said.
@saabirmohamed636Күн бұрын
best channel ! , I hope you definitely do a follow with details of how to manage this.. I need 'user artefacts' trying to also make UI elements dynamically draw through prompts, for my client. I'm struggling with the reasoning about how to present the elements and managing it...
@DevelopersDigestКүн бұрын
Thank you - I have a number of videos I need to work through over the coming couple weeks but more to come on the details + specifics.
@balamuruganb2 күн бұрын
What is the value here? Reading out the blog post?
@EdoardoCilia2 күн бұрын
Very interesting video! I suggest a deep dive into the backend of this setup for part 2, with an even more detailed analysis of the system prompt. Looking forward to seeing this evolve into a series of videos.
@DevelopersDigestКүн бұрын
Thank you - great suggestion. The back end in combination with the system prompt as well as beginning the front end would be my thoughts for part 2.
@EddyLeeKhane2 күн бұрын
Youre becoming one of my favorite IDE tester out there pleasent voice and flow aswell
@DevelopersDigest2 күн бұрын
Thank you ❤️
@sonny54972 күн бұрын
you are one of the best channels on all things tech 💯 up to the point and hugely informative, thanks mate for your helpful videos, cheers
@DevelopersDigest2 күн бұрын
That means a lot - thank you ❤️
@nickolasyounker2 күн бұрын
Is there a RFC?
@dawid_dahl2 күн бұрын
I think this will be really useful in two years or so. Thanks for the video! 🙏🏻
@DevelopersDigest2 күн бұрын
Thank you for watching!
@dudepowpow2 күн бұрын
What color theme are you using in Cursor?
@DevelopersDigest2 күн бұрын
Cobalt2
@LucianoTonet2 күн бұрын
So the core concept is those "old" tool callings of moderns LLMs, but in a weird new standard. OpenAI did those ChatGPT plugins on top of that, then after changed to function calling inside Custom GPTs. Langchain and the community built a lot of tools based on that too. Context Protocol doesn't seem to be the proper name.
@aapanel67032 күн бұрын
❤❤Thanks for this short overview. aaPanel supports one-click deployment of dify
@DevelopersDigest2 күн бұрын
Thanks - neat!
@jackbauer3222 күн бұрын
Still don't understand what this shit is and how you can use it for something else than Claude
@liberty-matrix2 күн бұрын
"The hottest new programming language is English." ~Andrej Karpathy
@studiomonty2 күн бұрын
Thanks a lot! Working like a charm
@DevelopersDigest2 күн бұрын
You’re welcome! Thanks for watching!
@AI_Studio_72 күн бұрын
As a Suno user, I feel V4 has better sound quality over V3.5, but V3.5 is still more consistent in speech recognition when creating personas. It's improving though. Great video!
@DevelopersDigest2 күн бұрын
Thank you for the comment! That is really helpful feedback, I personally hadn’t spent too much time with v3.5 so this is good to know!
@kluther92862 күн бұрын
how secure is the data that the AI is reading?
@DevelopersDigest2 күн бұрын
Some info on Anthropocene if interested; Anthropic builds frontier AI models backed by uncompromising integrity. With accessibility via AWS and GCP, SOC 2 Type II certification, and HIPAA compliance options, Claude adheres to the security practices your enterprise demands. www.anthropic.com/claude#:~:text=Anthropic%20builds%20frontier%20AI%20models%20backed%20by%20uncompromising%20integrity.&text=With%20accessibility%20via%20AWS%20and,security%20practices%20your%20enterprise%20demands.
@GamersPlus-2 күн бұрын
The Audio of this Vid is Fake, the speaker doesn't inhale or exhale while speaking
@DevelopersDigest2 күн бұрын
This is my voice lol
@DarylManderКүн бұрын
You’ve never heard of video editing before? 😂
@bradwrobleski5682 күн бұрын
Excellent! Keep up the great communication! Teaching….
@DevelopersDigest2 күн бұрын
Thank you! 🙏
@nufh2 күн бұрын
How is it compared with Windsurf?
@DevelopersDigest2 күн бұрын
Similar in a lot of ways - I made a similar demo when I tested Windsurf here for anyone interested: kzbin.info/www/bejne/qnOxXqhqjMysjNk
@iceshoqer2 күн бұрын
I’ve watched 3 videos, nobody can basically explain what these MCP things do basically
@luisjaimemartinez68482 күн бұрын
I believe this MCP tries to provide an unified way to define context and tools for LLM usage. So far, devs started working on their own tools and tool definitions and provide those to LLM. One thing that you find down this way is that its difficult to control how LLM will use this tools and its also difficult to standardize tool outputs so LLMs can use the tools effectively. Also you need to define access to the tools in an agent by agent basis, so an standardize discovery method can be also beneficial (but comes to mind how we are going to implement the permissioning). With this vendors could possibly better control how their tools are published to LLMs and LLMS can also benefit as tool usage fine tuning can be achieved for popular vendor tools.
@patruffКүн бұрын
You can talk to your LLM about your files
@TheFutureThoughtExchange8 сағат бұрын
In simple terms, MCP is a standardized way to connect AI models (like Claude) with different data sources - imagine it as a universal translator that lets AI assistants talk to various systems like databases, code repositories, or document storage.
@tomgreen82462 күн бұрын
It's basically a purpose built.vector rag type solution, as opposed to using those for the same purpose with less accuracy. I'll be trying it, should be easy to get going
@realhelmi2 күн бұрын
I think you're bringing up some important points in your video by pointing out possible issues with it going in the wrong direction on those longer running agentic tasks. I think that's currently one of the most important issues with Windsurf and the new Cursor agent as well. Keeping AI within the boundaries you want it and not throw over certain parts of your application. I have played around with that quite a bit, trying to let it write some documentation that is mentioned over and over again to have it take care of certain apsects or always be aware of certain goals of the project. My personal experience so far isn't that great - haven't found a reliable way to not break some features over time here and there by not explicitly telling it not to touch it or be careful not to throw things over. In my opinion one of the most challenging problems right now with AI guided development.
@sjkba2 күн бұрын
I love that you're pointing out this exists. I think it would be even cooler to focus on your take and what it means. What are the implications in your expert opinion? You don't have to be right. I just want to hear what you think.
@DevelopersDigest2 күн бұрын
Hey thanks for the comment - I appreciate that. I will keep that in mind in future videos.
@dpublep2 күн бұрын
My programming language will be German 😜 Thanks for the video.
@DevelopersDigest2 күн бұрын
Thanks for watching! Side note - I just got an email that apparently my videos will be automatically dubbed to German soon. You'll have to let me know how I sound 😅
@witness10132 күн бұрын
Cursor is terrible compared to Windsurf - composer is a sad rip-off of the WindSurf feature set and now Cursor trying to play catchup.
@dpublep2 күн бұрын
In my experience, it's the other way around. Windsurf gave me code suggestions that were completely wrong. I will remain loyal to Cusor for the time being.
@ArcanoIncantatore2 күн бұрын
@@dpublep I totally agree with you, I've tried two times to use Cascade for testing purposes, to build a single page portfolio webpage and to build an overlay timer app. In both cases, at a certain point, it started to hallucinate and started do senseless things that broke the initial results. I've tried the same with Composer Agent and the results are almost exactly what I needed at first try, and even considering that they had an issue today on performances and that it has been released yesterday.
@ArcanoIncantatore2 күн бұрын
@@dpublep I confirm: today with the Cursor Agent I made a timer app in Python that starts and stops with recordings in OBS studio in the time it took me (without success) to make Cascade understand that I needed a borderless window... Plus I was able, in the process, to reference official OBS documentation and make a screenshot of the window to correct some minor problems. The latter two aren't possible with Windsurf right now. Plus I add, but that's personal taste, even if the overall layout of Windsurf is nice, I prefer the look and feel of Cursor that seems a VS Code on steroids
@DevelopersDigest2 күн бұрын
@@ArcanoIncantatore The documentation piece is something that I love using in cursor as well, I have seen that be a common complaint for Windsurf right now. But both are still just weeks (or days) old I would imagine we will see that soon in Windsurf
@romaind48532 күн бұрын
I mean... I know its the 1st iteration, but if you have to fix everything after every prompt, you are not gaining time but wasting... Personaly i'll stick to the chat window, and we'll see in the future... Thx for the presentation though 👍
@DevelopersDigest2 күн бұрын
Thanks for watching!
@0xTomsterКүн бұрын
Yeah I tried to use windsurf to buồn a simple chat app and it took more time fixing the issues than it was coding it myself.
@rubslopes2 күн бұрын
That's also my experience with these tools... They fiz one thing and break another. Asking one little thing at a time helps, as well as being very specific about the bugs. Thank you for the great overview!
@DevelopersDigest2 күн бұрын
Thanks for watching!
@AlanJames19873 күн бұрын
I am really interested in this because RAG but I doubt what they are saying I have not implemented this in low level code but this seems like another "standard" API that many companies have proposed and have failed to catch on. It's "1 API to rule them all" but it's Anthropic (18 billion) vs Google, Microsoft, Apple, etc, (∞ billion) where Anthropic is telling them what to do. This has never worked and will never work because of something called a "technology moat". The only company that has countered this is Zapier, but only because they wrote 10,000 integrations with different data providers. Please discuss this with me if you are in the know.
@AlanJames19873 күн бұрын
Implementing MCP makes it easier for Anthropic to implement RAG / search but makes it much harder for other companies. Other companies will not implement an API for you... They will only implement things that make them money. This will not make them money when they can spin up an Ollama instance and implement decent LLM search support. The "moat" / "walled garden" approach will always make more money.
@jnevercast3 күн бұрын
@@AlanJames1987strong disagree this is a simple open source protocol+ library, other companies would be crazy not to get involved so they can persuade its direction ai companies know they dont have a moat, what matters is the integrations, taking deployable intelligence and giving it access to things so it can do something useful MCP is built on top of standard inter process communication (stdio) and async messaging http (server side events), the protocol is simple and already based on "standards" like conversation messages and tool calling which OpenAI started and now every LLM API uses so yeah, i imagine this will be adopted.
@AlanJames19872 күн бұрын
I guess time will tell. I've seen this play out 6-8 other times in my 20 year career as a programmer. But I wish this the best and think this will be a success for the first time ever. Oh yeah, unrelated, please look up "XKCD Standards". It's not related to this at all
@Rami_Elkady3 күн бұрын
Are going to show us how to use this anytime this year ?
@lancemarchetti86733 күн бұрын
Brilliant
@namanhajela3 күн бұрын
How are you using tool calling in claude web?
@jnevercast3 күн бұрын
I believe that would have been Claude for Deaktop
@namanhajela2 күн бұрын
@@jnevercast is that a mac only feature
@Swooshii-u4e3 күн бұрын
That music is way too loud
@DevelopersDigest3 күн бұрын
Sorry! Thanks for the feedback 🙂
@Swooshii-u4e2 күн бұрын
@DevelopersDigest I had finished watching one of your long videos and then you hit me hard with that music. I rushed to turn the volume down. You caught me off guard
@DevelopersDigest2 күн бұрын
@@Swooshii-u4e Thank you - this was when I was experimenting with shorts which I haven't done for a while (I almost forgot about this one). I will see if I can maybe lower the volume on this one in the KZbin editor. I do appreciate you bringing this up !
@OnyxStudiosInteractive3 күн бұрын
Sounds like a cross between automation tools like n8n and assistants where the assistants can access a variety of data sources without needing custom API integrations
@ngocanho1473 күн бұрын
i need features like in Cursor hmu...
@DevelopersDigest3 күн бұрын
I agree - it will be really interesting to see how this is tackled!
@thesvalker37204 күн бұрын
I accidentally listened to several songs on the main page and there is no noise and distortion! The quality is almost like that of Udio, even written in version 3
@jothepro10134 күн бұрын
i put in all of my journal entries dating back 7 years and well over 100'000 words. the results were insane, freaky and cool. Having 2 people talk in depth about my evolution over those 7 years and about key moments in my life
@DevelopersDigest4 күн бұрын
Wow 😮 I can only imagine what it would have been like to listen to. Thanks for sharing ❤️
@Dluzak16 күн бұрын
"adds type annotations everywhere": actually adds "any" everywhere, which completely does nothing more, then actual simple script would do XD
@DevelopersDigest6 күн бұрын
Yes - in fairness, since time of recording I believe it has gotten considerably better! This was recorded before even gpt-4 came out 🙂
@tackmerci93136 күн бұрын
Many thanks! Is there anyway that we can limit the time of the podcast? I mean making it 5 minutes instead of 10 minutes.
@DevelopersDigest6 күн бұрын
I don’t believe yet! Would be great if possible
@seecmellikew7 күн бұрын
Any luck deploying?
@DevelopersDigest6 күн бұрын
I haven’t had a chance to circle back to this yet! I did see cloudflare had a really nice looking relay for this though that I have been meaning to try!
@BigFrogs4x47 күн бұрын
Can we do songs longer than 4 minutes?
@abram7307 күн бұрын
yes, you can extend songs for more credits.
@BigFrogs4x45 күн бұрын
@@abram730 how? I try to hit the extend and it just gives me a shorter version of song. Or so i need to splice them together? Plus v3 is only giving me 3.14 min long songs.
@abram7305 күн бұрын
@@BigFrogs4x4 After done you need to get the full song to combine the first part/parts in. You do that on the last song part.
@BigFrogs4x45 күн бұрын
@@abram730I will see if I can figure it out. Thanks
@justinbraveheart267 күн бұрын
The vocals are much better and the compression much better but if it had the same audio quality as udio then suno would be the killer. Suno is good for certain type of music where there is less beats involved. They should add options like no beats.
@DevelopersDigest6 күн бұрын
I have not used audio yet, what do you like about Udio compared to suno?
@justinbraveheart266 күн бұрын
@@DevelopersDigest The sound quality. Suno is still not a professional tool to make music with. The quality of the music is poor. I must admit it has been improved a bit due to less compression used on louder parts but the audio quality is low. udio has passed suno miles away. The quality from udio is outstanding. Good limitation and warm sound and the overal mix is professional.
@DevelopersDigest6 күн бұрын
@@justinbraveheart26 Very interesting - I will have to try Udio next. Ty for the feedback!
@justinbraveheart266 күн бұрын
@@DevelopersDigest Yeah you will find out that the quality of suno is not even near udio. I create music for a profession and udio is the only music AI generator which is capable of creating good sounding professional music. When you save the wave you can then even master the file because they have left around -6db till-4db of headroom for mastering. So you can even maximize the already amazing premaster.
@Tavax3y7 күн бұрын
PLEASE HELP ME GUYS! I wanna remaster a song that i’ve done with a different profile then my main account (where i have a paid subscription with the V4) but i can’t see the “get the whole song” option that i see with others people song in the app home. I’ve made the song public with the other account, but still i don’t see the option. U need another subscription in the other account? Or there’s a way without it? Please let me know 🙏🏻🙏🏻🙏🏻 thanks a lot
@DevelopersDigest4 күн бұрын
I think you can only add up to 120 seconds atm!
@sonny54977 күн бұрын
mind blowing 🔥
@DevelopersDigest6 күн бұрын
Absolutely 🔥
@ArekMateusiak8 күн бұрын
Hmm... to bad I cant create flows myself, like i would like to use my own flows to include vector data for some tasks (like new documentation) or so...
@DevelopersDigest4 күн бұрын
Missing documentation would be really nice - I don’t use the image feature too much in cursor but I have seen a number of people request this feature as well which would be nice. More @context especially outside the code base would be really nocw
@lokeshr97948 күн бұрын
Cool
@TayoEXE8 күн бұрын
2500 credits was more than enough for $10 in my opinion. I had so much fun my first month, and I'm excited to see what V4 can do since 3.5 is already really good.
@DevelopersDigest8 күн бұрын
Agree! Gives you lots of credits to really play around with for $10