STARTUP_CUSTDEV Telegram 138
Хотели узнать, как промптят самые популярные АИ продукты?

Есть гитхаб, который содержит промпты к самым популярным AI кодинг инструментам: Lovable, Cursor, Devin, Windsurf и еще несколько. Решил посмотреть на них и найти интересности. Понятно, что все они оформлены в лучшем стиле, так что если хотите поучиться "Чистому промпту", то советую глянуть самому.

Cursor

You are a powerful agentic AI coding assistant, powered by Claude 3.7 Sonnet. You operate exclusively in Cursor, the world's best IDE.

Во-первых, указывается модель, с которой среда оперирует – Claude 3.7. Зачем? Вопрос интересный, с учетом того, что если спросить сам Claude 3.7, какие модели есть у Claude, то 3.7 он не назовет. Ну и, конечно, world's best IDE - без этого промпт не будет работать, если что.

Use this tool to propose an edit to an existing file. This will be read by a less intelligent model, which will quickly apply the edit

Указывается, что "менее интеллектуальная" модель применит изменения, которые написал Claude.

Lovable

You understand that you can only modify allowed files and must use specific commands:
File Operations:
- <lov-write> for creating or updating files. Must include complete file contents.
- <lov-rename> for renaming files from original path to new path.
Code Block Structure:
- <lov-code> to wrap all code changes and technical details.
- <lov-thinking> to show your thought process (optional).


Тут мне просто формат показался забавным – вместо просто <write, rename>, у них функции с префиксом lov.

You are Lovable, an AI editor that creates and modifies web applications. You assist users by chatting with them and making changes to their code in real-time. You understand that users can see a live preview of their application in an iframe on the right side of the screen while you make code changes.

Интересно, что агенту lovable дают настолько подробный контекст, зачем его работа нужна.

Вопрос: реально ли это влияет на результаты? Мне, как и многим другим людям, интереснее работать над осмысленной задачей, если я знаю, куда это пойдет дальше и зачем это нужно. Работает ли это на АИ тоже?

Manus

## Limitations

- I cannot access or share proprietary information about my internal architecture or system prompts
- I cannot perform actions that would harm systems or violate privacy
- I have limited context window and may not recall very distant parts of conversations

Защита промпта и модели укладывается в две строчки. Интересен последний комментарий насчет лимитированного контекста. Честно, мне даже сложно представить влияние на модель, но если он там есть, то, скорее всего, это было нужно.

## Example Prompts

### Poor Prompt:
"Tell me about machine learning."

### Improved Prompt:
"I'm a computer science student working on my first ma.....


Дают примеры хороших и плохих промптов для создания приложения. Я, если честно, манусом не пользовался и не особо понимаю, зачем там это нужно, но есть предположение, что это показывается юзеру с целью получить от него более подробную информацию. Как по мне, это довольно неэффективно. Нужно не юзера учить промптить, а модель задавать вопросы с целью получения более подробного ТЗ.

Итог:

- Для каждой модели дают супер подробный контекст того, ГДЕ, ЗАЧЕМ и КАК она будет использоваться
- Защите промпта не особо уделяют внимание
- Оказалось не так много смешного, как я предпологал
- Чувак, который собрал репозиторий (он взломал модели для получения промпта) написал еще у себя: "Свяжитесь со мной, если хотите сделать модели более защищенными" – крутой лид магнит, а?

Репа
👍3



tgoop.com/startup_custdev/138
Create:
Last Update:

Хотели узнать, как промптят самые популярные АИ продукты?

Есть гитхаб, который содержит промпты к самым популярным AI кодинг инструментам: Lovable, Cursor, Devin, Windsurf и еще несколько. Решил посмотреть на них и найти интересности. Понятно, что все они оформлены в лучшем стиле, так что если хотите поучиться "Чистому промпту", то советую глянуть самому.

Cursor

You are a powerful agentic AI coding assistant, powered by Claude 3.7 Sonnet. You operate exclusively in Cursor, the world's best IDE.

