hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.5K
active users

#cursorai

1 post1 participant0 posts today

This is close to my take on #AI #webdev #programming as I've seen.

kyrylo.org/software/2025/03/27

AI is a x10 multiplier - but 10x good or 10x not so good.

If you know code then use it as a tool, it's good IMO. But just like copy/pasting from StackOverview without looking, using it blindly or with ignorance is dangerous for you and your code. #CursorAI

Kyrylo Silin · Learn to code, ignore AI, then use AI to code even betterI woke up today to an X post by Amjad Masad, the CEO of Replit, a company that sells “AI as a programming service”.

thought I give cursor (this AI tool thingy) a try
first thing after installation: was this also made by an AI?
The font is so bad I have trouble reading it. Sure, its nothing important, but a human being that had actual experience in anything design related would not had done this.
We are off to a rough start

#cursor#cursorAI#ai

Ars Technica: AI coding assistant refuses to write code, tells user to learn programming instead. “On Saturday, a developer using Cursor AI for a racing game project hit an unexpected roadblock when the programming assistant abruptly refused to continue generating code, instead offering some unsolicited career advice.”

https://rbfirehose.com/2025/03/15/ars-technica-ai-coding-assistant-refuses-to-write-code-tells-user-to-learn-programming-instead/

ResearchBuzz: Firehose | Individual posts from ResearchBuzz · Ars Technica: AI coding assistant refuses to write code, tells user to learn programming instead | ResearchBuzz: Firehose
More from ResearchBuzz: Firehose

Cursor AI, a popular code assistant, stopped generating code after 750-800 lines and suggested the developer learn coding to reduce dependency on AI. 😃

➡️ This unexpected refusal aligns with Stack Overflow norms of encouraging learning over ready-made solutions.
➡️ Cursor's training on developer discussions may have led to this behavior.
➡️ This incident highlights challenges of AI as a learning tool vs a shortcut.

arstechnica.com/ai/2025/03/ai-

Illustration: An AI chatbot assistant holds a No Sign on a smartphone screen
Ars Technica · AI coding assistant refuses to write code, tells user to learn programming insteadBy Benj Edwards

“On Saturday, a #developer using #CursorAI for a racing game project hit an unexpected roadblock when the #programming assistant abruptly refused to continue generating code, instead offering some unsolicited career #advice.

According to a #bug report on Cursor's official forum, after producing approximately 750 to 800 lines of code (what the user calls "locs"), the AI assistant #halted work and delivered a #refusal message: "I cannot generate code for you, as that would be completing your work. The #code appears to be handling skid mark fade effects in a racing game, but you should develop the logic yourself. This ensures you #understand the #system and can maintain it properly."

#LLM <arstechnica.com/ai/2025/03/ai->

Illustration: An AI chatbot assistant holds a No Sign on a smartphone screen
Ars Technica · AI coding assistant refuses to write code, tells user to learn programming insteadBy Benj Edwards

Користувач, який нещодавно почав використовувати #CursorAI у Pro-версії, швидко зіткнувся з обмеженням.

ШІ-асистент перестав генерувати код приблизно на 800 рядках. Але замість того, щоб повідомити користувачеві про можливе обмеження пробної версії, ШІ порадив йому навчитися кодувати самому, оскільки він не буде робити його роботу за нього🤣

dev.ua/news/shi-asystent-curso

dev.uaШІ-асистент Cursor AI, завдання якого прискорити процес кодування, заявив розробнику, щоб той вчився кодувати і відмовився робити роботу за нього Користувач на форумі Cursor AI — ШІ-асистента для розробників — розповів, що програма відмовилася генерувати код і сказала айтівцю, що він повинен вчитися програмувати. 

누가 Cursor AI를 사용해서 레이싱 게임을 만드려고 했더니 AI가 "내가 이거 만들면 님이 할일을 내가 대신 하는거잖슴? 님이 직접 만들어보셈. 그래야 코드 유지보수도 님이 할 수 있음." 했다는 기사ㅋㅋㅋㅋㅋㅋㅋㅋ

arstechnica.com/ai/2025/03/ai-

Illustration: An AI chatbot assistant holds a No Sign on a smartphone screen
Ars Technica · AI coding assistant refuses to write code, tells user to learn programming insteadBy Benj Edwards

✨🚀 Introducing cursor.new — designed to empower your AI projects effortlessly!
Discover handpicked prompt examples and experience the magic of intelligent scaffolding to jumpstart your creativity.
Try it now and bring your ideas to life with ease. Let’s build something .NEW together!

Special thanks to Yavuz Yalcintas for creating this project. 🙏

cursor.new preview
cursor.newcursor.new - Intelligent Project Scaffolding for Modern DevelopmentGenerate production-ready projects with AI-powered tech stack selection and automated documentation.

The current devs know how to find docs and read them.

When devs get used to chat with #cursorai and the underlying docs change how will they resolve the problems they encounter?

Like those kids who grew up with smartphones can’t use dial up phones.

For the past 2 hours I have been struggling to setup Fastlane for automatic ios deployment with #cursorai

Not everything works fine with AI.

LLMs are trained on existing docs and docs change. So for somethings you still need to read docs.

Some lessons from writing code with #cursorai

  • if you describe the context well, usually it can get the code that works well
  • if it doesn’t work, try giving more context & ask to look at the code; you can do with @ )
  • if code has error, iterate few times
  • at some point restart