Back to Blog
1 min read

NEW Claude Sonnet 3.7 + Cursor AI IDE = Easy Coding AI Agent!🤖 Claude Coder

NEW Build Anything Claude Sonnet 3.7 + Cursor AI IDE = Easy Coding AI Agent!🤖 Claude Coder

https://www.anthropic.com/news/claude...

https://www.anthropic.com/claude/sonnet

https://www.cursor.com

https://docs.anthropic.com/en/docs/ag...

https://x.com/AnthropicAI/status/1894...

https://www.anthropic.com/research/vi...

Book a call with me 👉 https://executivestride.com/apply

Accelerate Your Stride With AI Agents🤖📞 https://strideagents.com

🤖 FREE STRIDE AI COMMUNITY!

https://community.executivestride.com...

My n8n indepth course:

   • The Best FREE n8n RAG AI Agents Course!🤖 C...  

🐱 Github Repo!

https://github.com/joshpocock/Stride-...

📄 79 n8n Agent Page Document!

https://docs.google.com/document/d/1n...

🤑 FREE VALUE:

👉 Free 6-Day Accelerate Your Stride Challenge: https://accelerateyourstride.com 👈

📞 BOOK A FREE STRIDE SCALING SESSION 📞

===============================

👉 https://executivestride.com/apply 👈

===============================

FREE FACEBOOK & DISCORD COMMUNITY (EXCLUSIVE RESOURCES, TEMPLATES, AND TRAININGS)

👉 https://stridecommunity.com 👈

📱 Follow Me On Other Socials & Lets Connect!

Instagram:   / joshfpocock  

LinkedIn:   / joshpocock13  

Facebook:   / joshpocock13  

Twitter/X:   / joshfpocock  

TikTok:   / joshfpocock  

👇 CLICK HERE TO SUBSCRIBE FOR FREE

===============================

👉 http://bit.ly/SUBSCRIBE2JOSH 👈

📞 BOOK A FREE STRIDE SCALING SESSION 📞

===============================

👉 https://executivestride.com/apply 👈

THE BEST CRM IN THE WORLD 🌎

14-Day free trial to GoHighLevel:

👉 https://gostridelevel.com/

⌛ Timestamps

00:00 - Introduction to Claude Sonnet 3.7 and Key Differences

00:46 - Using Claude Sonnet 3.7 in Cursor AI IDE

01:33 - Building a YouTube Transcript to Content Creation App

02:48 - Claude Sonnet 3.7's Code Generation and App Structure

04:06 - Debugging and Fixing Errors in the App

05:39 - Exploring Content Generation Features

06:57 - Reviewing Generated Content and Project Summary

07:26 - Final Thoughts on Claude Sonnet 3.7

08:29 - Stride Agents: AI-Powered Appointment Setters

Transcript

so as many of you know Claude Sonet 3.7

just dropped and we covered it yesterday

and it is a very impressive model and I

can say that honestly after using it for

the last two days I can say I can notice

a substantial difference compared to

Sonic 3.5 to 3.7 now some people are

calling it 3.6 just because there was a

release in October of last year which

they called 3.5 new but you get the

point now in yesterday's video we went

through you know the actual blog post on

the different benchmarks and the

benchmarks are very impress impressive

uh to say the least if you want to learn

more about that definitely check out

that video but in today's video we're

specifically going to be using Claude

Sonet 3.7 with the cursor aiid and like

I said I've been working on some

projects for the last couple days and

this thing is a real powerhouse so I'm

going to show you exactly how to do it

so we're going to see how good saent 3.7

is within cursor the AI IDE let's dive

right into it all right guys so what I'm

showing you here of course on cursor

could be applied to something like wind

surf or really other ones you know I'll

do different videos using Sonet 3.7 and

different AI coding tools to show you

guys as well I've personally been using

cursor lately so we're going to go ahead

here and open up a new project in cursor

okay guys and we're going to start off

first by opening this toggle pane right

here and I'm going to go to chat okay

and I'm actually going to just start

asking cloudon 3.7 exactly what um you

know I want to build you know having a

conversation with it all right so here's

what I'm saying to the chat right here I

want to build a python application with

a front end that can take any YouTube

video link and get the transcript from

it and display it on the front end it

should look modern and integrate with

open AI because when I get the

transcript I want it to save into a

database that we spin up with all the

video information and there should be

another feature that allows us to create

content from the transcript it should

have triggers to open AI API that prompt

the AI to take the transcript and do

different things with it for Content

creation please help me make a detailed

in-depth prompt I can use for an AI

model to help me build this app I'm

going to go ahead and click on send here

and you can see that we are talking to

Claud Sonet 3.7 as now as long as you're

on the most recent update with cursor

you should see cloudon 3.7 automatically

in your models right here so you can

simply just select those you'll see that

there's the thinking and then the normal

one and you can see here we got a very

in-depth prompt right here for a YouTube

transcript to content creation app so we

can see the system architecture planning

so it's going over all the planning I'm

honestly just going to trust this and

I'm going to Simply copy this whole

entire thing right here which goes over

the entire uh technical stack and

everything like that okay so I actually

just told it to do a flask app because

it was suggesting actually yes I'm just

going to do flask for this and I'm going

to Simply copy this entire prompt right

here all right so you can see here this

is a very in-depth prompt I'm actually

just going to go ahead and click on send

here now you can see that I'm using this

prompt Inc composer so it should go

ahead and start creating all these

different files for me and let's see how

good it can do with creating this app in

one shot or two shots I'm very curious

all right so you can see here that it

planned the application structure right