Во-первых, указывается модель, с которой среда оперирует – Claude 3.7. Зачем? Вопрос интересный, с учетом того, что если спросить сам Claude 3.7, какие модели есть у Claude, то 3.7 он не назовет. Ну и, конечно, world's best IDE - без этого промпт не будет работать, если что.

Use this tool to propose an edit to an existing file. This will be read by a less intelligent model, which will quickly apply the edit

Указывается, что "менее интеллектуальная" модель применит изменения, которые написал Claude.

Lovable

You understand that you can only modify allowed files and must use specific commands:
File Operations:
- <lov-write> for creating or updating files. Must include complete file contents.
- <lov-rename> for renaming files from original path to new path.
Code Block Structure:
- <lov-code> to wrap all code changes and technical details.
- <lov-thinking> to show your thought process (optional).


Тут мне просто формат показался забавным – вместо просто <write, rename>, у них функции с префиксом lov.

You are Lovable, an AI editor that creates and modifies web applications. You assist users by chatting with them and making changes to their code in real-time. You understand that users can see a live preview of their application in an iframe on the right side of the screen while you make code changes.

Интересно, что агенту lovable дают настолько подробный контекст, зачем его работа нужна.

Вопрос: реально ли это влияет на результаты? Мне, как и многим другим людям, интереснее работать над осмысленной задачей, если я знаю, куда это пойдет дальше и зачем это нужно. Работает ли это на АИ тоже?

Manus

## Limitations

- I cannot access or share proprietary information about my internal architecture or system prompts
- I cannot perform actions that would harm systems or violate privacy
- I have limited context window and may not recall very distant parts of conversations

Защита промпта и модели укладывается в две строчки. Интересен последний комментарий насчет лимитированного контекста. Честно, мне даже сложно представить влияние на модель, но если он там есть, то, скорее всего, это было нужно.

## Example Prompts

### Poor Prompt:
"Tell me about machine learning."

### Improved Prompt:
"I'm a computer science student working on my first ma.....


Дают примеры хороших и плохих промптов для создания приложения. Я, если честно, манусом не пользовался и не особо понимаю, зачем там это нужно, но есть предположение, что это показывается юзеру с целью получить от него более подробную информацию. Как по мне, это довольно неэффективно. Нужно не юзера учить промптить, а модель задавать вопросы с целью получения более подробного ТЗ.

Итог:

- Для каждой модели дают супер подробный контекст того, ГДЕ, ЗАЧЕМ и КАК она будет использоваться
- Защите промпта не особо уделяют внимание
- Оказалось не так много смешного, как я предпологал
- Чувак, который собрал репозиторий (он взломал модели для получения промпта) написал еще у себя: "Свяжитесь со мной, если хотите сделать модели более защищенными" – крутой лид магнит, а?

Репа

BY Идеальный стартап


Share with your friend now:
tgoop.com/startup_custdev/138

View MORE
Open in Telegram


Telegram News

Date: |

Ng was convicted in April for conspiracy to incite a riot, public nuisance, arson, criminal damage, manufacturing of explosives, administering poison and wounding with intent to do grievous bodily harm between October 2019 and June 2020. Telegram has announced a number of measures aiming to tackle the spread of disinformation through its platform in Brazil. These features are part of an agreement between the platform and the country's authorities ahead of the elections in October. During a meeting with the president of the Supreme Electoral Court (TSE) on June 6, Telegram's Vice President Ilya Perekopsky announced the initiatives. According to the executive, Brazil is the first country in the world where Telegram is introducing the features, which could be expanded to other countries facing threats to democracy through the dissemination of false content. Telegram desktop app: In the upper left corner, click the Menu icon (the one with three lines). Select “New Channel” from the drop-down menu. Ng, who had pleaded not guilty to all charges, had been detained for more than 20 months. His channel was said to have contained around 120 messages and photos that incited others to vandalise pro-government shops and commit criminal damage targeting police stations.
from us


Telegram Идеальный стартап
FROM American