Kevin Kern Profile picture
Teaching & building AI apps → https://t.co/1raEzXgWl8 → Cursor Course → Newsletter: https://t.co/4D5MSRIKIc
6 subscribers
Mar 24 5 tweets 2 min read
@cursor_ai 0.48 Update has been shipped today.

Click here to see all the new updates 🧵👇 Image 1/ Edit Mode is now "Manual" Mode Image
Mar 21 4 tweets 2 min read
AI Prompts (Cursor Rules/Prompts) has already its small ecosystem:

✅ Cursor Extension live (Free)
✅ Web Directory incl. Search / Filter (Copy Paste)
✅ Open Source on Github
🔁 Create your own Rules WIP
🔁 MCP Server WIP
... more

MCP Plugin Code is now Open Source too! 🔥 AI Prompts Extension
Mar 8 8 tweets 4 min read
MCP (Model Context Protocol) is getting tons of attention on the tech side.

To really understand its impact, we need to see how Tool Calling Agents can make a big difference for companies and especially their non-tech employees in the future.

Thread 🧵 Image 1/ Scattered tool use

Most AI interactions today happen separately. You ask one AI tool for one specific thing. And honestly, even this isn't common yet. Usually, people still have to open multiple tabs or tools, paste data back and forth, and manually search through apps like Slack, HubSpot, or GitHub.

And that's messy. Data and answers get scattered across different platforms. This leads to confusion and bigger expenses.

So, right now, working with multiple isolated AI tools is slow, expensive, and frustrating.Image
Mar 2 5 tweets 2 min read
I created a 3D game starter kit for @cursor_ai.

🎮 Latest React 19 + React Three Fiber
🤖 Predefined .cursor/rules
📏 Typescript

Quickstart video in the comments 👇 Image Install instructions:
Install it with 1 command: `npx viber3d@latest init`
Feb 11 8 tweets 3 min read
Cursor AI has 3 Modes: Chat, Composer and Agent.

Each designed for different tasks.

Here’s how to pick the right one. 🧵 Image 1/ Chat Mode

A conversational coding assistant that helps with debugging and quick Q&A

- Real-time debugging guidance
- Quick answers to code questions
- Learn more about the @ codebase Image
Feb 8 6 tweets 2 min read
Cursor Rules supports inheritance. If you have ever worked with classes, this should be a familiar concept.

For example, create a base .mdc rule and reference it in your other rules. Keeps everything clean and separate. Image I think they should call it cursorscript lol.
Feb 6 13 tweets 5 min read
Understanding new .cursor/rules in 0.45

I've seen so many people struggling with .cursorrules and with the new .cursor/rules directory.

Here is a Guide for you! 🧵 Image 1/ Understand Cursorrules

A lot of my teammates, including myself, always forget to do certain things before leaving the office.

So, we set up our own rules and routines to make sure we do these things every time we leave.

This is basically how .cursorrules work. Image
Jan 22 10 tweets 3 min read
How to use cursor with deepseek r1

Thread 🧵 Image 1/ Go to platform . deepseek . com
Jan 14 16 tweets 5 min read
I’ve put together a list of AI Agent tools & frameworks.

Let me know if you know more.

Thread: 🧵 Image 1/ PydanticAI is a Python agent framework combining type safety with FastAPI-like features. Its model-agnostic design lets you easily switch between different LLMs.

🐍 Python Image
Jan 12 8 tweets 3 min read
Introducing Codefetch for Developers

Turn code into Markdown for LLMs with one simple terminal command.

Use it in bolt .new, cursor and many more AI coding tools.

→ Chat with your codebase
→ Save tokens
→ Fix heavy bugs with GPT o1 & o1 pro

🧵 Click to see it in action Image 1/ Fetch your codebase in bolt. new with one command
Jan 1 6 tweets 2 min read
I asked Gemini Advanced Pro (20$/m): "what's the best way to organise AI agents?"

See the results below.

🧵 Thread Image Unlike GPT-o1/pro:
+ It presents you with a plan before taking action.
+ Plus, you can adjust the plan before it runs.
- It takes a long time to generate the results. GPT is faster here. (I guess because of the web search)
Dec 22, 2024 15 tweets 5 min read
How to get reliable coding results with AI. Every time.

Examples for bolt, cursor, windsurf and vscode inside.

Thread: 🧵 Image 1/ Why?

A rules file is like a guidebook for your AI coding helper. It tells the AI how to write code for your project, including what tools you're using and how everything is organized. This helps the AI create better and more accurate code.
Dec 16, 2024 14 tweets 5 min read
Supabase has been widely mentioned with tools like , v0, cursor, and windsurf.

Here is everything you need to know 🧵 bolt.newImage 1/ Supabase fills the "Backend" gap for many, as AI generators already create strong frontends.

It’s made for developers:
- Ton of youtube tutorials
- Solid documentation (but not always 100% up to date)
- Loads of integrations Image
Dec 8, 2024 8 tweets 3 min read
Cursors AI Agent builds apps using n8n workflows.

It plans tasks, connects APIs, and executes actions.

Thread 🧵 Image 0/ Demo

A simple recipe manager with beautifully designed UI components and a built-in database.
Dec 7, 2024 8 tweets 3 min read
Thanks for 4000 🤯!

I really appreciate all your feedback on my guides.

Here are the most popular ones if you missed out: Image Full Cursor Guide Part1:
Dec 4, 2024 17 tweets 5 min read
Everything you need to master Cursor AI.

A megathread 🧵 Image Cursor is an AI Code Editor (a fork of Visual Studio), that writes and edits code for you.

You can build apps, saas, games, basically anything you can imagine.

Dec 2, 2024 12 tweets 4 min read
Build your AI app in 10 minutes with Cursor and v0

Full Tutorial Thread 🧵 Image Preview

Here you can see what we will build:
Nov 27, 2024 16 tweets 5 min read
Everything you need to master Bolt.

A megathread 🧵 Image Actually obvious but still easy to overlook. You can start directly with your favorite framework.
Nov 25, 2024 6 tweets 4 min read
I've seen many people struggle with understanding the differences between AI tools like Bolt, v0, and Cursor.

Since I've been using all of them for several months now (with subscriptions), I’m going to summarize their key points here.

Full Thread: 🧵 Image Bolt:

Bolt is an awesome tool I use it since day 1. You can quickly build your own specs in GPT/claude and fire it at bolt. You will get really good results. The team behind Bolt is also super fast at adding new features and improvements.

If you need to start a lot of projects like doing demos or building multiple apps in a month then bolt is a viable tool.

But if you're working on an existing codebase, keep in mind that it’s mostly a generator right now. At some point, you might hit a wall.

They’ve added helpful features like "Lock" and "Target File," but as someone coding 8 hours a day, you’ll need more consistency to keep things smooth.

Also, Bolt and v0 work better with React than for example with some other framework like Nuxt/Vue. I’ve tested the same app repeatedly, and it always ran into issues with Nuxt. So, Vue/Nuxt support isn’t quite there yet, which also applies to most code generators.

Deployments: Netlify Prefered
X Accounts: stackblitz