OpenAI-o1 x Cursor | Use Cases - XML Prompting - AI Coding ++

preview_player
Показать описание
OpenAI-o1 x Cursor | Use Cases - XML Prompting - AI Coding ++

Cursor Prompts:

👊 Become a YouTube Member:

🤖 Great AI Engineer Course:

📧 Join the newsletter:

🌐 My website:

🔥 GH:

00:00 OpenAI o1 and Cursor
00:40 Reddit Post on o1
05:19 Rules and Cursor Tab
06:56 Cursor XML Prompting
09:16 Testing Prompt
12:07 o1-mini + Cursor Composor
14:37 Adding New Feature with o1-mini
21:18 Wrap Up
Рекомендации по теме
Комментарии
Автор

This might be exactly what you need:
1. Choose "CLA 3.5" for daily coding tasks, debugging, and smaller projects.
2. Choose "o1-mini" for large-scale projects, massive refactoring, and generating project structures.
3. Write clear and precise prompts using XML tags like `<description>`, `<requirements>`, `<action>`, and `<context>`.
4. Leverage Cursor's "Rules for AI" feature to automatically structure your prompts with XML tags.
5. Include specific instructions in your prompts to generate desired project folder structures.
6. Utilize Cursor's composer feature to instantly generate files and folders based on AI output.
7. Identify repetitive tasks in your workflow and explore automating them using OpenAI's models.
8. Explore the provided resource toolbox for pre-built Cursor prompts and educational content on AI engineering.

epokaixyz
Автор

Thanks for sharing your flow. I've been playing with o1-mini myself and it hasn't convinced me it's any better... yet!

claytonexplains
Автор

XML is back :-). A great way of leverage on of the downsides of XML, so give the AI the correct context for all the sentences you are naming.

DannyGerst
Автор

base on my testing Sonnet is still king:)

micbab-vgmu
Автор

How did you record the screen view video and the camera head shots at the same time? I mean which software? Canva?

Sciencegrinds
Автор

So, with cursor, will i have to go pro-subscription to make sure my code is not used to train future versions ? or how is the security in your perspective?
Reason being, I'd like to work on my production website and speed up deliveries some, but I'm worried about the security of it all.

jana
Автор

Are you using pay api in cursor. Can you share what the cost was for o mini here.

IdPreferNot
Автор

Can you give it the URL, and let it get the title on its own? Jdownloader does that without AI.

FilmFactry
Автор

i would give youtube api docs and tell it fetch the list of videos with meta information then update the list 😂. Anyways its just mind boggling to see all this in action simple prompt and few clicking does the job

poisonza
Автор

None of these are new use cases; I've been implementing almost all of them from the beginning. The only new element is the wait time. Efficient prompting is still more useful at the moment. I'm really not impressed. Those who don't know how to actually use AI are the ones who are impressed. The novelty wore off after the first day.

OnADarkNote
Автор

use GPT Video sumary extension so you don't have to listen/see this guy thumb up emoji

Alice
Автор

I think this is not the correct use of o1. O1 is a system 2 way of think, and is incredibly powerful in logic and reasoning.
Claude is best for most of the code; O1 is for when you need a really complex function, with heavy logic.
O1 and Claude (or gpt) are not competitors, they are complementary.

guillermojmontenegro