here so we got flash backend database

YouTube API uh open AI integration front

end so you can see it's creating all the

files here creating the database models

right here we see video transcript.

generation implementing service classes

creating routes and Views creating

templates right here and the one thing I

found is that you know generating with

CLA on 3.7 if you give it very in-depth

prompts you can actually take a long

time like it's going to if you saw my

video yesterday this model will go on

and on like it could be 5 minutes it

could be a lot long time of just

generating the code so it's really good

with end to endend code generation and

I'm very curious to see how it will do

on this first prompt okay I'm going to

go ahead and click accept here all right

so I'm installing the requirements right

now you can see we got flask installing

okay so now I'm going to initialize the

database right here all right now we're

going to run the application so flask

run all right so I'm getting this

internal server error I'm simply going

to paste this in okay now looks like

we're getting our application loading

here but we see a server error I'm going

to copy this and paste it over here into

cursor so it says this in the actual UI

of the app but the app loads okay and it

looks like it actually went ahead and

fixed it so now if we go to one of my

YouTube videos let's say this one right

here on trade the IDE we're going to

copy this link and we're going to come

here to our YouTube transcript to

content creator app here going to paste

this in click on process

okay now you can see we have

successfully processed video free tray

IDE um I don't know why it's on a page

not found so this page doesn't not exist

it tell it that when it actually um goes

through it takes me to this page so I

can tweak it of course but looks pretty

good so far if we go back to home now we

can see our recent video right here

we'll click in this in just a second we

go to about this tells a little bit

about the project of course we can make

this prettier fix up the font here looks

like it actually natively added light

mode and dark mode which I always like

to see if we go to home we can see our

recent videos so I'm going to click into

here okay so that's an issue okay so it

looks like we're going to need to make a

couple updates here so I'm going to run

flash DB migrate and then DB upgrade

right here and now I'm going to run

Flash run okay so now I with some

tweaking you can see that I got it to

work so it successfully actually did

process it now we can see the name here

the thumbnail the time right here the

channel published all the different

stuff watch it on YouTube um and then we

can see the transcript right here this

is the entire transcript we can copy it

right here copy to clipboard refresh if

needed now if we click on generate

content here you can see that we come to

the generate content page so we can have

a few different default ones like short

summary two to three sentences medium

summary 3 to five paragraphs long

summary detailed blog post expost

LinkedIn post Instagram cions video

script key points FAQ generation let's

go ahead and do some something like

maybe blog post now you have the option

to add a custom prompt right here which

is optional and we can change the

temperature right here with the slider

as well as the max tokens right here I'm

just going to go ahead and click on

generate content he now we're getting

this error right here I'm going to paste

this over into cursor actually never

mind it just looks like we're missing

our API key so I'm going to go ahead and

add this in now if I click generate

content all right so now you can see

we're getting another error right here

so fail to generate content basically

trying to access chat completion right

here which is no longer supported in

here so I'm just going to paste this in

here and send all right so now you can

see that the content was generated

successfully if we go here to view

Generations we can see that we got our

summary right here so if we click into

here we can see what our prompt was

right here and then we can see what the

generated content is right here so this

video discusses AI ID coding race

focusing on popular platforms like

cursor wind surf which offer Advanced

features but come with subscription fees

the video introduces a new contender in

the race called Trey and as you can see

it goes on and on and this was from our

custom promps of course you could plug

in your own custom prompts we could make

this expand on this a lot more you know

make it more intricate but this is just

the basics of a application using python

using flask using claudon at 3.7 and

cursor and really showing the power with

claudon 3.7 this is just one small

project you can of course make a lot

more advanced things more complex things

but I hope this gave you some different

ideas let me know what your thoughts are

in the comments Down Below guys if

you've been using CLA on 3.7 let me know

how big of a difference you feel that it

is when it comes to AI coding if you

guys are new to this channel we upload

videos all the time on ai ai coding at

agents Marketing sales business grow so

if you like that type of content you got

some value here make sure to like the

video comment down below and subscribe

to stay up to date with these uploads

also too guys if you haven't already

joined our free community stri

community.com for our free Facebook

group and Discord Channel I'll leave a

link down below as well as check out our

shride AI Academy for behind the-scenes

resources templates tools and trainings

and then also too guys if you run a

business and you need help implementing

AI agents like AI appointment cers Ai

call center into your business then

Bogle call down below and we can see if

we can help you implement AI custom

growth solutions and then also too guys

if you're a Founder entrepreneur

developer whatever the case is and you

actually want to sell these same AI

Solutions like AI automation agency and

you want our exact protocol on how to do

this in charge 2 to 10K plus look a call

down below as well and we can see if

it's a fit other than that guys I will

see you in the next video keep hustling

keep grinding and of course guys

accelerate your stride take care are you

tired of pouring thousands of dollars

into appointment Setters only to watch

leads slip away imagine having a team of

elite sales agents booking qualified

appointments for you around the clock no

more wasted time on training no more

frustration with performance and no more

draining your budget on inconsistent and

expensive call centers introducing

stride agents AI powered appointment

centers that work 24/7 never get tired

and book appointments while you sleep

trained on thousands of successful

conversations our AI agents El perform

human teams at just oneth of the cost

join the ranks of businesses that

doubled their appointments and booking

rates in just a matter of weeks don't

get left behind in the AI Revolution

visit stride agents.com now and

transform your entire sales process with

Cutting Edge AI technology it's time to

accelerate your stride with AI agents

Enjoyed this article?

Join the Stride AI Academy for more insights and connect with 1,000+ builders.

Join the Academy